diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-17 02:28:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-17 02:28:52 +0000 |
commit | 194981318c20b4e53239e7dfb6a161d525bdb279 (patch) | |
tree | eacd88d0b5ac060850d41c755043cbbc0161d698 /core/l10n/ko.js | |
parent | f001cc73e799e9e7b7e1f0f438b53b251d0b18e4 (diff) | |
download | nextcloud-server-194981318c20b4e53239e7dfb6a161d525bdb279.tar.gz nextcloud-server-194981318c20b4e53239e7dfb6a161d525bdb279.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index c8ef3908163..04b444d7fc2 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -159,6 +159,8 @@ OC.L10N.register( "Back" : "뒤로", "Login form is disabled." : "로그인 양식이 비활성화 되었습니다.", "Edit Profile" : "프로파일 수정", + "You haven't added any info yet" : "아직 아무 정보도 추가하지 않았습니다.", + "{user} hasn't added any info yet" : "{user} 아직 아무정보도 추가하지 않았습니다.", "Reset search" : "검색 초기화", "Search for {name} only" : "{name}(으)로만 검색", "No results for {query}" : "{query}에 대한 결과가 없음", @@ -249,6 +251,8 @@ OC.L10N.register( "Admin" : "관리자", "Help" : "도움말", "Access forbidden" : "접근 금지됨", + "Profile not found" : "프로파일 찾을 수 없음", + "The profile does not exist." : "프로파일이 존재하지 않습니다.", "Back to %s" : "%s(으)로 돌아가기", "File not found" : "파일을 찾을 수 없음", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "서버에서 문서를 찾을 수 없습니다. 공유가 삭제되었거나 만료되었습니까?", @@ -322,6 +326,7 @@ OC.L10N.register( "You can close this window." : "윈도우를 닫으셔도 됩니다.", "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다.", "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 시도하십시오", + "Go to %s" : "%s로 이동", "Two-factor authentication" : "2단계 인증", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "현재 계정에 향상된 보안이 켜져 있습니다. 2단계 인증 방식을 선택하십시오:", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "2단계 인증 방식을 불러올 수 없습니다. 관리자에게 문의하십시오.", @@ -332,6 +337,7 @@ OC.L10N.register( "Use backup code" : "백업 코드 사용", "Cancel login" : "로그인 취소", "Setup two-factor authentication" : "2단계 인증 설정", + "Enhanced security is enforced for your account. Choose which provider to set up:" : "당신의 계정에 향상된 보안이 강제됩니다. 설정하려는 제공자를 선택하십시오:", "Error while validating your second factor" : "2단계 인증을 검증하는 중 오류 발생", "Access through untrusted domain" : "신뢰하지 않는 도메인으로 접근", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "시스템 관리자에게 연락하십시오. 만약 시스템 관리자라면 config/config.php의 \"trusted_domains\" 설정을 config.sample.php를 참조하여 편집하십시오.", |