From c1a2d043b6acbcff35284c4b35fe3f77e5a75b71 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 8 Dec 2021 15:04:59 +0100 Subject: [PATCH] Add Spanish texts from fc5514ab44b037743c5d31e560e04908774b28e4 --- l10n/es.js | 38 ++++++++++++++++++++++++++++++++++++++ l10n/es.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 l10n/es.js create mode 100644 l10n/es.json diff --git a/l10n/es.js b/l10n/es.js new file mode 100644 index 0000000..715459d --- /dev/null +++ b/l10n/es.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "pdfdraw", + { + "FileId is empty." : "El campo está vacío.", + "File not found." : "Archivo no encontrado.", + "You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.", + "Token is empty." : "El Token está vacío.", + "File %s is not a PDF file (%s)." : "El archivo %s no es un archivo PDF (%s).", + "No backend configured." : "No se ha configurado la Base de datos.", + "Invalid token." : "Token inválido.", + "Access denied." : "Acceso denegado.", + "PDF Annotations" : "Anotaciones en PDF", + "Annotate PDF documents" : "Anotar en documentos PDF", + "PDF annotations for Nextcloud\n\nAnnotate any PDF document collaboratively inside Nextcloud. Select \"Annotate\" from the context menu of PDF files to open the annotation mode.\n\nRequires a separate nodejs server running on the backend to distribute the signaling messages between clients.\nThe server is available on [GitHub](https://github.com/strukturag/pdfdraw/tree/master/server)." : "Anotaciones en PDF para Nextcloud. \n\nAnota en cualquier documento PDF en modo compartido dentro de Nextcloud. Seleccione \"Anotar\" en el menú contextual de los archivos PDF para abrir el modo de anotación. \n\nRequiere un servidor nodejs independiente que se ejecute en la Base de datos para distribuir los mensajes de anotación entre los clientes. \nEl servidor está disponible en [GitHub]. (https://github.com/strukturag/pdfdraw/tree/master/server).", + "Annotate" : "Anotar", + "Open" : "Abrir", + "Backend server" : "Servidor de Base de Datos", + "https://server.domain.invalid/path/" : "https://server.domain.invalid/path/", + "Saved" : "Guardado", + "Shared secret" : "Secreta compartida", + "Stroke width" : "Ancho de la linea", + "Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...", + "The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...", + "Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...", + "PDF generation failed, please try again later." : "Error al generar el PDF, por favor inténtelo más tarde.", + "Freehand" : "Mano alzada", + "Rectangle" : "rectángulo", + "Ellipse" : "Elipse", + "Line" : "Linea", + "No tool" : "Ninguna herramienta", + "Select" : "Seleccionar", + "Pointer" : "Puntero", + "Draw mode" : "Modo de dibujo", + "Select color" : "Seleccionar color", + "Download" : "Descargar", + "Close" : "Cerrar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json new file mode 100644 index 0000000..36133d1 --- /dev/null +++ b/l10n/es.json @@ -0,0 +1,36 @@ +{ "translations": { + "FileId is empty." : "El campo está vacío.", + "File not found." : "Archivo no encontrado.", + "You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.", + "Token is empty." : "El Token está vacío.", + "File %s is not a PDF file (%s)." : "El archivo %s no es un archivo PDF (%s).", + "No backend configured." : "No se ha configurado la Base de datos.", + "Invalid token." : "Token inválido.", + "Access denied." : "Acceso denegado.", + "PDF Annotations" : "Anotaciones en PDF", + "Annotate PDF documents" : "Anotar en documentos PDF", + "PDF annotations for Nextcloud\n\nAnnotate any PDF document collaboratively inside Nextcloud. Select \"Annotate\" from the context menu of PDF files to open the annotation mode.\n\nRequires a separate nodejs server running on the backend to distribute the signaling messages between clients.\nThe server is available on [GitHub](https://github.com/strukturag/pdfdraw/tree/master/server)." : "Anotaciones en PDF para Nextcloud. \n\nAnota en cualquier documento PDF en modo compartido dentro de Nextcloud. Seleccione \"Anotar\" en el menú contextual de los archivos PDF para abrir el modo de anotación. \n\nRequiere un servidor nodejs independiente que se ejecute en la Base de datos para distribuir los mensajes de anotación entre los clientes. \nEl servidor está disponible en [GitHub]. (https://github.com/strukturag/pdfdraw/tree/master/server).", + "Annotate" : "Anotar", + "Open" : "Abrir", + "Backend server" : "Servidor de Base de Datos", + "https://server.domain.invalid/path/" : "https://server.domain.invalid/path/", + "Saved" : "Guardado", + "Shared secret" : "Secreta compartida", + "Stroke width" : "Ancho de la linea", + "Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...", + "The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...", + "Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...", + "PDF generation failed, please try again later." : "Error al generar el PDF, por favor inténtelo más tarde.", + "Freehand" : "Mano alzada", + "Rectangle" : "rectángulo", + "Ellipse" : "Elipse", + "Line" : "Linea", + "No tool" : "Ninguna herramienta", + "Select" : "Seleccionar", + "Pointer" : "Puntero", + "Draw mode" : "Modo de dibujo", + "Select color" : "Seleccionar color", + "Download" : "Descargar", + "Close" : "Cerrar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file