hass-core/homeassistant/components/notion/translations/en.json
2020-04-21 16:11:05 -07:00

20 lines
No EOL
539 B
JSON

{
"config": {
"abort": {
"already_configured": "This username is already in use."
},
"error": {
"invalid_credentials": "Invalid username or password",
"no_devices": "No devices found in account"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username/Email Address"
},
"title": "Fill in your information"
}
}
}
}