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,35 @@
|
||||
# binding
|
||||
|
||||
binding.tankerkoenig.name = Tankerkönig Binding
|
||||
binding.tankerkoenig.description = The Tankerkönig Binding allows to poll fuel prices of German gas stations by using the Tankerkoenig.de API.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tankerkoenig.station.label = Gas-Station
|
||||
thing-type.tankerkoenig.station.description = Provides the prices of gas types E5-, E10- and Diesel of that station and if that station reports as opened.
|
||||
thing-type.tankerkoenig.webservice.label = Tankerkönig Webservice
|
||||
thing-type.tankerkoenig.webservice.description = The Tankerkönig Webservice can handle 1 to 10 gas stations.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tankerkoenig.station.locationid.label = Gas-Station-ID
|
||||
thing-type.config.tankerkoenig.station.locationid.description = Fuel-Station-ID. You can get the required ID for your Gas-Station via the Tankerkönig website.
|
||||
thing-type.config.tankerkoenig.webservice.apikey.label = API-Key
|
||||
thing-type.config.tankerkoenig.webservice.apikey.description = API-Key. Necessary registration on the Tankerkönig website.
|
||||
thing-type.config.tankerkoenig.webservice.modeOpeningTime.label = Opening Time
|
||||
thing-type.config.tankerkoenig.webservice.modeOpeningTime.description = In mode Opening Time only those gas stations are polled that are actually open.
|
||||
thing-type.config.tankerkoenig.webservice.refresh.label = Refresh Time
|
||||
thing-type.config.tankerkoenig.webservice.refresh.description = Sets the refresh time. Minimum is 5 minutes.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tankerkoenig.diesel.label = Diesel
|
||||
channel-type.tankerkoenig.diesel.description = price for diesel
|
||||
channel-type.tankerkoenig.e10.label = E10
|
||||
channel-type.tankerkoenig.e10.description = price for E10
|
||||
channel-type.tankerkoenig.e5.label = E5
|
||||
channel-type.tankerkoenig.e5.description = price for E5
|
||||
channel-type.tankerkoenig.holiday.label = Holiday
|
||||
channel-type.tankerkoenig.holiday.description = ON if today is a holiday.
|
||||
channel-type.tankerkoenig.station_open.label = Opening State
|
||||
channel-type.tankerkoenig.station_open.description = The reported opening-state of that Station.
|
||||
Reference in New Issue
Block a user