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

40 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-31 00:02:42 +00:00
{
"config": {
"abort": {
"already_configured": "El servei ja est\u00e0 configurat",
2020-10-07 00:06:20 +00:00
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament",
2020-05-31 00:02:42 +00:00
"unknown": "Error inesperat"
},
"error": {
2020-06-25 00:08:30 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
2020-05-31 00:02:42 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-05-31 00:02:42 +00:00
"step": {
2020-09-30 00:04:43 +00:00
"reauth_confirm": {
"description": "La integraci\u00f3 de Sonarr ha de tornar a autenticar-se manualment amb l'API de Sonarr allotjada a: {host}",
2020-10-16 00:04:33 +00:00
"title": "Reautenticaci\u00f3 de la integraci\u00f3"
2020-09-30 00:04:43 +00:00
},
2020-05-31 00:02:42 +00:00
"user": {
"data": {
"api_key": "Clau API",
"base_path": "Ruta a l'API",
"host": "Amfitri\u00f3",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Utilitza un certificat SSL",
"verify_ssl": "Verifica el certificat SSL"
2020-11-11 12:25:22 +00:00
}
2020-05-31 00:02:42 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Nombre de dies propers a mostrar",
"wanted_max_items": "Nombre m\u00e0xim d'elements a mostrar"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-31 00:02:42 +00:00
}