[ci skip] Translation update
parent
e5a081c7dd
commit
f9ce3f3bc4
|
@ -14,6 +14,7 @@
|
|||
"email": "Correu electr\u00f2nic",
|
||||
"password": "Contrasenya"
|
||||
},
|
||||
"description": "[%key:common::config_flow::description%]",
|
||||
"title": "PoolSense"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "PoolSense",
|
||||
"description": "Set up PoolSense integration. Register on the dedicated app to get your username and password. Serial is optional.",
|
||||
"data": {
|
||||
"email": "Email",
|
||||
"password": "Password"
|
||||
}
|
||||
},
|
||||
"description": "[%key:common::config_flow::description%]",
|
||||
"title": "PoolSense"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Can't connect to PoolSense.",
|
||||
"invalid_auth": "Invalid authorisation details.",
|
||||
"unknown": "Unknown Error."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device already configured."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue