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,273 @@
|
||||
# binding
|
||||
|
||||
binding.tesla.name = Tesla Binding
|
||||
binding.tesla.description = This is the binding for Tesla Electric Vehicles.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tesla.account.label = Tesla Account
|
||||
thing-type.tesla.account.description = Tesla Owner Account
|
||||
thing-type.tesla.model3.label = Tesla Model 3
|
||||
thing-type.tesla.model3.description = A Tesla Model 3 Vehicle
|
||||
thing-type.tesla.models.label = Tesla Model S
|
||||
thing-type.tesla.models.description = A Tesla Model S Vehicle
|
||||
thing-type.tesla.modelx.label = Tesla Model X
|
||||
thing-type.tesla.modelx.description = A Tesla Model X Vehicle
|
||||
thing-type.tesla.modely.label = Tesla Model Y
|
||||
thing-type.tesla.modely.description = A Tesla Model Y Vehicle
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tesla.account.password.label = Password
|
||||
thing-type.config.tesla.account.password.description = Password for the Tesla Remote Service
|
||||
thing-type.config.tesla.account.refreshToken.label = Refresh Token
|
||||
thing-type.config.tesla.account.refreshToken.description = Refresh token for account authentication. Use "smarthome:tesla" to retrieve it.
|
||||
thing-type.config.tesla.account.username.label = Username
|
||||
thing-type.config.tesla.account.username.description = Username for the Tesla Remote Service, e.g email address.
|
||||
thing-type.config.tesla.model3.allowWakeup.label = Allow Wake-Up
|
||||
thing-type.config.tesla.model3.allowWakeup.description = Allows waking up the vehicle. Caution: This can result in huge vampire drain!
|
||||
thing-type.config.tesla.model3.valetpin.label = Valet PIN
|
||||
thing-type.config.tesla.model3.valetpin.description = PIN to use when enabling Valet Mode
|
||||
thing-type.config.tesla.model3.vin.label = Vehicle Identification Number
|
||||
thing-type.config.tesla.model3.vin.description = VIN of the vehicle
|
||||
thing-type.config.tesla.models.allowWakeup.label = Allow Wake-Up
|
||||
thing-type.config.tesla.models.allowWakeup.description = Allows waking up the vehicle. Caution: This can result in huge vampire drain!
|
||||
thing-type.config.tesla.models.valetpin.label = Valet PIN
|
||||
thing-type.config.tesla.models.valetpin.description = PIN to use when enabling Valet Mode
|
||||
thing-type.config.tesla.models.vin.label = Vehicle Identification Number
|
||||
thing-type.config.tesla.models.vin.description = VIN of the vehicle
|
||||
thing-type.config.tesla.modelx.allowWakeup.label = Allow Wake-Up
|
||||
thing-type.config.tesla.modelx.allowWakeup.description = Allows waking up the vehicle. Caution: This can result in huge vampire drain!
|
||||
thing-type.config.tesla.modelx.valetpin.label = Valet PIN
|
||||
thing-type.config.tesla.modelx.valetpin.description = PIN to use when enabling Valet Mode
|
||||
thing-type.config.tesla.modelx.vin.label = Vehicle Identification Number
|
||||
thing-type.config.tesla.modelx.vin.description = VIN of the vehicle
|
||||
thing-type.config.tesla.modely.allowWakeup.label = Allow Wake-Up
|
||||
thing-type.config.tesla.modely.allowWakeup.description = Allows waking up the vehicle. Caution: This can result in huge vampire drain!
|
||||
thing-type.config.tesla.modely.valetpin.label = Valet PIN
|
||||
thing-type.config.tesla.modely.valetpin.description = PIN to use when enabling Valet Mode
|
||||
thing-type.config.tesla.modely.vin.label = Vehicle Identification Number
|
||||
thing-type.config.tesla.modely.vin.description = VIN of the vehicle
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tesla.autoconditioning.label = Auto Conditioning
|
||||
channel-type.tesla.autoconditioning.description = Turns on auto-conditioning (a/c or heating)
|
||||
channel-type.tesla.autoparkstate.label = Autopark State
|
||||
channel-type.tesla.autoparkstate.description = Undocumented / To be defined
|
||||
channel-type.tesla.autoparkstyle.label = Autopark Style
|
||||
channel-type.tesla.autoparkstyle.description = Undocumented / To be defined
|
||||
channel-type.tesla.batterycurrent.label = Battery Current
|
||||
channel-type.tesla.batterycurrent.description = Current (Ampere) floating into (+) or out (-) of the battery
|
||||
channel-type.tesla.batteryheater.label = Battery Heater
|
||||
channel-type.tesla.batteryheater.description = Indicates if the battery heater is switched on
|
||||
channel-type.tesla.batteryheaternopower.label = Battery Heater Power
|
||||
channel-type.tesla.batteryheaternopower.description = Indicates if there is enough power to use the battery heater
|
||||
channel-type.tesla.batterylevel.label = Battery Level
|
||||
channel-type.tesla.batterylevel.description = State of the battery in %
|
||||
channel-type.tesla.batteryrange.label = Battery Range
|
||||
channel-type.tesla.batteryrange.description = Range of the battery
|
||||
channel-type.tesla.calendarenabled.label = Calendar Enabled
|
||||
channel-type.tesla.calendarenabled.description = Indicates if access to a remote calendar is enabled
|
||||
channel-type.tesla.centerdisplay.label = Central Display State
|
||||
channel-type.tesla.centerdisplay.description = Indicates the state of the central display in the vehicle
|
||||
channel-type.tesla.centerrearseatheater.label = Center Rear Seat Heater
|
||||
channel-type.tesla.centerrearseatheater.description = Indicates if the center rear seat heater is switched on
|
||||
channel-type.tesla.charge.label = Charge
|
||||
channel-type.tesla.charge.description = Start (ON) or stop (OFF) charging
|
||||
channel-type.tesla.chargecable.label = Charge Cable
|
||||
channel-type.tesla.chargecable.description = Undocumented / To be defined
|
||||
channel-type.tesla.chargecurrent.label = Charge Current
|
||||
channel-type.tesla.chargecurrent.description = Current (Ampere) requested from the charger
|
||||
channel-type.tesla.chargeenablerequest.label = Charge Enable Request
|
||||
channel-type.tesla.chargeenablerequest.description = Undocumented / To be defined
|
||||
channel-type.tesla.chargeenergyadded.label = Charge Energy Added
|
||||
channel-type.tesla.chargeenergyadded.description = Energy added, in kWh, during the last charging session
|
||||
channel-type.tesla.chargeidealdistanceadded.label = "Ideal" Charge Distance Added
|
||||
channel-type.tesla.chargeidealdistanceadded.description = "Ideal" range added during the last charging session
|
||||
channel-type.tesla.chargelimit.label = Charge Limit
|
||||
channel-type.tesla.chargelimit.description = Limit charging of the vehicle to the given %
|
||||
channel-type.tesla.chargelimitmaximum.label = Charge Limit Maximum
|
||||
channel-type.tesla.chargelimitmaximum.description = Maximum charging limit of the vehicle, as %
|
||||
channel-type.tesla.chargelimitminimum.label = Charge Limit Minimum
|
||||
channel-type.tesla.chargelimitminimum.description = Minimum charging limit of the vehicle, as %
|
||||
channel-type.tesla.chargelimitsocstandard.label = Charge Limit SOC Standard
|
||||
channel-type.tesla.chargelimitsocstandard.description = Standard charging limity of the vehicle, in %
|
||||
channel-type.tesla.chargemaxcurrent.label = Charge Max Current
|
||||
channel-type.tesla.chargemaxcurrent.description = Maximum current (Ampere) that can be requested from the charger
|
||||
channel-type.tesla.chargeport.label = Charge Port
|
||||
channel-type.tesla.chargeport.description = Open the Charge Port (ON) or indicates the state of the Charge Port (ON/OFF if Open/Closed)
|
||||
channel-type.tesla.chargerate.label = Charge Rate
|
||||
channel-type.tesla.chargerate.description = Distance per hour charging rate
|
||||
channel-type.tesla.chargerateddistanceadded.label = "Rated" Charge Distance Added
|
||||
channel-type.tesla.chargerateddistanceadded.description = "Rated" range added during the last charging session
|
||||
channel-type.tesla.chargercurrent.label = Charge Current
|
||||
channel-type.tesla.chargercurrent.description = Current (Ampere) actually being drawn from the charger
|
||||
channel-type.tesla.chargermaxcurrent.label = Charger Maximum Current
|
||||
channel-type.tesla.chargermaxcurrent.description = Maximum current (Ampere) that can be delivered by the charger
|
||||
channel-type.tesla.chargerphases.label = Charger Phases
|
||||
channel-type.tesla.chargerphases.description = Indicates the number of phases (1 to 3) used for charging
|
||||
channel-type.tesla.chargerpower.label = Charger Power
|
||||
channel-type.tesla.chargerpower.description = Power actually delivered by the charger
|
||||
channel-type.tesla.chargervoltage.label = Charger Voltage
|
||||
channel-type.tesla.chargervoltage.description = Voltage (V) actually presented by the charger
|
||||
channel-type.tesla.chargestartingrange.label = Charge Starting Range
|
||||
channel-type.tesla.chargestartingrange.description = Undocumented / To be defined
|
||||
channel-type.tesla.chargestartingsoc.label = Charge Starting SOC
|
||||
channel-type.tesla.chargestartingsoc.description = Undocumented / To be defined
|
||||
channel-type.tesla.chargetomax.label = Charge To Max Range
|
||||
channel-type.tesla.chargetomax.description = Indicates if the charging to the maximum range is enabled
|
||||
channel-type.tesla.chargingstate.label = Charging State
|
||||
channel-type.tesla.chargingstate.description = “Starting”, “Complete”, “Charging”, “Disconnected”, “Stopped”, “NoPower”
|
||||
channel-type.tesla.chargingstate.state.option.Starting = Starting
|
||||
channel-type.tesla.chargingstate.state.option.Complete = Complete
|
||||
channel-type.tesla.chargingstate.state.option.Charging = Charging
|
||||
channel-type.tesla.chargingstate.state.option.Disconnected = Disconnected
|
||||
channel-type.tesla.chargingstate.state.option.Stopped = Stopped
|
||||
channel-type.tesla.chargingstate.state.option.NoPower = No Power
|
||||
channel-type.tesla.climate.label = Climate
|
||||
channel-type.tesla.climate.description = Climate status indicator
|
||||
channel-type.tesla.combinedtemp.label = Combined Temperature
|
||||
channel-type.tesla.combinedtemp.description = Combined average temperature of the driver and passenger autoconditioning settings. The temperature for the driver and passenger will be synced when set.
|
||||
channel-type.tesla.doorlock.label = Door Lock
|
||||
channel-type.tesla.doorlock.description = Lock or unlock the car
|
||||
channel-type.tesla.driverfrontdoor.label = Driver Front Door
|
||||
channel-type.tesla.driverfrontdoor.description = Indicates if the front door at the driver's side is opened
|
||||
channel-type.tesla.driverreardoor.label = Driver Rear Door
|
||||
channel-type.tesla.driverreardoor.description = Indicates if the rear door at the driver's side is opened
|
||||
channel-type.tesla.drivertemp.label = Driver Temperature
|
||||
channel-type.tesla.drivertemp.description = Indicates the auto conditioning temperature set at the driver's side
|
||||
channel-type.tesla.estimatedbatteryrange.label = Estimated Battery Range
|
||||
channel-type.tesla.estimatedbatteryrange.description = Estimated battery range
|
||||
channel-type.tesla.estimatedrange.label = Estimated Range
|
||||
channel-type.tesla.estimatedrange.description = Estimated range of the vehicle
|
||||
channel-type.tesla.eventstamp.label = Event Timestamp
|
||||
channel-type.tesla.eventstamp.description = Timestamp of the last event received from the Tesla streaming service
|
||||
channel-type.tesla.fan.label = Fan
|
||||
channel-type.tesla.fan.description = Indicates the speed (0-7) of the fan
|
||||
channel-type.tesla.flashlights.label = Flash Lights
|
||||
channel-type.tesla.flashlights.description = Flash the lights of the car (when ON is received)
|
||||
channel-type.tesla.frontdefroster.label = Front Defroster
|
||||
channel-type.tesla.frontdefroster.description = Indicates if the front defroster is enabled
|
||||
channel-type.tesla.fronttrunk.label = Front Trunk
|
||||
channel-type.tesla.fronttrunk.description = Indicates if the front trunk is opened, or open the front trunk when ON is received
|
||||
channel-type.tesla.gpstimestamp.label = GPS Time Stamp
|
||||
channel-type.tesla.gpstimestamp.description = Time stamp of the most recent GPS location of the vehicle
|
||||
channel-type.tesla.heading.label = Heading
|
||||
channel-type.tesla.heading.description = Indicates the (compass) heading of the car, in 0-360 degrees
|
||||
channel-type.tesla.headingestimation.label = Estimated Heading
|
||||
channel-type.tesla.headingestimation.description = Estimated (compass) heading of the car, in 0 to 360 degrees
|
||||
channel-type.tesla.homelink.label = Homelink Nearby
|
||||
channel-type.tesla.homelink.description = Indicates if the Home Link is nearby
|
||||
channel-type.tesla.honkhorn.label = Honk the Horn
|
||||
channel-type.tesla.honkhorn.description = Honk the horn of the vehicle, when ON is received
|
||||
channel-type.tesla.idealbatteryrange.label = Ideal Battery Range
|
||||
channel-type.tesla.idealbatteryrange.description = Indicates the Batter Range
|
||||
channel-type.tesla.insidetemp.label = Inside Temperature
|
||||
channel-type.tesla.insidetemp.description = Indicates the inside temperature of the vehicle
|
||||
channel-type.tesla.lastautoparkerror.label = Last Autopark Error
|
||||
channel-type.tesla.lastautoparkerror.description = Not documented / To be defined
|
||||
channel-type.tesla.leftrearbackseatheater.label = Left Rear Backseat Heater
|
||||
channel-type.tesla.leftrearbackseatheater.description = Indicates the level (0,1,2 or 3) of the left rear backseat heater
|
||||
channel-type.tesla.leftrearseatheater.label = Left Rear Seat Heater
|
||||
channel-type.tesla.leftrearseatheater.description = Indicates if the left rear seat heater is switched on
|
||||
channel-type.tesla.leftseatheater.label = Left Seat Heater
|
||||
channel-type.tesla.leftseatheater.description = Indicates if the left seat heater is switched on
|
||||
channel-type.tesla.lefttempdirection.label = Left Temperature Direction
|
||||
channel-type.tesla.lefttempdirection.description = Not documented / To be defined
|
||||
channel-type.tesla.location.label = Location
|
||||
channel-type.tesla.location.description = The actual position of the vehicle
|
||||
channel-type.tesla.managedcharging.label = Managed Charging
|
||||
channel-type.tesla.managedcharging.description = Indicates managed charging is active
|
||||
channel-type.tesla.managedchargingcancelled.label = Managed Charging Cancelled
|
||||
channel-type.tesla.managedchargingcancelled.description = Indicates managed charging is cancelled by the user
|
||||
channel-type.tesla.managedchargingstart.label = Managed Charging Start Time
|
||||
channel-type.tesla.managedchargingstart.description = Not documented / To be defined
|
||||
channel-type.tesla.maxavailabletemp.label = Maximum Temperature
|
||||
channel-type.tesla.maxavailabletemp.description = Indicates the maximum inside temperature of the vehicle
|
||||
channel-type.tesla.maxcharges.label = Max Charges
|
||||
channel-type.tesla.maxcharges.description = Indicates the number of consecutive "Max Range Charges" performed by the vehicle
|
||||
channel-type.tesla.minavailabletemp.label = Minimum Temperature
|
||||
channel-type.tesla.minavailabletemp.description = Indicates the minimal inside temperature of the vehicle
|
||||
channel-type.tesla.mobileenabled.label = Mobile Enabled
|
||||
channel-type.tesla.mobileenabled.description = Indicates whether the vehicle can be remotely controlled
|
||||
channel-type.tesla.notenoughpower.label = Not Enought Power
|
||||
channel-type.tesla.notenoughpower.description = Indicates if not enough power (ON) is available to heat the vehicle
|
||||
channel-type.tesla.notificationsenabled.label = Notifications Enabled
|
||||
channel-type.tesla.notificationsenabled.description = Not documented / To be defined
|
||||
channel-type.tesla.notificationssupported.label = Notifications Supported
|
||||
channel-type.tesla.notificationssupported.description = Not documented / To be defined
|
||||
channel-type.tesla.odometer.label = Odometer
|
||||
channel-type.tesla.odometer.description = Odometer of the vehicle
|
||||
channel-type.tesla.outsidetemp.label = Outside Temperature
|
||||
channel-type.tesla.outsidetemp.description = Indicates the outside temperature of the vehicle
|
||||
channel-type.tesla.parsedcalendar.label = Parsed Calendar Supported
|
||||
channel-type.tesla.parsedcalendar.description = Not documented / To be defined
|
||||
channel-type.tesla.passengerfrontdoor.label = Passenger Front Door
|
||||
channel-type.tesla.passengerfrontdoor.description = Indicates if the front door at the passenger's side is opened
|
||||
channel-type.tesla.passengerreardoor.label = Passenger Rear Door
|
||||
channel-type.tesla.passengerreardoor.description = Indicates if the rear door at the passenger's side is opened
|
||||
channel-type.tesla.passengertemp.label = Passenger Temperature
|
||||
channel-type.tesla.passengertemp.description = Indicates the auto conditioning temperature set at the passenger's side
|
||||
channel-type.tesla.power.label = Power
|
||||
channel-type.tesla.power.description = Net kW flowing in (+) or out (-) of the battery
|
||||
channel-type.tesla.preconditioning.label = Preconditioning
|
||||
channel-type.tesla.preconditioning.description = Indicates if preconditioning is activated
|
||||
channel-type.tesla.range.label = Range
|
||||
channel-type.tesla.range.description = Vehicle range - Not documented / To be defined
|
||||
channel-type.tesla.reardefroster.label = Rear Defroster
|
||||
channel-type.tesla.reardefroster.description = Indicates if the rear defroster is enabled
|
||||
channel-type.tesla.reartrunk.label = Rear Trunk
|
||||
channel-type.tesla.reartrunk.description = Indicates if the rear trunk is opened, or open/close the rear trunk when ON/OFF is received
|
||||
channel-type.tesla.remotestart.label = Remote Start
|
||||
channel-type.tesla.remotestart.description = Not documented / To be defined
|
||||
channel-type.tesla.remotestartenabled.label = Remote Start
|
||||
channel-type.tesla.remotestartenabled.description = Not documented / To be defined
|
||||
channel-type.tesla.remotestartsupported.label = Remote Start Supported
|
||||
channel-type.tesla.remotestartsupported.description = Not documented / To be defined
|
||||
channel-type.tesla.rightrearbackseatheater.label = Right Rear Backseat Heater
|
||||
channel-type.tesla.rightrearbackseatheater.description = Indicates the level (0,1,2 or 3) of the right rear backseat heater
|
||||
channel-type.tesla.rightrearseatheater.label = Right Rear Seat Heater
|
||||
channel-type.tesla.rightrearseatheater.description = Indicates if the right rear seat heater is switched on
|
||||
channel-type.tesla.rightseatheater.label = Right Seat Heater
|
||||
channel-type.tesla.rightseatheater.description = Indicates if the right seat heater is switched on
|
||||
channel-type.tesla.righttempdirection.label = Right Temperature Direction
|
||||
channel-type.tesla.righttempdirection.description = Not documented / To be defined
|
||||
channel-type.tesla.scheduledchargingpending.label = Scheduled Charging Pending
|
||||
channel-type.tesla.scheduledchargingpending.description = Indicates if a scheduled charging session is still pending
|
||||
channel-type.tesla.scheduledchargingstart.label = Scheduled Charging Start
|
||||
channel-type.tesla.scheduledchargingstart.description = Indicates when the scheduled charging session will start, in yyyy-MM-dd'T'HH:mm:ss format
|
||||
channel-type.tesla.shiftstate.label = Shift State
|
||||
channel-type.tesla.shiftstate.description = Indicates the state of the transmission, “P”, “D”, “R”, or “N”
|
||||
channel-type.tesla.sidemirrorheaters.label = Side Mirror Heaters
|
||||
channel-type.tesla.sidemirrorheaters.description = Indicates if the side mirror heaters are switched on
|
||||
channel-type.tesla.smartpreconditioning.label = Smart Preconditioning
|
||||
channel-type.tesla.smartpreconditioning.description = Indicates if smart preconditioning is switched on
|
||||
channel-type.tesla.soc.label = State of Charge
|
||||
channel-type.tesla.soc.description = State of Charge, in %
|
||||
channel-type.tesla.speed.label = Speed
|
||||
channel-type.tesla.speed.description = Vehicle speed
|
||||
channel-type.tesla.state.label = State
|
||||
channel-type.tesla.state.description = “online”, “asleep”, “waking”
|
||||
channel-type.tesla.steeringwheelheater.label = Steering Wheel Heater
|
||||
channel-type.tesla.steeringwheelheater.description = Indicates if the steering wheel heater is switched on
|
||||
channel-type.tesla.sunroof.label = Sunroof
|
||||
channel-type.tesla.sunroof.description = Open or close the sunroof to provided % (0 closed, 100 fully open)
|
||||
channel-type.tesla.sunroofstate.label = Sunroof State
|
||||
channel-type.tesla.sunroofstate.description = “unknown”, “open”, “closed”, “vent”, “comfort”
|
||||
channel-type.tesla.timetofullcharge.label = Time To Full Charge
|
||||
channel-type.tesla.timetofullcharge.description = Number of hours to fully charge the battery
|
||||
channel-type.tesla.tripcharging.label = Trip Charging
|
||||
channel-type.tesla.tripcharging.description = Not documented / To be defined
|
||||
channel-type.tesla.usablebatterylevel.label = Usable Battery Level
|
||||
channel-type.tesla.usablebatterylevel.description = Indicates the % of battery that can be used for vehicle functions like driving
|
||||
channel-type.tesla.userchargeenablerequest.label = User Charge Enable Request
|
||||
channel-type.tesla.userchargeenablerequest.description = Not documented / To be defined
|
||||
channel-type.tesla.valetmode.label = Valet Mode
|
||||
channel-type.tesla.valetmode.description = Enable or disable Valet Mode
|
||||
channel-type.tesla.valetpin.label = Valet PIN Required
|
||||
channel-type.tesla.valetpin.description = Indicates if a PIN code is required to disable valet mode
|
||||
channel-type.tesla.wakeup.label = Wake Up
|
||||
channel-type.tesla.wakeup.description = Wake up the vehicle from a (deep) sleep
|
||||
channel-type.tesla.wiperbladeheater.label = Wiperblade Heater
|
||||
channel-type.tesla.wiperbladeheater.description = Indicates if the wiperblade heater is switched on
|
||||
Reference in New Issue
Block a user