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

Skip to content

Commit 1d1a8c6

Browse files
[po] auto sync
1 parent 16e2cb4 commit 1d1a8c6

8 files changed

Lines changed: 171 additions & 125 deletions

File tree

library/decimal.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# focusheart <[email protected]>, 2019
99
# Naisen Xu <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
11+
# ppcfish <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
20+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1584,27 +1585,27 @@ msgstr ""
15841585

15851586
#: ../../library/decimal.rst:1464
15861587
msgid "32-bit"
1587-
msgstr ""
1588+
msgstr "32位"
15881589

15891590
#: ../../library/decimal.rst:1464
15901591
msgid "64-bit"
1591-
msgstr ""
1592+
msgstr "64位"
15921593

15931594
#: ../../library/decimal.rst:1466 ../../library/decimal.rst:1468
15941595
msgid ":const:`425000000`"
1595-
msgstr ""
1596+
msgstr ":const:`425000000`"
15961597

15971598
#: ../../library/decimal.rst:1466 ../../library/decimal.rst:1468
15981599
msgid ":const:`999999999999999999`"
1599-
msgstr ""
1600+
msgstr ":const:`999999999999999999`"
16001601

16011602
#: ../../library/decimal.rst:1470
16021603
msgid ":const:`-425000000`"
1603-
msgstr ""
1604+
msgstr ":const:`-425000000`"
16041605

16051606
#: ../../library/decimal.rst:1470
16061607
msgid ":const:`-999999999999999999`"
1607-
msgstr ""
1608+
msgstr ":const:`-999999999999999999`"
16081609

16091610
#: ../../library/decimal.rst:1472
16101611
msgid ":const:`-849999999`"

library/profile.po

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# 操旭 <[email protected]>, 2017
87
# Meng Du <[email protected]>, 2019
98
# Zombie110year <[email protected]>, 2019
9+
# ppcfish <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:23+0000\n"
18-
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2019\n"
18+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,15 +25,15 @@ msgstr ""
2525

2626
#: ../../library/profile.rst:5
2727
msgid "The Python Profilers"
28-
msgstr ""
28+
msgstr "Python 分析器"
2929

3030
#: ../../library/profile.rst:7
3131
msgid "**Source code:** :source:`Lib/profile.py` and :source:`Lib/pstats.py`"
32-
msgstr ""
32+
msgstr "**源代码:** :source:`Lib/profile.py` and :source:`Lib/pstats.py`"
3333

3434
#: ../../library/profile.rst:14
3535
msgid "Introduction to the profilers"
36-
msgstr ""
36+
msgstr "分析器简介"
3737

3838
#: ../../library/profile.rst:20
3939
msgid ""
@@ -77,7 +77,7 @@ msgstr ""
7777

7878
#: ../../library/profile.rst:51
7979
msgid "Instant User's Manual"
80-
msgstr ""
80+
msgstr "即时用户手册"
8181

8282
#: ../../library/profile.rst:53
8383
msgid ""
@@ -113,15 +113,15 @@ msgstr ""
113113

114114
#: ../../library/profile.rst:88
115115
msgid "ncalls"
116-
msgstr ""
116+
msgstr "ncalls"
117117

118118
#: ../../library/profile.rst:88
119119
msgid "for the number of calls."
120120
msgstr ""
121121

122122
#: ../../library/profile.rst:92
123123
msgid "tottime"
124-
msgstr ""
124+
msgstr "tottime"
125125

126126
#: ../../library/profile.rst:91
127127
msgid ""
@@ -131,15 +131,15 @@ msgstr ""
131131

132132
#: ../../library/profile.rst:95 ../../library/profile.rst:102
133133
msgid "percall"
134-
msgstr ""
134+
msgstr "percall"
135135

136136
#: ../../library/profile.rst:95
137137
msgid "is the quotient of ``tottime`` divided by ``ncalls``"
138138
msgstr ""
139139

140140
#: ../../library/profile.rst:99
141141
msgid "cumtime"
142-
msgstr ""
142+
msgstr "cumtime"
143143

