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.pentair.name = Pentair Binding
binding.pentair.description = This is the binding for Pentair pool systems.
# thing types
thing-type.pentair.easytouch.label = EasyTouch Controller
thing-type.pentair.easytouch.description = Pentair EasyTouch Controller
thing-type.pentair.intellichlor.label = Intellichlor IC40
thing-type.pentair.intellichlor.description = Pentair Intellichlor IC40
thing-type.pentair.intelliflo.label = Intelliflo Pump
thing-type.pentair.intelliflo.description = Pentair Intelliflo Pump
thing-type.pentair.ip_bridge.label = IP Bridge
thing-type.pentair.ip_bridge.description = This bridge is for use over a network interface.
thing-type.pentair.pentair_serial_bridge.label = Serial Bridge
thing-type.pentair.pentair_serial_bridge.description = This bridge is used when using a USB->RS485 interface.
# thing types config
thing-type.config.pentair.easytouch.id.label = ID
thing-type.config.pentair.easytouch.id.description = The ID of the device (in decimal, not hex)
thing-type.config.pentair.intellichlor.id.label = ID
thing-type.config.pentair.intellichlor.id.description = The ID of the device (in decimal, not hex)
thing-type.config.pentair.intelliflo.id.label = ID
thing-type.config.pentair.intelliflo.id.description = The ID of the device (in decimal, not hex)
thing-type.config.pentair.ip_bridge.address.label = IP Address
thing-type.config.pentair.ip_bridge.address.description = The IP address to connect to.
thing-type.config.pentair.ip_bridge.id.label = Pentair ID
thing-type.config.pentair.ip_bridge.id.description = The ID to use to send commands on the Pentair bus (default: 34)
thing-type.config.pentair.ip_bridge.port.label = Port
thing-type.config.pentair.ip_bridge.port.description = The port to connect to.
thing-type.config.pentair.pentair_serial_bridge.id.label = Pentair ID
thing-type.config.pentair.pentair_serial_bridge.id.description = The ID to use to send commands on the Pentair bus (default: 34)
thing-type.config.pentair.pentair_serial_bridge.serialPort.label = Serial Port
thing-type.config.pentair.pentair_serial_bridge.serialPort.description = The serial port name. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux.
# channel types
channel-type.pentair.airtemp.label = Air Temperature
channel-type.pentair.airtemp.description = Air temperature.
channel-type.pentair.auxswitch.label = Auxillary Switch
channel-type.pentair.auxswitch.description = Auxillary Switch
channel-type.pentair.featureswitch.label = Feature Switch
channel-type.pentair.featureswitch.description = Feature Switch
channel-type.pentair.heatactive.label = Heat Active
channel-type.pentair.heatactive.description = Heat active state
channel-type.pentair.heatmode.label = Heat Mode
channel-type.pentair.heatmode.description = Heat mode
channel-type.pentair.heatmode.state.option.0 = None
channel-type.pentair.heatmode.state.option.1 = Heater
channel-type.pentair.heatmode.state.option.2 = Solar Preferred
channel-type.pentair.heatmode.state.option.3 = Solar
channel-type.pentair.heatmodestr.label = Heat Mode Text
channel-type.pentair.heatmodestr.description = Heat mode string
channel-type.pentair.poolsetpoint.label = Pool Temperature Set Point
channel-type.pentair.poolsetpoint.description = Pool temperature set point
channel-type.pentair.pooltemp.label = Pool Water Temperature
channel-type.pentair.pooltemp.description = Pool water temperature. Only valid when pool pump is running and in pool mode.
channel-type.pentair.power.label = Power
channel-type.pentair.power.description = Pump power
channel-type.pentair.ppc.label = PPC
channel-type.pentair.ppc.description = Pump PPC
channel-type.pentair.pumperror.label = Pump Error
channel-type.pentair.pumperror.description = Pump Error
channel-type.pentair.pumpmode.label = Pump Mode
channel-type.pentair.pumpmode.description = Pump mode
channel-type.pentair.rpm.label = RPM
channel-type.pentair.rpm.description = Pump RPM
channel-type.pentair.runswitch.label = Pump Running
channel-type.pentair.runswitch.description = Indicator on whether the pump is running or not.
channel-type.pentair.salinity.label = Salinity (PPM)
channel-type.pentair.salinity.description = Current salt content reading of the water (PPM).
channel-type.pentair.saltoutput.label = Salt Output (%)
channel-type.pentair.saltoutput.description = Current salt output setting for the chlorinator (%).
channel-type.pentair.solartemp.label = Solar Temperature
channel-type.pentair.solartemp.description = Solar temperature.
channel-type.pentair.spasetpoint.label = Spa Temperature Set Point
channel-type.pentair.spasetpoint.description = Spa temperature set point
channel-type.pentair.spatemp.label = Spa Water Temperature
channel-type.pentair.spatemp.description = Spa water temperature. Only valide when in spa mode.