Skip to content

Commit 8eebc1f

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 890856f commit 8eebc1f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/lt_LT.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ OC.L10N.register(
3737
"Stop" : "Stabdyti",
3838
"Delete" : "Ištrinti",
3939
"Edit" : "Taisyti",
40-
"Delete task" : "Ištrinti užduotį"
40+
"Delete task" : "Ištrinti užduotį",
41+
"Task successfully deleted" : "Užduotis sėkmingai ištrinta"
4142
},
4243
"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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Stop" : "Stabdyti",
3636
"Delete" : "Ištrinti",
3737
"Edit" : "Taisyti",
38-
"Delete task" : "Ištrinti užduotį"
38+
"Delete task" : "Ištrinti užduotį",
39+
"Task successfully deleted" : "Užduotis sėkmingai ištrinta"
3940
},"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);"
4041
}

0 commit comments

Comments
 (0)