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,81 @@
# binding
binding.doorbird.name = Doorbird Binding
binding.doorbird.description = This is the binding for Doorbird video doorbells.
# thing types
thing-type.doorbird.a1081.label = Doorbird A1081 Controller
thing-type.doorbird.a1081.description = Doorbird model A1081 Controller
thing-type.doorbird.d101.label = Doorbird Doorbell D101/D201/D205/D1101V
thing-type.doorbird.d101.description = Doorbird doorbell model D101/D201/D205/D1101V
thing-type.doorbird.d101.channel.doorbell.label = Doorbell
thing-type.doorbird.d101.channel.doorbell.description = Trigger for doorbell press
thing-type.doorbird.d210x.label = Doorbird D210x Doorbell
thing-type.doorbird.d210x.description = Doorbird doorbell model D210x
thing-type.doorbird.d210x.channel.doorbell.label = Doorbell
thing-type.doorbird.d210x.channel.doorbell.description = Trigger for doorbell press
# thing types config
thing-type.config.controller.config.doorbirdHost.label = Host
thing-type.config.controller.config.doorbirdHost.description = Hostname or IP address of Doorbird
thing-type.config.controller.config.userId.label = User ID
thing-type.config.controller.config.userId.description = Doorbird user ID with API permissions enabled
thing-type.config.controller.config.userPassword.label = Password
thing-type.config.controller.config.userPassword.description = Doorbird user password
thing-type.config.doorbird.config.doorbellOffDelay.label = Doorbell Released Delay
thing-type.config.doorbird.config.doorbellOffDelay.description = Delay in seconds after a doorbell event to send RELEASED event (blank to disable)
thing-type.config.doorbird.config.doorbirdHost.label = Host
thing-type.config.doorbird.config.doorbirdHost.description = Hostname or IP address of Doorbird
thing-type.config.doorbird.config.imageRefreshRate.label = Image Refresh Rate
thing-type.config.doorbird.config.imageRefreshRate.description = Image refresh rate in seconds (blank to disable)
thing-type.config.doorbird.config.montageNumImages.label = Montage Number of Images
thing-type.config.doorbird.config.montageNumImages.description = Number of images to include in history montage
thing-type.config.doorbird.config.montageScaleFactor.label = Montage Scale Factor
thing-type.config.doorbird.config.montageScaleFactor.description = Scaling factor percentage to apply to history montage (e.g use 25 for 25%)
thing-type.config.doorbird.config.motionOffDelay.label = Motion Off Delay
thing-type.config.doorbird.config.motionOffDelay.description = Delay in seconds to set motion channel OFF after motion event (blank to disable)
thing-type.config.doorbird.config.userId.label = User ID
thing-type.config.doorbird.config.userId.description = Doorbird user ID with API permissions enabled
thing-type.config.doorbird.config.userPassword.label = Password
thing-type.config.doorbird.config.userPassword.description = Doorbird user password
# channel types
channel-type.doorbird.doorbellHistoryImage.label = Doorbell History Image
channel-type.doorbird.doorbellHistoryImage.description = Historical image for doorbell press
channel-type.doorbird.doorbellHistoryIndex.label = Doorbell History Index
channel-type.doorbird.doorbellHistoryIndex.description = Index of historical image for doorbell press
channel-type.doorbird.doorbellHistoryTimestamp.label = Doorbell History Timestamp
channel-type.doorbird.doorbellHistoryTimestamp.description = Time when doorbell was pressed for history image
channel-type.doorbird.doorbellImage.label = Doorbell Pressed Image
channel-type.doorbird.doorbellImage.description = Image when doorbell was last pressed
channel-type.doorbird.doorbellMontage.label = Doorbell Montage Image
channel-type.doorbird.doorbellMontage.description = Montage of multiple doorbell history images
channel-type.doorbird.doorbellTimestamp.label = Doorbell Timestamp
channel-type.doorbird.doorbellTimestamp.description = Time when doorbell was last pressed
channel-type.doorbird.image.label = Image
channel-type.doorbird.image.description = Image from device
channel-type.doorbird.imageTimestamp.label = Image Timestamp
channel-type.doorbird.imageTimestamp.description = Time when image was captured from device
channel-type.doorbird.light.label = Light
channel-type.doorbird.light.description = Energize the light relay
channel-type.doorbird.motionHistoryImage.label = Motion History Image
channel-type.doorbird.motionHistoryImage.description = Historical image for motion sensor
channel-type.doorbird.motionHistoryIndex.label = Motion History Index
channel-type.doorbird.motionHistoryIndex.description = Index of Historical image for motion
channel-type.doorbird.motionHistoryTimestamp.label = Motion History Timestamp
channel-type.doorbird.motionHistoryTimestamp.description = Time when motion was detected for history image
channel-type.doorbird.motionImage.label = Motion Detected Image
channel-type.doorbird.motionImage.description = Image when motion was last detected
channel-type.doorbird.motionMontage.label = Motion Montage Image
channel-type.doorbird.motionMontage.description = Montage of multiple motion history images
channel-type.doorbird.motionTimestamp.label = Motion Timestamp
channel-type.doorbird.motionTimestamp.description = Time when motion was last detected
channel-type.doorbird.openDoor1.label = Open Door 1
channel-type.doorbird.openDoor1.description = Energize opendoor / alarm output relay 1
channel-type.doorbird.openDoor2.label = Open Door 2
channel-type.doorbird.openDoor2.description = Energize opendoor / alarm output relay 2
channel-type.doorbird.openDoor3.label = Open Door 3
channel-type.doorbird.openDoor3.description = Energize opendoor / alarm output relay 3