Skip to content

Commit 468ca9f

Browse files
authored
LEGO: Merge pull request 38178
LEGO: Merge pull request 38178
2 parents 4a5eeb0 + 730bec8 commit 468ca9f

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

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

+14-5
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@
32023202
<Str Cat="Text">
32033203
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
32043204
<Tgt Cat="Text" Stat="Loc" Orig="New">
3205-
<Val><![CDATA[Kompilátor si rezervuje název {0} při generování nižší úrovně privátního identifikátoru.]]></Val>
3205+
<Val><![CDATA[Kompilátor si rezervuje název {0} při generování privátního identifikátoru pro nižší úroveň.]]></Val>
32063206
</Tgt>
32073207
</Str>
32083208
<Disp Icon="Str" />
@@ -5650,7 +5650,7 @@
56505650
<Str Cat="Text">
56515651
<Val><![CDATA[Import default '{0}' from module "{1}"]]></Val>
56525652
<Tgt Cat="Text" Stat="Loc" Orig="New">
5653-
<Val><![CDATA[Importovat výchozí {0} z modulu {1}]]></Val>
5653+
<Val><![CDATA[Importovat výchozí hodnotu {0} z modulu {1}]]></Val>
56545654
</Tgt>
56555655
</Str>
56565656
<Disp Icon="Str" />
@@ -10206,6 +10206,15 @@
1020610206
</Str>
1020710207
<Disp Icon="Str" />
1020810208
</Item>
10209+
<Item ItemId=";The_operand_of_a_delete_operator_must_be_optional_2790" ItemType="0" PsrId="306" Leaf="true">
10210+
<Str Cat="Text">
10211+
<Val><![CDATA[The operand of a 'delete' operator must be optional.]]></Val>
10212+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10213+
<Val><![CDATA[Operand operátoru delete musí být nepovinný.]]></Val>
10214+
</Tgt>
10215+
</Str>
10216+
<Disp Icon="Str" />
10217+
</Item>
1020910218
<Item ItemId=";The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777" ItemType="0" PsrId="306" Leaf="true">
1021010219
<Str Cat="Text">
1021110220
<Val><![CDATA[The operand of an increment or decrement operator may not be an optional property access.]]></Val>
@@ -10330,7 +10339,7 @@
1033010339
<Str Cat="Text">
1033110340
<Val><![CDATA[The shadowing declaration of '{0}' is defined here]]></Val>
1033210341
<Tgt Cat="Text" Stat="Loc" Orig="New">
10333-
<Val><![CDATA[Překrývající se deklarace {0} je definovaná tady.]]></Val>
10342+
<Val><![CDATA[Překrývající deklarace {0} je definovaná tady.]]></Val>
1033410343
</Tgt>
1033510344
</Str>
1033610345
<Disp Icon="Str" />
@@ -11125,7 +11134,7 @@
1112511134
<Str Cat="Text">
1112611135
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1112711136
<Tgt Cat="Text" Stat="Loc" Orig="New">
11128-
<Val><![CDATA[Typ pochází z tohoto importu. Import stylu oboru názvů není možné zavolat ani vytvořit a při běhu způsobí chybu. Zvažte možnost použít tady místo toho výchozí import nebo požadavek na import.]]></Val>
11137+
<Val><![CDATA[Typ pochází z tohoto importu. Import stylu oboru názvů není možné zavolat ani vytvořit a při běhu způsobí chybu. Zvažte možnost použít tady místo toho výchozí import nebo importovat require.]]></Val>
1112911138
</Tgt>
1113011139
</Str>
1113111140
<Disp Icon="Str" />
@@ -11686,7 +11695,7 @@
1168611695
<Str Cat="Text">
1168711696
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1168811697
<Tgt Cat="Text" Stat="Loc" Orig="New">
11689-
<Val><![CDATA[Používají se možnosti kompilátoru přesměrování odkazu projektu {0}.]]></Val>
11698+
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1169011699
</Tgt>
1169111700
</Str>
1169211701
<Disp Icon="Str" />

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

