diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
commit | 64c19ce3aab20cae15bd522428ae54548a76b78b (patch) | |
tree | b9aebb314460a39c0f55b7f9db328e30aa197543 /apps/settings/l10n/ko.js | |
parent | 892a837ecb3773a202fe866b4d0662a83f4dfac1 (diff) | |
download | nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.tar.gz nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ko.js')
-rw-r--r-- | apps/settings/l10n/ko.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 60c8d667b2a..1ee6402aac6 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -399,7 +399,7 @@ OC.L10N.register( "Documentation" : "문서", "Forum" : "포럼", "Login" : "로그인", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "Open documentation" : "문서 열기", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "암호 초기화 및 알림 이메일을 보내려면 이메일 서버를 설정해야 합니다.", "Send mode" : "보내기 모드", @@ -408,7 +408,7 @@ OC.L10N.register( "From address" : "보낸 사람 주소", "Server address" : "서버 주소", "Port" : "포트", - "Authentication method" : "인증 방법", + "Authentication" : "인증", "Authentication required" : "인증 필요함", "Credentials" : "인증 정보", "SMTP Username" : "SMTP 사용자 이름", @@ -458,6 +458,8 @@ OC.L10N.register( "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Plain" : "일반", "NT LAN Manager" : "NT LAN 관리자", - "STARTTLS" : "STARTTLS" + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Authentication method" : "인증 방법" }, "nplurals=1; plural=0;"); |