File tree Expand file tree Collapse file tree 3 files changed +6760
-6755
lines changed
Expand file tree Collapse file tree 3 files changed +6760
-6755
lines changed Original file line number Diff line number Diff line change 99# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1010# 秘湯 <xwhhsprings@gmail.com>, 2018
1111# tomo, 2019
12+ # Shin Saito, 2021
1213#
1314#, fuzzy
1415msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718"Report-Msgid-Bugs-To : \n "
1819"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1920"PO-Revision-Date : 2017-02-16 17:45+0000\n "
20- "Last-Translator : tomo, 2019 \n "
21+ "Last-Translator : Shin Saito, 2021 \n "
2122"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2223"MIME-Version : 1.0\n "
2324"Content-Type : text/plain; charset=UTF-8\n "
@@ -667,7 +668,7 @@ msgid ""
667668"understand."
668669msgstr ""
669670"要点だけをいえば、リテラルとしてのバックスラッシュにマッチさせるために、正規表現文字列として ``'\\\\\\\\ '`` "
670- "書かなければいけません 、なぜなら正規表現は ``\\\\ `` であり、通常の Python の文字列リテラルとしてはそれぞれのバックスラッシュは "
671+ "と書かなければいけません 、なぜなら正規表現は ``\\\\ `` であり、通常の Python の文字列リテラルとしてはそれぞれのバックスラッシュは "
671672"``\\\\ `` "
672673"で表現しなければいけないからです。正規表現に関してこのバックスラッシュの繰り返しの機能は、たくさんのバックスラッシュの繰り返しを生むことになり、その結果として作られる文字列は理解することが難しくなります。"
673674
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.9\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2021-05-15 06:22+0000\n "
17+ "POT-Creation-Date : 2021-05-16 06:22+0000\n "
1818"PO-Revision-Date : 2017-02-16 23:20+0000\n "
1919"Last-Translator : Arihiro TAKASE, 2017\n "
2020"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -36,11 +36,9 @@ msgstr "**ソースコード:** :source:`Lib/numbers.py`"
3636msgid ""
3737"The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric "
3838":term:`abstract base classes <abstract base class>` which progressively "
39- "define more operations. None of the types defined in this module can be "
40- "instantiated."
39+ "define more operations. None of the types defined in this module are "
40+ "intended to be instantiated."
4141msgstr ""
42- ":mod:`numbers` モジュール (:pep:`3141`) は数の :term:`抽象基底クラス <abstract base class>`"
43- " の階層を定義します。この階層では、さらに多くの演算が順番に定義されます。このモジュールで定義される型はどれもインスタンス化できません。"
4442
4543#: ../../library/numbers.rst:18
4644msgid ""
You can’t perform that action at this time.
0 commit comments