@@ -17,20 +17,20 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/keyword.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!keyword` --- Testing for Python keywords"
22
- msgstr ":mod:`keyword` --- 파이썬 키워드 검사"
21
+ msgstr ":mod:`! keyword` --- 파이썬 키워드 검사"
23
22
24
23
#: ../../library/keyword.rst:7
25
24
msgid "**Source code:** :source:`Lib/keyword.py`"
26
25
msgstr "**소스 코드:** :source:`Lib/keyword.py`"
27
26
28
27
#: ../../library/keyword.rst:11
29
- #, fuzzy
30
28
msgid ""
31
29
"This module allows a Python program to determine if a string is a "
32
30
":ref:`keyword <keywords>` or :ref:`soft keyword <soft-keywords>`."
33
- msgstr "이 모듈은 파이썬 프로그램이 문자열이 :ref:`키워드 <keywords>`\\ 인지 판단하게 합니다."
31
+ msgstr ""
32
+ "이 모듈은 파이썬 프로그램이 문자열이 :ref:`키워드 <keywords>` 나 :ref:`소프트 키워드 <soft-"
33
+ "keywords>`\\ 인지 판단하게 합니다."
34
34
35
35
#: ../../library/keyword.rst:17
36
36
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
@@ -47,22 +47,17 @@ msgstr ""
47
47
"문이 적용될 때만 활성화되도록 키워드가 정의되어 있으면, 이러한 키워드도 함께 포함됩니다."
48
48
49
49
#: ../../library/keyword.rst:29
50
- #, fuzzy
51
50
msgid "Return ``True`` if *s* is a Python :ref:`soft keyword <soft-keywords>`."
52
- msgstr "*s*\\ 가 파이썬 :ref:`키워드 <keywords>`\\ 면 ``True``\\ 를 반환합니다."
51
+ msgstr "*s*\\ 가 파이썬 :ref:`소프트 키워드 <soft- keywords>`\\ 면 ``True``\\ 를 반환합니다."
53
52
54
53
#: ../../library/keyword.rst:36
55
- #, fuzzy
56
54
msgid ""
57
55
"Sequence containing all the :ref:`soft keywords <soft-keywords>` defined "
58
56
"for the interpreter. If any soft keywords are defined to only be active "
59
57
"when particular :mod:`__future__` statements are in effect, these will be"
60
58
" included as well."
61
59
msgstr ""
62
- "인터프리터에 대해 정의된 모든 소프트(soft) :ref:`키워드 <keywords >`\\ 를 포함하는 시퀀스. 특정 "
60
+ "인터프리터에 대해 정의된 모든 :ref:`소프트 키워드 <soft-kkeywords >`\\ 를 포함하는 시퀀스. 특정 "
63
61
":mod:`__future__` 문이 적용될 때만 활성화되도록 소프트(soft) 키워드가 정의되어 있으면, 이러한 키워드도 함께 "
64
62
"포함됩니다."
65
63
66
- #~ msgid "Return ``True`` if *s* is a Python soft :ref:`keyword <keywords>`."
67
- #~ msgstr "*s*\\가 파이썬 소프트(soft) :ref:`키워드 <keywords>`\\면 ``True``\\를 반환합니다."
68
-
0 commit comments