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,264 @@
# binding
binding.gardena.name = Gardena Smart System Binding
binding.gardena.description = This is the binding for Gardena smart system.
# thing types
thing-type.gardena.account.label = Gardena Smart System Account
thing-type.gardena.account.description = The Gardena smart system account
thing-type.gardena.irrigation_control.label = Gardena Smart Irrigation Control
thing-type.gardena.irrigation_control.description = Represents a Gardena smart Irrigation Control
thing-type.gardena.irrigation_control.group.valveFive.label = Valve 5 Properties
thing-type.gardena.irrigation_control.group.valveFive_commands.label = Valve 5 Commands
thing-type.gardena.irrigation_control.group.valveFour.label = Valve 4 Properties
thing-type.gardena.irrigation_control.group.valveFour_commands.label = Valve 4 Commands
thing-type.gardena.irrigation_control.group.valveOne.label = Valve 1 Properties
thing-type.gardena.irrigation_control.group.valveOne_commands.label = Valve 1 Commands
thing-type.gardena.irrigation_control.group.valveSix.label = Valve 6 Properties
thing-type.gardena.irrigation_control.group.valveSix_commands.label = Valve 6 Commands
thing-type.gardena.irrigation_control.group.valveThree.label = Valve 3 Properties
thing-type.gardena.irrigation_control.group.valveThree_commands.label = Valve 3 Commands
thing-type.gardena.irrigation_control.group.valveTwo.label = Valve 2 Properties
thing-type.gardena.irrigation_control.group.valveTwo_commands.label = Valve 2 Commands
thing-type.gardena.mower.label = Gardena Smart SILENO Mower
thing-type.gardena.mower.description = Represents any Gardena smart SILENO mower model
thing-type.gardena.power.label = Gardena Smart Power Adapter
thing-type.gardena.power.description = Represents a Gardena smart Power Adapter
thing-type.gardena.pump.label = Gardena Smart Pressure Pump
thing-type.gardena.pump.description = Represents a Gardena smart Pressure Pump
thing-type.gardena.sensor.label = Gardena Smart Sensor
thing-type.gardena.sensor.description = Represents a Gardena smart Sensor
thing-type.gardena.water_control.label = Gardena Smart Water Control
thing-type.gardena.water_control.description = Represents a Gardena smart Water Control
# thing types config
thing-type.config.gardena.account.apiKey.label = API Key
thing-type.config.gardena.account.apiKey.description = The Gardena smart system integration API key
thing-type.config.gardena.account.connectionTimeout.label = Connection Timeout
thing-type.config.gardena.account.connectionTimeout.description = The timeout in seconds for connections to Gardena smart system integration API
thing-type.config.gardena.account.email.label = Email
thing-type.config.gardena.account.email.description = Email address for logging in to Gardena smart system
thing-type.config.gardena.account.password.label = Password
thing-type.config.gardena.account.password.description = Password for logging in to Gardena smart system
# channel group types
channel-group-type.gardena.commonProperties.label = Common Properties
channel-group-type.gardena.commonProperties.description = Properties that are common across devices
channel-group-type.gardena.commonProperties.channel.batteryLevel_timestamp.label = Battery Level Timestamp
channel-group-type.gardena.commonProperties.channel.batteryState_timestamp.label = Battery State Timestamp
channel-group-type.gardena.commonProperties.channel.lastUpdate_timestamp.label = LastUpdate Timestamp
channel-group-type.gardena.commonProperties.channel.rfLinkLevel_timestamp.label = RF Link Level Timestamp
channel-group-type.gardena.commonProperties.channel.rfLinkState_timestamp.label = RF Link State Timestamp
channel-group-type.gardena.mowerCommands.label = Mower Commands
channel-group-type.gardena.mowerCommands.description = Commands to control a mower
channel-group-type.gardena.mowerCommands.channel.commandDuration.label = Mowing Duration
channel-group-type.gardena.mowerCommands.channel.park_until_further_notice.label = Pause Schedule
channel-group-type.gardena.mowerCommands.channel.park_until_further_notice.description = Cancel the current operation, return to charging station, ignore schedule
channel-group-type.gardena.mowerCommands.channel.park_until_next_task.label = Park
channel-group-type.gardena.mowerCommands.channel.park_until_next_task.description = Cancel the current operation and return to charging station
channel-group-type.gardena.mowerCommands.channel.start_dont_override.label = Start Schedule
channel-group-type.gardena.mowerCommands.channel.start_dont_override.description = Automatic operation
channel-group-type.gardena.mowerCommands.channel.start_seconds_to_override.label = Start Mowing with Duration
channel-group-type.gardena.mowerCommands.channel.start_seconds_to_override.description = Manual operation, use Mowing Duration to define duration
channel-group-type.gardena.mowerProperties.label = Mower Properties
channel-group-type.gardena.mowerProperties.description = Properties of a mower
channel-group-type.gardena.mowerProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.mowerProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.mowerProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.powerSocketCommands.label = Power Socket Commands
channel-group-type.gardena.powerSocketCommands.description = Commands to control a power socket
channel-group-type.gardena.powerSocketCommands.channel.commandDuration.label = Switch on Duration
channel-group-type.gardena.powerSocketCommands.channel.pause.label = Pause Until Specified Time
channel-group-type.gardena.powerSocketCommands.channel.pause.description = Skip automatic operation until specified time. The currently active operation will NOT be cancelled
channel-group-type.gardena.powerSocketCommands.channel.start_override.label = Manual On
channel-group-type.gardena.powerSocketCommands.channel.start_override.description = Manual on
channel-group-type.gardena.powerSocketCommands.channel.start_seconds_to_override.label = Manual On with Duration
channel-group-type.gardena.powerSocketCommands.channel.start_seconds_to_override.description = Manual operation, use Switch on Duration to define duration
channel-group-type.gardena.powerSocketCommands.channel.stop_until_next_task.label = Off, Continue Schedule
channel-group-type.gardena.powerSocketCommands.channel.stop_until_next_task.description = Immediately switch off, continue with the schedule
channel-group-type.gardena.powerSocketCommands.channel.unpause.label = Start Schedule
channel-group-type.gardena.powerSocketCommands.channel.unpause.description = Restore automatic operation if it was paused
channel-group-type.gardena.powerSocketProperties.label = Power Socket Properties
channel-group-type.gardena.powerSocketProperties.description = Properties of a power socket
channel-group-type.gardena.powerSocketProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.powerSocketProperties.channel.duration_timestamp.label = Duration Timestamp
channel-group-type.gardena.powerSocketProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.powerSocketProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.sensorProperties.label = Sensor Properties
channel-group-type.gardena.sensorProperties.description = Properties of a sensor
channel-group-type.gardena.sensorProperties.channel.ambientTemperature.label = Ambient Temperature
channel-group-type.gardena.sensorProperties.channel.ambientTemperature_timestamp.label = Ambient Temperature Timestamp
channel-group-type.gardena.sensorProperties.channel.lightIntensity_timestamp.label = Light Intensity Timestamp
channel-group-type.gardena.sensorProperties.channel.soilHumidity_timestamp.label = Soil Humidity Timestamp
channel-group-type.gardena.sensorProperties.channel.soilTemperature.label = Soil Temperature
channel-group-type.gardena.sensorProperties.channel.soilTemperature_timestamp.label = Soil Temperature Timestamp
channel-group-type.gardena.valveCommands.label = Valve Commands
channel-group-type.gardena.valveCommands.description = Commands to control a valve
channel-group-type.gardena.valveCommands.channel.commandDuration.label = Irrigation Duration
channel-group-type.gardena.valveCommands.channel.pause.label = Pause Until Specified Time
channel-group-type.gardena.valveCommands.channel.pause.description = Skip automatic operation until specified time. The currently active operation might or might not be cancelled (depends on device model)
channel-group-type.gardena.valveCommands.channel.start_seconds_to_override.label = Open Valve with Duration
channel-group-type.gardena.valveCommands.channel.start_seconds_to_override.description = Manual operation, use Irrigation Duration to define duration
channel-group-type.gardena.valveCommands.channel.stop_until_next_task.label = Close Valve, Continue Schedule
channel-group-type.gardena.valveCommands.channel.stop_until_next_task.description = Cancel the current watering, continue with the schedule
channel-group-type.gardena.valveCommands.channel.unpause.label = Start Schedule
channel-group-type.gardena.valveCommands.channel.unpause.description = Restore automatic operation if it was paused
channel-group-type.gardena.valveProperties.label = Valve Properties
channel-group-type.gardena.valveProperties.description = Properties of a valve
channel-group-type.gardena.valveProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.valveProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.valveProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.valveSetCommands.label = Valve Set Commands
channel-group-type.gardena.valveSetCommands.description = Commands to control a valve set
channel-group-type.gardena.valveSetCommands.channel.stop_until_next_task.label = Close All Valves
channel-group-type.gardena.valveSetCommands.channel.stop_until_next_task.description = Immediately close all valves
channel-group-type.gardena.valveSetProperties.label = Valve Set Properties
channel-group-type.gardena.valveSetProperties.description = Properties of a valve set
channel-group-type.gardena.valveSetProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.valveSetProperties.channel.state_timestamp.label = State Timestamp
# channel types
channel-type.gardena.activity.label = Activity
channel-type.gardena.activity.description = The activity of the device
channel-type.gardena.activity.state.option.OFF = Off
channel-type.gardena.activity.state.option.FOREVER_ON = Switched on by a manual action, no switch off scheduled
channel-type.gardena.activity.state.option.TIME_LIMITED_ON = Switched on by a manual action, the switch off is scheduled
channel-type.gardena.activity.state.option.SCHEDULED_ON = Operating by schedule, current state is 'on'
channel-type.gardena.activity.state.option.CLOSED = Valve closed
channel-type.gardena.activity.state.option.MANUAL_WATERING = Irrigation active
channel-type.gardena.activity.state.option.SCHEDULED_WATERING = Irrigation active
channel-type.gardena.activity.state.option.PAUSED = In a waiting state with hatch closed
channel-type.gardena.activity.state.option.OK_CUTTING = Mowing
channel-type.gardena.activity.state.option.OK_CUTTING_TIMER_OVERRIDDEN = Mowing
channel-type.gardena.activity.state.option.OK_SEARCHING = Searching charging station
channel-type.gardena.activity.state.option.OK_LEAVING = Leaving charging station
channel-type.gardena.activity.state.option.OK_CHARGING = Charging
channel-type.gardena.activity.state.option.PARKED_TIMER = Parked according to timer
channel-type.gardena.activity.state.option.PARKED_PARK_SELECTED = Parked until further notice
channel-type.gardena.activity.state.option.PARKED_AUTOTIMER = Parked because of insufficient grass height
channel-type.gardena.activity.state.option.NONE = None
channel-type.gardena.batteryState.label = Battery State
channel-type.gardena.batteryState.description = The state of the battery
channel-type.gardena.batteryState.state.option.OK = OK
channel-type.gardena.batteryState.state.option.LOW = Low
channel-type.gardena.batteryState.state.option.REPLACE_NOW = Replace now
channel-type.gardena.batteryState.state.option.OUT_OF_OPERATION = Out of operation
channel-type.gardena.batteryState.state.option.CHARGING = Charging
channel-type.gardena.batteryState.state.option.NO_BATTERY = No battery
channel-type.gardena.batteryState.state.option.UNKNOWN = Unknown
channel-type.gardena.duration.label = Duration
channel-type.gardena.duration.description = Duration in minutes
channel-type.gardena.gardenaCommand.label = Command
channel-type.gardena.gardenaCommand.description = A command for a device
channel-type.gardena.lastErrorCode.label = Last Error Code
channel-type.gardena.lastErrorCode.description = The last error code
channel-type.gardena.lastErrorCode.state.option.UNKNOWN = Unknown
channel-type.gardena.lastErrorCode.state.option.NO_MESSAGE = No Message
channel-type.gardena.lastErrorCode.state.option.OUTSIDE_WORKING_AREA = Outside working area
channel-type.gardena.lastErrorCode.state.option.NO_LOOP_SIGNAL = No loop signal
channel-type.gardena.lastErrorCode.state.option.WRONG_LOOP_SIGNAL = Wrong loop signal
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_FRONT = Loop sensor problem, front
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_REAR = Loop sensor problem, rear
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_LEFT = Loop sensor problem, left
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_RIGHT = Loop sensor problem, right
channel-type.gardena.lastErrorCode.state.option.WRONG_PIN_CODE = Wrong PIN code
channel-type.gardena.lastErrorCode.state.option.TRAPPED = Trapped
channel-type.gardena.lastErrorCode.state.option.UPSIDE_DOWN = Upside down
channel-type.gardena.lastErrorCode.state.option.EMPTY_BATTERY = Empty battery
channel-type.gardena.lastErrorCode.state.option.NO_DRIVE = No drive
channel-type.gardena.lastErrorCode.state.option.TEMPORARILY_LIFTED = Mower lifted
channel-type.gardena.lastErrorCode.state.option.LIFTED = Lifted
channel-type.gardena.lastErrorCode.state.option.STUCK_IN_CHARGING_STATION = Stuck in charging station
channel-type.gardena.lastErrorCode.state.option.CHARGING_STATION_BLOCKED = Charging station blocked
channel-type.gardena.lastErrorCode.state.option.COLLISION_SENSOR_PROBLEM_REAR = Collision sensor problem, rear
channel-type.gardena.lastErrorCode.state.option.COLLISION_SENSOR_PROBLEM_FRONT = Collision sensor problem, front
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_BLOCKED_RIGHT = Wheel motor blocked, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_BLOCKED_LEFT = Wheel motor blocked, left
channel-type.gardena.lastErrorCode.state.option.WHEEL_DRIVE_PROBLEM_RIGHT = Wheel drive problem, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_DRIVE_PROBLEM_LEFT = Wheel drive problem, left
channel-type.gardena.lastErrorCode.state.option.CUTTING_MOTOR_DRIVE_DEFECT = Cutting motor drive blocked
channel-type.gardena.lastErrorCode.state.option.CUTTING_SYSTEM_BLOCKED = Cutting system blocked
channel-type.gardena.lastErrorCode.state.option.INVALID_SUB_DEVICE_COMBINATION = Invalid sub-device combination
channel-type.gardena.lastErrorCode.state.option.MEMORY_CIRCUIT_PROBLEM = Memory circuit problem
channel-type.gardena.lastErrorCode.state.option.CHARGING_SYSTEM_PROBLEM = Charging system problem
channel-type.gardena.lastErrorCode.state.option.STOP_BUTTON_PROBLEM = STOP button problem
channel-type.gardena.lastErrorCode.state.option.TILT_SENSOR_PROBLEM = Tilt sensor problem
channel-type.gardena.lastErrorCode.state.option.MOWER_TILTED = Mower tilted
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_OVERLOADED_RIGHT = Wheel motor overloaded, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_OVERLOADED_LEFT = Wheel motor overloaded, left
channel-type.gardena.lastErrorCode.state.option.CHARGING_CURRENT_TOO_HIGH = Charging current too high
channel-type.gardena.lastErrorCode.state.option.ELECTRONIC_PROBLEM = Electronic problem
channel-type.gardena.lastErrorCode.state.option.CUTTING_MOTOR_PROBLEM = Cutting motor problem
channel-type.gardena.lastErrorCode.state.option.LIMITED_CUTTING_HEIGHT_RANGE = Limited cutting height range
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_DRIVE = Cutting height problem, drive
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_CURR = Cutting height problem, current
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_DIR = Cutting height problem, direction
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_BLOCKED = Cutting height blocked
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM = Cutting height problem
channel-type.gardena.lastErrorCode.state.option.BATTERY_PROBLEM = Battery problem
channel-type.gardena.lastErrorCode.state.option.TOO_MANY_BATTERIES = Battery problem
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_SWITCHED_OFF = Alarm! Mower switched off
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_STOPPED = Alarm! Mower stopped
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_LIFTED = Alarm! Mower lifted
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_TILTED = Alarm! Mower tilted
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_IN_MOTION = Alarm! Mower in motion
channel-type.gardena.lastErrorCode.state.option.ALARM_OUTSIDE_GEOFENCE = Alarm! Outside geofence
channel-type.gardena.lastErrorCode.state.option.SLIPPED = Mower has slipped
channel-type.gardena.lastErrorCode.state.option.INVALID_BATTERY_COMBINATION = Invalid battery combination
channel-type.gardena.lastErrorCode.state.option.UNINITIALISED = Unknown status of the mower
channel-type.gardena.lastErrorCode.state.option.WAIT_UPDATING = Mower waiting, updating firmware
channel-type.gardena.lastErrorCode.state.option.WAIT_POWER_UP = Mower powering up
channel-type.gardena.lastErrorCode.state.option.OFF_DISABLED = Mower disabled on main switch
channel-type.gardena.lastErrorCode.state.option.OFF_HATCH_OPEN = Mower in waiting state with hatch open
channel-type.gardena.lastErrorCode.state.option.OFF_HATCH_CLOSED = Mower in waiting state with hatch closed
channel-type.gardena.lastErrorCode.state.option.PARKED_DAILY_LIMIT_REACHED = Mower has completed cutting due to daily limit reached
channel-type.gardena.lastErrorCode.state.option.TIMER_CANCELLED = Time cancelled
channel-type.gardena.lastErrorCode.state.option.CONCURRENT_LIMIT_REACHED = Can't open valve because at most 2 valves can be open at the same time
channel-type.gardena.lastErrorCode.state.option.NOT_CONNECTED = No valve was connected
channel-type.gardena.lastErrorCode.state.option.VALVE_CURRENT_MAX_EXCEEDED = The valve has been closed because the valve is draining more current than allowed
channel-type.gardena.lastErrorCode.state.option.TOTAL_CURRENT_MAX_EXCEEDED = The valve has been closed because the total current used was more than the allowed maximum
channel-type.gardena.lastErrorCode.state.option.WATERING_CANCELED = Watering was canceled
channel-type.gardena.lastErrorCode.state.option.MASTER_VALVE = Master valve is not connected
channel-type.gardena.lastErrorCode.state.option.WATERING_DURATION_TOO_SHORT = Watering duration to short
channel-type.gardena.lastErrorCode.state.option.VALVE_BROKEN = Electrical connection to the valve is broken, or the inductor is damaged
channel-type.gardena.lastErrorCode.state.option.FROST_PREVENTS_STARTING = Because of frost valve stays closed
channel-type.gardena.lastErrorCode.state.option.LOW_BATTERY_PREVENTS_STARTING = Because of low battery valve stays closed
channel-type.gardena.lastErrorCode.state.option.VALVE_POWER_SUPPLY_FAILED = Power supply failed
channel-type.gardena.lastErrorCode.state.option.VOLTAGE_DROP = A voltage drop was detected at the power supply
channel-type.gardena.lastErrorCode.state.option.WRONG_POWER_SUPPLY = Wrong power supply is connected
channel-type.gardena.lastErrorCode.state.option.NO_MCU_CONNECTION = Unable to communicate with secondary MCU
channel-type.gardena.lightIntensity.label = Light Intensity
channel-type.gardena.lightIntensity.description = Light intensity in Lux
channel-type.gardena.mowerCommandDuration.label = Command Duration
channel-type.gardena.mowerCommandDuration.description = A duration in minutes for a command
channel-type.gardena.name.label = Name
channel-type.gardena.name.description = The name of the device
channel-type.gardena.operatingHours.label = Operating Hours
channel-type.gardena.operatingHours.description = The operating hours
channel-type.gardena.powerCommandDuration.label = Command Duration
channel-type.gardena.powerCommandDuration.description = A duration in minutes for a command
channel-type.gardena.rfLinkState.label = RF Link State
channel-type.gardena.rfLinkState.description = The state of the RF link
channel-type.gardena.rfLinkState.state.option.ONLINE = Online
channel-type.gardena.rfLinkState.state.option.OFFLINE = Offline
channel-type.gardena.rfLinkState.state.option.UNKNOWN = Unknown
channel-type.gardena.soilHumidity.label = Soil Humidity
channel-type.gardena.soilHumidity.description = Soil humidity in percent
channel-type.gardena.state.label = State
channel-type.gardena.state.description = The state of the device
channel-type.gardena.state.state.option.OK = OK
channel-type.gardena.state.state.option.WARNING = Warning
channel-type.gardena.state.state.option.ERROR = Error
channel-type.gardena.state.state.option.UNAVAILABLE = Unavailable
channel-type.gardena.temperature.label = Temperature
channel-type.gardena.temperature.description = The temperature
channel-type.gardena.timestamp.label = Timestamp
channel-type.gardena.timestamp.description = Timestamp
channel-type.gardena.timestampRefresh.label = Timestamp
channel-type.gardena.timestampRefresh.description = Timestamp
channel-type.gardena.valveCommandDuration.label = Command Duration
channel-type.gardena.valveCommandDuration.description = A duration in minutes for a command