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 Dec 14, 2024
1 parent fdc1da3 commit 240a542
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
3 changes: 2 additions & 1 deletion l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OC.L10N.register(
"OCR processing via workflow" : "Procesamiento de OCR vía flujo de trabajo",
"Server side OCR processing via workflow engine" : "Procesamiento OCR del lado del servidor vía 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." : "Esta app hace posible el procesamiento de múltiples archivos a través de algoritmos de OCR.\n\tEl procesamiento se realiza a través de workflow-engine y por tanto puede ser fácilmente personalizado.\n\tTenga en cuenta que tiene que instalar la CLI de OcrMyPDF en su servidor Nextcloud para\n\tprocesar archivos PDF. Puede encontrar instrucciones adicionales de instalación en la documentación https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"Other settings" : "Otros ajustes"
"Other settings" : "Otros ajustes",
"Remove background" : "Eliminar fondo"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
3 changes: 2 additions & 1 deletion l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"OCR processing via workflow" : "Procesamiento de OCR vía flujo de trabajo",
"Server side OCR processing via workflow engine" : "Procesamiento OCR del lado del servidor vía 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." : "Esta app hace posible el procesamiento de múltiples archivos a través de algoritmos de OCR.\n\tEl procesamiento se realiza a través de workflow-engine y por tanto puede ser fácilmente personalizado.\n\tTenga en cuenta que tiene que instalar la CLI de OcrMyPDF en su servidor Nextcloud para\n\tprocesar archivos PDF. Puede encontrar instrucciones adicionales de instalación en la documentación https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"Other settings" : "Otros ajustes"
"Other settings" : "Otros ajustes",
"Remove background" : "Eliminar fondo"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
16 changes: 15 additions & 1 deletion l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,21 @@ OC.L10N.register(
"OCR processing via workflow" : "OCR обрада помоћу workflow",
"Server side OCR processing via workflow engine" : "OCR обрада на страни сервера употребом 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\tОбрада се врши workflow механизмом, па лако може да се прилагоди.\n\tМолимо вас, имајте на уму да ћете на ваш Nextcloud сервер морати да инсталирате OcrMyPDF CLI\n\tако желите да обрађујете PDF фајлове. Више напомена у вези са инсталацијом можете да пронађете у документацији која се налази на https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"OCR language" : "OCR језик",
"The language(s) to be used for OCR processing" : "Језик (или више њих) који ће се користити за препознавање текста",
"Assign tags after OCR" : "Додели ознаке након препознавања",
"These tags will be assigned to the file after OCR processing has finished" : "Следеће ознаке ће се доделити фајлу када се заврши са препознавањем текста",
"Remove tags after OCR" : "Уклони ознаке након препознавања",
"These tags will be removed from the file after OCR processing has finished" : "Следеће ознаке ће се уклонити са фајла када се заврши са препознавањем текста",
"OCR mode" : "OCR режим",
"Apply this mode if file already has OCR content" : "Примени овај режим ако фајл већ поседује OCR садржај",
"Skip text" : "Прескочи текст",
"Redo OCR" : "Понови OCR",
"Force OCR" : "Форсирај OCR",
"Skip file completely" : "У потпуности прескочи фајл",
"Other settings" : "Остала подешавања",
"Remove background" : "Уклони позадину"
"Remove background" : "Уклони позадину",
"Keep original file version" : "Задржи оригиналну верзију фајла",
"Select language(s)" : "Изаберите језик(е)"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
16 changes: 15 additions & 1 deletion l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@
"OCR processing via workflow" : "OCR обрада помоћу workflow",
"Server side OCR processing via workflow engine" : "OCR обрада на страни сервера употребом 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\tОбрада се врши workflow механизмом, па лако може да се прилагоди.\n\tМолимо вас, имајте на уму да ћете на ваш Nextcloud сервер морати да инсталирате OcrMyPDF CLI\n\tако желите да обрађујете PDF фајлове. Више напомена у вези са инсталацијом можете да пронађете у документацији која се налази на https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"OCR language" : "OCR језик",
"The language(s) to be used for OCR processing" : "Језик (или више њих) који ће се користити за препознавање текста",
"Assign tags after OCR" : "Додели ознаке након препознавања",
"These tags will be assigned to the file after OCR processing has finished" : "Следеће ознаке ће се доделити фајлу када се заврши са препознавањем текста",
"Remove tags after OCR" : "Уклони ознаке након препознавања",
"These tags will be removed from the file after OCR processing has finished" : "Следеће ознаке ће се уклонити са фајла када се заврши са препознавањем текста",
"OCR mode" : "OCR режим",
"Apply this mode if file already has OCR content" : "Примени овај режим ако фајл већ поседује OCR садржај",
"Skip text" : "Прескочи текст",
"Redo OCR" : "Понови OCR",
"Force OCR" : "Форсирај OCR",
"Skip file completely" : "У потпуности прескочи фајл",
"Other settings" : "Остала подешавања",
"Remove background" : "Уклони позадину"
"Remove background" : "Уклони позадину",
"Keep original file version" : "Задржи оригиналну верзију фајла",
"Select language(s)" : "Изаберите језик(е)"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

0 comments on commit 240a542

Please sign in to comment.