@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-08-01 14:54 +0000\n "
15+ "POT-Creation-Date : 2026-08-21 14:26 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1717"Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2025\n "
1818"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -84,10 +84,8 @@ msgstr ""
8484#: ../../tutorial/stdlib.rst:38
8585msgid ""
8686"For daily file and directory management tasks, the :mod:`shutil` module "
87- "provides a higher level interface that is easier to use::"
87+ "provides a higher- level interface that is easier to use::"
8888msgstr ""
89- "ファイルやディレクトリの日常的な管理作業のために、より簡単に使える高水準のイ"
90- "ンターフェースが :mod:`shutil` モジュールで提供されています::"
9189
9290#: ../../tutorial/stdlib.rst:41
9391msgid ""
@@ -123,13 +121,10 @@ msgstr ""
123121
124122#: ../../tutorial/stdlib.rst:66
125123msgid ""
126- "Common utility scripts often need to process command line arguments. These "
124+ "Common utility scripts often need to process command- line arguments. These "
127125"arguments are stored in the :mod:`sys` module's *argv* attribute as a list. "
128126"For instance, let's take the following :file:`demo.py` file::"
129127msgstr ""
130- "一般的なユーティリティスクリプトでは、よくコマンドライン引数を扱う必要があり"
131- "ます。コマンドライン引数は モジュールの *argv* 属性にリストとして保存されてい"
132- "ます。例として以下の :file:`demo.py` ファイルを見てみましょう::"
133128
134129#: ../../tutorial/stdlib.rst:70
135130msgid ""
@@ -153,12 +148,9 @@ msgstr ""
153148#: ../../tutorial/stdlib.rst:79
154149msgid ""
155150"The :mod:`argparse` module provides a more sophisticated mechanism to "
156- "process command line arguments. The following script extracts one or more "
151+ "process command- line arguments. The following script extracts one or more "
157152"filenames and an optional number of lines to be displayed::"
158153msgstr ""
159- ":mod:`argparse` モジュールは、コマンドライン引数を処理するための更に洗練され"
160- "た仕組みを提供します。次のスクリプトは1つ以上のファイル名を抽出し、オプション"
161- "で行数を表示します。"
162154
163155#: ../../tutorial/stdlib.rst:83
164156msgid ""
0 commit comments