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 906d217

Browse filesBrowse files
committed
LEGO: check in for master to temporary branch.
1 parent d479206 commit 906d217
Copy full SHA for 906d217

5 files changed

+309-72Lines changed: 309 additions & 72 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/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl‎

Copy file name to clipboardExpand all lines: src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,9 @@
20222022
<Item ItemId=";An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017" ItemType="0" PsrId="306" Leaf="true">
20232023
<Str Cat="Text">
20242024
<Val><![CDATA[An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.]]></Val>
2025+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2026+
<Val><![CDATA[Při použití direktivy pragma @jsx s fragmenty JSX se vyžaduje direktiva pragma @jsxFrag.]]></Val>
2027+
</Tgt>
20252028
</Str>
20262029
<Disp Icon="Str" />
20272030
</Item>
@@ -6150,6 +6153,9 @@
61506153
<Item ItemId=";Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035" ItemType="0" PsrId="306" Leaf="true">
61516154
<Str Cat="Text">
61526155
<Val><![CDATA[Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name.]]></Val>
6156+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6157+
<Val><![CDATA[Neplatná hodnota pro jsxFragmentFactory. {0} není platný identifikátor nebo kvalifikovaný název.]]></Val>
6158+
</Tgt>
61536159
</Str>
61546160
<Disp Icon="Str" />
61556161
</Item>
@@ -8718,6 +8724,9 @@
87188724
<Item ItemId=";Referenced_project_0_may_not_disable_emit_6310" ItemType="0" PsrId="306" Leaf="true">
87198725
<Str Cat="Text">
87208726
<Val><![CDATA[Referenced project '{0}' may not disable emit.]]></Val>
8727+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8728+
<Val><![CDATA[Odkazovaný projekt {0} nemůže zakazovat generování.]]></Val>
8729+
</Tgt>
87218730
</Str>
87228731
<Disp Icon="Str" />
87238732
</Item>
@@ -8805,6 +8814,9 @@
88058814
<Item ItemId=";Remove_parentheses_95126" ItemType="0" PsrId="306" Leaf="true">
88068815
<Str Cat="Text">
88078816
<Val><![CDATA[Remove parentheses]]></Val>
8817+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8818+
<Val><![CDATA[Odebrat závorky]]></Val>
8819+
</Tgt>
88088820
</Str>
88098821
<Disp Icon="Str" />
88108822
</Item>
@@ -9633,6 +9645,9 @@
96339645
<Item ItemId=";Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034" ItemType="0" PsrId="306" Leaf="true">
96349646
<Str Cat="Text">
96359647
<Val><![CDATA[Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'.]]></Val>
9648+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9649+
<Val><![CDATA[Zadejte funkci objektu pro vytváření fragmentů JSX, která se použije při cílení na generování JSX react se zadanou možností kompilátoru jsxFactory, například Fragment.]]></Val>
9650+
</Tgt>
96369651
</Str>
96379652
<Disp Icon="Str" />
96389653
</Item>
@@ -10194,6 +10209,9 @@
1019410209
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1019510210
<Str Cat="Text">
1019610211
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>
10212+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10213+
<Val><![CDATA[Aby bylo možné použít fragmenty JSX s možností kompilátoru jsxFactory, je třeba zadat možnost kompilátoru jsxFragmentFactory.]]></Val>
10214+
</Tgt>
1019710215
</Str>
1019810216
<Disp Icon="Str" />
1019910217
</Item>
@@ -12369,6 +12387,9 @@
1236912387
<Item ItemId=";_0_is_deprecated_6385" ItemType="0" PsrId="306" Leaf="true">
1237012388
<Str Cat="Text">
1237112389
<Val><![CDATA['{0}' is deprecated]]></Val>
12390+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12391+
<Val><![CDATA[{0} je zastaralé]]></Val>
12392+
</Tgt>
1237212393
</Str>
1237312394
<Disp Icon="Str" />
1237412395
</Item>
Collapse file

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

Copy file name to clipboardExpand all lines: src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl
+72-18Lines changed: 72 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,15 @@
20222022
</Str>
20232023
<Disp Icon="Str" />
20242024
</Item>
2025+
<Item ItemId=";An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017" ItemType="0" PsrId="306" Leaf="true">
2026+
<Str Cat="Text">
2027+
<Val><![CDATA[An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.]]></Val>
2028+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2029+
<Val><![CDATA[Un pragma @jsxFrag est nécessaire quand un pragma @jsx est utilisé avec des fragments JSX.]]></Val>
2030+
</Tgt>
2031+
</Str>
2032+
<Disp Icon="Str" />
2033+
</Item>
20252034
<Item ItemId=";An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118" ItemType="0" PsrId="306" Leaf="true">
20262035
<Str Cat="Text">
20272036
<Val><![CDATA[An object literal cannot have multiple get/set accessors with the same name.]]></Val>
@@ -5586,6 +5595,15 @@
55865595
</Str>
55875596
<Disp Icon="Str" />
55885597
</Item>
5598+
<Item ItemId=";Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262" ItemType="0" PsrId="306" Leaf="true">
5599+
<Str Cat="Text">
5600+
<Val><![CDATA[Identifier expected. '{0}' is a reserved word at the top-level of a module.]]></Val>
5601+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5602+
<Val><![CDATA[Identificateur attendu. '{0}' est un mot réservé au niveau supérieur d'un module.]]></Val>
5603+
</Tgt>
5604+
</Str>
5605+
<Disp Icon="Str" />
5606+
</Item>
55895607
<Item ItemId=";Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212" ItemType="0" PsrId="306" Leaf="true">
55905608
<Str Cat="Text">
55915609
<Val><![CDATA[Identifier expected. '{0}' is a reserved word in strict mode.]]></Val>
@@ -6135,6 +6153,15 @@
61356153
</Str>
61366154
<Disp Icon="Str" />
61376155
</Item>
6156+
<Item ItemId=";Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035" ItemType="0" PsrId="306" Leaf="true">
6157+
<Str Cat="Text">
6158+
<Val><![CDATA[Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name.]]></Val>
6159+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6160+
<Val><![CDATA[Valeur non valide pour 'jsxFragmentFactory'. '{0}' n'est pas un identificateur valide ou un nom qualifié.]]></Val>
6161+
</Tgt>
6162+
</Str>
6163+
<Disp Icon="Str" />
6164+
</Item>
61386165
<Item ItemId=";Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059" ItemType="0" PsrId="306" Leaf="true">
61396166
<Str Cat="Text">
61406167
<Val><![CDATA[Invalid value for '--reactNamespace'. '{0}' is not a valid identifier.]]></Val>
@@ -6378,24 +6405,6 @@
63786405
</Str>
63796406
<Disp Icon="Str" />
63806407
</Item>
6381-
<Item ItemId=";JSX_fragment_is_not_supported_when_using_an_inline_JSX_factory_pragma_17017" ItemType="0" PsrId="306" Leaf="true">
6382-
<Str Cat="Text">
6383-
<Val><![CDATA[JSX fragment is not supported when using an inline JSX factory pragma]]></Val>
6384-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6385-
<Val><![CDATA[Le fragment JSX n'est pas pris en charge quand vous utilisez un pragma de fabrique JSX inline]]></Val>
6386-
</Tgt>
6387-
</Str>
6388-
<Disp Icon="Str" />
6389-
</Item>
6390-
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
6391-
<Str Cat="Text">
6392-
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
6393-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6394-
<Val><![CDATA[Le fragment JSX n'est pas pris en charge quand --jsxFactory est utilisé]]></Val>
6395-
</Tgt>
6396-
</Str>
6397-
<Disp Icon="Str" />
6398-
</Item>
63996408
<Item ItemId=";JSX_spread_child_must_be_an_array_type_2609" ItemType="0" PsrId="306" Leaf="true">
64006409
<Str Cat="Text">
64016410
<Val><![CDATA[JSX spread child must be an array type.]]></Val>
@@ -8715,6 +8724,15 @@
87158724
</Str>
87168725
<Disp Icon="Str" />
87178726
</Item>
8727+
<Item ItemId=";Referenced_project_0_may_not_disable_emit_6310" ItemType="0" PsrId="306" Leaf="true">
8728+
<Str Cat="Text">
8729+
<Val><![CDATA[Referenced project '{0}' may not disable emit.]]></Val>
8730+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8731+
<Val><![CDATA[Le projet référencé '{0}' ne doit pas désactiver l'émission.]]></Val>
8732+
</Tgt>
8733+
</Str>
8734+
<Disp Icon="Str" />
8735+
</Item>
87188736
<Item ItemId=";Referenced_project_0_must_have_setting_composite_Colon_true_6306" ItemType="0" PsrId="306" Leaf="true">
87198737
<Str Cat="Text">
87208738
<Val><![CDATA[Referenced project '{0}' must have setting "composite": true.]]></Val>
@@ -8796,6 +8814,15 @@
87968814
</Str>
87978815
<Disp Icon="Str" />
87988816
</Item>
8817+
<Item ItemId=";Remove_parentheses_95126" ItemType="0" PsrId="306" Leaf="true">
8818+
<Str Cat="Text">
8819+
<Val><![CDATA[Remove parentheses]]></Val>
8820+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8821+
<Val><![CDATA[Supprimer les parenthèses]]></Val>
8822+
</Tgt>
8823+
</Str>
8824+
<Disp Icon="Str" />
8825+
</Item>
87998826
<Item ItemId=";Remove_template_tag_90011" ItemType="0" PsrId="306" Leaf="true">
88008827
<Str Cat="Text">
88018828
<Val><![CDATA[Remove template tag]]></Val>
@@ -9618,6 +9645,15 @@
96189645
</Str>
96199646
<Disp Icon="Str" />
96209647
</Item>
9648+
<Item ItemId=";Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034" ItemType="0" PsrId="306" Leaf="true">
9649+
<Str Cat="Text">
9650+
<Val><![CDATA[Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'.]]></Val>
9651+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9652+
<Val><![CDATA[Spécifiez la fonction de fabrique de fragments JSX à utiliser durant le ciblage de l'émission JSX 'react' avec l'option de compilateur 'jsxFactory', par exemple 'Fragment'.]]></Val>
9653+
</Tgt>
9654+
</Str>
9655+
<Disp Icon="Str" />
9656+
</Item>
96219657
<Item ItemId=";Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060" ItemType="0" PsrId="306" Leaf="true">
96229658
<Str Cat="Text">
96239659
<Val><![CDATA[Specify the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix).]]></Val>
@@ -10173,6 +10209,15 @@
1017310209
</Str>
1017410210
<Disp Icon="Str" />
1017510211
</Item>
10212+
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
10213+
<Str Cat="Text">
10214+
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>
10215+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10216+
<Val><![CDATA[L'option de compilateur 'jsxFragmentFactory' doit être fournie pour permettre l'utilisation des fragments JSX avec l'option de compilateur 'jsxFactory'.]]></Val>
10217+
</Tgt>
10218+
</Str>
10219+
<Disp Icon="Str" />
10220+
</Item>
1017610221
<Item ItemId=";The_last_overload_gave_the_following_error_2770" ItemType="0" PsrId="306" Leaf="true">
1017710222
<Str Cat="Text">
1017810223
<Val><![CDATA[The last overload gave the following error.]]></Val>
@@ -12342,6 +12387,15 @@
1234212387
</Str>
1234312388
<Disp Icon="Str" />
1234412389
</Item>
12390+
<Item ItemId=";_0_is_deprecated_6385" ItemType="0" PsrId="306" Leaf="true">
12391+
<Str Cat="Text">
12392+
<Val><![CDATA['{0}' is deprecated]]></Val>
12393+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12394+
<Val><![CDATA['{0}' est déprécié]]></Val>
12395+
</Tgt>
12396+
</Str>
12397+
<Disp Icon="Str" />
12398+
</Item>
1234512399
<Item ItemId=";_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012" ItemType="0" PsrId="306" Leaf="true">
1234612400
<Str Cat="Text">
1234712401
<Val><![CDATA['{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?]]></Val>
Collapse file

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

Copy file name to clipboardExpand all lines: src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl
+72-18Lines changed: 72 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,6 +2010,15 @@
20102010
</Str>
20112011
<Disp Icon="Str" />
20122012
</Item>
2013+
<Item ItemId=";An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017" ItemType="0" PsrId="306" Leaf="true">
2014+
<Str Cat="Text">
2015+
<Val><![CDATA[An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.]]></Val>
2016+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2017+
<Val><![CDATA[Quando si usa un'istruzione @jsx con frammenti JSX, è necessaria un'istruzione pragma @jsxFrag.]]></Val>
2018+
</Tgt>
2019+
</Str>
2020+
<Disp Icon="Str" />
2021+
</Item>
20132022
<Item ItemId=";An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118" ItemType="0" PsrId="306" Leaf="true">
20142023
<Str Cat="Text">
20152024
<Val><![CDATA[An object literal cannot have multiple get/set accessors with the same name.]]></Val>
@@ -5574,6 +5583,15 @@
55745583
</Str>
55755584
<Disp Icon="Str" />
55765585
</Item>
5586+
<Item ItemId=";Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262" ItemType="0" PsrId="306" Leaf="true">
5587+
<Str Cat="Text">
5588+
<Val><![CDATA[Identifier expected. '{0}' is a reserved word at the top-level of a module.]]></Val>
5589+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5590+
<Val><![CDATA[È previsto un identificatore. '{0}' è una parola riservata al livello principale di un modulo.]]></Val>
5591+
</Tgt>
5592+
</Str>
5593+
<Disp Icon="Str" />
5594+
</Item>
55775595
<Item ItemId=";Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212" ItemType="0" PsrId="306" Leaf="true">
55785596
<Str Cat="Text">
55795597
<Val><![CDATA[Identifier expected. '{0}' is a reserved word in strict mode.]]></Val>
@@ -6123,6 +6141,15 @@
61236141
</Str>
61246142
<Disp Icon="Str" />
61256143
</Item>
6144+
<Item ItemId=";Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035" ItemType="0" PsrId="306" Leaf="true">
6145+
<Str Cat="Text">
6146+
<Val><![CDATA[Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name.]]></Val>
6147+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6148+
<Val><![CDATA[Il valore non è valido per 'jsxFragmentFactory'. '{0}' non è un identificatore o un nome qualificato valido.]]></Val>
6149+
</Tgt>
6150+
</Str>
6151+
<Disp Icon="Str" />
6152+
</Item>
61266153
<Item ItemId=";Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059" ItemType="0" PsrId="306" Leaf="true">
61276154
<Str Cat="Text">
61286155
<Val><![CDATA[Invalid value for '--reactNamespace'. '{0}' is not a valid identifier.]]></Val>
@@ -6366,24 +6393,6 @@
63666393
</Str>
63676394
<Disp Icon="Str" />
63686395
</Item>
6369-
<Item ItemId=";JSX_fragment_is_not_supported_when_using_an_inline_JSX_factory_pragma_17017" ItemType="0" PsrId="306" Leaf="true">
6370-
<Str Cat="Text">
6371-
<Val><![CDATA[JSX fragment is not supported when using an inline JSX factory pragma]]></Val>
6372-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6373-
<Val><![CDATA[Il frammento JSX non è supportato quando si usa una direttiva pragma factory JSX inline]]></Val>
6374-
</Tgt>
6375-
</Str>
6376-
<Disp Icon="Str" />
6377-
</Item>
6378-
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
6379-
<Str Cat="Text">
6380-
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
6381-
<Tgt Cat="Text" Stat="Loc" Orig="New">
6382-
<Val><![CDATA[Il frammento JSX non è supportato quando si usa --jsxFactory]]></Val>
6383-
</Tgt>
6384-
</Str>
6385-
<Disp Icon="Str" />
6386-
</Item>
63876396
<Item ItemId=";JSX_spread_child_must_be_an_array_type_2609" ItemType="0" PsrId="306" Leaf="true">
63886397
<Str Cat="Text">
63896398
<Val><![CDATA[JSX spread child must be an array type.]]></Val>
@@ -8703,6 +8712,15 @@
87038712
</Str>
87048713
<Disp Icon="Str" />
87058714
</Item>
8715+
<Item ItemId=";Referenced_project_0_may_not_disable_emit_6310" ItemType="0" PsrId="306" Leaf="true">
8716+
<Str Cat="Text">
8717+
<Val><![CDATA[Referenced project '{0}' may not disable emit.]]></Val>
8718+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8719+
<Val><![CDATA[Il progetto di riferimento '{0}' non può disabilitare la creazione.]]></Val>
8720+
</Tgt>
8721+
</Str>
8722+
<Disp Icon="Str" />
8723+
</Item>
87068724
<Item ItemId=";Referenced_project_0_must_have_setting_composite_Colon_true_6306" ItemType="0" PsrId="306" Leaf="true">
87078725
<Str Cat="Text">
87088726
<Val><![CDATA[Referenced project '{0}' must have setting "composite": true.]]></Val>
@@ -8784,6 +8802,15 @@
87848802
</Str>
87858803
<Disp Icon="Str" />
87868804
</Item>
8805+
<Item ItemId=";Remove_parentheses_95126" ItemType="0" PsrId="306" Leaf="true">
8806+
<Str Cat="Text">
8807+
<Val><![CDATA[Remove parentheses]]></Val>
8808+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8809+
<Val><![CDATA[Rimuovere le parentesi]]></Val>
8810+
</Tgt>
8811+
</Str>
8812+
<Disp Icon="Str" />
8813+
</Item>
87878814
<Item ItemId=";Remove_template_tag_90011" ItemType="0" PsrId="306" Leaf="true">
87888815
<Str Cat="Text">
87898816
<Val><![CDATA[Remove template tag]]></Val>
@@ -9606,6 +9633,15 @@
96069633
</Str>
96079634
<Disp Icon="Str" />
96089635
</Item>
9636+
<Item ItemId=";Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034" ItemType="0" PsrId="306" Leaf="true">
9637+
<Str Cat="Text">
9638+
<Val><![CDATA[Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'.]]></Val>
9639+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9640+
<Val><![CDATA[Specificare la funzione della factory di frammenti JSX da usare quando la destinazione è la creazione JSX 'react' quando è specificata l'opzione del compilatore 'jsxFactory', ad esempio 'Fragment'.]]></Val>
9641+
</Tgt>
9642+
</Str>
9643+
<Disp Icon="Str" />
9644+
</Item>
96099645
<Item ItemId=";Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060" ItemType="0" PsrId="306" Leaf="true">
96109646
<Str Cat="Text">
96119647
<Val><![CDATA[Specify the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix).]]></Val>
@@ -10161,6 +10197,15 @@
1016110197
</Str>
1016210198
<Disp Icon="Str" />
1016310199
</Item>
10200+
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
10201+
<Str Cat="Text">
10202+
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>
10203+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10204+
<Val><![CDATA[Per usare frammenti JSX con l'opzione del compilatore 'jsxFactory', è necessario specificare l'opzione del compilatore 'jsxFragmentFactory'.]]></Val>
10205+
</Tgt>
10206+
</Str>
10207+
<Disp Icon="Str" />
10208+
</Item>
1016410209
<Item ItemId=";The_last_overload_gave_the_following_error_2770" ItemType="0" PsrId="306" Leaf="true">
1016510210
<Str Cat="Text">
1016610211
<Val><![CDATA[The last overload gave the following error.]]></Val>
@@ -12330,6 +12375,15 @@
1233012375
</Str>
1233112376
<Disp Icon="Str" />
1233212377
</Item>
12378+
<Item ItemId=";_0_is_deprecated_6385" ItemType="0" PsrId="306" Leaf="true">
12379+
<Str Cat="Text">
12380+
<Val><![CDATA['{0}' is deprecated]]></Val>
12381+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12382+
<Val><![CDATA['{0}' è deprecato]]></Val>
12383+
</Tgt>
12384+
</Str>
12385+
<Disp Icon="Str" />
12386+
</Item>
1233312387
<Item ItemId=";_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012" ItemType="0" PsrId="306" Leaf="true">
1233412388
<Str Cat="Text">
1233512389
<Val><![CDATA['{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?]]></Val>

0 commit comments

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