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

63 lines
2.4 KiB
JSON
Raw Normal View History

2020-04-07 00:07:21 +00:00
{
"config": {
"abort": {
2022-08-14 00:25:47 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
2022-09-02 00:25:46 +00:00
"reauth_successful": "La autenticaci\u00f3n se volvi\u00f3 a realizar correctamente",
2021-10-02 12:59:05 +00:00
"reconfigure_successful": "La reconfiguraci\u00f3n se realiz\u00f3 correctamente"
2020-04-07 00:07:21 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2022-08-14 00:25:47 +00:00
"missing_data": "Faltan datos: por favor, vuelve a intentarlo m\u00e1s tarde o intenta otra configuraci\u00f3n",
"otp_failed": "La autenticaci\u00f3n en dos pasos fall\u00f3, vuelve a intentarlo con un nuevo c\u00f3digo de acceso",
2022-05-16 00:24:28 +00:00
"unknown": "Error inesperado"
2020-04-07 00:07:21 +00:00
},
2022-01-08 00:14:39 +00:00
"flow_title": "{name} ({host})",
2020-04-07 00:07:21 +00:00
"step": {
2020-04-20 00:04:37 +00:00
"2sa": {
"data": {
"otp_code": "C\u00f3digo"
},
"title": "Synology DSM: autenticaci\u00f3n en dos pasos"
},
2020-04-11 00:03:44 +00:00
"link": {
"data": {
"password": "Contrase\u00f1a",
2020-07-20 00:03:01 +00:00
"port": "Puerto",
2022-08-13 00:25:00 +00:00
"ssl": "Utiliza un certificado SSL",
2022-08-11 00:26:23 +00:00
"username": "Nombre de usuario",
"verify_ssl": "Verificar el certificado SSL"
2020-04-11 00:03:44 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "\u00bfQuieres configurar {name} ({host})?"
2021-10-02 12:59:05 +00:00
},
"reauth_confirm": {
"data": {
"password": "Contrase\u00f1a",
2022-08-11 00:26:23 +00:00
"username": "Nombre de usuario"
2021-10-02 12:59:05 +00:00
},
"title": "Volver a autenticar la integraci\u00f3n Synology DSM"
2021-08-17 00:12:45 +00:00
},
2020-04-07 00:07:21 +00:00
"user": {
"data": {
"host": "Host",
"password": "Contrase\u00f1a",
2020-07-20 00:03:01 +00:00
"port": "Puerto",
2022-08-13 00:25:00 +00:00
"ssl": "Utiliza un certificado SSL",
"username": "Nombre de usuario",
2022-08-11 00:26:23 +00:00
"verify_ssl": "Verificar el certificado SSL"
2022-05-19 00:26:11 +00:00
}
2020-04-07 00:07:21 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-05-13 18:27:21 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-09-15 00:09:18 +00:00
"scan_interval": "Minutos entre escaneos",
2022-08-12 00:23:47 +00:00
"snap_profile_type": "Nivel de calidad de las instant\u00e1neas de la c\u00e1mara (0:alta 1:media 2:baja)",
2020-09-15 00:09:18 +00:00
"timeout": "Tiempo de espera (segundos)"
2020-05-13 18:27:21 +00:00
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-07 00:07:21 +00:00
}