-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathda.js
40 lines (40 loc) · 3.28 KB
/
da.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 arbejdsflowmotor",
"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 for\n\tat behandle PDF-filer. Flere installationsinstruktioner kan findes i doks https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"Select language(s)" : "Vælg sprog",
"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 at 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 at 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" : "Behold oprindelig filændringsdato",
"Send success notification" : "Send succesmeddelelse",
"Custom ocrMyPdf CLI arguments" : "Brugerdefineret MyPdf CLI argumenter"
},
"nplurals=2; plural=(n != 1);");