|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.7\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2018-08-19 08:55+0900\n" |
| 11 | +"POT-Creation-Date: 2018-08-26 08:59+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2017\n" |
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n" |
@@ -727,6 +727,13 @@ msgstr "``x | y``" |
727 | 727 | msgid "bitwise :dfn:`or` of *x* and *y*" |
728 | 728 | msgstr "*x* と *y* のビット単位 :dfn:`論理和`" |
729 | 729 |
|
| 730 | +#: ../../library/stdtypes.rst:412 ../../library/stdtypes.rst:415 |
| 731 | +#: ../../library/stdtypes.rst:418 ../../library/stdtypes.rst:1092 |
| 732 | +#: ../../library/stdtypes.rst:2207 ../../library/stdtypes.rst:2211 |
| 733 | +#: ../../library/stdtypes.rst:3329 ../../library/stdtypes.rst:3333 |
| 734 | +msgid "\\(4)" |
| 735 | +msgstr "\\(4)" |
| 736 | + |
730 | 737 | #: ../../library/stdtypes.rst:415 |
731 | 738 | msgid "``x ^ y``" |
732 | 739 | msgstr "``x ^ y``" |
@@ -1626,16 +1633,16 @@ msgid "``s.clear()``" |
1626 | 1633 | msgstr "``s.clear()``" |
1627 | 1634 |
|
1628 | 1635 | #: ../../library/stdtypes.rst:1068 |
1629 | | -msgid "removes all items from ``s`` (same as ``del s[:]``)" |
1630 | | -msgstr "``s`` から全ての要素を取り除きます (``del s[:]`` と同じ)" |
| 1636 | +msgid "removes all items from *s* (same as ``del s[:]``)" |
| 1637 | +msgstr "" |
1631 | 1638 |
|
1632 | 1639 | #: ../../library/stdtypes.rst:1071 |
1633 | 1640 | msgid "``s.copy()``" |
1634 | 1641 | msgstr "``s.copy()``" |
1635 | 1642 |
|
1636 | 1643 | #: ../../library/stdtypes.rst:1071 |
1637 | | -msgid "creates a shallow copy of ``s`` (same as ``s[:]``)" |
1638 | | -msgstr "``s`` の浅いコピーを作成します (``s[:]`` と同じ)" |
| 1644 | +msgid "creates a shallow copy of *s* (same as ``s[:]``)" |
| 1645 | +msgstr "" |
1639 | 1646 |
|
1640 | 1647 | #: ../../library/stdtypes.rst:1074 |
1641 | 1648 | msgid "``s.extend(t)`` or ``s += t``" |
@@ -1688,12 +1695,6 @@ msgstr "``s.reverse()``" |
1688 | 1695 | msgid "reverses the items of *s* in place" |
1689 | 1696 | msgstr "*s* をインプレースに逆転させます" |
1690 | 1697 |
|
1691 | | -#: ../../library/stdtypes.rst:1092 ../../library/stdtypes.rst:2207 |
1692 | | -#: ../../library/stdtypes.rst:2211 ../../library/stdtypes.rst:3329 |
1693 | | -#: ../../library/stdtypes.rst:3333 |
1694 | | -msgid "\\(4)" |
1695 | | -msgstr "\\(4)" |
1696 | | - |
1697 | 1698 | #: ../../library/stdtypes.rst:1100 |
1698 | 1699 | msgid "*t* must have the same length as the slice it is replacing." |
1699 | 1700 | msgstr "*t* は置き換えるスライスと同じ長さでなければいけません。" |
|
0 commit comments