Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2025-03-31 01:11:27 +00:00
parent c9ec949048
commit d1587dc9ec
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 18 additions and 0 deletions

10
l10n/et_EE.js Normal file
View 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
View 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);"
}