Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e26ff34

Browse files
[po] auto sync
1 parent 7593b86 commit e26ff34

8 files changed

Lines changed: 22 additions & 20 deletions

File tree

c-api/import.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Alpha Du <[email protected]>, 2019
99
# Lordran <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
11-
# zeroswan <weditor@163.com>, 2020
11+
# zeroswan <zeroswan@outlook.com>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1919
"PO-Revision-Date: 2019-09-01 03:41+0000\n"
20-
"Last-Translator: zeroswan <weditor@163.com>, 2020\n"
20+
"Last-Translator: zeroswan <zeroswan@outlook.com>, 2020\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"

library/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# dannyvi <[email protected]>, 2019
8-
# zeroswan <weditor@163.com>, 2020
8+
# zeroswan <zeroswan@outlook.com>, 2020
99
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ruoyu zhang <[email protected]>, 2019
1212
# Madlee <[email protected]>, 2019
1313
# Uchiha Kakashi <[email protected]>, 2020
14-
# zeroswan <weditor@163.com>, 2020
14+
# zeroswan <zeroswan@outlook.com>, 2020
1515
# Freesand Leo <[email protected]>, 2022
1616
#
1717
#, fuzzy

library/multiprocessing.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# nick <[email protected]>, 2019
1616
# Liying Yang <[email protected]>, 2019
1717
# Zombie110year <[email protected]>, 2019
18-
# zeroswan <weditor@163.com>, 2019
18+
# zeroswan <zeroswan@outlook.com>, 2019
1919
# Freesand Leo <[email protected]>, 2021
2020
#
2121
#, fuzzy

library/optparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# dhcn, 2019
88
# dannyvi <[email protected]>, 2019
99
# stone jing <[email protected]>, 2019
10-
# zeroswan <weditor@163.com>, 2019
10+
# zeroswan <zeroswan@outlook.com>, 2019
1111
# ppcfish <[email protected]>, 2019
1212
# Freesand Leo <[email protected]>, 2021
1313
#

library/tracemalloc.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Pan Felix <[email protected]>, 2019
1010
# nick <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
12+
# zeroswan <[email protected]>, 2022
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1920
"PO-Revision-Date: 2019-09-01 03:25+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
21+
"Last-Translator: zeroswan <zeroswan@outlook.com>, 2022\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -37,21 +38,21 @@ msgstr "**源代码:** :source:`Lib/tracemalloc.py`"
3738
msgid ""
3839
"The tracemalloc module is a debug tool to trace memory blocks allocated by "
3940
"Python. It provides the following information:"
40-
msgstr ""
41+
msgstr "tracemalloc 模块是一个用于对 python 已申请的内存块进行debug的工具。它能提供以下信息:"
4142

4243
#: ../../library/tracemalloc.rst:16
4344
msgid "Traceback where an object was allocated"
44-
msgstr ""
45+
msgstr "定位对象分配内存的位置"
4546

4647
#: ../../library/tracemalloc.rst:17
4748
msgid ""
4849
"Statistics on allocated memory blocks per filename and per line number: "
4950
"total size, number and average size of allocated memory blocks"
50-
msgstr ""
51+
msgstr "按文件、按行统计python的内存块分配情况: 总大小、块的数量以及块平均大小。 "
5152

5253
#: ../../library/tracemalloc.rst:19
5354
msgid "Compute the differences between two snapshots to detect memory leaks"
54-
msgstr ""
55+
msgstr "对比两个内存快照的差异,以便排查内存泄漏"
5556

5657
#: ../../library/tracemalloc.rst:21
5758
msgid ""
@@ -95,7 +96,7 @@ msgstr ""
9596

9697
#: ../../library/tracemalloc.rst:73 ../../library/tracemalloc.rst:250
9798
msgid "See :meth:`Snapshot.statistics` for more options."
98-
msgstr ""
99+
msgstr "更多选项,请参见 :meth:`Snapshot.statistics`"
99100

100101
#: ../../library/tracemalloc.rst:77
101102
msgid "Compute differences"
@@ -128,17 +129,17 @@ msgstr ""
128129

129130
#: ../../library/tracemalloc.rst:121
130131
msgid "Get the traceback of a memory block"
131-
msgstr ""
132+
msgstr "获取一个内存块的溯源"
132133

133134
#: ../../library/tracemalloc.rst:123
134135
msgid "Code to display the traceback of the biggest memory block::"
135-
msgstr ""
136+
msgstr "一段找出程序中最大内存块溯源的代码::"
136137

137138
#: ../../library/tracemalloc.rst:141
138139
msgid ""
139140
"Example of output of the Python test suite (traceback limited to 25 "
140141
"frames)::"
141-
msgstr ""
142+
msgstr "一段Python单元测试的输出案例(限制最大25层堆栈)"
142143

143144
#: ../../library/tracemalloc.rst:178
144145
msgid ""
@@ -173,7 +174,7 @@ msgstr ""
173174

174175
#: ../../library/tracemalloc.rst:263
175176
msgid "See also :func:`stop`."
176-
msgstr ""
177+
msgstr "另见 :func:`stop`."
177178

178179
#: ../../library/tracemalloc.rst:268
179180
msgid ""

whatsnew/2.7.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# RSNOW <[email protected]>, 2019
99
# ppcfish <[email protected]>, 2020
1010
# Shengjing Zhu <[email protected]>, 2020
11-
# zeroswan <weditor@163.com>, 2020
11+
# zeroswan <zeroswan@outlook.com>, 2020
1212
# Freesand Leo <[email protected]>, 2021
1313
#
1414
#, fuzzy

whatsnew/3.4.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Kaizhao Zhang <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2020
12+
# zeroswan <[email protected]>, 2022
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1920
"PO-Revision-Date: 2019-09-01 03:36+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2020\n"
21+
"Last-Translator: zeroswan <zeroswan@outlook.com>, 2022\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -783,11 +784,11 @@ msgstr ""
783784
msgid ""
784785
"Statistics on allocated memory blocks per filename and per line number: "
785786
"total size, number and average size of allocated memory blocks"
786-
msgstr ""
787+
msgstr "按文件、按行统计python的内存块分配情况: 总大小、块的数量以及块平均大小。 "
787788

788789
#: ../../whatsnew/3.4.rst:579
789790
msgid "Compute the differences between two snapshots to detect memory leaks"
790-
msgstr ""
791+
msgstr "对比两个内存快照的差异,以便排查内存泄漏"
791792

792793
#: ../../whatsnew/3.4.rst:583
793794
msgid ""

0 commit comments

Comments
 (0)