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

Skip to content

Commit 6abd46b

Browse files
[po] auto sync
1 parent 62a2cee commit 6abd46b

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

c-api/typeobj.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
# 文博 周 <[email protected]>, 2021
1010
# Zhang LongQi <[email protected]>, 2023
1111
# Shan Su, 2023
12-
# Freesand Leo <[email protected]>, 2023
1312
# Bryan不可思议, 2023
13+
# Freesand Leo <[email protected]>, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.7\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-02-24 14:40+0000\n"
20+
"POT-Creation-Date: 2023-03-24 14:40+0000\n"
2121
"PO-Revision-Date: 2019-09-01 03:38+0000\n"
22-
"Last-Translator: Bryan不可思议, 2023\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1310,7 +1310,7 @@ msgstr ""
13101310

13111311
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:963
13121312
msgid "An optional pointer to a function called by the garbage collector."
1313-
msgstr ""
1313+
msgstr "可选的指向垃圾回收器所调用的函数的指针。"
13141314

13151315
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:965
13161316
msgid ""
@@ -1343,19 +1343,19 @@ msgstr ""
13431343

13441344
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:989
13451345
msgid "This field is not inherited."
1346-
msgstr ""
1346+
msgstr "这个字段不会被继承。"
13471347

13481348
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:994
13491349
msgid ""
13501350
"Tuple containing the expanded set of base types, starting with the type "
13511351
"itself and ending with :class:`object`, in Method Resolution Order."
1352-
msgstr ""
1352+
msgstr "包含基类型的扩展集的元组,以类型本身开始并以 :class:`object` 作为结束,使用方法解析顺序。"
13531353

13541354
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:997
13551355
msgid ""
13561356
"This field is not inherited; it is calculated fresh by "
13571357
":c:func:`PyType_Ready`."
1358-
msgstr ""
1358+
msgstr "这个字段不会被继承;它是通过 :c:func:`PyType_Ready` 计算得到的。"
13591359

13601360
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:1002
13611361
msgid ""

library/tracemalloc.po

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
# nick <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
1111
# zeroswan <[email protected]>, 2022
12-
# Freesand Leo <[email protected]>, 2022
12+
# Freesand Leo <[email protected]>, 2023
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.7\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-02-24 14:40+0000\n"
19+
"POT-Creation-Date: 2023-03-24 14:40+0000\n"
2020
"PO-Revision-Date: 2019-09-01 03:25+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -614,63 +614,65 @@ msgstr ""
614614
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:642
615615
msgid ""
616616
"Traceback where the memory block was allocated, :class:`Traceback` instance."
617-
msgstr ""
617+
msgstr "内存块分配位置的回溯,:class:`Traceback` 实例。"
618618

619619
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:578
620620
msgid "StatisticDiff"
621-
msgstr ""
621+
msgstr "StatisticDiff"
622622

623623
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:582
624624
msgid ""
625625
"Statistic difference on memory allocations between an old and a new "
626626
":class:`Snapshot` instance."
627-
msgstr ""
627+
msgstr "在旧的和新的 :class:`Snapshot` 实例之间内存分配上的统计差异。"
628628

629629
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:585
630630
msgid ""
631631
":func:`Snapshot.compare_to` returns a list of :class:`StatisticDiff` "
632632
"instances. See also the :class:`Statistic` class."
633633
msgstr ""
634+
":func:`Snapshot.compare_to` 返回一个 :class:`StatisticDiff` 实例的列表。 另请参看 "
635+
":class:`Statistic` 类。"
634636

635637
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:590
636638
msgid ""
637639
"Number of memory blocks in the new snapshot (``int``): ``0`` if the memory "
638640
"blocks have been released in the new snapshot."
639-
msgstr ""
641+
msgstr "新快照中的内存块数量 (``int``): 如果在新快照中内存块已被释放则为 ``0``。"
640642

641643
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:595
642644
msgid ""
643645
"Difference of number of memory blocks between the old and the new snapshots "
644646
"(``int``): ``0`` if the memory blocks have been allocated in the new "
645647
"snapshot."
646-
msgstr ""
648+
msgstr "在旧的新的快照之间内存块数量之差 (``int``): 如果在新快照中内存块已被分配则为 ``0``。"
647649

648650
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:601
649651
msgid ""
650652
"Total size of memory blocks in bytes in the new snapshot (``int``): ``0`` if"
651653
" the memory blocks have been released in the new snapshot."
652-
msgstr ""
654+
msgstr "新快速中的内存块总计大小 (``int``): 如果在新快照中内存块已被释放则为 ``0``。"
653655

654656
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:606
655657
msgid ""
656658
"Difference of total size of memory blocks in bytes between the old and the "
657659
"new snapshots (``int``): ``0`` if the memory blocks have been allocated in "
658660
"the new snapshot."
659-
msgstr ""
661+
msgstr "在旧的新的快照之间以字节数表示的内存块总计大小之差 (``int``): 如果在新快照中内存块已被分配则为 ``0``。"
660662

661663
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:612
662664
msgid ""
663665
"Traceback where the memory blocks were allocated, :class:`Traceback` "
664666
"instance."
665-
msgstr ""
667+
msgstr "内存块分配位置的回溯,:class:`Traceback` 实例。"
666668

667669
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:617
668670
msgid "Trace"
669671
msgstr "跟踪"
670672

671673
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:621
672674
msgid "Trace of a memory block."
673-
msgstr ""
675+
msgstr "一个内存块的跟踪信息。"
674676

675677
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:623
676678
msgid ""

0 commit comments

Comments
 (0)