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

Skip to content

Commit 2593658

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 2eda34c commit 2593658

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/imp.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-12-17 18:25+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:33+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -213,6 +213,10 @@ msgid ""
213213
"section of the :mod:`importlib` documentation for details of the various "
214214
"approaches."
215215
msgstr ""
216+
"もし以前は :func:`imp.find_module` と一緒に使っていたのなら、 :func:`importlib.import_module` を使うことを検討してください。\n"
217+
"そうでなければ、 :func:`imp.find_module` に対して選択した代替手段によって返されるローダーを使用してください。\n"
218+
"もし :func:`imp.load_module` とそれに関連する関数を path 引数付きで直接呼んでいたのなら、 :func:`importlib.util.spec_from_file_location` と :func:`importlib.util.module_from_spec` を組み合わせて使ってください。\n"
219+
"様々な手法の詳細については :mod:`importlib` ドキュメントの :ref:`importlib-examples` 節を参照してください。"
216220

217221
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/imp.rst:127
218222
msgid ""

0 commit comments

Comments
 (0)
0