Skip to content

Commit 042b8ee

Browse files
authored
LEGO: Merge pull request 24944
LEGO: Merge pull request 24944
2 parents 2a15036 + b62bf19 commit 042b8ee

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,18 @@
479479
<Item ItemId=";A_non_dry_build_would_build_project_0_6357" ItemType="0" PsrId="306" Leaf="true">
480480
<Str Cat="Text">
481481
<Val><![CDATA[A non-dry build would build project '{0}']]></Val>
482+
<Tgt Cat="Text" Stat="Loc" Orig="New">
483+
<Val><![CDATA[Kompilacja inna niż DRY spowodowałaby skompilowanie projektu „{0}”]]></Val>
484+
</Tgt>
482485
</Str>
483486
<Disp Icon="Str" />
484487
</Item>
485488
<Item ItemId=";A_non_dry_build_would_delete_the_following_files_Colon_0_6356" ItemType="0" PsrId="306" Leaf="true">
486489
<Str Cat="Text">
487490
<Val><![CDATA[A non-dry build would delete the following files: {0}]]></Val>
491+
<Tgt Cat="Text" Stat="Loc" Orig="New">
492+
<Val><![CDATA[Kompilacja inna niż DRY spowodowałaby usunięcie następujących plików: {0}]]></Val>
493+
</Tgt>
488494
</Str>
489495
<Disp Icon="Str" />
490496
</Item>
@@ -1799,6 +1805,9 @@
17991805
<Item ItemId=";Building_project_0_6358" ItemType="0" PsrId="306" Leaf="true">
18001806
<Str Cat="Text">
18011807
<Val><![CDATA[Building project '{0}'...]]></Val>
1808+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1809+
<Val><![CDATA[Trwa kompilowanie projektu „{0}”...]]></Val>
1810+
</Tgt>
18021811
</Str>
18031812
<Disp Icon="Str" />
18041813
</Item>
@@ -6308,6 +6317,9 @@
63086317
<Item ItemId=";Project_0_is_up_to_date_because_newest_input_1_is_older_than_oldest_output_2_6351" ItemType="0" PsrId="306" Leaf="true">
63096318
<Str Cat="Text">
63106319
<Val><![CDATA[Project '{0}' is up to date because newest input '{1}' is older than oldest output '{2}']]></Val>
6320+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6321+
<Val><![CDATA[Projekt „{0}” jest aktualny, ponieważ najnowsze dane wejściowe „{1}” są starsze niż najstarsze dane wyjściowe „{2}”]]></Val>
6322+
</Tgt>
63116323
</Str>
63126324
<Disp Icon="Str" />
63136325
</Item>
@@ -7385,6 +7397,9 @@
73857397
<Item ItemId=";Show_what_would_be_built_or_deleted_if_specified_with_clean_6367" ItemType="0" PsrId="306" Leaf="true">
73867398
<Str Cat="Text">
73877399
<Val><![CDATA[Show what would be built (or deleted, if specified with '--clean')]]></Val>
7400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7401+
<Val><![CDATA[Pokaż, co zostanie skompilowane (lub usunięte, jeśli określono opcję „--clean”)]]></Val>
7402+
</Tgt>
73887403
</Str>
73897404
<Disp Icon="Str" />
73907405
</Item>
@@ -7418,6 +7433,9 @@
74187433
<Item ItemId=";Skipping_clean_because_not_all_projects_could_be_located_6371" ItemType="0" PsrId="306" Leaf="true">
74197434
<Str Cat="Text">
74207435
<Val><![CDATA[Skipping clean because not all projects could be located]]></Val>
7436+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7437+
<Val><![CDATA[Pomijanie czyszczenia, ponieważ nie można zlokalizować wszystkich projektów]]></Val>
7438+
</Tgt>
74217439
</Str>
74227440
<Disp Icon="Str" />
74237441
</Item>

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

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,18 @@
479479
<Item ItemId=";A_non_dry_build_would_build_project_0_6357" ItemType="0" PsrId="306" Leaf="true">
480480
<Str Cat="Text">
481481
<Val><![CDATA[A non-dry build would build project '{0}']]></Val>
482+
<Tgt Cat="Text" Stat="Loc" Orig="New">
483+
<Val><![CDATA[Um build não dry compilaria o projeto '{0}']]></Val>
484+
</Tgt>
482485
</Str>
483486
<Disp Icon="Str" />
484487
</Item>
485488
<Item ItemId=";A_non_dry_build_would_delete_the_following_files_Colon_0_6356" ItemType="0" PsrId="306" Leaf="true">
486489
<Str Cat="Text">
487490
<Val><![CDATA[A non-dry build would delete the following files: {0}]]></Val>
491+
<Tgt Cat="Text" Stat="Loc" Orig="New">
492+
<Val><![CDATA[Um build não dry excluiria os seguintes arquivos: {0}]]></Val>
493+
</Tgt>
488494
</Str>
489495
<Disp Icon="Str" />
490496
</Item>
@@ -950,6 +956,15 @@
950956
</Str>
951957
<Disp Icon="Str" />
952958
</Item>
959+
<Item ItemId=";Add_braces_to_arrow_function_95059" ItemType="0" PsrId="306" Leaf="true">
960+
<Str Cat="Text">
961+
<Val><![CDATA[Add braces to arrow function]]></Val>
962+
<Tgt Cat="Text" Stat="Loc" Orig="New">
963+
<Val><![CDATA[Adicionar chaves para a função de seta]]></Val>
964+
</Tgt>
965+
</Str>
966+
<Disp Icon="Str" />
967+
</Item>
953968
<Item ItemId=";Add_definite_assignment_assertion_to_property_0_95020" ItemType="0" PsrId="306" Leaf="true">
954969
<Str Cat="Text">
955970
<Val><![CDATA[Add definite assignment assertion to property '{0}']]></Val>
@@ -1022,6 +1037,15 @@
10221037
</Str>
10231038
<Disp Icon="Str" />
10241039
</Item>
1040+
<Item ItemId=";Add_or_remove_braces_in_an_arrow_function_95058" ItemType="0" PsrId="306" Leaf="true">
1041+
<Str Cat="Text">
1042+
<Val><![CDATA[Add or remove braces in an arrow function]]></Val>
1043+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1044+
<Val><![CDATA[Adicionar ou remover chaves em uma função de seta]]></Val>
1045+
</Tgt>
1046+
</Str>
1047+
<Disp Icon="Str" />
1048+
</Item>
10251049
<Item ItemId=";Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
10261050
<Str Cat="Text">
10271051
<Val><![CDATA[Add qualifier to all unresolved variables matching a member name]]></Val>
@@ -1766,18 +1790,27 @@
17661790
<Item ItemId=";Build_all_projects_including_those_that_appear_to_be_up_to_date_6368" ItemType="0" PsrId="306" Leaf="true">
17671791
<Str Cat="Text">
17681792
<Val><![CDATA[Build all projects, including those that appear to be up to date]]></Val>
1793+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1794+
<Val><![CDATA[Compilar todos os projetos, incluindo aqueles que parecem estar atualizados]]></Val>
1795+
</Tgt>
17691796
</Str>
17701797
<Disp Icon="Str" />
17711798
</Item>
17721799
<Item ItemId=";Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364" ItemType="0" PsrId="306" Leaf="true">
17731800
<Str Cat="Text">
17741801
<Val><![CDATA[Build one or more projects and their dependencies, if out of date]]></Val>
1802+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1803+
<Val><![CDATA[Compilar um ou mais projetos e suas dependências, se estiverem desatualizados]]></Val>
1804+
</Tgt>
17751805
</Str>
17761806
<Disp Icon="Str" />
17771807
</Item>
17781808
<Item ItemId=";Building_project_0_6358" ItemType="0" PsrId="306" Leaf="true">
17791809
<Str Cat="Text">
17801810
<Val><![CDATA[Building project '{0}'...]]></Val>
1811+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1812+
<Val><![CDATA[Compilando o projeto '{0}'...]]></Val>
1813+
</Tgt>
17811814
</Str>
17821815
<Disp Icon="Str" />
17831816
</Item>
@@ -2858,6 +2891,9 @@
28582891
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
28592892
<Str Cat="Text">
28602893
<Val><![CDATA[Delete the outputs of all projects]]></Val>
2894+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2895+
<Val><![CDATA[Excluir as saídas de todos os projetos]]></Val>
2896+
</Tgt>
28612897
</Str>
28622898
<Disp Icon="Str" />
28632899
</Item>
@@ -3320,6 +3356,9 @@
33203356
<Item ItemId=";Enable_verbose_logging_6366" ItemType="0" PsrId="306" Leaf="true">
33213357
<Str Cat="Text">
33223358
<Val><![CDATA[Enable verbose logging]]></Val>
3359+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3360+
<Val><![CDATA[Habilitar registro em log detalhado]]></Val>
3361+
</Tgt>
33233362
</Str>
33243363
<Disp Icon="Str" />
33253364
</Item>
@@ -5753,6 +5792,9 @@
57535792
<Item ItemId=";Option_build_must_be_the_first_command_line_argument_6369" ItemType="0" PsrId="306" Leaf="true">
57545793
<Str Cat="Text">
57555794
<Val><![CDATA[Option '--build' must be the first command line argument.]]></Val>
5795+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5796+
<Val><![CDATA[A opção '--build' precisa ser o primeiro argumento da linha de comando.]]></Val>
5797+
</Tgt>
57565798
</Str>
57575799
<Disp Icon="Str" />
57585800
</Item>
@@ -5795,6 +5837,9 @@
57955837
<Item ItemId=";Options_0_and_1_cannot_be_combined_6370" ItemType="0" PsrId="306" Leaf="true">
57965838
<Str Cat="Text">
57975839
<Val><![CDATA[Options '{0}' and '{1}' cannot be combined.]]></Val>
5840+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5841+
<Val><![CDATA[As opções '{0}' e '{1}' não podem ser combinadas.]]></Val>
5842+
</Tgt>
57985843
</Str>
57995844
<Disp Icon="Str" />
58005845
</Item>
@@ -6230,42 +6275,63 @@
62306275
<Item ItemId=";Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363" ItemType="0" PsrId="306" Leaf="true">
62316276
<Str Cat="Text">
62326277
<Val><![CDATA[Project '{0}' can't be built because its dependency '{1}' has errors]]></Val>
6278+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6279+
<Val><![CDATA[O projeto '{0}' não pode ser compilado porque sua dependência '{1}' tem erros]]></Val>
6280+
</Tgt>
62336281
</Str>
62346282
<Disp Icon="Str" />
62356283
</Item>
62366284
<Item ItemId=";Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353" ItemType="0" PsrId="306" Leaf="true">
62376285
<Str Cat="Text">
62386286
<Val><![CDATA[Project '{0}' is out of date because its dependency '{1}' is out of date]]></Val>
6287+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6288+
<Val><![CDATA[O projeto '{0}' está desatualizado porque sua dependência '{1}' está desatualizada]]></Val>
6289+
</Tgt>
62396290
</Str>
62406291
<Disp Icon="Str" />
62416292
</Item>
62426293
<Item ItemId=";Project_0_is_out_of_date_because_oldest_output_1_is_older_than_newest_input_2_6350" ItemType="0" PsrId="306" Leaf="true">
62436294
<Str Cat="Text">
62446295
<Val><![CDATA[Project '{0}' is out of date because oldest output '{1}' is older than newest input '{2}']]></Val>
6296+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6297+
<Val><![CDATA[O projeto '{0}' está desatualizado porque a saída mais antiga '{1}' é mais antiga que a entrada mais recente '{2}']]></Val>
6298+
</Tgt>
62456299
</Str>
62466300
<Disp Icon="Str" />
62476301
</Item>
62486302
<Item ItemId=";Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352" ItemType="0" PsrId="306" Leaf="true">
62496303
<Str Cat="Text">
62506304
<Val><![CDATA[Project '{0}' is out of date because output file '{1}' does not exist]]></Val>
6305+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6306+
<Val><![CDATA[O projeto '{0}' está desatualizado porque o arquivo de saída '{1}' não existe]]></Val>
6307+
</Tgt>
62516308
</Str>
62526309
<Disp Icon="Str" />
62536310
</Item>
62546311
<Item ItemId=";Project_0_is_up_to_date_6361" ItemType="0" PsrId="306" Leaf="true">
62556312
<Str Cat="Text">
62566313
<Val><![CDATA[Project '{0}' is up to date]]></Val>
6314+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6315+
<Val><![CDATA[O projeto '{0}' está atualizado]]></Val>
6316+
</Tgt>
62576317
</Str>
62586318
<Disp Icon="Str" />
62596319
</Item>
62606320
<Item ItemId=";Project_0_is_up_to_date_because_newest_input_1_is_older_than_oldest_output_2_6351" ItemType="0" PsrId="306" Leaf="true">
62616321
<Str Cat="Text">
62626322
<Val><![CDATA[Project '{0}' is up to date because newest input '{1}' is older than oldest output '{2}']]></Val>
6323+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6324+
<Val><![CDATA[O projeto '{0}' está atualizado porque a entrada mais recente '{1}' é mais antiga que a saída mais antiga '{2}']]></Val>
6325+
</Tgt>
62636326
</Str>
62646327
<Disp Icon="Str" />
62656328
</Item>
62666329
<Item ItemId=";Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354" ItemType="0" PsrId="306" Leaf="true">
62676330
<Str Cat="Text">
62686331
<Val><![CDATA[Project '{0}' is up to date with .d.ts files from its dependencies]]></Val>
6332+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6333+
<Val><![CDATA[O projeto '{0}' está atualizado com os arquivos .d.ts de suas dependências]]></Val>
6334+
</Tgt>
62696335
</Str>
62706336
<Disp Icon="Str" />
62716337
</Item>
@@ -6281,6 +6347,9 @@
62816347
<Item ItemId=";Projects_in_this_build_Colon_0_6355" ItemType="0" PsrId="306" Leaf="true">
62826348
<Str Cat="Text">
62836349
<Val><![CDATA[Projects in this build: {0}]]></Val>
6350+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6351+
<Val><![CDATA[Projetos neste build: {0}]]></Val>
6352+
</Tgt>
62846353
</Str>
62856354
<Disp Icon="Str" />
62866355
</Item>
@@ -6746,6 +6815,15 @@
67466815
</Str>
67476816
<Disp Icon="Str" />
67486817
</Item>
6818+
<Item ItemId=";Remove_braces_from_arrow_function_95060" ItemType="0" PsrId="306" Leaf="true">
6819+
<Str Cat="Text">
6820+
<Val><![CDATA[Remove braces from arrow function]]></Val>
6821+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6822+
<Val><![CDATA[Remover chaves da função de seta]]></Val>
6823+
</Tgt>
6824+
</Str>
6825+
<Disp Icon="Str" />
6826+
</Item>
67496827
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
67506828
<Str Cat="Text">
67516829
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -7322,6 +7400,9 @@
73227400
<Item ItemId=";Show_what_would_be_built_or_deleted_if_specified_with_clean_6367" ItemType="0" PsrId="306" Leaf="true">
73237401
<Str Cat="Text">
73247402
<Val><![CDATA[Show what would be built (or deleted, if specified with '--clean')]]></Val>
7403+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7404+
<Val><![CDATA[Mostrar o que seria compilado (ou excluído, se especificado com '--clean')]]></Val>
7405+
</Tgt>
73257406
</Str>
73267407
<Disp Icon="Str" />
73277408
</Item>
@@ -7346,12 +7427,18 @@
73467427
<Item ItemId=";Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362" ItemType="0" PsrId="306" Leaf="true">
73477428
<Str Cat="Text">
73487429
<Val><![CDATA[Skipping build of project '{0}' because its dependency '{1}' has errors]]></Val>
7430+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7431+
<Val><![CDATA[Ignorando build do projeto '{0}' porque sua dependência '{1}' tem erros]]></Val>
7432+
</Tgt>
73497433
</Str>
73507434
<Disp Icon="Str" />
73517435
</Item>
73527436
<Item ItemId=";Skipping_clean_because_not_all_projects_could_be_located_6371" ItemType="0" PsrId="306" Leaf="true">
73537437
<Str Cat="Text">
73547438
<Val><![CDATA[Skipping clean because not all projects could be located]]></Val>
7439+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7440+
<Val><![CDATA[Ignorando a limpeza porque nem todos os projetos foram localizados]]></Val>
7441+
</Tgt>
73557442
</Str>
73567443
<Disp Icon="Str" />
73577444
</Item>
@@ -8966,6 +9053,9 @@
89669053
<Item ItemId=";Updating_output_timestamps_of_project_0_6359" ItemType="0" PsrId="306" Leaf="true">
89679054
<Str Cat="Text">
89689055
<Val><![CDATA[Updating output timestamps of project '{0}'...]]></Val>
9056+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9057+
<Val><![CDATA[Atualizando os carimbos de data/hora de saída do projeto '{0}'...]]></Val>
9058+
</Tgt>
89699059
</Str>
89709060
<Disp Icon="Str" />
89719061
</Item>
@@ -9521,6 +9611,9 @@
95219611
<Item ItemId=";delete_this_Project_0_is_up_to_date_because_it_was_previously_built_6360" ItemType="0" PsrId="306" Leaf="true">
95229612
<Str Cat="Text">
95239613
<Val><![CDATA[delete this - Project '{0}' is up to date because it was previously built]]></Val>
9614+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9615+
<Val><![CDATA[excluir isto – o Projeto '{0}' está atualizado porque ele já foi compilado]]></Val>
9616+
</Tgt>
95249617
</Str>
95259618
<Disp Icon="Str" />
95269619
</Item>

0 commit comments

Comments
 (0)