@@ -107,7 +107,6 @@ msgid "Jython"
107107msgstr "Jython"
108108
109109#: ../../reference/introduction.rst:54
110- #, fuzzy
111110msgid ""
112111"Python implemented in Java. This implementation can be used as a "
113112"scripting language for Java applications, or can be used to create "
@@ -117,7 +116,7 @@ msgid ""
117116msgstr ""
118117"파이썬 자바구현. 이 구현은 자바 응용 프로그램을 위한 스크립트 언어로 사용되거나, 자바 클래스 라이브러리를 활용하는 응용 "
119118"프로그램을 만드는데 사용될 수 있습니다. 종종 자바 라이브러리의 테스트를 만드는 데 사용되기도 합니다. 더 자세한 정보는 "
120- "`Jython 웹사이트 <http ://www.jython.org/>`_ 에서 찾을 수 있습니다."
119+ "`Jython 웹사이트 <https ://www.jython.org/>`_ 에서 찾을 수 있습니다."
121120
122121#: ../../reference/introduction.rst:59
123122msgid "Python for .NET"
@@ -139,7 +138,6 @@ msgid "IronPython"
139138msgstr "IronPython"
140139
141140#: ../../reference/introduction.rst:66
142- #, fuzzy
143141msgid ""
144142"An alternate Python for .NET. Unlike Python.NET, this is a complete "
145143"Python implementation that generates IL, and compiles Python code "
@@ -149,14 +147,13 @@ msgid ""
149147msgstr ""
150148".NET을 위한 대안 파이썬. Python.NET 과는 달리 이것은 IL을 생성하고, 파이썬 코드를 .NET 어셈블리로 직접 "
151149"컴파일하는 완전한 파이썬 구현입니다. Jim Hugunin 이 만들었는데, Jython 의 원저자이기도 합니다. 자세한 정보는 "
152- "`IronPython 웹사이트 <http ://ironpython.net/>`_ 에서 얻을 수 있습니다."
150+ "`IronPython 웹사이트 <https ://ironpython.net/>`_ 에서 얻을 수 있습니다."
153151
154152#: ../../reference/introduction.rst:71
155153msgid "PyPy"
156154msgstr "PyPy"
157155
158156#: ../../reference/introduction.rst:72
159- #, fuzzy
160157msgid ""
161158"An implementation of Python written completely in Python. It supports "
162159"several advanced features not found in other implementations like "
@@ -168,7 +165,7 @@ msgid ""
168165msgstr ""
169166"완전히 파이썬으로 작성된 파이썬 구현. 스택 리스(stackless) 지원이나 JIT 컴파일러와 같이 다른 구현에서는 찾을 수 없는"
170167" 고급 기능을 제공합니다. 이 프로젝트의 목표 중 하나는 (파이썬으로 쓰였기 때문에) 인터프리터 수정을 쉽게 만들어서 언어 자체에 "
171- "대한 실험을 북돋는 것입니다. 자세한 정보는 `PyPy 프로젝트의 홈페이지 <http ://pypy.org/>`_ 에서 찾을 수 "
168+ "대한 실험을 북돋는 것입니다. 자세한 정보는 `PyPy 프로젝트의 홈페이지 <https ://pypy.org/>`_ 에서 찾을 수 "
172169"있습니다."
173170
174171#: ../../reference/introduction.rst:79
@@ -188,13 +185,16 @@ msgid "Notation"
188185msgstr "표기법"
189186
190187#: ../../reference/introduction.rst:93
191- #, fuzzy , python-format
188+ #, python-format
192189msgid ""
193190"The descriptions of lexical analysis and syntax use a modified "
194191"`Backus–Naur form (BNF) "
195192"<https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar "
196193"notation. This uses the following style of definition:"
197- msgstr "어휘 분석과 문법의 기술은 수정된 BNF 문법 표기법을 사용합니다. 이것은 다음과 같은 정의 스타일을 사용합니다."
194+ msgstr ""
195+ "어휘 분석과 문법의 기술은 수정된 `배커스-나우르 형식 (BNF) "
196+ "<https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ 문법 표기법을 사용합니다."
197+ " 이것은 다음과 같은 정의 스타일을 사용합니다."
198198
199199#: ../../reference/introduction.rst:101
200200msgid ""
@@ -261,26 +261,25 @@ msgstr ""
261261
262262#: ../../reference/introduction.rst:91
263263msgid "BNF"
264- msgstr ""
264+ msgstr "BNF "
265265
266266#: ../../reference/introduction.rst:91
267267msgid "grammar"
268- msgstr ""
268+ msgstr "문법 (grammar) "
269269
270270#: ../../reference/introduction.rst:91
271271msgid "syntax"
272- msgstr ""
272+ msgstr "문법 (syntax) "
273273
274274#: ../../reference/introduction.rst:91
275- #, fuzzy
276275msgid "notation"
277276msgstr "표기법"
278277
279278#: ../../reference/introduction.rst:118
280279msgid "lexical definitions"
281- msgstr ""
280+ msgstr "어휘 정의 "
282281
283282#: ../../reference/introduction.rst:118
284283msgid "ASCII"
285- msgstr ""
284+ msgstr "ASCII "
286285
0 commit comments