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 19, 2024
1 parent 5aaeaf8 commit a23b5f4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,23 @@ OC.L10N.register(
"OCR processing via workflow" : "İş akışı ile karakter tanıma işlemi",
"Server side OCR processing via workflow engine" : "İş akışı işleyici ile sunucu tarafında karakter tanıma işlemi",
"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." : "Bu uygulama, çeşitli dosyaların karakter tanıma algoritmaları ile işlenmesini sağlar.\n\tİşleme, iş akışı işleyici ile yapılır ve bu nedenle kolayca özelleştirilebilir.\n\tNextcloud sunucunuza OcrMyPDF komut satırı arayüzünü kurmanız gerekeceğini lütfen unutmayın.\n\tPDF dosyalarını işler. Kurulum yönergesi için https://github.com/R0Wi/workflow_ocr/blob/master/README.md belgelerine bakabilirsiniz.",
"OCR language" : "Karakter tanıma dili",
"The language(s) to be used for OCR processing" : "Karakter tanıma işleminde kullanılacak diller",
"Assign tags after OCR" : "Karakter tanımadan sonra eklenecek etiketler",
"These tags will be assigned to the file after OCR processing has finished" : "Karakter tanıma işlemi tamamlandığında dosyaya bu etiketler eklenir",
"Remove tags after OCR" : "Karakter tanımadan sonra kaldırılacak etiketler",
"These tags will be removed from the file after OCR processing has finished" : "Karakter tanıma işlemi tamamlandığında dosyadan bu etiketler kaldırılır",
"OCR mode" : "Karakter tanıma kipi",
"Apply this mode if file already has OCR content" : "Dosyada zaten karakter tanıma içeriği varsa bu kip uygulanır",
"Skip text" : "Metni atla",
"Redo OCR" : "Karakterleri yeniden tanı",
"Force OCR" : "Karakter tanımayı dayat",
"Skip file completely" : "Dosya tümüyle atlansın",
"Other settings" : "Diğer ayarlar",
"Remove background" : "Arka planı kaldır"
"Remove background" : "Arka planı kaldır",
"Keep original file version" : "Özgün dosya sürümü korunsun",
"Keep original file modification date" : "Özgün dosya değiştirilme tarihi korunsun",
"Custom ocrMyPdf CLI arguments" : "Özel ocrMyPdf komut satırı parametreleri",
"Select language(s)" : "Dilleri seçin"
},
"nplurals=2; plural=(n > 1);");
18 changes: 17 additions & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@
"OCR processing via workflow" : "İş akışı ile karakter tanıma işlemi",
"Server side OCR processing via workflow engine" : "İş akışı işleyici ile sunucu tarafında karakter tanıma işlemi",
"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." : "Bu uygulama, çeşitli dosyaların karakter tanıma algoritmaları ile işlenmesini sağlar.\n\tİşleme, iş akışı işleyici ile yapılır ve bu nedenle kolayca özelleştirilebilir.\n\tNextcloud sunucunuza OcrMyPDF komut satırı arayüzünü kurmanız gerekeceğini lütfen unutmayın.\n\tPDF dosyalarını işler. Kurulum yönergesi için https://github.com/R0Wi/workflow_ocr/blob/master/README.md belgelerine bakabilirsiniz.",
"OCR language" : "Karakter tanıma dili",
"The language(s) to be used for OCR processing" : "Karakter tanıma işleminde kullanılacak diller",
"Assign tags after OCR" : "Karakter tanımadan sonra eklenecek etiketler",
"These tags will be assigned to the file after OCR processing has finished" : "Karakter tanıma işlemi tamamlandığında dosyaya bu etiketler eklenir",
"Remove tags after OCR" : "Karakter tanımadan sonra kaldırılacak etiketler",
"These tags will be removed from the file after OCR processing has finished" : "Karakter tanıma işlemi tamamlandığında dosyadan bu etiketler kaldırılır",
"OCR mode" : "Karakter tanıma kipi",
"Apply this mode if file already has OCR content" : "Dosyada zaten karakter tanıma içeriği varsa bu kip uygulanır",
"Skip text" : "Metni atla",
"Redo OCR" : "Karakterleri yeniden tanı",
"Force OCR" : "Karakter tanımayı dayat",
"Skip file completely" : "Dosya tümüyle atlansın",
"Other settings" : "Diğer ayarlar",
"Remove background" : "Arka planı kaldır"
"Remove background" : "Arka planı kaldır",
"Keep original file version" : "Özgün dosya sürümü korunsun",
"Keep original file modification date" : "Özgün dosya değiştirilme tarihi korunsun",
"Custom ocrMyPdf CLI arguments" : "Özel ocrMyPdf komut satırı parametreleri",
"Select language(s)" : "Dilleri seçin"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

0 comments on commit a23b5f4

Please sign in to comment.