|
145 | 145 | <Str Cat="Text">
|
146 | 146 | <Val><![CDATA[A computed property name in a class property declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
|
147 | 147 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
148 |
| - <Val><![CDATA[クラス プロパティ宣言内の計算されたプロパティ名は、型がリテラル型または '一意のシンボル' 型の式を参照する必要があります。]]></Val> |
| 148 | + <Val><![CDATA[クラス プロパティ宣言内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。]]></Val> |
149 | 149 | </Tgt>
|
150 | 150 | </Str>
|
151 | 151 | <Disp Icon="Str" />
|
|
154 | 154 | <Str Cat="Text">
|
155 | 155 | <Val><![CDATA[A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
|
156 | 156 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
157 |
| - <Val><![CDATA[メソッド オーバーロード内の計算されたプロパティ名は、型がリテラル型または '一意のシンボル' 型の式を参照する必要があります。]]></Val> |
| 157 | + <Val><![CDATA[メソッド オーバーロード内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。]]></Val> |
158 | 158 | </Tgt>
|
159 | 159 | </Str>
|
160 | 160 | <Disp Icon="Str" />
|
|
163 | 163 | <Str Cat="Text">
|
164 | 164 | <Val><![CDATA[A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
|
165 | 165 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
166 |
| - <Val><![CDATA[型リテラル内の計算されたプロパティ名は、型がリテラル型または '一意のシンボル' 型の式を参照する必要があります。]]></Val> |
| 166 | + <Val><![CDATA[型リテラル内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。]]></Val> |
167 | 167 | </Tgt>
|
168 | 168 | </Str>
|
169 | 169 | <Disp Icon="Str" />
|
|
172 | 172 | <Str Cat="Text">
|
173 | 173 | <Val><![CDATA[A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
|
174 | 174 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
175 |
| - <Val><![CDATA[環境コンテキスト内の計算されたプロパティ名は、型がリテラル型または '一意のシンボル' 型の式を参照する必要があります。]]></Val> |
| 175 | + <Val><![CDATA[環境コンテキスト内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。]]></Val> |
176 | 176 | </Tgt>
|
177 | 177 | </Str>
|
178 | 178 | <Disp Icon="Str" />
|
|
181 | 181 | <Str Cat="Text">
|
182 | 182 | <Val><![CDATA[A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.]]></Val>
|
183 | 183 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
184 |
| - <Val><![CDATA[インターフェイス内の計算されたプロパティ名は、型がリテラル型または '一意のシンボル' 型の式を参照する必要があります。]]></Val> |
| 184 | + <Val><![CDATA[インターフェイス内の計算されたプロパティ名は、型がリテラル型または 'unique symbol' 型の式を参照する必要があります。]]></Val> |
185 | 185 | </Tgt>
|
186 | 186 | </Str>
|
187 | 187 | <Disp Icon="Str" />
|
|
532 | 532 | <Str Cat="Text">
|
533 | 533 | <Val><![CDATA[A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'.]]></Val>
|
534 | 534 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
535 |
| - <Val><![CDATA[型が '一意のシンボル' 型のクラスのプロパティは、'static' と 'readonly' の両方である必要があります。]]></Val> |
| 535 | + <Val><![CDATA[型が 'unique symbol' 型のクラスのプロパティは、'static' と 'readonly' の両方である必要があります。]]></Val> |
536 | 536 | </Tgt>
|
537 | 537 | </Str>
|
538 | 538 | <Disp Icon="Str" />
|
|
541 | 541 | <Str Cat="Text">
|
542 | 542 | <Val><![CDATA[A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'.]]></Val>
|
543 | 543 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
544 |
| - <Val><![CDATA[型が '一意のシンボル' 型のインターフェイスまたは型リテラルのプロパティは、'readonly' である必要があります。]]></Val> |
| 544 | + <Val><![CDATA[型が 'unique symbol' 型のインターフェイスまたは型リテラルのプロパティは、'readonly' である必要があります。]]></Val> |
545 | 545 | </Tgt>
|
546 | 546 | </Str>
|
547 | 547 | <Disp Icon="Str" />
|
|
796 | 796 | <Str Cat="Text">
|
797 | 797 | <Val><![CDATA[A variable whose type is a 'unique symbol' type must be 'const'.]]></Val>
|
798 | 798 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
799 |
| - <Val><![CDATA[型が '一意のシンボル' 型の変数は、'const' である必要があります。]]></Val> |
| 799 | + <Val><![CDATA[型が 'unique symbol' 型の変数は、'const' である必要があります。]]></Val> |
800 | 800 | </Tgt>
|
801 | 801 | </Str>
|
802 | 802 | <Disp Icon="Str" />
|
|
6639 | 6639 | <Item ItemId=";Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717" ItemType="0" PsrId="306" Leaf="true">
|
6640 | 6640 | <Str Cat="Text">
|
6641 | 6641 | <Val><![CDATA[Subsequent property declarations must have the same type. Property '{0}' must be of type '{1}', but here has type '{2}'.]]></Val>
|
| 6642 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 6643 | + <Val><![CDATA[後続のプロパティ宣言は同じ型でなければなりません。プロパティ '{0}' の型は '{1}' である必要がありますが、ここでは型が '{2}' になっています。]]></Val> |
| 6644 | + </Tgt> |
6642 | 6645 | </Str>
|
6643 | 6646 | <Disp Icon="Str" />
|
6644 | 6647 | </Item>
|
|
8920 | 8923 | <Str Cat="Text">
|
8921 | 8924 | <Val><![CDATA['unique symbol' types are not allowed here.]]></Val>
|
8922 | 8925 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
8923 |
| - <Val><![CDATA['一意のシンボル' 型はここでは許可されていません。]]></Val> |
| 8926 | + <Val><![CDATA['unique symbol' 型はここでは許可されていません。]]></Val> |
8924 | 8927 | </Tgt>
|
8925 | 8928 | </Str>
|
8926 | 8929 | <Disp Icon="Str" />
|
|
8929 | 8932 | <Str Cat="Text">
|
8930 | 8933 | <Val><![CDATA['unique symbol' types are only allowed on variables in a variable statement.]]></Val>
|
8931 | 8934 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
8932 |
| - <Val><![CDATA['一意のシンボル' 型は変数ステートメントの変数でのみ許可されています。]]></Val> |
| 8935 | + <Val><![CDATA['unique symbol' 型は変数ステートメントの変数でのみ許可されています。]]></Val> |
8933 | 8936 | </Tgt>
|
8934 | 8937 | </Str>
|
8935 | 8938 | <Disp Icon="Str" />
|
|
8938 | 8941 | <Str Cat="Text">
|
8939 | 8942 | <Val><![CDATA['unique symbol' types may not be used on a variable declaration with a binding name.]]></Val>
|
8940 | 8943 | <Tgt Cat="Text" Stat="Loc" Orig="New">
|
8941 |
| - <Val><![CDATA['一意のシンボル' 型は、バインディング名を持つ変数の宣言では使用できません。]]></Val> |
| 8944 | + <Val><![CDATA['unique symbol' 型は、バインディング名を持つ変数の宣言では使用できません。]]></Val> |
8942 | 8945 | </Tgt>
|
8943 | 8946 | </Str>
|
8944 | 8947 | <Disp Icon="Str" />
|
|
0 commit comments