Skip to content

Commit 91f6278

Browse files
committedJul 29, 2024
[po] auto sync
1 parent 1168ba4 commit 91f6278

File tree

6 files changed

+69
-63
lines changed

6 files changed

+69
-63
lines changed
 

‎.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.46%", "updated_at": "2024-07-26T20:20:42Z"}
1+
{"translation": "93.46%", "updated_at": "2024-07-29T09:20:59Z"}

‎library/datetime.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgid ""
2828
msgstr ""
2929
"Project-Id-Version: Python 3.9\n"
3030
"Report-Msgid-Bugs-To: \n"
31-
"POT-Creation-Date: 2024-05-31 16:34+0000\n"
31+
"POT-Creation-Date: 2024-07-29 06:10+0000\n"
3232
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
3333
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
3434
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1097,8 +1097,8 @@ msgid ""
10971097
":func:`time.ctime` invokes, but which :meth:`date.ctime` does not invoke) "
10981098
"conforms to the C standard."
10991099
msgstr ""
1100-
"在原生 C :c:func:`ctime` 函数 (:func:`time.ctime` 会发起调用该函数,但 :meth:`date.ctime` "
1101-
"则不会) 遵循 C 标准的平台上。"
1100+
"在原生 C :c:func:`ctime` 函数遵循 C 标准的平台上 (:func:`time.ctime` 会发起对该函数的调用,但 "
1101+
":meth:`date.ctime` 并不会) 。"
11021102

11031103
#: ../../library/datetime.rst:733
11041104
msgid ""
@@ -2065,8 +2065,8 @@ msgid ""
20652065
":func:`time.ctime` invokes, but which :meth:`datetime.ctime` does not "
20662066
"invoke) conforms to the C standard."
20672067
msgstr ""
2068-
"在原生 C :c:func:`ctime` 函数 (:func:`time.ctime` 会发起调用该函数,但 "
2069-
":meth:`datetime.ctime` 则不会) 遵循 C 标准的平台上。"
2068+
"在原生 C :c:func:`ctime` 函数遵循 C 标准的平台上 (:func:`time.ctime` 会发起对该函数的调用,但 "
2069+
":meth:`datetime.ctime` 并不会) 。"
20702070

20712071
#: ../../library/datetime.rst:1507
20722072
msgid ""

‎library/dis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
17+
"POT-Creation-Date: 2024-07-29 06:10+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -30,7 +30,7 @@ msgstr ":mod:`dis` --- Python 字节码反汇编器"
3030

3131
#: ../../library/dis.rst:7
3232
msgid "**Source code:** :source:`Lib/dis.py`"
33-
msgstr "**Source code:** :source:`Lib/dis.py`"
33+
msgstr "**源代码:** :source:`Lib/dis.py`"
3434

3535
#: ../../library/dis.rst:11
3636
msgid ""

‎library/time.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.9\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2024-05-31 16:34+0000\n"
25+
"POT-Creation-Date: 2024-07-29 06:10+0000\n"
2626
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
2727
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2828
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -222,9 +222,9 @@ msgid ""
222222
"space padded if the day is a single digit, e.g.: ``'Wed Jun 9 04:26:40 "
223223
"1993'``."
224224
msgstr ""
225-
"转换由 :func:`gmtime` 或 :func:`localtime` 所返回的表示时间的元组或 :class:`struct_time` "
226-
"为以下形式的字符串: ``'Sun Jun 20 23:21:05 1993'``。 日期字段的长度为两个字符,如果日期只有一个数字则会以零填充,例如:"
227-
" ``'Wed Jun 9 04:26:40 1993'``。"
225+
"转换由 :func:`gmtime` 或 :func:`localtime` 所返回的 :class:`struct_time` "
226+
"或相应的表示时间的元组为以下形式的字符串: ``'Sun Jun 20 23:21:05 1993'``。 "
227+
"日期字段的长度为两个字符,如果日期只有一个数字则会以空格填充,例如: ``'Wed Jun 9 04:26:40 1993'``。"
228228

229229
#: ../../library/time.rst:129
230230
msgid ""

0 commit comments

Comments
 (0)