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

Sync with CPython 3.9#112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 2 commits into3.9fromcron/sync/3.9
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsc-api/call.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand DownExpand Up@@ -254,7 +254,7 @@ msgstr ""
msgid ""
"Various functions are available for calling a Python object. Each converts "
"its arguments to a convention supported by the called object – either "
"*tp_call* or vectorcall. In order to do aslitle conversion as possible, "
"*tp_call* or vectorcall. In order to do aslittle conversion as possible, "
"pick one that best fits the format of data you have available."
msgstr ""

Expand Down
16 changes: 8 additions & 8 deletionsc-api/init.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-09-24 00:11+0000\n"
"PO-Revision-Date: 2018-05-23 14:06+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -618,7 +618,7 @@ msgid ""
"name (set by :c:func:`Py_SetProgramName` above) and some environment "
"variables. The returned string consists of a series of directory names "
"separated by a platform dependent delimiter character. The delimiter "
"character is ``':'`` on Unix andMac OS X, ``';'`` on Windows. The returned "
"character is ``':'`` on Unix andmacOS, ``';'`` on Windows. The returned "
"string points into static storage; the caller should not modify its value. "
"The list :data:`sys.path` is initialized with this value on interpreter "
"startup; it can be (and usually is) modified later to change the search path "
Expand All@@ -632,8 +632,8 @@ msgid ""
"default search path but uses the one provided instead. This is useful if "
"Python is embedded by an application that has full knowledge of the location "
"of all modules. The path components should be separated by the platform "
"dependent delimiter character, which is ``':'`` on Unix andMac OS X, "
"``';'``on Windows."
"dependent delimiter character, which is ``':'`` on Unix andmacOS, ``';'`` "
"on Windows."
msgstr ""

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

#: ../../c-api/init.rst:521
Expand Down
4 changes: 2 additions & 2 deletionsc-api/type.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-09-19 00:12+0000\n"
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -209,7 +209,7 @@ msgstr ""
msgid ""
"The *module* argument can be used to record the module in which the new "
"class is defined. It must be a module object or ``NULL``. If not ``NULL``, "
"the module is associated with the new type and can later beretreived with :"
"the module is associated with the new type and can later beretrieved with :"
"c:func:`PyType_GetModule`. The associated module is not inherited by "
"subclasses; it must be specified for each class individually."
msgstr ""
Expand Down
44 changes: 26 additions & 18 deletionsc-api/typeobj.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-09-18 00:10+0000\n"
"PO-Revision-Date: 2018-05-23 14:33+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -694,7 +694,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_subtract`"
msgstr ""

#: ../../c-api/typeobj.rst:212
msgid "__sub__"
msgid "__isub__"
msgstr ""

#: ../../c-api/typeobj.rst:214
Expand All@@ -709,8 +709,8 @@ msgstr ""
msgid ":c:member:`~PyNumberMethods.nb_inplace_multiply`"
msgstr ""

#: ../../c-api/typeobj.rst:217 ../../c-api/typeobj.rst:303
msgid "__mul__"
#: ../../c-api/typeobj.rst:217 ../../c-api/typeobj.rst:314
msgid "__imul__"
msgstr ""

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

#: ../../c-api/typeobj.rst:222
msgid "__mod__"
msgid "__imod__"
msgstr ""

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

#: ../../c-api/typeobj.rst:230
msgid "__pow__"
msgid "__ipow__"
msgstr ""

