Skip to content

Commit 20c93d3

Browse files
authored
LEGO: Merge pull request 48129
LEGO: Merge pull request 48129
1 parent 5f6ebf9 commit 20c93d3

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed

Diff for: src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -14163,6 +14163,15 @@
1416314163
</Str>
1416414164
<Disp Icon="Str" />
1416514165
</Item>
14166+
<Item ItemId=";Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456" ItemType="0" PsrId="306" Leaf="true">
14167+
<Str Cat="Text">
14168+
<Val><![CDATA[Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`.]]></Val>
14169+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14170+
<Val><![CDATA[Kontrolní výrazy importu typů by měly mít přesně jeden klíč – resolution-mode – s hodnotou import nebo require.]]></Val>
14171+
</Tgt>
14172+
</Str>
14173+
<Disp Icon="Str" />
14174+
</Item>
1416614175
<Item ItemId=";Type_instantiation_is_excessively_deep_and_possibly_infinite_2589" ItemType="0" PsrId="306" Leaf="true">
1416714176
<Str Cat="Text">
1416814177
<Val><![CDATA[Type instantiation is excessively deep and possibly infinite.]]></Val>
@@ -16362,6 +16371,24 @@
1636216371
</Str>
1636316372
<Disp Icon="Str" />
1636416373
</Item>
16374+
<Item ItemId=";resolution_mode_can_only_be_set_for_type_only_imports_1454" ItemType="0" PsrId="306" Leaf="true">
16375+
<Str Cat="Text">
16376+
<Val><![CDATA[`resolution-mode` can only be set for type-only imports.]]></Val>
16377+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16378+
<Val><![CDATA[resolution-mode se dá nastavit pouze pro importy type-only.]]></Val>
16379+
</Tgt>
16380+
</Str>
16381+
<Disp Icon="Str" />
16382+
</Item>
16383+
<Item ItemId=";resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455" ItemType="0" PsrId="306" Leaf="true">
16384+
<Str Cat="Text">
16385+
<Val><![CDATA[`resolution-mode` is the only valid key for type import assertions.]]></Val>
16386+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16387+
<Val><![CDATA[resolution-mode je jediný platný klíč pro kontrolní výrazy importu typů.]]></Val>
16388+
</Tgt>
16389+
</Str>
16390+
<Disp Icon="Str" />
16391+
</Item>
1636516392
<Item ItemId=";resolution_mode_should_be_either_require_or_import_1453" ItemType="0" PsrId="306" Leaf="true">
1636616393
<Str Cat="Text">
1636716394
<Val><![CDATA[`resolution-mode` should be either `require` or `import`.]]></Val>

Diff for: src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -14166,6 +14166,15 @@
1416614166
</Str>
1416714167
<Disp Icon="Str" />
1416814168
</Item>
14169+
<Item ItemId=";Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456" ItemType="0" PsrId="306" Leaf="true">
14170+
<Str Cat="Text">
14171+
<Val><![CDATA[Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`.]]></Val>
14172+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14173+
<Val><![CDATA[Las aserciones de importación de tipos deben tener exactamente una clave - "resolution-mode" - con el valor "import" o "require".]]></Val>
14174+
</Tgt>
14175+
</Str>
14176+
<Disp Icon="Str" />
14177+
</Item>
1416914178
<Item ItemId=";Type_instantiation_is_excessively_deep_and_possibly_infinite_2589" ItemType="0" PsrId="306" Leaf="true">
1417014179
<Str Cat="Text">
1417114180
<Val><![CDATA[Type instantiation is excessively deep and possibly infinite.]]></Val>
@@ -16365,6 +16374,24 @@
1636516374
</Str>
1636616375
<Disp Icon="Str" />
1636716376
</Item>
16377+
<Item ItemId=";resolution_mode_can_only_be_set_for_type_only_imports_1454" ItemType="0" PsrId="306" Leaf="true">
16378+
<Str Cat="Text">
16379+
<Val><![CDATA[`resolution-mode` can only be set for type-only imports.]]></Val>
16380+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16381+
<Val><![CDATA["resolution-mode" solo se puede establecer para importaciones solamente de tipo.]]></Val>
16382+
</Tgt>
16383+
</Str>
16384+
<Disp Icon="Str" />
16385+
</Item>
16386+
<Item ItemId=";resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455" ItemType="0" PsrId="306" Leaf="true">
16387+
<Str Cat="Text">
16388+
<Val><![CDATA[`resolution-mode` is the only valid key for type import assertions.]]></Val>
16389+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16390+
<Val><![CDATA["resolution-mode" es la única clave válida para las aserciones de importación de tipos.]]></Val>
16391+
</Tgt>
16392+
</Str>
16393+
<Disp Icon="Str" />
16394+
</Item>
1636816395
<Item ItemId=";resolution_mode_should_be_either_require_or_import_1453" ItemType="0" PsrId="306" Leaf="true">
1636916396
<Str Cat="Text">
1637016397
<Val><![CDATA[`resolution-mode` should be either `require` or `import`.]]></Val>

