File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Arihiro TAKASE, 2017
8
8
# tomo, 2020
9
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2021
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 : 2021-01-07 05:06+0000\n "
16
17
"PO-Revision-Date : 2017-02-16 17:33+0000\n "
17
- "Last-Translator : tomo, 2020 \n "
18
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2021 \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 "
@@ -56,7 +57,7 @@ msgstr "セルオブジェクトに対応する型オブジェクトです。"
56
57
msgid ""
57
58
"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This "
58
59
"function always succeeds."
59
- msgstr ""
60
+ msgstr "*ob* がセルオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはなりません。この関数は常に成功します。 "
60
61
61
62
#: ../../c-api/cell.rst:36
62
63
msgid ""
Original file line number Diff line number Diff line change 9
9
# JUN OKAZAKI <okazakijun54392@gmail.com>, 2017
10
10
# Arihiro TAKASE, 2018
11
11
# 上野 雄二 <y-ueno@nalux.co.jp>, 2019
12
- # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
13
12
# mollinaca, 2020
13
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2021
14
14
#
15
15
#, fuzzy
16
16
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Report-Msgid-Bugs-To : \n "
20
20
"POT-Creation-Date : 2021-05-26 06:28+0000\n "
21
21
"PO-Revision-Date : 2017-02-16 17:43+0000\n "
22
- "Last-Translator : mollinaca, 2020 \n "
22
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2021 \n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -195,6 +195,8 @@ msgid ""
195
195
"powerful and mature cross-platform windowing system, are available from `the"
196
196
" PyFLTK project <https://pyfltk.sourceforge.io/>`_."
197
197
msgstr ""
198
+ "簡潔かつ強力で成熟したクロスプラットフォームウィンドウシステム `the FLTK toolkit <http://www.fltk.org>`_ の "
199
+ "Python バインディングが `the PyFLTK project `_ から利用できます。"
198
200
199
201
#: ../../faq/gui.rst:98
200
202
msgid "OpenGL"
Original file line number Diff line number Diff line change 11
11
# tomo, 2017
12
12
# Nakamura Masahito <randomstep@gmail.com>, 2018
13
13
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
14
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2021
14
15
#
15
16
#, fuzzy
16
17
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
19
20
"Report-Msgid-Bugs-To : \n "
20
21
"POT-Creation-Date : 2021-02-06 05:23+0000\n "
21
22
"PO-Revision-Date : 2017-02-16 17:46+0000\n "
22
- "Last-Translator : Hiroyuki Kurosawa <kh99mail @gmail.com>, 2019 \n "
23
+ "Last-Translator : Tetsuo Koyama <tkoyama010 @gmail.com>, 2021 \n "
23
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
25
"MIME-Version : 1.0\n "
25
26
"Content-Type : text/plain; charset=UTF-8\n "
@@ -175,6 +176,10 @@ msgid ""
175
176
"request itself, to the server - this information is sent as HTTP "
176
177
"\" headers\" . Let's look at each of these in turn."
177
178
msgstr ""
179
+ "HTTP の場合には、リクエストオブジェクトに対して二つの特別な操作ができます: "
180
+ "一つ目はサーバーに送るデータを渡すことができる、二つ目はサーバーに送るデータやリクエスト自身に *ついての* 特別な情報 "
181
+ "(\" metadata\" )を渡すことができます - これらの送られる情報は HTTP "
182
+ "「ヘッダ」です。今度はこれらに関してひとつひとつ見ていきましょう。"
178
183
179
184
#: ../../howto/urllib2.rst:105
180
185
msgid "Data"
Original file line number Diff line number Diff line change 11
11
# tomo, 2018
12
12
# Naoki Nakamura <agent@sohzoh.com>, 2020
13
13
# Takanori Suzuki <takanori@takanory.net>, 2021
14
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2021
14
15
#
15
16
#, fuzzy
16
17
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
19
20
"Report-Msgid-Bugs-To : \n "
20
21
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
21
22
"PO-Revision-Date : 2017-02-16 23:42+0000\n "
22
- "Last-Translator : Takanori Suzuki <takanori@takanory.net >, 2021\n "
23
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com >, 2021\n "
23
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
25
"MIME-Version : 1.0\n "
25
26
"Content-Type : text/plain; charset=UTF-8\n "
@@ -76,6 +77,9 @@ msgid ""
76
77
"Python distributions; and PythonLauncher, which handles double-clicking "
77
78
"Python scripts from the Finder."
78
79
msgstr ""
80
+ ":file:`Applications` フォルダにある :file:`Python 3.9` フォルダ。公式の Python "
81
+ "ディストリビューションに含まれる開発環境 IDLE; と Finder から Python スクリプトをダブルクリックしたときに起動する "
82
+ "PythonLauncher。"
79
83
80
84
#: ../../using/mac.rst:33
81
85
msgid ""
You can’t perform that action at this time.
0 commit comments