#: ../../c-api/typeobj.rst:232
Expand DownExpand Up@@ -806,7 +806,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_lshift`"
msgstr ""

#: ../../c-api/typeobj.rst:245
msgid "__lshift__"
msgid "__ilshift__"
msgstr ""

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

#: ../../c-api/typeobj.rst:250
msgid "__rshift__"
msgid "__irshift__"
msgstr ""

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

#: ../../c-api/typeobj.rst:255
msgid "__and__"
msgid "__iand__"
msgstr ""

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

#: ../../c-api/typeobj.rst:260
msgid "__xor__"
msgid "__ixor__"
msgstr ""

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

#: ../../c-api/typeobj.rst:265
msgid "__or__"
msgid "__ior__"
msgstr ""

#: ../../c-api/typeobj.rst:267
Expand DownExpand Up@@ -903,26 +903,34 @@ msgstr ""
msgid ":c:member:`~PyNumberMethods.nb_floor_divide`"
msgstr ""

#: ../../c-api/typeobj.rst:273 ../../c-api/typeobj.rst:275
#: ../../c-api/typeobj.rst:273
msgid "__floordiv__"
msgstr ""

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

#: ../../c-api/typeobj.rst:275
msgid "__ifloordiv__"
msgstr ""

#: ../../c-api/typeobj.rst:277
msgid ":c:member:`~PyNumberMethods.nb_true_divide`"
msgstr ""

#: ../../c-api/typeobj.rst:277 ../../c-api/typeobj.rst:279
#: ../../c-api/typeobj.rst:277
msgid "__truediv__"
msgstr ""

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

#: ../../c-api/typeobj.rst:279
msgid "__itruediv__"
msgstr ""

#: ../../c-api/typeobj.rst:281
msgid ":c:member:`~PyNumberMethods.nb_index`"
msgstr ""
Expand All@@ -944,7 +952,7 @@ msgid ":c:member:`~PyNumberMethods.nb_inplace_matrix_multiply`"
msgstr ""

#: ../../c-api/typeobj.rst:286
msgid "__matmul__"
msgid "__imatmul__"
msgstr ""

#: ../../c-api/typeobj.rst:290
Expand DownExpand Up@@ -1001,6 +1009,10 @@ msgstr ""
msgid ":c:type:`ssizeargfunc`"
msgstr ""

#: ../../c-api/typeobj.rst:303
msgid "__mul__"
msgstr ""

#: ../../c-api/typeobj.rst:305
msgid ":c:member:`~PySequenceMethods.sq_item`"
msgstr ""
Expand DownExpand Up@@ -1037,10 +1049,6 @@ msgstr ""
msgid ":c:member:`~PySequenceMethods.sq_inplace_repeat`"
msgstr ""

#: ../../c-api/typeobj.rst:314
msgid "__imul__"
msgstr ""

#: ../../c-api/typeobj.rst:318
msgid ":c:member:`~PyBufferProcs.bf_getbuffer`"
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletionsdistributing/index.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2020-06-20 18:08+0800\n"
"POT-Creation-Date:2021-10-02 17:19+0000\n"
"PO-Revision-Date: 2021-07-04 18:06+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -208,8 +208,8 @@ msgstr ""

#: ../../distributing/index.rst:104
msgid ""
"For POSIX users (includingMac OS Xand Linux users), these instructions "
"assumethe use of a :term:`virtual environment`."
"For POSIX users (includingmacOSand Linux users), these instructions assume "
"the use of a :term:`virtual environment`."
msgstr ""
"對於 POSIX 使用者(包括 Mac OS X 和 Linux 使用者),這些教學皆假設有使用 :"
"term:`virtual environment`\\ 。"
Expand Down
8 changes: 4 additions & 4 deletionsdistutils/apiref.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2020-06-20 18:08+0800\n"
"POT-Creation-Date:2021-09-24 00:11+0000\n"
"PO-Revision-Date: 2018-05-23 14:33+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -1546,14 +1546,14 @@ msgstr ""

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

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

#: ../../distutils/apiref.rst:1135
msgid "Examples of returned values onMac OS X:"
msgid "Examples of returned values onmacOS:"
msgstr ""

#: ../../distutils/apiref.rst:1137
Expand Down
4 changes: 2 additions & 2 deletionsfaq/design.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
"PO-Revision-Date: 2018-05-23 14:35+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -922,7 +922,7 @@ msgid ""
"For technical reasons, a generator used directly as a context manager would "
"not work correctly. When, as is most common, a generator is used as an "
"iterator run to completion, no closing is needed. When it is, wrap it as "
"\"contextlib.closing(generator)\" in the 'with'statment."
"\"contextlib.closing(generator)\" in the 'with'statement."
msgstr ""

#: ../../faq/design.rst:722
Expand Down
5 changes: 2 additions & 3 deletionsfaq/gui.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-09-24 00:11+0000\n"
"PO-Revision-Date: 2018-05-23 14:35+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -42,8 +42,7 @@ msgid ""
"to install (since it comes included with most `binary distributions <https://"
"www.python.org/downloads/>`_ of Python) and use. For more info about Tk, "
"including pointers to the source, see the `Tcl/Tk home page <https://www.tcl."
"tk>`_. Tcl/Tk is fully portable to the Mac OS X, Windows, and Unix "
"platforms."
"tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms."
msgstr ""

#: ../../faq/gui.rst:28
Expand Down
6 changes: 3 additions & 3 deletionsfaq/installed.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2018-06-26 18:54+0800\n"
"POT-Creation-Date:2021-09-24 00:11+0000\n"
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
"Last-Translator: Ching-Lung Chuang\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -89,11 +89,11 @@ msgstr ""

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

#: ../../faq/installed.rst:38
Expand Down
6 changes: 3 additions & 3 deletionsfaq/programming.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
"PO-Revision-Date: 2018-05-23 14:35+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -1349,8 +1349,8 @@ msgstr ""
msgid ""
"The ``array`` module also provides methods for creating arrays of fixed "
"types with compact representations, but they are slower to index than "
"lists. Also note thatthe Numeric extensions and othersdefine array-like"
"structures with various characteristics as well."
"lists. Also note thatNumPy and other third party packagesdefine array-"
"likestructures with various characteristics as well."
msgstr ""

#: ../../faq/programming.rst:1190
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp