Skip to content

Commit c97be0d

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 2bf6402 commit c97be0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/functions.po

+9
Original file line numberDiff line numberDiff line change
@@ -2077,13 +2077,20 @@ msgid ""
20772077
"`~iterator.__next__` method. If *default* is given, it is returned if the "
20782078
"iterator is exhausted, otherwise :exc:`StopIteration` is raised."
20792079
msgstr ""
2080+
":term:`iterator` の :meth:`~iterator.__next__` メソッドを呼び出すことにより、"
2081+
"次の要素を取得します。イテレータが使い尽くされた場合、 *default* が与えられて"
2082+
"いればその値が返されます。そうでない場合は :exc:`StopIteration` が送出されま"
2083+
"す。"
20802084

20812085
#: ../../library/functions.rst:1119
20822086
msgid ""
20832087
"Return a new featureless object. :class:`object` is a base for all classes. "
20842088
"It has methods that are common to all instances of Python classes. This "
20852089
"function does not accept any arguments."
20862090
msgstr ""
2091+
"何の機能も持たない新しいオブジェクトを返します。 :class:`object` は全てのクラ"
2092+
"スの基底クラスです。これは、全ての Python クラスのインスタンスに共通のメソッ"
2093+
"ド群を持ちます。この関数はいかなる引数も受け付けません。"
20872094

20882095
#: ../../library/functions.rst:1125
20892096
msgid ""
@@ -2111,6 +2118,8 @@ msgid ""
21112118
"If you want to convert an integer number to an octal string either with the "
21122119
"prefix \"0o\" or not, you can use either of the following ways."
21132120
msgstr ""
2121+
"整数を接頭辞 \"0o\" 付きや \"0o\" 無しの 8 進文字列に変換したい場合は、次に挙"
2122+
"げる方法のいずれかを使ってください。"
21142123

21152124
#: ../../library/functions.rst:1158
21162125
msgid ""

0 commit comments

Comments
 (0)