Skip to content

Commit 25b3434

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 3eb7816 commit 25b3434

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

library/functions.po

+7-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# yuta100101 <yuta07317776@i.softbank.jp>, 2021
1313
# Masaaki Kobashi <murmur2winzcud37dle@gmail.com>, 2022
1414
# tomo, 2022
15-
# Takeshi Nakazato, 2022
15+
# Takeshi Nakazato, 2023
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2022-12-30 14:13+0000\n"
2323
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
24-
"Last-Translator: Takeshi Nakazato, 2022\n"
24+
"Last-Translator: Takeshi Nakazato, 2023\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
2626
"ja/)\n"
2727
"MIME-Version: 1.0\n"
@@ -1313,6 +1313,10 @@ msgid ""
13131313
"length of the tuple must exactly match the number of free variables "
13141314
"referenced by the code object."
13151315
msgstr ""
1316+
"引数 *closure* はクロージャ、すなわちセル変数のタプルを指定します。この引数"
1317+
"は *object* が自由変数を含むコードオブジェクトである場合のみ有効です。タプル"
1318+
"の長さはコードオブジェクトから参照されている自由変数の数と厳密に一致しなけれ"
1319+
"ばなりません。"
13161320

13171321
#: ../../library/functions.rst:607
13181322
msgid ""
@@ -1338,7 +1342,7 @@ msgstr ""
13381342

13391343
#: ../../library/functions.rst:618
13401344
msgid "Added the *closure* parameter."
1341-
msgstr ""
1345+
msgstr "*closure* パラメータが追加されました。"
13421346

13431347
#: ../../library/functions.rst:624
13441348
msgid ""

using/configure.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ msgstr ""
2424

2525
#: ../../using/configure.rst:3
2626
msgid "Configure Python"
27-
msgstr "Configure Python"
27+
msgstr "Configure"
2828

2929
#: ../../using/configure.rst:8
3030
msgid "Configure Options"
3131
msgstr "Configureオプション"
3232

3333
#: ../../using/configure.rst:10
3434
msgid "List all ``./configure`` script options using::"
35-
msgstr "次のコマンドで、全ての``./configure``オプションを表示できます。"
35+
msgstr "次のコマンドで、全ての ``./configure`` オプションを表示できます。"
3636

3737
#: ../../using/configure.rst:14
3838
msgid ""
@@ -50,7 +50,7 @@ msgid ""
5050
"Support loadable extensions in the :mod:`_sqlite` extension module (default "
5151
"is no)."
5252
msgstr ""
53-
":mod:`_sqlite`拡張モジュールで、ロード可能な拡張をサポートします。(デフォル"
53+
":mod:`_sqlite` 拡張モジュールで、ロード可能な拡張をサポートします。(デフォル"
5454
"ト: no)"
5555

5656
#: ../../using/configure.rst:24

0 commit comments

Comments
 (0)