Skip to content

Commit c6bef3f

Browse files
authoredSep 23, 2022
LEGO: Merge pull request 50921
LEGO: Merge pull request 50921
1 parent 6753027 commit c6bef3f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
 

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

+9
Original file line numberDiff line numberDiff line change
@@ -13652,6 +13652,9 @@
1365213652
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
1365313653
<Str Cat="Text">
1365413654
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13655+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13656+
<Val><![CDATA[Ten warunek będzie zawsze zwracać wartość „{0}”.]]></Val>
13657+
</Tgt>
1365513658
</Str>
1365613659
<Disp Icon="Str" />
1365713660
</Item>
@@ -15236,12 +15239,18 @@
1523615239
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
1523715240
<Str Cat="Text">
1523815241
<Val><![CDATA[Use `{0}`.]]></Val>
15242+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15243+
<Val><![CDATA[Użyj „{0}”.]]></Val>
15244+
</Tgt>
1523915245
</Str>
1524015246
<Disp Icon="Str" />
1524115247
</Item>
1524215248
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
1524315249
<Str Cat="Text">
1524415250
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15251+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15252+
<Val><![CDATA[Użyj wartości „Number.isNaN” we wszystkich warunkach.]]></Val>
15253+
</Tgt>
1524515254
</Str>
1524615255
<Disp Icon="Str" />
1524715256
</Item>

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

+27
Original file line numberDiff line numberDiff line change
@@ -13655,6 +13655,15 @@
1365513655
</Str>
1365613656
<Disp Icon="Str" />
1365713657
</Item>
13658+
<Item ItemId=";This_condition_will_always_return_0_2845" ItemType="0" PsrId="306" Leaf="true">
13659+
<Str Cat="Text">
13660+
<Val><![CDATA[This condition will always return '{0}'.]]></Val>
13661+
<Tgt Cat="Text" Stat="Loc" Orig="New">
13662+
<Val><![CDATA[Bu koşul her zaman '{0}' döndürür.]]></Val>
13663+
</Tgt>
13664+
</Str>
13665+
<Disp Icon="Str" />
13666+
</Item>
1365813667
<Item ItemId=";This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839" ItemType="0" PsrId="306" Leaf="true">
1365913668
<Str Cat="Text">
1366013669
<Val><![CDATA[This condition will always return '{0}' since JavaScript compares objects by reference, not value.]]></Val>
@@ -15233,6 +15242,24 @@
1523315242
</Str>
1523415243
<Disp Icon="Str" />
1523515244
</Item>
15245+
<Item ItemId=";Use_0_95174" ItemType="0" PsrId="306" Leaf="true">
15246+
<Str Cat="Text">
15247+
<Val><![CDATA[Use `{0}`.]]></Val>
15248+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15249+
<Val><![CDATA[`{0}` kullanın.]]></Val>
15250+
</Tgt>
15251+
</Str>
15252+
<Disp Icon="Str" />
15253+
</Item>
15254+
<Item ItemId=";Use_Number_isNaN_in_all_conditions_95175" ItemType="0" PsrId="306" Leaf="true">
15255+
<Str Cat="Text">
15256+
<Val><![CDATA[Use `Number.isNaN` in all conditions.]]></Val>
15257+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15258+
<Val><![CDATA[Tüm koşullarda `Number.isNaN` kullanın.]]></Val>
15259+
</Tgt>
15260+
</Str>
15261+
<Disp Icon="Str" />
15262+
</Item>
1523615263
<Item ItemId=";Use_element_access_for_0_95145" ItemType="0" PsrId="306" Leaf="true">
1523715264
<Str Cat="Text">
1523815265
<Val><![CDATA[Use element access for '{0}']]></Val>

0 commit comments

Comments
 (0)