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,83 @@
# binding
binding.benqprojector.name = BenQ Projector Binding
binding.benqprojector.description = This binding is compatible with BenQ projectors
# thing types
thing-type.benqprojector.projector-serial.label = BenQ Projector - Serial
thing-type.benqprojector.projector-serial.description = A BenQ projector connected via a serial port
thing-type.benqprojector.projector-tcp.label = BenQ Projector - TCP/IP
thing-type.benqprojector.projector-tcp.description = A BenQ projector connected via the built-in ethernet port or a serial over IP device
# thing types config
thing-type.config.benqprojector.projector-serial.pollingInterval.label = Polling Interval
thing-type.config.benqprojector.projector-serial.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.benqprojector.projector-serial.serialPort.label = Serial Port
thing-type.config.benqprojector.projector-serial.serialPort.description = Serial Port to Use for Connecting to the BenQ Projector
thing-type.config.benqprojector.projector-tcp.host.label = Host
thing-type.config.benqprojector.projector-tcp.host.description = IP address for the projector or serial over IP device
thing-type.config.benqprojector.projector-tcp.pollingInterval.label = Polling Interval
thing-type.config.benqprojector.projector-tcp.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.benqprojector.projector-tcp.port.label = Port
thing-type.config.benqprojector.projector-tcp.port.description = Port for the projector or serial over IP device
# channel types
channel-type.benqprojector.aspectratio.label = Aspect Ratio
channel-type.benqprojector.aspectratio.description = Retrieve or Set the Aspect Ratio
channel-type.benqprojector.aspectratio.state.option.4:3 = 4:3
channel-type.benqprojector.aspectratio.state.option.16:9 = 16:9
channel-type.benqprojector.aspectratio.state.option.auto = Auto
channel-type.benqprojector.aspectratio.state.option.lbox = Letterbox
channel-type.benqprojector.aspectratio.state.option.wide = Wide
channel-type.benqprojector.blank.label = Screen Blank
channel-type.benqprojector.blank.description = Turn the Screen Blank On or Off
channel-type.benqprojector.directcmd.label = Direct Command
channel-type.benqprojector.directcmd.description = Send a Command Directly to the Projector
channel-type.benqprojector.directcmd.state.option.mute=on = Mute On
channel-type.benqprojector.directcmd.state.option.mute=off = Mute Off
channel-type.benqprojector.directcmd.state.option.vol=+ = Volume +
channel-type.benqprojector.directcmd.state.option.vol=- = Volume -
channel-type.benqprojector.directcmd.state.option.zoomI = Zoom In
channel-type.benqprojector.directcmd.state.option.zoomO = Zoom Out
channel-type.benqprojector.directcmd.state.option.auto = Zoom Auto
channel-type.benqprojector.directcmd.state.option.menu=on = Menu On
channel-type.benqprojector.directcmd.state.option.menu=off = Menu Off
channel-type.benqprojector.directcmd.state.option.up = Up
channel-type.benqprojector.directcmd.state.option.down = Down
channel-type.benqprojector.directcmd.state.option.left = Left
channel-type.benqprojector.directcmd.state.option.right = Right
channel-type.benqprojector.directcmd.state.option.enter = Enter
channel-type.benqprojector.freeze.label = Freeze Image
channel-type.benqprojector.freeze.description = Turn the Freeze Image Mode On or Off
channel-type.benqprojector.lamptime.label = Lamp Time
channel-type.benqprojector.lamptime.description = Retrieves the Lamp Hours
channel-type.benqprojector.picturemode.label = Picture Mode
channel-type.benqprojector.picturemode.description = Retrieve or Set the Picture Mode
channel-type.benqprojector.picturemode.state.option.dynamic = Dynamic
channel-type.benqprojector.picturemode.state.option.preset = Presentation
channel-type.benqprojector.picturemode.state.option.srgb = sRGB
channel-type.benqprojector.picturemode.state.option.bright = Bright
channel-type.benqprojector.picturemode.state.option.livingroom = Living Room
channel-type.benqprojector.picturemode.state.option.game = Game
channel-type.benqprojector.picturemode.state.option.cine = Cinema
channel-type.benqprojector.picturemode.state.option.std = Standard/Vivid
channel-type.benqprojector.picturemode.state.option.football = Football
channel-type.benqprojector.picturemode.state.option.footballbt = Football Bright
channel-type.benqprojector.picturemode.state.option.user1 = User 1
channel-type.benqprojector.picturemode.state.option.user2 = User 2
channel-type.benqprojector.picturemode.state.option.user3 = User 3
channel-type.benqprojector.picturemode.state.option.isfday = ISF Day
channel-type.benqprojector.picturemode.state.option.isfnight = ISF Night
channel-type.benqprojector.picturemode.state.option.threed = 3-D
channel-type.benqprojector.source.label = Source
channel-type.benqprojector.source.description = Retrieve or Set the Input Source
channel-type.benqprojector.source.state.option.hdmi = HDMI
channel-type.benqprojector.source.state.option.hdmi2 = HDMI2
channel-type.benqprojector.source.state.option.ypbr = Component
channel-type.benqprojector.source.state.option.rgb = Computer/YPbPr
channel-type.benqprojector.source.state.option.rgb2 = Computer/YPbPr2
channel-type.benqprojector.source.state.option.vid = Video
channel-type.benqprojector.source.state.option.svid = S-Video