@@ -77,100 +77,103 @@ msgid ""
7777"provides the mapping function: given the key, it returns the associated "
7878"value. Below is a list of all functions available in the module."
7979msgstr ""
80+ "因此,这些表格以函数而非数据结构的形式公开。 在 RFC 中有两种表格:集合与映射。 对于集合,:mod:`stringprep` "
81+ "提供了“特征函数”,即如果参数是集合的一部分则返回真值的函数。 对于映射,它提供了映射函数:这种函数根据给定的键返回关联的值。 "
82+ "以下是模块中所有可用函数的列表。"
8083
8184#: ../../library/stringprep.rst:44
8285msgid ""
8386"Determine whether *code* is in tableA.1 (Unassigned code points in Unicode "
8487"3.2)."
85- msgstr ""
88+ msgstr "确定 *code* 是否属于 tableA.1 (Unicode 3.2 中的未分配码位)。 "
8689
8790#: ../../library/stringprep.rst:49
8891msgid "Determine whether *code* is in tableB.1 (Commonly mapped to nothing)."
89- msgstr ""
92+ msgstr "确定 *code* 是否属于 tableB.1 (通常映射为空值)。 "
9093
9194#: ../../library/stringprep.rst:54
9295msgid ""
9396"Return the mapped value for *code* according to tableB.2 (Mapping for case-"
9497"folding used with NFKC)."
95- msgstr ""
98+ msgstr "返回 *code* 依据 tableB.2 (配合 NFKC 使用的大小写转换映射) 所映射的值。 "
9699
97100#: ../../library/stringprep.rst:60
98101msgid ""
99102"Return the mapped value for *code* according to tableB.3 (Mapping for case-"
100103"folding used with no normalization)."
101- msgstr ""
104+ msgstr "返回 *code* 依据 tableB.3 (不附带正规化的大小写折叠映射) 所映射的值。 "
102105
103106#: ../../library/stringprep.rst:66
104107msgid "Determine whether *code* is in tableC.1.1 (ASCII space characters)."
105- msgstr ""
108+ msgstr "确定 *code* 是否属于 tableC.1.1 (ASCII 空白字符)。 "
106109
107110#: ../../library/stringprep.rst:71
108111msgid ""
109112"Determine whether *code* is in tableC.1.2 (Non-ASCII space characters)."
110- msgstr ""
113+ msgstr "确定 *code* 是否属于 tableC.1.2 (非 ASCII 空白字符)。 "
111114
112115#: ../../library/stringprep.rst:76
113116msgid ""
114117"Determine whether *code* is in tableC.1 (Space characters, union of C.1.1 "
115118"and C.1.2)."
116- msgstr ""
119+ msgstr "确定 *code* 是否属于 tableC.1 (空白字符,C.1.1 和 C.1.2 的并集)。 "
117120
118121#: ../../library/stringprep.rst:82
119122msgid "Determine whether *code* is in tableC.2.1 (ASCII control characters)."
120- msgstr ""
123+ msgstr "确定 *code* 是否属于 tableC.2.1 (ASCII 控制字符)。 "
121124
122125#: ../../library/stringprep.rst:87
123126msgid ""
124127"Determine whether *code* is in tableC.2.2 (Non-ASCII control characters)."
125- msgstr ""
128+ msgstr "确定 *code* 是否属于 tableC.2.2 (非 ASCII 控制字符)。 "
126129
127130#: ../../library/stringprep.rst:92
128131msgid ""
129132"Determine whether *code* is in tableC.2 (Control characters, union of C.2.1"
130133" and C.2.2)."
131- msgstr ""
134+ msgstr "确定 *code* 是否属于 tableC.2 (控制字符,C.2.1 和 C.2.2 的并集)。 "
132135
133136#: ../../library/stringprep.rst:98
134137msgid "Determine whether *code* is in tableC.3 (Private use)."
135- msgstr ""
138+ msgstr "确定 *code* 是否属于 tableC.3 (私有使用)。 "
136139
137140#: ../../library/stringprep.rst:103
138141msgid "Determine whether *code* is in tableC.4 (Non-character code points)."
139- msgstr ""
142+ msgstr "确定 *code* 是否属于 tableC.4 (非字符码位)。 "
140143
141144#: ../../library/stringprep.rst:108
142145msgid "Determine whether *code* is in tableC.5 (Surrogate codes)."
143- msgstr ""
146+ msgstr "确定 *code* 是否属于 tableC.5 (替代码)。 "
144147
145148#: ../../library/stringprep.rst:113
146149msgid ""
147150"Determine whether *code* is in tableC.6 (Inappropriate for plain text)."
148- msgstr ""
151+ msgstr "确定 *code* 是否属于 tableC.6 (不适用于纯文本)。 "
149152
150153#: ../../library/stringprep.rst:118
151154msgid ""
152155"Determine whether *code* is in tableC.7 (Inappropriate for canonical "
153156"representation)."
154- msgstr ""
157+ msgstr "确定 *code* 是否属于 tableC.7 (不适用于规范表示)。 "
155158
156159#: ../../library/stringprep.rst:124
157160msgid ""
158161"Determine whether *code* is in tableC.8 (Change display properties or are "
159162"deprecated)."
160- msgstr ""
163+ msgstr "确定 *code* 是否属于 tableC.8 (改变显示属性或已弃用)。 "
161164
162165#: ../../library/stringprep.rst:130
163166msgid "Determine whether *code* is in tableC.9 (Tagging characters)."
164- msgstr ""
167+ msgstr "确定 *code* 是否属于 tableC.9 (标记字符)。 "
165168
166169#: ../../library/stringprep.rst:135
167170msgid ""
168171"Determine whether *code* is in tableD.1 (Characters with bidirectional "
169172"property \" R\" or \" AL\" )."
170- msgstr ""
173+ msgstr "确定 *code* 是否属于 tableD.1 (带有双向属性 \" R \" 或 \" AL \" 的字符)。 "
171174
172175#: ../../library/stringprep.rst:141
173176msgid ""
174177"Determine whether *code* is in tableD.2 (Characters with bidirectional "
175178"property \" L\" )."
176- msgstr ""
179+ msgstr "确定 *code* 是否属于 tableD.2 (带有双向属性 \" L \" 的字符)。 "
0 commit comments