Add default translations for io add-ons (#11753)
* Add default translations for io add-ons This makes the texts used by these add-ons translatable with Crowdin. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
io.config.homekit.blockUserDeletion.label = Block deletion of the HomeKit user
|
||||
io.config.homekit.blockUserDeletion.description = Block deletion of the HomeKit user information from openHAB and the unpairing of devices
|
||||
io.config.homekit.group.core.label = Core Configuration
|
||||
io.config.homekit.group.network.label = Network Settings
|
||||
io.config.homekit.group.network.description = General network settings
|
||||
io.config.homekit.group.thermostat.label = Thermostat Settings
|
||||
io.config.homekit.group.thermostat.description = General thermostat settings
|
||||
io.config.homekit.group.thermostatCurrentHeatingCooling.label = Thermostat Current Heating/Cooling Mapping
|
||||
io.config.homekit.group.thermostatCurrentHeatingCooling.description = String values used by your thermostat to set different targetHeatingCooling modes
|
||||
io.config.homekit.group.thermostatTargetHeatingCooling.label = Thermostat Target Heating/Cooling Mapping
|
||||
io.config.homekit.group.thermostatTargetHeatingCooling.description = String values used by your thermostat to set different targetHeatingCooling modes
|
||||
io.config.homekit.name.label = Bridge name
|
||||
io.config.homekit.name.description = Name of the HomeKit bridge
|
||||
io.config.homekit.networkInterface.label = Network Interface
|
||||
io.config.homekit.networkInterface.description = Defines the IP address of the network interface to expose the HomeKit integration on.
|
||||
io.config.homekit.pin.label = Pin
|
||||
io.config.homekit.pin.description = Defines the pin, used for pairing, in the form ###-##-###.
|
||||
io.config.homekit.port.label = Port
|
||||
io.config.homekit.port.description = Defines the port the HomeKit integration listens on.
|
||||
io.config.homekit.qrCode.label = HomeKit QR Code
|
||||
io.config.homekit.qrCode.description = Scan QR code with home app to add openHAB as HomeKit bridge.
|
||||
io.config.homekit.setupId.label = Setup ID
|
||||
io.config.homekit.setupId.description = Setup ID used for pairing using QR Code. Alphanumeric code of length 4.
|
||||
io.config.homekit.startDelay.label = Start Delay
|
||||
io.config.homekit.startDelay.description = HomeKit start delay in case of item configuration differences.
|
||||
io.config.homekit.thermostatCurrentModeCooling.label = Cooling Value
|
||||
io.config.homekit.thermostatCurrentModeCooling.description = Value for setting target heatingCoolingCurrentMode to COOL (IE: indicating that the air condition is currently cooling the home).
|
||||
io.config.homekit.thermostatCurrentModeHeating.label = Heating Value
|
||||
io.config.homekit.thermostatCurrentModeHeating.description = Value for setting target heatingCoolingCurrentMode to HEAT (IE: indicating that the heater is currently warming the home).
|
||||
io.config.homekit.thermostatCurrentModeOff.label = Off Value
|
||||
io.config.homekit.thermostatCurrentModeOff.description = Value for setting target heatingCoolingCurrentMode to OFF (IE: the hvac is currently idle, because the target temperature has been reached per the mode).
|
||||
io.config.homekit.thermostatTargetModeAuto.label = Auto Value
|
||||
io.config.homekit.thermostatTargetModeAuto.description = Word used to set the target heatingCoolingMode to AUTO (if a thermostat is defined).
|
||||
io.config.homekit.thermostatTargetModeCool.label = Cool Value
|
||||
io.config.homekit.thermostatTargetModeCool.description = Word used to set the target heatingCoolingMode to COOL (if a thermostat is defined).
|
||||
io.config.homekit.thermostatTargetModeHeat.label = Heat Value
|
||||
io.config.homekit.thermostatTargetModeHeat.description = Word used to set the target heatingCoolingMode to HEAT (if a thermostat is defined).
|
||||
io.config.homekit.thermostatTargetModeOff.label = Off Value
|
||||
io.config.homekit.thermostatTargetModeOff.description = Word used to set the target heatingCoolingMode to OFF (if a thermostat is defined).
|
||||
io.config.homekit.useFahrenheitTemperature.label = Use Fahrenheit Temperature
|
||||
io.config.homekit.useFahrenheitTemperature.description = Defines whether or not to direct HomeKit clients to use fahrenheit temperatures instead of celsius.
|
||||
io.config.homekit.useOHmDNS.label = Use openHAB mDNS service
|
||||
io.config.homekit.useOHmDNS.description = Defines whether mDNS service of openHAB or a separate instance of mDNS should be used.
|
||||
|
||||
# service
|
||||
|
||||
service.io.homekit.label = HomeKit Integration
|
||||
Reference in New Issue
Block a user