Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
# binding
|
||||
|
||||
binding.sensebox.name = senseBox Binding
|
||||
binding.sensebox.description = The senseBox binding imports data from the senseBox Citizen Science project.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.sensebox.box.label = senseBox
|
||||
thing-type.sensebox.box.description = This is a senseBox sensor.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.sensebox.config.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.sensebox.config.refreshInterval.description = Refresh interval for senseBox data.
|
||||
thing-type.config.sensebox.config.senseBoxId.label = Box ID
|
||||
thing-type.config.sensebox.config.senseBoxId.description = Id of the box, can be found on the map details.
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.sensebox.descriptors.label = Descriptors
|
||||
channel-group-type.sensebox.descriptors.description = Box descriptors like Location, description, etc.
|
||||
channel-group-type.sensebox.lastReported.label = Last Reported
|
||||
channel-group-type.sensebox.lastReported.description = Timestamps when a measurement was last reported.
|
||||
channel-group-type.sensebox.measurements.label = Measurements
|
||||
channel-group-type.sensebox.measurements.description = Measurements as fetched from the API.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.sensebox.humidityLastReported.label = Humidity Measurement Time
|
||||
channel-type.sensebox.humidityLastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.illuminance.label = Illuminance
|
||||
channel-type.sensebox.illuminance.description = Current illuminance.
|
||||
channel-type.sensebox.illuminanceLastReported.label = Illuminance Measurement Time
|
||||
channel-type.sensebox.illuminanceLastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.particulateMatter10.label = Particulate Matter - PM10
|
||||
channel-type.sensebox.particulateMatter10.description = Current density of particles less than 10 µm in diameter.
|
||||
channel-type.sensebox.particulateMatter10LastReported.label = Particulate Matter 10 Measurement Time
|
||||
channel-type.sensebox.particulateMatter10LastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.particulateMatter2dot5.label = Particulate Matter - PM2.5
|
||||
channel-type.sensebox.particulateMatter2dot5.description = Current density of particles less than 2.5 µm in diameter.
|
||||
channel-type.sensebox.particulateMatter2dot5LastReported.label = Particulate Matter 2.5 Measurement Time
|
||||
channel-type.sensebox.particulateMatter2dot5LastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.pressureLastReported.label = Pressure Measurement Time
|
||||
channel-type.sensebox.pressureLastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.temperatureLastReported.label = Temperature Measurement Time
|
||||
channel-type.sensebox.temperatureLastReported.description = Timestamp when data was measured.
|
||||
channel-type.sensebox.uvIntensity.label = UV Intensity
|
||||
channel-type.sensebox.uvIntensity.description = Current UV intensity.
|
||||
channel-type.sensebox.uvIntensityLastReported.label = UV Intensity Measurement Time
|
||||
channel-type.sensebox.uvIntensityLastReported.description = Timestamp when data was measured.
|
||||
Reference in New Issue
Block a user