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:
@@ -0,0 +1,95 @@
|
||||
# binding
|
||||
|
||||
binding.robonect.name = Robonect Binding
|
||||
binding.robonect.description = This is the binding for Robonect.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.robonect.mower.label = Mower
|
||||
thing-type.robonect.mower.description = Mower robot connected via robonect module
|
||||
thing-type.robonect.mower.channel.last-error-code.label = Last Error Code
|
||||
thing-type.robonect.mower.channel.last-error-code.description = The Error code of the last error occurred
|
||||
thing-type.robonect.mower.channel.last-error-date.label = Last Error Date
|
||||
thing-type.robonect.mower.channel.last-error-date.description = The date and time of the last error occurred
|
||||
thing-type.robonect.mower.channel.last-error-message.label = Last Error Message
|
||||
thing-type.robonect.mower.channel.last-error-message.description = The error message of the last error occurred
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.robonect.mower.host.label = Host
|
||||
thing-type.config.robonect.mower.host.description = Host name or network address of the Robonect module
|
||||
thing-type.config.robonect.mower.offlineTimeout.label = Offline Timeout
|
||||
thing-type.config.robonect.mower.offlineTimeout.description = The maximum time the mower may be offline before the offline trigger is triggered.
|
||||
thing-type.config.robonect.mower.password.label = Password
|
||||
thing-type.config.robonect.mower.password.description = The password if authentication has been enabled on the mower
|
||||
thing-type.config.robonect.mower.pollInterval.label = Polling Interval
|
||||
thing-type.config.robonect.mower.pollInterval.description = The interval for the binding to poll the mowers status information.
|
||||
thing-type.config.robonect.mower.timezone.label = Timezone
|
||||
thing-type.config.robonect.mower.timezone.description = The timezone configured on the robot (e.g. Europe/Berlin).
|
||||
thing-type.config.robonect.mower.user.label = User
|
||||
thing-type.config.robonect.mower.user.description = The user id if authentication has been enabled on the mower
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.robonect.commentType.label = Robonect Firmware Comment
|
||||
channel-type.robonect.compiledType.label = Robonect Version
|
||||
channel-type.robonect.distanceType.label = Status Distance
|
||||
channel-type.robonect.distanceType.description = The distance the mower is away from the charging station when searching the remote start.
|
||||
channel-type.robonect.durationType.label = Status Duration
|
||||
channel-type.robonect.durationType.description = The number of seconds the mower is in the current status.
|
||||
channel-type.robonect.errorCodeType.label = Error Code
|
||||
channel-type.robonect.errorCodeType.description = Error code defined by the mower manufacturer
|
||||
channel-type.robonect.errorDateType.label = Error Date
|
||||
channel-type.robonect.errorDateType.description = The date and time the error occurred
|
||||
channel-type.robonect.errorMessageType.label = Error Message
|
||||
channel-type.robonect.errorMessageType.description = The error message
|
||||
channel-type.robonect.hoursType.label = Total Mowing Hours
|
||||
channel-type.robonect.hoursType.description = The number of total mowing hours
|
||||
channel-type.robonect.humidityType.label = Humidity
|
||||
channel-type.robonect.humidityType.description = The relative humidity in the mower in percent
|
||||
channel-type.robonect.jobType.label = Mowing Job
|
||||
channel-type.robonect.jobType.description = Starts a mowing job
|
||||
channel-type.robonect.modeType.label = Mower Mode
|
||||
channel-type.robonect.modeType.description = The mower mode
|
||||
channel-type.robonect.modeType.state.option.AUTO = Auto
|
||||
channel-type.robonect.modeType.state.option.HOME = Home
|
||||
channel-type.robonect.modeType.state.option.MANUAL = Manual
|
||||
channel-type.robonect.modeType.state.option.EOD = End of Day
|
||||
channel-type.robonect.mowerStatusType.label = Mower Status
|
||||
channel-type.robonect.mowerStatusType.description = The status of the mower
|
||||
channel-type.robonect.mowerStatusType.state.option.0 = Detecting Status
|
||||
channel-type.robonect.mowerStatusType.state.option.1 = Parking
|
||||
channel-type.robonect.mowerStatusType.state.option.2 = Mowing
|
||||
channel-type.robonect.mowerStatusType.state.option.3 = Search Charging Station
|
||||
channel-type.robonect.mowerStatusType.state.option.4 = Charging
|
||||
channel-type.robonect.mowerStatusType.state.option.5 = Searching
|
||||
channel-type.robonect.mowerStatusType.state.option.6 = Unknown Status 6
|
||||
channel-type.robonect.mowerStatusType.state.option.7 = Error Status
|
||||
channel-type.robonect.mowerStatusType.state.option.16 = Off
|
||||
channel-type.robonect.mowerStatusType.state.option.17 = Sleeping
|
||||
channel-type.robonect.mowerStatusType.state.option.99 = Unknown
|
||||
channel-type.robonect.nameType.label = Mower Name
|
||||
channel-type.robonect.nameType.description = The name of the mower
|
||||
channel-type.robonect.nextTimerType.label = Next Timer Date
|
||||
channel-type.robonect.nextTimerType.description = The next date the timer starts
|
||||
channel-type.robonect.offlineTriggerType.label = Offline Trigger
|
||||
channel-type.robonect.serialType.label = Robonect Serial Number
|
||||
channel-type.robonect.startType.label = Start
|
||||
channel-type.robonect.startType.description = On if started, Off if stopped
|
||||
channel-type.robonect.temperatureType.label = Temperature
|
||||
channel-type.robonect.temperatureType.description = The temperature inside the mower
|
||||
channel-type.robonect.timerStatusType.label = Timer Status
|
||||
channel-type.robonect.timerStatusType.description = The status of the timer
|
||||
channel-type.robonect.timerStatusType.state.option.INACTIVE = Inactive
|
||||
channel-type.robonect.timerStatusType.state.option.ACTIVE = Active
|
||||
channel-type.robonect.timerStatusType.state.option.STANDBY = Standby
|
||||
channel-type.robonect.versionType.label = Robonect Version
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.robonect.jobType.afterMode.label = After Job Mode
|
||||
channel-type.config.robonect.jobType.afterMode.description = The Mode to put the mower into after the job is done.
|
||||
channel-type.config.robonect.jobType.duration.label = Job Duration
|
||||
channel-type.config.robonect.jobType.duration.description = The duration of the job.
|
||||
channel-type.config.robonect.jobType.remoteStart.label = Remote Start
|
||||
channel-type.config.robonect.jobType.remoteStart.description = The location to start the mowing job from.
|
||||
Reference in New Issue
Block a user