44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"todo_save_item_failed": {
|
|
"message": "Failed to save item {name} to Bring! list"
|
|
},
|
|
"todo_update_item_failed": {
|
|
"message": "Failed to update item {name} to Bring! list"
|
|
},
|
|
"todo_rename_item_failed": {
|
|
"message": "Failed to rename item {name} to Bring! list"
|
|
},
|
|
"todo_delete_item_failed": {
|
|
"message": "Failed to delete {count} item(s) from Bring! list"
|
|
},
|
|
"setup_request_exception": {
|
|
"message": "Failed to connect to server, try again later"
|
|
},
|
|
"setup_parse_exception": {
|
|
"message": "Failed to parse server response, try again later"
|
|
},
|
|
"setup_authentication_exception": {
|
|
"message": "Authentication failed for {email}, check your email and password"
|
|
}
|
|
}
|
|
}
|