Ensure translations are in strings.json
This commit is contained in:
parent
bea3817c5e
commit
c342eefc16
|
|
@ -1,21 +1,40 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"abort": {
|
||||||
"user": {
|
"already_configured": "Device is already configured"
|
||||||
"data": {
|
},
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"error": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"cannot_connect": "Failed to connect",
|
||||||
|
"invalid_auth": "Invalid authentication",
|
||||||
|
"unknown": "Unexpected error"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host",
|
||||||
|
"password": "Password",
|
||||||
|
"username": "Username"
|
||||||
|
},
|
||||||
|
"description": "Enter your Eufy account details"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"error": {
|
"options": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"step": {
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
"init": {
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"title": "Manage vacuums",
|
||||||
},
|
"data": {
|
||||||
"abort": {
|
"selected_vacuum": "Select the Vacuum to edit"
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
}
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"title": "Edit vacuum",
|
||||||
|
"data": {
|
||||||
|
"autodiscovery": "Enable autodiscovery",
|
||||||
|
"ip_address": "IP Address"
|
||||||
|
},
|
||||||
|
"description": "Autodiscovery will automatically update the IP address"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue