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

29 lines
946 B
JSON
Raw Normal View History

2019-10-06 00:32:15 +00:00
{
"config": {
2020-02-02 00:31:45 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "La ubicaci\u00f3 ja est\u00e0 configurada"
2020-02-02 00:31:45 +00:00
},
2019-10-06 00:32:15 +00:00
"error": {
2020-10-02 00:05:51 +00:00
"invalid_api_key": "Clau API inv\u00e0lida",
2019-10-06 00:32:15 +00:00
"wrong_location": "No hi ha estacions de mesura Airly en aquesta zona."
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Clau API",
2019-10-06 00:32:15 +00:00
"latitude": "Latitud",
"longitude": "Longitud",
2020-10-09 00:04:33 +00:00
"name": "Nom"
2019-10-06 00:32:15 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Per generar la clau API, v\u00e9s a https://developer.airly.eu/register"
2019-10-06 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-10 00:03:01 +00:00
},
"system_health": {
"info": {
2021-03-01 00:09:01 +00:00
"can_reach_server": "Servidor d'Airly accessible",
"requests_per_day": "Sol\u00b7licituds per dia permeses",
"requests_remaining": "Sol\u00b7licituds permeses restants"
2020-12-10 00:03:01 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}