Files
hass-fpl/custom_components/fpl/.translations/en.json
2019-12-30 12:56:11 -05:00

25 lines
838 B
JSON

{
"config": {
"title": "Florida Power & Light",
"step": {
"user": {
"title": "Florida Power & Light",
"description": "If you need help with the configuration have a look here: https://github.com/dotKrad/hass-fpl",
"data": {
"name": "Name",
"username": "Username",
"password": "Password"
}
}
},
"error": {
"auth": "Username/Password is wrong.",
"name_exists": "Configuration already exists.",
"invalid_username": "Invalid Username",
"invalid_password": "Invalid Password"
},
"abort": {
"single_instance_allowed": "Only a single configuration of Fpl is allowed."
}
}
}