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

48 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "La ubicaci\u00f3 ja est\u00e0 configurada",
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": {
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"no_stations": "No s'ha pogut trobar cap estaci\u00f3 a l'abast."
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API"
}
},
"select_station": {
"data": {
"stations": "Estacions"
},
"description": "S'han trobat {stations_count} estacions dins el radi",
"title": "Selecciona les estacions a afegir"
},
"user": {
"data": {
"api_key": "Clau API",
"fuel_types": "Tipus de combustible",
"location": "Ubicaci\u00f3",
"name": "Nom de la regi\u00f3",
"radius": "Radi de cerca",
"stations": "Estacions de servei addicionals"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Interval d'actualitzaci\u00f3",
"show_on_map": "Mostra les estacions al mapa",
"stations": "Estacions"
},
"title": "Opcions de Tankerkoenig"
}
}
}
}