From b5faefd6941d32e22bd454e7581b9d795c704fb8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 7 Aug 2024 02:28:03 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/es_MX.js | 13 +++++++++++++ l10n/es_MX.json | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 l10n/es_MX.js create mode 100644 l10n/es_MX.json diff --git a/l10n/es_MX.js b/l10n/es_MX.js new file mode 100644 index 0000000..f6b7517 --- /dev/null +++ b/l10n/es_MX.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "workflow_ocr", + { + "Workflow OCR" : "Flujo de trabajo OCR", + "Workflow OCR error for file {file}" : "Flujo de trabajo OCR, error en archivo {file}", + "Workflow OCR error" : "Error en Flujo de trabajo OCR", + "Workflow settings JSON value cannot be parsed" : "El valor JSON de configuración del flujo de trabajo no se puede analizar", + "OCR file" : "Archivo OCR", + "OCR processing via workflow" : "Procesamiento de OCR a través del flujo de trabajo", + "Server side OCR processing via workflow engine" : "Procesamiento OCR del lado del servidor a través del motor de flujo de trabajo", + "This app makes it possible to process various files via OCR algorithms.\n\tThe processing is done via workflow-engine and can therefore easily be customized.\n\tPlease note that you'll have to install the OcrMyPDF CLI on your Nextcloud server to\n\tprocess PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md." : "Esta aplicación hace posible el procesamiento de varios archivos a través de algoritmos OCR.\n\tEl procesamiento se realiza a través del motor de flujos de trabajo y se puede personalizar fácilmente.\n\tPor favor tome en cuenta que deberá instalar la línea de comandos OcrMyPDF en su servidor Nextcloud para\n\tprocesar archivos PDF. Puede hallar más instrucciones para la instalación en los siguientes documentos https://github.com/R0Wi/workflow_ocr/blob/master/README.md." +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json new file mode 100644 index 0000000..4b6f674 --- /dev/null +++ b/l10n/es_MX.json @@ -0,0 +1,11 @@ +{ "translations": { + "Workflow OCR" : "Flujo de trabajo OCR", + "Workflow OCR error for file {file}" : "Flujo de trabajo OCR, error en archivo {file}", + "Workflow OCR error" : "Error en Flujo de trabajo OCR", + "Workflow settings JSON value cannot be parsed" : "El valor JSON de configuración del flujo de trabajo no se puede analizar", + "OCR file" : "Archivo OCR", + "OCR processing via workflow" : "Procesamiento de OCR a través del flujo de trabajo", + "Server side OCR processing via workflow engine" : "Procesamiento OCR del lado del servidor a través del motor de flujo de trabajo", + "This app makes it possible to process various files via OCR algorithms.\n\tThe processing is done via workflow-engine and can therefore easily be customized.\n\tPlease note that you'll have to install the OcrMyPDF CLI on your Nextcloud server to\n\tprocess PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md." : "Esta aplicación hace posible el procesamiento de varios archivos a través de algoritmos OCR.\n\tEl procesamiento se realiza a través del motor de flujos de trabajo y se puede personalizar fácilmente.\n\tPor favor tome en cuenta que deberá instalar la línea de comandos OcrMyPDF en su servidor Nextcloud para\n\tprocesar archivos PDF. Puede hallar más instrucciones para la instalación en los siguientes documentos https://github.com/R0Wi/workflow_ocr/blob/master/README.md." +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file