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

22 lines
637 B
JSON
Raw Normal View History

2018-09-10 11:44:27 +00:00
{
"config": {
2020-05-29 00:04:16 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "La ubicaci\u00f3 ja est\u00e0 configurada"
2020-05-29 00:04:16 +00:00
},
2018-09-10 11:44:27 +00:00
"error": {
"identifier_exists": "Les coordenades ja estan registrades",
2020-05-30 00:03:23 +00:00
"invalid_api_key": "Clau API inv\u00e0lida"
2018-09-10 11:44:27 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Clau API",
2020-10-28 00:03:38 +00:00
"elevation": "Altitud",
2018-09-10 11:44:27 +00:00
"latitude": "Latitud",
"longitude": "Longitud"
},
2018-12-10 08:54:12 +00:00
"title": "Introdueix la teva informaci\u00f3"
2018-09-10 11:44:27 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-09-10 11:44:27 +00:00
}