Skip to content

Commit acdf54c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 338442b commit acdf54c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

library/argparse.po

+14-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
# Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2022
1111
# tomo, 2022
1212
# Arihiro TAKASE, 2023
13+
# Takeshi Nakazato, 2023
1314
#
1415
#, fuzzy
1516
msgid ""
1617
msgstr ""
1718
"Project-Id-Version: Python 3.11\n"
1819
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
20+
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
2021
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
21-
"Last-Translator: Arihiro TAKASE, 2023\n"
22+
"Last-Translator: Takeshi Nakazato, 2023\n"
2223
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
2324
"ja/)\n"
2425
"MIME-Version: 1.0\n"
@@ -61,17 +62,27 @@ msgid ""
6162
"The module will also issue errors when users give the program invalid "
6263
"arguments."
6364
msgstr ""
65+
":mod:`argparse` はモジュールは、ユーザーフレンドリーなコマンドラインインター"
66+
"フェースの作成を簡単にします。プログラムは必要とする引数が何かを定義し、 :"
67+
"mod:`argparse` は :data:`sys.argv` からそれらの引数を解析する方法を見つけ出し"
68+
"ます。また、 :mod:`argparse` モジュールはヘルプや使用方法のメッセージを自動的"
69+
"に生成します。さらに、このモジュールはユーザーが不正な引数をプログラムに与え"
70+
"た場合にエラーを発生させます。"
6471

6572
#: ../../library/argparse.rst:30
6673
msgid "Core Functionality"
67-
msgstr ""
74+
msgstr "中核的な機能"
6875

6976
#: ../../library/argparse.rst:32
7077
msgid ""
7178
"The :mod:`argparse` module's support for command-line interfaces is built "
7279
"around an instance of :class:`argparse.ArgumentParser`. It is a container "
7380
"for argument specifications and has options that apply the parser as whole::"
7481
msgstr ""
82+
":mod:`argparse` モジュールのコマンドラインインターフェースのサポートは、 :"
83+
"class:`argparse.ArgumentParser` のインスタンスを中心として構築されています。"
84+
"これは引数の仕様に対するコンテナであり、引数解析器(パーサー)全体に適用され"
85+
"るオプションを持っています::"
7586

7687
#: ../../library/argparse.rst:41
7788
msgid ""

0 commit comments

Comments
 (0)