8000 [skip ci] Update .po files · python/python-docs-ja@6c5f2ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c5f2ad

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 55d7dc7 commit 6c5f2ad

File tree

4 files changed

+264
-323
lines changed

4 files changed

+264
-323
lines changed

library/io.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.6\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2018-05-15 13:54+0900\n"
14+
"POT-Creation-Date: 2018-11-12 15:13+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:35+0000\n"
1616
"Last-Translator: tomo🐧, 2018\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -49,13 +49,12 @@ msgstr ""
4949

5050
#: ../../library/io.rst:34
5151
msgid ""
52-
"Independently of its category, each concrete stream object will also have "
52+
"Independent of its category, each concrete stream object will also have "
5353
"various capabilities: it can be read-only, write-only, or read-write. It can"
5454
" also allow arbitrary random access (seeking forwards or backwards to any "
5555
"location), or only sequential access (for example in the case of a socket or"
5656
" pipe)."
5757
msgstr ""
58-
"それぞれの具象ストリームオブジェクトは、カテゴリに応じた機能を持ちます。ストリームは読み出し専用、書き込み専用、読み書き可能のいずかになります。任意のランダムアクセス(前方、後方の任意の場所にシークする)が可能かもしれませんし、シーケンシャルアクセスしかできないかもしれません(例えばソケットやパイプなど)。"
5958

6059
#: ../../library/io.rst:40
6160
msgid ""

library/venv.po

Lines changed: 33 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.6\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2018-09-13 14:22+0900\n"
14+
"POT-Creation-Date: 2018-11-12 15:13+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:39+0000\n"
1616
"Last-Translator: tomo🐧, 2018\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -60,15 +60,13 @@ msgstr ""
6060
msgid "Creating virtual environments"
6161
msgstr "仮想環境の作成"
6262

63-
#: ../../using/venv-create.inc <included from
64-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:1
63+
#: ../../using/venv-create.inc:1
6564
msgid ""
6665
"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
6766
"command ``venv``::"
6867
msgstr ":ref:`仮想環境 <venv-def>` を作成するには ``venv`` コマンドを実行します::"
6968

70-
#: ../../using/venv-create.inc <included from
71-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:6
69+
#: ../../using/venv-create.inc:6
7270
msgid ""
7371
"Running this command creates the target directory (creating any parent "
7472
"directories that don't exist already) and places a ``pyvenv.cfg`` file in it"
@@ -86,8 +84,7 @@ msgstr ""
8684
"(Windows では ``Lib\\site-packages``) サブディレクトリも (最初は空の状態で) "
8785
"作成します。指定したディレクトリが存在している場合は、それが再利用されます。"
8886

89-
#: ../../using/venv-create.inc <included from
90-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:15
87+
#: ../../using/venv-create.inc:15
9188
msgid ""
9289
"``pyvenv`` was the recommended tool for creating virtual environments for "
9390
"Python 3.3 and 3.4, and is `deprecated in Python 3.6 "
@@ -96,58 +93,50 @@ msgstr ""
9693
"Python 3.3 と 3.4 では、仮想環境の作成に推奨していたツールは ``pyvenv`` でしたが、`Python 3.6では非推奨です "
9794
"<https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_。"
9895

99-
#: ../../using/venv-create.inc <included from
100-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:20
96+
#: ../../using/venv-create.inc:20
10197
msgid ""
10298
"The use of ``venv`` is now recommended for creating virtual environments."
10399
msgstr "仮想環境の作成には、 ``venv`` の使用をお勧めします。"
104100

105-
#: ../../using/venv-create.inc <included from
106-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:25
101+
#: ../../using/venv-create.inc:25
107102
msgid ""
108103
"`Python Packaging User Guide: Creating and using virtual environments "
109104
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
110105
msgstr ""
111106
"`Python Packaging User Guide: Creating and using virtual environments "
112107
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
113108

114-
#: ../../using/venv-create.inc <included from
115-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:30
109+
#: ../../using/venv-create.inc:30
116110
msgid "On Windows, invoke the ``venv`` command as follows::"
117111
msgstr "Windows では、 ``venv`` コマンドは次のように実行します::"
118112

119-
#: ../../using/venv-create.inc <included from
120-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:34
113+
#: ../../using/venv-create.inc:34
121114
msgid ""
122115
"Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for "
123116
"your :ref:`Python installation <using-on-windows>`::"
124117
msgstr ""
125118
"あるいは、 :ref:`インストールされている Python <using-on-windows>` のために ``PATH`` 変数や "
126119
"``PATHEXT`` 変数が設定してある場合は次のコマンドでも実行できます::"
127120

128-
#: ../../using/venv-create.inc <included from
129-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:39
121+
#: ../../using/venv-create.inc:39
130122
msgid "The command, if run with ``-h``, will show the available options::"
131123
msgstr "このコマンドを ``-h`` をつけて実行すると利用できるオプションが表示されます::"
132124

133-
#: ../../using/venv-create.inc <included from
134-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:69
125+
#: ../../using/venv-create.inc:69
135126
msgid ""
136127
"Installs pip by default, added the ``--without-pip`` and ``--copies`` "
137128
"options"
138129
msgstr "デフォルトで pip をインストールします。``--without-pip`` と ``--copies`` オプションを追加しました。"
139130

140-
#: ../../using/venv-create.inc <included from
141-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:73
131+
#: ../../using/venv-create.inc:73
142132
msgid ""
143133
"In earlier versions, if the target directory already existed, an error was "
144134
"raised, unless the ``--clear`` or ``--upgrade`` option was provided."
145135
msgstr ""
146136
"以前のバージョンでは、対象となるディレクトリが既に存在していた場合は、 ``--clear`` オプションや ``--upgrade`` "
147137
"オプションを付けない限りはエラーを送出していました。"
148138

149-
#: ../../using/venv-create.inc <included from
150-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:77
139+
#: ../../using/venv-create.inc:77
151140
msgid ""
152141
"The created ``pyvenv.cfg`` file also includes the ``include-system-site-"
153142
"packages`` key, set to ``true`` if ``venv`` is run with the ``--system-site-"
@@ -157,25 +146,22 @@ msgstr ""
157146
"``venv`` が ``--system-site-packages`` オプションをつけて実行されたなら ``true`` で、そうでなければ "
158147
"``false`` です。"
159148

160-
#: ../../using/venv-create.inc <included from
161-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:81
149+
#: ../../using/venv-create.inc:81
162150
msgid ""
163151
"Unless the ``--without-pip`` option is given, :mod:`ensurepip` will be "
164152
"invoked to bootstrap ``pip`` into the virtual environment."
165153
msgstr ""
166154
"``--without-pip`` オプションが与えられない限り、``pip`` を仮想環境でブートするために :mod:`ensurepip` "
167155
"が呼ばれます。"
168156

169-
#: ../../using/venv-create.inc <included from
170-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:84
157+
#: ../../using/venv-create.inc:84
171158
msgid ""
172159
"Multiple paths can be given to ``venv``, in which case an identical virtual "
173160
"environment will be created, according to the given options, at each "
174161
"provided path."
175162
msgstr "``venv`` には複数のパスを渡すことができ、その場合はそれぞれのパスに同一の仮想環境が作成されます。"
176163

177-
#: ../../using/venv-create.inc <included from
178-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:88
164+
#: ../../using/venv-create.inc:88
179165
msgid ""
180166
"Once a virtual environment has been created, it can be \"activated\" using a"
181167
" script in the virtual environment's binary directory. The invocation of the"
@@ -184,83 +170,67 @@ msgstr ""
184170
"仮想環境の作成が完了すれば、その仮想環境のバイナリディレクトリにあるスクリプトで \"有効化\" できます。\n"
185171
"スクリプトの呼び出し方はプラットフォーム固有です:"
186172

187-
#: ../../using/venv-create.inc <included from
188-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:93
173+
#: ../../using/venv-create.inc:93
189174
msgid "Platform"
190175
msgstr "プラットフォーム"
191176

192-
#: ../../using/venv-create.inc <included from
193-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:93
177+
#: ../../using/venv-create.inc:93
194178
msgid "Shell"
195179
msgstr "シェル"
196180

197-
#: ../../using/venv-create.inc <included from
198-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:93
181+
#: ../../using/venv-create.inc:93
199182
msgid "Command to activate virtual environment"
200183
msgstr "仮想環境を有効化するためのコマンド"
201184

202-
#: ../../using/venv-create.inc <included from
203-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:95
185+
#: ../../using/venv-create.inc:95
204186
msgid "Posix"
205187
msgstr "Posix"
206188

