From 58f3d08a984f856f8c826ebdb3bcd9f0952f5ea0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 20 Jul 2023 02:19:00 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/es_EC.js | 11 +++++++++++ l10n/es_EC.json | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 l10n/es_EC.js create mode 100644 l10n/es_EC.json diff --git a/l10n/es_EC.js b/l10n/es_EC.js new file mode 100644 index 0000000..654b7af --- /dev/null +++ b/l10n/es_EC.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "workflow_ocr", + { + "Workflow settings JSON value cannot be parsed" : "Workflow settings JSON value cannot be parsed.", + "OCR file" : "OCR file.", + "OCR processing via workflow" : "OCR processing via workflow.", + "Workflow OCR" : "Workflow OCR.", + "Server side OCR processing via workflow engine" : "Server-side OCR processing via the workflow engine.\n ", + "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." : "The OCR Workflow app enables the processing of various files using OCR algorithms. The processing is facilitated through the workflow engine, allowing easy customization according to specific requirements.\n\nIt's important to note that in order to process PDF files, you'll need to install the OcrMyPDF Command-Line Interface on your Nextcloud server. You can find detailed installation instructions in the documentation, which can be accessed at https://github.com/R0Wi/workflow_ocr/blob/master/README.md. Make sure to follow the provided instructions to set up the necessary components for seamless OCR processing of PDF documents within Nextcloud." +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json new file mode 100644 index 0000000..f9dd6e1 --- /dev/null +++ b/l10n/es_EC.json @@ -0,0 +1,9 @@ +{ "translations": { + "Workflow settings JSON value cannot be parsed" : "Workflow settings JSON value cannot be parsed.", + "OCR file" : "OCR file.", + "OCR processing via workflow" : "OCR processing via workflow.", + "Workflow OCR" : "Workflow OCR.", + "Server side OCR processing via workflow engine" : "Server-side OCR processing via the workflow engine.\n ", + "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." : "The OCR Workflow app enables the processing of various files using OCR algorithms. The processing is facilitated through the workflow engine, allowing easy customization according to specific requirements.\n\nIt's important to note that in order to process PDF files, you'll need to install the OcrMyPDF Command-Line Interface on your Nextcloud server. You can find detailed installation instructions in the documentation, which can be accessed at https://github.com/R0Wi/workflow_ocr/blob/master/README.md. Make sure to follow the provided instructions to set up the necessary components for seamless OCR processing of PDF documents within Nextcloud." +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file