-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
faceffc
commit ad3c1d5
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ "translations": { | ||
"Workflow OCR" : "مسار الدفق لتحويل صورة الكتابة إلى نص", | ||
"Workflow OCR error for file {file}" : "خطأ في مسار الدَّفق لتحويل الصورة لنص في الملف {file}", | ||
"Workflow OCR error" : "خطأ في مسار الدَّفق لتحويل الصورة لنص", | ||
"Workflow settings JSON value cannot be parsed" : "لم يمكن تحليل قيمة جاسون لإعداد مسار الدَّفق", | ||
"Workflow OCR" : "أتمتة الإجراء الخاص بتحويل صورة الكتابة إلى نص", | ||
"Workflow OCR error for file {file}" : "خطأ في أتمتة الإجراء لتحويل الصورة لنص في الملف {file}", | ||
"Workflow OCR error" : "خطأ في أتمتة الإجراء لتحويل الصورة لنص", | ||
"Workflow settings JSON value cannot be parsed" : "لم يمكن تحليل قيمة JSON لإعداد أتمتة الإجراء", | ||
"OCR file" : "ملف تحويل صورة الكتابة إلى نص", | ||
"OCR processing via workflow" : "معالجة تحويل صورة الكتابة إلى نص عبر مسار الدَّفق", | ||
"Server side OCR processing via workflow engine" : "معالجة OCR \"التحويل من صورة إلى نص\" على المُخدّم من خلال محرك مسارات الدَّفق", | ||
"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." : "هذا التطبيق يسمح بمعالجة ملفات متعددة الأنواع من خلال خوارزميات تحويل صورة الكتابة إلى نص. عملية التحويل تتم عبر محرك مسارات الدَّفق و هي بالتالي قابلة للتخصيص بحسب التطبيق. يٌرجى ملاحظة ضرورة تنصيب OcrMyPDF من خلال سطر الأوامر CLI في مخدم Nextcloud حتى يتسنّى معالجة ملفات PDF.\nتعليمات أكثر حول التنصيب تجدها في الشروحات في: https://github.com/R0Wi/workflow_ocr/blob/master/README.md." | ||
"OCR processing via workflow" : "معالجة تحويل صورة الكتابة إلى نص عبر أتمتة الإجراء", | ||
"Server side OCR processing via workflow engine" : "معالجة OCR \"التحويل من صورة إلى نص\" على المُخدّم من خلال محرك أتمتة الإجراءات", | ||
"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." : "هذا التطبيق يسمح بمعالجة ملفات متعددة الأنواع من خلال خوارزميات تحويل صورة الكتابة إلى نص. عملية التحويل تتم عبر محرك أتمتة الإجراءات و هي بالتالي قابلة للتخصيص بحسب التطبيق. يٌرجى ملاحظة ضرورة تنصيب OcrMyPDF من خلال سطر الأوامر CLI في مخدم Nextcloud حتى يتسنّى معالجة ملفات PDF.\nتعليمات أكثر حول التنصيب تجدها في الشروحات في: https://github.com/R0Wi/workflow_ocr/blob/master/README.md." | ||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" | ||
} |