mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
c9ec949048
commit
d1587dc9ec
2 changed files with 18 additions and 0 deletions
10
l10n/et_EE.js
Normal file
10
l10n/et_EE.js
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"integration_moodle",
|
||||||
|
{
|
||||||
|
"Bad HTTP method" : "Vigane HTTP-meetod",
|
||||||
|
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba",
|
||||||
|
"Connected accounts" : "Ühendatud kasutajakontod",
|
||||||
|
"Your password" : "Sinu salasõna",
|
||||||
|
"Connected as {user}" : "Ühendatud kui {user}"
|
||||||
|
},
|
||||||
|
"nplurals=2; plural=(n != 1);");
|
||||||
8
l10n/et_EE.json
Normal file
8
l10n/et_EE.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Bad HTTP method" : "Vigane HTTP-meetod",
|
||||||
|
"Bad credentials" : "Vale kasutajanimi, salasõna või tunnusluba",
|
||||||
|
"Connected accounts" : "Ühendatud kasutajakontod",
|
||||||
|
"Your password" : "Sinu salasõna",
|
||||||
|
"Connected as {user}" : "Ühendatud kui {user}"
|
||||||
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue