Skip to content

Commit 1006299

Browse files
committed
#1005 - remove fuzzy flags
1 parent 56b9f41 commit 1006299

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

library/__future__.po

+17-10
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/__future__.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!__future__` --- Future statement definitions"
22-
msgstr ":mod:`__future__` --- 퓨처 문 정의"
21+
msgstr ":mod:`!__future__` --- 퓨처 문 정의"
2322

2423
#: ../../library/__future__.rst:7
2524
msgid "**Source code:** :source:`Lib/__future__.py`"
@@ -61,15 +60,14 @@ msgstr ""
6160
"할 수 있습니다."
6261

6362
#: ../../library/__future__.rst:29
64-
#, fuzzy
6563
msgid ""
6664
"To ensure that :ref:`future statements <future>` run under releases prior"
6765
" to Python 2.1 at least yield runtime exceptions (the import of "
6866
":mod:`__future__` will fail, because there was no module of that name "
6967
"prior to 2.1)."
7068
msgstr ""
71-
"2.1 이전의 배포에서 :ref:`퓨처 문 <future>` 을 실행하면 최소한 실행시간 예외를 일으키도록 보장하기 위해 (2.1 "
72-
"이전에는 그런 이름의 모듈이 없으므로 :mod:`__future__` 임포트는 실패합니다)."
69+
"파이썬 2.1 이전의 배포에서 :ref:`퓨처 문 <future>` 을 실행하면 최소한 실행시간 예외를 일으키도록 보장하기 위해 "
70+
"(2.1 이전에는 그런 이름의 모듈이 없으므로 :mod:`__future__` 임포트는 실패합니다)."
7371

7472
#: ../../library/__future__.rst:34
7573
msgid "Module Contents"
@@ -219,7 +217,7 @@ msgstr "3.7.0b1"
219217

220218
#: ../../library/__future__.rst:67
221219
msgid "TBD [1]_"
222-
msgstr ""
220+
msgstr "TBD [1]_"
223221

224222
#: ../../library/__future__.rst:67
225223
msgid ":pep:`563`: *Postponed evaluation of annotations*"
@@ -234,6 +232,8 @@ msgid ""
234232
"FeatureName = _Feature(OptionalRelease, MandatoryRelease,\n"
235233
" CompilerFlag)"
236234
msgstr ""
235+
"FeatureName = _Feature(OptionalRelease, MandatoryRelease,\n"
236+
" CompilerFlag)"
237237

238238
#: ../../library/__future__.rst:82
239239
msgid ""
@@ -253,6 +253,13 @@ msgid ""
253253
" PY_RELEASE_SERIAL # the 3; an int\n"
254254
")"
255255
msgstr ""
256+
"(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int\n"
257+
" PY_MINOR_VERSION, # the 1; an int\n"
258+
" PY_MICRO_VERSION, # the 0; an int\n"
259+
" PY_RELEASE_LEVEL, # \"alpha\", \"beta\", \"candidate\" or \"final\"; "
260+
"string\n"
261+
" PY_RELEASE_SERIAL # the 3; an int\n"
262+
")"
256263

257264
#: ../../library/__future__.rst:94
258265
msgid ""
@@ -280,14 +287,14 @@ msgstr ""
280287
" 해당 기능을 사용하기 위해 더 퓨처 문을 요구하지 않지만, 그러한 임포트는 계속 사용할 수 있습니다."
281288

282289
#: ../../library/__future__.rst:106
283-
#, fuzzy
284290
msgid ""
285291
"*MandatoryRelease* may also be ``None``, meaning that a planned feature "
286292
"got dropped or that it is not yet decided."
287-
msgstr "*MandatoryRelease* 는 ``None`` 일 수도 있습니다. 이는 계획된 기능이 삭제되었음을 의미합니다."
293+
msgstr ""
294+
"*MandatoryRelease* 는 ``None`` 일 수도 있습니다. 이는 계획된 기능이 삭제되었거나 아직 결정되지 않았음을 "
295+
"의미합니다."
288296

289297
#: ../../library/__future__.rst:111
290-
#, fuzzy
291298
msgid ""
292299
"*CompilerFlag* is the (bitfield) flag that should be passed in the fourth"
293300
" argument to the built-in function :func:`compile` to enable the feature "
@@ -296,7 +303,7 @@ msgid ""
296303
msgstr ""
297304
"*CompilerFlag* 은 동적으로 컴파일되는 코드에서 해당 기능을 활성화하기 위해, 내장 함수 :func:`compile` 의"
298305
" 네 번째 인자로 전달되어야 하는 (비트 필드) 플래그입니다. 이 플래그는 :class:`_Feature` 인스턴스의 "
299-
":attr:`compiler_flag` 어트리뷰트에 저장됩니다."
306+
":attr:`_Feature.compiler_flag` 어트리뷰트에 저장됩니다."
300307

301308
#: ../../library/__future__.rst:117
302309
msgid ""

0 commit comments

Comments
 (0)