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 Aug 23, 2023
1 parent 916d6f9 commit 14eac7c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n/el.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"workflow_ocr",
{
"Workflow OCR" : "Ροή εργασίας OCR",
"Workflow OCR error" : "Σφάλμα ροής εργασίας OCR ",
"Workflow OCR error for file {file}" : "Σφάλμα ροής εργασίας OCD για το αρχείο {file}",
"Workflow settings JSON value cannot be parsed" : "Η τιμή JSON των ρυθμίσεων ροής εργασιών δεν μπορεί να αναλυθεί",
"OCR file" : "αρχείο OCR",
"OCR processing via workflow" : "Γίνεται επεξεργασία OCR μέσο εργασίας ροής "
},
"nplurals=2; plural=(n != 1);");
9 changes: 9 additions & 0 deletions l10n/el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"Workflow OCR" : "Ροή εργασίας OCR",
"Workflow OCR error" : "Σφάλμα ροής εργασίας OCR ",
"Workflow OCR error for file {file}" : "Σφάλμα ροής εργασίας OCD για το αρχείο {file}",
"Workflow settings JSON value cannot be parsed" : "Η τιμή JSON των ρυθμίσεων ροής εργασιών δεν μπορεί να αναλυθεί",
"OCR file" : "αρχείο OCR",
"OCR processing via workflow" : "Γίνεται επεξεργασία OCR μέσο εργασίας ροής "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 14eac7c

Please sign in to comment.