mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
9 lines
281 B
JavaScript
9 lines
281 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad credentials" : "잘못된 자격 증명",
|
|
"Connected accounts" : "계정 연결됨",
|
|
"Connected as {user}" : "[user]로 연결됨",
|
|
"Check SSL certificate" : "SSL 인증서 확인"
|
|
},
|
|
"nplurals=1; plural=0;");
|