Skip to content

Commit 773b7ab

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent dc4ccc7 commit 773b7ab

File tree

5 files changed

+139
-100
lines changed

5 files changed

+139
-100
lines changed

src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@
14201420
<Str Cat="Text">
14211421
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
14221422
<Tgt Cat="Text" Stat="Loc" Orig="New">
1423-
<Val><![CDATA['void' 新增到已解決但沒有值的 Promise]]></Val>
1423+
<Val><![CDATA[為已經解析但不具值的 Promise 新增 'void']]></Val>
14241424
</Tgt>
14251425
</Str>
14261426
<Disp Icon="Str" />
@@ -1429,7 +1429,7 @@
14291429
<Str Cat="Text">
14301430
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
14311431
<Tgt Cat="Text" Stat="Loc" Orig="New">
1432-
<Val><![CDATA['void' 新增到所有已解決但沒有值的 Promise]]></Val>
1432+
<Val><![CDATA[為已經解析但不具值的所有 Promise 新增 'void']]></Val>
14331433
</Tgt>
14341434
</Str>
14351435
<Disp Icon="Str" />
@@ -3472,7 +3472,7 @@
34723472
<Str Cat="Text">
34733473
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
34743474
<Tgt Cat="Text" Stat="Loc" Orig="New">
3475-
<Val><![CDATA[將 '{0}' 轉換成「{0} 中的 {1}」]]></Val>
3475+
<Val><![CDATA[將 '{0}' 轉換成 '{1} in {0}']]></Val>
34763476
</Tgt>
34773477
</Str>
34783478
<Disp Icon="Str" />
@@ -3957,6 +3957,24 @@
39573957
</Str>
39583958
<Disp Icon="Str" />
39593959
</Item>
3960+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3961+
<Str Cat="Text">
3962+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3963+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3964+
<Val><![CDATA[包含明確指派判斷提示的宣告也必須包含類型註釋。]]></Val>
3965+
</Tgt>
3966+
</Str>
3967+
<Disp Icon="Str" />
3968+
</Item>
3969+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3970+
<Str Cat="Text">
3971+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973+
<Val><![CDATA[包含初始設定式的宣告不得同時包含明確指派判斷提示。]]></Val>
3974+
</Tgt>
3975+
</Str>
3976+
<Disp Icon="Str" />
3977+
</Item>
39603978
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39613979
<Str Cat="Text">
39623980
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4059,15 +4077,6 @@
40594077
</Str>
40604078
<Disp Icon="Str" />
40614079
</Item>
4062-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4063-
<Str Cat="Text">
4064-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4065-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4066-
<Val><![CDATA[明確的指派判斷提示只可搭配型別註解使用。]]></Val>
4067-
</Tgt>
4068-
</Str>
4069-
<Disp Icon="Str" />
4070-
</Item>
40714080
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10216,7 +10225,7 @@
1021610225
<Str Cat="Text">
1021710226
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
1021810227
<Tgt Cat="Text" Stat="Loc" Orig="New">
10219-
<Val><![CDATA[將每個誤用的 '{0}' 切換為 '{1}']]></Val>
10228+
<Val><![CDATA[將每個誤用的 '{0}' 切換成 '{1}']]></Val>
1022010229
</Tgt>
1022110230
</Str>
1022210231
<Disp Icon="Str" />
@@ -10284,15 +10293,6 @@
1028410293
</Str>
1028510294
<Disp Icon="Str" />
1028610295
</Item>
10287-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10288-
<Str Cat="Text">
10289-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10290-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10291-
<Val><![CDATA[樣板常值型別引數 ' {0} ' 不是常值型別或泛型型別。]]></Val>
10292-
</Tgt>
10293-
</Str>
10294-
<Disp Icon="Str" />
10295-
</Item>
1029610296
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029710297
<Str Cat="Text">
1029810298
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10575,6 +10575,15 @@
1057510575
</Str>
1057610576
<Disp Icon="Str" />
1057710577
</Item>
10578+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10579+
<Str Cat="Text">
10580+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10581+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10582+
<Val><![CDATA['intrinsic' 關鍵字只可用於宣告編譯器提供的內建類型。]]></Val>
10583+
</Tgt>
10584+
</Str>
10585+
<Disp Icon="Str" />
10586+
</Item>
1057810587
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057910588
<Str Cat="Text">
1058010589
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,6 +3954,24 @@
39543954
</Str>
39553955
<Disp Icon="Str" />
39563956
</Item>
3957+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3958+
<Str Cat="Text">
3959+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3960+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3961+
<Val><![CDATA[Deklarationen mit definitiven Zuweisungsassertionen müssen auch Typanmerkungen aufweisen.]]></Val>
3962+
</Tgt>
3963+
</Str>
3964+
<Disp Icon="Str" />
3965+
</Item>
3966+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3967+
<Str Cat="Text">
3968+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3969+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3970+
<Val><![CDATA[Deklarationen mit Initialisierern dürfen keine definitiven Zuweisungsassertionen aufweisen.]]></Val>
3971+
</Tgt>
3972+
</Str>
3973+
<Disp Icon="Str" />
3974+
</Item>
39573975
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39583976
<Str Cat="Text">
39593977
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4056,15 +4074,6 @@
40564074
</Str>
40574075
<Disp Icon="Str" />
40584076
</Item>
4059-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4060-
<Str Cat="Text">
4061-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4062-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4063-
<Val><![CDATA[Definitive Zuweisungsassertionen können nur zusammen mit einer Typanmerkung verwendet werden.]]></Val>
4064-
</Tgt>
4065-
</Str>
4066-
<Disp Icon="Str" />
4067-
</Item>
40684077
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40694078
<Str Cat="Text">
40704079
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10278,15 +10287,6 @@
1027810287
</Str>
1027910288
<Disp Icon="Str" />
1028010289
</Item>
10281-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10282-
<Str Cat="Text">
10283-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10284-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10285-
<Val><![CDATA[Das Typargument "{0}" des Vorlagenliterals ist weder ein Literaltyp noch ein generischer Typ.]]></Val>
10286-
</Tgt>
10287-
</Str>
10288-
<Disp Icon="Str" />
10289-
</Item>
1029010290
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029110291
<Str Cat="Text">
1029210292
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10569,6 +10569,15 @@
1056910569
</Str>
1057010570
<Disp Icon="Str" />
1057110571
</Item>
10572+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10573+
<Str Cat="Text">
10574+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10575+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10576+
<Val><![CDATA[Das Schlüsselwort "intrinsic" darf nur zum Deklarieren von vom Compiler bereitgestellten intrinsischen Typen verwendet werden.]]></Val>
10577+
</Tgt>
10578+
</Str>
10579+
<Disp Icon="Str" />
10580+
</Item>
1057210581
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057310582
<Str Cat="Text">
1057410583
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,7 +3472,7 @@
34723472
<Str Cat="Text">
34733473
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
34743474
<Tgt Cat="Text" Stat="Loc" Orig="New">
3475-
<Val><![CDATA['{0}' '{0}' を '{1}' に変換します]]></Val>
3475+
<Val><![CDATA['{0}' '{0}{1}' に変換します]]></Val>
34763476
</Tgt>
34773477
</Str>
34783478
<Disp Icon="Str" />
@@ -3957,6 +3957,24 @@
39573957
</Str>
39583958
<Disp Icon="Str" />
39593959
</Item>
3960+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3961+
<Str Cat="Text">
3962+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3963+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3964+
<Val><![CDATA[明確な代入アサーションを使った宣言には、型の注釈も指定する必要があります。]]></Val>
3965+
</Tgt>
3966+
</Str>
3967+
<Disp Icon="Str" />
3968+
</Item>
3969+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3970+
<Str Cat="Text">
3971+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973+
<Val><![CDATA[初期化子を使った宣言に明確な代入アサーションを含めることはできません。]]></Val>
3974+
</Tgt>
3975+
</Str>
3976+
<Disp Icon="Str" />
3977+
</Item>
39603978
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39613979
<Str Cat="Text">
39623980
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4059,15 +4077,6 @@
40594077
</Str>
40604078
<Disp Icon="Str" />
40614079
</Item>
4062-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4063-
<Str Cat="Text">
4064-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4065-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4066-
<Val><![CDATA[明確な代入アサーションを使用できるのは、型の注釈と共に使用する場合のみです。]]></Val>
4067-
</Tgt>
4068-
</Str>
4069-
<Disp Icon="Str" />
4070-
</Item>
40714080
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -9130,7 +9139,7 @@
91309139
<Str Cat="Text">
91319140
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
91329141
<Tgt Cat="Text" Stat="Loc" Orig="New">
9133-
<Val><![CDATA['{0}' に対する使用されていない宣言を削除する]]></Val>
9142+
<Val><![CDATA['{0}' に対する使用されていない宣言を削除してください]]></Val>
91349143
</Tgt>
91359144
</Str>
91369145
<Disp Icon="Str" />
@@ -9139,7 +9148,7 @@
91399148
<Str Cat="Text">
91409149
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
91419150
<Tgt Cat="Text" Stat="Loc" Orig="New">
9142-
<Val><![CDATA[未使用の非構造化宣言を削除する]]></Val>
9151+
<Val><![CDATA[使用されていない非構造化宣言を削除してください]]></Val>
91439152
</Tgt>
91449153
</Str>
91459154
<Disp Icon="Str" />
@@ -10216,7 +10225,7 @@
1021610225
<Str Cat="Text">
1021710226
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
1021810227
<Tgt Cat="Text" Stat="Loc" Orig="New">
10219-
<Val><![CDATA[誤用されている各 '{0}' を '{1}' に切り替える]]></Val>
10228+
<Val><![CDATA[誤用されている各 '{0}' を '{1}' に切り替えてください]]></Val>
1022010229
</Tgt>
1022110230
</Str>
1022210231
<Disp Icon="Str" />
@@ -10284,15 +10293,6 @@
1028410293
</Str>
1028510294
<Disp Icon="Str" />
1028610295
</Item>
10287-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10288-
<Str Cat="Text">
10289-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10290-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10291-
<Val><![CDATA[テンプレート リテラル型の引数 '{0}' がリテラル型またはジェネリック型ではありません。]]></Val>
10292-
</Tgt>
10293-
</Str>
10294-
<Disp Icon="Str" />
10295-
</Item>
1029610296
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029710297
<Str Cat="Text">
1029810298
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10575,6 +10575,15 @@
1057510575
</Str>
1057610576
<Disp Icon="Str" />
1057710577
</Item>
10578+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10579+
<Str Cat="Text">
10580+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10581+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10582+
<Val><![CDATA['組み込み' キーワードは、コンパイラが提供する組み込み型を宣言する場合にのみ使用できます。]]></Val>
10583+
</Tgt>
10584+
</Str>
10585+
<Disp Icon="Str" />
10586+
</Item>
1057810587
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057910588
<Str Cat="Text">
1058010589
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

0 commit comments

Comments
 (0)