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,240 @@
# binding
binding.http.name = HTTP Binding
binding.http.description = This is the binding for retrieving and processing HTTP resources.
# thing types
thing-type.http.url.label = HTTP URL Thing
thing-type.http.url.description = Represents a base URL and all associated requests.
# thing types config
thing-type.config.http.url.authMode.label = Authentication Mode
thing-type.config.http.url.authMode.option.BASIC = Basic Authentication
thing-type.config.http.url.authMode.option.BASIC_PREEMPTIVE = Preemptive Basic Authentication
thing-type.config.http.url.authMode.option.DIGEST = Digest Authentication
thing-type.config.http.url.baseURL.label = Base URL
thing-type.config.http.url.baseURL.description = The URL set here can be extended in the channel configuration.
thing-type.config.http.url.bufferSize.label = Buffer Size
thing-type.config.http.url.bufferSize.description = Size of the response buffer (default 2048 kB)
thing-type.config.http.url.commandMethod.label = Command Method
thing-type.config.http.url.commandMethod.description = HTTP method (GET,POST, PUT) for sending commands.
thing-type.config.http.url.commandMethod.option.GET = GET
thing-type.config.http.url.commandMethod.option.POST = POST
thing-type.config.http.url.commandMethod.option.PUT = PUT
thing-type.config.http.url.contentType.label = Content Type
thing-type.config.http.url.contentType.description = The MIME content type. Only used for `POST` and `PUT`.
thing-type.config.http.url.contentType.option.application/json = application/json
thing-type.config.http.url.contentType.option.application/xml = application/xml
thing-type.config.http.url.contentType.option.text/html = text/html
thing-type.config.http.url.contentType.option.text/plain = text/plain
thing-type.config.http.url.contentType.option.text/xml = text/xml
thing-type.config.http.url.delay.label = Delay
thing-type.config.http.url.delay.description = Delay between to requests
thing-type.config.http.url.encoding.label = Fallback Encoding
thing-type.config.http.url.encoding.description = Fallback Encoding text received by this thing's channels.
thing-type.config.http.url.headers.label = Headers
thing-type.config.http.url.headers.description = Additional headers send along with the request
thing-type.config.http.url.ignoreSSLErrors.label = Ignore SSL Errors
thing-type.config.http.url.ignoreSSLErrors.description = If set to true ignores invalid SSL certificate errors. This is potentially dangerous.
thing-type.config.http.url.password.label = Password
thing-type.config.http.url.password.description = Basic Authentication password
thing-type.config.http.url.refresh.label = Refresh Time
thing-type.config.http.url.refresh.description = Time between two refreshes of all channels
thing-type.config.http.url.stateMethod.label = State Method
thing-type.config.http.url.stateMethod.description = HTTP method (GET,POST, PUT) for retrieving a status.
thing-type.config.http.url.stateMethod.option.GET = GET
thing-type.config.http.url.stateMethod.option.POST = POST
thing-type.config.http.url.stateMethod.option.PUT = PUT
thing-type.config.http.url.timeout.label = Timeout
thing-type.config.http.url.timeout.description = The timeout in ms for each request
thing-type.config.http.url.username.label = Username
thing-type.config.http.url.username.description = Basic Authentication username
# channel types
channel-type.http.color.label = Color Channel
channel-type.http.contact.label = Contact Channel
channel-type.http.datetime.label = DateTime Channel
channel-type.http.dimmer.label = Dimmer Channel
channel-type.http.image.label = Image Channel
channel-type.http.location.label = Location Channel
channel-type.http.number.label = Number Channel
channel-type.http.player.label = Player Channel
channel-type.http.rollershutter.label = Rollershutter Channel
channel-type.http.string.label = String Channel
channel-type.http.switch.label = Switch Channel
# channel types config
channel-type.config.http.channel-config-color.colorMode.label = Color Mode
channel-type.config.http.channel-config-color.colorMode.description = Color mode for parsing incoming and sending outgoing values
channel-type.config.http.channel-config-color.colorMode.option.HSB = HSB
channel-type.config.http.channel-config-color.colorMode.option.RGB = RGB
channel-type.config.http.channel-config-color.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-color.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-color.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-color.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-color.decreaseValue.label = Decrease Value
channel-type.config.http.channel-config-color.decreaseValue.description = The value that represents DECREASE
channel-type.config.http.channel-config-color.increaseValue.label = Increase Value
channel-type.config.http.channel-config-color.increaseValue.description = The value that represents INCREASE
channel-type.config.http.channel-config-color.mode.label = Read/Write Mode
channel-type.config.http.channel-config-color.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-color.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-color.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-color.offValue.label = Off Value
channel-type.config.http.channel-config-color.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-color.onValue.label = On Value
channel-type.config.http.channel-config-color.onValue.description = The value that represents ON
channel-type.config.http.channel-config-color.stateContent.label = State Content
channel-type.config.http.channel-config-color.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-color.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-color.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-color.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-color.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-color.step.label = Increase/Decrease Step
channel-type.config.http.channel-config-color.step.description = The value by which the current brightness is increased/decreased if the corresponding command is received
channel-type.config.http.channel-config-contact.closedValue.label = Closed Value
channel-type.config.http.channel-config-contact.closedValue.description = The value that represents CLOSED
channel-type.config.http.channel-config-contact.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-contact.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-contact.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-contact.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-contact.mode.label = Read/Write Mode
channel-type.config.http.channel-config-contact.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-contact.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-contact.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-contact.openValue.label = Open Value
channel-type.config.http.channel-config-contact.openValue.description = The value that represents OPEN
channel-type.config.http.channel-config-contact.stateContent.label = State Content
channel-type.config.http.channel-config-contact.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-contact.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-contact.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-contact.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-contact.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-dimmer.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-dimmer.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-dimmer.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.decreaseValue.label = Decrease Value
channel-type.config.http.channel-config-dimmer.decreaseValue.description = The value that represents DECREASE
channel-type.config.http.channel-config-dimmer.increaseValue.label = Increase Value
channel-type.config.http.channel-config-dimmer.increaseValue.description = The value that represents INCREASE
channel-type.config.http.channel-config-dimmer.mode.label = Read/Write Mode
channel-type.config.http.channel-config-dimmer.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-dimmer.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-dimmer.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-dimmer.offValue.label = Off Value
channel-type.config.http.channel-config-dimmer.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-dimmer.onValue.label = On Value
channel-type.config.http.channel-config-dimmer.onValue.description = The value that represents ON
channel-type.config.http.channel-config-dimmer.stateContent.label = State Content
channel-type.config.http.channel-config-dimmer.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-dimmer.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-dimmer.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-dimmer.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-dimmer.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.step.label = Increase/Decrease Step
channel-type.config.http.channel-config-dimmer.step.description = The value by which the current brightness is increased/decreased if the corresponding command is received
channel-type.config.http.channel-config-image.stateContent.label = State Content
channel-type.config.http.channel-config-image.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-image.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-image.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-number.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-number.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-number.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-number.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-number.mode.label = Read/Write Mode
channel-type.config.http.channel-config-number.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-number.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-number.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-number.stateContent.label = State Content
channel-type.config.http.channel-config-number.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-number.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-number.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-number.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-number.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-number.unit.label = Unit
channel-type.config.http.channel-config-number.unit.description = Unit to append to the (transformed) value.
channel-type.config.http.channel-config-player.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-player.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-player.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-player.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-player.fastforwardValue.label = Fast Forward Value
channel-type.config.http.channel-config-player.fastforwardValue.description = The value that represents FASTFORWARD
channel-type.config.http.channel-config-player.mode.label = Read/Write Mode
channel-type.config.http.channel-config-player.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-player.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-player.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-player.nextValue.label = Next Value
channel-type.config.http.channel-config-player.nextValue.description = The value that represents NEXT
channel-type.config.http.channel-config-player.pauseValue.label = Pause Value
channel-type.config.http.channel-config-player.pauseValue.description = The value that represents PAUSE
channel-type.config.http.channel-config-player.playValue.label = Play Value
channel-type.config.http.channel-config-player.playValue.description = The value that represents PLAY
channel-type.config.http.channel-config-player.previousValue.label = Previous Value
channel-type.config.http.channel-config-player.previousValue.description = The value that represents PREVIOUS
channel-type.config.http.channel-config-player.rewindValue.label = Rewind Value
channel-type.config.http.channel-config-player.rewindValue.description = The value that represents REWIND
channel-type.config.http.channel-config-player.stateContent.label = State Content
channel-type.config.http.channel-config-player.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-player.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-player.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-player.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-player.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-rollershutter.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-rollershutter.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-rollershutter.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-rollershutter.commandTransformation.description = Transformation pattern used when sending values Chain multiple transformations with the mathematical intersection character "∩"..
channel-type.config.http.channel-config-rollershutter.downValue.label = Down Value
channel-type.config.http.channel-config-rollershutter.downValue.description = The value that represents DOWN
channel-type.config.http.channel-config-rollershutter.mode.label = Read/Write Mode
channel-type.config.http.channel-config-rollershutter.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-rollershutter.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-rollershutter.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-rollershutter.moveValue.label = Move Value
channel-type.config.http.channel-config-rollershutter.moveValue.description = The value that represents MOVE
channel-type.config.http.channel-config-rollershutter.stateContent.label = State Content
channel-type.config.http.channel-config-rollershutter.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-rollershutter.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-rollershutter.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-rollershutter.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-rollershutter.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-rollershutter.stopValue.label = Stop Value
channel-type.config.http.channel-config-rollershutter.stopValue.description = The value that represents STOP
channel-type.config.http.channel-config-rollershutter.upValue.label = Up Value
channel-type.config.http.channel-config-rollershutter.upValue.description = The value that represents UP
channel-type.config.http.channel-config-switch.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-switch.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-switch.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-switch.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-switch.mode.label = Read/Write Mode
channel-type.config.http.channel-config-switch.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-switch.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-switch.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-switch.offValue.label = Off Value
channel-type.config.http.channel-config-switch.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-switch.onValue.label = On Value
channel-type.config.http.channel-config-switch.onValue.description = The value that represents ON
channel-type.config.http.channel-config-switch.stateContent.label = State Content
channel-type.config.http.channel-config-switch.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-switch.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-switch.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-switch.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-switch.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config.mode.label = Read/Write Mode
channel-type.config.http.channel-config.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config.mode.option.READONLY = Read Only
channel-type.config.http.channel-config.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config.stateContent.label = State Content
channel-type.config.http.channel-config.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config.stateExtension.label = State URL Extension
channel-type.config.http.channel-config.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config.stateTransformation.label = State Transformation
channel-type.config.http.channel-config.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".