-
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 <bot@nextcloud.com>
- Loading branch information
1 parent
4c5a2d9
commit 3d7c6f3
Showing
20 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
OC.L10N.register( | ||
"workflow_ocr", | ||
{ | ||
"Workflow OCR" : "Arbejdsgang OCR", | ||
"Workflow OCR error" : "Arbejdsgang OCR fejl", | ||
"Workflow OCR error for file {file}" : "Arbejdsgang OCR fejl for fil {file}", | ||
"Workflow OCR success" : "Arbejdsgang OCR succes", | ||
"Workflow OCR success for file {file}" : "Arbejdsgang OCR succes for fil {file}", | ||
"Workflow settings JSON value cannot be parsed" : "Arbejdsgang indstillinger JSON værdi kan ikke fortolkes", | ||
"OCR file" : "OCR fil", | ||
"OCR processing via workflow" : "OCR behandling via arbejdsgang", | ||
"Is OCRmyPDF installed" : "Er OCRmyPDF installeret", | ||
"Workflow OCR Backend is installed." : "Arbejdsgang OCR Backend er installeret.", | ||
"Workflow OCR Backend is installed but heartbeat failed." : "Arbejdsgang OCR Backend er installeret, men hjerteslag mislykkedes.", | ||
"OCRmyPDF CLI is not installed." : "OCRmyPDF CLI er ikke installeret.", | ||
"OCRmyPDF CLI is not working correctly. Error was: %1$s" : "OCRmyPDF CIA fungerer ikke korrekt. Fejlen var: %1$s", | ||
"OCRmyPDF is installed and has version %1$s." : "OCRmyPDF er installeret og har version %1$s", | ||
"Server side OCR processing via workflow engine" : "OCR behandling på. serveren via arbejdsflow motor", | ||
"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." : "Denne app gør det muligt at behandle forskellige filer via OCR algoritmer.\n\tBearbejdningen sker via workflowmotor og kan derfor nemt tilpasses.\n\tBemærk, at du bliver nødt til at installere OcrMyPDF CLI på din Nextcloud server til\n\tbehandle PDF-filer. Flere installationsinstruktioner kan findes i docs https: / / github.com / R0Wi / workflow _ ocr / blob / master / README.md.", | ||
"OCR language" : "OCR sprog", | ||
"The language(s) to be used for OCR processing" : "Det eller de sprog, der skal anvendes til behandling af OCR", | ||
"Assign tags after OCR" : "Tildel tags efter OCR", | ||
"These tags will be assigned to the file after OCR processing has finished" : "Disse tags vil blive tildelt filen efter OCR behandling er afsluttet", | ||
"Remove tags after OCR" : "Fjern tags efter OCR", | ||
"These tags will be removed from the file after OCR processing has finished" : "Disse tags vil blive fjernet fra filen efter OCR behandling er afsluttet", | ||
"OCR mode" : "OCR tilstand", | ||
"Apply this mode if file already has OCR content" : "Anvend denne tilstand hvis filen allerede har OCR indhold", | ||
"Skip text" : "Spring tekst over", | ||
"Redo OCR" : "Gentag OCR", | ||
"Force OCR" : "Tving OCR", | ||
"Skip file completely" : "Spring fil helt over", | ||
"Other settings" : "Andre indstillinger", | ||
"Remove background" : "Fjern baggrund", | ||
"Keep original file version" : "Behold den originale filversion", | ||
"Keep original file modification date" : "Hold oprindelige fil ændrings dato", | ||
"Send success notification" : "Send succesmeddelelse", | ||
"Custom ocrMyPdf CLI arguments" : "Brugerdefineret MyPdf CLI argumenter", | ||
"Select language(s)" : "Vælg sprog" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ "translations": { | ||
"Workflow OCR" : "Arbejdsgang OCR", | ||
"Workflow OCR error" : "Arbejdsgang OCR fejl", | ||
"Workflow OCR error for file {file}" : "Arbejdsgang OCR fejl for fil {file}", | ||
"Workflow OCR success" : "Arbejdsgang OCR succes", | ||
"Workflow OCR success for file {file}" : "Arbejdsgang OCR succes for fil {file}", | ||
"Workflow settings JSON value cannot be parsed" : "Arbejdsgang indstillinger JSON værdi kan ikke fortolkes", | ||
"OCR file" : "OCR fil", | ||
"OCR processing via workflow" : "OCR behandling via arbejdsgang", | ||
"Is OCRmyPDF installed" : "Er OCRmyPDF installeret", | ||
"Workflow OCR Backend is installed." : "Arbejdsgang OCR Backend er installeret.", | ||
"Workflow OCR Backend is installed but heartbeat failed." : "Arbejdsgang OCR Backend er installeret, men hjerteslag mislykkedes.", | ||
"OCRmyPDF CLI is not installed." : "OCRmyPDF CLI er ikke installeret.", | ||
"OCRmyPDF CLI is not working correctly. Error was: %1$s" : "OCRmyPDF CIA fungerer ikke korrekt. Fejlen var: %1$s", | ||
"OCRmyPDF is installed and has version %1$s." : "OCRmyPDF er installeret og har version %1$s", | ||
"Server side OCR processing via workflow engine" : "OCR behandling på. serveren via arbejdsflow motor", | ||
"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." : "Denne app gør det muligt at behandle forskellige filer via OCR algoritmer.\n\tBearbejdningen sker via workflowmotor og kan derfor nemt tilpasses.\n\tBemærk, at du bliver nødt til at installere OcrMyPDF CLI på din Nextcloud server til\n\tbehandle PDF-filer. Flere installationsinstruktioner kan findes i docs https: / / github.com / R0Wi / workflow _ ocr / blob / master / README.md.", | ||
"OCR language" : "OCR sprog", | ||
"The language(s) to be used for OCR processing" : "Det eller de sprog, der skal anvendes til behandling af OCR", | ||
"Assign tags after OCR" : "Tildel tags efter OCR", | ||
"These tags will be assigned to the file after OCR processing has finished" : "Disse tags vil blive tildelt filen efter OCR behandling er afsluttet", | ||
"Remove tags after OCR" : "Fjern tags efter OCR", | ||
"These tags will be removed from the file after OCR processing has finished" : "Disse tags vil blive fjernet fra filen efter OCR behandling er afsluttet", | ||
"OCR mode" : "OCR tilstand", | ||
"Apply this mode if file already has OCR content" : "Anvend denne tilstand hvis filen allerede har OCR indhold", | ||
"Skip text" : "Spring tekst over", | ||
"Redo OCR" : "Gentag OCR", | ||
"Force OCR" : "Tving OCR", | ||
"Skip file completely" : "Spring fil helt over", | ||
"Other settings" : "Andre indstillinger", | ||
"Remove background" : "Fjern baggrund", | ||
"Keep original file version" : "Behold den originale filversion", | ||
"Keep original file modification date" : "Hold oprindelige fil ændrings dato", | ||
"Send success notification" : "Send succesmeddelelse", | ||
"Custom ocrMyPdf CLI arguments" : "Brugerdefineret MyPdf CLI argumenter", | ||
"Select language(s)" : "Vælg sprog" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.