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

21 lines
593 B
JSON
Raw Normal View History

2021-05-17 05:17:18 +00:00
{
"config": {
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
},
"step": {
"user": {
"data": {
2022-08-12 00:23:47 +00:00
"title": "Configurar la integraci\u00f3n Syncthing",
2021-05-17 05:17:18 +00:00
"token": "Token",
"url": "URL",
2022-08-11 00:26:23 +00:00
"verify_ssl": "Verificar el certificado SSL"
2021-05-17 05:17:18 +00:00
}
}
}
2022-04-29 00:22:21 +00:00
}
2021-05-17 05:17:18 +00:00
}