Skip to content

Commit c5e83c6

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent b6a3776 commit c5e83c6

6 files changed

Lines changed: 16105 additions & 15601 deletions

File tree

howto/logging-cookbook.po

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-29 17:28+0000\n"
14+
"POT-Creation-Date: 2026-09-09 17:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -5555,14 +5555,9 @@ msgid ""
55555555
"You'll need to be familiar with RFC 5424 to fully understand the above code, "
55565556
"and it may be that you have slightly different needs (e.g. for how you pass "
55575557
"structural data to the log). Nevertheless, the above should be adaptable to "
5558-
"your speciric needs. With the above handler, you'd pass structured data "
5558+
"your specific needs. With the above handler, you'd pass structured data "
55595559
"using something like this::"
55605560
msgstr ""
5561-
"上記のコードを完全に理解するには RFC 5424 を熟知する必要があります。また、上"
5562-
"記の例とはやや異なる要求を持つこともあるでしょう (たとえば構造化データをログ"
5563-
"に渡す方法について)。にもかかわらず、上記のコードは特有の要求に対する順応性が"
5564-
"あります。上記のハンドラにより、構造化データは以下のように渡すことができるで"
5565-
"しょう::"
55665561

55675562
#: ../../howto/logging-cookbook.rst:3926
55685563
msgid ""

howto/mro.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-29 17:28+0000\n"
14+
"POT-Creation-Date: 2026-09-09 17:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -308,9 +308,9 @@ msgid ""
308308
"tail of any of the other lists, then add it to the linearization of C and "
309309
"remove it from the lists in the merge, otherwise look at the head of the "
310310
"next list and take it, if it is a good head. Then repeat the operation "
311-
"until all the class are removed or it is impossible to find good heads. In "
312-
"this case, it is impossible to construct the merge, Python 2.3 will refuse "
313-
"to create the class C and will raise an exception.*"
311+
"until all the classes are removed or it is impossible to find good heads. "
312+
"In this case, it is impossible to construct the merge, Python 2.3 will "
313+
"refuse to create the class C and will raise an exception.*"
314314
msgstr ""
315315

316316
#: ../../howto/mro.rst:197

library/logging.config.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-23 14:16+0000\n"
14+
"POT-Creation-Date: 2026-09-09 17:24+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1009,7 +1009,7 @@ msgid ""
10091009
" 'bar' : 'baz',\n"
10101010
" 'spam' : 99.9,\n"
10111011
" 'answer' : 42,\n"
1012-
" '.' {\n"
1012+
" '.' : {\n"
10131013
" 'foo': 'bar',\n"
10141014
" 'baz': 'bozz'\n"
10151015
" }\n"

library/pdb.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-08-23 14:16+0000\n"
15+
"POT-Creation-Date: 2026-09-09 17:24+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1247,7 +1247,7 @@ msgid ""
12471247
"def inner(x):\n"
12481248
" 1 / x\n"
12491249
"\n"
1250-
" out()"
1250+
"out()"
12511251
msgstr ""
12521252

12531253
#: ../../library/pdb.rst:839

0 commit comments

Comments
 (0)