diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
commit | 20d7bf8a880ddf41874afdaf3784d29bc1bc925d (patch) | |
tree | fa516123a99923356e2ee6e2843300426c41b80d /lib/l10n/ko.js | |
parent | e66ebb01bb01055a701b9f4f311d4ff6a769a9af (diff) | |
download | nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.tar.gz nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 2ee76388ec8..305274ffa88 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -6,6 +6,7 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "앱 %1$s의 파일이 올바르게 교체되지 않았습니다. 서버와 호환되는 버전인지 확인하십시오.", "Sample configuration detected" : "예제 설정 감지됨", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "예제 설정이 복사된 것 같습니다. 올바르게 작동하지 않을 수도 있기 때문에 지원되지 않습니다. config.php를 변경하기 전 문서를 읽어 보십시오", + "Other activities" : "다른 활동", "%1$s and %2$s" : "%1$s 및 %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s 및 %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s 및 %4$s", @@ -31,6 +32,7 @@ OC.L10N.register( "Unknown filetype" : "알 수 없는 파일 형식", "Invalid image" : "잘못된 사진", "Avatar image is not square" : "아바타 사진이 정사각형이 아님", + "View profile" : "프로파일 보기", "today" : "오늘", "tomorrow" : "내일", "yesterday" : "어제", @@ -52,6 +54,8 @@ OC.L10N.register( "seconds ago" : "초 전", "Empty file" : "빈 파일", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %s인 모듈이 존재하지 않습니다. 앱 설정에서 확인하거나 시스템 관리자에게 연락하십시오.", + "File already exists" : "파일이 이미 있습니다.", + "Templates" : "템플릿", "File name is a reserved word" : "파일 이름이 예약된 단어임", "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음", "File name is too long" : "파일 이름이 너무 김", @@ -66,6 +70,16 @@ OC.L10N.register( "Settings" : "설정", "Log out" : "로그아웃", "Users" : "사용자", + "Email" : "이메일", + "Phone" : "전화 번호", + "Twitter" : "Twitter", + "Website" : "웹 사이트", + "Address" : "주소", + "Profile picture" : "프로필 사진", + "About" : "정보", + "Full name" : "전체 이름", + "Headline" : "표제", + "Role" : "직책", "Unknown user" : "알려지지 않은 사용자", "Additional settings" : "고급 설정", "%s enter the database username and name." : "%s 데이터베이스 사용자 이름과 이름을 입력해 주십시오.", @@ -88,7 +102,9 @@ OC.L10N.register( "Open »%s«" : "%s 열기", "%1$s via %2$s" : "%1$s(%2$s 경유)", "You are not allowed to share %s" : "%s을(를) 공유할 수 있는 권한이 없습니다", + "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다", "Expiration date is in the past" : "만료 날짜가 과거입니다", + "Sharing %s failed, because this item is already shared with user %s" : "%s을(를) 공유할 수 없습니다. 이 항목을 이미 %s 님과 공유하고 있습니다", "Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.", "The requested share does not exist anymore" : "요청한 공유가 더 이상 존재하지 않습니다", "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다", |