diff options
Diffstat (limited to 'DisableAccount/i18n/ko.json')
-rw-r--r-- | DisableAccount/i18n/ko.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/DisableAccount/i18n/ko.json b/DisableAccount/i18n/ko.json new file mode 100644 index 00000000..f74f480b --- /dev/null +++ b/DisableAccount/i18n/ko.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Hwangjy9", + "Kwj2772", + "Priviet", + "아라" + ] + }, + "disableaccount-desc": "관리자가 개별 계정을 비활성화할 수 있게 합니다", + "right-disableaccount": "계정을 비활성화하기", + "action-disableaccount": "계정을 비활성화하기", + "disableaccount": "계정을 비활성화하기", + "disableaccount-user": "사용자 이름:", + "disableaccount-confirm": "사용자 계정을 비활성화합니다.\n이 사용자는 로그인하거나 비밀번호를 바꿀 수 없고 이메일 알림을 받을 수 없습니다.\n만약 이 사용자가 로그인되어 있다면, 즉시 로그아웃될 것이니다.\n'''계정을 비활성화하는 것은 시스템 관리자의 도움 없이는 되돌릴 수 없습니다.'''", + "disableaccount-mustconfirm": "이 계정을 비활성화할 것인지 반드시 확인하여야 합니다.", + "disableaccount-nosuchuser": "\"$1\" 계정이 존재하지 않습니다.", + "disableaccount-success": "\"$1\" 계정이 영구적으로 비활성화되었습니다.", + "logentry-block-disableaccount": "$1님이 {{GENDER:$4|$3}}의 {{GENDER:$2|계정을 비활성화했습니다}}." +} |