Skip to content

Commit edce8f4

Browse files
author
Autobuild bot on TravisCI
committedMay 5, 2021
[skip ci] Update .po files
1 parent 273e1b0 commit edce8f4

File tree

4 files changed

+4734
-4716
lines changed

4 files changed

+4734
-4716
lines changed
 

‎library/difflib.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2019
87
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
8+
# tomo, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1616
"PO-Revision-Date: 2019-09-01 02:45+0000\n"
17-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
17+
"Last-Translator: tomo, 2021\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,8 +40,8 @@ msgid ""
4040
msgstr ""
4141
"このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差分を計算して、それを HTML や context "
4242
"diff, unified diff "
43-
"などいろいろなフォーマットで出力するために、このモジュールを利用することができます。ディレクトリやファイル群を比較するためには、 "
44-
":mod:`filecmp` モジュールも参照してください。"
43+
"などいろいろなフォーマットで出力するために、このモジュールを利用できます。ディレクトリやファイル群を比較するためには、 :mod:`filecmp` "
44+
"モジュールも参照してください。"
4545

4646
#: ../../library/difflib.rst:28
4747
msgid ""

‎library/fnmatch.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2019
7+
# tomo, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:23+0000\n"
16-
"Last-Translator: tomo, 2019\n"
16+
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -130,7 +130,7 @@ msgid ""
130130
"efficiently."
131131
msgstr ""
132132
"*pattern* にマッチする *names* のリストの部分集合を返します。``[n for n in names if fnmatch(n, "
133-
"pattern)]`` と同じですが、もっと効率よく実装しています。"
133+
"pattern)]`` と同じですが、もっと効率よく実装されています。"
134134

135135
#: ../../library/fnmatch.rst:84
136136
msgid ""

‎reference/expressions.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8-
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
8+
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
1616
"PO-Revision-Date: 2019-09-01 03:43+0000\n"
17-
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020\n"
17+
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1644,7 +1644,7 @@ msgid ""
16441644
"object is. One can think of them as defining the value of an object "
16451645
"indirectly, by means of their comparison implementation."
16461646
msgstr ""
1647-
":ref:`objects` の章では、オブジェクトは (型や id のに加えて) 値を持つことを述べています。\n"
1647+
":ref:`objects` の章では、オブジェクトは (型や id に加えて) 値を持つことを述べています。\n"
16481648
"オブジェクトの値は Python ではやや抽象的な概念です: 例えば、オブジェクトの値にアクセスする正統な方法はありません。\n"
16491649
"また、その全てのデータ属性から構成されるなどの特定の方法で、オブジェクトの値を構築する必要性もありません。\n"
16501650
"比較演算子は、オブジェクトの値とは何かについての特定の概念を実装しています。\n"

0 commit comments

Comments
 (0)
Please sign in to comment.