Skip to content

Commit e6c1ddf

Browse files
authored
Merge pull request #1019 from weblate/weblate-pypa-packaging-python-org
2 parents fc8f6c4 + dda85ce commit e6c1ddf

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

locales/ja/LC_MESSAGES/messages.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version: Python Packaging User Guide\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2021-07-06 19:32+0800\n"
10-
"PO-Revision-Date: 2021-12-02 22:12+0000\n"
10+
"PO-Revision-Date: 2021-12-04 07:51+0000\n"
1111
"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
1212
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
1313
"packaging-python-org/ja/>\n"
@@ -1792,22 +1792,35 @@ msgstr ""
17921792
#: ../source/guides/distributing-packages-using-setuptools.rst:99
17931793
msgid "Projects using :ref:`setuptools` 0.6.27+ have standard readme files (:file:`README.rst`, :file:`README.txt`, or :file:`README`) included in source distributions by default. The built-in :ref:`distutils` library adopts this behavior beginning in Python 3.7. Additionally, :ref:`setuptools` 36.4.0+ will include a :file:`README.md` if found. If you are using setuptools, you don't need to list your readme file in :file:`MANIFEST.in`. Otherwise, include it to be explicit."
17941794
msgstr ""
1795+
":ref:`setuptools`の0.6."
1796+
"27およびそれ以降のバージョンを使っているプロジェクトでは、標準のreadmeファイル(:file:`README.rst`、 :file:`README"
1797+
".txt`、または :file:`README`)がデフォルトでソースコード配布物に含まれるようになっています。標準ライブラリの "
1798+
":ref:`distutils` では、Python 3.7からこの動作を採用しました。さらに、:ref:`setuptools` の36.4."
1799+
"0およびそれ以降のバージョンでは、もし見つかれば :file:`README.md` "
1800+
"を含めるようになっています。もしあなたがsetuptoolsを使っているのであれば、あなたはreadmeファイルを :file:`MANIFEST.in`"
1801+
" に明記する必要はありません。そうでないなら、明示的に書いてください。"
17951802

17961803
#: ../source/guides/distributing-packages-using-setuptools.rst:108
17971804
msgid "MANIFEST.in"
1798-
msgstr ""
1805+
msgstr "MANIFEST.in"
17991806

18001807
#: ../source/guides/distributing-packages-using-setuptools.rst:110
18011808
msgid "A :file:`MANIFEST.in` is needed when you need to package additional files that are not automatically included in a source distribution. For details on writing a :file:`MANIFEST.in` file, including a list of what's included by default, see \":ref:`Using MANIFEST.in`\"."
18021809
msgstr ""
1810+
"自動的に追加されるファイル以外のファイルをソースコード配布物に追加したい場合には、 :file:`MANIFEST.in` が必要になります。 "
1811+
"どんなファイルがデフォルトで自動的に追加されるのかも含めて、 :file:`MANIFEST.in` の書き方の詳細については「 :ref:`"
1812+
"MANIFEST.in の使い方 <Using MANIFEST.in>`」を見てください。"
18031813

18041814
#: ../source/guides/distributing-packages-using-setuptools.rst:115
18051815
msgid "For an example, see the `MANIFEST.in <https://github.com/pypa/sampleproject/blob/master/MANIFEST.in>`_ from the `PyPA sample project <https://github.com/pypa/sampleproject>`_."
18061816
msgstr ""
1817+
"`PyPA sample project <https://github.com/pypa/sampleproject>`_ の `"
1818+
"MANIFEST.in <https://github.com/pypa/sampleproject/blob/master/MANIFEST.in>`"
1819+
"_ に例がでています。"
18071820

18081821
#: ../source/guides/distributing-packages-using-setuptools.rst:119
18091822
msgid ":file:`MANIFEST.in` does not affect binary distributions such as wheels."
1810-
msgstr ""
1823+
msgstr ":file:`MANIFEST.in` は、wheelなどのバイナリ配布物には影響を与えません。"
18111824

18121825
#: ../source/guides/distributing-packages-using-setuptools.rst:122
18131826
msgid "LICENSE.txt"

0 commit comments

Comments
 (0)