8000 [skip ci] Update .po files · python/python-docs-ja@ff0315b · GitHub
[go: up one dir, main page]

Skip to content

Commit ff0315b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent c28e416 commit ff0315b

File tree

4 files changed

+4190
-4154
lines changed

4 files changed

+4190
-4154
lines changed

library/stdtypes.po

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

364366
#: ../../library/stdtypes.rst:206
365367
msgid "Numeric Types --- :class:`int`, :class:`float`, :class:`complex`"
@@ -1647,15 +1649,15 @@ msgstr "``s.clear()``"
16471649

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

16521654
#: ../../library/stdtypes.rst:1075
16531655
msgid "``s.copy()``"
16541656
msgstr "``s.copy()``"
16551657

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

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

0 commit comments

Comments
 (0)
0