File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2019-01-01 15:21+0900\n "
13
- "PO-Revision-Date : 2018-04-26 23:37 +0000\n "
13
+ "PO-Revision-Date : 2019-05-11 01:00 +0000\n "
14
14
"Last-Translator : tomo\n "
15
15
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version : 1.0\n "
@@ -374,7 +374,7 @@ msgid ""
374
374
"When the deque is not empty, rotating one step to the right is equivalent to"
375
375
" ``d.appendleft(d.pop())``, and rotating one step to the left is equivalent "
376
376
"to ``d.append(d.popleft())``."
377
- msgstr ""
377
+ msgstr "deque が空でないときは、 deque をひとつ右にローテートすることは ``d.appendleft(d.pop())`` と同じで、 deque をひとつ左にローテートすることは ``d.append(d.popleft())`` と同じです。 "
378
378
379
379
#: ../../library/collections.rst:324
380
380
msgid "Deque objects also provide one read-only attribute:"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2019-01-01 15:21+0900\n "
13
- "PO-Revision-Date : 2018-01-25 03:38 +0000\n "
13
+ "PO-Revision-Date : 2019-05-11 03:58 +0000\n "
14
14
"Last-Translator : tomo\n "
15
15
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version : 1.0\n "
You can’t perform that action at this time.
0 commit comments