Completed
Push — master ( c44268...5e6f92 )
by
unknown
01:58
created

l10n/ko.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 27
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 0
c 1
b 0
f 0
dl 0
loc 27
rs 10
cc 0
nc 1
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "files_paperhive",
3
    {
4
    "This file is too big to be opened. Please download the file instead." : "이 파일을 열기에 너무 큽니다. 파일을 다운로드하십시오.",
5
    "Cannot read the file." : "파일을 읽을 수 없습니다.",
6
    "Invalid file path supplied." : "잘못된 경로를 지정했습니다.",
7
    "The file is locked." : "이 파일이 잠겨 있습니다.",
8
    "An internal server error occurred." : "내부 서버 오류가 발생했습니다.",
9
    "Problem connecting to PaperHive." : "PaperHive에 연결하는 중 오류가 발생했습니다.",
10
    "The file already exists." : "파일이 이미 존재합니다.",
11
    "Received wrong response from PaperHive." : "PaperHive에서 잘못된 응답을 받았습니다.",
12
    "Show Paper" : "페이퍼 보기",
13
    "Visit PaperHive at" : "PaperHive 방문:",
14
    "and transform reading into a process of collaboration!" : "읽고 있는 문서를 협업으로 바꿔 보세요!",
15
    "Your DocID" : "내 DocID",
16
    "is the last fragment of PaperHive document URL." : "PaperHive 문서 URL의 마지막 부분입니다.",
17
    "Exemplary URL" : "예제 URL",
18
    "An error occurred!" : "오류가 발생했습니다!",
19
    "Discuss" : "토론",
20
    "Your [.paperhive] file is not a valid PaperHive document, please redownload document" : "내 [.paperhive] 파일이 올바른 PaperHive 문서가 아닙니다. 문서를 다시 다운로드하십시오",
21
    "PaperHive" : "PaperHive",
22
    "URL or DocID" : "URL이나 DocID",
23
    "Saving..." : "저장 중...",
24
    "Please reload the page, error occured" : "오류가 발생했습니다. 페이지를 새로 고치십시오",
25
    "Cannot add your PaperHive document of ID {id}. File exists or error connecting to PaperHive" : "PaperHive 문서 ID {id}을(를) 추가할 수 없습니다. 파일이 존재하거나 PaperHive 연결 오류 발생"
26
},
27
"nplurals=1; plural=0;");
28