Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a0eb27

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 4f161e65
1 parent784b73c commit3a0eb27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1343
-1285
lines changed

‎c-api/call.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.9\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
11+
"POT-Creation-Date:2021-10-07 00:10+0000\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team:LANGUAGE <LL@li.org>\n"
@@ -254,7 +254,7 @@ msgstr ""
254254
msgid""
255255
"Various functions are available for calling a Python object. Each converts "
256256
"its arguments to a convention supported by the called object – either "
257-
"*tp_call* or vectorcall. In order to do aslitle conversion as possible, "
257+
"*tp_call* or vectorcall. In order to do aslittle conversion as possible, "
258258
"pick one that best fits the format of data you have available."
259259
msgstr""
260260

‎c-api/init.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.7\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
10+
"POT-Creation-Date:2021-09-24 00:11+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:06+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -618,7 +618,7 @@ msgid ""
618618
"name (set by :c:func:`Py_SetProgramName` above) and some environment "
619619
"variables. The returned string consists of a series of directory names "
620620
"separated by a platform dependent delimiter character. The delimiter "
621-
"character is ``':'`` on Unix andMac OS X, ``';'`` on Windows. The returned "
621+
"character is ``':'`` on Unix andmacOS, ``';'`` on Windows. The returned "
622622
"string points into static storage; the caller should not modify its value. "
623623
"The list :data:`sys.path` is initialized with this value on interpreter "
624624
"startup; it can be (and usually is) modified later to change the search path "
@@ -632,8 +632,8 @@ msgid ""
632632
"default search path but uses the one provided instead. This is useful if "
633633
"Python is embedded by an application that has full knowledge of the location "
634634
"of all modules. The path components should be separated by the platform "
635-
"dependent delimiter character, which is ``':'`` on Unix andMac OS X, "
636-
"``';'``on Windows."
635+
"dependent delimiter character, which is ``':'`` on Unix andmacOS, ``';'`` "
636+
"on Windows."
637637
msgstr""
638638

639639
#:../../c-api/init.rst:475
@@ -676,10 +676,10 @@ msgid ""
676676
"Return the platform identifier for the current platform. On Unix, this is "
677677
"formed from the\"official\" name of the operating system, converted to "
678678
"lower case, followed by the major revision number; e.g., for Solaris 2.x, "
679-
"which is also known as SunOS 5.x, the value is ``'sunos5'``. OnMac OS X, "
680-
"itis ``'darwin'``. On Windows, it is ``'win'``. The returned string "
681-
"pointsinto static storage; the caller should not modify its value. The "
682-
"value isavailable to Python code as ``sys.platform``."
679+
"which is also known as SunOS 5.x, the value is ``'sunos5'``. OnmacOS, it "
680+
"is ``'darwin'``. On Windows, it is ``'win'``. The returned string points "
681+
"into static storage; the caller should not modify its value. The value is "
682+
"available to Python code as ``sys.platform``."
683683
msgstr""
684684

685685
#:../../c-api/init.rst:521

‎c-api/type.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.7\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
10+
"POT-Creation-Date:2021-09-19 00:12+0000\n"
1111
"PO-Revision-Date:2015-12-09 17:51+0000\n"
1212
"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -209,7 +209,7 @@ msgstr ""
209209
msgid""
210210
"The *module* argument can be used to record the module in which the new "
211211
"class is defined. It must be a module object or ``NULL``. If not ``NULL``, "
212-
"the module is associated with the new type and can later beretreived with :"
212+
"the module is associated with the new type and can later beretrieved with :"
213213
"c:func:`PyType_GetModule`. The associated module is not inherited by "
214214
"subclasses; it must be specified for each class individually."
215215
msgstr""

‎c-api/typeobj.po

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.7\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
10+
"POT-Creation-Date:2021-09-18 00:10+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:33+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -694,7 +694,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_subtract`"
694694
msgstr""
695695

696696
#:../../c-api/typeobj.rst:212
697-
msgid"__sub__"
697+
msgid"__isub__"
698698
msgstr""
699699

700700
#:../../c-api/typeobj.rst:214
@@ -709,8 +709,8 @@ msgstr ""
709709
msgid":c:member:`~PyNumberMethods.nb_inplace_multiply`"
710710
msgstr""
711711

712-
#:../../c-api/typeobj.rst:217../../c-api/typeobj.rst:303
713-
msgid"__mul__"
712+
#:../../c-api/typeobj.rst:217../../c-api/typeobj.rst:314
713+
msgid"__imul__"
714714
msgstr""
715715

716716
#:../../c-api/typeobj.rst:219
@@ -726,7 +726,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_remainder`"
726726
msgstr""
727727

728728
#:../../c-api/typeobj.rst:222
729-
msgid"__mod__"
729+
msgid"__imod__"
730730
msgstr""
731731

732732
#:../../c-api/typeobj.rst:224
@@ -750,7 +750,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_power`"
750750
msgstr""
751751

