Skip to content

Commit 2b634a1

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent d01d209 commit 2b634a1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

l10n/lt_LT.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
OC.L10N.register(
22
"workflow_ocr",
33
{
4+
"Failed to save settings: {error}" : "Nepavyko įrašyti nustatymų: {error}",
45
"Skip text" : "Praleisti tekstą",
6+
"Skip file completely" : "Visiškai praleisti failą",
7+
"Notifications" : "Pranešimai",
58
"Other settings" : "Kiti nustatymai",
69
"Remove background" : "Šalinti foną"
710
},

l10n/lt_LT.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ "translations": {
2+
"Failed to save settings: {error}" : "Nepavyko įrašyti nustatymų: {error}",
23
"Skip text" : "Praleisti tekstą",
4+
"Skip file completely" : "Visiškai praleisti failą",
5+
"Notifications" : "Pranešimai",
36
"Other settings" : "Kiti nustatymai",
47
"Remove background" : "Šalinti foną"
58
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"

0 commit comments

Comments
 (0)