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

github.com/nextcloud/logreader.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:16:02 +0300
committerNextcloud bot <bot@nextcloud.com>2018-01-04 04:16:02 +0300
commitf0750a5961c6fe71a6d97db1fa4052cfeab946bd (patch)
tree9f2f92ed8d0b71ed429d359257fe01a509932f40
parent3d2e12d6b8fa1075bce7ca0d81179a1766209305 (diff)
[tx-robot] updated from transifexv12.0.5RC3v12.0.5RC2v12.0.5RC1v12.0.5
-rw-r--r--l10n/ko.js15
-rw-r--r--l10n/ko.json13
2 files changed, 28 insertions, 0 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
new file mode 100644
index 0000000..d26049a
--- /dev/null
+++ b/l10n/ko.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "logreader",
+ {
+ "Error parsing log" : "로그 처리 오류",
+ "Log levels" : "로그 단계",
+ "Log content" : "로그 내용",
+ "Live update" : "실시간 업데이트",
+ "Download logs" : "로그 다운로드",
+ "No server logs" : "서버 로그 없음",
+ "One or more entries are hidden by the log level filter" : "로그 단계 필터에 의해서 하나 이상의 항목이 숨겨짐",
+ "Everything is working fine" : "모두 올바르게 작동하고 있습니다",
+ "Logging" : "로그",
+ "Log Reader" : "로그 리더"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
new file mode 100644
index 0000000..6567950
--- /dev/null
+++ b/l10n/ko.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Error parsing log" : "로그 처리 오류",
+ "Log levels" : "로그 단계",
+ "Log content" : "로그 내용",
+ "Live update" : "실시간 업데이트",
+ "Download logs" : "로그 다운로드",
+ "No server logs" : "서버 로그 없음",
+ "One or more entries are hidden by the log level filter" : "로그 단계 필터에 의해서 하나 이상의 항목이 숨겨짐",
+ "Everything is working fine" : "모두 올바르게 작동하고 있습니다",
+ "Logging" : "로그",
+ "Log Reader" : "로그 리더"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file