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,92 @@
|
||||
# binding
|
||||
|
||||
binding.nuki.name = Nuki Binding
|
||||
binding.nuki.description = The Nuki Binding allows simple and fast integration of Nuki Smart Locks into openHAB. This binding needs the Nuki Smart Lock(s) to be paired via Bluetooth with a Nuki Bridge to function correctly.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.nuki.bridge.label = Nuki Bridge
|
||||
thing-type.nuki.bridge.description = This bridge represents a Nuki Bridge on your local network. Nuki Smart Locks have to be paired via Bluetooth with it.
|
||||
thing-type.nuki.opener.label = Nuki Opener
|
||||
thing-type.nuki.opener.description = Nuki Opener which is paired via Bluetooth to a Nuki Bridge.
|
||||
thing-type.nuki.smartlock.label = Nuki Smart Lock
|
||||
thing-type.nuki.smartlock.description = Nuki Smart Lock which is paired via Bluetooth to a Nuki Bridge.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.nuki.bridge.apiToken.label = API Token
|
||||
thing-type.config.nuki.bridge.apiToken.description = The API Token which you configured during Initial Bridge setup (https://nuki.io/en/support/bridge/bridge-setup/initial-bridge-setup/).
|
||||
thing-type.config.nuki.bridge.ip.label = IP Address
|
||||
thing-type.config.nuki.bridge.ip.description = The IP address of the Nuki Bridge. Look it up on your router. It is recommended to set a static IP address lease for the Nuki Bridge (and for your openHAB server too) on your router.
|
||||
thing-type.config.nuki.bridge.manageCallbacks.label = Manage Nuki Bridge Callbacks
|
||||
thing-type.config.nuki.bridge.manageCallbacks.description = Let the Nuki Binding manage the callback on the Nuki Bridge. Nuki bridge uses HTTP callback to notify openHAB about changes in device properties (e.g. when doors are opened, unlocked, doorbell rings, battery level changes etc.). If callback is not registered, binding will not work properly and channels will not be updated. If this is enabled, binding will automatically register and unregister callback as necessary. If this is disabled, user must register callback manually. It is recommended that this is turned on.
|
||||
thing-type.config.nuki.bridge.port.label = Port
|
||||
thing-type.config.nuki.bridge.port.description = The Port which you configured during Initial Bridge setup (https://nuki.io/en/support/bridge/bridge-setup/initial-bridge-setup/).
|
||||
thing-type.config.nuki.bridge.secureToken.label = Secure Token
|
||||
thing-type.config.nuki.bridge.secureToken.description = Use hashed token when communicating with bridge. This increases security and prevents sniffing of access token and replay attacks, since communication with bridge is not encrypted. For this feature to work, both device running openHAB and Nuki Bridge must have synchronized time. When disabled, token is sent in plain text with each bridge request. It is recommended that this is turned on unless there are problems with synchronizing time between openHAB and Nuki Bridge.
|
||||
thing-type.config.nuki.opener.nukiId.label = Nuki ID
|
||||
thing-type.config.nuki.opener.nukiId.description = The decimal string that identifies the Nuki Opener.
|
||||
thing-type.config.nuki.smartlock.nukiId.label = Nuki ID
|
||||
thing-type.config.nuki.smartlock.nukiId.description = The decimal string that identifies the Nuki Smart Lock.
|
||||
thing-type.config.nuki.smartlock.unlatch.label = Unlatch
|
||||
thing-type.config.nuki.smartlock.unlatch.description = If switched to On (or set to true) the Nuki Smart Lock will unlock the door but then also automatically pull the latch of the door lock. Usually, if the door hinges are correctly adjusted, the door will then swing open.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.nuki.openerMode.label = Opener Mode
|
||||
channel-type.nuki.openerMode.description = Use this channel to display/set current mode of the opener
|
||||
channel-type.nuki.openerMode.state.option.2 = Door mode
|
||||
channel-type.nuki.openerMode.state.option.3 = Continuous mode
|
||||
channel-type.nuki.openerState.label = Opener State
|
||||
channel-type.nuki.openerState.description = Use this channel if you want to execute other supported opener actions or to display the current opener state.
|
||||
channel-type.nuki.openerState.state.option.0 = Untrained
|
||||
channel-type.nuki.openerState.state.option.1 = Online
|
||||
channel-type.nuki.openerState.state.option.3 = Ring to open active
|
||||
channel-type.nuki.openerState.state.option.5 = Open
|
||||
channel-type.nuki.openerState.state.option.7 = Opening
|
||||
channel-type.nuki.openerState.state.option.253 = Boot run
|
||||
channel-type.nuki.openerState.state.option.255 = Undefined
|
||||
channel-type.nuki.openerState.command.option.1 = Activate ring to open
|
||||
channel-type.nuki.openerState.command.option.2 = Deactivate ring to open
|
||||
channel-type.nuki.openerState.command.option.3 = Electric strike actuation
|
||||
channel-type.nuki.openerState.command.option.4 = Activate continuous mode
|
||||
channel-type.nuki.openerState.command.option.5 = Deactivate continuous mode
|
||||
channel-type.nuki.ringActionState.label = Ring Action State
|
||||
channel-type.nuki.ringActionState.description = Channel is triggered when doorbell is rang, at most once every 30s
|
||||
channel-type.nuki.ringActionTimestamp.label = Ring Action Timestamp
|
||||
channel-type.nuki.ringActionTimestamp.description = Time of last ring action
|
||||
channel-type.nuki.smartLockBatteryCharging.label = Battery Charging
|
||||
channel-type.nuki.smartLockBatteryCharging.description = Use this channel to display the current state of charging
|
||||
channel-type.nuki.smartLockBatteryCharging.state.option.OFF = Battery is not charging
|
||||
channel-type.nuki.smartLockBatteryCharging.state.option.ON = Battery is charging
|
||||
channel-type.nuki.smartlockDoorState.label = Door State
|
||||
channel-type.nuki.smartlockDoorState.description = Use this channel to display the current state of the door sensor
|
||||
channel-type.nuki.smartlockDoorState.state.option.0 = Unavailable
|
||||
channel-type.nuki.smartlockDoorState.state.option.1 = Deactivated
|
||||
channel-type.nuki.smartlockDoorState.state.option.2 = Closed
|
||||
channel-type.nuki.smartlockDoorState.state.option.3 = Open
|
||||
channel-type.nuki.smartlockDoorState.state.option.4 = Unknown
|
||||
channel-type.nuki.smartlockDoorState.state.option.5 = Calibrating
|
||||
channel-type.nuki.smartlockLock.label = Lock
|
||||
channel-type.nuki.smartlockLock.description = Use this channel with a Switch Item to unlock and lock the door. Configure "Unlatch" to true if your Nuki Smart Lock is mounted on a door lock with a knob on the outside.
|
||||
channel-type.nuki.smartlockLock.state.option.OFF = Unlocks the door
|
||||
channel-type.nuki.smartlockLock.state.option.ON = Locks the door
|
||||
channel-type.nuki.smartlockState.label = Lock State
|
||||
channel-type.nuki.smartlockState.description = Use this channel if you want to execute other supported lock actions or to display the current lock state.
|
||||
channel-type.nuki.smartlockState.state.option.0 = Uncalibrated
|
||||
channel-type.nuki.smartlockState.state.option.1 = Locked
|
||||
channel-type.nuki.smartlockState.state.option.2 = Unlocking
|
||||
channel-type.nuki.smartlockState.state.option.3 = Unlocked
|
||||
channel-type.nuki.smartlockState.state.option.4 = Locking
|
||||
channel-type.nuki.smartlockState.state.option.5 = Unlatched
|
||||
channel-type.nuki.smartlockState.state.option.6 = Unlocked (Lock 'n' Go)
|
||||
channel-type.nuki.smartlockState.state.option.7 = Unlatching
|
||||
channel-type.nuki.smartlockState.state.option.1002 = Unlocking (Lock 'n' Go)
|
||||
channel-type.nuki.smartlockState.state.option.1007 = Unlatching (Lock 'n' Go)
|
||||
channel-type.nuki.smartlockState.state.option.254 = Motor blocked
|
||||
channel-type.nuki.smartlockState.state.option.255 = UNDEFINED
|
||||
channel-type.nuki.smartlockState.command.option.1 = Unlock
|
||||
channel-type.nuki.smartlockState.command.option.2 = Lock
|
||||
channel-type.nuki.smartlockState.command.option.3 = Unlatch
|
||||
channel-type.nuki.smartlockState.command.option.4 = Lock'n'go
|
||||
channel-type.nuki.smartlockState.command.option.5 = Lock'n'go with unlatch
|
||||
Reference in New Issue
Block a user