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,90 @@
|
||||
# binding
|
||||
|
||||
binding.keba.name = Keba Binding
|
||||
binding.keba.description = This is the binding for Keba EV Charging Stations
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.keba.kecontact.label = KeContact EV Charging Station
|
||||
thing-type.keba.kecontact.description = A KeContact EV Charging Station
|
||||
thing-type.keba.kecontact.channel.I1.label = Current Phase 1
|
||||
thing-type.keba.kecontact.channel.I2.label = Current Phase 2
|
||||
thing-type.keba.kecontact.channel.I3.label = Current Phase 3
|
||||
thing-type.keba.kecontact.channel.U1.label = Voltage Phase 1
|
||||
thing-type.keba.kecontact.channel.U2.label = Voltage Phase 2
|
||||
thing-type.keba.kecontact.channel.U3.label = Voltage Phase 3
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.keba.kecontact.ipAddress.label = Network Address
|
||||
thing-type.config.keba.kecontact.ipAddress.description = Network address of the wallbox
|
||||
thing-type.config.keba.kecontact.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.keba.kecontact.refreshInterval.description = Specifies the refresh interval in seconds
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.keba.authenticate.label = Authenticate
|
||||
channel-type.keba.authenticate.description = Authenticate and start a charging session
|
||||
channel-type.keba.authon.label = Authentication Enabled
|
||||
channel-type.keba.authon.description = Authentication enabled
|
||||
channel-type.keba.authreq.label = Authentication Required
|
||||
channel-type.keba.authreq.description = Authentication required
|
||||
channel-type.keba.current.label = Current
|
||||
channel-type.keba.current.description = Current
|
||||
channel-type.keba.current_settable.label = Preset Current
|
||||
channel-type.keba.current_settable.description = Preset Current
|
||||
channel-type.keba.display.label = Display
|
||||
channel-type.keba.display.description = Text to show on the P30 Series C or X display
|
||||
channel-type.keba.enabled.label = Enabled
|
||||
channel-type.keba.enabled.description = Activation state of the wallbox
|
||||
channel-type.keba.energy.label = Energy Session
|
||||
channel-type.keba.energy.description = Power consumption
|
||||
channel-type.keba.error1.label = Error Code 1
|
||||
channel-type.keba.error1.description = Error code state, if in error. See the KeContact FAQ
|
||||
channel-type.keba.error2.label = Error Code 2
|
||||
channel-type.keba.error2.description = Error code state, if in error. See the KeContact FAQ
|
||||
channel-type.keba.failsafecurrent.label = Failsafe Current
|
||||
channel-type.keba.failsafecurrent.description = Failsafe Current (if network is lost)
|
||||
channel-type.keba.locked.label = Plug Lock
|
||||
channel-type.keba.locked.description = Indicator if the plug is locked by the electrical vehicle
|
||||
channel-type.keba.maxcurrent.label = Max. System Current
|
||||
channel-type.keba.maxcurrent.description = Maximal System Current
|
||||
channel-type.keba.pilotcurrent.label = Pilot Current
|
||||
channel-type.keba.pilotcurrent.description = Current value offered to the vehicle via control pilot signalization (PWM)
|
||||
channel-type.keba.pilotcurrentdutycyle.label = Pilot Current Duty Cycle
|
||||
channel-type.keba.pilotcurrentdutycyle.description = Duty cycle of the control pilot signal
|
||||
channel-type.keba.plugvehicle.label = Vehicle Plugged
|
||||
channel-type.keba.plugvehicle.description = State of the vehicle plug, e.g. ON if plugged in, OFF if unplugged
|
||||
channel-type.keba.plugwallbox.label = Wallbox Plugged
|
||||
channel-type.keba.plugwallbox.description = State of the wallbox plug, e.g. ON if plugged in, OFF if unplugged
|
||||
channel-type.keba.power.label = Power
|
||||
channel-type.keba.power.description = Active Power
|
||||
channel-type.keba.powerfactor.label = Power Factor
|
||||
channel-type.keba.powerfactor.description = Power factor (cosphi)
|
||||
channel-type.keba.range.label = Rel. Current
|
||||
channel-type.keba.range.description = Current in % of the 6-63 A range accepted by the wallbox
|
||||
channel-type.keba.sessionid.label = Session ID
|
||||
channel-type.keba.sessionid.description = Session ID of the last charging session
|
||||
channel-type.keba.sessionrfidclass.label = RFID Tag Class
|
||||
channel-type.keba.sessionrfidclass.description = RFID Tag class used for the last charging session
|
||||
channel-type.keba.sessionrfidtag.label = RFID Tag
|
||||
channel-type.keba.sessionrfidtag.description = RFID Tag used for the last charging session
|
||||
channel-type.keba.setenergylimit.label = Energy Limit
|
||||
channel-type.keba.setenergylimit.description = An energy limit for an already running or the next charging session
|
||||
channel-type.keba.state.label = Operation State
|
||||
channel-type.keba.state.description = Current operational state of the wallbox
|
||||
channel-type.keba.state.state.option.0 = Starting
|
||||
channel-type.keba.state.state.option.1 = Not Ready
|
||||
channel-type.keba.state.state.option.2 = Ready
|
||||
channel-type.keba.state.state.option.3 = Charging
|
||||
channel-type.keba.state.state.option.4 = Error
|
||||
channel-type.keba.totalenergy.label = Energy Total
|
||||
channel-type.keba.totalenergy.description = Total energy consumption is added up after each completed charging session
|
||||
channel-type.keba.uptime.label = System Uptime
|
||||
channel-type.keba.uptime.description = System uptime since the last reset of the wallbox
|
||||
channel-type.keba.voltage.label = Voltage
|
||||
channel-type.keba.voltage.description = Voltage
|
||||
channel-type.keba.x1.label = X1
|
||||
channel-type.keba.x1.description = State of the X1 input
|
||||
channel-type.keba.x2.label = X2
|
||||
channel-type.keba.x2.description = State of the X2 output
|
||||
Reference in New Issue
Block a user