Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73f9692

Browse filesBrowse files
[po] auto sync
1 parent 960972c commit 73f9692
Copy full SHA for 73f9692

File tree

6 files changed

+65
-59
lines changed
Filter options

6 files changed

+65
-59
lines changed

‎.stat.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.92%", "updated_at": "2024-07-29T10:10:05Z"}
1+
{"translation": "92.92%", "updated_at": "2024-08-02T20:09:28Z"}

‎library/datetime.po

Copy file name to clipboardExpand all lines: library/datetime.po
+5-5Lines 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.8\n"
3030
"Report-Msgid-Bugs-To: \n"
31-
"POT-Creation-Date: 2024-06-07 17:05+0000\n"
31+
"POT-Creation-Date: 2024-08-02 17:12+0000\n"
3232
"PO-Revision-Date: 2020-05-30 11:59+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"
@@ -1083,8 +1083,8 @@ msgid ""
10831083
":func:`time.ctime` invokes, but which :meth:`date.ctime` does not invoke) "
10841084
"conforms to the C standard."
10851085
msgstr ""
1086-
"在原生 C :c:func:`ctime` 函数 (:func:`time.ctime` 会发起调用该函数,但 :meth:`date.ctime` "
1087-
"则不会) 遵循 C 标准的平台上。"
1086+
"在原生 C :c:func:`ctime` 函数遵循 C 标准的平台上 (:func:`time.ctime` 会发起对该函数的调用,但 "
1087+
":meth:`date.ctime` 并不会) 。"
10881088

10891089
#: ../../library/datetime.rst:726
10901090
msgid ""
@@ -2050,8 +2050,8 @@ msgid ""
20502050
":func:`time.ctime` invokes, but which :meth:`datetime.ctime` does not "
20512051
"invoke) conforms to the C standard."
20522052
msgstr ""
2053-
"在原生 C :c:func:`ctime` 函数 (:func:`time.ctime` 会发起调用该函数,但 "
2054-
":meth:`datetime.ctime` 则不会) 遵循 C 标准的平台上。"
2053+
"在原生 C :c:func:`ctime` 函数遵循 C 标准的平台上 (:func:`time.ctime` 会发起对该函数的调用,但 "
2054+
":meth:`datetime.ctime` 并不会) 。"
20552055

20562056
#: ../../library/datetime.rst:1500
20572057
msgid ""

‎library/dis.po

Copy file name to clipboardExpand all lines: library/dis.po
+2-2Lines 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.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-26 23:55+0000\n"
17+
"POT-Creation-Date: 2024-08-02 17:12+0000\n"
1818
"PO-Revision-Date: 2020-05-30 12:00+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

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.