@@ -107,7 +107,6 @@ msgid "Jython"
107
107
msgstr "Jython"
108
108
109
109
#: ../../reference/introduction.rst:54
110
- #, fuzzy
111
110
msgid ""
112
111
"Python implemented in Java. This implementation can be used as a "
113
112
"scripting language for Java applications, or can be used to create "
@@ -117,7 +116,7 @@ msgid ""
117
116
msgstr ""
118
117
"파이썬 자바구현. 이 구현은 자바 응용 프로그램을 위한 스크립트 언어로 사용되거나, 자바 클래스 라이브러리를 활용하는 응용 "
119
118
"프로그램을 만드는데 사용될 수 있습니다. 종종 자바 라이브러리의 테스트를 만드는 데 사용되기도 합니다. 더 자세한 정보는 "
120
- "`Jython 웹사이트 <http ://www.jython.org/>`_ 에서 찾을 수 있습니다."
119
+ "`Jython 웹사이트 <https ://www.jython.org/>`_ 에서 찾을 수 있습니다."
121
120
122
121
#: ../../reference/introduction.rst:59
123
122
msgid "Python for .NET"
@@ -139,7 +138,6 @@ msgid "IronPython"
139
138
msgstr "IronPython"
140
139
141
140
#: ../../reference/introduction.rst:66
142
- #, fuzzy
143
141
msgid ""
144
142
"An alternate Python for .NET. Unlike Python.NET, this is a complete "
145
143
"Python implementation that generates IL, and compiles Python code "
@@ -149,14 +147,13 @@ msgid ""
149
147
msgstr ""
150
148
".NET을 위한 대안 파이썬. Python.NET 과는 달리 이것은 IL을 생성하고, 파이썬 코드를 .NET 어셈블리로 직접 "
151
149
"컴파일하는 완전한 파이썬 구현입니다. Jim Hugunin 이 만들었는데, Jython 의 원저자이기도 합니다. 자세한 정보는 "
152
- "`IronPython 웹사이트 <http ://ironpython.net/>`_ 에서 얻을 수 있습니다."
150
+ "`IronPython 웹사이트 <https ://ironpython.net/>`_ 에서 얻을 수 있습니다."
153
151
154
152
#: ../../reference/introduction.rst:71
155
153
msgid "PyPy"
156
154
msgstr "PyPy"
157
155
158
156
#: ../../reference/introduction.rst:72
159
- #, fuzzy
160
157
msgid ""
161
158
"An implementation of Python written completely in Python. It supports "
162
159
"several advanced features not found in other implementations like "
@@ -168,7 +165,7 @@ msgid ""
168
165
msgstr ""
169
166
"완전히 파이썬으로 작성된 파이썬 구현. 스택 리스(stackless) 지원이나 JIT 컴파일러와 같이 다른 구현에서는 찾을 수 없는"
170
167
" 고급 기능을 제공합니다. 이 프로젝트의 목표 중 하나는 (파이썬으로 쓰였기 때문에) 인터프리터 수정을 쉽게 만들어서 언어 자체에 "
171
- "대한 실험을 북돋는 것입니다. 자세한 정보는 `PyPy 프로젝트의 홈페이지 <http ://pypy.org/>`_ 에서 찾을 수 "
168
+ "대한 실험을 북돋는 것입니다. 자세한 정보는 `PyPy 프로젝트의 홈페이지 <https ://pypy.org/>`_ 에서 찾을 수 "
172
169
"있습니다."
173
170
174
171
#: ../../reference/introduction.rst:79
@@ -188,13 +185,16 @@ msgid "Notation"
188
185
msgstr "표기법"
189
186
190
187
#: ../../reference/introduction.rst:93
191
- #, fuzzy , python-format
188
+ #, python-format
192
189
msgid ""
193
190
"The descriptions of lexical analysis and syntax use a modified "
194
191
"`Backus–Naur form (BNF) "
195
192
"<https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar "
196
193
"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
+ " 이것은 다음과 같은 정의 스타일을 사용합니다."
198
198
199
199
#: ../../reference/introduction.rst:101
200
200
msgid ""
@@ -261,26 +261,25 @@ msgstr ""
261
261
262
262
#: ../../reference/introduction.rst:91
263
263
msgid "BNF"
264
- msgstr ""
264
+ msgstr "BNF "
265
265
266
266
#: ../../reference/introduction.rst:91
267
267
msgid "grammar"
268
- msgstr ""
268
+ msgstr "문법 (grammar) "
269
269
270
270
#: ../../reference/introduction.rst:91
271
271
msgid "syntax"
272
- msgstr ""
272
+ msgstr "문법 (syntax) "
273
273
274
274
#: ../../reference/introduction.rst:91
275
- #, fuzzy
276
275
msgid "notation"
277
276
msgstr "표기법"
278
277
279
278
#: ../../reference/introduction.rst:118
280
279
msgid "lexical definitions"
281
- msgstr ""
280
+ msgstr "어휘 정의 "
282
281
283
282
#: ../../reference/introduction.rst:118
284
283
msgid "ASCII"
285
- msgstr ""
284
+ msgstr "ASCII "
286
285
0 commit comments