@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-01-01 04:28 +0000\n "
14
+ "POT-Creation-Date : 2020-01-14 04:32 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:32+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -655,9 +655,9 @@ msgstr "DBL_EPSILON"
655
655
656
656
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:381
657
657
msgid ""
658
- "difference between 1 and the least value greater than 1 that is "
658
+ "difference between 1.0 and the least value greater than 1.0 that is "
659
659
"representable as a float"
660
- msgstr "1 と、その次の表現可能な float 値の差 "
660
+ msgstr ""
661
661
662
662
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:384
663
663
msgid ":const:`dig`"
@@ -696,8 +696,8 @@ msgid "DBL_MAX"
696
696
msgstr "DBL_MAX"
697
697
698
698
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:390
699
- msgid "maximum representable finite float"
700
- msgstr "float が表せる最大の (infiniteではない) 値 "
699
+ msgid "maximum representable positive finite float"
700
+ msgstr ""
701
701
702
702
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:392
703
703
msgid ":const:`max_exp`"
@@ -709,8 +709,9 @@ msgstr "DBL_MAX_EXP"
709
709
710
710
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:392
711
711
msgid ""
712
- "maximum integer e such that ``radix**(e-1)`` is a representable finite float"
713
- msgstr "float が ``radix**(e-1)`` で表現可能な、最大の整数 e"
712
+ "maximum integer *e* such that ``radix**(e-1)`` is a representable finite "
713
+ "float"
714
+ msgstr ""
714
715
715
716
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:395
716
717
msgid ":const:`max_10_exp`"
@@ -722,9 +723,9 @@ msgstr "DBL_MAX_10_EXP"
722
723
723
724
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:395
724
725
msgid ""
725
- "maximum integer e such that ``10**e`` is in the range of representable "
726
+ "maximum integer *e* such that ``10**e`` is in the range of representable "
726
727
"finite floats"
727
- msgstr "float が ``10**e`` で表現可能な、最大の整数 e "
728
+ msgstr ""
728
729
729
730
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:398
730
731
msgid ":const:`min`"
@@ -735,8 +736,8 @@ msgid "DBL_MIN"
735
736
msgstr "DBL_MIN"
736
737
737
738
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:398
738
- msgid "minimum positive normalized float"
739
- msgstr "正規化 float の最小の正の値 "
739
+ msgid "minimum representable positive * normalized* float"
740
+ msgstr ""
740
741
741
742
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:400
742
743
msgid ":const:`min_exp`"
@@ -747,8 +748,8 @@ msgid "DBL_MIN_EXP"
747
748
msgstr "DBL_MIN_EXP"
748
749
749
750
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:400
750
- msgid "minimum integer e such that ``radix**(e-1)`` is a normalized float"
751
- msgstr "``radix**(e-1)`` が正規化floatであるような最小の整数 e "
751
+ msgid "minimum integer *e* such that ``radix**(e-1)`` is a normalized float"
752
+ msgstr ""
752
753
753
754
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:403
754
755
msgid ":const:`min_10_exp`"
@@ -759,8 +760,8 @@ msgid "DBL_MIN_10_EXP"
759
760
msgstr "DBL_MIN_10_EXP"
760
761
761
762
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:403
762
- msgid "minimum integer e such that ``10**e`` is a normalized float"
763
- msgstr "``10**e`` が正規化floatであるような最小の整数 e "
763
+ msgid "minimum integer *e* such that ``10**e`` is a normalized float"
764
+ msgstr ""
764
765
765
766
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:406
766
767
msgid ":const:`radix`"
0 commit comments