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,118 @@
|
||||
# binding
|
||||
|
||||
binding.melcloud.name = MELCloud Binding
|
||||
binding.melcloud.description = Binding for Mitsubishi MELCloud connected A.C. devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.melcloud.acdevice.label = A.C. Device
|
||||
thing-type.melcloud.acdevice.description = Air conditioning device
|
||||
thing-type.melcloud.heatpumpdevice.label = Heatpump Device
|
||||
thing-type.melcloud.heatpumpdevice.description = Heatpump device
|
||||
thing-type.melcloud.melcloudaccount.label = MELCloud Account
|
||||
thing-type.melcloud.melcloudaccount.description = MELCloud cloud service account
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.melcloud.acdevice.buildingID.label = Building ID
|
||||
thing-type.config.melcloud.acdevice.buildingID.description = Building ID of the A.C. device.
|
||||
thing-type.config.melcloud.acdevice.deviceID.label = Device ID
|
||||
thing-type.config.melcloud.acdevice.deviceID.description = Device ID of the A.C. device
|
||||
thing-type.config.melcloud.acdevice.pollingInterval.label = Polling Interval
|
||||
thing-type.config.melcloud.acdevice.pollingInterval.description = Time interval how often poll data from MELCloud
|
||||
thing-type.config.melcloud.heatpumpdevice.buildingID.label = Building ID
|
||||
thing-type.config.melcloud.heatpumpdevice.buildingID.description = Building ID of the Heatpump device.
|
||||
thing-type.config.melcloud.heatpumpdevice.deviceID.label = Device ID
|
||||
thing-type.config.melcloud.heatpumpdevice.deviceID.description = Device ID of the Heatpump device
|
||||
thing-type.config.melcloud.heatpumpdevice.pollingInterval.label = Polling Interval
|
||||
thing-type.config.melcloud.heatpumpdevice.pollingInterval.description = Time interval how often poll data from MELCloud
|
||||
thing-type.config.melcloud.melcloudaccount.language.label = Language
|
||||
thing-type.config.melcloud.melcloudaccount.language.description = Language
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.0 = English
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.1 = Bulgarian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.2 = Czech
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.3 = Danish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.4 = German
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.5 = Estonian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.6 = Spanish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.7 = French
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.8 = Armenian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.9 = Latvian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.10 = Lithuanian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.11 = Hungarian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.12 = Dutch
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.13 = Norwegian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.14 = Polish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.15 = Portuguese
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.16 = Russian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.17 = Finnish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.18 = Swedish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.19 = Italian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.20 = Ukrainian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.21 = Turkish
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.22 = Greek
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.23 = Croatian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.24 = Romanian
|
||||
thing-type.config.melcloud.melcloudaccount.language.option.25 = Slovenian
|
||||
thing-type.config.melcloud.melcloudaccount.password.label = Password
|
||||
thing-type.config.melcloud.melcloudaccount.password.description = MELCloud password
|
||||
thing-type.config.melcloud.melcloudaccount.username.label = Username
|
||||
thing-type.config.melcloud.melcloudaccount.username.description = MELCloud email address
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.melcloud.fanSpeed-channel.label = Fan Speed
|
||||
channel-type.melcloud.fanSpeed-channel.description = Fan speed
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.0 = Auto
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.1 = 1
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.2 = 2
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.3 = 3
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.4 = 4
|
||||
channel-type.melcloud.fanSpeed-channel.state.option.5 = 5
|
||||
channel-type.melcloud.forcedHotWaterMode-channel.label = Forced Hot Water Mode
|
||||
channel-type.melcloud.forcedHotWaterMode-channel.description = If water mode is Heat Now (true) or Auto (false)
|
||||
channel-type.melcloud.hasPendingCommand-channel.label = Pending Command
|
||||
channel-type.melcloud.hasPendingCommand-channel.description = Device has a pending command(s)
|
||||
channel-type.melcloud.lastCommunication-channel.label = Last Communication
|
||||
channel-type.melcloud.lastCommunication-channel.description = Last communication time between device and MELCloud
|
||||
channel-type.melcloud.nextCommunication-channel.label = Next Communication
|
||||
channel-type.melcloud.nextCommunication-channel.description = Next communication time between device and MELCloud
|
||||
channel-type.melcloud.offline-channel.label = Is Offline
|
||||
channel-type.melcloud.offline-channel.description = Is device in offline state.
|
||||
channel-type.melcloud.operationMode-channel.label = Operation Mode
|
||||
channel-type.melcloud.operationMode-channel.description = Operation mode
|
||||
channel-type.melcloud.operationMode-channel.state.option.1 = Heat
|
||||
channel-type.melcloud.operationMode-channel.state.option.2 = Dry
|
||||
channel-type.melcloud.operationMode-channel.state.option.3 = Cool
|
||||
channel-type.melcloud.operationMode-channel.state.option.7 = Fan
|
||||
channel-type.melcloud.operationMode-channel.state.option.8 = Auto
|
||||
channel-type.melcloud.power-channel.label = Power
|
||||
channel-type.melcloud.power-channel.description = Power status of device
|
||||
channel-type.melcloud.roomTemperature-channel.label = Room Temperature
|
||||
channel-type.melcloud.roomTemperature-channel.description = Room temperature
|
||||
channel-type.melcloud.roomTemperatureZone1-channel.label = Room Temperature Zone 1
|
||||
channel-type.melcloud.roomTemperatureZone1-channel.description = Room temperature for zone 1
|
||||
channel-type.melcloud.setTemperature-channel.label = Set Temperature
|
||||
channel-type.melcloud.setTemperature-channel.description = Set temperature
|
||||
channel-type.melcloud.setTemperatureZone1-channel.label = Set Temperature Zone 1
|
||||
channel-type.melcloud.setTemperatureZone1-channel.description = Set temperature for zone 1
|
||||
channel-type.melcloud.tankWaterTemperature-channel.label = Tank Temperature
|
||||
channel-type.melcloud.tankWaterTemperature-channel.description = Temperature of water i
|
||||
channel-type.melcloud.vaneHorizontal-channel.label = Vane Horizontal
|
||||
channel-type.melcloud.vaneHorizontal-channel.description = Vane horizontal
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.0 = Auto
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.1 = 1
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.2 = 2
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.3 = 3
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.4 = 4
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.5 = 5
|
||||
channel-type.melcloud.vaneHorizontal-channel.state.option.12 = Swing
|
||||
channel-type.melcloud.vaneVertical-channel.label = Vane Vertical
|
||||
channel-type.melcloud.vaneVertical-channel.description = Vane vertical
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.0 = Auto
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.1 = 1
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.2 = 2
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.3 = 3
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.4 = 4
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.5 = 5
|
||||
channel-type.melcloud.vaneVertical-channel.state.option.7 = Swing
|
||||
Reference in New Issue
Block a user