From 35692e610f69c2929e6b57c2ae7d61e026d97b86 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 12 Aug 2023 02:24:55 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/fa.js | 13 +++++++++++++ l10n/fa.json | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 l10n/fa.js create mode 100644 l10n/fa.json diff --git a/l10n/fa.js b/l10n/fa.js new file mode 100644 index 0000000..56925d1 --- /dev/null +++ b/l10n/fa.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "workflow_ocr", + { + "Workflow OCR" : "Workflow OCR", + "Workflow OCR error" : "Workflow OCR error", + "Workflow OCR error for file {file}" : "Workflow OCR error for file {file}", + "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", + "Server side OCR processing via workflow engine" : "Server side OCR processing via workflow engine", + "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." : "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." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json new file mode 100644 index 0000000..a8fb4dd --- /dev/null +++ b/l10n/fa.json @@ -0,0 +1,11 @@ +{ "translations": { + "Workflow OCR" : "Workflow OCR", + "Workflow OCR error" : "Workflow OCR error", + "Workflow OCR error for file {file}" : "Workflow OCR error for file {file}", + "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", + "Server side OCR processing via workflow engine" : "Server side OCR processing via workflow engine", + "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." : "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." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file