From 7812f5cbd050e28a68272df108e325d41f930cae Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 6 Dec 2024 02:51:19 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/de_DE.js | 10 +++++----- l10n/de_DE.json | 10 +++++----- l10n/en_GB.js | 17 ++++++++++++++++- l10n/en_GB.json | 17 ++++++++++++++++- l10n/ga.js | 17 ++++++++++++++++- l10n/ga.json | 17 ++++++++++++++++- l10n/pt_BR.js | 16 +++++++++++++++- l10n/pt_BR.json | 16 +++++++++++++++- l10n/zh_HK.js | 16 +++++++++++++++- l10n/zh_HK.json | 16 +++++++++++++++- 10 files changed, 134 insertions(+), 18 deletions(-) diff --git a/l10n/de_DE.js b/l10n/de_DE.js index d3e3abd..89c62e2 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -11,12 +11,12 @@ OC.L10N.register( "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." : "Diese App ermöglicht es, verschiedene Dateien über OCR-Algorithmen zu verarbeiten.\nDie Verarbeitung erfolgt über eine Workflow-Engine und kann daher leicht angepasst werden.\nBitte beachten Sie, dass Sie das OcrMyPDF CLI auf Ihrem Nextcloud-Server installieren müssen, um\nPDF-Dateien zu verarbeiten. Weitere Installationsanweisungen finden Sie in der Dokumentation unter https://github.com/R0Wi/workflow_ocr/blob/master/README.md", "OCR language" : "Texterkennungssprache", "The language(s) to be used for OCR processing" : "Die Sprache(n) die für Texterkennung verwendet werden", - "Assign tags after OCR" : "Schlagwörter nach Texterkennung (OCR) zuweisen", - "These tags will be assigned to the file after OCR processing has finished" : "Diese Tags werden der Datei nach Abschluss der OCR-Verarbeitung zugewiesen", - "Remove tags after OCR" : "Schlagwörter nach Texterkennung (OCR) entfernen", - "These tags will be removed from the file after OCR processing has finished" : "Diese Schlagwörter werden nach Abschluss der OCR-Verarbeitung aus der Datei entfernt", + "Assign tags after OCR" : "Schlagworte nach Texterkennung (OCR) zuweisen", + "These tags will be assigned to the file after OCR processing has finished" : "Diese Schlagworte werden der Datei nach Abschluss der OCR-Verarbeitung zugewiesen", + "Remove tags after OCR" : "Schlagworte nach Texterkennung (OCR) entfernen", + "These tags will be removed from the file after OCR processing has finished" : "Diese Schlagworte werden nach Abschluss der OCR-Verarbeitung aus der Datei entfernt", "OCR mode" : "Modus der Texterkennung (OCR)", - "Apply this mode if file already has OCR content" : "Wenden Sie diesen Modus an, wenn die Datei bereits OCR-Inhalte hat", + "Apply this mode if file already has OCR content" : "Diesen Modus anwenden, wenn die Datei bereits OCR-Inhalte hat", "Skip text" : "Text überspringen", "Redo OCR" : "Texterkennung (OCR) wiederholen", "Force OCR" : "Texterkennung (OCR) erzwingen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 2fa5132..f8a4fdb 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -9,12 +9,12 @@ "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." : "Diese App ermöglicht es, verschiedene Dateien über OCR-Algorithmen zu verarbeiten.\nDie Verarbeitung erfolgt über eine Workflow-Engine und kann daher leicht angepasst werden.\nBitte beachten Sie, dass Sie das OcrMyPDF CLI auf Ihrem Nextcloud-Server installieren müssen, um\nPDF-Dateien zu verarbeiten. Weitere Installationsanweisungen finden Sie in der Dokumentation unter https://github.com/R0Wi/workflow_ocr/blob/master/README.md", "OCR language" : "Texterkennungssprache", "The language(s) to be used for OCR processing" : "Die Sprache(n) die für Texterkennung verwendet werden", - "Assign tags after OCR" : "Schlagwörter nach Texterkennung (OCR) zuweisen", - "These tags will be assigned to the file after OCR processing has finished" : "Diese Tags werden der Datei nach Abschluss der OCR-Verarbeitung zugewiesen", - "Remove tags after OCR" : "Schlagwörter nach Texterkennung (OCR) entfernen", - "These tags will be removed from the file after OCR processing has finished" : "Diese Schlagwörter werden nach Abschluss der OCR-Verarbeitung aus der Datei entfernt", + "Assign tags after OCR" : "Schlagworte nach Texterkennung (OCR) zuweisen", + "These tags will be assigned to the file after OCR processing has finished" : "Diese Schlagworte werden der Datei nach Abschluss der OCR-Verarbeitung zugewiesen", + "Remove tags after OCR" : "Schlagworte nach Texterkennung (OCR) entfernen", + "These tags will be removed from the file after OCR processing has finished" : "Diese Schlagworte werden nach Abschluss der OCR-Verarbeitung aus der Datei entfernt", "OCR mode" : "Modus der Texterkennung (OCR)", - "Apply this mode if file already has OCR content" : "Wenden Sie diesen Modus an, wenn die Datei bereits OCR-Inhalte hat", + "Apply this mode if file already has OCR content" : "Diesen Modus anwenden, wenn die Datei bereits OCR-Inhalte hat", "Skip text" : "Text überspringen", "Redo OCR" : "Texterkennung (OCR) wiederholen", "Force OCR" : "Texterkennung (OCR) erzwingen", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 28a92ce..aeb8788 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -9,6 +9,21 @@ OC.L10N.register( "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 process PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", - "Other settings" : "Other settings" + "OCR language" : "OCR language", + "The language(s) to be used for OCR processing" : "The language(s) to be used for OCR processing", + "Assign tags after OCR" : "Assign tags after OCR", + "These tags will be assigned to the file after OCR processing has finished" : "These tags will be assigned to the file after OCR processing has finished", + "Remove tags after OCR" : "Remove tags after OCR", + "These tags will be removed from the file after OCR processing has finished" : "These tags will be removed from the file after OCR processing has finished", + "OCR mode" : "OCR mode", + "Apply this mode if file already has OCR content" : "Apply this mode if file already has OCR content", + "Skip text" : "Skip text", + "Redo OCR" : "Redo OCR", + "Force OCR" : "Force OCR", + "Skip file completely" : "Skip file completely", + "Other settings" : "Other settings", + "Remove background" : "Remove background", + "Keep original file version" : "Keep original file version", + "Select language(s)" : "Select language(s)" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 5b3a84b..28b02d2 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -7,6 +7,21 @@ "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 process PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", - "Other settings" : "Other settings" + "OCR language" : "OCR language", + "The language(s) to be used for OCR processing" : "The language(s) to be used for OCR processing", + "Assign tags after OCR" : "Assign tags after OCR", + "These tags will be assigned to the file after OCR processing has finished" : "These tags will be assigned to the file after OCR processing has finished", + "Remove tags after OCR" : "Remove tags after OCR", + "These tags will be removed from the file after OCR processing has finished" : "These tags will be removed from the file after OCR processing has finished", + "OCR mode" : "OCR mode", + "Apply this mode if file already has OCR content" : "Apply this mode if file already has OCR content", + "Skip text" : "Skip text", + "Redo OCR" : "Redo OCR", + "Force OCR" : "Force OCR", + "Skip file completely" : "Skip file completely", + "Other settings" : "Other settings", + "Remove background" : "Remove background", + "Keep original file version" : "Keep original file version", + "Select language(s)" : "Select language(s)" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ga.js b/l10n/ga.js index a428929..0c359d8 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -9,6 +9,21 @@ OC.L10N.register( "OCR processing via workflow" : "Próiseáil OCR trí shreabhadh oibre", "Server side OCR processing via workflow engine" : "Próiseáil OCR ar thaobh an fhreastalaí trí inneall sreabhadh oibre", "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." : "Leis an aip seo is féidir comhaid éagsúla a phróiseáil trí halgartaim OCR.\n\t Déantar an phróiseáil trí inneall sreafa oibre agus mar sin is furasta é a shaincheapadh.\n\t Tabhair faoi deara go mbeidh ort an OcrMyPDF CLI a shuiteáil ar do fhreastalaí Nextcloud chun\n\t comhaid PDF a phróiseáil. Is féidir tuilleadh treoracha suiteála a fháil sna doiciméid https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", - "Other settings" : "Socruithe eile" + "OCR language" : "Teanga OCR", + "The language(s) to be used for OCR processing" : "An teanga nó na teangacha a úsáidfear do phróiseáil OCR", + "Assign tags after OCR" : "Sann clibeanna tar éis OCR", + "These tags will be assigned to the file after OCR processing has finished" : "Sannfar na clibeanna seo don chomhad tar éis don phróiseáil OCR a bheith críochnaithe", + "Remove tags after OCR" : "Bain clibeanna tar éis OCR", + "These tags will be removed from the file after OCR processing has finished" : "Bainfear na clibeanna seo den chomhad tar éis don phróiseáil OCR a bheith críochnaithe", + "OCR mode" : "Modh OCR", + "Apply this mode if file already has OCR content" : "Cuir an mód seo i bhfeidhm má tá ábhar OCR sa chomhad cheana féin", + "Skip text" : "Léim an téacs", + "Redo OCR" : "Athdhéan OCR", + "Force OCR" : "Cuir OCR i bhfeidhm", + "Skip file completely" : "Scipeáil an comhad go hiomlán", + "Other settings" : "Socruithe eile", + "Remove background" : "Bain an cúlra", + "Keep original file version" : "Coinnigh leagan bunaidh an chomhaid", + "Select language(s)" : "Roghnaigh teanga(cha)" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json index 453034e..9f38bba 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -7,6 +7,21 @@ "OCR processing via workflow" : "Próiseáil OCR trí shreabhadh oibre", "Server side OCR processing via workflow engine" : "Próiseáil OCR ar thaobh an fhreastalaí trí inneall sreabhadh oibre", "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." : "Leis an aip seo is féidir comhaid éagsúla a phróiseáil trí halgartaim OCR.\n\t Déantar an phróiseáil trí inneall sreafa oibre agus mar sin is furasta é a shaincheapadh.\n\t Tabhair faoi deara go mbeidh ort an OcrMyPDF CLI a shuiteáil ar do fhreastalaí Nextcloud chun\n\t comhaid PDF a phróiseáil. Is féidir tuilleadh treoracha suiteála a fháil sna doiciméid https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", - "Other settings" : "Socruithe eile" + "OCR language" : "Teanga OCR", + "The language(s) to be used for OCR processing" : "An teanga nó na teangacha a úsáidfear do phróiseáil OCR", + "Assign tags after OCR" : "Sann clibeanna tar éis OCR", + "These tags will be assigned to the file after OCR processing has finished" : "Sannfar na clibeanna seo don chomhad tar éis don phróiseáil OCR a bheith críochnaithe", + "Remove tags after OCR" : "Bain clibeanna tar éis OCR", + "These tags will be removed from the file after OCR processing has finished" : "Bainfear na clibeanna seo den chomhad tar éis don phróiseáil OCR a bheith críochnaithe", + "OCR mode" : "Modh OCR", + "Apply this mode if file already has OCR content" : "Cuir an mód seo i bhfeidhm má tá ábhar OCR sa chomhad cheana féin", + "Skip text" : "Léim an téacs", + "Redo OCR" : "Athdhéan OCR", + "Force OCR" : "Cuir OCR i bhfeidhm", + "Skip file completely" : "Scipeáil an comhad go hiomlán", + "Other settings" : "Socruithe eile", + "Remove background" : "Bain an cúlra", + "Keep original file version" : "Coinnigh leagan bunaidh an chomhaid", + "Select language(s)" : "Roghnaigh teanga(cha)" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index c48967e..c3f63bd 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -9,7 +9,21 @@ OC.L10N.register( "OCR processing via workflow" : "Processamento de OCR através de 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." : "Este app torna possível processar diversos arquivos utilizando algorítimos OCR.\n\tO processamento é feito através de um motor de worflow e portanto pode ser facilmente customizado.\n\tNote que você precisará ter instalado o OcrMyPDF CLI em sua instância Nextcloud para\n\tprocessar arquivos PDF. Mais instruções de instalação podem ser encontradas na documentação em https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", + "OCR language" : "Idioma do OCR", + "The language(s) to be used for OCR processing" : "O(s) idioma(s) a serem usados ​​para processamento de OCR", + "Assign tags after OCR" : "Atribuir tags após OCR", + "These tags will be assigned to the file after OCR processing has finished" : "Essas tags serão atribuídas ao arquivo após o término do processamento do OCR", + "Remove tags after OCR" : "Remover tags após OCR", + "These tags will be removed from the file after OCR processing has finished" : "Essas tags serão removidas do arquivo após o término do processamento do OCR", + "OCR mode" : "Modo OCR", + "Apply this mode if file already has OCR content" : "Aplique este modo se o arquivo já tiver conteúdo OCR", + "Skip text" : "Pular texto", + "Redo OCR" : "Refazer OCR", + "Force OCR" : "Forçar OCR", + "Skip file completely" : "Pular arquivo completamente", "Other settings" : "Outros ajustes", - "Remove background" : "Remover papel de parede" + "Remove background" : "Remover papel de parede", + "Keep original file version" : "Manter a versão original do arquivo", + "Select language(s)" : "Selecione o(s) idioma(s)" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index f0809e8..a297399 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -7,7 +7,21 @@ "OCR processing via workflow" : "Processamento de OCR através de 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." : "Este app torna possível processar diversos arquivos utilizando algorítimos OCR.\n\tO processamento é feito através de um motor de worflow e portanto pode ser facilmente customizado.\n\tNote que você precisará ter instalado o OcrMyPDF CLI em sua instância Nextcloud para\n\tprocessar arquivos PDF. Mais instruções de instalação podem ser encontradas na documentação em https://github.com/R0Wi/workflow_ocr/blob/master/README.md.", + "OCR language" : "Idioma do OCR", + "The language(s) to be used for OCR processing" : "O(s) idioma(s) a serem usados ​​para processamento de OCR", + "Assign tags after OCR" : "Atribuir tags após OCR", + "These tags will be assigned to the file after OCR processing has finished" : "Essas tags serão atribuídas ao arquivo após o término do processamento do OCR", + "Remove tags after OCR" : "Remover tags após OCR", + "These tags will be removed from the file after OCR processing has finished" : "Essas tags serão removidas do arquivo após o término do processamento do OCR", + "OCR mode" : "Modo OCR", + "Apply this mode if file already has OCR content" : "Aplique este modo se o arquivo já tiver conteúdo OCR", + "Skip text" : "Pular texto", + "Redo OCR" : "Refazer OCR", + "Force OCR" : "Forçar OCR", + "Skip file completely" : "Pular arquivo completamente", "Other settings" : "Outros ajustes", - "Remove background" : "Remover papel de parede" + "Remove background" : "Remover papel de parede", + "Keep original file version" : "Manter a versão original do arquivo", + "Select language(s)" : "Selecione o(s) idioma(s)" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 1bca2e4..ad8d7e0 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -9,7 +9,21 @@ OC.L10N.register( "OCR processing via workflow" : "通過工作流程進行 OCR 處理", "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." : "此應用程式可以通過 OCR 算法處理各種檔案。\n\t處理是通過工作流程引擎完成的,因此可以輕鬆定制。\n\t請注意,您必須在 Nextcloud 伺服器上安裝 OcrMyPDF CLI 才能處理 PDF 檔案。詳細安裝說明可以在文檔 https://github.com/R0Wi/workflow_ocr/blob/master/README.md 中找到。", + "OCR language" : "OCR 語言", + "The language(s) to be used for OCR processing" : "OCR 處理所使用的語言", + "Assign tags after OCR" : "在 OCR 後指定標籤", + "These tags will be assigned to the file after OCR processing has finished" : "這些標籤會在 OCR 處理完成後指定給檔案", + "Remove tags after OCR" : "在 OCR 後移除標籤", + "These tags will be removed from the file after OCR processing has finished" : "這些標籤會在 OCR 處理完成後從檔案中移除", + "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=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 94a2e7a..2a65914 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -7,7 +7,21 @@ "OCR processing via workflow" : "通過工作流程進行 OCR 處理", "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." : "此應用程式可以通過 OCR 算法處理各種檔案。\n\t處理是通過工作流程引擎完成的,因此可以輕鬆定制。\n\t請注意,您必須在 Nextcloud 伺服器上安裝 OcrMyPDF CLI 才能處理 PDF 檔案。詳細安裝說明可以在文檔 https://github.com/R0Wi/workflow_ocr/blob/master/README.md 中找到。", + "OCR language" : "OCR 語言", + "The language(s) to be used for OCR processing" : "OCR 處理所使用的語言", + "Assign tags after OCR" : "在 OCR 後指定標籤", + "These tags will be assigned to the file after OCR processing has finished" : "這些標籤會在 OCR 處理完成後指定給檔案", + "Remove tags after OCR" : "在 OCR 後移除標籤", + "These tags will be removed from the file after OCR processing has finished" : "這些標籤會在 OCR 處理完成後從檔案中移除", + "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=1; plural=0;" } \ No newline at end of file