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,29 @@
|
||||
# binding
|
||||
|
||||
binding.novafinedust.name = NovaFineDust Binding
|
||||
binding.novafinedust.description = This is the binding for Nova Fitness Fine Dust SDS011 sensor.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.novafinedust.SDS011.label = Nova SDS011 Fine Dust Sensor
|
||||
thing-type.novafinedust.SDS011.description = Nova SDS011 Fine Dust Sensor connected via USB
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.novafinedust.SDS011.pollingInterval.label = Polling Interval
|
||||
thing-type.config.novafinedust.SDS011.pollingInterval.description = Device will be polled every x seconds (polling is not recommended)
|
||||
thing-type.config.novafinedust.SDS011.port.label = USB Port
|
||||
thing-type.config.novafinedust.SDS011.port.description = USB port the device is connected to i.e. /dev/ttyUSB0
|
||||
thing-type.config.novafinedust.SDS011.reporting.label = Mode
|
||||
thing-type.config.novafinedust.SDS011.reporting.description = Reporting is strongly recommended to increase sensor lifetime
|
||||
thing-type.config.novafinedust.SDS011.reporting.option.true = Reporting
|
||||
thing-type.config.novafinedust.SDS011.reporting.option.false = Polling
|
||||
thing-type.config.novafinedust.SDS011.reportingInterval.label = Reporting Interval
|
||||
thing-type.config.novafinedust.SDS011.reportingInterval.description = Device will report every x minutes and sleep for x*60 - 30 seconds afterwards, 0 = as fast as possible without sleep
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.novafinedust.pm10-type.label = PM 10
|
||||
channel-type.novafinedust.pm10-type.description = The PM 10 value
|
||||
channel-type.novafinedust.pm25-type.label = PM 2.5
|
||||
channel-type.novafinedust.pm25-type.description = The PM 2.5 value
|
||||
Reference in New Issue
Block a user