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 9, 2024
1 parent 9fdbd14 commit 73bd53d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/lt_LT.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
OC.L10N.register(
"whiteboard",
{
"Whiteboard" : "Rašymo lenta"
"Whiteboard" : "Rašymo lenta",
"Failed to verify the connection:" : "Nepavyko patikrinti ryšio:",
"Verifying connection…" : "Tikrinamas ryšys…",
"Save settings" : "Įrašyti nustatymus"
},
"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);");
5 changes: 4 additions & 1 deletion l10n/lt_LT.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ "translations": {
"Whiteboard" : "Rašymo lenta"
"Whiteboard" : "Rašymo lenta",
"Failed to verify the connection:" : "Nepavyko patikrinti ryšio:",
"Verifying connection…" : "Tikrinamas ryšys…",
"Save settings" : "Įrašyti nustatymus"
},"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 73bd53d

Please sign in to comment.