Skip to content

Commit f3947b4

Browse files
[po] auto sync
1 parent e7c68df commit f3947b4

File tree

12 files changed

+644
-580
lines changed

12 files changed

+644
-580
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.40%", "updated_at": "2024-07-19T20:21:14Z"}
1+
{"translation": "93.46%", "updated_at": "2024-07-20T06:21:21Z"}

library/ctypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-07-19 16:36+0000\n"
23+
"POT-Creation-Date: 2024-07-20 02:59+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:05+0000\n"
2525
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2626
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -737,7 +737,7 @@ msgstr "当然,你可以构造更复杂的结构体。一个结构体可以通
737737
msgid ""
738738
"Here is a RECT structure which contains two POINTs named *upperleft* and "
739739
"*lowerright*::"
740-
msgstr "这是一个 RECT 结构体,包含了两个 POINT ,分别叫 *upperleft* 和 *lowerright*::"
740+
msgstr "这是以一个 RECT 结构体,他包含了两个 POINT ,分别叫 *upperleft* 和 *lowerright*::"
741741

742742
#: ../../library/ctypes.rst:592
743743
msgid ""

library/lzma.po

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
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
#
66
# Translators:
7-
# Fred <fred.wei@foxmail.com>, 2018
8-
# Zombie110year <zombie110year@gmail.com>, 2019
97
# Dingyuan Wang <abcdoyle888@gmail.com>, 2019
108
# ppcfish <ppcfish@gmail.com>, 2019
119
# 汪心禾 <wangxinhe06@gmail.com>, 2019
1210
# Freesand Leo <yuqinju@163.com>, 2020
11+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1312
#
1413
#, fuzzy
1514
msgid ""
1615
msgstr ""
1716
"Project-Id-Version: Python 3.9\n"
1817
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
18+
"POT-Creation-Date: 2024-07-20 02:59+0000\n"
2019
"PO-Revision-Date: 2017-02-16 23:17+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
22-
"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"
2322
"MIME-Version: 1.0\n"
2423
"Content-Type: text/plain; charset=UTF-8\n"
2524
"Content-Transfer-Encoding: 8bit\n"
@@ -133,7 +132,7 @@ msgstr "增加了对 ``\"x\"``, ``\"xb\"`` 和 ``\"xt\"`` 模式的支持。"
133132

134133
#: ../../library/lzma.rst:68 ../../library/lzma.rst:126
135134
msgid "Accepts a :term:`path-like object`."
136-
msgstr "接受一个 :term:`类路径对象 <path-like object>`。"
135+
msgstr "接受一个 :term:`path-like object`。"
137136

138137
#: ../../library/lzma.rst:74
139138
msgid "Open an LZMA-compressed file in binary mode."
@@ -189,7 +188,7 @@ msgstr ""
189188

190189
#: ../../library/lzma.rst:106
191190
msgid "The following method is also provided:"
192-
msgstr "也提供以下方法:"
191+
msgstr "还提供了以下方法:"
193192

194193
#: ../../library/lzma.rst:110
195194
msgid ""
@@ -474,11 +473,11 @@ msgstr ""
474473

475474
#: ../../library/lzma.rst:275
476475
msgid "``True`` if the end-of-stream marker has been reached."
477-
msgstr "若达到了数据流末尾标识符则为 ``True``。"
476+
msgstr "若达到了数据流的末尾标记则为 ``True``。"
478477

479478
#: ../../library/lzma.rst:279
480479
msgid "Data found after the end of the compressed stream."
481-
msgstr "压缩数据流的末尾还有数据。"
480+
msgstr "在压缩数据流的末尾之后获取的数据。"
482481

483482
#: ../../library/lzma.rst:281
484483
msgid "Before the end of the stream is reached, this will be ``b\"\"``."
@@ -697,7 +696,7 @@ msgstr ""
697696

698697
#: ../../library/lzma.rst:385
699698
msgid "Examples"
700-
msgstr "示例"
699+
msgstr "例子"
701700

702701
#: ../../library/lzma.rst:387
703702
msgid "Reading in a compressed file::"

0 commit comments

Comments
 (0)