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,51 @@
# binding
binding.opengarage.name = OpenGarage Binding
binding.opengarage.description = This is the binding for OpenGarage.
# thing types
thing-type.opengarage.opengarage.label = OpenGarage
thing-type.opengarage.opengarage.description = OpenGarage Controller
# thing types config
thing-type.config.opengarage.opengarage.hostname.label = Hostname/IP Address
thing-type.config.opengarage.opengarage.hostname.description = The host name or IP address of the OpenGarage Web API interface.
thing-type.config.opengarage.opengarage.password.label = Password
thing-type.config.opengarage.opengarage.password.description = The admin password used to access the Web API interface.
thing-type.config.opengarage.opengarage.port.label = Port
thing-type.config.opengarage.opengarage.port.description = Port of the OpenGarage Web API interface.
thing-type.config.opengarage.opengarage.refresh.label = Refresh Interval
thing-type.config.opengarage.opengarage.refresh.description = Specifies the refresh interval in seconds.
# channel types
channel-type.opengarage.opengarage-distance.label = Distance
channel-type.opengarage.opengarage-distance.description = Distance Reading from the OG unit
channel-type.opengarage.opengarage-status-contact.label = Contact Status
channel-type.opengarage.opengarage-status-contact.description = Contact Status of the OG unit
channel-type.opengarage.opengarage-status-rollershutter.label = Rollershutter Status
channel-type.opengarage.opengarage-status-rollershutter.description = Roller Shutter Status of the OG unit
channel-type.opengarage.opengarage-status-switch.label = Status
channel-type.opengarage.opengarage-status-switch.description = On/Off Status of the OG unit
channel-type.opengarage.opengarage-status.label = Status
channel-type.opengarage.opengarage-status.description = On/Off Status of the OG unit (now deprecated, use status-switch instead)
channel-type.opengarage.opengarage-vehicle-status.label = Vehicle Presence
channel-type.opengarage.opengarage-vehicle-status.description = Vehicle presence detection
channel-type.opengarage.opengarage-vehicle-status.state.option.0 = No vehicle detected
channel-type.opengarage.opengarage-vehicle-status.state.option.1 = Vehicle detected
channel-type.opengarage.opengarage-vehicle-status.state.option.2 = Vehicle status unknown
channel-type.opengarage.opengarage-vehicle.label = Vehicle Presence
channel-type.opengarage.opengarage-vehicle.description = Is a vehicle present or not (now deprecated, use vehicle-status instead)
# channel types config
channel-type.config.opengarage.opengarage-status-switch.invert.label = Invert Switch
channel-type.config.opengarage.opengarage-status-switch.invert.description = Invert switch to ON=Closed, OFF=Open
channel-type.config.opengarage.opengarage-status-switch.invert.option.true = Yes
channel-type.config.opengarage.opengarage-status-switch.invert.option.false = No
channel-type.config.opengarage.opengarage-status.invert.label = Invert Switch
channel-type.config.opengarage.opengarage-status.invert.description = Invert switch to ON=Closed, OFF=Open
channel-type.config.opengarage.opengarage-status.invert.option.true = Yes
channel-type.config.opengarage.opengarage-status.invert.option.false = No