@@ -39,7 +39,6 @@ msgstr ""
3939"그렇지 않으면, 좀 더 지침이 필요할 수 있습니다."
4040
4141#: ../../faq/windows.rst:28
42- #, fuzzy
4342msgid ""
4443"Unless you use some sort of integrated development environment, you will "
4544"end up *typing* Windows commands into what is referred to as a \" Command "
@@ -48,13 +47,13 @@ msgid ""
4847"have started such a window because you will see a Windows \" command "
4948"prompt\" , which usually looks like this:"
5049msgstr ""
51- "당신이 어떤 통합 개발 환경을 쓰지 않는 이상, 결국 \" DOS 창 \" 또는 \" 명령 프롬프트 창\" 이라 불리는 것에 윈도우 "
52- "명령어를 *입력* 할 것입니다. 보통 윈도우 검색 창에서 ``cmd`` 를 입력하여 이 창을 띄울 수 있습니다. 일반적으로 다음과 "
53- "같은 윈도우의 \" 명령 프롬프트\" 가 표시되기 때문에 이러한 창이 언제 시작했는지 인지할 수 있어야 합니다:"
50+ "당신이 어떤 통합 개발 환경을 쓰지 않는 이상, 결국 \" 명령 프롬프트 창\" 이라 불리는 것에 윈도우 명령어를 *입력* 할 "
51+ "것입니다. 보통 윈도우 검색 창에서 ``cmd`` 를 입력하여 이 창을 띄울 수 있습니다. 일반적으로 다음과 같은 윈도우의 \" 명령 "
52+ " 프롬프트\" 가 표시되기 때문에 이러한 창이 언제 시작했는지 인지할 수 있어야 합니다:"
5453
5554#: ../../faq/windows.rst:35
5655msgid "C:\\ >"
57- msgstr ""
56+ msgstr "C: \\ > "
5857
5958#: ../../faq/windows.rst:39
6059msgid ""
@@ -64,7 +63,7 @@ msgstr "아마 글자가 다르고, 그 뒤에 다른 것들이 있을 수 있
6463
6564#: ../../faq/windows.rst:42
6665msgid "D:\\ YourName\\ Projects\\ Python>"
67- msgstr ""
66+ msgstr "D: \\ YourName \\ Projects \\ Python> "
6867
6968#: ../../faq/windows.rst:46
7069msgid ""
@@ -99,7 +98,7 @@ msgstr ""
9998
10099#: ../../faq/windows.rst:60
101100msgid "C:\\ Users\\ YourName> py"
102- msgstr ""
101+ msgstr "C: \\ Users \\ YourName> py "
103102
104103#: ../../faq/windows.rst:64
105104msgid "You should then see something like:"
@@ -113,6 +112,11 @@ msgid ""
113112"information.\n"
114113">>>"
115114msgstr ""
115+ "Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit "
116+ "(Intel)] on win32\n"
117+ "Type \" help\" , \" copyright\" , \" credits\" or \" license\" for more "
118+ "information.\n"
119+ ">>>"
116120
117121#: ../../faq/windows.rst:72
118122msgid ""
@@ -132,6 +136,10 @@ msgid ""
132136">>> \" Hello\" * 3\n"
133137"'HelloHelloHello'"
134138msgstr ""
139+ ">>> print(\" Hello\" )\n"
140+ "Hello\n"
141+ ">>> \" Hello\" * 3\n"
142+ "'HelloHelloHello'"
135143
136144#: ../../faq/windows.rst:84
137145msgid ""
@@ -174,7 +182,7 @@ msgstr ""
174182
175183#: ../../faq/windows.rst:104
176184msgid "C:\\ Users\\ YourName>"
177- msgstr ""
185+ msgstr "C: \\ Users \\ YourName> "
178186
179187#: ../../faq/windows.rst:106
180188msgid ""
@@ -187,6 +195,8 @@ msgid ""
187195"C:\\ Users\\ YourName> py Desktop\\ hello.py\n"
188196"hello"
189197msgstr ""
198+ "C:\\ Users\\ YourName> py Desktop\\ hello.py\n"
199+ "hello"
190200
191201#: ../../faq/windows.rst:114
192202msgid "How do I make Python scripts executable?"
@@ -293,7 +303,7 @@ msgid ""
293303msgstr "윈도우 앱에서 파이썬 인터프리터를 포함하려면 다음과 같이 요약할 수 있습니다:"
294304
295305#: ../../faq/windows.rst:170
296- #, fuzzy , python-brace-format
306+ #, python-brace-format
297307msgid ""
298308"Do **not** build Python into your .exe file directly. On Windows, Python"
299309" must be a DLL to handle importing modules that are themselves DLL's. "
@@ -302,10 +312,10 @@ msgid ""
302312"``C:\\ Windows\\ System``. *NN* is the Python version, a number such as "
303313"\" 33\" for Python 3.3."
304314msgstr ""
305- ".exe 파일에 직접 파이썬을 빌드하면 안 됩니다. 윈도우에서 파이썬은 그 자신이 DLL인 모듈의 임포트를 처리하기 위해서는 "
306- "DLL이어야 합니다. (이것이 문서화되지 않은 첫 번째 사실입니다) 대신에, :file:`python{NN}.dll` 에 링크하면 "
307- "됩니다. 일반적으로 ``C:\\ Windows\\ System`` 에 설치됩니다. *NN*\\ 은 파이썬 버전이고, Python 3.3의 "
308- " 경우 \" 33\" 과 같은 숫자입니다."
315+ ".exe 파일에 직접 파이썬을 빌드하면 **안** 됩니다. 윈도우에서 파이썬은 그 자신이 DLL인 모듈의 임포트를 처리하기 위해서는"
316+ " DLL이어야 합니다. (이것이 문서화되지 않은 첫 번째 사실입니다) 대신에, :file:`python{NN}.dll` 에 링크하면"
317+ " 됩니다. 일반적으로 ``C:\\ Windows\\ System`` 에 설치됩니다. *NN*\\ 은 파이썬 버전이고, Python "
318+ "3.3의 경우 \" 33\" 과 같은 숫자입니다."
309319
310320#: ../../faq/windows.rst:176
311321#, python-brace-format
@@ -339,7 +349,6 @@ msgstr ""
339349" 투명하게 사용할 수 있습니다."
340350
341351#: ../../faq/windows.rst:191
342- #, fuzzy
343352msgid ""
344353"If you use SWIG, it is easy to create a Python \" extension module\" that "
345354"will make the app's data and methods available to Python. SWIG will "
@@ -349,7 +358,7 @@ msgid ""
349358msgstr ""
350359"SWIG를 사용할 경우, 앱의 데이터와 메서드를 파이썬에서 사용할 수 있게 만드는 파이썬 \" 확장 모듈\" 을 생성하는 것이 "
351360"쉽습니다. SWIG는 당신을 위해 모든 성가신 세부사항들을 처리할 것입니다. 그 결과로 .exe 파일에 링크한 C 코드가 "
352- "생성됩니다! DLL 파일을 만들 필요가 없으며, 만들지 않으면 링크하는 것도 간단해집니다."
361+ "생성됩니다! DLL 파일을 만들 필요가 ** 없으며** , 만들지 않으면 링크하는 것도 간단해집니다."
353362
354363#: ../../faq/windows.rst:197
355364msgid ""
@@ -387,6 +396,11 @@ msgid ""
387396"initmyAppc(); // Initialize (import) the helper class.\n"
388397"PyRun_SimpleString(\" import myApp\" ); // Import the shadow class."
389398msgstr ""
399+ "#include <Python.h>\n"
400+ "...\n"
401+ "Py_Initialize(); // 파이썬을 초기화합니다.\n"
402+ "initmyAppc(); // 헬퍼 클래스를 초기화(임포트)합니다.\n"
403+ "PyRun_SimpleString(\" import myApp\" ); // 섀도 클래스를 임포트합니다."
390404
391405#: ../../faq/windows.rst:218
392406msgid ""
@@ -398,15 +412,14 @@ msgstr ""
398412"이외의 컴파일러를 사용하면 명백해집니다."
399413
400414#: ../../faq/windows.rst:221
401- #, fuzzy
402415msgid ""
403416"Problem 1: The so-called \" Very High Level\" functions that take ``FILE "
404417"*`` arguments will not work in a multi-compiler environment because each "
405418"compiler's notion of a ``struct FILE`` will be different. From an "
406419"implementation standpoint these are very low level functions."
407420msgstr ""
408- "문제 1: FILE * 인자를 취하는 소위 \" 매우 높은 수준\" 의 함수는 각 컴파일러의 구조체 FILE 개념이 다르기 때문에 멀티 "
409- " 컴파일러 환경에서는 작동하지 않습니다. 구현 관점에서 볼 때 이들은 매우 낮은 수준의 함수입니다."
421+ "문제 1: `` FILE *`` 인자를 취하는 소위 \" 매우 높은 수준\" 의 함수는 각 컴파일러의 구조체 FILE 개념이 다르기 "
422+ "때문에 멀티 컴파일러 환경에서는 작동하지 않습니다. 구현 관점에서 볼 때 이들은 매우 낮은 수준의 함수입니다."
410423
411424#: ../../faq/windows.rst:226
412425msgid ""
@@ -420,6 +433,9 @@ msgid ""
420433"_resultobj = Py_None;\n"
421434"return _resultobj;"
422435msgstr ""
436+ "Py_INCREF(Py_None);\n"
437+ "_resultobj = Py_None;\n"
438+ "return _resultobj;"
423439
424440#: ../../faq/windows.rst:235
425441msgid ""
@@ -432,7 +448,7 @@ msgstr ""
432448
433449#: ../../faq/windows.rst:239
434450msgid "return Py_BuildValue(\"\" );"
435- msgstr ""
451+ msgstr "return Py_BuildValue( \"\" ); "
436452
437453#: ../../faq/windows.rst:243
438454msgid ""
0 commit comments