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,57 @@
|
||||
# binding
|
||||
|
||||
binding.renault.name = Renault Binding
|
||||
binding.renault.description = This is the binding for Renault electric cars.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.renault.car.label = Renault Car
|
||||
thing-type.renault.car.description = A MyRenault registered car.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.renault.car.locale.label = MyRenault Location
|
||||
thing-type.config.renault.car.locale.description = The country (and language combination) that best fits with your MyRenault registered car.
|
||||
thing-type.config.renault.car.locale.option.de_AT = Austria
|
||||
thing-type.config.renault.car.locale.option.nl_BE = Belgium (Dutch)
|
||||
thing-type.config.renault.car.locale.option.fr_BE = Belgium (French)
|
||||
thing-type.config.renault.car.locale.option.bg_BG = Bulgaria
|
||||
thing-type.config.renault.car.locale.option.hr_HR = Croatia
|
||||
thing-type.config.renault.car.locale.option.cs_CZ = Czech
|
||||
thing-type.config.renault.car.locale.option.da_DK = Denmark
|
||||
thing-type.config.renault.car.locale.option.it_IT = Italy
|
||||
thing-type.config.renault.car.locale.option.fi_FI = Finland
|
||||
thing-type.config.renault.car.locale.option.fr_FR = France
|
||||
thing-type.config.renault.car.locale.option.de_DE = Germany
|
||||
thing-type.config.renault.car.locale.option.hu_HU = Hungary
|
||||
thing-type.config.renault.car.locale.option.en_IE = Ireland
|
||||
thing-type.config.renault.car.locale.option.fr_LU = Luxembourg
|
||||
thing-type.config.renault.car.locale.option.es_MX = Mexico
|
||||
thing-type.config.renault.car.locale.option.nl_NL = Netherlands
|
||||
thing-type.config.renault.car.locale.option.no_NO = Norway
|
||||
thing-type.config.renault.car.locale.option.pl_PL = Poland
|
||||
thing-type.config.renault.car.locale.option.pt_PT = Portugal
|
||||
thing-type.config.renault.car.locale.option.ro_RO = Romania
|
||||
thing-type.config.renault.car.locale.option.ru_RU = Russian
|
||||
thing-type.config.renault.car.locale.option.sk_SK = Slovakia
|
||||
thing-type.config.renault.car.locale.option.sl_SI = Slovenia
|
||||
thing-type.config.renault.car.locale.option.es_ES = Spain
|
||||
thing-type.config.renault.car.locale.option.sv_SE = Sweden
|
||||
thing-type.config.renault.car.locale.option.fr_CH = Switzerland (French)
|
||||
thing-type.config.renault.car.locale.option.de_CH = Switzerland (German)
|
||||
thing-type.config.renault.car.locale.option.it_CH = Switzerland (Italian)
|
||||
thing-type.config.renault.car.locale.option.en_GB = United Kingdom
|
||||
thing-type.config.renault.car.myRenaultPassword.label = MyRenault Password
|
||||
thing-type.config.renault.car.myRenaultUsername.label = MyRenault Username
|
||||
thing-type.config.renault.car.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.renault.car.refreshInterval.description = Interval the car is polled in minutes.
|
||||
thing-type.config.renault.car.vin.label = VIN
|
||||
thing-type.config.renault.car.vin.description = Vehicle Identification Number
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.renault.hvacstatus.label = HVAC Status
|
||||
channel-type.renault.image.label = Image URL
|
||||
channel-type.renault.image.description = Image URL of MyRenault
|
||||
channel-type.renault.odometer.label = Odometer
|
||||
channel-type.renault.odometer.description = Total distance travelled
|
||||
Reference in New Issue
Block a user