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,55 @@
# binding
binding.pjLinkDevice.name = PJLinkDevice Binding
binding.pjLinkDevice.description = This binding can control PJLink compatible devices. The PJLink protocol was mainly standardized for digital projectors, but some other types of devices also use it, in particular TV screens.
# thing types
thing-type.pjLinkDevice.pjLinkDevice.label = PJLink Device
thing-type.pjLinkDevice.pjLinkDevice.description = A PJLink compatible device, e.g. a digital projector
# thing types config
thing-type.config.pjLinkDevice.pjLinkDevice.adminPassword.label = Password
thing-type.config.pjLinkDevice.pjLinkDevice.adminPassword.description = The password of the PJLink device.
thing-type.config.pjLinkDevice.pjLinkDevice.autoReconnectInterval.label = Auto Reconnect Interval
thing-type.config.pjLinkDevice.pjLinkDevice.autoReconnectInterval.description = Seconds between connection retries when connection to the PJLink device has been lost, 0 means never retry, minimum 30s
thing-type.config.pjLinkDevice.pjLinkDevice.group.basic.label = Basic Settings
thing-type.config.pjLinkDevice.pjLinkDevice.group.refresh.label = Polling Settings
thing-type.config.pjLinkDevice.pjLinkDevice.group.refresh.description = Use these settings to configure how the status of the PJLink device will be refreshed
thing-type.config.pjLinkDevice.pjLinkDevice.ipAddress.label = IP Address
thing-type.config.pjLinkDevice.pjLinkDevice.ipAddress.description = The address of the PJLink device to control.
thing-type.config.pjLinkDevice.pjLinkDevice.refreshInputChannel.label = Poll for Selected Input Channel
thing-type.config.pjLinkDevice.pjLinkDevice.refreshInputChannel.description = Enable polling for the selected input channel. Only considered if the refreshInterval interval is greater than zero.
thing-type.config.pjLinkDevice.pjLinkDevice.refreshInterval.label = Refresh Interval (s)
thing-type.config.pjLinkDevice.pjLinkDevice.refreshInterval.description = How often to poll the device state (in seconds). A value of zero will disable polling.
thing-type.config.pjLinkDevice.pjLinkDevice.refreshLampState.label = Poll for Lamp State
thing-type.config.pjLinkDevice.pjLinkDevice.refreshLampState.description = Enable polling for the lamp state. Only considered if the refresh interval is greater than zero.
thing-type.config.pjLinkDevice.pjLinkDevice.refreshMute.label = Poll for Mute State
thing-type.config.pjLinkDevice.pjLinkDevice.refreshMute.description = Enable polling for the mute state. Only considered if the refreshInterval interval is greater than zero.
thing-type.config.pjLinkDevice.pjLinkDevice.refreshPower.label = Poll for Power State
thing-type.config.pjLinkDevice.pjLinkDevice.refreshPower.description = Enable polling for the power state. Only considered if the refreshInterval interval is greater than zero.
thing-type.config.pjLinkDevice.pjLinkDevice.tcpPort.label = TCP Port
thing-type.config.pjLinkDevice.pjLinkDevice.tcpPort.description = The TCP port of the PJLink device to control.
# channel types
channel-type.pjLinkDevice.audioMute.label = Audio Mute
channel-type.pjLinkDevice.audioMute.description = Select the audio mute status
channel-type.pjLinkDevice.input.label = Input
channel-type.pjLinkDevice.input.description = Select the input signal to use
channel-type.pjLinkDevice.lampActive.label = Lamp Active
channel-type.pjLinkDevice.lampActive.description = Is the lamp in use?
channel-type.pjLinkDevice.lampHours.label = Lamp Hours
channel-type.pjLinkDevice.lampHours.description = How long the lamp has been in use (in hours)
channel-type.pjLinkDevice.power.label = Power
channel-type.pjLinkDevice.power.description = Power ON/OFF the projector
channel-type.pjLinkDevice.videoMute.label = Video Mute
channel-type.pjLinkDevice.videoMute.description = Select the video mute status
# channel types config
channel-type.config.pjLinkDevice.lampActive.lampNumber.label = Lamp Number
channel-type.config.pjLinkDevice.lampActive.lampNumber.description = Show activity for this lamp
channel-type.config.pjLinkDevice.lampHours.lampNumber.label = Lamp Number
channel-type.config.pjLinkDevice.lampHours.lampNumber.description = Show used hours for this lamp