New Crowdin updates (#10570)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
openhab-bot
2021-10-03 22:14:10 +02:00
committed by GitHub
parent af007f4369
commit 0ce4e8cb56
39 changed files with 2469 additions and 161 deletions

View File

@@ -1,3 +1,28 @@
# binding
binding.pushover.name = Pushover Binding
binding.pushover.description = Pushover - Simple Notifications.
# thing types
thing-type.pushover.pushover-account.label = Pushover Account
thing-type.pushover.pushover-account.description = Provides access to the Pushover Messages API.
# thing type config description
thing-type.config.pushover.pushover-account.apikey.label = API Token / Key
thing-type.config.pushover.pushover-account.apikey.description = Your API token / key (APP_TOKEN) to access the Pushover Message API.
thing-type.config.pushover.pushover-account.user.label = User / Group Key
thing-type.config.pushover.pushover-account.user.description = Your user key or group key (USER_KEY) to which you want to push notifications.
thing-type.config.pushover.pushover-account.title.label = Title
thing-type.config.pushover.pushover-account.title.description = The default title of a message.
thing-type.config.pushover.pushover-account.format.label = Format
thing-type.config.pushover.pushover-account.format.description = The default format of a message.
thing-type.config.pushover.pushover-account.format.option.none = None
thing-type.config.pushover.pushover-account.format.option.html = HTML
thing-type.config.pushover.pushover-account.format.option.monospace = monospace
thing-type.config.pushover.pushover-account.sound.label = Notification Sound
thing-type.config.pushover.pushover-account.sound.description = The notification sound on target device.
thing-type.config.pushover.pushover-account.retry.label = Retry
thing-type.config.pushover.pushover-account.retry.description = The retry parameter specifies how often the Pushover servers will send the same notification to the user.
# user defined messages
offline.conf-error-missing-apikey = The 'apikey' parameter must be configured.
offline.conf-error-missing-user = The 'user' parameter must be configured.