Skip to content

Commit d907dfb

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e402feb commit d907dfb

37 files changed

+67
-41
lines changed

faq/installed.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: 菊池 健志, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

howto/logging-cookbook.po

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# mollinaca, 2021
88
# 渋川よしき <[email protected]>, 2022
99
# tomo, 2022
10-
# Takeshi Nakazato, 2023
1110
# TENMYO Masakazu, 2024
11+
# Takeshi Nakazato, 2024
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
20-
"Last-Translator: TENMYO Masakazu, 2024\n"
20+
"Last-Translator: Takeshi Nakazato, 2024\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2222
"ja/)\n"
2323
"MIME-Version: 1.0\n"
@@ -2747,6 +2747,14 @@ msgid ""
27472747
"\n"
27482748
"logging.setLogRecordFactory(record_factory)"
27492749
msgstr ""
2750+
"old_factory = logging.getLogRecordFactory()\n"
2751+
"\n"
2752+
"def record_factory(*args, **kwargs):\n"
2753+
" record = old_factory(*args, **kwargs)\n"
2754+
" record.custom_attribute = 0xdecafbad\n"
2755+
" return record\n"
2756+
"\n"
2757+
"logging.setLogRecordFactory(record_factory)"
27502758

27512759
#: ../../howto/logging-cookbook.rst:1835
27522760
msgid ""

library/allos.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1717
"Last-Translator: mollinaca, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/archiving.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/binary.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/concurrency.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/datatypes.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/debug.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/dialog.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1616
"Last-Translator: Osamu NAKAMURA, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/fileformats.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/frameworks.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1717
"Last-Translator: Osamu NAKAMURA, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/functional.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/glob.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Inada Naoki <[email protected]>, 2023
8-
# 石井明久, 2024
8+
# qqfunc, 2024
99
# Takanori Suzuki <[email protected]>, 2024
1010
# tomo, 2024
1111
# Arihiro TAKASE, 2024
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.13\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
19+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
2121
"Last-Translator: Takeshi Nakazato, 2024\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1717
"Last-Translator: Takanori Suzuki <[email protected]>, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/internet.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
16+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1818
"Last-Translator: Inada Naoki <[email protected]>, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/ipc.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/language.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/logging.po

+20-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# souma987, 2023
1010
# Takanori Suzuki <[email protected]>, 2024
1111
# Rafael Fontenelle <[email protected]>, 2024
12-
# 石井明久, 2024
12+
# qqfunc, 2024
1313
# tomo, 2024
1414
# Inada Naoki <[email protected]>, 2024
1515
# Arihiro TAKASE, 2024
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.13\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-11-01 14:17+0000\n"
23+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
2424
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
2525
"Last-Translator: Takeshi Nakazato, 2024\n"
2626
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1483,6 +1483,10 @@ msgid ""
14831483
"different record instance which will replace the original log record in any "
14841484
"future processing of the event."
14851485
msgstr ""
1486+
"指定されたログレコードは記録されるでしょうか?答えが「いいえ」なら false を、"
1487+
"「はい」なら true を返します。フィルタは受け取ったログレコードそのものを編集"
1488+
"したり、その後のイベント処理において元のログレコードに取って代わる、まったく"
1489+
"異なるログレコードインスタンスを返す可能性があります。"
14861490

14871491
#: ../../library/logging.rst:833
14881492
msgid ""
@@ -1534,6 +1538,10 @@ msgid ""
15341538
"to a :class:`Handler` to modify the log record before it is emitted, without "
15351539
"having side effects on other handlers."
15361540
msgstr ""
1541+
"受け取ったログレコード自体を編集する代わりに、元のログレコードに取って代わる"
1542+
"別の :class:`LogRecord` インスタンスを返すことができるようになりました。これ"
1543+
"により、 :class:`Handler` にアタッチされたフィルタが、他のハンドラへの副作用"
1544+
"を伴うことなく、発行前にログレコードを編集することが可能になります。"
15371545

15381546
#: ../../library/logging.rst:859
15391547
msgid ""
@@ -1698,6 +1706,14 @@ msgid ""
16981706
"\n"
16991707
"logging.setLogRecordFactory(record_factory)"
17001708
msgstr ""
1709+
"old_factory = logging.getLogRecordFactory()\n"
1710+
"\n"
1711+
"def record_factory(*args, **kwargs):\n"
1712+
" record = old_factory(*args, **kwargs)\n"
1713+
" record.custom_attribute = 0xdecafbad\n"
1714+
" return record\n"
1715+
"\n"
1716+
"logging.setLogRecordFactory(record_factory)"
17011717

17021718
#: ../../library/logging.rst:961
17031719
msgid ""
@@ -1818,6 +1834,8 @@ msgid ""
18181834
"Time when the :class:`LogRecord` was created (as returned by :func:`time."
18191835
"time_ns` / 1e9)."
18201836
msgstr ""
1837+
":class:`LogRecord` が生成された時刻です (:func:`time.time_ns` / 1e9 で返され"
1838+
"る形式で)。"
18211839

18221840
#: ../../library/logging.rst:0 ../../library/logging.rst:1009
18231841
msgid "exc_info"

library/markup.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1717
"Last-Translator: Osamu NAKAMURA, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/mm.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/modules.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/netdata.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/numeric.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/persistence.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/python.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/text.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/unix.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1717
"Last-Translator: Osamu NAKAMURA, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/windows.po

+1-1
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-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

reference/index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
1717
"Last-Translator: Osamu NAKAMURA, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

reference/lexical_analysis.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# Nozomu Kaneko <[email protected]>, 2023
1313
# Takanori Suzuki <[email protected]>, 2023
1414
# TENMYO Masakazu, 2023
15-
# 石井明久, 2024
15+
# qqfunc, 2024
1616
# Takeshi Nakazato, 2024
1717
#
1818
#, fuzzy
1919
msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.13\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
23+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
2424
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
2525
"Last-Translator: Takeshi Nakazato, 2024\n"
2626
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

reference/toplevel_components.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
18+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
2020
"Last-Translator: tomo, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

tutorial/appetite.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
17+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
1919
"Last-Translator: Takanori Suzuki <[email protected]>, 2023\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

tutorial/index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1717
"Last-Translator: Takanori Suzuki <[email protected]>, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)