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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
# binding
binding.tacmi.name = TA C.M.I. Binding
binding.tacmi.description = This is the binding for TA C.M.I.
# thing types
thing-type.tacmi.cmi.label = TA C.M.I. CoE Connection
thing-type.tacmi.cmi.description = CoE Communication to the "Technische Alternative C.M.I. Control and Monitoring Interface"
thing-type.tacmi.cmiSchema.label = TA C.M.I. Schema API Connection
thing-type.tacmi.cmiSchema.description = Communication to a special "API" schema page on a "Technische Alternative C.M.I. Control and Monitoring Interface"
thing-type.tacmi.coe-bridge.label = TA C.M.I. CoE Bridge
thing-type.tacmi.coe-bridge.description = This bridge opens the CoE-UDP Port 5441 on OpenHAB for communication with "Technische Alternative C.M.I."
# thing types config
thing-type.config.tacmi.cmi.host.label = C.M.I. IP Address
thing-type.config.tacmi.cmi.host.description = Host name of IP address of the CMI
thing-type.config.tacmi.cmi.node.label = Node
thing-type.config.tacmi.cmi.node.description = The CoE / CAN Node number openHAB should represent
thing-type.config.tacmi.cmiSchema.host.label = C.M.I. IP Address
thing-type.config.tacmi.cmiSchema.host.description = Host name or IP address of the C.M.I.
thing-type.config.tacmi.cmiSchema.password.label = Password
thing-type.config.tacmi.cmiSchema.password.description = Password for authentication on the C.M.I.
thing-type.config.tacmi.cmiSchema.pollInterval.label = Poll Interval
thing-type.config.tacmi.cmiSchema.pollInterval.description = Poll interval (in seconds) how often to poll the API Page
thing-type.config.tacmi.cmiSchema.schemaId.label = API Schema Id
thing-type.config.tacmi.cmiSchema.schemaId.description = ID of the schema API page
thing-type.config.tacmi.cmiSchema.username.label = Username
thing-type.config.tacmi.cmiSchema.username.description = Username for authentication on the C.M.I.
# channel types
channel-type.tacmi.coe-analog-in.label = Analog Input Channel (C.M.I. -> OH)
channel-type.tacmi.coe-analog-in.description = A Analog Channel received from the C.M.I.
channel-type.tacmi.coe-analog-out.label = Analog Output Channel (OH -> C.M.I.)
channel-type.tacmi.coe-analog-out.description = A Analog Channel sent to the C.M.I.
channel-type.tacmi.coe-digital-in.label = Digital Input (C.M.I. -> OH)
channel-type.tacmi.coe-digital-in.description = A digital channel sent from C.M.I. to openHAB
channel-type.tacmi.coe-digital-out.label = Digital Output (OH -> C.M.I.)
channel-type.tacmi.coe-digital-out.description = A digital channel sent from OpenHAB to C.M.I.
channel-type.tacmi.schema-numeric-ro.label = Value
channel-type.tacmi.schema-numeric-ro.description = A numeric value read from C.M.I.
channel-type.tacmi.schema-state-ro.label = Value
channel-type.tacmi.schema-state-ro.description = A state value read from C.M.I.
channel-type.tacmi.schema-switch-ro.label = Switch State (Read-Only)
channel-type.tacmi.schema-switch-ro.description = An On/Off state read from C.M.I.
channel-type.tacmi.schema-switch-rw.label = Switch State (Changeable)
channel-type.tacmi.schema-switch-rw.description = A modifiable On/Off state read from C.M.I.
# channel types config
channel-type.config.tacmi.coe-analog-in.output.label = Output
channel-type.config.tacmi.coe-analog-in.output.description = C.M.I. Network Output
channel-type.config.tacmi.coe-analog-out.initialValue.label = Initial Value
channel-type.config.tacmi.coe-analog-out.initialValue.description = Initial value to set after startup (optional, defaults to uninitialized)
channel-type.config.tacmi.coe-analog-out.output.label = Output
channel-type.config.tacmi.coe-analog-out.output.description = Network Output
channel-type.config.tacmi.coe-analog-out.type.label = Measurement Type
channel-type.config.tacmi.coe-analog-out.type.description = Measurement type for this channel
channel-type.config.tacmi.coe-analog-out.type.option.0 = None
channel-type.config.tacmi.coe-analog-out.type.option.1 = Temperature
channel-type.config.tacmi.coe-analog-out.type.option.2 = Unknown 2
channel-type.config.tacmi.coe-analog-out.type.option.3 = Unknown 3
channel-type.config.tacmi.coe-analog-out.type.option.4 = Seconds
channel-type.config.tacmi.coe-analog-out.type.option.5 = Unknown 5
channel-type.config.tacmi.coe-analog-out.type.option.6 = Unknown 6
channel-type.config.tacmi.coe-analog-out.type.option.7 = Unknown 7
channel-type.config.tacmi.coe-analog-out.type.option.8 = Unknown 8
channel-type.config.tacmi.coe-analog-out.type.option.9 = Unknown 9
channel-type.config.tacmi.coe-analog-out.type.option.10 = kW (Kilowatt)
channel-type.config.tacmi.coe-analog-out.type.option.11 = kWh (Kilowatt hours)
channel-type.config.tacmi.coe-analog-out.type.option.12 = MWh (Megawatt hours)
channel-type.config.tacmi.coe-analog-out.type.option.13 = Unknown 13
channel-type.config.tacmi.coe-analog-out.type.option.14 = Unknown 14
channel-type.config.tacmi.coe-analog-out.type.option.15 = Unknown 15
channel-type.config.tacmi.coe-analog-out.type.option.16 = Unknown 16
channel-type.config.tacmi.coe-analog-out.type.option.17 = Unknown 17
channel-type.config.tacmi.coe-analog-out.type.option.18 = Unknown 18
channel-type.config.tacmi.coe-analog-out.type.option.19 = Unknown 19
channel-type.config.tacmi.coe-analog-out.type.option.20 = Unknown 20
channel-type.config.tacmi.coe-analog-out.type.option.21 = Unknown 21
channel-type.config.tacmi.coe-digital-in.output.label = Output
channel-type.config.tacmi.coe-digital-in.output.description = C.M.I. Network Output
channel-type.config.tacmi.coe-digital-out.initialValue.label = Initial Value
channel-type.config.tacmi.coe-digital-out.initialValue.description = Initial value to set after startup (optional, defaults to uninitialized)
channel-type.config.tacmi.coe-digital-out.output.label = Output
channel-type.config.tacmi.coe-digital-out.output.description = Network Output
channel-type.config.tacmi.schemaApiDefaults.updatePolicy.label = Update Policy
channel-type.config.tacmi.schemaApiDefaults.updatePolicy.description = Update policy for this channel. Default means "On-Change" for channels that can be modified and "On-Fetch" for read-only channels.
channel-type.config.tacmi.schemaApiDefaults.updatePolicy.option.0 = Default
channel-type.config.tacmi.schemaApiDefaults.updatePolicy.option.1 = On-Fetch
channel-type.config.tacmi.schemaApiDefaults.updatePolicy.option.2 = On-Update