File tree Expand file tree Collapse file tree 7 files changed +6929
-6889
lines changed Expand file tree Collapse file tree 7 files changed +6929
-6889
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ msgid ""
20
20
msgstr ""
21
21
"Project-Id-Version : Python 3.9\n "
22
22
"Report-Msgid-Bugs-To : \n "
23
- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
23
+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
24
24
"PO-Revision-Date : 2017-02-16 23:03+0000\n "
25
25
"
Last-Translator :
Takanori Suzuki <[email protected] >, 2021\n "
26
26
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -407,8 +407,9 @@ msgid ""
407
407
msgstr "future が完了する前にキャンセルされた場合 :exc:`CancelledError` が送出されます。"
408
408
409
409
#: ../../library/concurrent.futures.rst:353
410
- msgid "If the call raised, this method will raise the same exception."
411
- msgstr "呼び出しが例外を送出した場合、このメソッドは同じ例外を送出します。"
410
+ msgid ""
411
+ "If the call raised an exception, this method will raise the same exception."
412
+ msgstr ""
412
413
413
414
#: ../../library/concurrent.futures.rst:357
414
415
msgid ""
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.9\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2021-02-20 05:29 +0000\n "
19
+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
20
20
"PO-Revision-Date : 2017-02-16 23:06+0000\n "
21
21
"Last-Translator : tomo, 2019\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -786,7 +786,7 @@ msgstr ""
786
786
msgid ""
787
787
"This opcode performs several operations before a with block starts. First, "
788
788
"it loads :meth:`~object.__exit__` from the context manager and pushes it "
789
- "onto the stack for later use by :opcode:`WITH_CLEANUP_START `. Then, "
789
+ "onto the stack for later use by :opcode:`WITH_EXCEPT_START `. Then, "
790
790
":meth:`~object.__enter__` is called, and a finally block pointing to *delta*"
791
791
" is pushed. Finally, the result of calling the ``__enter__()`` method is "
792
792
"pushed onto the stack. The next opcode will either ignore it "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2021-05-09 06:17 +0000\n "
21
+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:12+0000\n "
23
23
"Last-Translator : Osamu NAKAMURA, 2019\n "
24
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -565,10 +565,6 @@ msgid ""
565
565
"(`False` for sequential mode)."
566
566
msgstr ""
567
567
568
- #: ../../library/hashlib.rstNone
569
- msgid "Explanation of tree mode parameters."
570
- msgstr ""
571
-
572
568
#: ../../library/hashlib.rst:390
573
569
msgid ""
574
570
"See section 2.10 in `BLAKE2 specification "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.9\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2021-07-15 06:53 +0000\n "
22
+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
23
23
"PO-Revision-Date : 2017-02-16 23:27+0000\n "
24
24
"Last-Translator : Osamu NAKAMURA, 2021\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -212,7 +212,7 @@ msgid ""
212
212
":attr:`Cursor.description` does not include the type, i. e. if you use "
213
213
"something like ``'as \" Expiration date [datetime]\" '`` in your SQL, then we "
214
214
"will parse out everything until the first ``'['`` for the column name and "
215
- "strip the preceeding space: the column name would simply be \" Expiration "
215
+ "strip the preceding space: the column name would simply be \" Expiration "
216
216
"date\" ."
217
217
msgstr ""
218
218
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ msgid ""
25
25
msgstr ""
26
26
"Project-Id-Version : Python 3.9\n "
27
27
"Report-Msgid-Bugs-To : \n "
28
- "POT-Creation-Date : 2021-05-26 06:28 +0000\n "
28
+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
29
29
"PO-Revision-Date : 2017-02-16 23:27+0000\n "
30
30
"Last-Translator : Osamu NAKAMURA, 2021\n "
31
31
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1697,8 +1697,8 @@ msgid ""
1697
1697
msgstr "*s* の *i* で与えられたインデックスに *x* を挿入します。 (``s[i:i] = [x]`` と同じ)"
1698
1698
1699
1699
#: ../../library/stdtypes.rst:1095
1700
- msgid "``s.pop([i] )``"
1701
- msgstr "``s.pop([i])`` "
1700
+ msgid "``s.pop()`` or ``s.pop(i )``"
1701
+ msgstr ""
1702
1702
1703
1703
#: ../../library/stdtypes.rst:1095
1704
1704
msgid "retrieves the item at *i* and also removes it from *s*"
You can’t perform that action at this time.
0 commit comments