mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
43cdd1abe1
commit
7fdc30e5f6
2 changed files with 16 additions and 0 deletions
9
l10n/id.js
Normal file
9
l10n/id.js
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"integration_moodle",
|
||||||
|
{
|
||||||
|
"Bad HTTP method" : "Metode HTTP tidak benar",
|
||||||
|
"Bad credentials" : "Kredensial tidak benar",
|
||||||
|
"Connected accounts" : "Akun terhubung",
|
||||||
|
"Connected as {user}" : "Terhubung sebagai {user}"
|
||||||
|
},
|
||||||
|
"nplurals=1; plural=0;");
|
||||||
7
l10n/id.json
Normal file
7
l10n/id.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Bad HTTP method" : "Metode HTTP tidak benar",
|
||||||
|
"Bad credentials" : "Kredensial tidak benar",
|
||||||
|
"Connected accounts" : "Akun terhubung",
|
||||||
|
"Connected as {user}" : "Terhubung sebagai {user}"
|
||||||
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue