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,39 @@
# binding
binding.generacmobilelink.name = GeneracMobileLink Binding
binding.generacmobilelink.description = This binding monitors Generac manufactured generators through the MobileLink cloud service.
# thing types
thing-type.generacmobilelink.account.label = MobileLink Account
thing-type.generacmobilelink.account.description = MobileLink Cloud Account
thing-type.generacmobilelink.generator.label = MobileLink Generator
thing-type.generacmobilelink.generator.description = MobileLink Generator
# thing types config
thing-type.config.generacmobilelink.account.password.label = Password
thing-type.config.generacmobilelink.account.password.description = Account password
thing-type.config.generacmobilelink.account.refreshInterval.label = Refresh Interval
thing-type.config.generacmobilelink.account.refreshInterval.description = Specifies the refresh interval in seconds
thing-type.config.generacmobilelink.account.username.label = Username
thing-type.config.generacmobilelink.account.username.description = Account username
thing-type.config.generacmobilelink.generator.generatorId.label = Generator ID
thing-type.config.generacmobilelink.generator.generatorId.description = Generator ID
# channel types
channel-type.generacmobilelink.batteryVoltage.label = Battery Voltage Status
channel-type.generacmobilelink.blueLight.label = Blue Light Status
channel-type.generacmobilelink.connected.label = Connected
channel-type.generacmobilelink.currentAlarmDescription.label = Current Alarm Description
channel-type.generacmobilelink.exerciseHours.label = Number of Hours Exercised
channel-type.generacmobilelink.fuelLevel.label = Fuel Level
channel-type.generacmobilelink.fuelType.label = Fuel Type
channel-type.generacmobilelink.greenLight.label = Green Light Status
channel-type.generacmobilelink.redLight.label = Red Light Status
channel-type.generacmobilelink.runHours.label = Number of Hours Run
channel-type.generacmobilelink.serviceStatus.label = Service Status
channel-type.generacmobilelink.status.label = Status
channel-type.generacmobilelink.statusDate.label = Last Status Date
channel-type.generacmobilelink.yellowLight.label = Yellow Light Status