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,41 @@
|
||||
# binding
|
||||
|
||||
binding.foobot.name = Foobot
|
||||
binding.foobot.description = Foobot binding allow users to connect to their foobots in home or office and get real-time updates on the Air Quality.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.foobot.account.label = Foobot Account
|
||||
thing-type.foobot.account.description = Your Foobot account.
|
||||
thing-type.foobot.device.label = Foobot
|
||||
thing-type.foobot.device.description = A Foobot device.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.foobot.account.apiKey.label = API Key
|
||||
thing-type.config.foobot.account.apiKey.description = You can request your API Key from https://api.foobot.io/apidoc/index.html
|
||||
thing-type.config.foobot.account.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.foobot.account.refreshInterval.description = Specifies the refresh interval in minutes.
|
||||
thing-type.config.foobot.account.username.label = Username
|
||||
thing-type.config.foobot.account.username.description = The e-mail address you use to login to your Foobot account
|
||||
thing-type.config.foobot.device.uuid.label = UUID
|
||||
thing-type.config.foobot.device.uuid.description = The device UUID
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.foobot.api-key-limit-remaining.label = Remaining Api Limit
|
||||
channel-type.foobot.api-key-limit-remaining.description = The remaining number of calls that can be made to the api today
|
||||
channel-type.foobot.co2.label = Carbon Dioxide
|
||||
channel-type.foobot.co2.description = Carbon dioxide Level
|
||||
channel-type.foobot.gpi.label = Pollution Index
|
||||
channel-type.foobot.gpi.description = Global Pollution Index Level
|
||||
channel-type.foobot.humidity.label = Humidity
|
||||
channel-type.foobot.humidity.description = Humidity Level
|
||||
channel-type.foobot.pm.label = Particulate Matter
|
||||
channel-type.foobot.pm.description = Particulate Matter Level
|
||||
channel-type.foobot.temperature.label = Temperature
|
||||
channel-type.foobot.temperature.description = Temperature
|
||||
channel-type.foobot.time.label = Last Readout
|
||||
channel-type.foobot.time.description = The last time the sensor data was uploaded to Foobot
|
||||
channel-type.foobot.voc.label = Volatile Compounds
|
||||
channel-type.foobot.voc.description = Volatile Organic Compounds Level
|
||||
Reference in New Issue
Block a user