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

28 lines
832 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-09-24 18:23:19 +00:00
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
2020-10-06 00:08:09 +00:00
"invalid_auth": "Invalid authentication",
2021-09-24 18:23:19 +00:00
"unknown": "Unexpected error"
},
"step": {
2021-09-24 18:23:19 +00:00
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please re-enter the password for {username}.",
"title": "Reauthenticate Integration"
},
"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
}
}