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

Skip to content

Commit 6a141c0

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7befcc7 commit 6a141c0

File tree

2 files changed

+2898
-2890
lines changed

2 files changed

+2898
-2890
lines changed

library/stdtypes.po

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-08-19 14:09+0900\n"
11+
"POT-Creation-Date: 2018-08-26 14:13+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: tomo🐧, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -726,6 +726,13 @@ msgstr "``x | y``"
726726
msgid "bitwise :dfn:`or` of *x* and *y*"
727727
msgstr "*x* と *y* のビット単位 :dfn:`論理和`"
728728

729+
#: ../../library/stdtypes.rst:412 ../../library/stdtypes.rst:415
730+
#: ../../library/stdtypes.rst:418 ../../library/stdtypes.rst:1092
731+
#: ../../library/stdtypes.rst:2197 ../../library/stdtypes.rst:2201
732+
#: ../../library/stdtypes.rst:3301 ../../library/stdtypes.rst:3305
733+
msgid "\\(4)"
734+
msgstr "\\(4)"
735+
729736
#: ../../library/stdtypes.rst:415
730737
msgid "``x ^ y``"
731738
msgstr "``x ^ y``"
@@ -1625,16 +1632,16 @@ msgid "``s.clear()``"
16251632
msgstr "``s.clear()``"
16261633

16271634
#: ../../library/stdtypes.rst:1068
1628-
msgid "removes all items from ``s`` (same as ``del s[:]``)"
1629-
msgstr "``s`` から全ての要素を取り除きます (``del s[:]`` と同じ)"
1635+
msgid "removes all items from *s* (same as ``del s[:]``)"
1636+
msgstr ""
16301637

16311638
#: ../../library/stdtypes.rst:1071
16321639
msgid "``s.copy()``"
16331640
msgstr "``s.copy()``"
16341641

16351642
#: ../../library/stdtypes.rst:1071
1636-
msgid "creates a shallow copy of ``s`` (same as ``s[:]``)"
1637-
msgstr "``s`` の浅いコピーを作成します (``s[:]`` と同じ)"
1643+
msgid "creates a shallow copy of *s* (same as ``s[:]``)"
1644+
msgstr ""
16381645

16391646
#: ../../library/stdtypes.rst:1074
16401647
msgid "``s.extend(t)`` or ``s += t``"
@@ -1687,12 +1694,6 @@ msgstr "``s.reverse()``"
16871694
msgid "reverses the items of *s* in place"
16881695
msgstr "*s* をインプレースに逆転させます"
16891696

1690-
#: ../../library/stdtypes.rst:1092 ../../library/stdtypes.rst:2197
1691-
#: ../../library/stdtypes.rst:2201 ../../library/stdtypes.rst:3301
1692-
#: ../../library/stdtypes.rst:3305
1693-
msgid "\\(4)"
1694-
msgstr "\\(4)"
1695-
16961697
#: ../../library/stdtypes.rst:1100
16971698
msgid "*t* must have the same length as the slice it is replacing."
16981699
msgstr "*t* は置き換えるスライスと同じ長さでなければいけません。"

0 commit comments

Comments
 (0)
0