Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 30bb34a

Browse filesBrowse files
committed
LEGO: check in for master to temporary branch.
1 parent fc783a9 commit 30bb34a
Copy full SHA for 30bb34a

4 files changed

+44-8Lines changed: 44 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl
+11-2Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,8 +2697,8 @@
26972697
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
26982698
<Str Cat="Text">
26992699
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to '{1}' or later.]]></Val>
2700-
<Tgt Cat="Text" Stat="Update" Orig="New">
2701-
<Val><![CDATA[找不到名稱 '{0}'。需要變更您的目標程式庫嗎? 請嘗試將 `lib` 編譯器選項變更為 es2015 或更新版本。]]></Val>
2700+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2701+
<Val><![CDATA[找不到名稱 '{0}'。要變更您的目標程式庫嗎? 請嘗試將 'lib' 編譯器選項變更為 '{1}' 或更新版本。]]></Val>
27022702
</Tgt>
27032703
<Prev Cat="Text">
27042704
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.]]></Val>
@@ -6420,6 +6420,9 @@
64206420
<Item ItemId=";It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796" ItemType="0" PsrId="306" Leaf="true">
64216421
<Str Cat="Text">
64226422
<Val><![CDATA[It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked.]]></Val>
6423+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6424+
<Val><![CDATA[可能是未使用逗號分隔這兩個範本運算式,因而形成了附加標籤的範本運算式,導致無法叫用。]]></Val>
6425+
</Tgt>
64236426
</Str>
64246427
<Disp Icon="Str" />
64256428
</Item>
@@ -8511,6 +8514,9 @@
85118514
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85128515
<Str Cat="Text">
85138516
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
8517+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8518+
<Val><![CDATA[類型 '{1}' 沒有屬性 '{0}'。要變更您的目標程式庫嗎? 請嘗試將 'lib' 編譯器選項變更為 '{2}' 或更新版本。]]></Val>
8519+
</Tgt>
85148520
</Str>
85158521
<Disp Icon="Str" />
85168522
</Item>
@@ -12942,6 +12948,9 @@
1294212948
<Item ItemId=";_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" ItemType="0" PsrId="306" Leaf="true">
1294312949
<Str Cat="Text">
1294412950
<Val><![CDATA['{0}' modifier cannot appear on class elements of this kind.]]></Val>
12951+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12952+
<Val><![CDATA[不得在此種類別項目中使用 '{0}' 修飾元。]]></Val>
12953+
</Tgt>
1294512954
</Str>
1294612955
<Disp Icon="Str" />
1294712956
</Item>
Collapse file

‎src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl‎

Copy file name to clipboardExpand all lines: src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl
+11-2Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,8 +2709,8 @@
27092709
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
27102710
<Str Cat="Text">
27112711
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to '{1}' or later.]]></Val>
2712-
<Tgt Cat="Text" Stat="Update" Orig="New">
2713-
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita cambiar la biblioteca de destino? Pruebe a cambiar la opción del compilador "lib" a es2015 o posterior.]]></Val>
2712+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2713+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita cambiar la biblioteca de destino? Pruebe a cambiar la opción del compilador "lib" a "{1}" o posterior.]]></Val>
27142714
</Tgt>
27152715
<Prev Cat="Text">
27162716
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.]]></Val>
@@ -6432,6 +6432,9 @@
64326432
<Item ItemId=";It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796" ItemType="0" PsrId="306" Leaf="true">
64336433
<Str Cat="Text">
64346434
<Val><![CDATA[It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked.]]></Val>
6435+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6436+
<Val><![CDATA[Es probable que falte una coma para separar estas dos expresiones de plantilla. Forman una expresión de plantilla con etiquetas que no se puede invocar.]]></Val>
6437+
</Tgt>
64356438
</Str>
64366439
<Disp Icon="Str" />
64376440
</Item>
@@ -8523,6 +8526,9 @@
85238526
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85248527
<Str Cat="Text">
85258528
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
8529+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8530+
<Val><![CDATA[No existe la propiedad "{0}" en el tipo "{1}". ¿Necesita cambiar la biblioteca de destino? Pruebe a cambiar la opción del compilador "lib" a "{2}" o posterior.]]></Val>
8531+
</Tgt>
85268532
</Str>
85278533
<Disp Icon="Str" />
85288534
</Item>
@@ -12954,6 +12960,9 @@
1295412960
<Item ItemId=";_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" ItemType="0" PsrId="306" Leaf="true">
1295512961
<Str Cat="Text">
1295612962
<Val><![CDATA['{0}' modifier cannot appear on class elements of this kind.]]></Val>
12963+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12964+
<Val><![CDATA[El modificador "{0}" no puede aparecer en elementos de clase de este tipo.]]></Val>
12965+
</Tgt>
1295712966
</Str>
1295812967
<Disp Icon="Str" />
1295912968
</Item>
Collapse file

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

