File tree Expand file tree Collapse file tree 21 files changed +5290
-5229
lines changed
Expand file tree Collapse file tree 21 files changed +5290
-5229
lines changed Original file line number Diff line number Diff line change 66# Translators:
77# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
88# Arihiro TAKASE, 2017
9- # tomo, 2018
9+ # tomo, 2019
1010#
1111#, fuzzy
1212msgid ""
@@ -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 17:35+0000\n "
18- "Last-Translator : tomo, 2018 \n "
18+ "Last-Translator : tomo, 2019 \n "
1919"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -165,6 +165,8 @@ msgid ""
165165"The :c:func:`_PyObject_GC_TRACK` and :c:func:`_PyObject_GC_UNTRACK` macros "
166166"have been removed from the public C API."
167167msgstr ""
168+ ":c:func:`_PyObject_GC_TRACK` マクロと :c:func:`_PyObject_GC_UNTRACK` マクロは公開 C "
169+ "API から外されました。"
168170
169171#: ../../c-api/gcsupport.rst:93
170172msgid ""
Original file line number Diff line number Diff line change 55#
66# Translators:
77# Arihiro TAKASE, 2017
8- # tomo, 2018
8+ # tomo, 2019
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1616"PO-Revision-Date : 2017-02-16 17:37+0000\n "
17- "Last-Translator : tomo, 2018 \n "
17+ "Last-Translator : tomo, 2019 \n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -35,7 +35,7 @@ msgstr ""
3535
3636#: ../../c-api/number.rst:14
3737msgid "Returns ``1`` if *o* is an index integer."
38- msgstr ""
38+ msgstr "*o* がインデックス整数だった場合、 ``1`` を返します。 "
3939
4040#: ../../c-api/number.rst:20
4141msgid ""
Original file line number Diff line number Diff line change 66# Translators:
77# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
88# Arihiro TAKASE, 2017
9+ # tomo, 2019
910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
5074
code>15"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1617"PO-Revision-Date : 2017-02-16 17:38+0000\n "
17- "Last-Translator : Arihiro TAKASE, 2017 \n "
18+ "Last-Translator : tomo, 2019 \n "
1819"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -104,7 +105,7 @@ msgstr ""
104105msgid ""
105106"It is a good idea to use this macro whenever decrementing the reference "
106107"count of an object that might be traversed during garbage collection."
107- msgstr ""
108+ msgstr "ガベージコレクション中に追跡される可能性のあるオブジェクトの参照カウントのデクリメントを行うには、このマクロを使うのがよいでしょう。 "
108109
109110#: ../../c-api/refcounting.rst:65
110111msgid ""
Original file line number Diff line number Diff line change 33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # tomo, 2019
8+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.8\n "
1013"Report-Msgid-Bugs-To : \n "
1114"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1215"PO-Revision-Date : 2019-09-01 14:28+0000\n "
16+ "Last-Translator : tomo, 2019\n "
1317"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,3 +28,5 @@ msgid ""
2428" independently covers all of the relevant information currently included "
2529"here."
2630msgstr ""
31+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
32+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ msgid ""
5050" independently covers all of the relevant information currently included "
5151"here."
5252msgstr ""
53+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
54+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
5355
5456#: ../../distutils/apiref.rst:19
5557msgid ":mod:`distutils.core` --- Core Distutils functionality"
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ msgid ""
3636" independently covers all of the relevant information currently included "
3737"here."
3838msgstr ""
39+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
40+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
3941
4042#: ../../distutils/builtdist.rst:9
4143msgid ""
Original file line number Diff line number Diff line change 77# 秘湯 <xwhhsprings@gmail.com>, 2017
88# Inada Naoki <songofacandy@gmail.com>, 2017
99# Arihiro TAKASE, 2017
10+ # tomo, 2019
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1718"PO-Revision-Date : 2017-02-16 17:40+0000\n "
18- "Last-Translator : Arihiro TAKASE, 2017 \n "
19+ "Last-Translator : tomo, 2019 \n "
1920"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -34,6 +35,8 @@ msgid ""
3435" independently covers all of the relevant information currently included "
3536"here."
3637msgstr ""
38+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
39+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
3740
3841#: ../../distutils/commandref.rst:24
3942msgid "Installing modules: the :command:`install` command family"
Original file line number Diff line number Diff line change 77# 秘湯 <xwhhsprings@gmail.com>, 2017
88# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99# Arihiro TAKASE, 2017
10+ # tomo, 2019
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1718"PO-Revision-Date : 2017-02-16 17:40+0000\n "
18- "Last-Translator : Arihiro TAKASE, 2017 \n "
19+ "Last-Translator : tomo, 2019 \n "
1920"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -34,6 +35,8 @@ msgid ""
3435" independently covers all of the relevant information currently included "
3536"here."
3637msgstr ""
38+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
39+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
3740
3841#: ../../distutils/configfile.rst:9
3942msgid ""
Original file line number Diff line number Diff line change 77# 秘湯 <xwhhsprings@gmail.com>, 2017
8
B642
8 # Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99# Arihiro TAKASE, 2017
10- # tomo, 2017
10+ # tomo, 2019
1111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2019-09-01 14:24+0000\n "
1818"PO-Revision-Date : 2017-02-16 17:41+0000\n "
19- "Last-Translator : tomo, 2017 \n "
19+ "Last-Translator : tomo, 2019 \n "
2020"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -35,6 +35,8 @@ msgid ""
3535" independently covers all of the relevant information currently included "
3636"here."
3737msgstr ""
38+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
39+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
3840
3941#: ../../distutils/examples.rst:9
4042msgid ""
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ msgid ""
3434" independently covers all of the relevant information currently included "
3535"here."
3636msgstr ""
37+ "このドキュメントは、 https://setuptools.readthedocs.io/en/latest/setuptools.html にある "
38+ "``setuptools`` のドキュメントが現時点でここにある関連情報を全て網羅するまで、単独でここに載せておかれます。"
3739
3840#: ../../distutils/extending.rst:9
3941msgid ""
You can’t perform that action at this time.
0 commit comments