Diff for: src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -14154,6 +14154,15 @@
1415414154
</Str>
1415514155
<Disp Icon="Str" />
1415614156
</Item>
14157+
<Item ItemId=";Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456" ItemType="0" PsrId="306" Leaf="true">
14158+
<Str Cat="Text">
14159+
<Val><![CDATA[Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`.]]></Val>
14160+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14161+
<Val><![CDATA[L’importazione dei tipi di asserzione deve contenere esattamente una chiave, 'resolution-mode', con valore 'import' o 'require'.]]></Val>
14162+
</Tgt>
14163+
</Str>
14164+
<Disp Icon="Str" />
14165+
</Item>
1415714166
<Item ItemId=";Type_instantiation_is_excessively_deep_and_possibly_infinite_2589" ItemType="0" PsrId="306" Leaf="true">
1415814167
<Str Cat="Text">
1415914168
<Val><![CDATA[Type instantiation is excessively deep and possibly infinite.]]></Val>
@@ -16353,6 +16362,24 @@
1635316362
</Str>
1635416363
<Disp Icon="Str" />
1635516364
</Item>
16365+
<Item ItemId=";resolution_mode_can_only_be_set_for_type_only_imports_1454" ItemType="0" PsrId="306" Leaf="true">
16366+
<Str Cat="Text">
16367+
<Val><![CDATA[`resolution-mode` can only be set for type-only imports.]]></Val>
16368+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16369+
<Val><![CDATA['resolution-mode' può essere impostata solo per le importazioni di tipo.]]></Val>
16370+
</Tgt>
16371+
</Str>
16372+
<Disp Icon="Str" />
16373+
</Item>
16374+
<Item ItemId=";resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455" ItemType="0" PsrId="306" Leaf="true">
16375+
<Str Cat="Text">
16376+
<Val><![CDATA[`resolution-mode` is the only valid key for type import assertions.]]></Val>
16377+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16378+
<Val><![CDATA['resolution-mode' è l'unica chiave valida per l’importazione dei tipi di asserzioni.]]></Val>
16379+
</Tgt>
16380+
</Str>
16381+
<Disp Icon="Str" />
16382+
</Item>
1635616383
<Item ItemId=";resolution_mode_should_be_either_require_or_import_1453" ItemType="0" PsrId="306" Leaf="true">
1635716384
<Str Cat="Text">
1635816385
<Val><![CDATA[`resolution-mode` should be either `require` or `import`.]]></Val>

Diff for: src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -14141,6 +14141,15 @@
1414114141
</Str>
1414214142
<Disp Icon="Str" />
1414314143
</Item>
14144+
<Item ItemId=";Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456" ItemType="0" PsrId="306" Leaf="true">
14145+
<Str Cat="Text">
14146+
<Val><![CDATA[Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`.]]></Val>
14147+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14148+
<Val><![CDATA[Twierdzenie importu typu powinno mieć dokładnie jeden klucz – „resolution-mode“ – z wartością „importuj“ lub „wymagaj“.]]></Val>
14149+
</Tgt>
14150+
</Str>
14151+
<Disp Icon="Str" />
14152+
</Item>
1414414153
<Item ItemId=";Type_instantiation_is_excessively_deep_and_possibly_infinite_2589" ItemType="0" PsrId="306" Leaf="true">
1414514154
<Str Cat="Text">
1414614155
<Val><![CDATA[Type instantiation is excessively deep and possibly infinite.]]></Val>
@@ -16340,6 +16349,24 @@
1634016349
</Str>
1634116350
<Disp Icon="Str" />
1634216351
</Item>
16352+
<Item ItemId=";resolution_mode_can_only_be_set_for_type_only_imports_1454" ItemType="0" PsrId="306" Leaf="true">
16353+
<Str Cat="Text">
16354+
<Val><![CDATA[`resolution-mode` can only be set for type-only imports.]]></Val>
16355+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16356+
<Val><![CDATA[Element „resolution-mode“ można ustawić wyłącznie dla importów tylko typów.]]></Val>
16357+
</Tgt>
16358+
</Str>
16359+
<Disp Icon="Str" />
16360+
</Item>
16361+
<Item ItemId=";resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455" ItemType="0" PsrId="306" Leaf="true">
16362+
<Str Cat="Text">
16363+
<Val><![CDATA[`resolution-mode` is the only valid key for type import assertions.]]></Val>
16364+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16365+
<Val><![CDATA[Element „resolution-mode“ jest jedynym prawidłowym kluczem dla twierdzenia importu typu.]]></Val>
16366+
</Tgt>
16367+
</Str>
16368+
<Disp Icon="Str" />
16369+
</Item>
1634316370
<Item ItemId=";resolution_mode_should_be_either_require_or_import_1453" ItemType="0" PsrId="306" Leaf="true">
1634416371
<Str Cat="Text">
1634516372
<Val><![CDATA[`resolution-mode` should be either `require` or `import`.]]></Val>

