Skip to content

Commit 6dc3eab

Browse files
[po] auto sync
1 parent 5ab7611 commit 6dc3eab

2 files changed

Lines changed: 42 additions & 32 deletions

File tree

library/ast.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ msgid ""
480480
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external "
481481
"documentation resource, has good details on working with Python ASTs."
482482
msgstr ""
483+
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_,一个外部文档资源,包含处理"
484+
" Python AST 的完整细节。"
483485

484486
#: ../../library/ast.rst:349
485487
msgid ""
@@ -488,13 +490,17 @@ msgid ""
488490
"code that generated them. This is helpful for tools that make source code "
489491
"transformations."
490492
msgstr ""
493+
"`ASTTokens <https://asttokens.readthedocs.io/en/latest/user-guide.html>`_ 会为"
494+
" Python AST 标注生成它们的源代码中的形符和文本的位置。 这对执行源代码转换的工具很有帮助。"
491495

492496
#: ../../library/ast.rst:354
493497
msgid ""
494498
"`leoAst.py <http://leoeditor.com/appendices.html#leoast-py>`_ unifies the "
495499
"token-based and parse-tree-based views of python programs by inserting two-"
496500
"way links between tokens and ast nodes."
497501
msgstr ""
502+
"`leoAst.py <http://leoeditor.com/appendices.html#leoast-py>`_ 通过在形符和 ast "
503+
"节点之间插入双向链接统一了 Python 程序基于形符的和基于解析树的视图。"
498504

499505
#: ../../library/ast.rst:358
500506
msgid ""
@@ -503,6 +509,8 @@ msgid ""
503509
"useful for building automated refactoring (codemod) applications and "
504510
"linters."
505511
msgstr ""
512+
"`LibCST <https://libcst.readthedocs.io/>`_ 将代码解析为一个实体语法树(Concrete Syntax "
513+
"Tree),它看起来像是 ast 树而又保留了所有格式化细节。 它对构建自动化重构(codemod)应用和代码质量检查工具很有用处。"
506514

507515
#: ../../library/ast.rst:363
508516
msgid ""
@@ -511,3 +519,5 @@ msgid ""
511519
"multiple Python versions). Parso is also able to list multiple syntax errors"
512520
" in your python file."
513521
msgstr ""
522+
"`Parso <https://parso.readthedocs.io>`_ 是一个支持错误恢复和不同 Python 版本的(在多个 Python "
523+
"版本中)往返解析的 Python 解析器。 Parso 还能列出你的 Python 文件中的许多错误。"

library/token.po

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Alpha Du <alphanow@gmail.com>, 2020
88
# Alex Ding <dxtfz@foxmail.com>, 2020
9-
# Freesand Leo <yuqinju@163.com>, 2020
9+
# Freesand Leo <yuqinju@163.com>, 2022
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1717
"PO-Revision-Date: 2020-05-30 12:12+0000\n"
18-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -133,123 +133,123 @@ msgstr "``\">\"`` 的权标值。"
133133

134134
#: ../../library/token-list.inc:78
135135
msgid "Token value for ``\"=\"``."
136-
msgstr ""
136+
msgstr "``\"=\"`` 的形符值。"
137137

138138
#: ../../library/token-list.inc:82
139139
msgid "Token value for ``\".\"``."
140-
msgstr ""
140+
msgstr "``\".\"`` 的形符值。"
141141

142142
#: ../../library/token-list.inc:86
143143
msgid "Token value for ``\"%\"``."
144-
msgstr ""
144+
msgstr "``\"%\"``"
145145

146146
#: ../../library/token-list.inc:90
147147
msgid "Token value for ``\"{\"``."
148-
msgstr ""
148+
msgstr " ``\"{\"`` 的形符值。"
149149

150150
#: ../../library/token-list.inc:94
151151
msgid "Token value for ``\"}\"``."
152-
msgstr ""
152+
msgstr "``\"}\"`` 的形符值。"
153153

154154
#: ../../library/token-list.inc:98
155155
msgid "Token value for ``\"==\"``."
156-
msgstr ""
156+
msgstr "``\"==\"`` 的形符值。"
157157

158158
#: ../../library/token-list.inc:102
159159
msgid "Token value for ``\"!=\"``."
160-
msgstr ""
160+
msgstr "``\"!=\"`` 的形符值。"
161161

162162
#: ../../library/token-list.inc:106
163163
msgid "Token value for ``\"<=\"``."
164-
msgstr ""
164+
msgstr "``\"<=\"`` 的形符值。"
165165

