Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/ko.json')
-rw-r--r--lib/l10n/ko.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json
index 9526ff1aba7..7928e463135 100644
--- a/lib/l10n/ko.json
+++ b/lib/l10n/ko.json
@@ -83,16 +83,12 @@
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini의 open_basedir 설정을 삭제하거나 64비트 PHP로 전환하십시오.",
"Set an admin username." : "관리자의 사용자 이름을 설정합니다.",
"Set an admin password." : "관리자의 암호를 설정합니다.",
- "Can't create or write into the data directory %s" : "데이터 디렉터리 %s을(를) 만들거나 기록할 수 없음",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "공유 백엔드 %s에서 OCP\\Share_Backend 인터페이스를 구현해야 함",
"Sharing backend %s not found" : "공유 백엔드 %s을(를) 찾을 수 없음",
"Sharing backend for %s not found" : "%s의 공유 백엔드를 찾을 수 없음",
"Open »%s«" : "%s 열기",
"%1$s via %2$s" : "%1$s(%2$s 경유)",
"You are not allowed to share %s" : "%s을(를) 공유할 수 있는 권한이 없습니다",
- "Can’t increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다",
- "Files can’t be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다",
- "Files can’t be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다",
"Expiration date is in the past" : "만료 날짜가 과거입니다",
"Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.",
"The requested share does not exist anymore" : "요청한 공유가 더 이상 존재하지 않습니다",
@@ -154,7 +150,6 @@
"Login canceled by app" : "앱에서 로그인 취소함",
"a safe home for all your data" : "내 모든 데이터의 안전한 저장소",
"File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오",
- "Can't read file" : "파일을 읽을 수 없음",
"Application is not enabled" : "앱이 활성화되지 않았습니다",
"Authentication error" : "인증 오류",
"Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오.",
@@ -196,7 +191,12 @@
"Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s",
"Following databases are supported: %s" : "다음 데이터베이스를 지원합니다: %s",
"Following platforms are supported: %s" : "다음 플랫폼을 지원합니다: %s",
+ "Can't create or write into the data directory %s" : "데이터 디렉터리 %s을(를) 만들거나 기록할 수 없음",
"Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
- "Can’t set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다"
+ "Can’t increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다",
+ "Files can’t be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다",
+ "Files can’t be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다",
+ "Can’t set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다",
+ "Can't read file" : "파일을 읽을 수 없음"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file