Files
hass-fpl/custom_components/fpl/translations/en.json

26 lines
898 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": "Email",
"password": "Password"
}
}
},
"error": {
"failure": "An error ocurred, please check the logs",
"auth": "Username/Password is wrong.",
"name_exists": "Configuration already exists.",
"invalid_username": "Invalid Email",
"invalid_password": "Invalid Password"
},
"abort": {
"single_instance_allowed": "Only a single configuration of Fpl is allowed."
}
}
}