12
12
# E. Kawashima, 2017
13
13
# Osamu NAKAMURA, 2017
14
14
# Inada Naoki <songofacandy@gmail.com>, 2019
15
- # tomo,2019
15
+ # tomo,2020
16
16
#
17
17
#, fuzzy
18
18
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
21
21
"Report-Msgid-Bugs-To :\n "
22
22
"POT-Creation-Date :2020-04-03 13:23+0000\n "
23
23
"PO-Revision-Date :2017-02-16 23:34+0000\n "
24
- "Last-Translator :tomo,2019 \n "
24
+ "Last-Translator :tomo,2020 \n "
25
25
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
26
26
"MIME-Version :1.0\n "
27
27
"Content-Type :text/plain; charset=UTF-8\n "
@@ -150,18 +150,24 @@ msgid ""
150
150
"script by setting the execution policy for the user. You can do this by "
151
151
"issuing the following PowerShell command:"
152
152
msgstr ""
153
+ "Microsoft Windows では、ユーザー向けの実行ポリシーを設定して ``Activate.ps1`` スクリプトが使えるようにする必要があるかもしれません。\n"
154
+ "この設定は次の PowerShell コマンドでできます:"
153
155
154
156
#: ../../using/venv-create.inc:86
155
157
msgid ""
156
158
"PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope "
157
159
"CurrentUser"
158
160
msgstr ""
161
+ "PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope "
162
+ "CurrentUser"
159
163
160
164
#: ../../using/venv-create.inc:88
161
165
msgid ""
162
166
"See `About Execution Policies "
163
167
"<ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_ for more information."
164
168
msgstr ""
169
+ "さらに詳しいことについては `About Execution Policies "
170
+ "<ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_ を参照してください。"
165
171
166
172
#: ../../using/venv-create.inc:92
167
173
msgid ""