Diff for: src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -14147,6 +14147,15 @@
1414714147
</Str>
1414814148
<Disp Icon="Str" />
1414914149
</Item>
14150+
<Item ItemId=";Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456" ItemType="0" PsrId="306" Leaf="true">
14151+
<Str Cat="Text">
14152+
<Val><![CDATA[Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`.]]></Val>
14153+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14154+
<Val><![CDATA[Tür içe aktarma iddiaları, `import` veya `require`. değerine sahip tam olarak bir anahtara - `resolution-mode`’na sahip olmalıdır.]]></Val>
14155+
</Tgt>
14156+
</Str>
14157+
<Disp Icon="Str" />
14158+
</Item>
1415014159
<Item ItemId=";Type_instantiation_is_excessively_deep_and_possibly_infinite_2589" ItemType="0" PsrId="306" Leaf="true">
1415114160
<Str Cat="Text">
1415214161
<Val><![CDATA[Type instantiation is excessively deep and possibly infinite.]]></Val>
@@ -16346,6 +16355,24 @@
1634616355
</Str>
1634716356
<Disp Icon="Str" />
1634816357
</Item>
16358+
<Item ItemId=";resolution_mode_can_only_be_set_for_type_only_imports_1454" ItemType="0" PsrId="306" Leaf="true">
16359+
<Str Cat="Text">
16360+
<Val><![CDATA[`resolution-mode` can only be set for type-only imports.]]></Val>
16361+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16362+
<Val><![CDATA[`resolution-mode` yalnızca tür içeri aktarmaları için ayarlanabilir.]]></Val>
16363+
</Tgt>
16364+
</Str>
16365+
<Disp Icon="Str" />
16366+
</Item>
16367+
<Item ItemId=";resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455" ItemType="0" PsrId="306" Leaf="true">
16368+
<Str Cat="Text">
16369+
<Val><![CDATA[`resolution-mode` is the only valid key for type import assertions.]]></Val>
16370+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16371+
<Val><![CDATA[`resolution-mode`, tür içe aktarma iddiaları için tek geçerli anahtardır.]]></Val>
16372+
</Tgt>
16373+
</Str>
16374+
<Disp Icon="Str" />
16375+
</Item>
1634916376
<Item ItemId=";resolution_mode_should_be_either_require_or_import_1453" ItemType="0" PsrId="306" Leaf="true">
1635016377
<Str Cat="Text">
1635116378
<Val><![CDATA[`resolution-mode` should be either `require` or `import`.]]></Val>

0 commit comments

Comments
 (0)