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,78 @@
# binding
binding.radiothermostat.name = Radio Thermostat Binding
binding.radiothermostat.description = Controls the RadioThermostat model CT30, CT50 or CT80 via the built-in WIFI module
# thing types
thing-type.radiothermostat.rtherm.label = Thermostat
thing-type.radiothermostat.rtherm.description = CT30, CT50/3M50 or CT80 Wi-Fi Thermostat
# thing types config
thing-type.config.radiothermostat.rtherm.clockSync.label = Enable Thermostat Clock Sync
thing-type.config.radiothermostat.rtherm.clockSync.description = Optional Flag to snyc the thermostat's clock with the host system clock
thing-type.config.radiothermostat.rtherm.disableLogs.label = Disable Retrieval of Run-time Data
thing-type.config.radiothermostat.rtherm.disableLogs.description = Optional Flag to Disable the Retrieval of Run-time Data from the Thermostat
thing-type.config.radiothermostat.rtherm.hostName.label = Thermostat Host Name/IP Address
thing-type.config.radiothermostat.rtherm.hostName.description = Host Name or IP Address of the Thermostat
thing-type.config.radiothermostat.rtherm.isCT80.label = Enable CT80 Thermostat Options
thing-type.config.radiothermostat.rtherm.isCT80.description = Optional Flag to Enable Additional Features Only Available on the CT80 Thermostat
thing-type.config.radiothermostat.rtherm.logRefresh.label = Run-time Log Refresh Interval
thing-type.config.radiothermostat.rtherm.logRefresh.description = Specifies the Run-time Log and Humidity Refresh Interval in Minutes
thing-type.config.radiothermostat.rtherm.refresh.label = Refresh Interval
thing-type.config.radiothermostat.rtherm.refresh.description = Specifies the Refresh Interval in Minutes
thing-type.config.radiothermostat.rtherm.setpointMode.label = Setpoint Mode
thing-type.config.radiothermostat.rtherm.setpointMode.description = Run in absolute or temporary setpoint mode
thing-type.config.radiothermostat.rtherm.setpointMode.option.absolute = Absolute
thing-type.config.radiothermostat.rtherm.setpointMode.option.temporary = Temporary
# channel types
channel-type.radiothermostat.dt_stamp.label = Thermostat Date
channel-type.radiothermostat.dt_stamp.description = The Current Day of the Week and Time Reported by the Thermostat
channel-type.radiothermostat.fan_mode.label = Fan Mode
channel-type.radiothermostat.fan_mode.description = The Current Operating Mode of the Fan
channel-type.radiothermostat.fan_status.label = Fan Status
channel-type.radiothermostat.fan_status.description = Indicates the Current Fan Status of the HVAC System
channel-type.radiothermostat.hold.label = Hold
channel-type.radiothermostat.hold.description = Indicates If the Current Set Point Temperature Is to Be Held Indefinitely
channel-type.radiothermostat.humidity.label = Humidity
channel-type.radiothermostat.humidity.description = The Current Humidity Reading of the Thermostat
channel-type.radiothermostat.mode.label = Mode
channel-type.radiothermostat.mode.description = The Current Operating Mode of the HVAC System
channel-type.radiothermostat.mode.state.option.0 = Off
channel-type.radiothermostat.mode.state.option.1 = Heat
channel-type.radiothermostat.mode.state.option.2 = Cool
channel-type.radiothermostat.mode.state.option.3 = Auto
channel-type.radiothermostat.override.label = Override
channel-type.radiothermostat.override.description = Indicates If the Normal Program Setpoint Has Been Manually Overriden
channel-type.radiothermostat.program_mode.label = Program Mode
channel-type.radiothermostat.program_mode.description = The Program Schedule That the Thermostat Is Running
channel-type.radiothermostat.program_mode.state.option.-1 = None
channel-type.radiothermostat.program_mode.state.option.0 = Program A
channel-type.radiothermostat.program_mode.state.option.1 = Program B
channel-type.radiothermostat.program_mode.state.option.2 = Vacation
channel-type.radiothermostat.program_mode.state.option.3 = Holiday
channel-type.radiothermostat.remote_temp.label = Remote Temperature
channel-type.radiothermostat.remote_temp.description = The remote temperature takes the place of the ambient temperature as read by the local thermostat temperature sensor
channel-type.radiothermostat.status.label = Status
channel-type.radiothermostat.status.description = Indicates the Current Running Status of the HVAC System
channel-type.radiothermostat.t_day.label = Day
channel-type.radiothermostat.t_day.description = The Current Day of the Week Reported by the Thermostat
channel-type.radiothermostat.t_hour.label = Hour
channel-type.radiothermostat.t_hour.description = The Current Hour of the Day Reported by the Thermostat
channel-type.radiothermostat.t_minute.label = Minute
channel-type.radiothermostat.t_minute.description = The Current Minute Past the Hour Reported by the Thermostat
channel-type.radiothermostat.temp-sp.label = Setpoint
channel-type.radiothermostat.temp-sp.description = The Current Temperature Set Point of the Thermostat
channel-type.radiothermostat.temp-temperature.label = Temperature
channel-type.radiothermostat.temp-temperature.description = The Current Temperature Reading of the Thermostat
channel-type.radiothermostat.today_cool_runtime.label = Today's Cooling Runtime
channel-type.radiothermostat.today_cool_runtime.description = The Number of Minutes of Cooling Run-time Today
channel-type.radiothermostat.today_heat_runtime.label = Today's Heating Runtime
channel-type.radiothermostat.today_heat_runtime.description = The Number of Minutes of Heating Run-time Today
channel-type.radiothermostat.yesterday_cool_runtime.label = Yesterday's Cooling Runtime
channel-type.radiothermostat.yesterday_cool_runtime.description = The Number of Minutes of Cooling Run-time Yesterday
channel-type.radiothermostat.yesterday_heat_runtime.label = Yesterday's Heating Runtime
channel-type.radiothermostat.yesterday_heat_runtime.description = The Number of Minutes of Heating Run-time Yesterday