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,224 @@
|
||||
# binding
|
||||
|
||||
binding.lcn.name = LCN Binding
|
||||
binding.lcn.description = This is the binding for Local Control Network (LCN)
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.lcn.group.label = LCN Group
|
||||
thing-type.lcn.group.description = An LCN group with multiple modules, configured in LCN-PRO
|
||||
thing-type.lcn.module.label = LCN Module
|
||||
thing-type.lcn.module.description = An LCN bus module, e.g. LCN-UPP, LCN-SH, LCN-HU
|
||||
thing-type.lcn.pckGateway.label = LCN-PCHK Gateway
|
||||
thing-type.lcn.pckGateway.description = An LCN gateway speaking the PCK language. E.g. LCN-PCHK software or the DIN rail device LCN-PKE.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.lcn.group.groupId.label = Group Number
|
||||
thing-type.config.lcn.group.groupId.description = The group number, configured in LCN-PRO
|
||||
thing-type.config.lcn.group.moduleId.label = Module ID
|
||||
thing-type.config.lcn.group.moduleId.description = The module ID of any module in the group. The state of this module is used for visualization of the group as representative for all modules.
|
||||
thing-type.config.lcn.group.segmentId.label = Segment ID
|
||||
thing-type.config.lcn.group.segmentId.description = The segment ID of all modules in this group (0 if no segments are present)
|
||||
thing-type.config.lcn.module.moduleId.label = Module ID
|
||||
thing-type.config.lcn.module.moduleId.description = The module ID, configured in LCN-PRO
|
||||
thing-type.config.lcn.module.segmentId.label = Segment ID
|
||||
thing-type.config.lcn.module.segmentId.description = The segment ID the module is in (0 if no segments are present)
|
||||
thing-type.config.lcn.pckGateway.hostname.label = Hostname
|
||||
thing-type.config.lcn.pckGateway.hostname.description = The hostname or the IP address of the PCK gateway
|
||||
thing-type.config.lcn.pckGateway.mode.label = Dimming Mode
|
||||
thing-type.config.lcn.pckGateway.mode.description = <strong>ATTENTION:</strong> Dimming range of all modules. Must be the same value as configured in LCN-PRO (Options/Settings/Expert Settings). If you <em>only</em> have modules with firmware newer than Feb. 2013, you probably want to choose 0 - 200.
|
||||
thing-type.config.lcn.pckGateway.mode.option.native50 = 0 - 50
|
||||
thing-type.config.lcn.pckGateway.mode.option.native200 = 0 - 200
|
||||
thing-type.config.lcn.pckGateway.password.label = Password
|
||||
thing-type.config.lcn.pckGateway.password.description = The login password of the PCK gateway
|
||||
thing-type.config.lcn.pckGateway.port.label = Port
|
||||
thing-type.config.lcn.pckGateway.port.description = The IP port of the PCK gateway
|
||||
thing-type.config.lcn.pckGateway.timeoutMs.label = Connection Timeout
|
||||
thing-type.config.lcn.pckGateway.timeoutMs.description = Period after which an LCN command is resent, when no acknowledge has been received (in ms).
|
||||
thing-type.config.lcn.pckGateway.username.label = Username
|
||||
thing-type.config.lcn.pckGateway.username.description = The login username of the PCK gateway
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.lcn.binarysensors.label = Binary Sensors
|
||||
channel-group-type.lcn.binarysensors.channel.1.label = Binary Sensor 1
|
||||
channel-group-type.lcn.binarysensors.channel.2.label = Binary Sensor 2
|
||||
channel-group-type.lcn.binarysensors.channel.3.label = Binary Sensor 3
|
||||
channel-group-type.lcn.binarysensors.channel.4.label = Binary Sensor 4
|
||||
channel-group-type.lcn.binarysensors.channel.5.label = Binary Sensor 5
|
||||
channel-group-type.lcn.binarysensors.channel.6.label = Binary Sensor 6
|
||||
channel-group-type.lcn.binarysensors.channel.7.label = Binary Sensor 7
|
||||
channel-group-type.lcn.binarysensors.channel.8.label = Binary Sensor 8
|
||||
channel-group-type.lcn.codes.label = Access Control
|
||||
channel-group-type.lcn.hostcommands.label = Host Commands
|
||||
channel-group-type.lcn.hostcommands.description = Command from LCN to openHAB
|
||||
channel-group-type.lcn.keyslocktablea.label = Keys Locks Table A
|
||||
channel-group-type.lcn.keyslocktablea.channel.1.label = Key 1
|
||||
channel-group-type.lcn.keyslocktablea.channel.2.label = Key 2
|
||||
channel-group-type.lcn.keyslocktablea.channel.3.label = Key 3
|
||||
channel-group-type.lcn.keyslocktablea.channel.4.label = Key 4
|
||||
channel-group-type.lcn.keyslocktablea.channel.5.label = Key 5
|
||||
channel-group-type.lcn.keyslocktablea.channel.6.label = Key 6
|
||||
channel-group-type.lcn.keyslocktablea.channel.7.label = Key 7
|
||||
channel-group-type.lcn.keyslocktablea.channel.8.label = Key 8
|
||||
channel-group-type.lcn.keyslocktableb.label = Keys Locks Table B
|
||||
channel-group-type.lcn.keyslocktableb.channel.1.label = Key 1
|
||||
channel-group-type.lcn.keyslocktableb.channel.2.label = Key 2
|
||||
channel-group-type.lcn.keyslocktableb.channel.3.label = Key 3
|
||||
channel-group-type.lcn.keyslocktableb.channel.4.label = Key 4
|
||||
channel-group-type.lcn.keyslocktableb.channel.5.label = Key 5
|
||||
channel-group-type.lcn.keyslocktableb.channel.6.label = Key 6
|
||||
channel-group-type.lcn.keyslocktableb.channel.7.label = Key 7
|
||||
channel-group-type.lcn.keyslocktableb.channel.8.label = Key 8
|
||||
channel-group-type.lcn.keyslocktablec.label = Keys Locks Table C
|
||||
channel-group-type.lcn.keyslocktablec.channel.1.label = Key 1
|
||||
channel-group-type.lcn.keyslocktablec.channel.2.label = Key 2
|
||||
channel-group-type.lcn.keyslocktablec.channel.3.label = Key 3
|
||||
channel-group-type.lcn.keyslocktablec.channel.4.label = Key 4
|
||||
channel-group-type.lcn.keyslocktablec.channel.5.label = Key 5
|
||||
channel-group-type.lcn.keyslocktablec.channel.6.label = Key 6
|
||||
channel-group-type.lcn.keyslocktablec.channel.7.label = Key 7
|
||||
channel-group-type.lcn.keyslocktablec.channel.8.label = Key 8
|
||||
channel-group-type.lcn.keyslocktabled.label = Keys Locks Table D
|
||||
channel-group-type.lcn.keyslocktabled.channel.1.label = Key 1
|
||||
channel-group-type.lcn.keyslocktabled.channel.2.label = Key 2
|
||||
channel-group-type.lcn.keyslocktabled.channel.3.label = Key 3
|
||||
channel-group-type.lcn.keyslocktabled.channel.4.label = Key 4
|
||||
channel-group-type.lcn.keyslocktabled.channel.5.label = Key 5
|
||||
channel-group-type.lcn.keyslocktabled.channel.6.label = Key 6
|
||||
channel-group-type.lcn.keyslocktabled.channel.7.label = Key 7
|
||||
channel-group-type.lcn.keyslocktabled.channel.8.label = Key 8
|
||||
channel-group-type.lcn.leds.label = LEDs
|
||||
channel-group-type.lcn.leds.channel.1.label = LED 1
|
||||
channel-group-type.lcn.leds.channel.10.label = LED 10
|
||||
channel-group-type.lcn.leds.channel.11.label = LED 11
|
||||
channel-group-type.lcn.leds.channel.12.label = LED 12
|
||||
channel-group-type.lcn.leds.channel.2.label = LED 2
|
||||
channel-group-type.lcn.leds.channel.3.label = LED 3
|
||||
channel-group-type.lcn.leds.channel.4.label = LED 4
|
||||
channel-group-type.lcn.leds.channel.5.label = LED 5
|
||||
channel-group-type.lcn.leds.channel.6.label = LED 6
|
||||
channel-group-type.lcn.leds.channel.7.label = LED 7
|
||||
channel-group-type.lcn.leds.channel.8.label = LED 8
|
||||
channel-group-type.lcn.leds.channel.9.label = LED 9
|
||||
channel-group-type.lcn.logics.label = Logic Operations
|
||||
channel-group-type.lcn.logics.channel.1.label = Logic Operation 1
|
||||
channel-group-type.lcn.logics.channel.2.label = Logic Operation 2
|
||||
channel-group-type.lcn.logics.channel.3.label = Logic Operation 3
|
||||
channel-group-type.lcn.logics.channel.4.label = Logic Operation 4
|
||||
channel-group-type.lcn.outputs.label = Dimmer Outputs
|
||||
channel-group-type.lcn.outputs.channel.1.label = Output 1
|
||||
channel-group-type.lcn.outputs.channel.2.label = Output 2
|
||||
channel-group-type.lcn.outputs.channel.3.label = Output 3
|
||||
channel-group-type.lcn.outputs.channel.4.label = Output 4
|
||||
channel-group-type.lcn.outputs.channel.color.label = RGB Color Control (Outputs 1-3)
|
||||
channel-group-type.lcn.relays.label = Relays
|
||||
channel-group-type.lcn.relays.channel.1.label = Relay 1
|
||||
channel-group-type.lcn.relays.channel.2.label = Relay 2
|
||||
channel-group-type.lcn.relays.channel.3.label = Relay 3
|
||||
channel-group-type.lcn.relays.channel.4.label = Relay 4
|
||||
channel-group-type.lcn.relays.channel.5.label = Relay 5
|
||||
channel-group-type.lcn.relays.channel.6.label = Relay 6
|
||||
channel-group-type.lcn.relays.channel.7.label = Relay 7
|
||||
channel-group-type.lcn.relays.channel.8.label = Relay 8
|
||||
channel-group-type.lcn.rollershutteroutputs.label = Roller Shutter (Dimmer)
|
||||
channel-group-type.lcn.rollershutteroutputs.channel.1.label = Shutter 1-2
|
||||
channel-group-type.lcn.rollershutterrelays.label = Roller Shutter (Relay)
|
||||
channel-group-type.lcn.rollershutterrelays.channel.1.label = Shutter 1-2
|
||||
channel-group-type.lcn.rollershutterrelays.channel.2.label = Shutter 3-4
|
||||
channel-group-type.lcn.rollershutterrelays.channel.3.label = Shutter 5-6
|
||||
channel-group-type.lcn.rollershutterrelays.channel.4.label = Shutter 7-8
|
||||
channel-group-type.lcn.rvarlocks.label = RVar Lock State
|
||||
channel-group-type.lcn.rvarlocks.channel.1.label = R1Var Lock
|
||||
channel-group-type.lcn.rvarlocks.channel.2.label = R2Var Lock
|
||||
channel-group-type.lcn.rvarsetpoints.label = RVar Setpoints
|
||||
channel-group-type.lcn.rvarsetpoints.channel.1.label = R1Var Setpoint
|
||||
channel-group-type.lcn.rvarsetpoints.channel.2.label = R2Var Setpoint
|
||||
channel-group-type.lcn.s0inputs.label = S0 Counters
|
||||
channel-group-type.lcn.s0inputs.channel.1.label = S0 Counter 1
|
||||
channel-group-type.lcn.s0inputs.channel.2.label = S0 Counter 2
|
||||
channel-group-type.lcn.s0inputs.channel.3.label = S0 Counter 3
|
||||
channel-group-type.lcn.s0inputs.channel.4.label = S0 Counter 4
|
||||
channel-group-type.lcn.thresholdregisters1.label = Threshold Register 1
|
||||
channel-group-type.lcn.thresholdregisters1.channel.1.label = Threshold 1
|
||||
channel-group-type.lcn.thresholdregisters1.channel.2.label = Threshold 2
|
||||
channel-group-type.lcn.thresholdregisters1.channel.3.label = Threshold 3
|
||||
channel-group-type.lcn.thresholdregisters1.channel.4.label = Threshold 4
|
||||
channel-group-type.lcn.thresholdregisters1.channel.5.label = Threshold 5
|
||||
channel-group-type.lcn.thresholdregisters1.channel.5.description = Only before Feb. 2013
|
||||
channel-group-type.lcn.thresholdregisters2.label = Threshold Register 2
|
||||
channel-group-type.lcn.thresholdregisters2.channel.1.label = Threshold 1
|
||||
channel-group-type.lcn.thresholdregisters2.channel.2.label = Threshold 2
|
||||
channel-group-type.lcn.thresholdregisters2.channel.3.label = Threshold 3
|
||||
channel-group-type.lcn.thresholdregisters2.channel.4.label = Threshold 4
|
||||
channel-group-type.lcn.thresholdregisters3.label = Threshold Register 3
|
||||
channel-group-type.lcn.thresholdregisters3.channel.1.label = Threshold 1
|
||||
channel-group-type.lcn.thresholdregisters3.channel.2.label = Threshold 2
|
||||
channel-group-type.lcn.thresholdregisters3.channel.3.label = Threshold 3
|
||||
channel-group-type.lcn.thresholdregisters3.channel.4.label = Threshold 4
|
||||
channel-group-type.lcn.thresholdregisters4.label = Threshold Register 4
|
||||
channel-group-type.lcn.thresholdregisters4.channel.1.label = Threshold 1
|
||||
channel-group-type.lcn.thresholdregisters4.channel.2.label = Threshold 2
|
||||
channel-group-type.lcn.thresholdregisters4.channel.3.label = Threshold 3
|
||||
channel-group-type.lcn.thresholdregisters4.channel.4.label = Threshold 4
|
||||
channel-group-type.lcn.variables.label = Variables
|
||||
channel-group-type.lcn.variables.channel.1.label = Variable 1 or TVar
|
||||
channel-group-type.lcn.variables.channel.10.label = Variable 10
|
||||
channel-group-type.lcn.variables.channel.11.label = Variable 11
|
||||
channel-group-type.lcn.variables.channel.12.label = Variable 12
|
||||
channel-group-type.lcn.variables.channel.2.label = Variable 2
|
||||
channel-group-type.lcn.variables.channel.3.label = Variable 3
|
||||
channel-group-type.lcn.variables.channel.4.label = Variable 4
|
||||
channel-group-type.lcn.variables.channel.5.label = Variable 5
|
||||
channel-group-type.lcn.variables.channel.6.label = Variable 6
|
||||
channel-group-type.lcn.variables.channel.7.label = Variable 7
|
||||
channel-group-type.lcn.variables.channel.8.label = Variable 8
|
||||
channel-group-type.lcn.variables.channel.9.label = Variable 9
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.lcn.binarysensor.label = Binary Sensor
|
||||
channel-type.lcn.color.label = Color
|
||||
channel-type.lcn.fingerprints.label = Fingerprint Codes
|
||||
channel-type.lcn.keylock.label = Keys Lock State
|
||||
channel-type.lcn.led.label = LED
|
||||
channel-type.lcn.led.state.option.OFF = Off
|
||||
channel-type.lcn.led.state.option.ON = On
|
||||
channel-type.lcn.led.state.option.BLINK = Blink
|
||||
channel-type.lcn.led.state.option.FLICKER = Flicker
|
||||
channel-type.lcn.logic.label = Logic Operation
|
||||
channel-type.lcn.logic.state.option.NOT = Not (not fulfilled)
|
||||
channel-type.lcn.logic.state.option.OR = Or (partly fulfilled)
|
||||
channel-type.lcn.logic.state.option.AND = And (fulfilled)
|
||||
channel-type.lcn.output.label = Output
|
||||
channel-type.lcn.relay.label = Relay
|
||||
channel-type.lcn.remotecontrolcodes.label = Remote Control (Codes)
|
||||
channel-type.lcn.remotecontrolkeys.label = Remote Control (Keys)
|
||||
channel-type.lcn.remotecontrolsbatterylow.label = Low Battery
|
||||
channel-type.lcn.rollershutter.label = Roller Shutter
|
||||
channel-type.lcn.rvarlock.label = RVar Lock State
|
||||
channel-type.lcn.sendKeys.label = Send Keys
|
||||
channel-type.lcn.transponders.label = Transponder Codes
|
||||
channel-type.lcn.variable.label = Variable
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.lcn.binarysensor.invertState.label = Invert State
|
||||
channel-type.config.lcn.binarysensor.invertState.description = Per default a binary sensor state 0 corresponds to "closed" while 1 corresponds to "open". Use this parameter to invert that logic.
|
||||
channel-type.config.lcn.rollershutter.invertUpDown.label = Invert Up/Down
|
||||
channel-type.config.lcn.rollershutter.invertUpDown.description = According LCN spec., the Up wire is connected to the "normally open" contact/Output 1. Use this parameter to invert that logic.
|
||||
channel-type.config.lcn.variable.parameter.label = Pulses per kWh
|
||||
channel-type.config.lcn.variable.parameter.description = Only for S0 counters (power or energy)
|
||||
channel-type.config.lcn.variable.unit.label = Unit
|
||||
channel-type.config.lcn.variable.unit.description = Unit of the sensor
|
||||
channel-type.config.lcn.variable.unit.option.native = LCN Native
|
||||
channel-type.config.lcn.variable.unit.option.temperature = Temperature (°C or °F)
|
||||
channel-type.config.lcn.variable.unit.option.light = Light (Lux)
|
||||
channel-type.config.lcn.variable.unit.option.co2 = CO₂ (ppm)
|
||||
channel-type.config.lcn.variable.unit.option.power = Power (W)
|
||||
channel-type.config.lcn.variable.unit.option.energy = Energy (kWh)
|
||||
channel-type.config.lcn.variable.unit.option.current = Current (mA)
|
||||
channel-type.config.lcn.variable.unit.option.voltage = Voltage (V)
|
||||
channel-type.config.lcn.variable.unit.option.angle = Angle (°)
|
||||
channel-type.config.lcn.variable.unit.option.windspeed = Windspeed (m/s)
|
||||
Reference in New Issue
Block a user