Skip to content

Commit 6b8bec4

Browse files
[po] auto sync
1 parent 483632f commit 6b8bec4

File tree

8 files changed

+37
-41
lines changed

8 files changed

+37
-41
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.49%", "updated_at": "2025-08-15T15:57:08Z"}
1+
{"translation": "81.47%", "updated_at": "2025-08-17T15:57:20Z"}

library/asyncio-protocol.po

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -591,24 +591,21 @@ msgstr "返回对应于整数文件描述符 *fd* 的通信管道的传输:"
591591

592592
#: ../../library/asyncio-protocol.rst:393
593593
msgid ""
594-
"``0``: readable streaming transport of the standard input (*stdin*), or "
594+
"``0``: writable streaming transport of the standard input (*stdin*), or "
595595
":const:`None` if the subprocess was not created with ``stdin=PIPE``"
596596
msgstr ""
597-
"``0``: 标准输入 (*stdin*) 的可读流式传输,如果子进程创建时未设置 ``stdin=PIPE`` 则为 :const:`None`"
598597

599598
#: ../../library/asyncio-protocol.rst:395
600599
msgid ""
601-
"``1``: writable streaming transport of the standard output (*stdout*), or "
600+
"``1``: readable streaming transport of the standard output (*stdout*), or "
602601
":const:`None` if the subprocess was not created with ``stdout=PIPE``"
603602
msgstr ""
604-
"``1``: 标准输出 (*stdout*) 的可写流式传输,如果子进程创建时未设置 ``stdout=PIPE`` 则为 :const:`None`"
605603

606604
#: ../../library/asyncio-protocol.rst:397
607605
msgid ""
608-
"``2``: writable streaming transport of the standard error (*stderr*), or "
606+
"``2``: readable streaming transport of the standard error (*stderr*), or "
609607
":const:`None` if the subprocess was not created with ``stderr=PIPE``"
610608
msgstr ""
611-
"``2``: 标准错误 (*stderr*) 的可写流式传输,如果子进程创建时未设置 ``stderr=PIPE`` 则为 :const:`None`"
612609

613610
#: ../../library/asyncio-protocol.rst:399
614611
msgid "other *fd*: :const:`None`"

library/asyncio-sync.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -275,9 +275,9 @@ msgstr "清空(取消设置)事件。"
275275

276276
#: ../../library/asyncio-sync.rst:160
277277
msgid ""
278-
"Tasks awaiting on :meth:`~Event.wait` will now block until the "
278+
"Subsequent tasks awaiting on :meth:`~Event.wait` will now block until the "
279279
":meth:`~Event.set` method is called again."
280-
msgstr "通过 :meth:`~Event.wait` 进行等待的任务现在将会阻塞直至 :meth:`~Event.set` 方法被再次调用。"
280+
msgstr ""
281281

282282
#: ../../library/asyncio-sync.rst:165
283283
msgid "Return ``True`` if the event is set."

library/cmdlinelibs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -22,8 +22,8 @@ msgstr ""
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

2424
#: ../../library/cmdlinelibs.rst:5
25-
msgid "Command Line Interface Libraries"
26-
msgstr "命令行界面库"
25+
msgid "Command-line interface libraries"
26+
msgstr ""
2727

2828
#: ../../library/cmdlinelibs.rst:7
2929
msgid ""

library/frameworks.po

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,38 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8-
#
96
#, fuzzy
107
msgid ""
118
msgstr ""
129
"Project-Id-Version: Python 3.13\n"
1310
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
11+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1512
"PO-Revision-Date: 2025-07-18 19:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1713
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1814
"MIME-Version: 1.0\n"
1915
"Content-Type: text/plain; charset=UTF-8\n"
2016
"Content-Transfer-Encoding: 8bit\n"
2117
"Language: zh_CN\n"
2218
"Plural-Forms: nplurals=1; plural=0;\n"
2319

24-
#: ../../library/frameworks.rst:5
25-
msgid "Program Frameworks"
26-
msgstr "程序框架"
27-
2820
#: ../../library/frameworks.rst:7
21+
msgid "Program frameworks"
22+
msgstr ""
23+
24+
#: ../../library/frameworks.rst:9
2925
msgid ""
30-
"The modules described in this chapter are frameworks that will largely "
31-
"dictate the structure of your program. Currently the modules described "
32-
"here are all oriented toward writing command-line interfaces."
33-
msgstr "本章中描述的模块是很大程度上决定程序结构的框架。 目前,这里描述的模块都面向编写命令行接口。"
26+
"This chapter is no longer maintained, and the modules it contained have been"
27+
" moved to their respective topical documentation."
28+
msgstr ""
3429

3530
#: ../../library/frameworks.rst:11
36-
msgid "The full list of modules described in this chapter is:"
37-
msgstr "本章描述的完整模块列表如下:"
31+
msgid ":mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`"
32+
msgstr ""
33+
34+
#: ../../library/frameworks.rst:12
35+
msgid ":mod:`shlex` — :doc:`Unix Specific Services <./unix>`"
36+
msgstr ""
37+
38+
#: ../../library/frameworks.rst:13
39+
msgid ":mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`"
40+
msgstr ""

library/profile.po

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -945,15 +945,11 @@ msgid ""
945945
"significant entries. Initially, the list is taken to be the complete set of"
946946
" profiled functions. Each restriction is either an integer (to select a "
947947
"count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to "
948-
"select a percentage of lines), or a string that will interpreted as a "
948+
"select a percentage of lines), or a string that will be interpreted as a "
949949
"regular expression (to pattern match the standard name that is printed). If "
950950
"several restrictions are provided, then they are applied sequentially. For "
951951
"example::"
952952
msgstr ""
953-
"所提供的参数(如果存在)可被用来将列表限制为重要的条目。 在初始状态下,列表将为加入性能分析的函数的完整集合。 "
954-
"每条限制可以是一个整数(用来选择行数),或是一个 0.0 至 1.0 "
955-
"范围内左开右闭的十进制小数(用来选择行数百分比),或是一个将被解读为正则表达式的字符串(用来匹配要打印的标准名称的模式)。 "
956-
"如果提供了多条限制,则它们将逐个被应用。 例如::"
957953

958954
#: ../../library/profile.rst:507
959955
msgid "print_stats(.1, 'foo:')"

library/tk.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -22,8 +22,8 @@ msgstr ""
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

2424
#: ../../library/tk.rst:5
25-
msgid "Graphical User Interfaces with Tk"
26-
msgstr "Tk图形用户界面(GUI)"
25+
msgid "Graphical user interfaces with Tk"
26+
msgstr ""
2727

2828
#: ../../library/tk.rst:13
2929
msgid ""

library/unix.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2025-08-17 15:09+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -22,8 +22,8 @@ msgstr ""
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

2424
#: ../../library/unix.rst:5
25-
msgid "Unix Specific Services"
26-
msgstr "Unix 专有服务"
25+
msgid "Unix-specific services"
26+
msgstr ""
2727

2828
#: ../../library/unix.rst:7
2929
msgid ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy