Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f87be6

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent9621343 commit2f87be6

File tree

17 files changed

+96
-79
lines changed

17 files changed

+96
-79
lines changed

‎c-api/arg.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Arihiro TAKASE, 2023
88
# tomo, 2024
9+
# Taichi Haradaguchi, 2024
910
#
1011
#,fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version:Python 3.13\n"
1415
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2024-05-1102:33+0000\n"
16+
"POT-Creation-Date:2024-05-1118:37+0000\n"
1617
"PO-Revision-Date:2021-06-28 00:47+0000\n"
17-
"Last-Translator:tomo, 2024\n"
18+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1819
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version:1.0\n"
@@ -207,6 +208,8 @@ msgid ""
207208
"``s#`` (:class:`str`, read-only :term:`bytes-like object`) [const char\\*, :"
208209
"c:type:`Py_ssize_t`]"
209210
msgstr""
211+
"``s#`` (:class:`str`, 読み取り専用の :term:`bytes-like object`) [const char "
212+
"\\*, :c:type:`Py_ssize_t`]"
210213

211214
#:../../c-api/arg.rst:107
212215
msgid""

‎c-api/call.po

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# tomo, 2021
99
# Arihiro TAKASE, 2023
1010
# Takanori Suzuki <takanori@takanory.net>, 2023
11+
# Taichi Haradaguchi, 2024
1112
#
1213
#,fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version:Python 3.13\n"
1617
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2024-05-1102:33+0000\n"
18+
"POT-Creation-Date:2024-05-1118:37+0000\n"
1819
"PO-Revision-Date:2021-06-28 00:47+0000\n"
19-
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2023\n"
20+
"Last-Translator:Taichi Haradaguchi, 2024\n"
2021
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version:1.0\n"
@@ -282,13 +283,13 @@ msgstr "``kwargs``"
282283

283284
#:../../c-api/call.rst:189
284285
msgid":c:func:`PyObject_Call`"
285-
msgstr""
286+
msgstr":c:func:`PyObject_Call`"
286287

287288
#:../../c-api/call.rst:189../../c-api/call.rst:191../../c-api/call.rst:193
288289
#:../../c-api/call.rst:195../../c-api/call.rst:197../../c-api/call.rst:201
289290
#:../../c-api/call.rst:209../../c-api/call.rst:211
290291
msgid"``PyObject *``"
291-
msgstr""
292+
msgstr"``PyObject *``"
292293

293294
#:../../c-api/call.rst:189
294295
msgid"tuple"
@@ -300,69 +301,69 @@ msgstr ""
300301

301302
#:../../c-api/call.rst:191
302303
msgid":c:func:`PyObject_CallNoArgs`"
303-
msgstr""
304+
msgstr":c:func:`PyObject_CallNoArgs`"
304305

305306
#:../../c-api/call.rst:191../../c-api/call.rst:193../../c-api/call.rst:195
306307
#:../../c-api/call.rst:197../../c-api/call.rst:199../../c-api/call.rst:201
307308
#:../../c-api/call.rst:203../../c-api/call.rst:205../../c-api/call.rst:207
308309
msgid"---"
309-
msgstr""
310+
msgstr"---"
310311

311312
#:../../c-api/call.rst:193
312313
msgid":c:func:`PyObject_CallOneArg`"
313-
msgstr""
314+
msgstr":c:func:`PyObject_CallOneArg`"
314315

315316
#:../../c-api/call.rst:193../../c-api/call.rst:207
316317
msgid"1 object"
317318
msgstr""
318319

319320
#:../../c-api/call.rst:195
320321
msgid":c:func:`PyObject_CallObject`"
321-
msgstr""
322+
msgstr":c:func:`PyObject_CallObject`"
322323

323324
#:../../c-api/call.rst:195
324325
msgid"tuple/``NULL``"
325326
msgstr""
326327

327328
#:../../c-api/call.rst:197
328329
msgid":c:func:`PyObject_CallFunction`"
329-
msgstr""
330+
msgstr":c:func:`PyObject_CallFunction`"
330331

331332
#:../../c-api/call.rst:197../../c-api/call.rst:199
332333
msgid"format"
333334
msgstr"format"
334335

335336
#:../../c-api/call.rst:199
336337
msgid":c:func:`PyObject_CallMethod`"
337-
msgstr""
338+
msgstr":c:func:`PyObject_CallMethod`"
338339

339340
#:../../c-api/call.rst:199
340341
msgid"obj + ``char*``"
341342
msgstr""
342343

343344
#:../../c-api/call.rst:201
344345
msgid":c:func:`PyObject_CallFunctionObjArgs`"
345-
msgstr""
346+
msgstr":c:func:`PyObject_CallFunctionObjArgs`"
346347

347348
#:../../c-api/call.rst:201../../c-api/call.rst:203
348349
msgid"variadic"
349350
msgstr""
350351

351352
#:../../c-api/call.rst:203
352353
msgid":c:func:`PyObject_CallMethodObjArgs`"
353-
msgstr""
354+
msgstr":c:func:`PyObject_CallMethodObjArgs`"
354355

355356
#:../../c-api/call.rst:203../../c-api/call.rst:205../../c-api/call.rst:207
356357
msgid"obj + name"
357358
msgstr""
358359

359360
#:../../c-api/call.rst:205
360361
msgid":c:func:`PyObject_CallMethodNoArgs`"
361-
msgstr""
362+
msgstr":c:func:`PyObject_CallMethodNoArgs`"
362363

363364
#:../../c-api/call.rst:207
364365
msgid":c:func:`PyObject_CallMethodOneArg`"
365-
msgstr""
366+
msgstr":c:func:`PyObject_CallMethodOneArg`"
366367

367368
#:../../c-api/call.rst:209
368369
msgid":c:func:`PyObject_Vectorcall`"
@@ -374,7 +375,7 @@ msgstr ""
374375

375376
#:../../c-api/call.rst:211
376377
msgid":c:func:`PyObject_VectorcallDict`"
377-
msgstr""
378+
msgstr":c:func:`PyObject_VectorcallDict`"
378379

379380
#:../../c-api/call.rst:213
380381
msgid":c:func:`PyObject_VectorcallMethod`"

‎c-api/code.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# 秘湯 <xwhhsprings@gmail.com>, 2023
88
# tomo, 2023
9+
# Taichi Haradaguchi, 2024
910
#
1011
#,fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version:Python 3.13\n"
1415
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2024-05-1102:33+0000\n"
16+
"POT-Creation-Date:2024-05-1118:37+0000\n"
1617
"PO-Revision-Date:2021-06-28 00:48+0000\n"
17-
"Last-Translator:tomo, 2023\n"
18+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1819
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version:1.0\n"
@@ -355,20 +356,20 @@ msgstr "コードオブジェクト"
355356

356357
#:../../c-api/code.rst:62
357358
msgid"PyCode_New (C function)"
358-
msgstr""
359+
msgstr"PyCode_New (C 関数)"
359360

360361
#:../../c-api/code.rst:75
361362
msgid"PyCode_NewWithPosOnlyArgs (C function)"
362-
msgstr""
363+
msgstr"PyCode_NewWithPosOnlyArgs (C 関数)"
363364

364365
#:../../c-api/code.rst:234
365366
msgid"_PyEval_RequestCodeExtraIndex (C function)"
366-
msgstr""
367+
msgstr"_PyEval_RequestCodeExtraIndex (C 関数)"
367368

368369
#:../../c-api/code.rst:252
369370
msgid"_PyCode_GetExtra (C function)"
370-
msgstr""
371+
msgstr"_PyCode_GetExtra (C 関数)"
371372

372373
#:../../c-api/code.rst:267
373374
msgid"_PyCode_SetExtra (C function)"
374-
msgstr""
375+
msgstr"_PyCode_SetExtra (C 関数)"

‎c-api/float.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#,fuzzy
1313
msgid ""
1414
msgstr ""
15-
"Project-Id-Version:Python 3.12\n"
15+
"Project-Id-Version:Python 3.13\n"
1616
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2024-04-19 14:13+0000\n"
17+
"POT-Creation-Date:2024-05-11 18:37+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:48+0000\n"
1919
"Last-Translator:Taichi Haradaguchi, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/hash.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Taichi Haradaguchi, 2024
8+
#
69
#,fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version:Python 3.13\n"
1013
"Report-Msgid-Bugs-To:\n"
1114
"POT-Creation-Date:2024-05-11 18:37+0000\n"
1215
"PO-Revision-Date:2024-02-23 14:15+0000\n"
16+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1317
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
1418
"ja/)\n"
1519
"MIME-Version:1.0\n"
@@ -20,7 +24,7 @@ msgstr ""
2024

2125
#:../../c-api/hash.rst:4
2226
msgid"PyHash API"
23-
msgstr""
27+
msgstr"PyHash API"
2428

2529
#:../../c-api/hash.rst:6
2630
msgid""

‎extending/windows.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#,fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version:Python 3.12\n"
12+
"Project-Id-Version:Python 3.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-04-19 14:13+0000\n"
14+
"POT-Creation-Date:2024-05-11 18:37+0000\n"
1515
"PO-Revision-Date:2021-06-28 00:52+0000\n"
1616
"Last-Translator:tomo, 2021\n"
1717
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/cmdline.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-05-1102:33+0000\n"
14+
"POT-Creation-Date:2024-05-1118:37+0000\n"
1515
"PO-Revision-Date:2023-10-13 14:16+0000\n"
1616
"Last-Translator:Taichi Haradaguchi, 2024\n"
1717
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -44,7 +44,7 @@ msgstr ""
4444

4545
#:../../library/cmdline.rst:10
4646
msgid":ref:`calendar <calendar-cli>`"
47-
msgstr""
47+
msgstr":ref:`calendar <calendar-cli>`"
4848

4949
#:../../library/cmdline.rst:11
5050
msgid":mod:`code`"

‎library/configparser.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
# Arihiro TAKASE, 2023
1313
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023
1414
# Takeshi Nakazato, 2024
15+
# Taichi Haradaguchi, 2024
1516
#
1617
#,fuzzy
1718
msgid ""
1819
msgstr ""
1920
"Project-Id-Version:Python 3.13\n"
2021
"Report-Msgid-Bugs-To:\n"
21-
"POT-Creation-Date:2024-05-1102:33+0000\n"
22+
"POT-Creation-Date:2024-05-1118:37+0000\n"
2223
"PO-Revision-Date:2021-06-28 00:57+0000\n"
23-
"Last-Translator:Takeshi Nakazato, 2024\n"
24+
"Last-Translator:Taichi Haradaguchi, 2024\n"
2425
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2526
"ja/)\n"
2627
"MIME-Version:1.0\n"
@@ -1149,7 +1150,7 @@ msgstr ""
11491150

11501151
#:../../library/configparser.rst:1098
11511152
msgid"Replaces :meth:`!readfp`."
1152-
msgstr""
1153+
msgstr":meth:`!readfp` を置き換えます。"
11531154

11541155
#:../../library/configparser.rst:1103
11551156
msgid"Parse configuration data from a string."

‎library/devmode.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#,fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version:Python 3.12\n"
13+
"Project-Id-Version:Python 3.13\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2024-04-19 14:13+0000\n"
15+
"POT-Creation-Date:2024-05-11 18:37+0000\n"
1616
"PO-Revision-Date:2021-06-28 01:04+0000\n"
1717
"Last-Translator:Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021\n"
1818
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/email.compat32-message.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#,fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version:Python 3.12\n"
13+
"Project-Id-Version:Python 3.13\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2024-04-19 14:13+0000\n"
15+
"POT-Creation-Date:2024-05-11 18:37+0000\n"
1616
"PO-Revision-Date:2021-06-28 01:04+0000\n"
1717
"Last-Translator:tomo, 2021\n"
1818
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/ftplib.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023
99
# Arihiro TAKASE, 2023
1010
# tomo, 2024
11+
# Taichi Haradaguchi, 2024
1112
#
1213
#,fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version:Python 3.13\n"
1617
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2024-05-1102:33+0000\n"
18+
"POT-Creation-Date:2024-05-1118:37+0000\n"
1819
"PO-Revision-Date:2021-06-28 01:06+0000\n"
19-
"Last-Translator:tomo, 2024\n"
20+
"Last-Translator:Taichi Haradaguchi, 2024\n"
2021
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version:1.0\n"
@@ -74,7 +75,7 @@ msgstr "リファレンス"
7475

7576
#:../../library/ftplib.rst:56
7677
msgid"FTP objects"
77-
msgstr""
78+
msgstr"FTP オブジェクト"
7879

7980
#:../../library/ftplib.rst:87
8081
msgid"Return a new instance of the :class:`FTP` class."
@@ -486,7 +487,7 @@ msgstr ""
486487

487488
#:../../library/ftplib.rst:447
488489
msgid"FTP_TLS objects"
489-
msgstr""
490+
msgstr"FTP_TLS オブジェクト"
490491

491492
#:../../library/ftplib.rst:452
492493
msgid""
@@ -573,7 +574,7 @@ msgstr "平文データ接続をセットアップします。"
573574

574575
#:../../library/ftplib.rst:559
575576
msgid"Module variables"
576-
msgstr""
577+
msgstr"モジュール変数"
577578

578579
#:../../library/ftplib.rst:563
579580
msgid"Exception raised when an unexpected reply is received from the server."

‎library/itertools.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
# Takanori Suzuki <takanori@takanory.net>, 2021
1111
# Arihiro TAKASE, 2023
1212
# righteous righteous, 2023
13+
# Taichi Haradaguchi, 2024
1314
#
1415
#,fuzzy
1516
msgid ""
1617
msgstr ""
1718
"Project-Id-Version:Python 3.13\n"
1819
"Report-Msgid-Bugs-To:\n"
19-
"POT-Creation-Date:2024-05-1102:33+0000\n"
20+
"POT-Creation-Date:2024-05-1118:37+0000\n"
2021
"PO-Revision-Date:2021-06-28 01:08+0000\n"
21-
"Last-Translator:righteous righteous, 2023\n"
22+
"Last-Translator:Taichi Haradaguchi, 2024\n"
2223
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2324
"ja/)\n"
2425
"MIME-Version:1.0\n"
@@ -435,7 +436,7 @@ msgstr "``AA AB AC AD BB BC BD CC CD DD``"
435436

436437
#:../../library/itertools.rst:94
437438
msgid"Itertool Functions"
438-
msgstr""
439+
msgstr"Itertool関数"
439440

440441
#:../../library/itertools.rst:96
441442
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp