4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:20+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -99,7 +99,7 @@ msgstr "FreeBSD ユーザーが Python パッケージを追加するには次
99
99
100
100
#: ../../using/unix.rst:46
101
101
msgid "OpenBSD users, to add the package use::"
102
- msgstr ""
102
+ msgstr "OpenBSD ユーザーが Python パッケージを追加するには次のようにしてください:: "
103
103
104
104
#: ../../using/unix.rst:52
105
105
msgid "For example i386 users get the 2.5.1 version of Python using::"
@@ -130,6 +130,8 @@ msgid ""
130
130
"<https://devguide.python.org/setup/#getting-the-source-code>`_. (If you "
131
131
"want to contribute patches, you will need a clone.)"
132
132
msgstr ""
133
+ "CPython を自分でコンパイルしたい場合は、まず `ソース <https://www.python.org/downloads/source/>`_ を入手します。\n"
134
+ "最新リリース版のソースをダウンロード、あるいはソースリポジトリから新しく `クローン <https://devguide.python.org/setup/#getting-the-source-code>`_ を作成してください。(パッチの作成に貢献したい場合はクローンが必要になるでしょう。)"
133
135
134
136
#: ../../using/unix.rst:75
135
137
msgid "The build process consists in the usual ::"
@@ -225,7 +227,7 @@ msgstr "その他"
225
227
msgid ""
226
228
"To easily use Python scripts on Unix, you need to make them executable, e.g."
227
229
" with"
228
- msgstr ""
230
+ msgstr "Python スクリプトを Unix で簡単に使うためには、例えば次のようにしてスクリプトを実行可能ファイルにし、 "
229
231
230
232
#: ../../using/unix.rst:127
231
233
msgid ""
@@ -258,6 +260,8 @@ msgid ""
258
260
"editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` "
259
261
"checks."
260
262
msgstr ""
263
+ "Python プログラミング言語をサポートする IDE はたくさんあります。\n"
264
+ "多くのエディタや IDE にはシンタックスハイライト機能、デバッグツール、 :pep:`8` チェック機能があります。"
261
265
262
266
#: ../../using/unix.rst:145
263
267
msgid ""
0 commit comments