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,99 @@
|
||||
# binding
|
||||
|
||||
binding.senechome.name = SenecHome Binding
|
||||
binding.senechome.description = This is the binding for SenecHome.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.senechome.senechome.label = Senec Home
|
||||
thing-type.senechome.senechome.description = Senec Home
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.senechome.senechome.hostname.label = Hostname/IP Address
|
||||
thing-type.config.senechome.senechome.hostname.description = Enter the hostname or ip address of your Senec Home device
|
||||
thing-type.config.senechome.senechome.limitationDuration.label = Limitation Duration
|
||||
thing-type.config.senechome.senechome.limitationDuration.description = Duration of stable values until state is changed, defined in seconds
|
||||
thing-type.config.senechome.senechome.limitationTresholdValue.label = Limitation Treshold
|
||||
thing-type.config.senechome.senechome.limitationTresholdValue.description = Treshold in percent, defines when limitation state is enabled
|
||||
thing-type.config.senechome.senechome.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.senechome.senechome.refreshInterval.description = Rate of refreshing details (in s)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.senechome.batteryCurrent.label = Battery Current
|
||||
channel-type.senechome.batteryFuelCharge.label = Battery Fuel
|
||||
channel-type.senechome.batteryPower.label = Battery Power
|
||||
channel-type.senechome.batteryTemperature.label = Battery Temperature
|
||||
channel-type.senechome.batteryVoltage.label = Battery Voltage
|
||||
channel-type.senechome.caseTemperature.label = Case Temperature
|
||||
channel-type.senechome.chargedEnergyPack1.label = Total charged energy battery pack 1
|
||||
channel-type.senechome.chargedEnergyPack2.label = Total charged energy battery pack 2
|
||||
channel-type.senechome.chargedEnergyPack3.label = Total charged energy battery pack 3
|
||||
channel-type.senechome.chargedEnergyPack4.label = Total charged energy battery pack 4
|
||||
channel-type.senechome.currentMpp1.label = Current MPP1
|
||||
channel-type.senechome.currentMpp2.label = Current MPP2
|
||||
channel-type.senechome.currentMpp3.label = Current MPP3
|
||||
channel-type.senechome.currentPack1.label = Current battery pack 1
|
||||
channel-type.senechome.currentPack2.label = Current battery pack 2
|
||||
channel-type.senechome.currentPack3.label = Current battery pack 3
|
||||
channel-type.senechome.currentPack4.label = Current battery pack 4
|
||||
channel-type.senechome.cyclesPack1.label = Cycles battery pack 1
|
||||
channel-type.senechome.cyclesPack2.label = Cycles battery pack 2
|
||||
channel-type.senechome.cyclesPack3.label = Cycles battery pack 3
|
||||
channel-type.senechome.cyclesPack4.label = Cycles battery pack 4
|
||||
channel-type.senechome.dischargedEnergyPack1.label = Total discharged energy battery pack 1
|
||||
channel-type.senechome.dischargedEnergyPack2.label = Total discharged energy battery pack 2
|
||||
channel-type.senechome.dischargedEnergyPack3.label = Total discharged energy battery pack 3
|
||||
channel-type.senechome.dischargedEnergyPack4.label = Total discharged energy battery pack 4
|
||||
channel-type.senechome.energyProduction.label = Solar Production
|
||||
channel-type.senechome.gridCurrentPhase1.label = Grid Current Phase 1
|
||||
channel-type.senechome.gridCurrentPhase2.label = Grid Current Phase 2
|
||||
channel-type.senechome.gridCurrentPhase3.label = Grid Current Phase 3
|
||||
channel-type.senechome.gridFrequency.label = Grid Frequency
|
||||
channel-type.senechome.gridPower.label = Grid Power
|
||||
channel-type.senechome.gridPowerDraw.label = Grid Draw
|
||||
channel-type.senechome.gridPowerPhase1.label = Grid Power Phase 1
|
||||
channel-type.senechome.gridPowerPhase2.label = Grid Power Phase 2
|
||||
channel-type.senechome.gridPowerPhase3.label = Grid Power Phase 3
|
||||
channel-type.senechome.gridPowerSupply.label = Grid Supply
|
||||
channel-type.senechome.gridVoltagePhase1.label = Grid Voltage Phase 1
|
||||
channel-type.senechome.gridVoltagePhase2.label = Grid Voltage Phase 2
|
||||
channel-type.senechome.gridVoltagePhase3.label = Grid Voltage Phase 3
|
||||
channel-type.senechome.houseConsumption.label = House Power Consumption
|
||||
channel-type.senechome.liveBatCharge.label = Live Bat Charge
|
||||
channel-type.senechome.liveBatDischarge.label = Live Bat Discharge
|
||||
channel-type.senechome.liveEnergyWallbox1.label = Live Wallbox 1 charged Energy
|
||||
channel-type.senechome.liveGridExport.label = Live Grid Export
|
||||
channel-type.senechome.liveGridImport.label = Live Grid Import
|
||||
channel-type.senechome.liveHouseConsumption.label = Live House Consumption
|
||||
channel-type.senechome.livePowerGenerator.label = Live Power Generator
|
||||
channel-type.senechome.maxCellVoltagePack1.label = Maximum cell voltage battery pack 1
|
||||
channel-type.senechome.maxCellVoltagePack2.label = Maximum cell voltage battery pack 2
|
||||
channel-type.senechome.maxCellVoltagePack3.label = Maximum cell voltage battery pack 3
|
||||
channel-type.senechome.maxCellVoltagePack4.label = Maximum cell voltage battery pack 4
|
||||
channel-type.senechome.mcuTemperature.label = MCU Temperature
|
||||
channel-type.senechome.minCellVoltagePack1.label = Minimum cell voltage battery pack 1
|
||||
channel-type.senechome.minCellVoltagePack2.label = Minimum cell voltage battery pack 2
|
||||
channel-type.senechome.minCellVoltagePack3.label = Minimum cell voltage battery pack 3
|
||||
channel-type.senechome.minCellVoltagePack4.label = Minimum cell voltage battery pack 4
|
||||
channel-type.senechome.powerLimitation.label = Power Limitation
|
||||
channel-type.senechome.powerLimitationState.label = Limitation State
|
||||
channel-type.senechome.powerMpp1.label = Power MPP1
|
||||
channel-type.senechome.powerMpp2.label = Power MPP2
|
||||
channel-type.senechome.powerMpp3.label = Power MPP3
|
||||
channel-type.senechome.systemState.label = System State
|
||||
channel-type.senechome.systemStateValue.label = System State Value
|
||||
channel-type.senechome.voltageMpp1.label = Voltage MPP1
|
||||
channel-type.senechome.voltageMpp2.label = Voltage MPP2
|
||||
channel-type.senechome.voltageMpp3.label = Voltage MPP3
|
||||
channel-type.senechome.voltagePack1.label = Voltage battery pack 1
|
||||
channel-type.senechome.voltagePack2.label = Voltage battery pack 2
|
||||
channel-type.senechome.voltagePack3.label = Voltage battery pack 3
|
||||
channel-type.senechome.voltagePack4.label = Voltage battery pack 4
|
||||
channel-type.senechome.wallbox1ChargingCurrentPhase1.label = Wallbox 1 charging Current Phase 1
|
||||
channel-type.senechome.wallbox1ChargingCurrentPhase2.label = Wallbox 1 charging Current Phase 2
|
||||
channel-type.senechome.wallbox1ChargingCurrentPhase3.label = Wallbox 1 charging Current Phase 3
|
||||
channel-type.senechome.wallbox1ChargingPower.label = Wallbox 1 charging Power
|
||||
channel-type.senechome.wallbox1State.label = Wallbox 1 State
|
||||
channel-type.senechome.wallbox1StateValue.label = Wallbox 1 State Value
|
||||
Reference in New Issue
Block a user