mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
9 lines
265 B
JavaScript
9 lines
265 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Moodle notifications" : "Moodle 通知",
|
|
"Bad credentials" : "错误的证书",
|
|
"Connected accounts" : "关联账号",
|
|
"Connected as {user}" : "作为 {user} 已连接"
|
|
},
|
|
"nplurals=1; plural=0;");
|