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,42 @@
# binding
binding.myq.name = MyQ Binding
binding.myq.description = The MyQ binding allows monitoring and control of garage doors that are MyQ enabled.
# thing types
thing-type.myq.account.label = MyQ Account
thing-type.myq.account.description = MyQ Cloud Account
thing-type.myq.garagedoor.label = MyQ Garage Door
thing-type.myq.garagedoor.description = MyQ Garage Door
thing-type.myq.lamp.label = MyQ Lamp
thing-type.myq.lamp.description = MyQ Lamp
# thing types config
thing-type.config.myq.account.password.label = password
thing-type.config.myq.account.password.description = Account password
thing-type.config.myq.account.refreshInterval.label = Refresh Interval
thing-type.config.myq.account.refreshInterval.description = Specifies the refresh interval in seconds
thing-type.config.myq.account.username.label = User Name
thing-type.config.myq.account.username.description = Account username
thing-type.config.myq.garagedoor.serialNumber.label = Serial Number
thing-type.config.myq.garagedoor.serialNumber.description = Serial number of the garage door
thing-type.config.myq.lamp.serialNumber.label = Serial Number
thing-type.config.myq.lamp.serialNumber.description = Serial number of the lamp
# channel types
channel-type.myq.doorcloseerror.label = Garage Door Close Error
channel-type.myq.dooropenerror.label = Garage Door Open Error
channel-type.myq.doorrollershutter.label = Garage Door Rollershutter
channel-type.myq.doorstatus.label = Garage Door Status
channel-type.myq.doorstatus.state.option.open = Open
channel-type.myq.doorstatus.state.option.opening = Opening
channel-type.myq.doorstatus.state.option.closed = Closed
channel-type.myq.doorstatus.state.option.closing = Closing
channel-type.myq.doorstatus.state.option.stopped = Stopped
channel-type.myq.doorstatus.state.option.transition = Transitioning
channel-type.myq.doorstatus.state.option.unknown = Unknown
channel-type.myq.doorswitch.label = Garage Door Switch
channel-type.myq.lampswitch.label = Lamp Switch