Skip to content

Commit 95ee5f7

Browse files
[po] auto sync
1 parent d046c01 commit 95ee5f7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.26%", "updated_at": "2024-04-19T03:31:29Z"}
1+
{"translation": "93.26%", "updated_at": "2024-04-20T05:31:08Z"}

howto/logging-cookbook.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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-04-15 10:22+0000\n"
14+
"POT-Creation-Date: 2024-04-19 19:31+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1579,7 +1579,7 @@ msgid ""
15791579
"is constructed."
15801580
msgstr ""
15811581
"在 Python 3.2 中,:class:`~logging.Formatter` 增加了一个 ``style`` 关键字形参,它默认为 ``%`` "
1582-
"以便向下兼容,但是允许采用 ``{`` 或 ``{TX-PL-LABEL}#x60;`` 来支持 :meth:`str.format` 和 "
1582+
"以便向下兼容,但是允许采用 ``{`` 或 ``$`` 来支持 :meth:`str.format` 和 "
15831583
":class:`string.Template` 所支持的格式化方式。 "
15841584
"请注意此形参控制着用用于最终输出到日志的日志消息格式,并且与单独日志消息的构造方式完全无关。"
15851585

library/site.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, 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
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-14 15:16+0000\n"
14+
"POT-Creation-Date: 2024-04-19 19:31+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -135,7 +135,7 @@ msgstr ""
135135
"例如,假设 ``sys.prefix`` 和 ``sys.exec_prefix`` 已经被设置为 :file:`/usr/local`。 Python"
136136
" X.Y 的库之后被安装为 :file:`/usr/local/lib/python{X.Y}`。假设有一个拥有三个孙目录 :file:`foo`, "
137137
":file:`bar` 和 :file:`spam` 的子目录 :file:`/usr/local/lib/python{X.Y}/site-"
138-
"packages`,并且有两个路径配置文件 :file:`foot.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` "
138+
"packages`,并且有两个路径配置文件 :file:`foo.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` "
139139
"内容如下::"
140140

141141
#: ../../library/site.rst:95

0 commit comments

Comments
 (0)