Skip to content

Commit 281ea20

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 5f72a66 commit 281ea20

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-04-10 22:51+0000\n"
1516
"PO-Revision-Date: 2019-09-01 02:46+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
@@ -7,6 +7,7 @@
77
# tomo, 2019
88
# Atsuo Ishimoto <[email protected]>, 2019
99
# MS_H, 2019
10+
# Yusuke Miyazaki <[email protected]>, 2020
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2020-04-10 22:51+0000\n"
1718
"PO-Revision-Date: 2019-09-01 02:42+0000\n"
18-
"Last-Translator: MS_H, 2019\n"
19+
"Last-Translator: Yusuke Miyazaki <[email protected]>, 2020\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -80,7 +81,7 @@ msgid ""
8081
" problem domain than Awk or even Perl, yet many things are at least as easy "
8182
"in Python as in those languages."
8283
msgstr ""
83-
"Pyhon "
84+
"Python "
8485
"は簡単に利用できますが、本物のプログラミング言語であり、シェルスクリプトやバッチファイルよりも多くの機構があり、大きなプログラムの開発にも適しています。一方では、Python"
8586
" は C よりたくさんのエラーチェックを実行時に行っており、また可変長配列や辞書などの高級な型を組込みで持つ *超高級言語(very-high-"
8687
"level language)* です。Python は Awk や Perl "

0 commit comments

Comments
 (0)