# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR , YEAR.
#
# Translators:
# tomo, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
"PO-Revision-Date: 2019-09-01 02:42+0000\n"
"Last-Translator: tomo, 2019\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../tutorial/interactive.rst:5
msgid "Interactive Input Editing and History Substitution"
msgstr "対話å
¥åç·¨éã¨å±¥æ´ç½®æ"
#: ../../tutorial/interactive.rst:7
msgid ""
"Some versions of the Python interpreter support editing of the current input "
"line and history substitution, similar to facilities found in the Korn shell "
"and the GNU Bash shell. This is implemented using the `GNU Readline`_ "
"library, which supports various styles of editing. This library has its own "
"documentation which we won't duplicate here."
msgstr ""
"ããã¤ãã®ãã¼ã¸ã§ã³ã® Python ã¤ã³ã¿ããªã¿ã§ã¯ãKorn ã·ã§ã«ã GNU Bash ã·ã§ã«"
"ã«è¦ãããæ©è½ã«ä¼¼ããç¾å¨ã®å
¥åè¡ã«å¯¾ããç·¨éæ©è½ãå±¥æ´ç½®ææ©è½ããµãã¼ãã"
"ã¦ãã¾ãããã®æ©è½ã¯æ§ã
ãªç·¨éã¹ã¿ã¤ã«ããµãã¼ããã¦ããã`GNU Readline`_ ã©"
"ã¤ãã©ãªã使ã£ã¦å®è£
ããã¦ãã¾ãããã®ã©ã¤ãã©ãªã«ã¯ç¬èªã®ããã¥ã¡ã³ããã"
"ããããã§ãããç¹°ãè¿ãã¤ããã¯ããã¾ããã"
#: ../../tutorial/interactive.rst:17
msgid "Tab Completion and History Editing"
msgstr "ã¿ãè£å®ã¨å±¥æ´ç·¨é"
#: ../../tutorial/interactive.rst:19
msgid ""
"Completion of variable and module names is :ref:`automatically enabled "
"` at interpreter startup so that the :kbd:`Tab` key "
"invokes the completion function; it looks at Python statement names, the "
"current local variables, and the available module names. For dotted "
"expressions such as ``string.a``, it will evaluate the expression up to the "
"final ``'.'`` and then suggest completions from the attributes of the "
"resulting object. Note that this may execute application-defined code if an "
"object with a :meth:`__getattr__` method is part of the expression. The "
"default configuration also saves your history into a file named :file:`."
"python_history` in your user directory. The history will be available again "
"during the next interactive interpreter session."
msgstr ""
"夿°ã¨ã¢ã¸ã¥ã¼ã«åã®è£å®ã¯ã¤ã³ã¿ããªã¿ã®èµ·åæã« :ref:`èªåçã«æå¹åããã¾"
"ã ` ã å¾ã£ã¦ :kbd:`Tab` ãã¼ã¯è£å®æ©è½ãå¼ã³åºãã"
"Python ã®æã®ååãç¾å¨ã®ãã¼ã«ã«å¤æ°ãããã³å©ç¨å¯è½ãªã¢ã¸ã¥ã¼ã«åãæ¤ç´¢ãã¾"
"ãã``string.a`` ã®ãããªãããã§åºåãããå¼ã«ã¤ãã¦ã¯ãæå¾ã® ``'.'`` ã¾ã§"
"ã®å¼ãè©ä¾¡ããçµæã¨ãã¦å¾ããããªãã¸ã§ã¯ãã®å±æ§ããè£å®åè£ã示ãã¾ãã :"
"meth:`__getattr__` ã¡ã½ãããæã£ããªãã¸ã§ã¯ããå¼ã«å«ã¾ãã¦ããå ´åã :"
"meth:`__getattr__` ãã¢ããªã±ã¼ã·ã§ã³å®ç¾©ã®ã³ã¼ããå®è¡ãããããããªãã®ã§æ³¨"
"æãã¦ãã ãããããã©ã«ãã®è¨å®ã§ã¯ããªãã®ã¦ã¼ã¶ã¼ãã£ã¬ã¯ããªã® :file:`."
"python_history` ã¨ããååã®ãã¡ã¤ã«ã«å±¥æ´ãä¿åãã¾ãã å±¥æ´ã¯æ¬¡ã®å¯¾è©±çãªã¤"
"ã³ã¿ããªã¿ã®ã»ãã·ã§ã³ã§åã³å©ç¨ãããã¨ãã§ãã¾ãã"
#: ../../tutorial/interactive.rst:36
msgid "Alternatives to the Interactive Interpreter"
msgstr "対話çã¤ã³ã¿ã¼ããªã¿ã®ä»£æ¿"
#: ../../tutorial/interactive.rst:38
msgid ""
"This facility is an enormous step forward compared to earlier versions of "
"the interpreter; however, some wishes are left: It would be nice if the "
"proper indentation were suggested on continuation lines (the parser knows if "
"an indent token is required next). The completion mechanism might use the "
"interpreter's symbol table. A command to check (or even suggest) matching "
"parentheses, quotes, etc., would also be useful."
msgstr ""
"ãã®æ©è½ã¯ãåæã®çã®ã¤ã³ã¿ã¼ããªã¿ã«æ¯ã¹ãã°å¤§ããªé²æ©ã§ããã¨ã¯ãããã¾ã "
"ããã¤ãã®è¦æãæ®ããã¦ãã¾ããä¾ãã°ãè¡ãç¶ç¶ããã¨ãã«æ£ããã¤ã³ãã³ãã"
"æç¤ºããããå¿«é©ã§ããã (ãã¼ãµã¯æ¬¡ã®è¡ã§ã¤ã³ãã³ããã¼ã¯ã³ãå¿
è¦ãã©ããã"
"ç¥ã£ã¦ãã¾ã)ãè£å®æ©æ§ãã¤ã³ã¿ã¼ããªã¿ã®ã·ã³ãã«ãã¼ãã«ã使ã£ã¦ãããããã"
"ãã¾ãããæ¬å¼§ãã¯ã©ã¼ããªã©ã®å¯¾å¿ããã§ãã¯ãã (ãããã¯æç¤ºãã) ã³ãã³ã"
"ãæç¨ã§ãããã"
#: ../../tutorial/interactive.rst:45
msgid ""
"One alternative enhanced interactive interpreter that has been around for "
"quite some time is IPython_, which features tab completion, object "
"exploration and advanced history management. It can also be thoroughly "
"customized and embedded into other applications. Another similar enhanced "
"interactive environment is bpython_."
msgstr ""
"ããåªãã対話çã¤ã³ã¿ã¼ããªã¿ã®ä»£æ¿ã®ä¸ã¤ã« IPython_ ãããã¾ãããã®ã¤ã³"
"ã¿ã¼ããªã¿ã¯ãæ§ã
ãªã¨ããã§ä½¿ããã¦ãã¦ãã¿ãè£å®ããªãã¸ã§ã¯ãæ¢ç´¢ãå
é²ç"
"ãªå±¥æ´ç®¡çã¨ãã£ãæ©è½ãæã£ã¦ãã¾ããä»ã®ã¢ããªã±ã¼ã·ã§ã³ã«ã«ã¹ã¿ãã¤ãºãã"
"ãããçµè¾¼ã¾ããã¨ãããã¾ããå¥ã®åªããã¤ã³ã¿ã©ã¯ãã£ãç°å¢ã¨ãã¦ã¯ "
"bpython_ ãããã¾ãã"