@@ -410,6 +410,9 @@ msgid ""
410
410
"reStructuredText source for the documentation is part of the Python source "
411
411
"distribution."
412
412
msgstr ""
413
+ "このドキュメントは reStructuredText で書かれ、`the Sphinx documentation tool "
414
+ "<https://www.sphinx-doc.org/>`__ で構成されました。このドキュメントに使われ"
415
+ "た reStructuredText のソースは Python のソース配布に含まれます。"
413
416
414
417
#: ../../faq/general.rst:196
415
418
msgid "I've never programmed before. Is there a Python tutorial?"
@@ -587,6 +590,8 @@ msgid ""
587
590
"managed by the Python Infrastructure Team. Details `here <https://infra.psf."
588
591
"io>`__."
589
592
msgstr ""
593
+ "Pythonプロジェクトのインフラは世界中にあり、Pythonインフラストラクチャチーム"
594
+ "によって管理されています。詳細は `こちら <https://infra.psf.io>`__."
590
595
591
596
#: ../../faq/general.rst:283
592
597
msgid "Why is it called Python?"
@@ -716,6 +721,12 @@ msgid ""
716
721
"administration software in Python. Companies that use Python internally "
717
722
"include Google, Yahoo, and Lucasfilm Ltd."
718
723
msgstr ""
724
+ "注目されている Python のプロジェクトは `the Mailman mailing list manager "
725
+ "<https://www.list.org>`_ や `the Zope application server <https://www.zope."
726
+ "dev>`_ などです。`Red Hat <https://www.redhat.com>`_ をはじめとするいくつか"
727
+ "の Linux ディストーションのインストーラやシステムアドミニストレーションソフト"
728
+ "ウェアは、一部や全部が Python で書かれています。内部で Python を利用している"
729
+ "企業には、Google、Yahoo、Lucasfilm Ltd. などがあります。"
719
730
720
731
#: ../../faq/general.rst:352
721
732
msgid "What new developments are expected for Python in the future?"
@@ -870,6 +881,12 @@ msgid ""
870
881
"wiki <https://wiki.python.org/moin/PythonEditors>`_ for a full list of "
871
882
"Python editing environments."
872
883
msgstr ""
884
+ "Python のための良い IDE もあります。IDLE は Python で Tkinter を使って書かれ"
885
+ "たクロスプラットフォーム IDE です。Emacs には、ユーザにとって幸運なことに、素"
886
+ "晴らしい Python モードがあります。これらすべてのプログラミング環境から、シン"
887
+ "タックスハイライト、オートインデント、コーディング中のインタラクティブインタ"
888
+ "プリタへのアクセスが使えます。`the Python wiki <https://wiki.python.org/moin/"
889
+ "PythonEditors>`_ から Python 編集環境の一覧を参照してください。"
873
890
874
891
#: ../../faq/general.rst:451
875
892
msgid ""
0 commit comments