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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
# binding
binding.luftdateninfo.name = LuftdatenInfo Binding
binding.luftdateninfo.description = Binding to integrate DIY Sensors from luftdaten.info Sensor Community
# thing types
thing-type.luftdateninfo.conditions.label = Condition Sensor
thing-type.luftdateninfo.conditions.description = Sensor to measure Temperature and Humidity conditions
thing-type.luftdateninfo.noise.label = Noise Sensor
thing-type.luftdateninfo.noise.description = Sensor to measure noise on location
thing-type.luftdateninfo.particulate.label = Particulate Sensor
thing-type.luftdateninfo.particulate.description = Sensor to measure Particulate Matter (PM)
# thing types config
thing-type.config.luftdateninfo.conditions.ipAddress.label = Internal IP Address
thing-type.config.luftdateninfo.conditions.ipAddress.description = Local IP address of your personal owned sensor
thing-type.config.luftdateninfo.conditions.sensorid.label = External Sensor ID
thing-type.config.luftdateninfo.conditions.sensorid.description = Sensor ID from https://deutschland.maps.sensor.community/
thing-type.config.luftdateninfo.noise.ipAddress.label = Internal IP Address
thing-type.config.luftdateninfo.noise.ipAddress.description = Local IP address of your personal owned sensor
thing-type.config.luftdateninfo.noise.sensorid.label = External Sensor ID
thing-type.config.luftdateninfo.noise.sensorid.description = Sensor ID from https://deutschland.maps.sensor.community/
thing-type.config.luftdateninfo.particulate.ipAddress.label = Internal IP Address
thing-type.config.luftdateninfo.particulate.ipAddress.description = Local IP address of your personal owned sensor
thing-type.config.luftdateninfo.particulate.sensorid.label = External Sensor ID
thing-type.config.luftdateninfo.particulate.sensorid.description = Sensor ID from https://deutschland.maps.sensor.community/
# channel types
channel-type.luftdateninfo.hum-channel.label = Humidity
channel-type.luftdateninfo.hum-channel.description = Humidity from the selected Sensor ID
channel-type.luftdateninfo.noise-eq-channel.label = Average Noise
channel-type.luftdateninfo.noise-eq-channel.description = Average noise level from the selected Sensor ID
channel-type.luftdateninfo.noise-max-channel.label = Maximum Noise
channel-type.luftdateninfo.noise-max-channel.description = Maximum noise level (last 2.5 minutes) from the selected Sensor ID
channel-type.luftdateninfo.noise-min-channel.label = Minimum Noise
channel-type.luftdateninfo.noise-min-channel.description = Minimum noise level (last 2.5 minutes) from the selected Sensor ID
channel-type.luftdateninfo.pm100-channel.label = Particulate Matter category 10.0
channel-type.luftdateninfo.pm25-channel.label = Particulate Matter category 2.5
channel-type.luftdateninfo.pressure-channel.label = Atmospheric Pressure
channel-type.luftdateninfo.pressure-channel.description = Atmospheric Pressure from the selected Sensor ID
channel-type.luftdateninfo.pressure-sea-channel.label = Atmospheric Pressure Sea Level
channel-type.luftdateninfo.pressure-sea-channel.description = Atmospheric Pressure at sea level from the selected Sensor ID
channel-type.luftdateninfo.temp-channel.label = Temperature
channel-type.luftdateninfo.temp-channel.description = Temperature from the selected Sensor ID