File tree Expand file tree Collapse file tree 3 files changed +4310
-4302
lines changed Expand file tree Collapse file tree 3 files changed +4310
-4302
lines changed Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Inada Naoki <songofacandy@gmail.com>, 2019
8
8
# tomo, 2019
9
+ # Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2020-01-01 04:28+0000\n "
16
17
"PO-Revision-Date : 2019-09-01 03:38+0000\n "
17
- "Last-Translator : tomo, 2019 \n "
18
+ "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020 \n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -184,7 +185,7 @@ msgstr ""
184
185
"無駄な領域が多いです。多くの文書では、コードポイントは 127 未満もしくは 255 未満が多数派を占め、そのため多くの領域が ``0x00`` "
185
186
"というバイトで埋め尽くされます。上の文字列は、ASCII 表現では 6 バイトなのに対し、24 バイトのサイズになっています。RAM "
186
187
"の使用量が増加するのはそれほど問題にはなりません (デスクトップコンピュータはギガバイト単位の RAM "
187
- "を持っており、通常、文字列はそんな大きさにはなりません) が、ディスクとネットワーク大域が 4 倍多く使われてしまうのは我慢できるものではありません。"
188
+ "を持っており、通常、文字列はそんな大きさにはなりません) が、ディスクとネットワーク帯域が 4 倍多く使われてしまうのは我慢できるものではありません。"
188
189
189
190
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/unicode.rst:119
190
191
msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-01-01 04:28 +0000\n "
14
+ "POT-Creation-Date : 2020-01-02 04:29 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:12+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -139,14 +139,11 @@ msgid ""
139
139
"script will *not* be installed."
140
140
msgstr "``--altinstall``: alternate インストール。X.Y でバージョン付けされたものだけがインストールされます。"
141
141
142
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ensurepip.rst:77
143
- msgid "``--default-pip``: if a \" default pip\" installation is requested, the"
144
- msgstr "``--default-pip``: もし \" default pip\" のインストールが要求されたなら"
145
-
146
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ensurepip.rst:77
142
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ensurepip.rst:76
147
143
msgid ""
144
+ "``--default-pip``: if a \" default pip\" installation is requested, the "
148
145
"``pip`` script will be installed in addition to the two regular scripts."
149
- msgstr "この ``pip`` スクリプトは2つの標準スクリプトと共にインストールされます。 "
146
+ msgstr ""
150
147
151
148
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ensurepip.rst:79
152
149
msgid ""
You can’t perform that action at this time.
0 commit comments