File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2019
8
+ # Yusuke Miyazaki <[email protected] >, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:22+0000\n "
16
- "Last-Translator : tomo, 2019 \n "
17
+ "
Last-Translator :
Yusuke Miyazaki <[email protected] >, 2020 \n"
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -144,7 +145,7 @@ msgid ""
144
145
msgstr ""
145
146
"クラスは、コピーを制御するために pickle "
146
147
"の制御に使用するのと同じインターフェースを使用することができます。これらのメソッドについての情報はモジュール :mod:`pickle` "
147
- "の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された picle "
148
+ "の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された pickle "
148
149
"関数を使用します。"
149
150
150
151
#: ../../library/copy.rst:81
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Yusuke Miyazaki <[email protected] >, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:19+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
17
+ "
Last-Translator :
Yusuke Miyazaki <[email protected] >, 2020 \n"
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -78,7 +79,7 @@ msgid ""
78
79
" problem domain than Awk or even Perl, yet many things are at least as easy "
79
80
"in Python as in those languages."
80
81
msgstr ""
81
- "Pyhon "
82
+ "Python "
82
83
"は簡単に利用できますが、本物のプログラミング言語であり、シェルスクリプトやバッチファイルよりも多くの機構があり、大きなプログラムの開発にも適しています。一方では、Python"
83
84
" は C よりたくさんのエラーチェックを実行時に行っており、また可変長配列や辞書などの高級な型を組込みで持つ *超高級言語(very-high-"
84
85
"level language)* です。Python は Awk や Perl "
You can’t perform that action at this time.
0 commit comments