File tree Expand file tree Collapse file tree 3 files changed +6380
-6373
lines changed Expand file tree Collapse file tree 3 files changed +6380
-6373
lines changed Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # 秘湯 <xwhhsprings@gmail.com>, 2017
8
7
# Arihiro TAKASE, 2017
9
8
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
10
9
# Osamu NAKAMURA, 2017
11
10
# tomo, 2019
12
11
# mollinaca, 2020
12
+ # Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
13
13
#
14
14
#, fuzzy
15
15
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Report-Msgid-Bugs-To : \n "
19
19
"POT-Creation-Date : 2020-05-31 09:25+0000\n "
20
20
"PO-Revision-Date : 2017-02-16 23:04+0000\n "
21
- "Last-Translator : mollinaca , 2020\n "
21
+ "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com> , 2020\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -149,7 +149,7 @@ msgid ""
149
149
msgstr ""
150
150
"クラスは、コピーを制御するために pickle "
151
151
"の制御に使用するのと同じインターフェースを使用することができます。これらのメソッドについての情報はモジュール :mod:`pickle` "
152
- "の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された picle "
152
+ "の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された pickle "
153
153
"関数を使用します。"
154
154
155
155
#: ../../library/copy.rst:82
Original file line number Diff line number Diff line change 8
8
# Inada Naoki <songofacandy@gmail.com>, 2017
9
9
# Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2018
10
10
# MS_H, 2019
11
+ # Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
11
12
#
12
13
#, fuzzy
13
14
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
16
17
"Report-Msgid-Bugs-To : \n "
17
18
"POT-Creation-Date : 2020-05-31 09:25+0000\n "
18
19
"PO-Revision-Date : 2017-02-16 23:39+0000\n "
19
- "Last-Translator : MS_H, 2019 \n "
20
+ "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020 \n "
20
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
22
"MIME-Version : 1.0\n "
22
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -81,7 +82,7 @@ msgid ""
81
82
" problem domain than Awk or even Perl, yet many things are at least as easy "
82
83
"in Python as in those languages."
83
84
msgstr ""
84
- "Pyhon "
85
+ "Python "
85
86
"は簡単に利用できますが、本物のプログラミング言語であり、シェルスクリプトやバッチファイルよりも多くの機構があり、大きなプログラムの開発にも適しています。一方では、Python"
86
87
" は C よりたくさんのエラーチェックを実行時に行っており、また可変長配列や辞書などの高級な型を組込みで持つ *超高級言語(very-high-"
87
88
"level language)* です。Python は Awk や Perl "
You can’t perform that action at this time.
0 commit comments