Skip to content

Commit 81f052f

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 3e7c3fe commit 81f052f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

library/string.po

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
# tomo, 2021
88
# Shin Saito, 2021
99
# TENMYO Masakazu, 2023
10-
# Takeshi Nakazato, 2024
1110
# 石井明久, 2024
1211
# Takanori Suzuki <takanori@takanory.net>, 2024
1312
# Arihiro TAKASE, 2024
13+
# Takeshi Nakazato, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-09-06 14:16+0000\n"
20+
"POT-Creation-Date: 2024-09-13 14:16+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
22-
"Last-Translator: Arihiro TAKASE, 2024\n"
22+
"Last-Translator: Takeshi Nakazato, 2024\n"
2323
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2424
"ja/)\n"
2525
"MIME-Version: 1.0\n"
@@ -419,6 +419,15 @@ msgid ""
419419
"\"Units destroyed: {players[0]}\" # First element of keyword argument "
420420
"'players'."
421421
msgstr ""
422+
"\"First, thou shalt count to {0}\" # References first positional argument\n"
423+
"\"Bring me a {}\" # Implicitly references the first "
424+
"positional argument\n"
425+
"\"From {} to {}\" # Same as \"From {0} to {1}\"\n"
426+
"\"My quest is {name}\" # References keyword argument 'name'\n"
427+
"\"Weight in tons {0.weight}\" # 'weight' attribute of first positional "
428+
"arg\n"
429+
"\"Units destroyed: {players[0]}\" # First element of keyword argument "
430+
"'players'."
422431

423432
#: ../../library/string.rst:258
424433
msgid ""
@@ -454,6 +463,9 @@ msgid ""
454463
"\"Bring out the holy {name!r}\" # Calls repr() on the argument first\n"
455464
"\"More {!a}\" # Calls ascii() on the argument first"
456465
msgstr ""
466+
"\"Harold's a clever {0!s}\" # Calls str() on the argument first\n"
467+
"\"Bring out the holy {name!r}\" # Calls repr() on the argument first\n"
468+
"\"More {!a}\" # Calls ascii() on the argument first"
457469

458470
#: ../../library/string.rst:275
459471
msgid ""
@@ -756,6 +768,8 @@ msgid ""
756768
"Preceding the *width* field by ``'0'`` no longer affects the default "
757769
"alignment for strings."
758770
msgstr ""
771+
"*width* フィールドに ``'0'`` を前置することは、文字列に対するデフォルトの整列"
772+
"に影響を与えなくなりました。"
759773

760774
#: ../../library/string.rst:443
761775
msgid ""

0 commit comments

Comments
 (0)