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

Commit995a9bb

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent819c7db commit995a9bb

File tree

133 files changed

+2408
-2396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+2408
-2396
lines changed

‎c-api/bool.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:47+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/bytearray.po

Lines changed: 16 additions & 15 deletions
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-07-26 14:15+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:47+0000\n"
1818
"Last-Translator:tomo, 2023\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -75,24 +75,25 @@ msgstr ""
7575
":ref:`buffer protocol <bufferobjects>` を実装した任意のオブジェクト *o* か"
7676
"ら、新しいbytearrayオブジェクトを作成し、返します。"
7777

78-
#:../../c-api/bytearray.rst:48
79-
msgid""
80-
"Create a new bytearray object from *string* and its length, *len*. On "
81-
"failure, ``NULL`` is returned."
78+
#:../../c-api/bytearray.rst:45../../c-api/bytearray.rst:52
79+
#:../../c-api/bytearray.rst:59
80+
msgid"On failure, return ``NULL`` with an exception set."
81+
msgstr""
82+
83+
#:../../c-api/bytearray.rst:50
84+
msgid"Create a new bytearray object from *string* and its length, *len*."
8285
msgstr""
83-
"*string* とその長さ *len* から新しい bytearray オブジェクトを返します。失敗し"
84-
"た場合は ``NULL`` を返します。"
8586

86-
#:../../c-api/bytearray.rst:54
87+
#:../../c-api/bytearray.rst:57
8788
msgid""
8889
"Concat bytearrays *a* and *b* and return a new bytearray with the result."
8990
msgstr"bytearray *a* と *b* を連結した結果を新しい bytearray として返します。"
9091

91-
#:../../c-api/bytearray.rst:59
92+
#:../../c-api/bytearray.rst:64
9293
msgid"Return the size of *bytearray* after checking for a ``NULL`` pointer."
9394
msgstr"``NULL`` ポインタチェックの後に *bytearray* のサイズを返します。"
9495

95-
#:../../c-api/bytearray.rst:64
96+
#:../../c-api/bytearray.rst:69
9697
msgid""
9798
"Return the contents of *bytearray* as a char array after checking for a "
9899
"``NULL`` pointer. The returned array always has an extra null byte appended."
@@ -101,26 +102,26 @@ msgstr ""
101102
"す。\n"
102103
"返される配列には、常に余分な null バイトが追加されます。"
103104

104-
#:../../c-api/bytearray.rst:71
105+
#:../../c-api/bytearray.rst:76
105106
msgid"Resize the internal buffer of *bytearray* to *len*."
106107
msgstr"*bytearray* の内部バッファを *len* へリサイズします。"
107108

108-
#:../../c-api/bytearray.rst:74
109+
#:../../c-api/bytearray.rst:79
109110
msgid"Macros"
110111
msgstr"マクロ"
111112

112-
#:../../c-api/bytearray.rst:76
113+
#:../../c-api/bytearray.rst:81
113114
msgid"These macros trade safety for speed and they don't check pointers."
114115
msgstr""
115116
"以下のマクロは、ポインタのチェックをしないことにより安全性を犠牲にしてスピー"
116117
"ドを優先しています。"
117118

118-
#:../../c-api/bytearray.rst:80
119+
#:../../c-api/bytearray.rst:85
119120
msgid"Similar to :c:func:`PyByteArray_AsString`, but without error checking."
120121
msgstr""
121122
":c:func:`PyByteArray_AsString` に似ていますが、エラーチェックを行いません。"
122123

123-
#:../../c-api/bytearray.rst:85
124+
#:../../c-api/bytearray.rst:90
124125
msgid"Similar to :c:func:`PyByteArray_Size`, but without error checking."
125126
msgstr""
126127
":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"

‎c-api/file.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version:Python 3.13\n"
1919
"Report-Msgid-Bugs-To:\n"
20-
"POT-Creation-Date:2024-08-03 20:15+0000\n"
20+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
2121
"PO-Revision-Date:2021-06-28 00:48+0000\n"
2222
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2024\n"
2323
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version:Python 3.13\n"
2020
"Report-Msgid-Bugs-To:\n"
21-
"POT-Creation-Date:2024-08-03 20:15+0000\n"
21+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
2222
"PO-Revision-Date:2021-06-28 00:49+0000\n"
2323
"Last-Translator:Arihiro TAKASE, 2024\n"
2424
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/long.po

Lines changed: 17 additions & 6 deletions
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:49+0000\n"
1919
"Last-Translator:tomo, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -618,34 +618,45 @@ msgid ""
618618
msgstr""
619619

