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

30 lines
986 B
JSON

{
"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",
"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"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API"
}
},
"user": {
"data": {
"api_key": "Clau API",
"from": "Des del port",
"time": "Hora",
"to": "Al port",
"weekday": "Laborables"
}
}
}
}
}