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 e8ee4b0

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

3 files changed

+252-15Lines changed: 252 additions & 15 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
+84-3Lines changed: 84 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,15 @@
10171017
</Str>
10181018
<Disp Icon="Str" />
10191019
</Item>
1020+
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
1021+
<Str Cat="Text">
1022+
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
1023+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1024+
<Val><![CDATA[Keiner der Importe in der Importdeklaration wird verwendet.]]></Val>
1025+
</Tgt>
1026+
</Str>
1027+
<Disp Icon="Str" />
1028+
</Item>
10201029
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
10211030
<Str Cat="Text">
10221031
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -3546,6 +3555,15 @@
35463555
</Str>
35473556
<Disp Icon="Str" />
35483557
</Item>
3558+
<Item ItemId=";File_is_a_CommonJS_module_it_may_be_converted_to_an_ES6_module_80001" ItemType="0" PsrId="306" Leaf="true">
3559+
<Str Cat="Text">
3560+
<Val><![CDATA[File is a CommonJS module; it may be converted to an ES6 module.]]></Val>
3561+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3562+
<Val><![CDATA[Die Datei ist ein CommonJS-Modul, sie kann in ein ES6-Modul konvertiert werden.]]></Val>
3563+
</Tgt>
3564+
</Str>
3565+
<Disp Icon="Str" />
3566+
</Item>
35493567
<Item ItemId=";File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149" ItemType="0" PsrId="306" Leaf="true">
35503568
<Str Cat="Text">
35513569
<Val><![CDATA[File name '{0}' differs from already included file name '{1}' only in casing.]]></Val>
@@ -3984,6 +4002,15 @@
39844002
</Str>
39854003
<Disp Icon="Str" />
39864004
</Item>
4005+
<Item ItemId=";Import_may_be_converted_to_a_default_import_80003" ItemType="0" PsrId="306" Leaf="true">
4006+
<Str Cat="Text">
4007+
<Val><![CDATA[Import may be converted to a default import.]]></Val>
4008+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4009+
<Val><![CDATA[Der Import kann in einen Standardimport konvertiert werden.]]></Val>
4010+
</Tgt>
4011+
</Str>
4012+
<Disp Icon="Str" />
4013+
</Item>
39874014
<Item ItemId=";Import_name_cannot_be_0_2438" ItemType="0" PsrId="306" Leaf="true">
39884015
<Str Cat="Text">
39894016
<Val><![CDATA[Import name cannot be '{0}'.]]></Val>
@@ -4362,6 +4389,15 @@
43624389
</Str>
43634390
<Disp Icon="Str" />
43644391
</Item>
4392+
<Item ItemId=";JSDoc_types_may_be_moved_to_TypeScript_types_80004" ItemType="0" PsrId="306" Leaf="true">
4393+
<Str Cat="Text">
4394+
<Val><![CDATA[JSDoc types may be moved to TypeScript types.]]></Val>
4395+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4396+
<Val><![CDATA[JSDoc-Typen können in TypeScript-Typen verschoben werden.]]></Val>
4397+
</Tgt>
4398+
</Str>
4399+
<Disp Icon="Str" />
4400+
</Item>
43654401
<Item ItemId=";JSX_attribute_expected_17003" ItemType="0" PsrId="306" Leaf="true">
43664402
<Str Cat="Text">
43674403
<Val><![CDATA[JSX attribute expected.]]></Val>
@@ -4479,6 +4515,15 @@
44794515
</Str>
44804516
<Disp Icon="Str" />
44814517
</Item>
4518+
<Item ItemId=";JSX_fragment_is_not_supported_when_using_an_inline_JSX_factory_pragma_17017" ItemType="0" PsrId="306" Leaf="true">
4519+
<Str Cat="Text">
4520+
<Val><![CDATA[JSX fragment is not supported when using an inline JSX factory pragma]]></Val>
4521+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4522+
<Val><![CDATA[Ein JSX-Fragment wird bei Verwendung eines Inline-JSX-Factory-Pragmas nicht unterstützt.]]></Val>
4523+
</Tgt>
4524+
</Str>
4525+
<Disp Icon="Str" />
4526+
</Item>
44824527
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
44834528
<Str Cat="Text">
44844529
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
@@ -4770,6 +4815,15 @@
47704815
</Str>
47714816
<Disp Icon="Str" />
47724817
</Item>
4818+
<Item ItemId=";Module_0_has_no_exported_member_1_Did_you_mean_2_2724" ItemType="0" PsrId="306" Leaf="true">
4819+
<Str Cat="Text">
4820+
<Val><![CDATA[Module '{0}' has no exported member '{1}'. Did you mean '{2}'?]]></Val>
4821+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4822+
<Val><![CDATA[Das Modul "{0}" umfasst keinen exportierten Member "{1}". Meinten Sie "{2}"?]]></Val>
4823+
</Tgt>
4824+
</Str>
4825+
<Disp Icon="Str" />
4826+
</Item>
47734827
<Item ItemId=";Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437" ItemType="0" PsrId="306" Leaf="true">
47744828
<Str Cat="Text">
47754829
<Val><![CDATA[Module '{0}' is hidden by a local declaration with the same name.]]></Val>
@@ -6078,6 +6132,15 @@
60786132
</Str>
60796133
<Disp Icon="Str" />
60806134
</Item>
6135+
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
6136+
<Str Cat="Text">
6137+
<Val><![CDATA[Remove import from '{0}']]></Val>
6138+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6139+
<Val><![CDATA[Import aus "{0}" entfernen]]></Val>
6140+
</Tgt>
6141+
</Str>
6142+
<Disp Icon="Str" />
6143+
</Item>
60816144
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
60826145
<Str Cat="Text">
60836146
<Val><![CDATA[Replace import with '{0}'.]]></Val>
@@ -6141,11 +6204,11 @@
61416204
</Str>
61426205
<Disp Icon="Str" />
61436206
</Item>
6144-
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_6147" ItemType="0" PsrId="306" Leaf="true">
6207+
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_from_location_1_6147" ItemType="0" PsrId="306" Leaf="true">
61456208
<Str Cat="Text">
6146-
<Val><![CDATA[Resolution for module '{0}' was found in cache.]]></Val>
6209+
<Val><![CDATA[Resolution for module '{0}' was found in cache from location '{1}'.]]></Val>
61476210
<Tgt Cat="Text" Stat="Loc" Orig="New">
6148-
<Val><![CDATA[Die Auflösung für das Modul "{0}" wurde im Cache gefunden.]]></Val>
6211+
<Val><![CDATA[Die Auflösung für das Modul "{0}" wurde im Cache des Standorts "{1}" gefunden.]]></Val>
61496212
</Tgt>
61506213
</Str>
61516214
<Disp Icon="Str" />
@@ -7380,6 +7443,15 @@
73807443
</Str>
73817444
<Disp Icon="Str" />
73827445
</Item>
7446+
<Item ItemId=";This_constructor_function_may_be_converted_to_a_class_declaration_80002" ItemType="0" PsrId="306" Leaf="true">
7447+
<Str Cat="Text">
7448+
<Val><![CDATA[This constructor function may be converted to a class declaration.]]></Val>
7449+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7450+
<Val><![CDATA[Diese Konstruktorfunktion kann in eine Klassendeklaration konvertiert werden.]]></Val>
7451+
</Tgt>
7452+
</Str>
7453+
<Disp Icon="Str" />
7454+
</Item>
73837455
<Item ItemId=";This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354" ItemType="0" PsrId="306" Leaf="true">
73847456
<Str Cat="Text">
73857457
<Val><![CDATA[This syntax requires an imported helper but module '{0}' cannot be found.]]></Val>
@@ -8256,6 +8328,15 @@
82568328
</Str>
82578329
<Disp Icon="Str" />
82588330
</Item>
8331+
<Item ItemId=";Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191" ItemType="0" PsrId="306" Leaf="true">
8332+
<Str Cat="Text">
8333+
<Val><![CDATA[Whether to keep outdated console output in watch mode instead of clearing the screen.]]></Val>
8334+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8335+
<Val><![CDATA[Gibt an, ob eine veraltete Konsolenausgabe im Überwachungsmodus beibehalten wird, statt den Bildschirm zu löschen.]]></Val>
8336+
</Tgt>
8337+
</Str>
8338+
<Disp Icon="Str" />
8339+
</Item>
82598340
<Item ItemId=";You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001" ItemType="0" PsrId="306" Leaf="true">
82608341
<Str Cat="Text">
82618342
<Val><![CDATA[You cannot rename elements that are defined in the standard TypeScript library.]]></Val>
Collapse file

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

