E582 initial import · python/python-docs-ja@cbf788b · GitHub
[go: up one dir, main page]

Skip to content

Commit cbf788b

Browse files
committed
initial import
0 parents  commit cbf788b

File tree

466 files changed

+333547
-0
lines changed
  • 24D0
  • < E6F0 a class="fgColor-default prc-Link-Link-85e08" data-muted="true" href="#diff-b1147da1adac36bce1be635db2fa7cd58d457b7a349180aad7fa4d777c3f162d" muted="" role="presentation" tabindex="-1">tabnanny.po
  • reference
  • tutorial
  • using
  • whatsnew
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    466 files changed

    +333547
    -0
    lines changed

    about.po

    Lines changed: 88 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,88 @@
    1+
    # SOME DESCRIPTIVE TITLE.
    2+
    # Copyright (C) 2001-2017, Python Software Foundation
    3+
    # This file is distributed under the same license as the Python package.
    4+
    # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    5+
    #
    6+
    #, fuzzy
    7+
    msgid ""
    8+
    msgstr ""
    9+
    "Project-Id-Version: Python 3.6\n"
    10+
    "Report-Msgid-Bugs-To: \n"
    11+
    "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    12+
    "Last-Translator: Naoki INADA <songofacandy@gmail.com>, 2017\n"
    13+
    "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
    14+
    "MIME-Version: 1.0\n"
    15+
    "Content-Type: text/plain; charset=UTF-8\n"
    16+
    "Content-Transfer-Encoding: 8bit\n"
    17+
    "Language: ja\n"
    18+
    "Plural-Forms: nplurals=1; plural=0;\n"
    19+
    20+
    #: ../../about.rst:3
    21+
    msgid "About these documents"
    22+
    msgstr "このドキュメントについて"
    23+
    24+
    #: ../../about.rst:6
    25+
    msgid ""
    26+
    "These documents are generated from `reStructuredText`_ sources by `Sphinx`_,"
    27+
    " a document processor specifically written for the Python documentation."
    28+
    msgstr ""
    29+
    "このドキュメントは、 Python のドキュメントを主要な目的として作られた ドキュメントプロセッサの `Sphinx`_ を利用して、 "
    30+
    "`reStructuredText`_ 形式のソースから生成されました。"
    31+
    32+
    #: ../../about.rst:15
    33+
    msgid ""
    34+
    "Development of the documentation and its toolchain is an entirely volunteer "
    35+
    "effort, just like Python itself. If you want to contribute, please take a "
    36+
    "look at the :ref:`reporting-bugs` page for information on how to do so. New"
    37+
    " volunteers are always welcome!"
    38+
    msgstr ""
    39+
    "ドキュメントとそのツール群の開発は、 docs@python.org メーリングリスト上で行われています。 "
    40+
    "私たちは常に、一緒にドキュメントの開発をしてくれるボランティアを探しています。 気軽にこのメーリングリストにメールしてください。(訳注: "
    41+
    "日本語訳の問題については、 GitHub 上の `Issue Tracker <https://github.com/python-doc-ja"
    42+
    "/python-doc-ja/issues>`_ で報告をお願いします。)"
    43+
    44+
    #: ../../about.rst:20
    45+
    msgid "Many thanks go to:"
    46+
    msgstr "多大な感謝を:"
    47+
    48+
    #: ../../about.rst:22
    49+
    msgid ""
    50+
    "Fred L. Drake, Jr., the creator of the original Python documentation toolset"
    51+
    " and writer of much of the content;"
    52+
    msgstr "Fred L. Drake, Jr., オリジナルの Python ドキュメントツールセットの作成者で、ドキュメントの多くを書きました。"
    53+
    54+
    #: ../../about.rst:24
    55+
    msgid ""
    56+
    "the `Docutils <http://docutils.sourceforge.net/>`_ project for creating "
    57+
    "reStructuredText and the Docutils suite;"
    58+
    msgstr ""
    59+
    "`Docutils <http://docutils.sourceforge.net/>`_ プロジェクト. reStructuredText と "
    60+
    "docutils ツールセットを作成しました。"
    61+
    62+
    #: ../../about.rst:26
    63+
    msgid ""
    64+
    "Fredrik Lundh for his `Alternative Python Reference "
    65+
    "<http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good"
    66+
    " ideas."
    67+
    msgstr ""
    68+
    "Fredrik Lundh の `Alternative Python Reference "
    69+
    "<http://effbot.org/zone/pyref.htm>`_ プロジェクトから Sphinx は多くのアイデアを得ました。"
    70+
    71+
    #: ../../about.rst:32
    72+
    msgid "Contributors to the Python Documentation"
    73+
    msgstr "Pythonドキュメント 貢献者"
    74+
    75+
    #: ../../about.rst:34
    76+
    msgid ""
    77+
    "Many people have contributed to the Python language, the Python standard "
    78+
    "library, and the Python documentation. See :source:`Misc/ACKS` in the "
    79+
    "Python source distribution for a partial list of contributors."
    80+
    msgstr ""
    81+
    "多くの方々が Python 言語、Python 標準ライブラリ、そして Python ドキュメンテーションに貢献してくれています。ソース配布物の "
    82+
    ":source:`Misc/ACKS` に、それら貢献してくれた人々を部分的にではありますがリストアップしてあります。"
    83+
    84+
    #: ../../about.rst:38
    85+
    msgid ""
    86+
    "It is only with the input and contributions of the Python community that "
    87+
    "Python has such wonderful documentation -- Thank You!"
    88+
    msgstr "Python コミュニティからの情報提供と貢献がなければこの素晴らしいドキュメンテーションは生まれませんでした -- ありがとう!"

    bugs.po

    Lines changed: 187 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,187 @@
    1+
    # SOME DESCRIPTIVE TITLE.
    2+
    # Copyright (C) 2001-2017, Python Software Foundation
    3+
    # This file is distributed under the same license as the Python package.
    4+
    # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    5+
    #
    6+
    #, fuzzy
    7+
    msgid ""
    8+
    msgstr ""
    9+
    "Project-Id-Version: Python 3.6\n"
    10+
    "Report-Msgid-Bugs-To: \n"
    11+
    "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    12+
    "Last-Translator: cocoatomo <cocoatomo77@gmail.com>, 2017\n"
    13+
    "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
    14+
    "MIME-Version: 1.0\n"
    15+
    "Content-Type: text/plain; charset=UTF-8\n"
    16+
    "Content-Transfer-Encoding: 8bit\n"
    17+
    "Language: ja\n"
    18+
    "Plural-Forms: nplurals=1; plural=0;\n"
    19+
    20+
    #: ../../bugs.rst:5
    21+
    msgid "Dealing with Bugs"
    22+
    msgstr "バグへの対処"
    23+
    24+
    #: ../../bugs.rst:7
    25+
    msgid ""
    26+
    "Python is a mature programming language which has established a reputation "
    27+
    "for stability. In order to maintain this reputation, the developers would "
    28+
    "like to know of any deficiencies you find in Python."
    29+
    msgstr ""
    30+
    "Python は安定性について高い評価を得た、成熟した言語です。この評価を守るために、開発者たちはあなたが見つけた Python "
    31+
    "の不備を知りたいと思っています。"
    32+
    33+
    #: ../../bugs.rst:11
    34+
    msgid ""
    35+
    "It can be sometimes faster to fix bugs yourself and contribute patches to "
    36+
    "Python as it streamlines the process and involves less people. Learn how to "
    37+
    ":ref:`contribute <contributing-to-python>`."
    38+
    msgstr ""
    39+
    "バグを自分で直して Python にパッチを送る方が、やり取りに無駄が無く関わる人数も少なく済むこともあります。\n"
    40+
    "ぜひ :ref:`コントリビュート <contributing-to-python>` する方法を学んでください。"
    41+
    42+
    #: ../../bugs.rst:16
    43+
    msgid "Documentation bugs"
    44+
    msgstr "ドキュメントの不備"
    45+
    46+
    #: ../../bugs.rst:18
    47+
    msgid ""
    48+
    "If you find a bug in this documentation or would like to propose an "
    49+
    "improvement, please submit a bug report on the :ref:`tracker <using-the-"
    50+
    "tracker>`. If you have a suggestion how to fix it, include that as well."
    51+
    msgstr ""
    52+
    "このドキュメントに不備を発見したり、改善を提案したいと思った場合、バグ報告を :ref:`tracker <using-the-tracker>` "
    53+
    "に送信してください。もし修正案があれば、それも含めてください。"
    54+
    55+
    #: ../../bugs.rst:22
    56+
    msgid ""
    57+
    "If you're short on time, you can also email documentation bug reports to "
    58+
    "docs@python.org (behavioral bugs can be sent to python-list@python.org). "
    59+
    "'docs@' is a mailing list run by volunteers; your request will be noticed, "
    60+
    "though it may take a while to be processed."
    61+
    msgstr ""
    62+
    "時間がない場合は、ドキュメントに関するバグを docs@python.org 宛に報告することもできます。 (Python の動作に関するバグ報告は python-list@python.org 宛になります。)\n"
    63+
    "'docs@' はボランティアによって運営されているメーリングリストです。\n"
    64+
    "報告は伝わっていますが、対応には時間がかかるかもしれません。"
    65+
    66+
    #: ../../bugs.rst:28
    67+
    msgid "`Documentation bugs`_ on the Python issue tracker"
    68+
    msgstr "Python の課題管理システムの `Documentation bugs`_"
    69+
    70+
    #: ../../bugs.rst:33
    71+
    msgid "Using the Python issue tracker"
    72+
    msgstr "Python の課題管理システムを使う"
    73+
    74+
    #: ../../bugs.rst:35
    75+
    msgid ""
    76+
    "Bug reports for Python itself should be submitted via the Python Bug Tracker"
    77+
    " (https://bugs.python.org/). The bug tracker offers a Web form which allows"
    78+
    " pertinent information to be entered and submitted to the developers."
    79+
    msgstr ""
    80+
    "Python 自体のバグの報告は Python Bug Tracker (https://bugs.python.org/) "
    81+
    "を通じて投稿してください。このバグトラッカーは、関連情報を入力して開発者に報告するための Web フォームを提供しています。"
    82+
    83+
    #: ../../bugs.rst:39
    84+
    msgid ""
    85+
    "The first step in filing a report is to determine whether the problem has "
    86+
    "already been reported. The advantage in doing so, aside from saving the "
    87+
    "developers time, is that you learn what has been done to fix it; it may be "
    88+
    "that the problem has already been fixed for the next release, or additional "
    89+
    "information is needed (in which case you are welcome to provide it if you "
    90+
    "can!). To do this, search the bug database using the search box on the top "
    91+
    "of the page."
    92+
    msgstr ""
    93+
    "報告ではまず、その問題が既に報告済みかどうかを判断してください。そのメリットには開発者の時間を節約する以外にも、問題解決のためになされてきたことを知ることができるということもあります。問題は次のリリースで解決済みかもしれませんし、さらなる情報を必要としている"
    94+
    " (可能なら是非提供してください!)かもしれません。判断するには、ページの先頭の検索ボックスでバグデータベースを検索してください。"
    95+
    96+
    #: ../../bugs.rst:46
    97+
    msgid ""
    98+
    "If the problem you're reporting is not already in the bug tracker, go back "
    99+
    "to the Python Bug Tracker and log in. If you don't already have a tracker "
    100+
    "account, select the \"Register\" link or, if you use OpenID, one of the "
    101+
    "OpenID provider logos in the sidebar. It is not possible to submit a bug "
    102+
    "report anonymously."
    103+
    msgstr ""
    104+
    "問題がまだバグトラッカーに登録されていない場合は、Python Bug Tracker "
    105+
    "のトップページに戻ってログインしてください。まだトラッカーのアカウントをもっていない場合は、サイドバーの \"Register\" "
    106+
    "リンクを選んでください。また、OpenID を使っている� A4F0 ��合はサイドバーの OpenID "
    107+
    "プロバイダのロゴをクリックしてください。匿名での問題報告はできません。"
    108+
    109+
    #: ../../bugs.rst:51
    110+
    msgid ""
    111+
    "Being now logged in, you can submit a bug. Select the \"Create New\" link "
    112+
    "in the sidebar to open the bug reporting form."
    113+
    msgstr "ログインできたら、バグを登録できます。サイドバーの \"Create New\" リンクからバグ報告フォームを開きます。"
    114+
    115+
    #: ../../bugs.rst:54
    116+
    msgid ""
    117+
    "The submission form has a number of fields. For the \"Title\" field, enter "
    118+
    "a *very* short description of the problem; less than ten words is good. In "
    119+
    "the \"Type\" field, select the type of your problem; also select the "
    120+
    "\"Component\" and \"Versions\" to which the bug relates."
    121+
    msgstr ""
    122+
    "バグ報告フォームには幾つかのフィールドがあります。\"Title\" フィールドには、問題の説明を *非常に* "
    123+
    "簡潔に書いてください。10語以下くらいが目安です。\"Type\" フィールドでは、問題の種類を選択してください。バグに関係する "
    124+
    "\"Component\"\"Versions\" も選択してください。"
    125+
    126+
    #: ../../bugs.rst:59
    127+
    msgid ""
    128+
    "In the \"Comment\" field, describe the problem in detail, including what you"
    129+
    " expected to happen and what did happen. Be sure to include whether any "
    130+
    "extension modules were involved, and what hardware and software platform you"
    131+
    " were using (including version information as appropriate)."
    132+
    msgstr ""
    133+
    "\"Comment\" "
    134+
    "フィールドで、あなたが期待した結果と実際の結果も含め、問題の詳細を説明してください。拡張モジュールが関与しているかどうかと、使用しているハードウェアとソフトウェアプラットフォームも"
    135+
    " (必要に応じてバージョン情報も) 必ず報告に含めてください。"
    136+
    137+
    #: ../../bugs.rst:64
    138+
    msgid ""
    139+
    "Each bug report will be assigned to a developer who will determine what "
    140+
    "needs to be done to correct the problem. You will receive an update each "
    141+
    "time action is taken on the bug."
    142+
    msgstr ""
    143+
    "各バグ報告は開発者に割り当てられ、その問題を解決するのに何が必要かが決定されます。そのバグ報告に対して何かアクションがあるたびに、更新情報があなたに届きます。"
    144+
    145+
    #: ../../bugs.rst:73
    146+
    msgid ""
    147+
    "`How to Report Bugs Effectively "
    148+
    "<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_"
    149+
    msgstr ""
    150+
    "`How to Report Bugs Effectively "
    151+
    "<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_"
    152+
    153+
    #: ../../bugs.rst:72
    154+
    msgid ""
    155+
    "Article which goes into some detail about how to create a useful bug report."
    156+
    " This describes what kind of information is useful and why it is useful."
    157+
    msgstr "有益なバグ報告について詳しく説明した記事です。どんな情報が、なぜ有益なのかを説明しています。"
    158+
    159+
    #: ../../bugs.rst:76
    160+
    msgid ""
    161+
    "`Bug Writing Guidelines <https://developer.mozilla.org/en-"
    162+
    "US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
    163+
    msgstr ""
    164+
    "`Bug Writing Guidelines <https://developer.mozilla.org/en-"
    165+
    "US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
    166+
    167+
    #: ../../bugs.rst:76
    168+
    msgid ""
    169+
    "Information about writing a good bug report. Some of this is specific to "
    170+
    "the Mozilla project, but describes general good practices."
    171+
    msgstr "良いバグ報告を書くための情報です。この情報の一部はMozillaプロジェクト独自のものですが、一般的に良い習慣を解説しています。"
    172+
    173+
    #: ../../bugs.rst:82
    174+
    msgid "Getting started contributing to Python yourself"
    175+
    msgstr "Python への貢献をはじめる"
    176+
    177+
    #: ../../bugs.rst:84
    178+
    msgid ""
    179+
    "Beyond just reporting bugs that you find, you are also welcome to submit "
    180+
    "patches to fix them. You can find more information on how to get started "
    181+
    "patching Python in the `Python Developer's Guide`_. If you have questions, "
    182+
    "the `core-mentorship mailing list`_ is a friendly place to get answers to "
    183+
    "any and all questions pertaining to the process of fixing issues in Python."
    184+
    msgstr ""
    185+
    "見つけたバグの報告だけでなく、修正パッチの提出も歓迎します。`Python Developer's Guide`_ には Python "
    186+
    "へのパッチの始め方について詳しい情報があります。疑問があれば、`core-mentorship mailing list`_ は Python "
    187+
    "の問題解決の過程に関するありとあらゆる疑問への答えを得ることが出来るフレンドリーな場所です。"

    c-api/abstract.po

    Lines changed: 43 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,43 @@
    1+
    # SOME DESCRIPTIVE TITLE.
    2+
    # Copyright (C) 2001-2017, Python Software Foundation
    3+
    # This file is distributed under the same license as the Python package.
    4+
    # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
    5+
    #
    6+
    #, fuzzy
    7+
    msgid ""
    8+
    msgstr ""
    9+
    "Project-Id-Version: Python 3.6\n"
    10+
    "Report-Msgid-Bugs-To: \n"
    11+
    "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    12+
    "Last-Translator: Arihiro TAKASE <artakase@gmail.com>, 2017\n"
    13+
    "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
    14+
    "MIME-Version: 1.0\n"
    15+
    "Content-Type: text/plain; charset=UTF-8\n"
    16+
    "Content-Transfer-Encoding: 8bit\n"
    17+
    "Language: ja\n"
    18+
    "Plural-Forms: nplurals=1; plural=0;\n"
    19+
    20+
    #: ../../c-api/abstract.rst:7
    21+
    msgid "Abstract Objects Layer"
    22+
    msgstr "抽象オブジェクトレイヤ (abstract objects layer)"
    23+
    24+
    #: ../../c-api/abstract.rst:9
    25+
    msgid ""
    26+
    "The functions in this chapter interact with Python objects regardless of "
    27+
    "their type, or with wide classes of object types (e.g. all numerical types, "
    28+
    "or all sequence types). When used on object types for which they do not "
    29+
    "apply, they will raise a Python exception."
    30+
    msgstr ""
    31+
    "この章で説明する関数は、オブジェクトの型に依存しないような Python "
    32+
    "オブジェクトの操作や、(数値型全て、シーケンス型全てといった)大まかな型のオブジェクトに対する操作を行ないます。関数を適用対象でないオブジェクトに対して使った場合、Python"
    33+
    " の例外が送出されることになります。"
    34+
    35+
    #: ../../c-api/abstract.rst:14
    36+
    msgid ""
    37+
    "It is not possible to use these functions on objects that are not properly "
    38+
    "initialized, such as a list object that has been created by "
    39+
    ":c:func:`PyList_New`, but whose items have not been set to some non-\\ "
    40+
    "``NULL`` value yet."
    41+
    msgstr ""
    42+
    "これらの関数は、 :c:func:`PyList_New` で作成された後に ``NULL`` "
    43+
    "以外の値を設定されていないリストのような、適切に初期化されていないオブジェクトに対して使うことはできません。"

    0 commit comments

    Comments
     (0)
    0