752752
#:../../c-api/typeobj.rst:230
753-
msgid"__pow__"
753+
msgid"__ipow__"
754754
msgstr""
755755

756756
#:../../c-api/typeobj.rst:232
@@ -806,7 +806,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_lshift`"
806806
msgstr""
807807

808808
#:../../c-api/typeobj.rst:245
809-
msgid"__lshift__"
809+
msgid"__ilshift__"
810810
msgstr""
811811

812812
#:../../c-api/typeobj.rst:247
@@ -822,7 +822,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_rshift`"
822822
msgstr""
823823

824824
#:../../c-api/typeobj.rst:250
825-
msgid"__rshift__"
825+
msgid"__irshift__"
826826
msgstr""
827827

828828
#:../../c-api/typeobj.rst:252
@@ -838,7 +838,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_and`"
838838
msgstr""
839839

840840
#:../../c-api/typeobj.rst:255
841-
msgid"__and__"
841+
msgid"__iand__"
842842
msgstr""
843843

844844
#:../../c-api/typeobj.rst:257
@@ -854,7 +854,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_xor`"
854854
msgstr""
855855

856856
#:../../c-api/typeobj.rst:260
857-
msgid"__xor__"
857+
msgid"__ixor__"
858858
msgstr""
859859

860860
#:../../c-api/typeobj.rst:262
@@ -870,7 +870,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_or`"
870870
msgstr""
871871

872872
#:../../c-api/typeobj.rst:265
873-
msgid"__or__"
873+
msgid"__ior__"
874874
msgstr""
875875

876876
#:../../c-api/typeobj.rst:267
@@ -903,26 +903,34 @@ msgstr ""
903903
msgid":c:member:`~PyNumberMethods.nb_floor_divide`"
904904
msgstr""
905905

906-
#:../../c-api/typeobj.rst:273../../c-api/typeobj.rst:275
906+
#:../../c-api/typeobj.rst:273
907907
msgid"__floordiv__"
908908
msgstr""
909909

910910
#:../../c-api/typeobj.rst:275
911911
msgid":c:member:`~PyNumberMethods.nb_inplace_floor_divide`"
912912
msgstr""
913913

914+
#:../../c-api/typeobj.rst:275
915+
msgid"__ifloordiv__"
916+
msgstr""
917+
914918
#:../../c-api/typeobj.rst:277
915919
msgid":c:member:`~PyNumberMethods.nb_true_divide`"
916920
msgstr""
917921

918-
#:../../c-api/typeobj.rst:277../../c-api/typeobj.rst:279
922+
#:../../c-api/typeobj.rst:277
919923
msgid"__truediv__"
920924
msgstr""
921925

922926
#:../../c-api/typeobj.rst:279
923927
msgid":c:member:`~PyNumberMethods.nb_inplace_true_divide`"
924928
msgstr""
925929

930+
#:../../c-api/typeobj.rst:279
931+
msgid"__itruediv__"
932+
msgstr""
933+
926934
#:../../c-api/typeobj.rst:281
927935
msgid":c:member:`~PyNumberMethods.nb_index`"
928936
msgstr""
@@ -944,7 +952,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_matrix_multiply`"
944952
msgstr""
945953

946954
#:../../c-api/typeobj.rst:286
947-
msgid"__matmul__"
955+
msgid"__imatmul__"
948956
msgstr""
949957

950958
#:../../c-api/typeobj.rst:290
@@ -1001,6 +1009,10 @@ msgstr ""
10011009
msgid":c:type:`ssizeargfunc`"
10021010
msgstr""
10031011

1012+
#:../../c-api/typeobj.rst:303
1013+
msgid"__mul__"
1014+
msgstr""
1015+
10041016
#:../../c-api/typeobj.rst:305
10051017
msgid":c:member:`~PySequenceMethods.sq_item`"
10061018
msgstr""
@@ -1037,10 +1049,6 @@ msgstr ""
10371049
msgid":c:member:`~PySequenceMethods.sq_inplace_repeat`"
10381050
msgstr""
10391051

1040-
#:../../c-api/typeobj.rst:314
1041-
msgid"__imul__"
1042-
msgstr""
1043-
10441052
#:../../c-api/typeobj.rst:318
10451053
msgid":c:member:`~PyBufferProcs.bf_getbuffer`"
10461054
msgstr""

‎distributing/index.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 3.9\n"
1111
"Report-Msgid-Bugs-To:\n"
12-
"POT-Creation-Date:2020-06-20 18:08+0800\n"
12+
"POT-Creation-Date:2021-10-02 17:19+0000\n"
1313
"PO-Revision-Date:2021-07-04 18:06+0800\n"
1414
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1515
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -208,8 +208,8 @@ msgstr ""
208208

