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,77 @@
|
||||
# binding
|
||||
|
||||
binding.plclogo.name = PLCLogo Binding
|
||||
binding.plclogo.description = This binding provides native support for Siemens LOGO! PLC.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.plclogo.analog.label = Analog Blocks
|
||||
thing-type.plclogo.analog.description = Siemens LOGO! analog input/output blocks
|
||||
thing-type.plclogo.datetime.label = Date/Time Block
|
||||
thing-type.plclogo.datetime.description = Siemens LOGO! date/time block
|
||||
thing-type.plclogo.device.label = LOGO! PLC
|
||||
thing-type.plclogo.device.description = Siemens LOGO! PLC
|
||||
thing-type.plclogo.digital.label = Digital Blocks
|
||||
thing-type.plclogo.digital.description = Siemens LOGO! digital input/output blocks
|
||||
thing-type.plclogo.memory.label = Memory Address
|
||||
thing-type.plclogo.memory.description = Siemens LOGO! memory address
|
||||
thing-type.plclogo.pulse.label = Pulse Block
|
||||
thing-type.plclogo.pulse.description = Siemens LOGO! pulse virtual block
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.plclogo.analog.force.label = Force Channels Update
|
||||
thing-type.config.plclogo.analog.force.description = Propagate channels update to openHAB whether value changed or not
|
||||
thing-type.config.plclogo.analog.kind.label = LOGO! Analog Block Kind
|
||||
thing-type.config.plclogo.analog.kind.description = LOGO! analog block kind
|
||||
thing-type.config.plclogo.analog.threshold.label = Smallest Value Change to Sent
|
||||
thing-type.config.plclogo.analog.threshold.description = Smallest value change will be sent to openHAB
|
||||
thing-type.config.plclogo.bridge.address.label = Network Address
|
||||
thing-type.config.plclogo.bridge.address.description = Network address of the PLC.
|
||||
thing-type.config.plclogo.bridge.family.label = LOGO! Family
|
||||
thing-type.config.plclogo.bridge.family.description = LOGO! PLC hardware family version
|
||||
thing-type.config.plclogo.bridge.family.option.0BA7 = 0BA7
|
||||
thing-type.config.plclogo.bridge.family.option.0BA8 = 0BA8
|
||||
thing-type.config.plclogo.bridge.localTSAP.label = Local TSAP
|
||||
thing-type.config.plclogo.bridge.localTSAP.description = Local TSAP of the client as hex string
|
||||
thing-type.config.plclogo.bridge.refresh.label = Refresh Interval
|
||||
thing-type.config.plclogo.bridge.refresh.description = Milliseconds between reread data from PLC.
|
||||
thing-type.config.plclogo.bridge.remoteTSAP.label = Remote TSAP
|
||||
thing-type.config.plclogo.bridge.remoteTSAP.description = Remote TSAP of the client as hex string
|
||||
thing-type.config.plclogo.datetime.block.label = LOGO! Memory Address
|
||||
thing-type.config.plclogo.datetime.block.description = LOGO! memory address
|
||||
thing-type.config.plclogo.datetime.force.label = Force Channels Update
|
||||
thing-type.config.plclogo.datetime.force.description = Propagate channels update to openHAB whether value changed or not
|
||||
thing-type.config.plclogo.datetime.type.label = Send Value As
|
||||
thing-type.config.plclogo.datetime.type.description = Interpret received channel value as date or time
|
||||
thing-type.config.plclogo.datetime.type.option.date = date
|
||||
thing-type.config.plclogo.datetime.type.option.time = time
|
||||
thing-type.config.plclogo.digital.force.label = Force Channels Update
|
||||
thing-type.config.plclogo.digital.force.description = Propagate channels update to openHAB whether value changed or not
|
||||
thing-type.config.plclogo.digital.kind.label = LOGO! Digital Block Kind
|
||||
thing-type.config.plclogo.digital.kind.description = LOGO! digital block kind
|
||||
thing-type.config.plclogo.memory.block.label = LOGO! Memory Address
|
||||
thing-type.config.plclogo.memory.block.description = LOGO! memory address
|
||||
thing-type.config.plclogo.memory.force.label = Force Channel Update
|
||||
thing-type.config.plclogo.memory.force.description = Update of the channel be should propagated to openHAB
|
||||
thing-type.config.plclogo.memory.threshold.label = Smallest Value Change to Sent
|
||||
thing-type.config.plclogo.memory.threshold.description = Smallest value change will be sent to openHAB
|
||||
thing-type.config.plclogo.pulse.block.label = LOGO! Memory Address
|
||||
thing-type.config.plclogo.pulse.block.description = LOGO! memory address
|
||||
thing-type.config.plclogo.pulse.observe.label = LOGO! Block/Memory Address
|
||||
thing-type.config.plclogo.pulse.observe.description = LOGO! block or memory address to observe
|
||||
thing-type.config.plclogo.pulse.pulse.label = Pulse Length
|
||||
thing-type.config.plclogo.pulse.pulse.description = Time to wait before state reset
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.plclogo.contact.label = Digital Input
|
||||
channel-type.plclogo.datetime.label = Analog Date/Time
|
||||
channel-type.plclogo.diagnostic.label = Diagnostic
|
||||
channel-type.plclogo.diagnostic.description = The diagnostic reported by Siemens LOGO!
|
||||
channel-type.plclogo.number.label = Analog Number
|
||||
channel-type.plclogo.rtc.label = Real Time Clock
|
||||
channel-type.plclogo.rtc.description = The value of Siemens LOGO! real time clock
|
||||
channel-type.plclogo.switch.label = Digital Output
|
||||
channel-type.plclogo.weekday.label = Day of Week
|
||||
channel-type.plclogo.weekday.description = The day of week reported by Siemens LOGO!
|
||||
Reference in New Issue
Block a user