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
path: root/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ko.js1
-rw-r--r--l10n/ko.json1
-rw-r--r--l10n/ko.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index de0e1da..a9bb967 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"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." : "내부 서버 오류가 발생했습니다.",
"Cannot save file as it has been modified since opening" : "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" : "권한 부족",
diff --git a/l10n/ko.json b/l10n/ko.json
index 7130a84..18b2d44 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -2,6 +2,7 @@
"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." : "내부 서버 오류가 발생했습니다.",
"Cannot save file as it has been modified since opening" : "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" : "권한 부족",
diff --git a/l10n/ko.php b/l10n/ko.php
index 2c209ac..bf1caf4 100644
--- a/l10n/ko.php
+++ b/l10n/ko.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"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." => "내부 서버 오류가 발생했습니다.",
"Cannot save file as it has been modified since opening" => "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" => "권한 부족",