core/homeassistant/components/notion/strings.json

20 lines
434 B
JSON

{
"config": {
"title": "Notion",
"step": {
"user": {
"title": "Fill in your information",
"data": {
"username": "Username/Email Address",
"password": "Password"
}
}
},
"error": {
"identifier_exists": "Username already registered",
"invalid_credentials": "Invalid username or password",
"no_devices": "No devices found in account"
}
}
}