207-
#: ../../using/venv-create.inc <included from
208-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:95
189+
#: ../../using/venv-create.inc:95
209190
msgid "bash/zsh"
210191
msgstr "bash/zsh"
211192

212-
#: ../../using/venv-create.inc <included from
213-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:95
193+
#: ../../using/venv-create.inc:95
214194
msgid "$ source <venv>/bin/activate"
215195
msgstr "$ source <venv>/bin/activate"
216196

217-
#: ../../using/venv-create.inc <included from
218-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:97
197+
#: ../../using/venv-create.inc:97
219198
msgid "fish"
220199
msgstr "fish"
221200

222-
#: ../../using/venv-create.inc <included from
223-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:97
201+
#: ../../using/venv-create.inc:97
224202
msgid "$ . <venv>/bin/activate.fish"
225203
msgstr "$ . <venv>/bin/activate.fish"
226204

227-
#: ../../using/venv-create.inc <included from
228-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:99
205+
#: ../../using/venv-create.inc:99
229206
msgid "csh/tcsh"
230207
msgstr "csh/tcsh"
231208

232-
#: ../../using/venv-create.inc <included from
233-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:99
209+
#: ../../using/venv-create.inc:99
234210
msgid "$ source <venv>/bin/activate.csh"
235211
msgstr "$ source <venv>/bin/activate.csh"
236212

237-
#: ../../using/venv-create.inc <included from
238-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:101
213+
#: ../../using/venv-create.inc:101
239214
msgid "Windows"
240215
msgstr "Windows"
241216

242-
#: ../../using/venv-create.inc <included from
243-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:101
217+
#: ../../using/venv-create.inc:101
244218
msgid "cmd.exe"
245219
msgstr "cmd.exe"
246220

247-
#: ../../using/venv-create.inc <included from
248-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:101
221+
#: ../../using/venv-create.inc:101
249222
msgid "C:\\\\> <venv>\\\\Scripts\\\\activate.bat"
250223
msgstr "C:\\\\> <venv>\\\\Scripts\\\\activate.bat"
251224

252-
#: ../../using/venv-create.inc <included from
253-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:103
225+
#: ../../using/venv-create.inc:103
254226
msgid "PowerShell"
255227
msgstr "PowerShell"
256228

257-
#: ../../using/venv-create.inc <included from
258-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:103
229+
#: ../../using/venv-create.inc:103
259230
msgid "PS C:\\\\> <venv>\\\\Scripts\\\\Activate.ps1"
260231
msgstr "PS C:\\\\> <venv>\\\\Scripts\\\\Activate.ps1"
261232

262-
#: ../../using/venv-create.inc <included from
263-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:106
233+
#: ../../using/venv-create.inc:106
264234
msgid ""
265235
"You don't specifically *need* to activate an environment; activation just "
266236
"prepends the virtual environment's binary directory to your path, so that "
@@ -273,8 +243,7 @@ msgstr ""
273243
"有効化は仮想環境のバイナリディレクトリをパスの最初に加えて、 \"python\" で仮想環境の Python インタプリタが呼び出されるようにし、フルパスを入力せずにインストールされたスクリプトを実行できるようにするだけです。\n"
274244
"しかし、インストールされたすべてのスクリプトは有効化しなくても実行可能で、仮想環境の Python で自動的に実行されなければなりません。"
275245

276-
#: ../../using/venv-create.inc <included from
277-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:113
246+
#: ../../using/venv-create.inc:113
278247
msgid ""
279248
"You can deactivate a virtual environment by typing \"deactivate\" in your "
280249
"shell. The exact mechanism is platform-specific: for example, the Bash "
@@ -286,8 +255,7 @@ msgstr ""
286255
"厳密な仕組みはプラットフォーム固有です。\n"
287256
"例えば、Bash の有効化スクリプトは \"deactivate\" 関数を定義している一方、 Windows では、仮想環境が作成されるときにインストールされる ``deactivate.bat`` と ``Deactivate.ps1`` という個別のスクリプトがあります。"
288257

289-
#: ../../using/venv-create.inc <included from
290-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/venv.rst>:119
258+
#: ../../using/venv-create.inc:119
291259
msgid "``fish`` and ``csh`` activation scripts."
292260
msgstr "``fish`` および ``csh`` 有効化スクリプト。"
293261

0 commit comments

Comments
 (0)
0