-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathko.json
More file actions
48 lines (48 loc) · 1.68 KB
/
ko.json
File metadata and controls
48 lines (48 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"translation": {
"example": {
"hello": "안녕하세요",
"comment-colors": "각 글자를 다른 색으로 인쇄합니다",
"comment-count": "1에서 10까지 세어보세요"
},
"tool": {
"run": "파일 실행",
"save": "파일 저장",
"fullscreen": "전체 화면",
"clear": "지우기",
"conn": {
"ws": "WebREPL 연결",
"ble": "Bluetooth 연결",
"usb": "USB/시리얼 연결"
},
"terminal": "터미널"
},
"menu": {
"package-mgr": "패키지 관리자",
"file-mgr": "파일 관리자",
"settings": "설정"
},
"files": {
"no-files": "파일 없음",
"connect": "연결",
"used": "사용 중"
},
"settings": {
"conn": "연결",
"editor": "편집기",
"other": "기타",
"interrupt-device": "실행 중단",
"force-serial-poly": "WebSerial polyfill 사용 강제",
"expand-minify-json": "JSON 자동 축소",
"use-word-wrap": "자동 줄 바꿈",
"render-markdown": "Markdown 뷰어",
"use-natural-sort": "자연 정렬",
"lang": "현지화",
"zoom": "줌"
},
"about": {
"cta": "ViperIDE가 마음에 들면 <a id='gh-star'>GitHub에서 별을 주세요</a> ⭐ 그리고 소셜 미디어에 소식을 전하세요 📢",
"report-bug": "또한 <a id='gh-issues'>버그를 보고할 수 있습니다</a> 🐞"
}
}
}