144144
#: ../../library/profile.rst:98
145145
msgid ""
@@ -153,7 +153,7 @@ msgstr ""
153153

154154
#: ../../library/profile.rst:105
155155
msgid "filename:lineno(function)"
156-
msgstr ""
156+
msgstr "filename:lineno(function)"
157157

158158
#: ../../library/profile.rst:105
159159
msgid "provides the respective data of each function"
@@ -511,43 +511,43 @@ msgstr ""
511511

512512
#: ../../library/profile.rst:406
513513
msgid "Valid String Arg"
514-
msgstr ""
514+
msgstr "有效字符串参数"
515515

516516
#: ../../library/profile.rst:406
517517
msgid "Valid enum Arg"
518-
msgstr ""
518+
msgstr "有效枚举参数"
519519

520520
#: ../../library/profile.rst:406
521521
msgid "Meaning"
522-
msgstr "意义"
522+
msgstr "含义"
523523

524524
#: ../../library/profile.rst:408
525525
msgid "``'calls'``"
526-
msgstr ""
526+
msgstr "``'calls'``"
527527

528528
#: ../../library/profile.rst:408
529529
msgid "SortKey.CALLS"
530-
msgstr ""
530+
msgstr "SortKey.CALLS"
531531

532532
#: ../../library/profile.rst:408 ../../library/profile.rst:420
533533
msgid "call count"
534-
msgstr ""
534+
msgstr "调用次数"
535535

536536
#: ../../library/profile.rst:410
537537
msgid "``'cumulative'``"
538-
msgstr ""
538+
msgstr "``'cumulative'``"
539539

540540
#: ../../library/profile.rst:410
541541
msgid "SortKey.CUMULATIVE"
542-
msgstr ""
542+
msgstr "SortKey.CUMULATIVE"
543543

544544
#: ../../library/profile.rst:410 ../../library/profile.rst:412
545545
msgid "cumulative time"
546-
msgstr ""
546+
msgstr "累积时间"
547547

548548
#: ../../library/profile.rst:412
549549
msgid "``'cumtime'``"
550-
msgstr ""
550+
msgstr "``'cumtime'``"
551551

552552
#: ../../library/profile.rst:412 ../../library/profile.rst:414
553553
#: ../../library/profile.rst:418 ../../library/profile.rst:420
@@ -557,104 +557,104 @@ msgstr "N/A"
557557

558558
#: ../../library/profile.rst:414
559559
msgid "``'file'``"
560-
msgstr ""
560+
msgstr "``'file'``"
561561

562562
#: ../../library/profile.rst:414 ../../library/profile.rst:416
563563
#: ../../library/profile.rst:418
564564
msgid "file name"
565-
msgstr ""
565+
msgstr "文件名"
566566

567567
#: ../../library/profile.rst:416
568568
msgid "``'filename'``"
569-
msgstr ""
569+
msgstr "``'filename'``"
570570

571571
#: ../../library/profile.rst:416
572572
msgid "SortKey.FILENAME"
573-
msgstr ""
573+
msgstr "SortKey.FILENAME"
574574

575575
#: ../../library/profile.rst:418
576576
msgid "``'module'``"
577-
msgstr ""
577+
msgstr "``'module'``"
578578

579579
#: ../../library/profile.rst:420
580580
msgid "``'ncalls'``"
581-
msgstr ""
581+
msgstr "``'ncalls'``"
582582

583583
#: ../../library/profile.rst:422
584584
msgid "``'pcalls'``"
585-
msgstr ""
585+
msgstr "``'pcalls'``"
586586

587587
#: ../../library/profile.rst:422
588588
msgid "SortKey.PCALLS"
589-
msgstr ""
589+
msgstr "SortKey.PCALLS"
590590

591591
#: ../../library/profile.rst:422
592592
msgid "primitive call count"
593-
msgstr ""
593+
msgstr "原始调用计数"
594594

595595
#: ../../library/profile.rst:424
596596
msgid "``'line'``"
597-
msgstr ""
597+
msgstr "``'line'``"
598598

