LEGO: check in for master to temporary branch.

This commit is contained in:
csigs 2020-09-28 18:10:45 +00:00
parent dc4ccc7d41
commit 773b7abe2f
5 changed files with 139 additions and 100 deletions

View File

@ -1420,7 +1420,7 @@
<Str Cat="Text">
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[將 'void' 新增到已解決但沒有值的 Promise]]></Val>
<Val><![CDATA[為已經解析但不具值的 Promise 新增 'void']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -1429,7 +1429,7 @@
<Str Cat="Text">
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[將 'void' 新增到所有已解決但沒有值的 Promise]]></Val>
<Val><![CDATA[為已經解析但不具值的所有 Promise 新增 'void']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -3472,7 +3472,7 @@
<Str Cat="Text">
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[將 '{0}' 轉換成「{0} 中的 {1}」]]></Val>
<Val><![CDATA[將 '{0}' 轉換成 '{1} in {0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -3957,6 +3957,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[包含明確指派判斷提示的宣告也必須包含類型註釋。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[包含初始設定式的宣告不得同時包含明確指派判斷提示。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@ -4059,15 +4077,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[明確的指派判斷提示只可搭配型別註解使用。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@ -10216,7 +10225,7 @@
<Str Cat="Text">
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[將每個誤用的 '{0}' 切換 '{1}']]></Val>
<Val><![CDATA[將每個誤用的 '{0}' 切換 '{1}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -10284,15 +10293,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[樣板常值型別引數 ' {0} ' 不是常值型別或泛型型別。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@ -10575,6 +10575,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['intrinsic' 關鍵字只可用於宣告編譯器提供的內建類型。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

View File

@ -3954,6 +3954,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Deklarationen mit definitiven Zuweisungsassertionen müssen auch Typanmerkungen aufweisen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Deklarationen mit Initialisierern dürfen keine definitiven Zuweisungsassertionen aufweisen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@ -4056,15 +4074,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Definitive Zuweisungsassertionen können nur zusammen mit einer Typanmerkung verwendet werden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@ -10278,15 +10287,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Das Typargument "{0}" des Vorlagenliterals ist weder ein Literaltyp noch ein generischer Typ.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@ -10569,6 +10569,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Das Schlüsselwort "intrinsic" darf nur zum Deklarieren von vom Compiler bereitgestellten intrinsischen Typen verwendet werden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

View File

@ -3472,7 +3472,7 @@
<Str Cat="Text">
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' で '{0}' を '{1}' に変換します]]></Val>
<Val><![CDATA['{0}' を '{0} の {1}' に変換します]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -3957,6 +3957,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[明確な代入アサーションを使った宣言には、型の注釈も指定する必要があります。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[初期化子を使った宣言に明確な代入アサーションを含めることはできません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@ -4059,15 +4077,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[明確な代入アサーションを使用できるのは、型の注釈と共に使用する場合のみです。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@ -9130,7 +9139,7 @@
<Str Cat="Text">
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' に対する使用されていない宣言を削除する]]></Val>
<Val><![CDATA['{0}' に対する使用されていない宣言を削除してください]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -9139,7 +9148,7 @@
<Str Cat="Text">
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未使用の非構造化宣言を削除する]]></Val>
<Val><![CDATA[使用されていない非構造化宣言を削除してください]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -10216,7 +10225,7 @@
<Str Cat="Text">
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[誤用されている各 '{0}' を '{1}' に切り替え]]></Val>
<Val><![CDATA[誤用されている各 '{0}' を '{1}' に切り替えてください]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -10284,15 +10293,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[テンプレート リテラル型の引数 '{0}' がリテラル型またはジェネリック型ではありません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@ -10575,6 +10575,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['組み込み' キーワードは、コンパイラが提供する組み込み型を宣言する場合にのみ使用できます。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

View File

@ -1420,7 +1420,7 @@
<Str Cat="Text">
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[값 없이 확인된 프라미스에 'void' 추가]]></Val>
<Val><![CDATA[값 없이 확인된 Promise에 'void' 추가]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -1429,7 +1429,7 @@
<Str Cat="Text">
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[값 없이 확인된 모든 프라미스에 'void' 추가]]></Val>
<Val><![CDATA[값 없이 확인된 모든 Promise에 'void' 추가]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -3957,6 +3957,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[한정된 할당 어설션이 포함된 선언에는 형식 주석도 있어야 합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[이니셜라이저가 포함된 선언에는 한정적 할당 어설션을 사용할 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@ -4059,15 +4077,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[한정된 할당 어설션은 형식 주석과 함께여야만 사용할 수 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@ -10284,15 +10293,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[템플릿 리터럴 형식 인수 '{0}'은(는) 리터럴 형식 또는 제네릭 형식이 아닙니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@ -10575,6 +10575,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['내장' 키워드는 컴파일러에서 제공하는 내장 형식을 선언하는 데에만 사용할 수 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

View File

@ -3950,6 +3950,21 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Kesin atama onaylamaları olan bildirimlerde tür ek açıklamaları da olmalıdır.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@ -4052,15 +4067,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Belirli atama onaylamaları yalnızca bir tür ek açıklaması ile birlikte kullanılabilir.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@ -10277,15 +10283,6 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Şablon sabit değerli tür bağımsız değişkeni ('{0}') sabit değerli tür veya genel bir tür değil.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@ -10568,6 +10565,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>