mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
12 lines
452 B
JavaScript
12 lines
452 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "옳지 않은 HTTP 메소드",
|
|
"Bad credentials" : "잘못된 자격 증명",
|
|
"Connected accounts" : "계정 연결됨",
|
|
"Your password" : "당신의 암호",
|
|
"Connected as {user}" : "[user]로 연결됨",
|
|
"Check SSL certificate" : "SSL 인증서 확인",
|
|
"No Moodle account connected" : "연결된 Moodle 계정이 없음"
|
|
},
|
|
"nplurals=1; plural=0;");
|