File tree Expand file tree Collapse file tree 5 files changed +3821
-3766
lines changed Expand file tree Collapse file tree 5 files changed +3821
-3766
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ msgid ""
159
159
"order. Both instances in the comparison must be of the identical type. If "
160
160
"``order`` is true and ``eq`` is false, a :exc:`ValueError` is raised."
161
161
msgstr ""
162
- "``order``: 真 (デフォルト値 ``False``) の場合、 "
162
+ "``order``: 真 (デフォルト値は ``False``) の場合、 "
163
163
":meth:`__lt__`、:meth:`__le__`、:meth:`__gt__`、:meth:`__ge__` "
164
164
"メソッドが生成されます。これらの比較は、クラスをそのフィールドからなるタプルであるかのように取り扱います。比較される2つのインスタンスは、同一の型でなければなりません。もし"
165
165
" ``order`` が true で、 ``eq`` に falseを指定すすると、:exc:`ValueError` が送出されます。"
@@ -250,6 +250,10 @@ msgid ""
250
250
":meth:`__setattr__` or :meth:`__delattr__` is defined in the class, then "
251
251
":exc:`TypeError` is raised. See the discussion below."
252
252
msgstr ""
253
+ "``frozen``: 真 (デフォルト値は偽) の場合、フィールドへの代入は例外を生成します。\n"
254
+ "これにより読み出し専用の凍結されたインスタンスを模倣します。\n"
255
+ ":meth:`__setattr__` あるいは :meth:`__delattr__` がクラスに定義されていた場合は、 :exc:`TypeError` が送出されます。\n"
256
+ "後にある議論を参照してください。"
253
257
254
258
#: ../../library/dataclasses.rst:162
255
259
msgid ""
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-09-12 11:07 +0900\n "
11
+ "POT-Creation-Date : 2018-09-12 11:08 +0900\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : Nakamura Masahito <randomstep@gmail.com>, 2018\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
You can’t perform that action at this time.
0 commit comments