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

Skip to content

Commit 172c1f2

Browse files
[po] auto sync
1 parent e60f6e0 commit 172c1f2

10 files changed

Lines changed: 24 additions & 22 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
# Lordran <[email protected]>, 2021
99
# Freesand Leo <[email protected]>, 2021
1010
# Alpha Du <[email protected]>, 2021
11-
# zeroswan <weditor@163.com>, 2021
11+
# zeroswan <zeroswan@outlook.com>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
20-
"Last-Translator: zeroswan <weditor@163.com>, 2021\n"
20+
"Last-Translator: zeroswan <zeroswan@outlook.com>, 2021\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/contextlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Alpha Du <[email protected]>, 2021
8-
# zeroswan <weditor@163.com>, 2021
8+
# zeroswan <zeroswan@outlook.com>, 2021
99
# nick <[email protected]>, 2021
1010
# jaystone776 <[email protected]>, 2021
1111
# Heyi Tang <[email protected]>, 2021

library/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# zeroswan <weditor@163.com>, 2021
7+
# zeroswan <zeroswan@outlook.com>, 2021
88
# jaystone776 <[email protected]>, 2021
99
# Freesand Leo <[email protected]>, 2021
1010
#

library/ctypes.po

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

library/multiprocessing.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Alpha Du <[email protected]>, 2021
1515
# Pandaaaa906 <[email protected]>, 2021
1616
# Pan Felix <[email protected]>, 2021
17-
# zeroswan <weditor@163.com>, 2021
17+
# zeroswan <zeroswan@outlook.com>, 2021
1818
# nick <[email protected]>, 2021
1919
# Liying Yang <[email protected]>, 2021
2020
# Freesand Leo <[email protected]>, 2021

library/multiprocessing.shared_memory.po

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

library/optparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# zeroswan <weditor@163.com>, 2021
7+
# zeroswan <zeroswan@outlook.com>, 2021
88
# dhcn, 2021
99
# Freesand Leo <[email protected]>, 2021
1010
# stone jing <[email protected]>, 2021

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]>, 2021
1010
# nick <[email protected]>, 2021
1111
# ppcfish <[email protected]>, 2021
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-06-29 12:56+0000\n"
1920
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2021\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 ""
@@ -202,7 +203,7 @@ msgstr ""
202203

203204
#: ../../library/tracemalloc.rst:304
204205
msgid "See also :func:`stop`."
205-
msgstr ""
206+
msgstr "另见 :func:`stop`."
206207

207208
#: ../../library/tracemalloc.rst:309
208209
msgid ""

whatsnew/2.7.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Shengjing Zhu <[email protected]>, 2021
88
# ww song <[email protected]>, 2021
9-
# zeroswan <weditor@163.com>, 2021
9+
# zeroswan <zeroswan@outlook.com>, 2021
1010
# Freesand Leo <[email protected]>, 2021
1111
# ppcfish <[email protected]>, 2021
1212
#

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]>, 2021
1010
# Freesand Leo <[email protected]>, 2021
1111
# ppcfish <[email protected]>, 2021
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-07-27 13:07+0000\n"
1920
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2021\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)