Copy file name to clipboardExpand all lines: src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl
+84-6Lines changed: 84 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,15 @@
10191019
</Str>
10201020
<Disp Icon="Str" />
10211021
</Item>
1022+
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
1023+
<Str Cat="Text">
1024+
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
1025+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1026+
<Val><![CDATA[Ни один из импортов в объявлении импорта не используется.]]></Val>
1027+
</Tgt>
1028+
</Str>
1029+
<Disp Icon="Str" />
1030+
</Item>
10221031
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
10231032
<Str Cat="Text">
10241033
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -3548,6 +3557,15 @@
35483557
</Str>
35493558
<Disp Icon="Str" />
35503559
</Item>
3560+
<Item ItemId=";File_is_a_CommonJS_module_it_may_be_converted_to_an_ES6_module_80001" ItemType="0" PsrId="306" Leaf="true">
3561+
<Str Cat="Text">
3562+
<Val><![CDATA[File is a CommonJS module; it may be converted to an ES6 module.]]></Val>
3563+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3564+
<Val><![CDATA[Файл является модулем CommonJS; его можно преобразовать в модуль ES6.]]></Val>
3565+
</Tgt>
3566+
</Str>
3567+
<Disp Icon="Str" />
3568+
</Item>
35513569
<Item ItemId=";File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149" ItemType="0" PsrId="306" Leaf="true">
35523570
<Str Cat="Text">
35533571
<Val><![CDATA[File name '{0}' differs from already included file name '{1}' only in casing.]]></Val>
@@ -3986,6 +4004,15 @@
39864004
</Str>
39874005
<Disp Icon="Str" />
39884006
</Item>
4007+
<Item ItemId=";Import_may_be_converted_to_a_default_import_80003" ItemType="0" PsrId="306" Leaf="true">
4008+
<Str Cat="Text">
4009+
<Val><![CDATA[Import may be converted to a default import.]]></Val>
4010+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4011+
<Val><![CDATA[Импорт можно преобразовать в импорт по умолчанию.]]></Val>
4012+
</Tgt>
4013+
</Str>
4014+
<Disp Icon="Str" />
4015+
</Item>
39894016
<Item ItemId=";Import_name_cannot_be_0_2438" ItemType="0" PsrId="306" Leaf="true">
39904017
<Str Cat="Text">
39914018
<Val><![CDATA[Import name cannot be '{0}'.]]></Val>
@@ -4364,6 +4391,15 @@
43644391
</Str>
43654392
<Disp Icon="Str" />
43664393
</Item>
4394+
<Item ItemId=";JSDoc_types_may_be_moved_to_TypeScript_types_80004" ItemType="0" PsrId="306" Leaf="true">
4395+
<Str Cat="Text">
4396+
<Val><![CDATA[JSDoc types may be moved to TypeScript types.]]></Val>
4397+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4398+
<Val><![CDATA[Типы JSDoc могут быть преобразованы в типы TypeScript.]]></Val>
4399+
</Tgt>
4400+
</Str>
4401+
<Disp Icon="Str" />
4402+
</Item>
43674403
<Item ItemId=";JSX_attribute_expected_17003" ItemType="0" PsrId="306" Leaf="true">
43684404
<Str Cat="Text">
43694405
<Val><![CDATA[JSX attribute expected.]]></Val>
@@ -4481,6 +4517,15 @@
44814517
</Str>
44824518
<Disp Icon="Str" />
44834519
</Item>
4520+
<Item ItemId=";JSX_fragment_is_not_supported_when_using_an_inline_JSX_factory_pragma_17017" ItemType="0" PsrId="306" Leaf="true">
4521+
<Str Cat="Text">
4522+
<Val><![CDATA[JSX fragment is not supported when using an inline JSX factory pragma]]></Val>
4523+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4524+
<Val><![CDATA[Фрагмент JSX не поддерживается при использовании встроенной директивы pragma фабрики JSX.]]></Val>
4525+
</Tgt>
4526+
</Str>
4527+
<Disp Icon="Str" />
4528+
</Item>
44844529
<Item ItemId=";JSX_fragment_is_not_supported_when_using_jsxFactory_17016" ItemType="0" PsrId="306" Leaf="true">
44854530
<Str Cat="Text">
44864531
<Val><![CDATA[JSX fragment is not supported when using --jsxFactory]]></Val>
@@ -4772,6 +4817,15 @@
47724817
</Str>
47734818
<Disp Icon="Str" />
47744819
</Item>
4820+
<Item ItemId=";Module_0_has_no_exported_member_1_Did_you_mean_2_2724" ItemType="0" PsrId="306" Leaf="true">
4821+
<Str Cat="Text">
4822+
<Val><![CDATA[Module '{0}' has no exported member '{1}'. Did you mean '{2}'?]]></Val>
4823+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4824+
<Val><![CDATA[В модуле "{0}" нет экспортированного элемента "{1}". Вы имели в виду "{2}"?]]></Val>
4825+
</Tgt>
4826+
</Str>
4827+
<Disp Icon="Str" />
4828+
</Item>
47754829
<Item ItemId=";Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437" ItemType="0" PsrId="306" Leaf="true">
47764830
<Str Cat="Text">
47774831
<Val><![CDATA[Module '{0}' is hidden by a local declaration with the same name.]]></Val>
@@ -6083,6 +6137,15 @@
60836137
</Str>
60846138
<Disp Icon="Str" />
60856139
</Item>
6140+
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
6141+
<Str Cat="Text">
6142+
<Val><![CDATA[Remove import from '{0}']]></Val>
6143+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6144+
<Val><![CDATA[Удалить импорт из "{0}"]]></Val>
6145+
</Tgt>
6146+
</Str>
6147+
<Disp Icon="Str" />
6148+
</Item>
60866149
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
60876150
<Str Cat="Text">
60886151
<Val><![CDATA[Replace import with '{0}'.]]></Val>
@@ -6146,15 +6209,12 @@
61466209
</Str>
61476210
<Disp Icon="Str" />
61486211
</Item>
6149-
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_6147" ItemType="0" PsrId="306" Leaf="true">
6212+
<Item ItemId=";Resolution_for_module_0_was_found_in_cache_from_location_1_6147" ItemType="0" PsrId="306" Leaf="true">
61506213
<Str Cat="Text">
6151-
<Val><![CDATA[Resolution for module '{0}' was found in cache.]]></Val>
6214+
<Val><![CDATA[Resolution for module '{0}' was found in cache from location '{1}'.]]></Val>
61526215
<Tgt Cat="Text" Stat="Loc" Orig="New">
6153-
<Val><![CDATA[Разрешение для модуля "{0}" найдено в кэше.]]></Val>
6216+
<Val><![CDATA[Разрешение для модуля "{0}" найдено в кэше из расположения "{1}".]]></Val>
61546217
</Tgt>
6155-
<Prev Cat="Text">
6156-
<Val><![CDATA[Resolution for module '{0}' was found in cache]]></Val>
6157-
</Prev>
61586218
</Str>
61596219
<Disp Icon="Str" />
61606220
</Item>
@@ -7388,6 +7448,15 @@
73887448
</Str>
73897449
<Disp Icon="Str" />
73907450
</Item>
7451+
<Item ItemId=";This_constructor_function_may_be_converted_to_a_class_declaration_80002" ItemType="0" PsrId="306" Leaf="true">
7452+
<Str Cat="Text">
7453+
<Val><![CDATA[This constructor function may be converted to a class declaration.]]></Val>
7454+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7455+
<Val><![CDATA[Эту функцию конструктора можно преобразовать в объявление класса.]]></Val>
7456+
</Tgt>
7457+
</Str>
7458+
<Disp Icon="Str" />
7459+
</Item>
73917460
<Item ItemId=";This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354" ItemType="0" PsrId="306" Leaf="true">
73927461
<Str Cat="Text">
73937462
<Val><![CDATA[This syntax requires an imported helper but module '{0}' cannot be found.]]></Val>
@@ -8264,6 +8333,15 @@
82648333
</Str>
82658334
<Disp Icon="Str" />
82668335
</Item>
8336+
<Item ItemId=";Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191" ItemType="0" PsrId="306" Leaf="true">
8337+
<Str Cat="Text">
8338+
<Val><![CDATA[Whether to keep outdated console output in watch mode instead of clearing the screen.]]></Val>
8339+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8340+
<Val><![CDATA[Сохранять ли устаревшие выходные данные консоли в режиме просмотра вместо очистки экрана.]]></Val>
8341+
</Tgt>
8342+
</Str>
8343+
<Disp Icon="Str" />
8344+
</Item>
82678345
<Item ItemId=";You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001" ItemType="0" PsrId="306" Leaf="true">
82688346
<Str Cat="Text">
82698347
<Val><![CDATA[You cannot rename elements that are defined in the standard TypeScript library.]]></Val>

0 commit comments

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