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 87cff4e

Browse filesBrowse files
authored
LEGO: Merge pull request 45060
LEGO: Merge pull request 45060
1 parent 6d3772f commit 87cff4e
Copy full SHA for 87cff4e

3 files changed

+297Lines changed: 297 additions & 0 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/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl‎

Copy file name to clipboardExpand all lines: src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl
+99Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,6 +3213,15 @@
32133213
</Str>
32143214
<Disp Icon="Str" />
32153215
</Item>
3216+
<Item ItemId=";Cannot_start_a_function_call_in_a_type_annotation_1441" ItemType="0" PsrId="306" Leaf="true">
3217+
<Str Cat="Text">
3218+
<Val><![CDATA[Cannot start a function call in a type annotation.]]></Val>
3219+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3220+
<Val><![CDATA[Kann in einer Typanmerkung keinen Funktionsaufruf starten.]]></Val>
3221+
</Tgt>
3222+
</Str>
3223+
<Disp Icon="Str" />
3224+
</Item>
32163225
<Item ItemId=";Cannot_update_output_of_project_0_because_there_was_error_reading_file_1_6376" ItemType="0" PsrId="306" Leaf="true">
32173226
<Str Cat="Text">
32183227
<Val><![CDATA[Cannot update output of project '{0}' because there was error reading file '{1}']]></Val>
@@ -4566,6 +4575,15 @@
45664575
</Str>
45674576
<Disp Icon="Str" />
45684577
</Item>
4578+
<Item ItemId=";Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436" ItemType="0" PsrId="306" Leaf="true">
4579+
<Str Cat="Text">
4580+
<Val><![CDATA[Decorators must precede the name and all keywords of property declarations.]]></Val>
4581+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4582+
<Val><![CDATA[Vor dem Namen und allen Schlüsselwörtern von Eigenschaftendeklarationen müssen Decorator-Elemente stehen.]]></Val>
4583+
</Tgt>
4584+
</Str>
4585+
<Disp Icon="Str" />
4586+
</Item>
45694587
<Item ItemId=";Default_export_of_the_module_has_or_is_using_private_name_0_4082" ItemType="0" PsrId="306" Leaf="true">
45704588
<Str Cat="Text">
45714589
<Val><![CDATA[Default export of the module has or is using private name '{0}'.]]></Val>
@@ -7533,6 +7551,15 @@
75337551
</Str>
75347552
<Disp Icon="Str" />
75357553
</Item>
7554+
<Item ItemId=";Interface_must_be_given_a_name_1438" ItemType="0" PsrId="306" Leaf="true">
7555+
<Str Cat="Text">
7556+
<Val><![CDATA[Interface must be given a name.]]></Val>
7557+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7558+
<Val><![CDATA[Schnittstelle muss einen Namen erhalten.]]></Val>
7559+
</Tgt>
7560+
</Str>
7561+
<Disp Icon="Str" />
7562+
</Item>
75367563
<Item ItemId=";Interface_name_cannot_be_0_2427" ItemType="0" PsrId="306" Leaf="true">
75377564
<Str Cat="Text">
75387565
<Val><![CDATA[Interface name cannot be '{0}'.]]></Val>
@@ -8259,6 +8286,15 @@
82598286
</Str>
82608287
<Disp Icon="Str" />
82618288
</Item>
8289+
<Item ItemId=";Missing_before_default_property_value_1442" ItemType="0" PsrId="306" Leaf="true">
8290+
<Str Cat="Text">
8291+
<Val><![CDATA[Missing '=' before default property value.]]></Val>
8292+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8293+
<Val><![CDATA["=" fehlt vor dem Standardeigenschaftswert.]]></Val>
8294+
</Tgt>
8295+
</Str>
8296+
<Disp Icon="Str" />
8297+
</Item>
82628298
<Item ItemId=";Modifiers_cannot_appear_here_1184" ItemType="0" PsrId="306" Leaf="true">
82638299
<Str Cat="Text">
82648300
<Val><![CDATA[Modifiers cannot appear here.]]></Val>
@@ -8415,6 +8451,15 @@
84158451
</Str>
84168452
<Disp Icon="Str" />
84178453
</Item>
8454+
<Item ItemId=";Module_declaration_names_may_only_use_or_quoted_strings_1443" ItemType="0" PsrId="306" Leaf="true">
8455+
<Str Cat="Text">
8456+
<Val><![CDATA[Module declaration names may only use ' or " quoted strings.]]></Val>
8457+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8458+
<Val><![CDATA[Namen der Moduldeklaration dürfen nur Zeichenfolgen enthalten, die von ' oder " eingeschlossen werden.]]></Val>
8459+
</Tgt>
8460+
</Str>
8461+
<Disp Icon="Str" />
8462+
</Item>
84188463
<Item ItemId=";Module_name_0_matched_pattern_1_6092" ItemType="0" PsrId="306" Leaf="true">
84198464
<Str Cat="Text">
84208465
<Val><![CDATA[Module name '{0}', matched pattern '{1}'.]]></Val>
@@ -8553,6 +8598,24 @@
85538598
</Str>
85548599
<Disp Icon="Str" />
85558600
</Item>
8601+
<Item ItemId=";Namespace_must_be_given_a_name_1437" ItemType="0" PsrId="306" Leaf="true">
8602+
<Str Cat="Text">
8603+
<Val><![CDATA[Namespace must be given a name.]]></Val>
8604+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8605+
<Val><![CDATA[Namespace muss einen Namen erhalten.]]></Val>
8606+
</Tgt>
8607+
</Str>
8608+
<Disp Icon="Str" />
8609+
</Item>
8610+
<Item ItemId=";Namespace_name_cannot_be_0_2819" ItemType="0" PsrId="306" Leaf="true">
8611+
<Str Cat="Text">
8612+
<Val><![CDATA[Namespace name cannot be '{0}'.]]></Val>
8613+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8614+
<Val><![CDATA[Namespacename darf nicht "{0}" sein.]]></Val>
8615+
</Tgt>
8616+
</Str>
8617+
<Disp Icon="Str" />
8618+
</Item>
85568619
<Item ItemId=";No_base_constructor_has_the_specified_number_of_type_arguments_2508" ItemType="0" PsrId="306" Leaf="true">
85578620
<Str Cat="Text">
85588621
<Val><![CDATA[No base constructor has the specified number of type arguments.]]></Val>
@@ -13836,6 +13899,15 @@
1383613899
</Str>
1383713900
<Disp Icon="Str" />
1383813901
</Item>
13902+
<Item ItemId=";Type_alias_must_be_given_a_name_1439" ItemType="0" PsrId="306" Leaf="true">
13903+
<Str Cat="Text">
13904+
<Val><![CDATA[Type alias must be given a name.]]></Val>
13905+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13906+
<Val><![CDATA[Typalias muss einen Namen erhalten.]]></Val>
13907+
</Tgt>
13908+
</Str>
13909+
<Disp Icon="Str" />
13910+
</Item>
1383913911
<Item ItemId=";Type_alias_name_cannot_be_0_2457" ItemType="0" PsrId="306" Leaf="true">
1384013912
<Str Cat="Text">
1384113913
<Val><![CDATA[Type alias name cannot be '{0}'.]]></Val>
@@ -14373,6 +14445,15 @@
1437314445
</Str>
1437414446
<Disp Icon="Str" />
1437514447
</Item>
14448+
<Item ItemId=";Unexpected_keyword_or_identifier_1434" ItemType="0" PsrId="306" Leaf="true">
14449+
<Str Cat="Text">
14450+
<Val><![CDATA[Unexpected keyword or identifier.]]></Val>
14451+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14452+
<Val><![CDATA[Unerwartetes Schlüsselwort oder Bezeichner.]]></Val>
14453+
</Tgt>
14454+
</Str>
14455+
<Disp Icon="Str" />
14456+
</Item>
1437614457
<Item ItemId=";Unexpected_token_1012" ItemType="0" PsrId="306" Leaf="true">
1437714458
<Str Cat="Text">
1437814459
<Val><![CDATA[Unexpected token.]]></Val>
@@ -14463,6 +14544,15 @@
1446314544
</Str>
1446414545
<Disp Icon="Str" />
1446514546
</Item>
14547+
<Item ItemId=";Unknown_keyword_or_identifier_Did_you_mean_0_1435" ItemType="0" PsrId="306" Leaf="true">
14548+
<Str Cat="Text">
14549+
<Val><![CDATA[Unknown keyword or identifier. Did you mean '{0}'?]]></Val>
14550+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14551+
<Val><![CDATA[Unbekanntes Schlüsselwort oder Bezeichner. Meinten Sie "{0}"?]]></Val>
14552+
</Tgt>
14553+
</Str>
14554+
<Disp Icon="Str" />
14555+
</Item>
1446614556
<Item ItemId=";Unknown_option_excludes_Did_you_mean_exclude_6114" ItemType="0" PsrId="306" Leaf="true">
1446714557
<Str Cat="Text">
1446814558
<Val><![CDATA[Unknown option 'excludes'. Did you mean 'exclude'?]]></Val>
@@ -14769,6 +14859,15 @@
1476914859
</Str>
1477014860
<Disp Icon="Str" />
1477114861
</Item>
14862+
<Item ItemId=";Variable_declaration_not_allowed_at_this_location_1440" ItemType="0" PsrId="306" Leaf="true">
14863+
<Str Cat="Text">
14864+
<Val><![CDATA[Variable declaration not allowed at this location.]]></Val>
14865+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14866+
<Val><![CDATA[Variablendeklaration ist an dieser Stelle nicht zulässig.]]></Val>
14867+
</Tgt>
14868+
</Str>
14869+
<Disp Icon="Str" />
14870+
</Item>
1477214871
<Item ItemId=";Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625" ItemType="0" PsrId="306" Leaf="true">
1477314872
<Str Cat="Text">
1477414873
<Val><![CDATA[Variadic element at position {0} in source does not match element at position {1} in target.]]></Val>
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
+99Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,6 +3216,15 @@
32163216
</Str>
32173217
<Disp Icon="Str" />
32183218
</Item>
3219+
<Item ItemId=";Cannot_start_a_function_call_in_a_type_annotation_1441" ItemType="0" PsrId="306" Leaf="true">
3220+
<Str Cat="Text">
3221+
<Val><![CDATA[Cannot start a function call in a type annotation.]]></Val>
3222+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3223+
<Val><![CDATA[型の注釈で関数呼び出しを開始することはできません。]]></Val>
3224+
</Tgt>
3225+
</Str>
3226+
<Disp Icon="Str" />
3227+
</Item>
32193228
<Item ItemId=";Cannot_update_output_of_project_0_because_there_was_error_reading_file_1_6376" ItemType="0" PsrId="306" Leaf="true">
32203229
<Str Cat="Text">
32213230
<Val><![CDATA[Cannot update output of project '{0}' because there was error reading file '{1}']]></Val>
@@ -4569,6 +4578,15 @@
45694578
</Str>
45704579
<Disp Icon="Str" />
45714580
</Item>
4581+
<Item ItemId=";Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436" ItemType="0" PsrId="306" Leaf="true">
4582+
<Str Cat="Text">
4583+
<Val><![CDATA[Decorators must precede the name and all keywords of property declarations.]]></Val>
4584+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4585+
<Val><![CDATA[デコレーターは、プロパティ宣言の名前とすべてのキーワードの前に置く必要があります。]]></Val>
4586+
</Tgt>
4587+
</Str>
4588+
<Disp Icon="Str" />
4589+
</Item>
45724590
<Item ItemId=";Default_export_of_the_module_has_or_is_using_private_name_0_4082" ItemType="0" PsrId="306" Leaf="true">
45734591
<Str Cat="Text">
45744592
<Val><![CDATA[Default export of the module has or is using private name '{0}'.]]></Val>
@@ -7536,6 +7554,15 @@
75367554
</Str>
75377555
<Disp Icon="Str" />
75387556
</Item>
7557+
<Item ItemId=";Interface_must_be_given_a_name_1438" ItemType="0" PsrId="306" Leaf="true">
7558+
<Str Cat="Text">
7559+
<Val><![CDATA[Interface must be given a name.]]></Val>
7560+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7561+
<Val><![CDATA[インターフェイスに名前を指定する必要があります。]]></Val>
7562+
</Tgt>
7563+
</Str>
7564+
<Disp Icon="Str" />
7565+
</Item>
75397566
<Item ItemId=";Interface_name_cannot_be_0_2427" ItemType="0" PsrId="306" Leaf="true">
75407567
<Str Cat="Text">
75417568
<Val><![CDATA[Interface name cannot be '{0}'.]]></Val>
@@ -8262,6 +8289,15 @@
82628289
</Str>
82638290
<Disp Icon="Str" />
82648291
</Item>
8292+
<Item ItemId=";Missing_before_default_property_value_1442" ItemType="0" PsrId="306" Leaf="true">
8293+
<Str Cat="Text">
8294+
<Val><![CDATA[Missing '=' before default property value.]]></Val>
8295+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8296+
<Val><![CDATA[既定のプロパティ値の前に '=' がありません。]]></Val>
8297+
</Tgt>
8298+
</Str>
8299+
<Disp Icon="Str" />
8300+
</Item>
82658301
<Item ItemId=";Modifiers_cannot_appear_here_1184" ItemType="0" PsrId="306" Leaf="true">
82668302
<Str Cat="Text">
82678303
<Val><![CDATA[Modifiers cannot appear here.]]></Val>
@@ -8418,6 +8454,15 @@
84188454
</Str>
84198455
<Disp Icon="Str" />
84208456
</Item>
8457+
<Item ItemId=";Module_declaration_names_may_only_use_or_quoted_strings_1443" ItemType="0" PsrId="306" Leaf="true">
8458+
<Str Cat="Text">
8459+
<Val><![CDATA[Module declaration names may only use ' or " quoted strings.]]></Val>
8460+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8461+
<Val><![CDATA[モジュール宣言名で使用できるのは、' または "引用符で囲まれた文字列のみです。]]></Val>
8462+
</Tgt>
8463+
</Str>
8464+
<Disp Icon="Str" />
8465+
</Item>
84218466
<Item ItemId=";Module_name_0_matched_pattern_1_6092" ItemType="0" PsrId="306" Leaf="true">
84228467
<Str Cat="Text">
84238468
<Val><![CDATA[Module name '{0}', matched pattern '{1}'.]]></Val>
@@ -8556,6 +8601,24 @@
85568601
</Str>
85578602
<Disp Icon="Str" />
85588603
</Item>
8604+
<Item ItemId=";Namespace_must_be_given_a_name_1437" ItemType="0" PsrId="306" Leaf="true">
8605+
<Str Cat="Text">
8606+
<Val><![CDATA[Namespace must be given a name.]]></Val>
8607+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8608+
<Val><![CDATA[名前空間に名前を指定する必要があります。]]></Val>
8609+
</Tgt>
8610+
</Str>
8611+
<Disp Icon="Str" />
8612+
</Item>
8613+
<Item ItemId=";Namespace_name_cannot_be_0_2819" ItemType="0" PsrId="306" Leaf="true">
8614+
<Str Cat="Text">
8615+
<Val><![CDATA[Namespace name cannot be '{0}'.]]></Val>
8616+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8617+
<Val><![CDATA[名前空間名を '{0}' にすることはできません。]]></Val>
8618+
</Tgt>
8619+
</Str>
8620+
<Disp Icon="Str" />
8621+
</Item>
85598622
<Item ItemId=";No_base_constructor_has_the_specified_number_of_type_arguments_2508" ItemType="0" PsrId="306" Leaf="true">
85608623
<Str Cat="Text">
85618624
<Val><![CDATA[No base constructor has the specified number of type arguments.]]></Val>
@@ -13842,6 +13905,15 @@
1384213905
</Str>
1384313906
<Disp Icon="Str" />
1384413907
</Item>
13908+
<Item ItemId=";Type_alias_must_be_given_a_name_1439" ItemType="0" PsrId="306" Leaf="true">
13909+
<Str Cat="Text">
13910+
<Val><![CDATA[Type alias must be given a name.]]></Val>
13911+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13912+
<Val><![CDATA[型のエイリアスには名前を指定する必要があります。]]></Val>
13913+
</Tgt>
13914+
</Str>
13915+
<Disp Icon="Str" />
13916+
</Item>
1384513917
<Item ItemId=";Type_alias_name_cannot_be_0_2457" ItemType="0" PsrId="306" Leaf="true">
1384613918
<Str Cat="Text">
1384713919
<Val><![CDATA[Type alias name cannot be '{0}'.]]></Val>
@@ -14379,6 +14451,15 @@
1437914451
</Str>
1438014452
<Disp Icon="Str" />
1438114453
</Item>
14454+
<Item ItemId=";Unexpected_keyword_or_identifier_1434" ItemType="0" PsrId="306" Leaf="true">
14455+
<Str Cat="Text">
14456+
<Val><![CDATA[Unexpected keyword or identifier.]]></Val>
14457+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14458+
<Val><![CDATA[予期しないキーワードまたは識別子です。]]></Val>
14459+
</Tgt>
14460+
</Str>
14461+
<Disp Icon="Str" />
14462+
</Item>
1438214463
<Item ItemId=";Unexpected_token_1012" ItemType="0" PsrId="306" Leaf="true">
1438314464
<Str Cat="Text">
1438414465
<Val><![CDATA[Unexpected token.]]></Val>
@@ -14469,6 +14550,15 @@
1446914550
</Str>
1447014551
<Disp Icon="Str" />
1447114552
</Item>
14553+
<Item ItemId=";Unknown_keyword_or_identifier_Did_you_mean_0_1435" ItemType="0" PsrId="306" Leaf="true">
14554+
<Str Cat="Text">
14555+
<Val><![CDATA[Unknown keyword or identifier. Did you mean '{0}'?]]></Val>
14556+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14557+
<Val><![CDATA[不明なキーワードまたは識別子。'{0}' を意味していましたか?]]></Val>
14558+
</Tgt>
14559+
</Str>
14560+
<Disp Icon="Str" />
14561+
</Item>
1447214562
<Item ItemId=";Unknown_option_excludes_Did_you_mean_exclude_6114" ItemType="0" PsrId="306" Leaf="true">
1447314563
<Str Cat="Text">
1447414564
<Val><![CDATA[Unknown option 'excludes'. Did you mean 'exclude'?]]></Val>
@@ -14775,6 +14865,15 @@
1477514865
</Str>
1477614866
<Disp Icon="Str" />
1477714867
</Item>
14868+
<Item ItemId=";Variable_declaration_not_allowed_at_this_location_1440" ItemType="0" PsrId="306" Leaf="true">
14869+
<Str Cat="Text">
14870+
<Val><![CDATA[Variable declaration not allowed at this location.]]></Val>
14871+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14872+
<Val><![CDATA[変数の宣言はこの場所では許可されていません。]]></Val>
14873+
</Tgt>
14874+
</Str>
14875+
<Disp Icon="Str" />
14876+
</Item>
1477814877
<Item ItemId=";Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625" ItemType="0" PsrId="306" Leaf="true">
1477914878
<Str Cat="Text">
1478014879
<Val><![CDATA[Variadic element at position {0} in source does not match element at position {1} in target.]]></Val>

0 commit comments

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