Copy file name to clipboardExpand all lines: src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl
+11-2Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,8 +2697,8 @@
26972697
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
26982698
<Str Cat="Text">
26992699
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to '{1}' or later.]]></Val>
2700-
<Tgt Cat="Text" Stat="Update" Orig="New">
2701-
<Val><![CDATA[名前 '{0}' が見つかりません。ターゲット ライブラリを変更しますか? `lib` コンパイラ オプションを es2015 以降に変更してみてください。]]></Val>
2700+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2701+
<Val><![CDATA[名前 '{0}' が見つかりません。ターゲット ライブラリを変更する必要がありますか? `lib` コンパイラ オプションを '{1}' 以降に変更してみてください。]]></Val>
27022702
</Tgt>
27032703
<Prev Cat="Text">
27042704
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.]]></Val>
@@ -6420,6 +6420,9 @@
64206420
<Item ItemId=";It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796" ItemType="0" PsrId="306" Leaf="true">
64216421
<Str Cat="Text">
64226422
<Val><![CDATA[It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked.]]></Val>
6423+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6424+
<Val><![CDATA[これら 2 つのテンプレート式を区切るコンマが不足している可能性があります。タグ付きテンプレート式を形成しており、呼び出すことができません。]]></Val>
6425+
</Tgt>
64236426
</Str>
64246427
<Disp Icon="Str" />
64256428
</Item>
@@ -8511,6 +8514,9 @@
85118514
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85128515
<Str Cat="Text">
85138516
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
8517+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8518+
<Val><![CDATA[プロパティ '{0}' が型 '{1}' に存在しません。ターゲット ライブラリを変更する必要がありますか? 'lib' コンパイラ オプションを '{2}' 以降に変更してみてください。]]></Val>
8519+
</Tgt>
85148520
</Str>
85158521
<Disp Icon="Str" />
85168522
</Item>
@@ -12942,6 +12948,9 @@
1294212948
<Item ItemId=";_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" ItemType="0" PsrId="306" Leaf="true">
1294312949
<Str Cat="Text">
1294412950
<Val><![CDATA['{0}' modifier cannot appear on class elements of this kind.]]></Val>
12951+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12952+
<Val><![CDATA['{0}' 修飾子はこの種類のクラス要素では使用できません。]]></Val>
12953+
</Tgt>
1294512954
</Str>
1294612955
<Disp Icon="Str" />
1294712956
</Item>
Collapse file

‎src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl‎

Copy file name to clipboardExpand all lines: src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl
+11-2Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,8 +2690,8 @@
26902690
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
26912691
<Str Cat="Text">
26922692
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to '{1}' or later.]]></Val>
2693-
<Tgt Cat="Text" Stat="Update" Orig="New">
2694-
<Val><![CDATA['{0}' adı bulunamıyor. Hedef kitaplığınızı değiştirmeniz gerekiyor mu? `lib` derleyici seçeneğini es2015 veya üzeri olarak değiştirmeyi deneyin.]]></Val>
2693+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2694+
<Val><![CDATA['{0}' adı bulunamıyor. Hedef kitaplığınızı değiştirmeniz mi gerekiyor? `lib` derleyici seçeneğini '{1}' veya üzeri olarak değiştirmeyi deneyin.]]></Val>
26952695
</Tgt>
26962696
<Prev Cat="Text">
26972697
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.]]></Val>
@@ -6413,6 +6413,9 @@
64136413
<Item ItemId=";It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796" ItemType="0" PsrId="306" Leaf="true">
64146414
<Str Cat="Text">
64156415
<Val><![CDATA[It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked.]]></Val>
6416+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6417+
<Val><![CDATA[Bu iki şablon ifadesini ayırmak için virgül koymamış olabilirsiniz. Bu ifadeler, çağrılamayacak etiketli bir şablon ifadesi oluşturur.]]></Val>
6418+
</Tgt>
64166419
</Str>
64176420
<Disp Icon="Str" />
64186421
</Item>
@@ -8504,6 +8507,9 @@
85048507
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85058508
<Str Cat="Text">
85068509
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
8510+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8511+
<Val><![CDATA['{0}' özelliği '{1}' türünde yok. Hedef kitaplığınızı değiştirmeniz mi gerekiyor? `lib` derleyici seçeneğini '{2}' veya üzeri olarak değiştirmeyi deneyin.]]></Val>
8512+
</Tgt>
85078513
</Str>
85088514
<Disp Icon="Str" />
85098515
</Item>
@@ -12935,6 +12941,9 @@
1293512941
<Item ItemId=";_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" ItemType="0" PsrId="306" Leaf="true">
1293612942
<Str Cat="Text">
1293712943
<Val><![CDATA['{0}' modifier cannot appear on class elements of this kind.]]></Val>
12944+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12945+
<Val><![CDATA['{0}' değiştiricisi bu tip sınıf öğelerinde görünemez.]]></Val>
12946+
</Tgt>
1293812947
</Str>
1293912948
<Disp Icon="Str" />
1294012949
</Item>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.