620620
#:../../c-api/long.rst:506
621+
msgid""
622+
"On success, return a read only :term:`named tuple`, that holds information "
623+
"about Python's internal representation of integers. See :data:`sys.int_info` "
624+
"for description of individual fields."
625+
msgstr""
626+
627+
#:../../c-api/long.rst:510
628+
msgid"On failure, return ``NULL`` with an exception set."
629+
msgstr""
630+
631+
#:../../c-api/long.rst:517
621632
msgid"Return 1 if *op* is compact, 0 otherwise."
622633
msgstr""
623634

624-
#:../../c-api/long.rst:508
635+
#:../../c-api/long.rst:519
625636
msgid""
626637
"This function makes it possible for performance-critical code to implement a "
627638
"“fast path” for small integers. For compact values use :c:func:"
628639
"`PyUnstable_Long_CompactValue`; for others fall back to a :c:func:"
629640
"`PyLong_As* <PyLong_AsSize_t>` function or :c:func:`PyLong_AsNativeBytes`."
630641
msgstr""
631642

632-
#:../../c-api/long.rst:514
643+
#:../../c-api/long.rst:525
633644
msgid"The speedup is expected to be negligible for most users."
634645
msgstr""
635646

636-
#:../../c-api/long.rst:516
647+
#:../../c-api/long.rst:527
637648
msgid""
638649
"Exactly what values are considered compact is an implementation detail and "
639650
"is subject to change."
640651
msgstr""
641652

642-
#:../../c-api/long.rst:521
653+
#:../../c-api/long.rst:532
643654
msgid""
644655
"If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`, "
645656
"return its value."
646657
msgstr""
647658

648-
#:../../c-api/long.rst:524
659+
#:../../c-api/long.rst:535
649660
msgid"Otherwise, the return value is undefined."
650661
msgstr""
651662

‎c-api/none.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
15+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1616
"PO-Revision-Date:2021-06-28 00:49+0000\n"
1717
"Last-Translator:qqfunc, 2024\n"
1818
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/sys.po

Lines changed: 1 addition & 1 deletion
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-08-03 20:15+0000\n"
16+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:50+0000\n"
1818
"Last-Translator:tomo, 2023\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎extending/newtypes_tutorial.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:52+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎installing/index.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:54+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/__future__.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
15+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1616
"PO-Revision-Date:2021-06-28 00:54+0000\n"
1717
"Last-Translator:qqfunc, 2024\n"
1818
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/_thread.po

Lines changed: 1 addition & 1 deletion
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-08-03 20:15+0000\n"
18+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
1919
"PO-Revision-Date:2021-06-28 00:54+0000\n"
2020
"Last-Translator:qqfunc, 2024\n"
2121
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/array.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-08-03 20:15+0000\n"
19+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
2020
"PO-Revision-Date:2021-06-28 00:54+0000\n"
2121
"Last-Translator:tomo, 2024\n"
2222
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/asyncio-protocol.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:55+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/asyncio.po

Lines changed: 1 addition & 1 deletion
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-08-03 20:15+0000\n"
16+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:55+0000\n"
1818
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/atexit.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:55+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/base64.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-07-20 00:52+0000\n"
19+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
2020
"PO-Revision-Date:2021-06-28 00:55+0000\n"
2121
"Last-Translator:qqfunc, 2024\n"
2222
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/bdb.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:55+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/bisect.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:56+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/bz2.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:56+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/cmath.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
18+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1919
"PO-Revision-Date:2021-06-28 00:56+0000\n"
2020
"Last-Translator:qqfunc, 2024\n"
2121
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/code.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:56+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/codeop.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 00:56+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/compileall.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:57+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/concurrent.futures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version:Python 3.13\n"
1919
"Report-Msgid-Bugs-To:\n"
20-
"POT-Creation-Date:2024-07-20 00:52+0000\n"
20+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
2121
"PO-Revision-Date:2021-06-28 00:57+0000\n"
2222
"Last-Translator:qqfunc, 2024\n"
2323
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/contextvars.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:57+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/copyreg.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 01:03+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/crypto.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 01:03+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/ctypes.po

Lines changed: 1 addition & 1 deletion
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-08-03 20:15+0000\n"
17+
"POT-Creation-Date:2024-08-09 16:36+0000\n"
1818
"PO-Revision-Date:2021-06-28 01:03+0000\n"
1919
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/curses.ascii.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
17+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1818
"PO-Revision-Date:2021-06-28 01:03+0000\n"
1919
"Last-Translator:qqfunc, 2024\n"
2020
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/custominterp.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
15+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1616
"PO-Revision-Date:2021-06-28 01:03+0000\n"
1717
"Last-Translator:qqfunc, 2024\n"
1818
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

‎library/dbm.po

Lines changed: 1 addition & 1 deletion
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-07-20 00:52+0000\n"
16+
"POT-Creation-Date:2024-08-09 14:15+0000\n"
1717
"PO-Revision-Date:2021-06-28 01:04+0000\n"
1818
"Last-Translator:qqfunc, 2024\n"
1919
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp