@@ -25,7 +25,7 @@ msgid ""
25
25
msgstr ""
26
26
"Project-Id-Version : Python 3.12\n "
27
27
"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 "
29
29
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
30
30
"Last-Translator : Takeshi Nakazato, 2023\n "
31
31
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -3093,6 +3093,9 @@ msgid ""
3093
3093
"Folding' of the Unicode Standard <https://www.unicode.org/versions/"
3094
3094
"Unicode15.0.0/ch03.pdf>`__."
3095
3095
msgstr ""
3096
+ "小文字化に使われているアルゴリズムは `Unicode Standardの 3.13 章 'Default "
3097
+ "Case Folding' で説明されています <https://www.unicode.org/versions/"
3098
+ "Unicode15.0.0/ch03.pdf>`__。"
3096
3099
3097
3100
#: ../../library/stdtypes.rst:1950
3098
3101
msgid ""
@@ -3112,6 +3115,8 @@ msgid ""
3112
3115
"See :meth:`str.removeprefix` for a method that will remove a single prefix "
3113
3116
"string rather than all of a set of characters. For example::"
3114
3117
msgstr ""
3118
+ "文字の集合全てではなく、指定した文字列そのものを接頭辞として削除するメソッド"
3119
+ "については、 :meth:`str.removeprefix` を参照してください。使用例::"
3115
3120
3116
3121
#: ../../library/stdtypes.rst:1971
3117
3122
msgid ""
@@ -3254,6 +3259,8 @@ msgid ""
3254
3259
"See :meth:`str.removesuffix` for a method that will remove a single suffix "
3255
3260
"string rather than all of a set of characters. For example::"
3256
3261
msgstr ""
3262
+ "文字の集合全てではなく、指定した文字列そのものを接尾辞として削除するメソッド"
3263
+ "については :meth:`str.removesuffix` を参照してください。使用例::"
3257
3264
3258
3265
#: ../../library/stdtypes.rst:2086
3259
3266
msgid ""
0 commit comments