Skip to content

Commit

Permalink
fix(l10n): Spanish translation, added missing labels, corrected exist…
Browse files Browse the repository at this point in the history
…ing ones (PR #1074)
  • Loading branch information
nvdaes authored Jun 11, 2020
1 parent 233283e commit 72d6bd1
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/resources/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"exit": {
"askBox": {
"button": {
"no": "",
"yes": ""
"no": "No",
"yes": ""
},
"message": "",
"title": ""
"message": "¿Quieres guardar la sesión?",
"title": "Guardar sesión"
}
}
}
Expand Down Expand Up @@ -61,10 +61,10 @@
"lang": "Idioma",
"moreInfo": "Más información",
"myBooks": "Mis libros",
"noPublicationHelpL1": "Dejar la publicación",
"noPublicationHelpL1": "Suelta una publicación aquí",
"noPublicationHelpL2": "o usa el botón \"+\" de arriba.",
"noPublicationHelpL3": "Se admiten ficheros protegidos LCP.",
"noPublicationHelpL4": "Extensiones soportadas:",
"noPublicationHelpL4": "Extensiones admitidas:",
"numberOfPages": "Número de páginas",
"opds": {
"info": {
Expand Down Expand Up @@ -106,9 +106,9 @@
},
"error": {
"errorBox": {
"error": "",
"message": "",
"title": ""
"error": "Mensaje de error",
"message": "Se ha producido un error en {{- filename}}",
"title": "Error interno de {{- appName}}"
}
},
"header": {
Expand Down Expand Up @@ -147,7 +147,7 @@
"success": "La importación de {{- title}} ha finalizado."
},
"open": {
"error": ""
"error": "No se puede abrir la publicación: {{- err}}"
}
},
"opds": {
Expand Down Expand Up @@ -229,16 +229,16 @@
"toc": "Tabla de contenido"
},
"media-overlays": {
"activate": "",
"captions": "",
"next": "",
"pause": "",
"play": "",
"previous": "",
"skip": "",
"speed": "",
"stop": "",
"title": ""
"activate": "Activar lectura en voz alta",
"captions": "Texto sincronizado/presentación diáfana",
"next": "Siguiente lectura en voz alta",
"pause": "Pausar lectura en voz alta",
"play": "Reproducir lectura en voz alta",
"previous": "Anterior lectura en voz alta",
"skip": "Omitir información auxiliar",
"speed": "Velocidad de reproducción para lectura en voz alta",
"stop": "Detener lectura en voz alta",
"title": "Lectura en voz alta"
},
"navigation": {
"backHomeTitle": "Volver a la biblioteca",
Expand Down Expand Up @@ -277,9 +277,9 @@
"margin": "Margen",
"paginated": "Paginado",
"save": {
"apply": "",
"reset": "",
"title": ""
"apply": "Guardar",
"reset": "Restablecer",
"title": "Configuración"
},
"scrolled": "Desplazable",
"spacing": "Espaciado",
Expand All @@ -299,13 +299,13 @@
"right": "Derecha"
},
"tts": {
"activate": "",
"next": "",
"pause": "",
"play": "",
"previous": "",
"speed": "",
"stop": ""
"activate": "Activar texto a voz",
"next": "Siguiente texto a voz",
"pause": "Pausar texto a voz",
"play": "Reproducir texto a voz",
"previous": "Anterior texto a voz",
"speed": "Velocidad de reproducción para texto a voz",
"stop": "Detener texto a voz"
}
},
"settings": {
Expand All @@ -325,9 +325,9 @@
"languageChoice": "Selección de idioma"
},
"session": {
"no": "",
"title": "",
"yes": ""
"no": "Deshabilitar",
"title": "Guardar sesión",
"yes": "Habilitar"
}
}
}

0 comments on commit 72d6bd1

Please sign in to comment.