Skip to content

Commit 21f2020

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent c340343 commit 21f2020

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/lt_LT.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ OC.L10N.register(
2929
"Delete \"{folderName}\"?" : "Ištrinti „{folderName}“?",
3030
"Folder name" : "Aplanko pavadinimas",
3131
"Quota" : "Leidžiamas duomenų kiekis",
32-
"Advanced Permissions" : "Išplėstiniai leidimai"
32+
"Advanced Permissions" : "Išplėstiniai leidimai",
33+
"User" : "Naudotojas"
3334
},
3435
"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);");

l10n/lt_LT.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Delete \"{folderName}\"?" : "Ištrinti „{folderName}“?",
2828
"Folder name" : "Aplanko pavadinimas",
2929
"Quota" : "Leidžiamas duomenų kiekis",
30-
"Advanced Permissions" : "Išplėstiniai leidimai"
30+
"Advanced Permissions" : "Išplėstiniai leidimai",
31+
"User" : "Naudotojas"
3132
},"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);"
3233
}

0 commit comments

Comments
 (0)