diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-05-01 00:12:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-05-01 00:12:41 +0000 |
commit | 5e8cedab9f7dddd06b6973a9bf355536fa2e063f (patch) | |
tree | 627b42e1c885e0aef467bb8c7ac644793365c642 /core/l10n/ko.js | |
parent | 4907b4e7e2722bec4a5ee546064f64e83453a398 (diff) | |
download | nextcloud-server-5e8cedab9f7dddd06b6973a9bf355536fa2e063f.tar.gz nextcloud-server-5e8cedab9f7dddd06b6973a9bf355536fa2e063f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 4f35ee72988..7b95d9d21bc 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -56,6 +56,33 @@ OC.L10N.register( "%s (incompatible)" : "%s(호환 불가)", "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s", "Already up to date" : "최신 상태임", + "No" : "아니요", + "Yes" : "예", + "No files in here" : "여기에 파일이 없음", + "New folder" : "새 폴더", + "No more subfolders in here" : "더 이상의 하위폴더 없음", + "{newName} already exists" : "{newName}이(가) 이미 존재함", + "Choose" : "선택", + "Copy" : "복사", + "Move" : "이동", + "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", + "OK" : "확인", + "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", + "read-only" : "읽기 전용", + "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"], + "One file conflict" : "파일 1개 충돌", + "New Files" : "새 파일", + "Already existing files" : "파일이 이미 존재합니다", + "Which files do you want to keep?" : "어느 파일을 유지하시겠습니까?", + "If you select both versions, the copied file will have a number added to its name." : "두 버전을 모두 선택하면, 복사된 파일 이름에 번호가 추가됩니다.", + "Cancel" : "취소", + "Continue" : "계속", + "(all selected)" : "(모두 선택됨)", + "({count} selected)" : "({count}개 선택됨)", + "Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생", + "Pending" : "보류 중", + "Copy to {folder}" : "[folder] 에 복사하기", + "Move to {folder}" : "[folder] 에 이동하기", "Saving..." : "저장 중...", "Dismiss" : "닫기", "Authentication required" : "인증 필요", @@ -87,7 +114,6 @@ OC.L10N.register( "Not supported!" : "지원하지 않음!", "Press ⌘-C to copy." : "복사하려면 ⌘-C 키를 누르십시오.", "Press Ctrl-C to copy." : "복사하려면 Ctrl-C 키를 누르십시오.", - "Copy" : "복사", "Unable to create a link share" : "공유 링크를 만들 수 없습니다.", "Unable to toggle this option" : "이 설정을 켤 수 없음", "Resharing is not allowed" : "다시 공유할 수 없습니다", @@ -161,32 +187,6 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.", "Reset password" : "암호 재설정", "Sending email …" : "이메일 보내는 중…", - "No" : "아니요", - "Yes" : "예", - "No files in here" : "여기에 파일이 없음", - "New folder" : "새 폴더", - "No more subfolders in here" : "더 이상의 하위폴더 없음", - "{newName} already exists" : "{newName}이(가) 이미 존재함", - "Choose" : "선택", - "Move" : "이동", - "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", - "OK" : "확인", - "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", - "read-only" : "읽기 전용", - "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"], - "One file conflict" : "파일 1개 충돌", - "New Files" : "새 파일", - "Already existing files" : "파일이 이미 존재합니다", - "Which files do you want to keep?" : "어느 파일을 유지하시겠습니까?", - "If you select both versions, the copied file will have a number added to its name." : "두 버전을 모두 선택하면, 복사된 파일 이름에 번호가 추가됩니다.", - "Cancel" : "취소", - "Continue" : "계속", - "(all selected)" : "(모두 선택됨)", - "({count} selected)" : "({count}개 선택됨)", - "Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생", - "Pending" : "보류 중", - "Copy to {folder}" : "[folder] 에 복사하기", - "Move to {folder}" : "[folder] 에 이동하기", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", "So-so password" : "그저 그런 암호", |