Skip to content

Commit 2e67e90

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7a61cab commit 2e67e90

File tree

3 files changed

+5601
-5555
lines changed

3 files changed

+5601
-5555
lines changed

library/functions.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date: 2020-05-30 12:02+0000\n"
16-
"Last-Translator: tomo, 2020\n"
17+
"Last-Translator: 伏尾 佳悟 <fushio.keigo@gmail.com>, 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"
@@ -2128,6 +2129,9 @@ msgid ""
21282129
" mod``). The two-argument form ``pow(base, exp)`` is equivalent to using the"
21292130
" power operator: ``base**exp``."
21302131
msgstr ""
2132+
"*base* の *exp* 乗を返します; *mod* があれば、*base* の *exp* 乗に対する *mod* の剰余を返します "
2133+
"(``pow(base, exp) % mod`` より効率よく計算されます)。二引数の形式 ``pow(base, exp)`` "
2134+
"は、冪乗演算子を使った ``base**exp`` と等価です。"
21312135

21322136
#: ../../library/functions.rst:1282
21332137
msgid ""
@@ -2138,6 +2142,10 @@ msgid ""
21382142
"converted to float and a float result is delivered. For example, ``10**2`` "
21392143
"returns ``100``, but ``10**-2`` returns ``0.01``."
21402144
msgstr ""
2145+
"引数は数値型でなくてはなりません。型混合の場合、二項算術演算における型強制規則が適用されます。 :class:`int` "
2146+
"被演算子に対しては、第二引数が負でない限り、結果は (型強制後の) 被演算子と同じ型になります; "
2147+
"負の場合、全ての引数は浮動小数点に変換され、浮動小数点の結果が返されます。例えば、 ``10**2`` は ``100`` を返しますが、 "
2148+
"``10**-2`` は ``0.01`` を返します。"
21412149

21422150
#: ../../library/functions.rst:1289
21432151
msgid ""

library/pdb.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
14+
"POT-Creation-Date: 2020-06-25 14:20+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:07+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -750,11 +750,15 @@ msgid ""
750750
"environment)."
751751
msgstr ""
752752

753-
#: ../../library/pdb.rst:544
753+
#: ../../library/pdb.rst:542
754+
msgid "Print the return value for the last return of a function."
755+
msgstr ""
756+
757+
#: ../../library/pdb.rst:545
754758
msgid "Footnotes"
755759
msgstr "脚注"
756760

757-
#: ../../library/pdb.rst:545
761+
#: ../../library/pdb.rst:546
758762
msgid ""
759763
"Whether a frame is considered to originate in a certain module is determined"
760764
" by the ``__name__`` in the frame globals."

0 commit comments

Comments
 (0)