4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Osamu NAKAMURA, 2021
8
7
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
9
8
# mollinaca, 2021
10
9
# 菊池 健志, 2023
@@ -22,7 +21,7 @@ msgid ""
22
21
msgstr ""
23
22
"Project-Id-Version : Python 3.14\n "
24
23
"Report-Msgid-Bugs-To : \n "
25
- "POT-Creation-Date : 2025-06-13 14:21+0000\n "
24
+ "POT-Creation-Date : 2025-06-20 14:21+0000\n "
26
25
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
27
26
"Last-Translator : Inada Naoki <songofacandy@gmail.com>, 2025\n "
28
27
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1116,6 +1115,11 @@ msgid ""
1116
1115
"filesystem_encoding` and :c:member:`~PyConfig.filesystem_errors` members of :"
1117
1116
"c:type:`PyConfig`."
1118
1117
msgstr ""
1118
+ "term:`ファイルシステムのエンコーディングとエラーハンドラ <filesystem "
1119
+ "encoding and error handler>` は、Pythonの開始時に:c:func:`PyConfig_Read` 関数"
1120
+ "により設定されます。 :c:type:`PyConfig` のメンバー :c:member:`~PyConfig."
1121
+ "filesystem_encoding` と :c:member:`~PyConfig.filesystem_errors` を参照してく"
1122
+ "ださい。"
1119
1123
1120
1124
#: ../../glossary.rst:504
1121
1125
msgid "See also the :term:`locale encoding`."
@@ -2291,7 +2295,7 @@ msgstr ""
2291
2295
2292
2296
#: ../../glossary.rst:1037
2293
2297
msgid "def func(foo, bar=None): ..."
2294
- msgstr ""
2298
+ msgstr "def func(foo, bar=None): ... "
2295
2299
2296
2300
#: ../../glossary.rst:1041
2297
2301
msgid ""
@@ -2300,13 +2304,13 @@ msgid ""
2300
2304
"character in the parameter list of the function definition after them, for "
2301
2305
"example *posonly1* and *posonly2* in the following::"
2302
2306
msgstr ""
2303
- "位置専用: 位置によってのみ与えられる引数を指定します。位置専用の引数は 関数定 "
2304
- "義の引数のリストの中でそれらの後ろに ``/`` を含めることで定義できます。例えば "
2305
- "下記の *posonly1* と *posonly2* は位置専用引数になります:: "
2307
+ ":dfn:` 位置専用` : 位置によってのみ与えられる引数を指定します。位置専用の引数は"
2308
+ "関数定義の引数のリストの中でそれらの後ろに ``/`` を含めることで定義できます。"
2309
+ "例えば下記の *posonly1* と *posonly2* は位置専用引数になります:: "
2306
2310
2307
2311
#: ../../glossary.rst:1046
2308
2312
msgid "def func(posonly1, posonly2, /, positional_or_keyword): ..."
2309
- msgstr ""
2313
+ msgstr "def func(posonly1, posonly2, /, positional_or_keyword): ... "
2310
2314
2311
2315
#: ../../glossary.rst:1050
2312
2316
msgid ""
0 commit comments