core/homeassistant/components/notion/translations/en.json

20 lines
525 B
JSON
Raw Normal View History

{
"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",
2020-05-13 18:27:21 +00:00
"username": "Username"
},
"title": "Fill in your information"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}