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,107 @@
# binding
binding.networkupstools.name = Network UPS Tools Binding
binding.networkupstools.description = Binding for connecting to Network UPS Tools (NUT) servers
# thing types
thing-type.networkupstools.ups.label = Network UPS Tool
thing-type.networkupstools.ups.description = Network UPS Tool Thing
# thing types config
thing-type.config.ups.config.device.label = Device
thing-type.config.ups.config.device.description = UPS server name
thing-type.config.ups.config.host.label = Host
thing-type.config.ups.config.host.description = UPS server host or ip-address
thing-type.config.ups.config.password.label = Password
thing-type.config.ups.config.password.description = UPS server password to login
thing-type.config.ups.config.port.label = Port
thing-type.config.ups.config.port.description = UPS server port
thing-type.config.ups.config.refresh.label = Refresh
thing-type.config.ups.config.refresh.description = Refresh interval for state updates in seconds
thing-type.config.ups.config.username.label = Username
thing-type.config.ups.config.username.description = UPS server username to login
# channel types
channel-type.networkupstools.battery-charge.label = Battery Charge
channel-type.networkupstools.battery-charge.description = Battery charge (percent)
channel-type.networkupstools.battery-runtime.label = Battery Runtime
channel-type.networkupstools.battery-runtime.description = Battery runtime (seconds)
channel-type.networkupstools.battery-voltage.label = Battery Voltage
channel-type.networkupstools.battery-voltage.description = Battery voltage (V)
channel-type.networkupstools.input-current-status.label = Input Current Status
channel-type.networkupstools.input-current-status.description = Status relative to the thresholds
channel-type.networkupstools.input-current.label = Input Current
channel-type.networkupstools.input-current.description = Input current (A)
channel-type.networkupstools.input-load.label = Input Load
channel-type.networkupstools.input-load.description = Load on (ePDU) input (percent of full)
channel-type.networkupstools.input-quality.label = Input Quality
channel-type.networkupstools.input-quality.description = Input power quality (*** opaque)
channel-type.networkupstools.input-realpower.label = Input Realpower
channel-type.networkupstools.input-realpower.description = Current sum value of all (ePDU) phases real power (W)
channel-type.networkupstools.input-transfer-reason.label = Input Transfer Reason
channel-type.networkupstools.input-transfer-reason.description = Reason for last transfer to battery (*** opaque)
channel-type.networkupstools.input-voltage-status.label = Input Voltage Status
channel-type.networkupstools.input-voltage-status.description = Status relative to the thresholds
channel-type.networkupstools.input-voltage.label = Input Voltage
channel-type.networkupstools.input-voltage.description = Input voltage (V)
channel-type.networkupstools.number-electric-current.label = Electric Current
channel-type.networkupstools.number-electric-current.description = Electric Current channel
channel-type.networkupstools.number-electric-potential.label = Electric Potential
channel-type.networkupstools.number-electric-potential.description = Electric Potential channel
channel-type.networkupstools.number-frequency.label = Frequency
channel-type.networkupstools.number-frequency.description = Frequency channel
channel-type.networkupstools.number-power.label = Power
channel-type.networkupstools.number-power.description = Power channel
channel-type.networkupstools.number-time.label = Time
channel-type.networkupstools.number-time.description = Time channel
channel-type.networkupstools.number.label = Number
channel-type.networkupstools.number.description = Number channel
channel-type.networkupstools.output-current.label = Output Current
channel-type.networkupstools.output-current.description = Output current (A)
channel-type.networkupstools.output-voltage.label = Output Voltage
channel-type.networkupstools.output-voltage.description = Output voltage (V)
channel-type.networkupstools.string.label = String
channel-type.networkupstools.string.description = String channel
channel-type.networkupstools.switch.label = Switch
channel-type.networkupstools.switch.description = Switch channel
channel-type.networkupstools.ups-alarm.label = UPS Alarm
channel-type.networkupstools.ups-alarm.description = UPS alarms
channel-type.networkupstools.ups-load.label = UPS Load
channel-type.networkupstools.ups-load.description = Load on UPS (percent)
channel-type.networkupstools.ups-power.label = UPS Power
channel-type.networkupstools.ups-power.description = Current value of apparent power (Volt-Amps)
channel-type.networkupstools.ups-realpower.label = UPS Realpower
channel-type.networkupstools.ups-realpower.description = Current value of real power (Watts)
channel-type.networkupstools.ups-status.label = UPS Status
channel-type.networkupstools.ups-status.description = Status of the UPS: OFF, OL,OB,LB,RB,OVER,TRIM,BOOST,CAL,BYPASS,NULL
channel-type.networkupstools.ups-status.state.option.OFF = Off
channel-type.networkupstools.ups-status.state.option.OL = Online
channel-type.networkupstools.ups-status.state.option.OB = On battery
channel-type.networkupstools.ups-status.state.option.LB = Low battery
channel-type.networkupstools.ups-status.state.option.CHRG = Charging
channel-type.networkupstools.ups-status.state.option.OL CHRG = Online, charging
channel-type.networkupstools.ups-status.state.option.OL LB = Online, low battery
channel-type.networkupstools.ups-status.state.option.OL CHRG LB = Online, charging, low battery
channel-type.networkupstools.ups-status.state.option.RB = Replace battery
channel-type.networkupstools.ups-status.state.option.OVER = Overload
channel-type.networkupstools.ups-status.state.option.TRIM = Voltage trim
channel-type.networkupstools.ups-status.state.option.BOOST = Voltage boost
channel-type.networkupstools.ups-status.state.option.CAL = Calibration
channel-type.networkupstools.ups-status.state.option.BYPASS = Bypass
channel-type.networkupstools.ups-status.state.option.NULL = Null
channel-type.networkupstools.ups-temperature.label = UPS Temperature
channel-type.networkupstools.ups-temperature.description = UPS temperature (degrees C)
channel-type.networkupstools.ups-test-result.label = UPS Test Result
channel-type.networkupstools.ups-test-result.description = Results of last self test (opaque string)
# channel types config
channel-type.config.ups.dynamic-channel-config-quantity-type.networkupstools.label = NUT Variable
channel-type.config.ups.dynamic-channel-config-quantity-type.networkupstools.description = The name of the NUT variable
channel-type.config.ups.dynamic-channel-config-quantity-type.unit.label = Unit
channel-type.config.ups.dynamic-channel-config-quantity-type.unit.description = The unit of the data
channel-type.config.ups.dynamic-channel-config.networkupstools.label = NUT Variable
channel-type.config.ups.dynamic-channel-config.networkupstools.description = The name of the NUT variable