core/homeassistant/components/transmission/translations/es-419.json

33 lines
933 B
JSON

{
"config": {
"abort": {
"already_configured": "El host ya est\u00e1 configurado."
},
"error": {
"cannot_connect": "No se puede conectar al host",
"name_exists": "El nombre ya existe"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nombre",
"password": "Contrase\u00f1a",
"port": "Puerto",
"username": "Nombre de usuario"
},
"title": "Configurar cliente de transmisi\u00f3n"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frecuencia de actualizaci\u00f3n"
},
"title": "Configurar opciones para la transmisi\u00f3n"
}
}
}
}