Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit461a969

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parentf500ee3 commit461a969

File tree

4 files changed

+3426
-3396
lines changed

4 files changed

+3426
-3396
lines changed

‎library/stdtypes.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ msgid ""
349349
":keyword:`not in`, are supported by types that are :term:`iterable` or "
350350
"implement the :meth:`__contains__` method."
351351
msgstr""
352+
":keyword:`in` と :keyword:`not in` という構文上で同じ優先度を持つ演算子がさらに 2 つあり、 "
353+
":term:`iterable` または :meth:`__contains__` を実装した型でサポートされています。"
352354

353355
#:../../library/stdtypes.rst:206
354356
msgid"Numeric Types --- :class:`int`, :class:`float`, :class:`complex`"
@@ -1635,15 +1637,15 @@ msgstr "``s.clear()``"
16351637

16361638
#:../../library/stdtypes.rst:1072
16371639
msgid"removes all items from *s* (same as ``del s[:]``)"
1638-
msgstr""
1640+
msgstr"*s* から全ての要素を取り除きます (``del s[:]`` と同じ)"
16391641

16401642
#:../../library/stdtypes.rst:1075
16411643
msgid"``s.copy()``"
16421644
msgstr"``s.copy()``"
16431645

16441646
#:../../library/stdtypes.rst:1075
16451647
msgid"creates a shallow copy of *s* (same as ``s[:]``)"
1646-
msgstr""
1648+
msgstr"*s* の浅いコピーを作成します (``s[:]`` と同じ)"
16471649

16481650
#:../../library/stdtypes.rst:1078
16491651
msgid"``s.extend(t)`` or ``s += t``"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp