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,55 @@
|
||||
# binding
|
||||
|
||||
binding.ojelectronics.name = OJElectronics Binding
|
||||
binding.ojelectronics.description = This is the binding for OJElectronics.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ojelectronics.ojcloud.label = OJ Electronics Cloud
|
||||
thing-type.ojelectronics.ojcloud.description = Access to all OJ Electronic devices.
|
||||
thing-type.ojelectronics.owd5.label = OWD5/MWD5 Thermostat
|
||||
thing-type.ojelectronics.owd5.description = OWD5/MWD5 Thermostat
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ojelectronics.ojcloud.apiKey.label = API Key
|
||||
thing-type.config.ojelectronics.ojcloud.apiKey.description = API-Key from your local distributor
|
||||
thing-type.config.ojelectronics.ojcloud.apiUrl.label = API-URL
|
||||
thing-type.config.ojelectronics.ojcloud.apiUrl.description = URL to cloud API-service.
|
||||
thing-type.config.ojelectronics.ojcloud.customerId.label = Customer ID
|
||||
thing-type.config.ojelectronics.ojcloud.customerId.description = Customer ID
|
||||
thing-type.config.ojelectronics.ojcloud.password.label = Password
|
||||
thing-type.config.ojelectronics.ojcloud.password.description = Password for access cloud service.
|
||||
thing-type.config.ojelectronics.ojcloud.refreshDelayInSeconds.label = Refresh Delay
|
||||
thing-type.config.ojelectronics.ojcloud.refreshDelayInSeconds.description = Refresh delay in seconds.
|
||||
thing-type.config.ojelectronics.ojcloud.softwareVersion.label = Software Version
|
||||
thing-type.config.ojelectronics.ojcloud.softwareVersion.description = Software Version
|
||||
thing-type.config.ojelectronics.ojcloud.userName.label = User Name
|
||||
thing-type.config.ojelectronics.ojcloud.userName.description = User Name for access cloud service.
|
||||
thing-type.config.ojelectronics.owd5.serialNumber.label = Serial Number
|
||||
thing-type.config.ojelectronics.owd5.serialNumber.description = Serial number of the thermostat. You can find the serial number in the app or on the thermostat itself.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ojelectronics.boostEndTime.label = End Time of Boost Mode
|
||||
channel-type.ojelectronics.comfortEndTime.label = End Time of Comfort Mode
|
||||
channel-type.ojelectronics.comfortSetpoint.label = Comfort Set Point Temperature
|
||||
channel-type.ojelectronics.floorTemperature.label = Floor Temperature
|
||||
channel-type.ojelectronics.groupId.label = Group ID
|
||||
channel-type.ojelectronics.groupName.label = Group Name
|
||||
channel-type.ojelectronics.heating.label = Heating
|
||||
channel-type.ojelectronics.manualSetpoint.label = Manual Set Point Temperature
|
||||
channel-type.ojelectronics.online.label = Online
|
||||
channel-type.ojelectronics.regulationMode.label = Regulation Mode
|
||||
channel-type.ojelectronics.regulationMode.state.option.auto = Auto
|
||||
channel-type.ojelectronics.regulationMode.state.option.comfort = Comfort
|
||||
channel-type.ojelectronics.regulationMode.state.option.manual = Manual
|
||||
channel-type.ojelectronics.regulationMode.state.option.vacation = Vacation
|
||||
channel-type.ojelectronics.regulationMode.state.option.frostProtection = Frost Protection
|
||||
channel-type.ojelectronics.regulationMode.state.option.boost = Boost
|
||||
channel-type.ojelectronics.regulationMode.state.option.eco = Eco
|
||||
channel-type.ojelectronics.roomTemperature.label = Room Temperature
|
||||
channel-type.ojelectronics.thermostatName.label = Thermostat Name
|
||||
channel-type.ojelectronics.vacationBeginDay.label = Vacation Begin Day
|
||||
channel-type.ojelectronics.vacationEnabled.label = Vacation Mode Enabled
|
||||
channel-type.ojelectronics.vacationEndDay.label = Vacation End Day
|
||||
Reference in New Issue
Block a user