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

Skip to content

Commit e9b2ae5

Browse files
[po] auto sync
1 parent b0c25a9 commit e9b2ae5

24 files changed

Lines changed: 60 additions & 50 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.65%", "updated_at": "2024-05-24T15:48:11Z"}
1+
{"translation": "94.75%", "updated_at": "2024-05-24T18:47:16Z"}

howto/sorting.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -226,7 +226,7 @@ msgstr "首先,用控制排序顺序的新值装饰初始列表。"
226226

227227
#: ../../howto/sorting.rst:217
228228
msgid "Second, the decorated list is sorted."
229-
msgstr "其次,对经过装饰的列表排序。"
229+
msgstr "其次,排序装饰后的列表。"
230230

231231
#: ../../howto/sorting.rst:219
232232
msgid ""

library/_thread.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/_thread.rst:2
2525
msgid ":mod:`!_thread` --- Low-level threading API"
26-
msgstr ""
26+
msgstr ":mod:`!_thread` --- 低层级多线程 API"
2727

2828
#: ../../library/_thread.rst:15
2929
msgid ""
@@ -237,6 +237,8 @@ msgid ""
237237
"without waiting, while if it is true, the lock is acquired unconditionally "
238238
"as above."
239239
msgstr ""
240+
"如果提供了 *blocking* "
241+
"参数,具体的行为将取决于它的值:如果它为假值,则只在能够立即获取到锁而无需等待时才会获取,而如果它为真值,则会与上面一样无条件地获取锁。"
240242

241243
#: ../../library/_thread.rst:173
242244
msgid ""
@@ -245,6 +247,8 @@ msgid ""
245247
"*timeout* argument specifies an unbounded wait. You cannot specify a "
246248
"*timeout* if *blocking* is false."
247249
msgstr ""
250+
"如果提供了浮点数形式的 *timeout* 参数且为正值,它将指明在返回之前的最大等待秒数。 负的 *timeout* 参数表示无限期的等待。 如果 "
251+
"*blocking* 为假值则你不能指定 *timeout*。"
248252

249253
#: ../../library/_thread.rst:178
250254
msgid ""

library/base64.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/base64.rst:2
2525
msgid ":mod:`!base64` --- Base16, Base32, Base64, Base85 Data Encodings"
26-
msgstr ""
26+
msgstr ":mod:`!base64` --- Base16, Base32, Base64, Base85 数据编码"
2727

2828
#: ../../library/base64.rst:8
2929
msgid "**Source code:** :source:`Lib/base64.py`"

library/bz2.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/bz2.rst:2
2525
msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression"
26-
msgstr ""
26+
msgstr ":mod:`!bz2` --- 对 :program:`bzip2` 压缩算法的支持"
2727

2828
#: ../../library/bz2.rst:12
2929
msgid "**Source code:** :source:`Lib/bz2.py`"

library/calendar.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/calendar.rst:2
2525
msgid ":mod:`!calendar` --- General calendar-related functions"
26-
msgstr ""
26+
msgstr ":mod:`!calendar` --- 通用日历相关函数"
2727

2828
#: ../../library/calendar.rst:10
2929
msgid "**Source code:** :source:`Lib/calendar.py`"

library/cmd.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/cmd.rst:2
2525
msgid ":mod:`!cmd` --- Support for line-oriented command interpreters"
26-
msgstr ""
26+
msgstr ":mod:`!cmd` --- 对面向行的命令解释器的支持"
2727

2828
#: ../../library/cmd.rst:9
2929
msgid "**Source code:** :source:`Lib/cmd.py`"

library/code.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/code.rst:2
2525
msgid ":mod:`!code` --- Interpreter base classes"
26-
msgstr ""
26+
msgstr ":mod:`!code` --- 解释器基类"
2727

2828
#: ../../library/code.rst:7
2929
msgid "**Source code:** :source:`Lib/code.py`"

library/codecs.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/codecs.rst:2
2525
msgid ":mod:`!codecs` --- Codec registry and base classes"
26-
msgstr ""
26+
msgstr ":mod:`!codecs` --- 编解码器注册和相关基类"
2727

2828
#: ../../library/codecs.rst:11
2929
msgid "**Source code:** :source:`Lib/codecs.py`"

library/collections.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-11 19:07+0000\n"
14+
"POT-Creation-Date: 2024-05-24 14:49+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/collections.rst:2
2525
msgid ":mod:`!collections` --- Container datatypes"
26-
msgstr ""
26+
msgstr ":mod:`!collections` --- 容器数据类型"
2727

2828
#: ../../library/collections.rst:10
2929
msgid "**Source code:** :source:`Lib/collections/__init__.py`"
@@ -264,6 +264,8 @@ msgid ""
264264
"mapping-objects/>`_ has options to control whether writes and other "
265265
"mutations apply only to the first mapping or to any mapping in the chain."
266266
msgstr ""
267+
"`Nested Contexts recipe <https://code.activestate.com/recipes/577434-nested-"
268+
"contexts-a-chain-of-mapping-objects/>`_ 提供了对于写入和其他修改是只应用于链路中第一个映射还是所有映射的选项。"
267269

268270
#: ../../library/collections.rst:141
269271
msgid ""

0 commit comments

Comments
 (0)