@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/html.entities.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!html.entities` --- Definitions of HTML general entities"
22
- msgstr ":mod:`html.entities` --- HTML 일반 엔티티의 정의"
21
+ msgstr ":mod:`! html.entities` --- HTML 일반 엔티티의 정의"
23
22
24
23
#: ../../library/html.entities.rst:9
25
24
msgid "**Source code:** :source:`Lib/html/entities.py`"
@@ -54,25 +53,22 @@ msgid ""
54
53
msgstr "XHTML 1.0 엔티티 정의를 ISO Latin-1의 치환 텍스트에 매핑하는 딕셔너리."
55
54
56
55
#: ../../library/html.entities.rst:37
57
- #, fuzzy
58
56
msgid "A dictionary that maps HTML4 entity names to the Unicode code points."
59
- msgstr "HTML 엔티티 이름을 유니코드 코드 포인트에 매핑하는 딕셔너리."
57
+ msgstr "HTML4 엔티티 이름을 유니코드 코드 포인트에 매핑하는 딕셔너리."
60
58
61
59
#: ../../library/html.entities.rst:42
62
- #, fuzzy
63
60
msgid "A dictionary that maps Unicode code points to HTML4 entity names."
64
- msgstr "유니코드 코드 포인트를 HTML 엔티티 이름에 매핑하는 딕셔너리."
61
+ msgstr "유니코드 코드 포인트를 HTML4 엔티티 이름에 매핑하는 딕셔너리."
65
62
66
63
#: ../../library/html.entities.rst:46
67
64
msgid "Footnotes"
68
65
msgstr "각주"
69
66
70
67
#: ../../library/html.entities.rst:47
71
- #, fuzzy
72
68
msgid ""
73
69
"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
74
70
"character-references"
75
71
msgstr ""
76
- "https://www.w3. org/TR/html5/syntax .html#named-character-references 를 "
77
- "참조하십시오."
72
+ "https://html.spec.whatwg. org/multipage/named-characters .html#named-"
73
+ "character-references 를 참조하십시오."
78
74
0 commit comments