[ci skip] Translation update

pull/37773/head
HomeAssistant Azure 2020-07-12 00:04:30 +00:00
parent e5a081c7dd
commit f9ce3f3bc4
2 changed files with 12 additions and 11 deletions

View File

@ -14,6 +14,7 @@
"email": "Correu electr\u00f2nic",
"password": "Contrasenya"
},
"description": "[%key:common::config_flow::description%]",
"title": "PoolSense"
}
}

View File

@ -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."
}
}
}