core/homeassistant/components/ambee/translations/ca.json

28 lines
861 B
JSON
Raw Normal View History

2021-06-11 00:11:06 +00:00
{
"config": {
2021-06-14 00:09:44 +00:00
"abort": {
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
2021-06-11 00:11:06 +00:00
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_api_key": "Clau API inv\u00e0lida"
},
"step": {
2021-06-14 00:09:44 +00:00
"reauth_confirm": {
"data": {
"api_key": "Clau API",
"description": "Torna a autenticar-te amb el compte d'Ambee."
}
},
2021-06-11 00:11:06 +00:00
"user": {
"data": {
"api_key": "Clau API",
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Nom"
},
2021-08-22 00:11:30 +00:00
"description": "Configura la integraci\u00f3 d'Ambee amb Home Assistant."
2021-06-11 00:11:06 +00:00
}
}
}
}