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

Skip to content

Commit 82280e8

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 809412d commit 82280e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/collections.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -374,7 +374,7 @@ msgid ""
374374
"When the deque is not empty, rotating one step to the right is equivalent to"
375375
" ``d.appendleft(d.pop())``, and rotating one step to the left is equivalent "
376376
"to ``d.append(d.popleft())``."
377-
msgstr ""
377+
msgstr "deque が空でないときは、 deque をひとつ右にローテートすることは ``d.appendleft(d.pop())`` と同じで、 deque をひとつ左にローテートすることは ``d.append(d.popleft())`` と同じです。"
378378

379379
#: ../../library/collections.rst:324
380380
msgid "Deque objects also provide one read-only attribute:"

library/sys.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"

0 commit comments

Comments
 (0)
0