Skip to content

Commit 2de1534

Browse files
[po] auto sync
1 parent 3748078 commit 2de1534

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.80%", "updated_at": "2024-04-26T03:23:53Z"}
1+
{"translation": "92.80%", "updated_at": "2024-04-27T06:25:14Z"}

howto/logging-cookbook.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-01-12 22:01+0000\n"
22+
"POT-Creation-Date: 2024-04-26 21:29+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2424
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1267,7 +1267,7 @@ msgid ""
12671267
"is constructed."
12681268
msgstr ""
12691269
"在 Python 3.2 中,:class:`~logging.Formatter` 增加了一个 ``style`` 关键字形参,它默认为 ``%`` "
1270-
"以便向下兼容,但是允许采用 ``{`` 或 ``{TX-PL-LABEL}#x60;`` 来支持 :meth:`str.format` 和 "
1270+
"以便向下兼容,但是允许采用 ``{`` 或 ``$`` 来支持 :meth:`str.format` 和 "
12711271
":class:`string.Template` 所支持的格式化方式。 "
12721272
"请注意此形参控制着用用于最终输出到日志的日志消息格式,并且与单独日志消息的构造方式完全无关。"
12731273

library/site.po

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,16 +8,17 @@
88
# helloworldSB <warningfor163@foxmail.com>, 2021
99
# Freesand Leo <yuqinju@163.com>, 2021
1010
# Alpha Du <alphanow@gmail.com>, 2022
11+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.9\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
18+
"POT-Creation-Date: 2024-04-26 21:29+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:26+0000\n"
19-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n"
20-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
20+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
21+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
@@ -138,7 +139,7 @@ msgstr ""
138139
"例如,假设 ``sys.prefix`` 和 ``sys.exec_prefix`` 已经被设置为 :file:`/usr/local`。 Python"
139140
" X.Y 的库之后被安装为 :file:`/usr/local/lib/python{X.Y}`。假设有一个拥有三个孙目录 :file:`foo`, "
140141
":file:`bar` 和 :file:`spam` 的子目录 :file:`/usr/local/lib/python{X.Y}/site-"
141-
"packages`,并且有两个路径配置文件 :file:`foot.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` "
142+
"packages`,并且有两个路径配置文件 :file:`foo.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` "
142143
"内容如下::"
143144

144145
#: ../../library/site.rst:95
@@ -177,7 +178,7 @@ msgid ""
177178
"perhaps mysterious failure of the process."
178179
msgstr ""
179180
"在这些路径操作之后,会尝试导入一个名为 :mod:`sitecustomize` 的模块,它可以执行任意站点专属的定制。 它通常是由系统管理员在 "
180-
"site-packages 目录下创建的。 如果此导入失败并引发 :exc:`ImportError` 或其子类异常,并且异常的 "
181+
"site-packages 目录下创建的。 如此此导入失败并引发 :exc:`ImportError` 或其子类异常,并且异常的 "
181182
":attr:`name` 属性等于 ``'sitecustomize'``,则它会被静默地忽略。 如果 Python "
182183
"是在没有可用输出流的情况下启动的,例如在 Windows 上使用 :file:`pythonw.exe` (它默认被用于启动 start "
183184
"IDLE),则来自 :mod:`sitecustomize` 的输出尝试会被忽略。 任何其他异常都会导致静默且可能令人迷惑不解的进程失败。"

0 commit comments

Comments
 (0)