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

ko.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83d74ac09cf75d494ce560a508f74a8f3a2affe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "logreader",
    {
    "Log levels" : "로그 단계",
    "Log content" : "로그 내용",
    "Live update" : "실시간 업데이트",
    "Download logs" : "로그 다운로드",
    "Copy" : "복사",
    "Copy raw" : "원본 복사",
    "Copy formatted" : "형식을 지정하여 복사",
    "No server logs" : "서버 로그 없음",
    "One or more entries are hidden by the log level filter" : "로그 단계 필터에 의해서 하나 이상의 항목이 숨겨짐",
    "Everything is working fine" : "모두 올바르게 작동하고 있습니다",
    "Level" : "단계",
    "App" : "앱",
    "Message" : "메시지",
    "Time" : "시간",
    "Error parsing log" : "로그 처리 오류",
    "Logging" : "로그",
    "Log Reader" : "로그 리더",
    "A log reader for Nextcloud" : "Nextcloud 로그 리더",
    "Log reader for Nextcloud" : "Nextcloud 로그 리더"
},
"nplurals=1; plural=0;");