Skip to content

Commit 1d8c260

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 4f760c6 commit 1d8c260

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

library/stdtypes.po

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgid ""
2525
msgstr ""
2626
"Project-Id-Version: Python 3.12\n"
2727
"Report-Msgid-Bugs-To: \n"
28-
"POT-Creation-Date: 2023-11-17 14:14+0000\n"
28+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
2929
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
3030
"Last-Translator: Takeshi Nakazato, 2023\n"
3131
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -3093,6 +3093,9 @@ msgid ""
30933093
"Folding' of the Unicode Standard <https://www.unicode.org/versions/"
30943094
"Unicode15.0.0/ch03.pdf>`__."
30953095
msgstr ""
3096+
"小文字化に使われているアルゴリズムは `Unicode Standardの 3.13 章 'Default "
3097+
"Case Folding' で説明されています <https://www.unicode.org/versions/"
3098+
"Unicode15.0.0/ch03.pdf>`__。"
30963099

30973100
#: ../../library/stdtypes.rst:1950
30983101
msgid ""
@@ -3112,6 +3115,8 @@ msgid ""
31123115
"See :meth:`str.removeprefix` for a method that will remove a single prefix "
31133116
"string rather than all of a set of characters. For example::"
31143117
msgstr ""
3118+
"文字の集合全てではなく、指定した文字列そのものを接頭辞として削除するメソッド"
3119+
"については、 :meth:`str.removeprefix` を参照してください。使用例::"
31153120

31163121
#: ../../library/stdtypes.rst:1971
31173122
msgid ""
@@ -3254,6 +3259,8 @@ msgid ""
32543259
"See :meth:`str.removesuffix` for a method that will remove a single suffix "
32553260
"string rather than all of a set of characters. For example::"
32563261
msgstr ""
3262+
"文字の集合全てではなく、指定した文字列そのものを接尾辞として削除するメソッド"
3263+
"については :meth:`str.removesuffix` を参照してください。使用例::"
32573264

32583265
#: ../../library/stdtypes.rst:2086
32593266
msgid ""

0 commit comments

Comments
 (0)