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,41 @@
# binding
binding.tibber.name = Tibber Binding
binding.tibber.description = This binding retrieves price and consumption data from Tibber API using queries and live subscription
# thing types
thing-type.tibber.tibberapi.label = Tibber API
thing-type.tibber.tibberapi.description = Tibber API connector
# thing types config
thing-type.config.tibber.tibberapi.homeid.label = HomeID
thing-type.config.tibber.tibberapi.homeid.description = Tibber Home ID
thing-type.config.tibber.tibberapi.refresh.label = Refresh Interval
thing-type.config.tibber.tibberapi.refresh.description = Manually Set Polling Frequency (minutes)
thing-type.config.tibber.tibberapi.token.label = Token
thing-type.config.tibber.tibberapi.token.description = Tibber Personal Token
# channel types
channel-type.tibber.consumption.label = Total Consumption
channel-type.tibber.consumption.description = Consumption at given time interval (e.g. hourly, daily, last meter reading, accumulated since midnight)
channel-type.tibber.cost.label = Total Cost
channel-type.tibber.cost.description = Cost at given time interval (e.g. hourly, daily, accumulated since midnight)
channel-type.tibber.currency.label = Currency
channel-type.tibber.currency.description = Currency of Displayed Cost
channel-type.tibber.current.label = Current
channel-type.tibber.current.description = Current on given Phase
channel-type.tibber.level.label = Price Level
channel-type.tibber.level.description = Current price level
channel-type.tibber.power.label = Power consumption/production
channel-type.tibber.power.description = Power consumption/production for given time interval
channel-type.tibber.price.label = Current Total Price
channel-type.tibber.price.description = Total Price: Energy + Tax
channel-type.tibber.production.label = Total Production
channel-type.tibber.production.description = Accumulated Production since Midnight
channel-type.tibber.timestamp.label = Timestamp
channel-type.tibber.timestamp.description = Timestamp for measurement/change
channel-type.tibber.voltage.label = Voltage
channel-type.tibber.voltage.description = Voltage on given Phase