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,23 @@
# binding
binding.onewiregpio.name = OneWireGPIO Binding
binding.onewiregpio.description = Use GPIO in various devices like RaspberryPi to communicate the OneWire protocol
# thing types
thing-type.onewiregpio.sensor.label = Temperature Sensor
thing-type.onewiregpio.sensor.description = OneWire GPIO Temperature sensor
# thing types config
thing-type.config.onewiregpio.sensor.gpio_bus_file.label = Device Path
thing-type.config.onewiregpio.sensor.gpio_bus_file.description = device id in format: /sys/bus/w1/devices/DEVICE_ID_TO_SET/w1_slave
thing-type.config.onewiregpio.sensor.precision.label = Sensor Precision
thing-type.config.onewiregpio.sensor.precision.description = Sensor precision after floating point.
thing-type.config.onewiregpio.sensor.refresh_time.label = Refresh Time Interval
thing-type.config.onewiregpio.sensor.refresh_time.description = Refresh time interval in seconds.
# channel types
channel-type.onewiregpio.temperature.label = Temperature
channel-type.onewiregpio.temperature.description = Indicates the temperature read from one wire gpio sensor