File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2022,13 +2022,20 @@ msgid ""
2022
2022
"`~iterator.__next__` method. If *default* is given, it is returned if the "
2023
2023
"iterator is exhausted, otherwise :exc:`StopIteration` is raised."
2024
2024
msgstr ""
2025
+ ":term:`iterator` の :meth:`~iterator.__next__` メソッドを呼び出すことにより、"
2026
+ "次の要素を取得します。イテレータが使い尽くされた場合、 *default* が与えられて"
2027
+ "いればその値が返されます。そうでない場合は :exc:`StopIteration` が送出されま"
2028
+ "す。"
2025
2029
2026
2030
#: ../../library/functions.rst:1083
2027
2031
msgid ""
2028
2032
"Return a new featureless object. :class:`object` is a base for all classes. "
2029
2033
"It has methods that are common to all instances of Python classes. This "
2030
2034
"function does not accept any arguments."
2031
2035
msgstr ""
2036
+ "何の機能も持たない新しいオブジェクトを返します。 :class:`object` は全てのクラ"
2037
+ "スの基底クラスです。これは、全ての Python クラスのインスタンスに共通のメソッ"
2038
+ "ド群を持ちます。この関数はいかなる引数も受け付けません。"
2032
2039
2033
2040
#: ../../library/functions.rst:1089
2034
2041
msgid ""
@@ -2056,6 +2063,8 @@ msgid ""
2056
2063
"If you want to convert an integer number to an octal string either with the "
2057
2064
"prefix \" 0o\" or not, you can use either of the following ways."
2058
2065
msgstr ""
2066
+ "整数を接頭辞 \" 0o\" 付きや \" 0o\" 無しの 8 進文字列に変換したい場合は、次に挙"
2067
+ "げる方法のいずれかを使ってください。"
2059
2068
2060
2069
#: ../../library/functions.rst:1122
2061
2070
msgid ""
You can’t perform that action at this time.
0 commit comments