Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Sep 17, 2024
1 parent 2a965f2 commit 17148c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/ru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Workflow OCR error" : "Ошибка распознавания рабочего процесса",
"Workflow settings JSON value cannot be parsed" : "Значение JSON настроек рабочего процесса не может быть проанализировано",
"OCR file" : "Файл рабочего процесса",
"OCR processing via workflow" : "Обработка через рабочий процесс"
"OCR processing via workflow" : "Обработка через рабочий процесс",
"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." : "Это приложение позволяет обрабатывать различные файлы с помощью алгоритмов OCR.\nОбработка выполняется с помощью workflow-engine и поэтому может быть легко настроена.\nОбратите внимание, что вам придется установить OcrMyPDF CLI на вашем сервере Nextcloud для обработки PDF-файлов. Дополнительные инструкции по установке можно найти в документации https://github.com/R0Wi/workflow_ocr/blob/master/README.md."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

0 comments on commit 17148c4

Please sign in to comment.