-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathCliCommandStrings.ru.xlf
3845 lines (3821 loc) · 202 KB
/
CliCommandStrings.ru.xlf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../CliCommandStrings.resx">
<body>
<trans-unit id="Aborted">
<source>Aborted</source>
<target state="new">Aborted</target>
<note />
</trans-unit>
<trans-unit id="ActiveTestsRunning_FullTestsCount">
<source>{0} tests running</source>
<target state="new">{0} tests running</target>
<note />
</trans-unit>
<trans-unit id="ActiveTestsRunning_MoreTestsCount">
<source>and {0} more</source>
<target state="new">and {0} more</target>
<note />
</trans-unit>
<trans-unit id="Actual">
<source>Actual</source>
<target state="new">Actual</target>
<note />
</trans-unit>
<trans-unit id="AdManifestOnlyOptionDescription">
<source>Only update advertising manifests.</source>
<target state="new">Only update advertising manifests.</target>
<note />
</trans-unit>
<trans-unit id="AdManifestPackageDoesNotExist">
<source>Advertising manifest not updated. Manifest package for {0} doesn't exist.</source>
<target state="new">Advertising manifest not updated. Manifest package for {0} doesn't exist.</target>
<note />
</trans-unit>
<trans-unit id="AdManifestUpdated">
<source>Updated advertising manifest {0}.</source>
<target state="new">Updated advertising manifest {0}.</target>
<note />
</trans-unit>
<trans-unit id="AddAppFullName">
<source>Add one or more projects to a solution file.</source>
<target state="new">Add one or more projects to a solution file.</target>
<note />
</trans-unit>
<trans-unit id="AddProjectPathArgumentDescription">
<source>The paths to the projects to add to the solution.</source>
<target state="new">The paths to the projects to add to the solution.</target>
<note />
</trans-unit>
<trans-unit id="AddProjectPathArgumentName">
<source>PROJECT_PATH</source>
<target state="new">PROJECT_PATH</target>
<note />
</trans-unit>
<trans-unit id="AddProjectSolutionFolderArgumentDescription">
<source>The destination solution folder path to add the projects to.</source>
<target state="new">The destination solution folder path to add the projects to.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalDeps">
<source>Path to additional deps.json file.</source>
<target state="new">Path to additional deps.json file.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalProbingPathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
<target state="new">Path containing probing policy and assemblies to probe for.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalTools">
<source>Additional commands from bundled tools:</source>
<target state="new">Additional commands from bundled tools:</target>
<note />
</trans-unit>
<trans-unit id="AllowPackageDowngradeOptionDescription">
<source>Allow package downgrade when installing a .NET tool package.</source>
<target state="new">Allow package downgrade when installing a .NET tool package.</target>
<note />
</trans-unit>
<trans-unit id="Authors">
<source>Authors</source>
<target state="new">Authors</target>
<note>Table lable</note>
</trans-unit>
<trans-unit id="BuildAppFullName">
<source>.NET Builder</source>
<target state="new">.NET Builder</target>
<note />
</trans-unit>
<trans-unit id="BuildCmdNoLogo">
<source>Do not display the startup banner or the copyright message.</source>
<target state="new">Do not display the startup banner or the copyright message.</target>
<note />
</trans-unit>
<trans-unit id="BuildConfigurationOptionDescription">
<source>The configuration to use for building the project. The default for most projects is 'Debug'.</source>
<target state="new">The configuration to use for building the project. The default for most projects is 'Debug'.</target>
<note />
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Build a .NET project.</source>
<target state="new">Build a .NET project.</target>
<note />
</trans-unit>
<trans-unit id="BuildFrameworkOptionDescription">
<source>The target framework to build for. The target framework must also be specified in the project file.</source>
<target state="new">The target framework to build for. The target framework must also be specified in the project file.</target>
<note />
</trans-unit>
<trans-unit id="BuildOutputOptionDescription">
<source>The output directory to place built artifacts in.</source>
<target state="new">The output directory to place built artifacts in.</target>
<note />
</trans-unit>
<trans-unit id="BuildRuntimeOptionDescription">
<source>The target runtime to build for.</source>
<target state="new">The target runtime to build for.</target>
<note />
</trans-unit>
<trans-unit id="BuildServerCommandDescription">
<source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target>
<note />
</trans-unit>
<trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target>
<note />
</trans-unit>
<trans-unit id="BuildServerShutdownCommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target>
<note />
</trans-unit>
<trans-unit id="BundleUpToDateMessage">
<source>Up to date.</source>
<target state="new">Up to date.</target>
<note />
</trans-unit>
<trans-unit id="CacheMissingPackage">
<source>Package {0} version {1} doesn't exist in offline cache {2}.</source>
<target state="new">Package {0} version {1} doesn't exist in offline cache {2}.</target>
<note />
</trans-unit>
<trans-unit id="CancelledLowercase">
<source>canceled</source>
<target state="new">canceled</target>
<note />
</trans-unit>
<trans-unit id="CancellingTestSession">
<source>Canceling the test session...</source>
<target state="new">Canceling the test session...</target>
<note />
</trans-unit>
<trans-unit id="CannotAnalyzeVSWorkloadBand">
<source>Workloads managed by Visual Studio must be uninstalled using the Visual Studio Installer. For the version of Visual Studio managing the SDK '{0}', we could not display workloads to uninstall. This is likely because '{0}' uses a different dotnet root path or custom user profile directory from the current running SDK.
Paths searched: '{1}', '{2}'.</source>
<target state="new">Workloads managed by Visual Studio must be uninstalled using the Visual Studio Installer. For the version of Visual Studio managing the SDK '{0}', we could not display workloads to uninstall. This is likely because '{0}' uses a different dotnet root path or custom user profile directory from the current running SDK.
Paths searched: '{1}', '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotCombineOptions">
<source>Cannot use the {0} and {1} options together.</source>
<target state="new">Cannot use the {0} and {1} options together.</target>
<note />
</trans-unit>
<trans-unit id="CannotCombineSearchStringAndVersion">
<source>Cannot specify both the {0} and {1} arguments.</source>
<target state="new">Cannot specify both the {0} and {1} arguments.</target>
<note />
</trans-unit>
<trans-unit id="CannotCombineSkipManifestAndRollback">
<source>Cannot use the {0} and {1} options together. If installing from a rollback file, remove {0}. Otherwise, remove {1}</source>
<target state="new">Cannot use the {0} and {1} options together. If installing from a rollback file, remove {0}. Otherwise, remove {1}</target>
<note />
</trans-unit>
<trans-unit id="CannotCombineSkipManifestAndVersion">
<source>Cannot use the {0} and {1} options together. Remove one of the options.</source>
<target state="new">Cannot use the {0} and {1} options together. Remove one of the options.</target>
<note />
</trans-unit>
<trans-unit id="CannotConvertDirective">
<source>Some directives cannot be converted: the first error is at {0}. Run the file to see all compilation errors. Specify '--force' to convert anyway.</source>
<target state="new">Some directives cannot be converted: the first error is at {0}. Run the file to see all compilation errors. Specify '--force' to convert anyway.</target>
<note>{Locked="--force"}. {0} is the file path and line number.</note>
</trans-unit>
<trans-unit id="CannotFindCommandName">
<source>Cannot find a tool in the manifest file that has a command named '{0}'.</source>
<target state="new">Cannot find a tool in the manifest file that has a command named '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="CannotMigrateSlnx">
<source>Only .sln files can be migrated to .slnx format.</source>
<target state="new">Only .sln files can be migrated to .slnx format.</target>
<note />
</trans-unit>
<trans-unit id="CannotSpecifyVersionAndWorkloadIdsByComponent">
<source>Cannot specify a workload version using the --version option while also specifying versions to install using workload@version syntax.</source>
<target state="new">Cannot specify a workload version using the --version option while also specifying versions to install using workload@version syntax.</target>
<note>{Locked="--version"}</note>
</trans-unit>
<trans-unit id="CannotSpecifyVersionOnCommandLineAndInGlobalJson">
<source>Cannot specify a particular workload version on the command line via --version or --from-history when there is already a version specified in global.json file {0}. To update the globally installed workload version, run the command outside of the path containing that global.json file or update the version specified in the global.json file and run "dotnet workload update."</source>
<target state="new">Cannot specify a particular workload version on the command line via --version or --from-history when there is already a version specified in global.json file {0}. To update the globally installed workload version, run the command outside of the path containing that global.json file or update the version specified in the global.json file and run "dotnet workload update."</target>
<note />
</trans-unit>
<trans-unit id="CannotUseSkipManifestWithGlobalJsonWorkloadVersion">
<source>Cannot use the {0} option when workload version is specified in global.json. Remove the {0} option, or remove the 'workloadVersion' element from {1}.</source>
<target state="new">Cannot use the {0} option when workload version is specified in global.json. Remove the {0} option, or remove the 'workloadVersion' element from {1}.</target>
<note>{Locked="workloadVersion"} Locked={"global.json"}</note>
</trans-unit>
<trans-unit id="CapabilityExpressionEvaluator_Exception_InvalidExpression">
<source>Invalid expression, position: {0}.</source>
<target state="new">Invalid expression, position: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CheckForUpdatedWorkloadManifests">
<source>Checking for updated workload version.</source>
<target state="new">Checking for updated workload version.</target>
<note />
</trans-unit>
<trans-unit id="CleanAllOptionDescription">
<source>Causes clean to remove and uninstall all workload components from all SDK versions.</source>
<target state="new">Causes clean to remove and uninstall all workload components from all SDK versions.</target>
<note />
</trans-unit>
<trans-unit id="CleanAppFullName">
<source>.NET Clean Command</source>
<target state="new">.NET Clean Command</target>
<note />
</trans-unit>
<trans-unit id="CleanCmdNoLogo">
<source>Do not display the startup banner or the copyright message.</source>
<target state="new">Do not display the startup banner or the copyright message.</target>
<note />
</trans-unit>
<trans-unit id="CleanCmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="new">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CleanCmdOutputDirDescription">
<source>The directory containing the build artifacts to clean.</source>
<target state="new">The directory containing the build artifacts to clean.</target>
<note />
</trans-unit>
<trans-unit id="CleanConfigurationOptionDescription">
<source>The configuration to clean for. The default for most projects is 'Debug'.</source>
<target state="new">The configuration to clean for. The default for most projects is 'Debug'.</target>
<note />
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build outputs of a .NET project.</source>
<target state="new">Clean build outputs of a .NET project.</target>
<note />
</trans-unit>
<trans-unit id="CleanFrameworkOptionDescription">
<source>The target framework to clean for. The target framework must also be specified in the project file.</source>
<target state="new">The target framework to clean for. The target framework must also be specified in the project file.</target>
<note />
</trans-unit>
<trans-unit id="CleanRuntimeOptionDescription">
<source>The target runtime to clean for.</source>
<target state="new">The target runtime to clean for.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameCrashCollectAlwaysDescription">
<source>Enables collecting crash dump on expected as well as unexpected testhost exit.</source>
<target state="new">Enables collecting crash dump on expected as well as unexpected testhost exit.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameCrashDescription">
<source>Runs the tests in blame mode and collects a crash dump when the test host exits unexpectedly. This option depends on the version of .NET used, the type of error, and the operating system.
For exceptions in managed code, a dump will be automatically collected on .NET 5.0 and later versions. It will generate a dump for testhost or any child process that also ran on .NET 5.0 and crashed. Crashes in native code will not generate a dump. This option works on Windows, macOS, and Linux.
Crash dumps in native code, or when targetting .NET Framework, or .NET Core 3.1 and earlier versions, can only be collected on Windows, by using Procdump. A directory that contains procdump.exe and procdump64.exe must be in the PATH or PROCDUMP_PATH environment variable.
The tools can be downloaded here: https://docs.microsoft.com/sysinternals/downloads/procdump
To collect a crash dump from a native application running on .NET 5.0 or later, the usage of Procdump can be forced by setting the VSTEST_DUMP_FORCEPROCDUMP environment variable to 1.
Implies --blame.</source>
<target state="new">Runs the tests in blame mode and collects a crash dump when the test host exits unexpectedly. This option depends on the version of .NET used, the type of error, and the operating system.
For exceptions in managed code, a dump will be automatically collected on .NET 5.0 and later versions. It will generate a dump for testhost or any child process that also ran on .NET 5.0 and crashed. Crashes in native code will not generate a dump. This option works on Windows, macOS, and Linux.
Crash dumps in native code, or when targetting .NET Framework, or .NET Core 3.1 and earlier versions, can only be collected on Windows, by using Procdump. A directory that contains procdump.exe and procdump64.exe must be in the PATH or PROCDUMP_PATH environment variable.
The tools can be downloaded here: https://docs.microsoft.com/sysinternals/downloads/procdump
To collect a crash dump from a native application running on .NET 5.0 or later, the usage of Procdump can be forced by setting the VSTEST_DUMP_FORCEPROCDUMP environment variable to 1.
Implies --blame.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameCrashDumpTypeDescription">
<source>The type of crash dump to be collected. Supported values are full (default) and mini. Implies --blame-crash.</source>
<target state="new">The type of crash dump to be collected. Supported values are full (default) and mini. Implies --blame-crash.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the tests in blame mode. This option is helpful in isolating problematic tests that cause the test host to crash or hang, but it does not create a memory dump by default.
When a crash is detected, it creates an sequence file in TestResults/guid/guid_Sequence.xml that captures the order of tests that were run before the crash.
Based on the additional settings, hang dump or crash dump can also be collected.
Example:
Timeout the test run when test takes more than the default timeout of 1 hour, and collect crash dump when the test host exits unexpectedly.
(Crash dumps require additional setup, see below.)
dotnet test --blame-hang --blame-crash
Example:
Timeout the test run when a test takes more than 20 minutes and collect hang dump.
dotnet test --blame-hang-timeout 20min
</source>
<target state="new">Runs the tests in blame mode. This option is helpful in isolating problematic tests that cause the test host to crash or hang, but it does not create a memory dump by default.
When a crash is detected, it creates an sequence file in TestResults/guid/guid_Sequence.xml that captures the order of tests that were run before the crash.
Based on the additional settings, hang dump or crash dump can also be collected.
Example:
Timeout the test run when test takes more than the default timeout of 1 hour, and collect crash dump when the test host exits unexpectedly.
(Crash dumps require additional setup, see below.)
dotnet test --blame-hang --blame-crash
Example:
Timeout the test run when a test takes more than 20 minutes and collect hang dump.
dotnet test --blame-hang-timeout 20min
</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameHangDescription">
<source>Run the tests in blame mode and enables collecting hang dump when test exceeds the given timeout.</source>
<target state="new">Run the tests in blame mode and enables collecting hang dump when test exceeds the given timeout.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameHangDumpTypeDescription">
<source>The type of crash dump to be collected. The supported values are full (default), mini, and none. When 'none' is used then test host is terminated on timeout, but no dump is collected. Implies --blame-hang.</source>
<target state="new">The type of crash dump to be collected. The supported values are full (default), mini, and none. When 'none' is used then test host is terminated on timeout, but no dump is collected. Implies --blame-hang.</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameHangTimeoutDescription">
<source>Per-test timeout, after which hang dump is triggered and the testhost process is terminated. Default is 1h.
The timeout value is specified in the following format: 1.5h / 90m / 5400s / 5400000ms. When no unit is used (e.g. 5400000), the value is assumed to be in milliseconds.
When used together with data driven tests, the timeout behavior depends on the test adapter used. For xUnit, NUnit and MSTest 2.2.4+ the timeout is renewed after every test case,
For MSTest before 2.2.4, the timeout is used for all testcases.</source>
<target state="new">Per-test timeout, after which hang dump is triggered and the testhost process is terminated. Default is 1h.
The timeout value is specified in the following format: 1.5h / 90m / 5400s / 5400000ms. When no unit is used (e.g. 5400000), the value is assumed to be in milliseconds.
When used together with data driven tests, the timeout behavior depends on the test adapter used. For xUnit, NUnit and MSTest 2.2.4+ the timeout is renewed after every test case,
For MSTest before 2.2.4, the timeout is used for all testcases.</target>
<note />
</trans-unit>
<trans-unit id="CmdConfig">
<source>CONFIG_FILE</source>
<target state="new">CONFIG_FILE</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigDescription">
<source>The path to the NuGet config file to use. Requires the '--outdated', '--deprecated' or '--vulnerable' option.</source>
<target state="new">The path to the NuGet config file to use. Requires the '--outdated', '--deprecated' or '--vulnerable' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigFileOption">
<source>FILE</source>
<target state="new">FILE</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigFileOptionDescription">
<source>The NuGet configuration file to use.</source>
<target state="new">The NuGet configuration file to use.</target>
<note />
</trans-unit>
<trans-unit id="CmdCurrentRuntimeOptionDescription">
<source>Use current runtime as the target runtime.</source>
<target state="new">Use current runtime as the target runtime.</target>
<note />
</trans-unit>
<trans-unit id="CmdDGFileException">
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="new">Unable to create dependency graph file for project '{0}'. Cannot add package reference.</target>
<note />
</trans-unit>
<trans-unit id="CmdDGFileIOException">
<source>Unable to generate a temporary file for project '{0}'. Cannot add package reference. Clear the temp directory and try again.</source>
<target state="new">Unable to generate a temporary file for project '{0}'. Cannot add package reference. Clear the temp directory and try again.</target>
<note />
</trans-unit>
<trans-unit id="CmdDeprecatedDescription">
<source>Lists packages that have been deprecated. Cannot be combined with '--vulnerable' or '--outdated' options.</source>
<target state="new">Lists packages that have been deprecated. Cannot be combined with '--vulnerable' or '--outdated' options.</target>
<note />
</trans-unit>
<trans-unit id="CmdDirectoryDescription">
<source>Defines the path of directory to run. If not specified, it defaults to the current directory.</source>
<target state="new">Defines the path of directory to run. If not specified, it defaults to the current directory.</target>
<note />
</trans-unit>
<trans-unit id="CmdDirectoryPathName">
<source>DIRECTORY_PATH</source>
<target state="new">DIRECTORY_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdDisableParallelOptionDescription">
<source>Prevent restoring multiple projects in parallel.</source>
<target state="new">Prevent restoring multiple projects in parallel.</target>
<note />
</trans-unit>
<trans-unit id="CmdExpressionName">
<source>EXPRESSION</source>
<target state="new">EXPRESSION</target>
<note />
</trans-unit>
<trans-unit id="CmdFileDescription">
<source>Path to the file-based program.</source>
<target state="new">Path to the file-based program.</target>
<note />
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Force all dependencies to be resolved even if the last restore was successful.
This is equivalent to deleting project.assets.json.</source>
<target state="new">Force all dependencies to be resolved even if the last restore was successful.
This is equivalent to deleting project.assets.json.</target>
<note />
</trans-unit>
<trans-unit id="CmdFormatDescription">
<source>Specifies the output format type for the list packages command.</source>
<target state="new">Specifies the output format type for the list packages command.</target>
<note />
</trans-unit>
<trans-unit id="CmdHelpUsageTitle">
<source>Usage:</source>
<target state="new">Usage:</target>
<note />
</trans-unit>
<trans-unit id="CmdHighestMinorDescription">
<source>Consider only the packages with a matching major version number when searching for newer packages. Requires the '--outdated' option.</source>
<target state="new">Consider only the packages with a matching major version number when searching for newer packages. Requires the '--outdated' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdHighestPatchDescription">
<source>Consider only the packages with a matching major and minor version numbers when searching for newer packages. Requires the '--outdated' option.</source>
<target state="new">Consider only the packages with a matching major and minor version numbers when searching for newer packages. Requires the '--outdated' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdIgnoreFailedSourcesOptionDescription">
<source>Treat package source failures as warnings.</source>
<target state="new">Treat package source failures as warnings.</target>
<note />
</trans-unit>
<trans-unit id="CmdIncludeSourceDescription">
<source>Include PDBs and source files. Source files go into the 'src' folder in the resulting nuget package.</source>
<target state="new">Include PDBs and source files. Source files go into the 'src' folder in the resulting nuget package.</target>
<note />
</trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription">
<source>Include packages with symbols in addition to regular packages in output directory.</source>
<target state="new">Include packages with symbols in addition to regular packages in output directory.</target>
<note />
</trans-unit>
<trans-unit id="CmdInvalidProjectFileExtensionErrorDescription">
<source>The provided project file has an invalid extension: {0}.</source>
<target state="new">The provided project file has an invalid extension: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdInvalidSolutionFileExtensionErrorDescription">
<source>The provided solution file has an invalid extension: {0}.</source>
<target state="new">The provided solution file has an invalid extension: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdListTestsDescription">
<source>List the discovered tests instead of running the tests.</source>
<target state="new">List the discovered tests instead of running the tests.</target>
<note />
</trans-unit>
<trans-unit id="CmdLockFilePathOption">
<source>LOCK_FILE_PATH</source>
<target state="new">LOCK_FILE_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdLockFilePathOptionDescription">
<source>Output location where project lock file is written. By default, this is 'PROJECT_ROOT\packages.lock.json'.</source>
<target state="new">Output location where project lock file is written. By default, this is 'PROJECT_ROOT\packages.lock.json'.</target>
<note />
</trans-unit>
<trans-unit id="CmdLockedModeOptionDescription">
<source>Don't allow updating project lock file.</source>
<target state="new">Don't allow updating project lock file.</target>
<note />
</trans-unit>
<trans-unit id="CmdLoggerDescription">
<source>The logger to use for test results.
Examples:
Log in trx format using a unique file name: --logger trx
Log in trx format using the specified file name: --logger "trx;LogFileName=<TestResults.trx>"
See https://aka.ms/vstest-report for more information on logger arguments.</source>
<target state="new">The logger to use for test results.
Examples:
Log in trx format using a unique file name: --logger trx
Log in trx format using the specified file name: --logger "trx;LogFileName=<TestResults.trx>"
See https://aka.ms/vstest-report for more information on logger arguments.</target>
<note />
</trans-unit>
<trans-unit id="CmdLoggerOption">
<source>LOGGER</source>
<target state="new">LOGGER</target>
<note />
</trans-unit>
<trans-unit id="CmdMSBuildProjectsPropertiesErrorDescription">
<source>Get projects properties with MSBuild didn't execute properly with exit code: {0}.</source>
<target state="new">Get projects properties with MSBuild didn't execute properly with exit code: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdMaxParallelTestModulesDescription">
<source>The max number of test modules that can run in parallel.</source>
<target state="new">The max number of test modules that can run in parallel.</target>
<note />
</trans-unit>
<trans-unit id="CmdMultipleBuildPathOptionsErrorDescription">
<source>Specify either the project, solution, directory, or test modules option.</source>
<target state="new">Specify either the project, solution, directory, or test modules option.</target>
<note />
</trans-unit>
<trans-unit id="CmdMultipleProjectOrSolutionFilesErrorDescription">
<source>Specify which project or solution file to use because this folder contains more than one project or solution file.</source>
<target state="new">Specify which project or solution file to use because this folder contains more than one project or solution file.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoAnsiDescription">
<source>Disable ANSI output.</source>
<target state="new">Disable ANSI output.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoBuildDescription">
<source>Do not build the project before testing. Implies --no-restore.</source>
<target state="new">Do not build the project before testing. Implies --no-restore.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source>
<target state="new">Do not build the project before packing. Implies --no-restore.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoCacheOptionDescription">
<source>Do not cache packages and http requests.</source>
<target state="new">Do not cache packages and http requests.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoDependenciesOptionDescription">
<source>Do not restore project-to-project references and only restore the specified project.</source>
<target state="new">Do not restore project-to-project references and only restore the specified project.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoHttpCacheOptionDescription">
<source>Disable Http Caching for packages.</source>
<target state="new">Disable Http Caching for packages.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoProgressDescription">
<source>Disable progress reporting.</source>
<target state="new">Disable progress reporting.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoProjectOrSolutionFileErrorDescription">
<source>Specify a project or solution file. The current working directory does not contain a project or solution file.</source>
<target state="new">Specify a project or solution file. The current working directory does not contain a project or solution file.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Do not restore before running the command.</source>
<target state="new">Do not restore before running the command.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoTestModulesErrorDescription">
<source>No test modules found for the given test module pattern: {0} with root directory: {1}</source>
<target state="new">No test modules found for the given test module pattern: {0} with root directory: {1}</target>
<note />
</trans-unit>
<trans-unit id="CmdNonExistentDirectoryErrorDescription">
<source>The provided directory path does not exist: {0}.</source>
<target state="new">The provided directory path does not exist: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdNonExistentFileErrorDescription">
<source>The provided file path does not exist: {0}.</source>
<target state="new">The provided file path does not exist: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdNonExistentRootDirectoryErrorDescription">
<source>The provided root directory does not exist: {0}.</source>
<target state="new">The provided root directory does not exist: {0}.</target>
<note />
</trans-unit>
<trans-unit id="CmdNumberName">
<source>NUMBER</source>
<target state="new">NUMBER</target>
<note />
</trans-unit>
<trans-unit id="CmdOptionCannotBeUsedWithTestModulesDescription">
<source>The options architecture, configuration, framework, operating system, and runtime cannot be used with '--test-modules' option.</source>
<target state="new">The options architecture, configuration, framework, operating system, and runtime cannot be used with '--test-modules' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdOptionForceDescription">
<source>Force conversion even if there are malformed directives.</source>
<target state="new">Force conversion even if there are malformed directives.</target>
<note />
</trans-unit>
<trans-unit id="CmdOutdatedDescription">
<source>Lists packages that have newer versions. Cannot be combined with '--deprecated' or '--vulnerable' options.</source>
<target state="new">Lists packages that have newer versions. Cannot be combined with '--deprecated' or '--vulnerable' options.</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDescription">
<source>The output directory to place built artifacts in.</source>
<target state="new">The output directory to place built artifacts in.</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputVersionDescription">
<source>Specifies the version of machine-readable output. Requires the '--format json' option.</source>
<target state="new">Specifies the version of machine-readable output. Requires the '--format json' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add. This can be in the form of just the package identifier, for example 'Newtonsoft.Json', or a package identifier and version separated by '@', for example '[email protected]'</source>
<target state="new">The package reference to add. This can be in the form of just the package identifier, for example 'Newtonsoft.Json', or a package identifier and version separated by '@', for example '[email protected]'</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectory">
<source>PACKAGE_DIR</source>
<target state="new">PACKAGE_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>The directory to restore packages to.</source>
<target state="new">The directory to restore packages to.</target>
<note />
</trans-unit>
<trans-unit id="CmdPackagesOption">
<source>PACKAGES_DIR</source>
<target state="new">PACKAGES_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdPackagesOptionDescription">
<source>The directory to restore packages to.</source>
<target state="new">The directory to restore packages to.</target>
<note />
</trans-unit>
<trans-unit id="CmdPathToLogFile">
<source>LOG_FILE</source>
<target state="new">LOG_FILE</target>
<note />
</trans-unit>
<trans-unit id="CmdPathToResultsDirectory">
<source>RESULTS_DIR</source>
<target state="new">RESULTS_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdPathTologFileDescription">
<source>Enable verbose logging to the specified file.</source>
<target state="new">Enable verbose logging to the specified file.</target>
<note />
</trans-unit>
<trans-unit id="CmdPrereleaseDescription">
<source>Consider packages with prerelease versions when searching for newer packages. Requires the '--outdated' option.</source>
<target state="new">Consider packages with prerelease versions when searching for newer packages. Requires the '--outdated' option.</target>
<note />
</trans-unit>
<trans-unit id="CmdProjectDescription">
<source>Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.</source>
<target state="new">Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.</target>
<note />
</trans-unit>
<trans-unit id="CmdProjectPathName">
<source>PROJECT_PATH</source>
<target state="new">PROJECT_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdReevaluateOptionDescription">
<source>Forces restore to reevaluate all dependencies even if a lock file already exists.</source>
<target state="new">Forces restore to reevaluate all dependencies even if a lock file already exists.</target>
<note />
</trans-unit>
<trans-unit id="CmdResultsDirectoryDescription">
<source>The directory where the test results will be placed.
The specified directory will be created if it does not exist.</source>
<target state="new">The directory where the test results will be placed.
The specified directory will be created if it does not exist.</target>
<note />
</trans-unit>
<trans-unit id="CmdRootPathName">
<source>ROOT_PATH</source>
<target state="new">ROOT_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdRuntimeOption">
<source>RUNTIME_IDENTIFIER</source>
<target state="new">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="CmdRuntimeOptionDescription">
<source>The target runtime to restore packages for.</source>
<target state="new">The target runtime to restore packages for.</target>
<note />
</trans-unit>
<trans-unit id="CmdServiceableDescription">
<source>Set the serviceable flag in the package. See https://aka.ms/nupkgservicing for more information.</source>
<target state="new">Set the serviceable flag in the package. See https://aka.ms/nupkgservicing for more information.</target>
<note />
</trans-unit>
<trans-unit id="CmdSettingsDescription">
<source>The settings file to use when running tests.</source>
<target state="new">The settings file to use when running tests.</target>
<note />
</trans-unit>
<trans-unit id="CmdSettingsFile">
<source>SETTINGS_FILE</source>
<target state="new">SETTINGS_FILE</target>
<note />
</trans-unit>
<trans-unit id="CmdSolutionDescription">
<source>Defines the path of the solution file to run. If not specified, it defaults to the current directory.</source>
<target state="new">Defines the path of the solution file to run. If not specified, it defaults to the current directory.</target>
<note />
</trans-unit>
<trans-unit id="CmdSolutionPathName">
<source>SOLUTION_PATH</source>
<target state="new">SOLUTION_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdSourceOption">
<source>SOURCE</source>
<target state="new">SOURCE</target>
<note />
</trans-unit>
<trans-unit id="CmdSourceOptionDescription">
<source>The NuGet package source to use for the restore.</source>
<target state="new">The NuGet package source to use for the restore.</target>
<note />
</trans-unit>
<trans-unit id="CmdTestAdapterPath">
<source>ADAPTER_PATH</source>
<target state="new">ADAPTER_PATH</target>
<note />
</trans-unit>
<trans-unit id="CmdTestAdapterPathDescription">
<source>The path to the custom adapters to use for the test run.</source>
<target state="new">The path to the custom adapters to use for the test run.</target>
<note />
</trans-unit>
<trans-unit id="CmdTestCaseFilterDescription">
<source>Run tests that match the given expression.
Examples:
Run tests with priority set to 1: --filter "Priority = 1"
Run a test with the specified full name: --filter "FullyQualifiedName=Namespace.ClassName.MethodName"
Run tests that contain the specified name: --filter "FullyQualifiedName~Namespace.Class"
See https://aka.ms/vstest-filtering for more information on filtering support.
</source>
<target state="new">Run tests that match the given expression.
Examples:
Run tests with priority set to 1: --filter "Priority = 1"
Run a test with the specified full name: --filter "FullyQualifiedName=Namespace.ClassName.MethodName"
Run tests that contain the specified name: --filter "FullyQualifiedName~Namespace.Class"
See https://aka.ms/vstest-filtering for more information on filtering support.
</target>
<note />
</trans-unit>
<trans-unit id="CmdTestCaseFilterExpression">
<source>EXPRESSION</source>
<target state="new">EXPRESSION</target>
<note />
</trans-unit>
<trans-unit id="CmdTestModulesDescription">
<source>Run tests for the specified test modules.</source>
<target state="new">Run tests for the specified test modules.</target>
<note />
</trans-unit>
<trans-unit id="CmdTestModulesRootDirectoryDescription">
<source>The test modules have the specified root directory.</source>
<target state="new">The test modules have the specified root directory.</target>
<note />
</trans-unit>
<trans-unit id="CmdTestOutputDescription">
<source>Verbosity of test output.</source>
<target state="new">Verbosity of test output.</target>
<note />
</trans-unit>
<trans-unit id="CmdTransitiveDescription">
<source>Lists transitive and top-level packages.</source>
<target state="new">Lists transitive and top-level packages.</target>
<note />
</trans-unit>
<trans-unit id="CmdUnsupportedMessageRequestTypeException">
<source>Message Request type '{0}' is unsupported.</source>
<target state="new">Message Request type '{0}' is unsupported.</target>
<note>{0} - message request type</note>
</trans-unit>
<trans-unit id="CmdUnsupportedTestRunnerDescription">
<source>Test runner '{0}' is not supported.</source>
<target state="new">Test runner '{0}' is not supported.</target>
<note />
</trans-unit>
<trans-unit id="CmdUnsupportedVSTestTestApplicationsDescription">
<source>dotnet.config defines test runner to be Microsoft.Testing.Platform. All projects must use that test runner.
The following test projects are using VSTest test runner:
{0}
See https://aka.ms/dotnet-test/mtp for more information.</source>
<target state="new">dotnet.config defines test runner to be Microsoft.Testing.Platform. All projects must use that test runner.
The following test projects are using VSTest test runner:
{0}
See https://aka.ms/dotnet-test/mtp for more information.</target>
<note>{0} is one or more project names.
Microsoft.Testing.Platform is a name, don't translate.
dotnet.config is a name don't translate.</note>
</trans-unit>
<trans-unit id="CmdUseLockFileOptionDescription">
<source>Enables project lock file to be generated and used with restore.</source>
<target state="new">Enables project lock file to be generated and used with restore.</target>
<note />
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
<target state="new">VERSION</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>The version of the package to add.</source>
<target state="new">The version of the package to add.</target>
<note />
</trans-unit>
<trans-unit id="CmdVulnerableDescription">
<source>Lists packages that have known vulnerabilities. Cannot be combined with '--deprecated' or '--outdated' options.</source>
<target state="new">Lists packages that have known vulnerabilities. Cannot be combined with '--deprecated' or '--outdated' options.</target>
<note />
</trans-unit>
<trans-unit id="Command">
<source>Command</source>
<target state="new">Command</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>The SDK command to launch online help for.</source>
<target state="new">The SDK command to launch online help for.</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
<target state="new">COMMAND_NAME</target>
<note />
</trans-unit>
<trans-unit id="CommandDoesNotExist">
<source>Specified command '{0}' is not a valid SDK command. Specify a valid SDK command. For more information, run dotnet help.</source>
<target state="new">Specified command '{0}' is not a valid SDK command. Specify a valid SDK command. For more information, run dotnet help.</target>
<note />
</trans-unit>
<trans-unit id="CommandFooter">
<source>The latest versions of .NET can be installed from https://aka.ms/dotnet-core-download. For more information about .NET lifecycles, see https://aka.ms/dotnet-core-support.</source>
<target state="new">The latest versions of .NET can be installed from https://aka.ms/dotnet-core-download. For more information about .NET lifecycles, see https://aka.ms/dotnet-core-support.</target>
<note />
</trans-unit>
<trans-unit id="CommandNameArgumentDescription">
<source>The command name of the tool to run.</source>
<target state="new">The command name of the tool to run.</target>
<note />
</trans-unit>
<trans-unit id="CommandNameArgumentName">
<source>COMMAND_NAME</source>
<target state="new">COMMAND_NAME</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source>
<target state="new">Do not build the project before running. Implies --no-restore.</target>
<note>{Locked="--no-restore"}</note>
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileArgumentsDescription">
<source>Do not use arguments specified in launch profile to run the application.</source>
<target state="new">Do not use arguments specified in launch profile to run the application.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionProjectDescription">
<source>The path to the project file to run (defaults to the current directory if there is only one project).</source>
<target state="new">The path to the project file to run (defaults to the current directory if there is only one project).</target>
<note />
</trans-unit>
<trans-unit id="Commands">
<source>SDK commands</source>
<target state="new">SDK commands</target>
<note />
</trans-unit>
<trans-unit id="CommandsMismatch">
<source>The command {0} specified in the tool manifest file is not contained in the package with Package Id {1}. The commands contained in the package are {2}.</source>
<target state="new">The command {0} specified in the tool manifest file is not contained in the package with Package Id {1}. The commands contained in the package are {2}.</target>
<note />
</trans-unit>
<trans-unit id="ConfigFileArgumentName">
<source>ConfigFile</source>
<target state="new">ConfigFile</target>
<note />
</trans-unit>
<trans-unit id="ConfigFileDescription">
<source>The NuGet configuration file. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior</source>
<target state="new">The NuGet configuration file. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior</target>
<note />
</trans-unit>
<trans-unit id="ConsoleIsAlreadyInBatchingMode">
<source>Console is already in batching mode.</source>
<target state="new">Console is already in batching mode.</target>
<note>Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.</note>
</trans-unit>
<trans-unit id="CouldNotConvertToBoolean">
<source>Could not convert the value of property '{0}' to a boolean.</source>
<target state="new">Could not convert the value of property '{0}' to a boolean.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotConvertToString">
<source>Could not convert the value of property '{0}' to a string.</source>
<target state="new">Could not convert the value of property '{0}' to a string.</target>
<note />
</trans-unit>
<trans-unit id="CouldNotFindAProject">
<source>Couldn't find a project. Ensure that a project exists in {0}, or pass the path to the project using {1}.</source>
<target state="new">Couldn't find a project. Ensure that a project exists in {0}, or pass the path to the project using {1}.</target>
<note />
</trans-unit>
<trans-unit id="CrashDumpTypeArgumentName">
<source>DUMP_TYPE</source>
<target state="new">DUMP_TYPE</target>
<note />
</trans-unit>
<trans-unit id="CreateManifestIfNeededOptionDescription">
<source>Create a tool manifest if one isn't found during tool installation. For information on how manifests are located, see https://aka.ms/dotnet/tools/create-manifest-if-needed</source>
<target state="new">Create a tool manifest if one isn't found during tool installation. For information on how manifests are located, see https://aka.ms/dotnet/tools/create-manifest-if-needed</target>
<note />
</trans-unit>
<trans-unit id="CurrentRuntimeOptionDescription">
<source>Use current runtime as the target runtime.</source>
<target state="new">Use current runtime as the target runtime.</target>
<note />
</trans-unit>
<trans-unit id="Date">
<source>Date</source>
<target state="new">Date</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<note />
</trans-unit>
<trans-unit id="DeletingWorkloadManifest">
<source>Uninstalling workload manifest {0} version {1}...</source>
<target state="new">Uninstalling workload manifest {0} version {1}...</target>
<note />
</trans-unit>
<trans-unit id="DeletingWorkloadPack">
<source>Uninstalling workload pack {0} version {1}...</source>
<target state="new">Uninstalling workload pack {0} version {1}...</target>
<note />
</trans-unit>
<trans-unit id="DeletingWorkloadSet">
<source>Deleting workload version {0}.</source>
<target state="new">Deleting workload version {0}.</target>
<note />
</trans-unit>
<trans-unit id="DepsFileDefinition">
<source>Path to <application>.deps.json file.</source>
<target state="new">Path to <application>.deps.json file.</target>
<note />
</trans-unit>
<trans-unit id="Description">
<source>Description</source>
<target state="new">Description</target>
<note>Table lable</note>
</trans-unit>
<trans-unit id="DescriptionColumnName">
<source>Description</source>
<target state="new">Description</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>