Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8697f5f

Browse files
committed
[po] auto sync bot
1 parent 0d2c691 commit 8697f5f

2 files changed

Lines changed: 28 additions & 21 deletions

File tree

library/readline.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Menghua Xiao <[email protected]>, 2018
8+
# Freesand Leo <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-05-29 11:32+0900\n"
1516
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
16-
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +24,7 @@ msgstr ""
2324

2425
#: ../../library/readline.rst:2
2526
msgid ":mod:`readline` --- GNU readline interface"
26-
msgstr ""
27+
msgstr ":mod:`readline` --- GNU readline 接口"
2728

2829
#: ../../library/readline.rst:12
2930
msgid ""
@@ -35,6 +36,9 @@ msgid ""
3536
"interpreter's interactive prompt and the prompts offered by the built-in "
3637
":func:`input` function."
3738
msgstr ""
39+
":mod:`readline` 模块定义了许多方便从 Python 解释器完成和读取/写入历史文件的函数。 "
40+
"此模块可以直接使用,或通过支持在交互提示符下完成 Python 标识符的 :mod:`rlcompleter` 模块使用。 "
41+
"使用此模块进行的设置会同时影响解释器的交互提示符以及内置 :func:`input` 函数提供的提示符。"
3842

3943
#: ../../library/readline.rst:20
4044
msgid ""

library/stringprep.po

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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."
7979
msgstr ""
80+
"因此,这些表格以函数而非数据结构的形式公开。 在 RFC 中有两种表格:集合与映射。 对于集合,:mod:`stringprep` "
81+
"提供了“特征函数”,即如果参数是集合的一部分则返回真值的函数。 对于映射,它提供了映射函数:这种函数根据给定的键返回关联的值。 "
82+
"以下是模块中所有可用函数的列表。"
8083

8184
#: ../../library/stringprep.rst:44
8285
msgid ""
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
8891
msgid "Determine whether *code* is in tableB.1 (Commonly mapped to nothing)."
89-
msgstr ""
92+
msgstr "确定 *code* 是否属于 tableB.1 (通常映射为空值)。"
9093

9194
#: ../../library/stringprep.rst:54
9295
msgid ""
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
98101
msgid ""
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
104107
msgid "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
108111
msgid ""
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
113116
msgid ""
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
119122
msgid "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
123126
msgid ""
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
128131
msgid ""
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
134137
msgid "Determine whether *code* is in tableC.3 (Private use)."
135-
msgstr ""
138+
msgstr "确定 *code* 是否属于 tableC.3 (私有使用)。"
136139

137140
#: ../../library/stringprep.rst:103
138141
msgid "Determine whether *code* is in tableC.4 (Non-character code points)."
139-
msgstr ""
142+
msgstr "确定 *code* 是否属于 tableC.4 (非字符码位)。"
140143

141144
#: ../../library/stringprep.rst:108
142145
msgid "Determine whether *code* is in tableC.5 (Surrogate codes)."
143-
msgstr ""
146+
msgstr "确定 *code* 是否属于 tableC.5 (替代码)。"
144147

145148
#: ../../library/stringprep.rst:113
146149
msgid ""
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
151154
msgid ""
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
157160
msgid ""
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
163166
msgid "Determine whether *code* is in tableC.9 (Tagging characters)."
164-
msgstr ""
167+
msgstr "确定 *code* 是否属于 tableC.9 (标记字符)。"
165168

166169
#: ../../library/stringprep.rst:135
167170
msgid ""
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
173176
msgid ""
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

Comments
 (0)