1translate korean strings:
2
3    # _developer/developer.rpym:38
4    old "Developer Menu"
5    new "개발자 메뉴"
6
7    # _developer/developer.rpym:43
8    old "Reload Game (Shift+R)"
9    new "게임 재시작 (Shift+R)"
10
11    # _developer/developer.rpym:45
12    old "Console (Shift+O)"
13    new "콘솔 (Shift+O)"
14
15    # _developer/developer.rpym:47
16    old "Variable Viewer"
17    new "변수 확인"
18
19    # _developer/developer.rpym:49
20    old "Theme Test"
21    new "테마 테스트"
22
23    # _developer/developer.rpym:51
24    old "Image Location Picker"
25    new "이미지 위치 확인"
26
27    # _developer/developer.rpym:53
28    old "Filename List"
29    new "파일이름 목록"
30
31    # _developer/developer.rpym:57
32    old "Show Image Load Log"
33    new "이미지 불러오기 목록을 표시하기"
34
35    # _developer/developer.rpym:60
36    old "Hide Image Load Log"
37    new "이미지 불러오기 목록을 숨기기"
38
39    # _developer/developer.rpym:95
40    old "Nothing to inspect."
41    new "조사할 것이 없습니다."
42
43    # _developer/developer.rpym:217
44    old "Return to the developer menu"
45    new "개발자 메뉴로 돌아가기"
46
47    # _developer/developer.rpym:373
48    old "Rectangle: %r"
49    new "사각 영역 좌표: %r"
50
51    # _developer/developer.rpym:378
52    old "Mouse position: %r"
53    new "마우스 포인터 좌표: %r"
54
55    # _developer/developer.rpym:383
56    old "Right-click or escape to quit."
57    new "우클릭 및 Esc 키로 종료하기."
58
59    # _developer/developer.rpym:412
60    old "Rectangle copied to clipboard."
61    new "선택 영역 좌표가 복사되었습니다."
62
63    # _developer/developer.rpym:415
64    old "Position copied to clipboard."
65    new "좌표가 복사되었습니다."
66
67    # _developer/developer.rpym:524
68    old "✔ "
69    new "✔ "
70
71    # _developer/developer.rpym:527
72    old "✘ "
73    new "✘ "
74
75    # _developer/developer.rpym:532
76    old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}"
77    new "\n{color=#cfc}✔ 예측된 이미지 (좋은){/color}\n{color=#fcc}✘ 예측하지 못한 이미지 (나쁜){/color}\n{color=#fff}드래그로 이동.{/color}"
78
79    # _developer/inspector.rpym:38
80    old "Displayable Inspector"
81    new "디스플레이어블 조사기"
82
83    # _developer/inspector.rpym:61
84    old "Size"
85    new "크기"
86
87    # _developer/inspector.rpym:65
88    old "Style"
89    new "스타일"
90
91    # _developer/inspector.rpym:71
92    old "Location"
93    new "위치"
94
95    # _developer/inspector.rpym:122
96    old "Inspecting Styles of [displayable_name!q]"
97    new "[displayable_name!q]의 스타일 조사 중"
98
99    # _developer/inspector.rpym:139
100    old "displayable:"
101    new "디스플레이어블:"
102
103    # _developer/inspector.rpym:145
104    old "        (no properties affect the displayable)"
105    new "        (디스플레이어블에 적용되는 속성이 없습니다)"
106
107    # _developer/inspector.rpym:147
108    old "        (default properties omitted)"
109    new "        (기본 속성이 빠져있습니다)"
110
111    # _developer/inspector.rpym:185
112    old "<repr() failed>"
113    new "<repr() 실패>"
114
115    # 00console.rpy:182
116    old "Press <esc> to exit console. Type help for help.\n"
117    new "콘솔을 종료하려면 <esc>키를 누르세요. help를 입력하면 도움말이 나타납니다.\n"
118
119    # 00console.rpy:186
120    old "Ren'Py script enabled."
121    new "렌파이 스크립트 입력 활성화."
122
123    # 00console.rpy:188
124    old "Ren'Py script disabled."
125    new "렌파이 스크립트 입력 비활성화."
126
127    # 00console.rpy:398
128    old "help: show this help"
129    new "help: 도움말을 표시한다"
130
131    # 00console.rpy:403
132    old "commands:\n"
133    new "commands:\n"
134
135    # 00console.rpy:413
136    old " <renpy script statement>: run the statement\n"
137    new " <렌파이 스크립트 명령문>: 명령문을 실행한다\n"
138
139    # 00console.rpy:415
140    old " <python expression or statement>: run the expression or statement"
141    new " <파이썬 표현식 또는 명령문>: 표현식이나 명령문을 실행한다"
142
143    # 00console.rpy:423
144    old "clear: clear the console history"
145    new "clear: 콘솔을 비운다"
146
147    # 00console.rpy:427
148    old "exit: exit the console"
149    new "exit: 콘솔을 종료한다"
150
151    # 00console.rpy:435
152    old "load <slot>: loads the game from slot"
153    new "load <slot>: slot에서 게임을 불러온다"
154
155    # 00console.rpy:448
156    old "save <slot>: saves the game in slot"
157    new "save <slot>: slot에 게임을 저장한다"
158
159    # 00console.rpy:459
160    old "reload: reloads the game, refreshing the scripts"
161    new "reload: 최신 스크립트를 불러와 게임을 재시작한다"
162
163    # 00console.rpy:467
164    old "watch <expression>: watch a python expression"
165    new "watch <expression>: 파이썬 표현식 expression을 주시한다"
166
167    # 00console.rpy:493
168    old "unwatch <expression>: stop watching an expression"
169    new "unwathch <expression>: expression 표현식의 주시를 중단한다"
170
171    # 00console.rpy:519
172    old "unwatchall: stop watching all expressions"
173    new "unwatchall: 모든 표현식의 주시를 중단한다"
174
175    # 00console.rpy:536
176    old "jump <label>: jumps to label"
177    new "jump <label>: label로 점프한다"
178
179    # 00console.rpy:685
180    old "short: Shorten the representation of objects on the console (default)."
181    new "short: 콘솔에서 오브젝트 표시를 줄인다 (기본값)."
182
183     # 00console.rpy:690
184    old "long: Print the full representation of objects on the console."
185    new "long: 콘솔에서 오브젝트를 모두 표시한다."
186