# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# ç§æ¹¯ , 2016
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 01:01+0900\n"
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
"Last-Translator: tomo\n"
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/"
"language/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"
#: ../../library/cgihttpserver.rst:2
msgid ":mod:`CGIHTTPServer` --- CGI-capable HTTP request handler"
msgstr ":mod:`CGIHTTPServer` --- CGI å®è¡æ©è½ä»ã HTTP ãªã¯ã¨ã¹ãå¦çæ©æ§"
#: ../../library/cgihttpserver.rst:10
msgid ""
"The :mod:`CGIHTTPServer` module has been merged into :mod:`http.server` in "
"Python 3. The :term:`2to3` tool will automatically adapt imports when "
"converting your sources to Python 3."
msgstr ""
":mod:`BaseHTTPServer` ã¢ã¸ã¥ã¼ã«ã¯ Python 3 ã§ã¯ :mod:`http.server` ã«çµ±åã"
"ãã¾ãããã½ã¼ã¹ã³ã¼ãã 3 ç¨ã«å¤æããæã¯ã :term:`2to3` ãã¼ã«ãèªåçã« "
"import ãä¿®æ£ãã¾ãã"
#: ../../library/cgihttpserver.rst:15
msgid ""
"The :mod:`CGIHTTPServer` module defines a request-handler class, interface "
"compatible with :class:`BaseHTTPServer.BaseHTTPRequestHandler` and inherits "
"behavior from :class:`SimpleHTTPServer.SimpleHTTPRequestHandler` but can "
"also run CGI scripts."
msgstr ""
":mod:`CGIHTTPServer` ã¢ã¸ã¥ã¼ã«ã§ã¯ã :class:`BaseHTTPServer."
"BaseHTTPRequestHandler` äºæã®ã¤ã³ã¿ãã§ã¼ã¹ãæã¡ã :class:"
"`SimpleHTTPServer.SimpleHTTPRequestHandler` ã®åä½ãç¶æ¿ãã¦ãã¾ãã CGI ã¹ã¯"
"ãªãããåä½ãããã¨ãã§ããã HTTP ãªã¯ã¨ã¹ããã³ãã©ã¯ã©ã¹ãå®ç¾©ãã¦ãã¾"
"ãã"
#: ../../library/cgihttpserver.rst:22
msgid "This module can run CGI scripts on Unix and Windows systems."
msgstr ""
"ãã®ã¢ã¸ã¥ã¼ã«ã¯ CGI ã¹ã¯ãªããã Unix ããã³ Windows ã·ã¹ãã ä¸ã§å®è¡ããã"
"ãã¨ãã§ãã¾ãã"
#: ../../library/cgihttpserver.rst:26
msgid ""
"CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute "
"redirects (HTTP code 302), because code 200 (script output follows) is sent "
"prior to execution of the CGI script. This pre-empts the status code."
msgstr ""
":class:`CGIHTTPRequestHandler` ã¯ã©ã¹ã§å®è¡ããã CGI ã¹ã¯ãªãã㯠HTTP ã³ã¼"
"ã 200 (ã¹ã¯ãªããã®åºåãå¾ã«ç¶ã) ãå®è¡ã«å
ç«ã£ã¦åºåããã (ãããã¹ãã¼"
"ã¿ã¹ã³ã¼ãã«ãªãã¾ã) ããããªãã¤ã¬ã¯ã(ã³ã¼ã302) ãè¡ãªããã¨ãã§ãã¾ã"
"ãã"
#: ../../library/cgihttpserver.rst:30
msgid "The :mod:`CGIHTTPServer` module defines the following class:"
msgstr ":mod:`CGIHTTPServer` ã¢ã¸ã¥ã¼ã«ã§ã¯ã以ä¸ã®ã¯ã©ã¹ãå®ç¾©ãã¦ãã¾ã:"
#: ../../library/cgihttpserver.rst:35
msgid ""
"This class is used to serve either files or output of CGI scripts from the "
"current directory and below. Note that mapping HTTP hierarchic structure to "
"local directory structure is exactly as in :class:`SimpleHTTPServer."
"SimpleHTTPRequestHandler`."
msgstr ""
"ãã®ã¯ã©ã¹ã¯ãç¾å¨ã®ãã£ã¬ã¯ããªããã®ä¸ã®ãã£ã¬ã¯ããªã«ããã¦ããã¡ã¤ã«ã "
"CGI ã¹ã¯ãªããåºåãæä¾ããããã«ä½¿ããã¾ãã HTTP é層æ§é ãããã¼ã«ã«ãª"
"ãã£ã¬ã¯ããªæ§é ã¸ã®å¯¾å¿ä»ã㯠:class:`SimpleHTTPServer."
"SimpleHTTPRequestHandler` ã¨å
¨ãåããªã®ã§æ³¨æãã¦ãã ããã"
#: ../../library/cgihttpserver.rst:40
msgid ""
"The class will however, run the CGI script, instead of serving it as a file, "
"if it guesses it to be a CGI script. Only directory-based CGI are used --- "
"the other common server configuration is to treat special extensions as "
"denoting CGI scripts."
msgstr ""
"ãã®ã¯ã©ã¹ã§ã¯ããã¡ã¤ã«ã CGI ã¹ã¯ãªããã§ããã¨æ¨æ¸¬ãããå ´åãããããã¡ã¤"
"ã«ã¨ãã¦æä¾ãã代ããã«ã¹ã¯ãªãããå®è¡ãã¾ãã --- ä»ã®ä¸è¬çãªãµã¼ãè¨å®ã¯"
"ç¹æ®ãªæ¡å¼µåã使ã£ã¦ CGI ã¹ã¯ãªããã§ãããã¨ã示ãã®ã«å¯¾ãããã£ã¬ã¯ããªãã¼"
"ã¹ã® CGI ã ãã使ããã¾ãã"
#: ../../library/cgihttpserver.rst:45
msgid ""
"The :func:`do_GET` and :func:`do_HEAD` functions are modified to run CGI "
"scripts and serve the output, instead of serving files, if the request leads "
"to somewhere below the ``cgi_directories`` path."
msgstr ""
":func:`do_GET` ããã³ :func:`do_HEAD` 颿°ã¯ãHTTP è¦æ±ã "
"``cgi_directories`` ãã¹ä»¥ä¸ã®ã©ãããæãã¦ããå ´åããã¡ã¤ã«ãæä¾ããã®ã§"
"ã¯ãªããCGI ã¹ã¯ãªãããå®è¡ãã¦ãã®åºåãæä¾ããããã«å¤æ´ããã¦ãã¾ãã"
#: ../../library/cgihttpserver.rst:49
msgid "The :class:`CGIHTTPRequestHandler` defines the following data member:"
msgstr ":class:`CGIHTTPRequestHandler` ã§ã¯ä»¥ä¸ã®ãã¼ã¿ã¡ã³ããå®ç¾©ãã¦ãã¾ã:"
#: ../../library/cgihttpserver.rst:54
msgid ""
"This defaults to ``['/cgi-bin', '/htbin']`` and describes directories to "
"treat as containing CGI scripts."
msgstr ""
"ãã®å¤ã¯æ¨æºã§ ``['/cgi-bin', '/htbin']`` ã§ãããCGI ã¹ã¯ãªãããå«ãã§ãã"
"ãã¨ã示ããã£ã¬ã¯ããªãè¨è¿°ãã¾ãã"
#: ../../library/cgihttpserver.rst:57
msgid "The :class:`CGIHTTPRequestHandler` defines the following methods:"
msgstr ":class:`CGIHTTPRequestHandler` ã§ã¯ä»¥ä¸ã®ã¡ã½ãããå®ç¾©ãã¦ãã¾ã:"
#: ../../library/cgihttpserver.rst:62
msgid ""
"This method serves the ``'POST'`` request type, only allowed for CGI "
"scripts. Error 501, \"Can only POST to CGI scripts\", is output when trying "
"to POST to a non-CGI url."
msgstr ""
"ãã®ã¡ã½ããã¯ãCGI ã¹ã¯ãªããã§ã®ã¿è¨±ããã¦ãã ``'POST'`` åã® HTTP è¦æ±ã«"
"対ãããµã¼ãã¹ãè¡ãã¾ããCGI ã§ãªã url ã«å¯¾ã㦠POST ã試ã¿ãå ´åãåºå㯠"
"Error 501, \"Can only POST to CGI scripts\" ã«ãªãã¾ãã"
#: ../../library/cgihttpserver.rst:66
msgid ""
"Note that CGI scripts will be run with UID of user nobody, for security "
"reasons. Problems with the CGI script will be translated to error 403."
msgstr ""
"ã»ãã¥ãªãã£ä¸ã®çç±ãããCGI ã¹ã¯ãªããã¯ã¦ã¼ã¶ nobody ã® UID ã§åä½ããã®ã§"
"注æãã¦ãã ããã CGI ã¹ã¯ãªãããåå ã§çºçããåé¡ã¯ãError 403 ã«å¤æãã"
"ã¾ãã"
#: ../../library/cgihttpserver.rst:69
msgid "For example usage, see the implementation of the :func:`test` function."
msgstr "使ç¨ä¾ã«ã¤ãã¦ã¯ã :func:`test` 颿°ã®å®è£
ãåç
§ãã¦ãã ããã"
#: ../../library/cgihttpserver.rst:74
msgid "Module :mod:`BaseHTTPServer`"
msgstr ":mod:`BaseHTTPServer` ã¢ã¸ã¥ã¼ã«"
#: ../../library/cgihttpserver.rst:75
msgid "Base class implementation for Web server and request handler."
msgstr "Web ãµã¼ãã¨ãªã¯ã¨ã¹ãå¦çæ©æ§ãå®è£
ããåºåºã¯ã©ã¹ã§ãã"