File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ msgstr ""
8
8
"Project-Id-Version : Python 2.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2019-01-10 15:26+0900\n "
11
- "PO-Revision-Date : 2019-03-14 05:29 +0000\n "
12
- "Last-Translator : Inada Naoki <songofacandy@gmail.com> \n "
11
+ "PO-Revision-Date : 2019-05-01 04:35 +0000\n "
12
+ "Last-Translator : MS_H \n "
13
13
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2019-01-01 15 :21+0900\n "
13
- "PO-Revision-Date : 2018 -04-27 10:50 +0000\n "
14
- "Last-Translator : 野村 文裕 <enet.nf@gmail.com> \n "
12
+ "POT-Creation-Date : 2019-04-30 16 :21+0900\n "
13
+ "PO-Revision-Date : 2019 -04-30 07:35 +0000\n "
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 "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -529,11 +529,11 @@ msgstr "特定のモジュールでは ``import *`` を使ったときに、特
529
529
530
530
#: ../../tutorial/modules.rst:521
531
531
msgid ""
532
- "Remember, there is nothing wrong with using ``from Package import "
532
+ "Remember, there is nothing wrong with using ``from package import "
533
533
"specific_submodule``! In fact, this is the recommended notation unless the "
534
534
"importing module needs to use submodules with the same name from different "
535
535
"packages."
536
- msgstr "``from package import specific_submodule`` を使っても何も問題はないことに留意してください!実際この表記法は、import を行うモジュールが他のパッケージと同じ名前を持つサブモジュールを使わなければならない場合を除いて推奨される方式です。 "
536
+ msgstr ""
537
537
538
538
#: ../../tutorial/modules.rst:528
539
539
msgid "Intra-package References"
You can’t perform that action at this time.
0 commit comments