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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Oct 25, 2024
1 parent f3e24ab commit f40060c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/lt_LT.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ OC.L10N.register(
"Delete \"{folderName}\"?" : "Ištrinti „{folderName}“?",
"Folder name" : "Aplanko pavadinimas",
"Quota" : "Leidžiamas duomenų kiekis",
"Advanced Permissions" : "Išplėstiniai leidimai"
"Advanced Permissions" : "Išplėstiniai leidimai",
"User" : "Naudotojas"
},
"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);");
3 changes: 2 additions & 1 deletion l10n/lt_LT.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Delete \"{folderName}\"?" : "Ištrinti „{folderName}“?",
"Folder name" : "Aplanko pavadinimas",
"Quota" : "Leidžiamas duomenų kiekis",
"Advanced Permissions" : "Išplėstiniai leidimai"
"Advanced Permissions" : "Išplėstiniai leidimai",
"User" : "Naudotojas"
},"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 comments on commit f40060c

Please sign in to comment.