8000 Update translations from Transifex · python/python-docs-ja@c8eb087 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8eb087

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 95c7dac commit c8eb087

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

library/functions.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,6 +2639,14 @@ msgid ""
26392639
"complex result is delivered. For example, ``pow(-9, 0.5)`` returns a value "
26402640
"close to ``3j``."
26412641
msgstr ""
2642+
"引数は数値型でなければなりません。型混合の場合、二項算術演算における型強制規"
2643+
"則が適用されます。 :class:`int` オペランドの場合、第2引数が負でない限り、結果"
2644+
"は (型強制後の) オペランドと同じ型になります; 第2引数が負の場合、全ての引数は"
2645+
"浮動小数点数に変換され、浮動小数点数の結果が返されます。例えば、 ``pow(10, "
2646+
"2)`` は ``100`` を返しますが、 ``pow(10, -2)`` は ``0.01`` を返します。底が :"
2647+
"class:`int` 型または :class:`float` 型で負の値であり、かつ指数が整数でない場"
2648+
"合、複素数の結果が返されます。例えば、 ``pow(-9, 0.5)`` は ``3j`` に近い値を"
2649+
"返します。"
26422650

26432651
#: ../../library/functions.rst:1406
26442652
msgid ""

using/configure.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2023, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-12-30 14:13+0000\n"
14+
"POT-Creation-Date: 2023-01-20 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1616
"Last-Translator: Inada Naoki <songofacandy@gmail.com>, 2023\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)
0