209209
#:../../distributing/index.rst:104
210210
msgid""
211-
"For POSIX users (includingMac OS Xand Linux users), these instructions "
212-
"assumethe use of a :term:`virtual environment`."
211+
"For POSIX users (includingmacOSand Linux users), these instructions assume "
212+
"the use of a :term:`virtual environment`."
213213
msgstr""
214214
"對於 POSIX 使用者(包括 Mac OS X 和 Linux 使用者),這些教學皆假設有使用 :"
215215
"term:`virtual environment`\\ 。"

‎distutils/apiref.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2020-06-20 18:08+0800\n"
11+
"POT-Creation-Date:2021-09-24 00:11+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:33+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1546,14 +1546,14 @@ msgstr ""
15461546

15471547
#:../../distutils/apiref.rst:1122
15481548
msgid""
1549-
"ForMac OS X systems the OS version reflects the minimal version on which "
1549+
"FormacOS systems the OS version reflects the minimal version on which "
15501550
"binaries will run (that is, the value of ``MACOSX_DEPLOYMENT_TARGET`` during "
15511551
"the build of Python), not the OS version of the current system."
15521552
msgstr""
15531553

15541554
#:../../distutils/apiref.rst:1126
15551555
msgid""
1556-
"For universal binary builds onMac OS X the architecture value reflects the "
1556+
"For universal binary builds onmacOS the architecture value reflects the "
15571557
"universal binary status instead of the architecture of the current "
15581558
"processor. For 32-bit universal binaries the architecture is ``fat``, for 64-"
15591559
"bit universal binaries the architecture is ``fat64``, and for 4-way "
@@ -1564,7 +1564,7 @@ msgid ""
15641564
msgstr""
15651565

15661566
#:../../distutils/apiref.rst:1135
1567-
msgid"Examples of returned values onMac OS X:"
1567+
msgid"Examples of returned values onmacOS:"
15681568
msgstr""
15691569

15701570
#:../../distutils/apiref.rst:1137

‎faq/design.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
11+
"POT-Creation-Date:2021-10-07 00:10+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:35+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -922,7 +922,7 @@ msgid ""
922922
"For technical reasons, a generator used directly as a context manager would "
923923
"not work correctly. When, as is most common, a generator is used as an "
924924
"iterator run to completion, no closing is needed. When it is, wrap it as "
925-
"\"contextlib.closing(generator)\" in the 'with'statment."
925+
"\"contextlib.closing(generator)\" in the 'with'statement."
926926
msgstr""
927927

928928
#:../../faq/design.rst:722

‎faq/gui.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
11+
"POT-Creation-Date:2021-09-24 00:11+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:35+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -42,8 +42,7 @@ msgid ""
4242
"to install (since it comes included with most `binary distributions <https://"
4343
"www.python.org/downloads/>`_ of Python) and use. For more info about Tk, "
4444
"including pointers to the source, see the `Tcl/Tk home page <https://www.tcl."
45-
"tk>`_. Tcl/Tk is fully portable to the Mac OS X, Windows, and Unix "
46-
"platforms."
45+
"tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms."
4746
msgstr""
4847

4948
#:../../faq/gui.rst:28

‎faq/installed.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2018-06-26 18:54+0800\n"
11+
"POT-Creation-Date:2021-09-24 00:11+0000\n"
1212
"PO-Revision-Date:2017-09-22 18:26+0000\n"
1313
"Last-Translator:Ching-Lung Chuang\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -89,11 +89,11 @@ msgstr ""
8989

9090
#:../../faq/installed.rst:32
9191
msgid""
92-
"Many Unix-compatible operating systems, such asMac OS X and some Linux "
92+
"Many Unix-compatible operating systems, such asmacOS and some Linux "
9393
"distributions, have Python installed by default; it's included in the base "
9494
"installation."
9595
msgstr""
96-
"許多相容於Unix系統,例如:Mac OS X和 一些 Linux發行版本預設安裝Python;安"
96+
"許多相容於 Unix系統,例如:maxOS和 一些 Linux發行版本預設安裝 Python;安"
9797
"裝時被包含在基本安裝功能內。"
9898

9999
#:../../faq/installed.rst:38

‎faq/programming.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version:Python 3.7\n"
1212
"Report-Msgid-Bugs-To:\n"
13-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
13+
"POT-Creation-Date:2021-10-07 00:10+0000\n"
1414
"PO-Revision-Date:2018-05-23 14:35+0000\n"
1515
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1616
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1349,8 +1349,8 @@ msgstr ""
13491349
msgid""
13501350
"The ``array`` module also provides methods for creating arrays of fixed "
13511351
"types with compact representations, but they are slower to index than "
1352-
"lists. Also note thatthe Numeric extensions and othersdefine array-like"
1353-
"structures with various characteristics as well."
1352+
"lists. Also note thatNumPy and other third party packagesdefine array-"
1353+
"likestructures with various characteristics as well."
13541354
msgstr""
13551355

13561356
#:../../faq/programming.rst:1190

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp