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

Skip to content

Commit ad1097f

Browse files
[po] auto sync
1 parent b141cbe commit ad1097f

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.95%", "updated_at": "2024-02-01T16:24:44Z"}
1+
{"translation": "90.96%", "updated_at": "2024-02-02T01:36:18Z"}

whatsnew/2.7.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,21 +514,21 @@ msgstr ""
514514

515515
#: ../../whatsnew/2.7.rst:438
516516
msgid ":mod:`argparse` documentation"
517-
msgstr ""
517+
msgstr ":mod:`argparse` 文档"
518518

519519
#: ../../whatsnew/2.7.rst:438
520520
msgid "The documentation page of the argparse module."
521521
msgstr "argparse 模块的文档页面。"
522522

523523
#: ../../whatsnew/2.7.rst:442
524524
msgid ":ref:`upgrading-optparse-code`"
525-
msgstr ""
525+
msgstr ":ref:`upgrading-optparse-code`"
526526

527527
#: ../../whatsnew/2.7.rst:441
528528
msgid ""
529529
"Part of the Python documentation, describing how to convert code that uses "
530530
":mod:`optparse`."
531-
msgstr ""
531+
msgstr "Python 文档的一部分,描述如何转换使用了 :mod:`optparse` 的代码。"
532532

533533
#: ../../whatsnew/2.7.rst:444
534534
msgid ":pep:`389` - argparse - New Command Line Parsing Module"
@@ -540,7 +540,7 @@ msgstr "PEP 由 Steven Bethard 撰写并实现。"
540540

541541
#: ../../whatsnew/2.7.rst:448
542542
msgid "PEP 391: Dictionary-Based Configuration For Logging"
543-
msgstr ""
543+
msgstr "PEP 391: 基于字典的日志配置"
544544

545545
#: ../../whatsnew/2.7.rst:450
546546
msgid ""

whatsnew/3.5.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ msgstr "一个使用新语法编写的基本 HTTP 客户端示例::"
312312
msgid ""
313313
"Similarly to asynchronous iteration, there is a new syntax for asynchronous "
314314
"context managers. The following script::"
315-
msgstr ""
315+
msgstr "与异步迭代类似,增加了用于异步上下文管理器的新语法。 以下代码::"
316316

317317
#: ../../whatsnew/3.5.rst:235
318318
msgid "will output::"
@@ -323,6 +323,8 @@ msgid ""
323323
"Note that both :keyword:`async for` and :keyword:`async with` can only be "
324324
"used inside a coroutine function declared with :keyword:`async def`."
325325
msgstr ""
326+
"请注意 :keyword:`async for` 和 :keyword:`async with` 都只能在通过 :keyword:`async def`"
327+
" 声明的协程函数中使用。"
326328

327329
#: ../../whatsnew/3.5.rst:247
328330
msgid ""

0 commit comments

Comments
 (0)