File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# hitsumabushi.org, 2019
8
- # tomo, 2019
9
8
# Osamu NAKAMURA, 2019
10
9
# 永田 大和 <gey3933@gmail.com>, 2019
10
+ # tomo, 2019
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2019-08-30 03:20+0000\n "
18
18
"PO-Revision-Date : 2019-09-01 03:31+0000\n "
19
- "Last-Translator : 永田 大和 <gey3933@gmail.com> , 2019\n "
19
+ "Last-Translator : tomo , 2019\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
21
"MIME-Version : 1.0\n "
22
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -639,6 +639,8 @@ msgid ""
639
639
"``td / timedelta(seconds=1)``. For interval units other than seconds, use "
640
640
"the division form directly (e.g. ``td / timedelta(microseconds=1)``)."
641
641
msgstr ""
642
+ "この期間に含まれるトータルの秒数を返します。``td / timedelta(seconds=1)`` と等価です。\n"
643
+ "秒以外の期間の単位では、直接に除算する形式 (例えば ``td / timedelta(microseconds=1)``) が使われます。"
642
644
643
645
#: ../../library/datetime.rst:358
644
646
msgid ""
You can’t perform that action at this time.
0 commit comments