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

30 lines
986 B
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"abort": {
"already_configured": "El compte ja est\u00e0 configurat",
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
2022-05-01 00:28:25 +00:00
"incorrect_api_key": "Clau API inv\u00e0lida per al compte seleccionat",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"invalid_route": "No s'ha pogut trobar la ruta amb la informaci\u00f3 proporcionada"
2022-04-29 00:22:21 +00:00
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API"
}
},
"user": {
"data": {
"api_key": "Clau API",
2022-04-30 00:25:25 +00:00
"from": "Des del port",
2022-05-01 00:28:25 +00:00
"time": "Hora",
2022-04-30 00:25:25 +00:00
"to": "Al port",
2022-04-29 00:22:21 +00:00
"weekday": "Laborables"
}
}
}
}
}