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

55 lines
1.9 KiB
JSON
Raw Normal View History

2020-04-07 00:07:21 +00:00
{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat"
2020-04-07 00:07:21 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
2020-04-20 00:04:37 +00:00
"missing_data": "Falten dades: torna-ho a provar m\u00e9s tard o prova una altra configuraci\u00f3 diferent",
2020-04-23 00:05:07 +00:00
"otp_failed": "L'autenticaci\u00f3 en dos passos ha fallat, torna-ho a provar amb un nou codi",
2020-10-07 00:06:20 +00:00
"unknown": "Error inesperat"
2020-04-07 00:07:21 +00:00
},
2020-04-08 15:24:53 +00:00
"flow_title": "Synology DSM {name} ({host})",
2020-04-07 00:07:21 +00:00
"step": {
2020-04-19 00:03:42 +00:00
"2sa": {
"data": {
"otp_code": "Codi"
},
"title": "Synology DSM: autenticaci\u00f3 en dos passos"
},
2020-04-08 15:24:53 +00:00
"link": {
"data": {
"password": "Contrasenya",
2020-05-15 00:02:56 +00:00
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Utilitza un certificat SSL",
2020-11-03 00:04:39 +00:00
"username": "Nom d'usuari",
"verify_ssl": "Verifica el certificat SSL"
2020-04-08 15:24:53 +00:00
},
"description": "Vols configurar {name} ({host})?",
"title": "Synology DSM"
},
2020-04-07 00:07:21 +00:00
"user": {
"data": {
"host": "Amfitri\u00f3",
"password": "Contrasenya",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Utilitza un certificat SSL",
2020-11-03 00:04:39 +00:00
"username": "Nom d'usuari",
"verify_ssl": "Verifica el certificat SSL"
2020-04-07 00:07:21 +00:00
},
"title": "Synology DSM"
}
2020-04-15 16:51:07 +00:00
}
2020-05-13 18:27:21 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-09-14 00:04:10 +00:00
"scan_interval": "Minuts entre escanejos",
"timeout": "Temps d'espera (segons)"
2020-05-13 18:27:21 +00:00
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-07 00:07:21 +00:00
}