+9
Original file line numberDiff line numberDiff line change
@@ -10209,6 +10209,15 @@
1020910209
</Str>
1021010210
<Disp Icon="Str" />
1021110211
</Item>
10212+
<Item ItemId=";The_operand_of_a_delete_operator_must_be_optional_2790" ItemType="0" PsrId="306" Leaf="true">
10213+
<Str Cat="Text">
10214+
<Val><![CDATA[The operand of a 'delete' operator must be optional.]]></Val>
10215+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10216+
<Val><![CDATA[El operando de un operador "delete" debe ser opcional.]]></Val>
10217+
</Tgt>
10218+
</Str>
10219+
<Disp Icon="Str" />
10220+
</Item>
1021210221
<Item ItemId=";The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777" ItemType="0" PsrId="306" Leaf="true">
1021310222
<Str Cat="Text">
1021410223
<Val><![CDATA[The operand of an increment or decrement operator may not be an optional property access.]]></Val>

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

+13-4
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,7 @@
31863186
<Str Cat="Text">
31873187
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
31883188
<Tgt Cat="Text" Stat="Loc" Orig="New">
3189-
<Val><![CDATA[O compilador reserva o nome '{0}' ao emitir um nível inferior de identificador privado.]]></Val>
3189+
<Val><![CDATA[O compilador reserva o nome '{0}' ao emitir um identificador privado para versões anteriores.]]></Val>
31903190
</Tgt>
31913191
</Str>
31923192
<Disp Icon="Str" />
@@ -7821,7 +7821,7 @@
78217821
<Str Cat="Text">
78227822
<Val><![CDATA[Prefix with 'declare']]></Val>
78237823
<Tgt Cat="Text" Stat="Loc" Orig="New">
7824-
<Val><![CDATA[Prefixo com 'declare']]></Val>
7824+
<Val><![CDATA[Prefixar com 'declare']]></Val>
78257825
</Tgt>
78267826
</Str>
78277827
<Disp Icon="Str" />
@@ -10187,6 +10187,15 @@
1018710187
</Str>
1018810188
<Disp Icon="Str" />
1018910189
</Item>
10190+
<Item ItemId=";The_operand_of_a_delete_operator_must_be_optional_2790" ItemType="0" PsrId="306" Leaf="true">
10191+
<Str Cat="Text">
10192+
<Val><![CDATA[The operand of a 'delete' operator must be optional.]]></Val>
10193+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10194+
<Val><![CDATA[O operando de um operador 'delete' precisa ser opcional.]]></Val>
10195+
</Tgt>
10196+
</Str>
10197+
<Disp Icon="Str" />
10198+
</Item>
1019010199
<Item ItemId=";The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777" ItemType="0" PsrId="306" Leaf="true">
1019110200
<Str Cat="Text">
1019210201
<Val><![CDATA[The operand of an increment or decrement operator may not be an optional property access.]]></Val>
@@ -11106,7 +11115,7 @@
1110611115
<Str Cat="Text">
1110711116
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1110811117
<Tgt Cat="Text" Stat="Loc" Orig="New">
11109-
<Val><![CDATA[O tipo se origina nessa importação. Uma importação de estilo de namespace não pode ser chamada nem construída e causará uma falha no runtime. Considere usar uma importação padrão ou solicite uma importação aqui.]]></Val>
11118+
<Val><![CDATA[O tipo se origina nessa importação. Uma importação de estilo de namespace não pode ser chamada nem construída e causará uma falha no runtime. Considere usar uma importação padrão ou importe require aqui.]]></Val>
1111011119
</Tgt>
1111111120
</Str>
1111211121
<Disp Icon="Str" />
@@ -11667,7 +11676,7 @@
1166711676
<Str Cat="Text">
1166811677
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1166911678
<Tgt Cat="Text" Stat="Loc" Orig="New">
11670-
<Val><![CDATA[Usando opções de compilador de redirecionamento de referência de projeto '{0}'.]]></Val>
11679+
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1167111680
</Tgt>
1167211681
</Str>
1167311682
<Disp Icon="Str" />

0 commit comments

Comments
 (0)