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

42 lines
1.4 KiB
JSON
Raw Normal View History

2020-06-01 00:03:28 +00:00
{
"config": {
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado",
2020-10-09 00:04:33 +00:00
"reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente",
2020-06-01 00:03:28 +00:00
"unknown": "Error inesperado"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
},
"flow_title": "Sonarr: {name}",
"step": {
2020-09-30 00:04:43 +00:00
"reauth_confirm": {
"description": "La integraci\u00f3n de Sonarr necesita volver a autenticarse manualmente con la API de Sonarr alojada en: {host}",
"title": "Volver a autenticarse con Sonarr"
},
2020-06-01 00:03:28 +00:00
"user": {
"data": {
"api_key": "Clave API",
"base_path": "Ruta a la API",
"host": "Host",
"port": "Puerto",
"ssl": "Sonarr usa un certificado SSL",
2020-10-09 00:04:33 +00:00
"verify_ssl": "Verificar certificado SSL"
2020-06-01 00:03:28 +00:00
},
"title": "Conectar a Sonarr"
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "N\u00famero de d\u00edas pr\u00f3ximos a mostrar",
"wanted_max_items": "N\u00famero m\u00e1ximo de elementos a mostrar"
}
}
}
},
"title": "Sonarr"
}