Skip to content

Commit 3608779

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 2252c3b commit 3608779

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

library/copy.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
8+
# Yusuke Miyazaki <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"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"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -144,7 +145,7 @@ msgid ""
144145
msgstr ""
145146
"クラスは、コピーを制御するために pickle "
146147
"の制御に使用するのと同じインターフェースを使用することができます。これらのメソッドについての情報はモジュール :mod:`pickle` "
147-
"の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された picle "
148+
"の説明を参照してください。実際、 :mod:`copy` モジュールは、 :mod:`copyreg` モジュールによって登録された pickle "
148149
"関数を使用します。"
149150

150151
#: ../../library/copy.rst:81

tutorial/appetite.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2018
8+
# Yusuke Miyazaki <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"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"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -78,7 +79,7 @@ msgid ""
7879
" problem domain than Awk or even Perl, yet many things are at least as easy "
7980
"in Python as in those languages."
8081
msgstr ""
81-
"Pyhon "
82+
"Python "
8283
"は簡単に利用できますが、本物のプログラミング言語であり、シェルスクリプトやバッチファイルよりも多くの機構があり、大きなプログラムの開発にも適しています。一方では、Python"
8384
" は C よりたくさんのエラーチェックを実行時に行っており、また可変長配列や辞書などの高級な型を組込みで持つ *超高級言語(very-high-"
8485
"level language)* です。Python は Awk や Perl "

0 commit comments

Comments
 (0)