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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-01-04 04:11:53 +0300
committerNextcloud bot <bot@nextcloud.com>2018-01-04 04:11:53 +0300
commitc582a4094b827d349a5d07b95d24a77750bc4a15 (patch)
treed1e0ee16b37529f5e9c0bca21ae0f3eaed6dc1be
parent22e1b2ed10a6b64d6a489d489b531d8c36fe06cf (diff)
-rw-r--r--l10n/ko.js10
-rw-r--r--l10n/ko.json10
2 files changed, 18 insertions, 2 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index 3f70a72..197a0bd 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -7,15 +7,23 @@ OC.L10N.register(
"Saved" : "저장됨",
"There was a problem saving your changes. Click to resume editing." : "변경 사항을 저장할 수 없습니다. 편집을 계속하려면 누르십시오.",
"An error occurred!" : "오류가 발생했습니다!",
+ "Edit" : "편집",
+ "Mixed" : "혼합됨",
+ "Preview" : "미리 보기",
+ "New text file" : "새 텍스트 파일",
"New text file.txt" : "새 텍스트 파일.txt",
+ "You can not open a folder" : "폴더를 열 수 없음",
"This file is too big to be opened. Please download the file instead." : "이 파일을 열기에 너무 큽니다. 파일을 다운로드하십시오.",
"Cannot read the file." : "파일을 읽을 수 없습니다.",
"Invalid file path supplied." : "잘못된 경로를 지정했습니다.",
"The file is locked." : "이 파일이 잠겨 있습니다.",
"An internal server error occurred." : "내부 서버 오류가 발생했습니다.",
+ "You can not write to a folder" : "폴더에 기록할 수 없음",
"Cannot save file as it has been modified since opening" : "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" : "권한 부족",
"File path not supplied" : "파일 경로가 지정되지 않았음",
- "File mtime not supplied" : "파일 수정 시간이 지정되지 않았음"
+ "File mtime not supplied" : "파일 수정 시간이 지정되지 않았음",
+ "Text editor" : "텍스트 편집기",
+ "Text file" : "텍스트 파일"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
index 2283c91..1329134 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -5,15 +5,23 @@
"Saved" : "저장됨",
"There was a problem saving your changes. Click to resume editing." : "변경 사항을 저장할 수 없습니다. 편집을 계속하려면 누르십시오.",
"An error occurred!" : "오류가 발생했습니다!",
+ "Edit" : "편집",
+ "Mixed" : "혼합됨",
+ "Preview" : "미리 보기",
+ "New text file" : "새 텍스트 파일",
"New text file.txt" : "새 텍스트 파일.txt",
+ "You can not open a folder" : "폴더를 열 수 없음",
"This file is too big to be opened. Please download the file instead." : "이 파일을 열기에 너무 큽니다. 파일을 다운로드하십시오.",
"Cannot read the file." : "파일을 읽을 수 없습니다.",
"Invalid file path supplied." : "잘못된 경로를 지정했습니다.",
"The file is locked." : "이 파일이 잠겨 있습니다.",
"An internal server error occurred." : "내부 서버 오류가 발생했습니다.",
+ "You can not write to a folder" : "폴더에 기록할 수 없음",
"Cannot save file as it has been modified since opening" : "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" : "권한 부족",
"File path not supplied" : "파일 경로가 지정되지 않았음",
- "File mtime not supplied" : "파일 수정 시간이 지정되지 않았음"
+ "File mtime not supplied" : "파일 수정 시간이 지정되지 않았음",
+ "Text editor" : "텍스트 편집기",
+ "Text file" : "텍스트 파일"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file