core/homeassistant/components/peblar/strings.json

100 lines
3.1 KiB
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"description": "Set up your Peblar EV charger to integrate with Home Assistant.\n\nTo do so, you will need to get the IP address of your Peblar charger and the password you use to log into the Peblar device' web interface.\n\nHome Assistant will automatically configure your Peblar charger for use with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Peblar charger on your home network.",
"password": "The same password as you use to log in to the Peblar device' local web interface."
}
},
"zeroconf_confirm": {
"description": "Set up your Peblar EV charger to integrate with Home Assistant.\n\nTo do so, you will need the password you use to log into the Peblar device' web interface.\n\nHome Assistant will automatically configure your Peblar charger for use with Home Assistant.",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::peblar::config::step::user::data_description::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_serial_number": "The discovered Peblar device did not provide a serial number."
}
},
"entity": {
"number": {
"charge_current_limit": {
"name": "Charge limit"
}
},
"select": {
"smart_charging": {
"name": "Smart charging",
"state": {
"default": "Default",
"fast_solar": "Fast solar",
"pure_solar": "Pure solar",
"scheduled": "Scheduled",
"smart_solar": "Smart solar"
}
}
},
"sensor": {
"current_phase_1": {
"name": "Current phase 1"
},
"current_phase_2": {
"name": "Current phase 2"
},
"current_phase_3": {
"name": "Current phase 3"
},
"energy_session": {
"name": "Session energy"
},
"energy_total": {
"name": "Lifetime energy"
},
"power_phase_1": {
"name": "Power phase 1"
},
"power_phase_2": {
"name": "Power phase 2"
},
"power_phase_3": {
"name": "Power phase 3"
},
"voltage_phase_1": {
"name": "Voltage phase 1"
},
"voltage_phase_2": {
"name": "Voltage phase 2"
},
"voltage_phase_3": {
"name": "Voltage phase 3"
}
},
"switch": {
"force_single_phase": {
"name": "Force single phase"
}
},
"update": {
"customization": {
"name": "Customization"
}
}
}
}