166166
#: ../../library/token-list.inc:110
167167
msgid "Token value for ``\">=\"``."
168-
msgstr ""
168+
msgstr "``\">=\"`` 的形符值。"
169169

170170
#: ../../library/token-list.inc:114
171171
msgid "Token value for ``\"~\"``."
172-
msgstr ""
172+
msgstr "``\"~\"`` 的形符值。"
173173

174174
#: ../../library/token-list.inc:118
175175
msgid "Token value for ``\"^\"``."
176-
msgstr ""
176+
msgstr "``\"^\"`` 的形符值。"
177177

178178
#: ../../library/token-list.inc:122
179179
msgid "Token value for ``\"<<\"``."
180-
msgstr ""
180+
msgstr "``\"<<\"`` 的形符值。"
181181

182182
#: ../../library/token-list.inc:126
183183
msgid "Token value for ``\">>\"``."
184-
msgstr ""
184+
msgstr "``\">>\"`` 的形符值。"
185185

186186
#: ../../library/token-list.inc:130
187187
msgid "Token value for ``\"**\"``."
188-
msgstr ""
188+
msgstr "``\"**\"`` 的形符值。"
189189

190190
#: ../../library/token-list.inc:134
191191
msgid "Token value for ``\"+=\"``."
192-
msgstr ""
192+
msgstr "``\"+=\"`` 的形符值。"
193193

194194
#: ../../library/token-list.inc:138
195195
msgid "Token value for ``\"-=\"``."
196-
msgstr ""
196+
msgstr "``\"-=\"`` 的形符值。"
197197

198198
#: ../../library/token-list.inc:142
199199
msgid "Token value for ``\"*=\"``."
200-
msgstr ""
200+
msgstr "``\"*=\"`` 的形符值。"
201201

202202
#: ../../library/token-list.inc:146
203203
msgid "Token value for ``\"/=\"``."
204-
msgstr ""
204+
msgstr "``\"/=\"`` 的形符值。"
205205

206206
#: ../../library/token-list.inc:150
207207
msgid "Token value for ``\"%=\"``."
208-
msgstr ""
208+
msgstr "``\"%=\"`` 的形符值。"
209209

210210
#: ../../library/token-list.inc:154
211211
msgid "Token value for ``\"&=\"``."
212-
msgstr ""
212+
msgstr "``\"&=\"`` 的形符值。"
213213

214214
#: ../../library/token-list.inc:158
215215
msgid "Token value for ``\"|=\"``."
216-
msgstr ""
216+
msgstr "``\"|=\"`` 的形符值。"
217217

218218
#: ../../library/token-list.inc:162
219219
msgid "Token value for ``\"^=\"``."
220-
msgstr ""
220+
msgstr "``\"^=\"`` 的形符值。"
221221

222222
#: ../../library/token-list.inc:166
223223
msgid "Token value for ``\"<<=\"``."
224-
msgstr ""
224+
msgstr "``\"<<=\"`` 的形符值。"
225225

226226
#: ../../library/token-list.inc:170
227227
msgid "Token value for ``\">>=\"``."
228-
msgstr ""
228+
msgstr "``\">>=\"`` 的形符值。"
229229

230230
#: ../../library/token-list.inc:174
231231
msgid "Token value for ``\"**=\"``."
232-
msgstr ""
232+
msgstr "``\"**=\"`` 的形符值。"
233233

234234
#: ../../library/token-list.inc:178
235235
msgid "Token value for ``\"//\"``."
236-
msgstr ""
236+
msgstr "``\"//\"`` 的形符值。"
237237

238238
#: ../../library/token-list.inc:182
239239
msgid "Token value for ``\"//=\"``."
240-
msgstr ""
240+
msgstr "``\"//=\"`` 的形符值。"
241241

242242
#: ../../library/token-list.inc:186
243243
msgid "Token value for ``\"@\"``."
244-
msgstr ""
244+
msgstr "``\"@\"`` 的形符值。"
245245

246246
#: ../../library/token-list.inc:190
247247
msgid "Token value for ``\"@=\"``."
248-
msgstr ""
248+
msgstr "``\"@=\"`` 的形符值。"
249249

250250
#: ../../library/token-list.inc:194
251251
msgid "Token value for ``\"->\"``."
252-
msgstr ""
252+
msgstr "``\"->\"`` 的形符值。"
253253

254254
#: ../../library/token-list.inc:198
255255
msgid "Token value for ``\"...\"``."

0 commit comments

Comments
 (0)