Skip to content

Commit bf33bf0

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

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

l10n/et_EE.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ OC.L10N.register(
22
"integration_replicate",
33
{
44
"Bad HTTP method" : "Vigane HTTP-meetod",
5-
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba"
5+
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba",
6+
"Small" : "Väike",
7+
"Medium" : "Keskmine",
8+
"Large" : "Suur"
69
},
710
"nplurals=2; plural=(n != 1);");

l10n/et_EE.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ "translations": {
22
"Bad HTTP method" : "Vigane HTTP-meetod",
3-
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba"
3+
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba",
4+
"Small" : "Väike",
5+
"Medium" : "Keskmine",
6+
"Large" : "Suur"
47
},"pluralForm" :"nplurals=2; plural=(n != 1);"
58
}

0 commit comments

Comments
 (0)