599599
#: ../../library/profile.rst:424
600600
msgid "SortKey.LINE"
601-
msgstr ""
601+
msgstr "SortKey.LINE"
602602

603603
#: ../../library/profile.rst:424
604604
msgid "line number"
605-
msgstr ""
605+
msgstr "行号"
606606

607607
#: ../../library/profile.rst:426
608608
msgid "``'name'``"
609-
msgstr ""
609+
msgstr "``'name'``"
610610

611611
#: ../../library/profile.rst:426
612612
msgid "SortKey.NAME"
613-
msgstr ""
613+
msgstr "SortKey.NAME"
614614

615615
#: ../../library/profile.rst:426
616616
msgid "function name"
617-
msgstr ""
617+
msgstr "函数名称"
618618

619619
#: ../../library/profile.rst:428
620620
msgid "``'nfl'``"
621-
msgstr ""
621+
msgstr "``'nfl'``"
622622

623623
#: ../../library/profile.rst:428
624624
msgid "SortKey.NFL"
625-
msgstr ""
625+
msgstr "SortKey.NFL"
626626

627627
#: ../../library/profile.rst:428
628628
msgid "name/file/line"
629-
msgstr ""
629+
msgstr "名称/文件/行"
630630

631631
#: ../../library/profile.rst:430
632632
msgid "``'stdname'``"
633-
msgstr ""
633+
msgstr "``'stdname'``"
634634

635635
#: ../../library/profile.rst:430
636636
msgid "SortKey.STDNAME"
637-
msgstr ""
637+
msgstr "SortKey.STDNAME"
638638

639639
#: ../../library/profile.rst:430
640640
msgid "standard name"
641-
msgstr ""
641+
msgstr "标准名称"
642642

643643
#: ../../library/profile.rst:432
644644
msgid "``'time'``"
645-
msgstr ""
645+
msgstr "``'time'``"
646646

647647
#: ../../library/profile.rst:432
648648
msgid "SortKey.TIME"
649-
msgstr ""
649+
msgstr "SortKey.TIME"
650650

651651
#: ../../library/profile.rst:432 ../../library/profile.rst:434
652652
msgid "internal time"
653-
msgstr ""
653+
msgstr "内部时间"
654654

655655
#: ../../library/profile.rst:434
656656
msgid "``'tottime'``"
657-
msgstr ""
657+
msgstr "``'tottime'``"
658658

659659
#: ../../library/profile.rst:437
660660
msgid ""
@@ -888,7 +888,7 @@ msgstr ""
888888

889889
#: ../../library/profile.rst:641
890890
msgid "Using a custom timer"
891-
msgstr ""
891+
msgstr "使用自定义计时器"
892892

893893
#: ../../library/profile.rst:643
894894
msgid ""
@@ -906,7 +906,7 @@ msgstr ""
906906

907907
#: ../../library/profile.rst:667
908908
msgid ":class:`profile.Profile`"
909-
msgstr ""
909+
msgstr ":class:`profile.Profile`"
910910

911911
#: ../../library/profile.rst:654
912912
msgid ""
@@ -931,7 +931,7 @@ msgstr ""
931931

932932
#: ../../library/profile.rst:681
933933
msgid ":class:`cProfile.Profile`"
934-
msgstr ""
934+
msgstr ":class:`cProfile.Profile`"
935935

936936
#: ../../library/profile.rst:670
937937
msgid ""

library/sys.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# cdarlint <[email protected]>, 2019
1313
# nick <[email protected]>, 2019
1414
# ww song <[email protected]>, 2019
15+
# ppcfish <[email protected]>, 2019
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2019-10-27 11:47+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:29+0000\n"
23-
"Last-Translator: ww song <sww4718168@gmail.com>, 2019\n"
24+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1851,7 +1852,7 @@ msgstr ""
18511852

18521853
#: ../../library/sys.rst:1306
18531854
msgid "``'line'``"
1854-
msgstr ""
1855+
msgstr "``'line'``"
18551856

18561857
#: ../../library/sys.rst:1300
18571858
msgid ""

0 commit comments

Comments
 (0)