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.js')
-rw-r--r--lib/l10n/ko.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js
index 1a4a575d983..8cc228ba524 100644
--- a/lib/l10n/ko.js
+++ b/lib/l10n/ko.js
@@ -53,6 +53,7 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n분 전"],
"in a few seconds" : "몇 초 후",
"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 name is a reserved word" : "파일 이름이 예약된 단어임",
"File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음",
@@ -149,6 +150,7 @@ OC.L10N.register(
"A valid username must be provided" : "올바른 사용자 이름을 입력해야 합니다",
"Username contains whitespace at the beginning or at the end" : "사용자 이름의 시작이나 끝에 공백이 있습니다",
"Username must not consist of dots only" : "사용자 이름에 마침표만 있으면 안 됩니다",
+ "Username is invalid because files already exist for this user" : "무효한 사용자이름. 이미 존재함",
"A valid password must be provided" : "올바른 암호를 입력해야 합니다",
"The username is already being used" : "사용자 이름이 이미 존재합니다",
"Could not create user" : "사용자를 만들 수 없습니다",