@@ -1330,4 +1330,156 @@ To display a value, specify the corresponding command-line option without provid
13301330 <data name =" Option_Output" xml : space =" preserve" >
13311331 <value >Location to place the generated output.</value >
13321332 </data >
1333- </root >
1333+ <data name =" Command_AliasAdd_Description" xml : space =" preserve" >
1334+ <value >Creates an alias for instantiate command with a certain set of arguments.</value >
1335+ </data >
1336+ <data name =" Command_AliasShow_Description" xml : space =" preserve" >
1337+ <value >Displays defined aliases.</value >
1338+ </data >
1339+ <data name =" Command_Alias_Description" xml : space =" preserve" >
1340+ <value >Creates or displays defined aliases.</value >
1341+ </data >
1342+ <data name =" Command_Details_Description" xml : space =" preserve" >
1343+ <value >
1344+ Provides the details for specified template package.
1345+ The command checks if the package is installed locally, if it was not found, it searches the configured NuGet feeds.</value >
1346+ </data >
1347+ <data name =" Command_Install_Argument_Package" xml : space =" preserve" >
1348+ <value >NuGet package ID or path to folder or NuGet package to install.
1349+ To install the NuGet package of certain version, use < package ID> ::< version> .
1350+ </value >
1351+ </data >
1352+ <data name =" Command_Install_Description" xml : space =" preserve" >
1353+ <value >Installs a template package.</value >
1354+ </data >
1355+ <data name =" Command_Instantiate_Argument_ShortName" xml : space =" preserve" >
1356+ <value >A short name of the template to create.</value >
1357+ </data >
1358+ <data name =" Command_Instantiate_Argument_TemplateOptions" xml : space =" preserve" >
1359+ <value >Template specific options to use.</value >
1360+ </data >
1361+ <data name =" Command_Instantiate_Description" xml : space =" preserve" >
1362+ <value >Instantiates a template with given short name. An alias of 'dotnet new < template name> '.</value >
1363+ <comment >do not translate 'dotnet new < template name> '</comment >
1364+ </data >
1365+ <data name =" Command_Legacy_Update_Check_Description" xml : space =" preserve" >
1366+ <value >Checks the currently installed template packages for updates.</value >
1367+ </data >
1368+ <data name =" Command_List_Argument_Name" xml : space =" preserve" >
1369+ <value >If specified, only the templates matching the name will be shown.</value >
1370+ </data >
1371+ <data name =" Command_List_Description" xml : space =" preserve" >
1372+ <value >Lists templates containing the specified template name. If no name is specified, lists all templates.</value >
1373+ </data >
1374+ <data name =" Command_New_Description" xml : space =" preserve" >
1375+ <value >Template Instantiation Commands for .NET CLI.</value >
1376+ </data >
1377+ <data name =" Command_Search_Argument_Name" xml : space =" preserve" >
1378+ <value >If specified, only the templates matching the name will be shown.</value >
1379+ </data >
1380+ <data name =" Command_Search_Description" xml : space =" preserve" >
1381+ <value >Searches for the templates on NuGet.org.</value >
1382+ </data >
1383+ <data name =" Command_Uninstall_Argument_Package" xml : space =" preserve" >
1384+ <value >NuGet package ID (without version) or path to folder to uninstall.
1385+ If command is specified without the argument, it lists all the template packages installed.</value >
1386+ </data >
1387+ <data name =" Command_Uninstall_Description" xml : space =" preserve" >
1388+ <value >Uninstalls a template package.</value >
1389+ </data >
1390+ <data name =" Command_Update_Description" xml : space =" preserve" >
1391+ <value >Checks the currently installed template packages for update, and install the updates.</value >
1392+ </data >
1393+ <data name =" Command_Update_Option_CheckOnly" xml : space =" preserve" >
1394+ <value >Only checks for updates and display the template packages to be updated without applying update.</value >
1395+ </data >
1396+ <data name =" ListCommand_Option_IgnoreConstraints" xml : space =" preserve" >
1397+ <value >Disables checking if the template meets the constraints to be run.</value >
1398+ </data >
1399+ <data name =" Option_AddSource" xml : space =" preserve" >
1400+ <value >Specifies a NuGet source to use.</value >
1401+ </data >
1402+ <data name =" Option_AuthorFilter" xml : space =" preserve" >
1403+ <value >Filters the templates based on the template author.</value >
1404+ </data >
1405+ <data name =" Option_BaselineFilter" xml : space =" preserve" >
1406+ <value >Filters the templates based on baseline defined in the template.</value >
1407+ </data >
1408+ <data name =" Option_Columns" xml : space =" preserve" >
1409+ <value >Specifies the columns to display in the output. </value >
1410+ </data >
1411+ <data name =" Option_ColumnsAll" xml : space =" preserve" >
1412+ <value >Displays all columns in the output.</value >
1413+ </data >
1414+ <data name =" Option_Debug_Attach" xml : space =" preserve" >
1415+ <value >Allows to pause execution in order to attach to the process for debug purposes.</value >
1416+ </data >
1417+ <data name =" Option_Debug_CustomSettings" xml : space =" preserve" >
1418+ <value >Sets custom settings location.</value >
1419+ </data >
1420+ <data name =" Option_Debug_RebuildCache" xml : space =" preserve" >
1421+ <value >If specified, removes the template cache prior to command execution.</value >
1422+ </data >
1423+ <data name =" Option_Debug_Reinit" xml : space =" preserve" >
1424+ <value >If specified, resets the settings prior to command execution.</value >
1425+ </data >
1426+ <data name =" Option_Debug_ShowConfig" xml : space =" preserve" >
1427+ <value >If specified, shows the template engine config prior to command execution.</value >
1428+ </data >
1429+ <data name =" Option_Debug_VirtualSettings" xml : space =" preserve" >
1430+ <value >If specified, the settings will be not preserved on file system.</value >
1431+ </data >
1432+ <data name =" Option_Install_Force" xml : space =" preserve" >
1433+ <value >Allows installing template packages from the specified sources even if they would override a template package from another source.</value >
1434+ </data >
1435+ <data name =" Option_Interactive" xml : space =" preserve" >
1436+ <value >Allows the command to stop and wait for user input or action (for example to complete authentication).</value >
1437+ </data >
1438+ <data name =" Option_LanguageFilter" xml : space =" preserve" >
1439+ <value >Filters templates based on language.</value >
1440+ </data >
1441+ <data name =" Option_PackageFilter" xml : space =" preserve" >
1442+ <value >Filters the templates based on NuGet package ID.</value >
1443+ </data >
1444+ <data name =" Option_ProjectPath" xml : space =" preserve" >
1445+ <value >The project that should be used for context evaluation.</value >
1446+ </data >
1447+ <data name =" Option_TagFilter" xml : space =" preserve" >
1448+ <value >Filters the templates based on the tag.</value >
1449+ </data >
1450+ <data name =" Option_TypeFilter" xml : space =" preserve" >
1451+ <value >Filters templates based on available types. Predefined values are "project" and "item".</value >
1452+ <comment >project and item should not be translated</comment >
1453+ </data >
1454+ <data name =" TemplateCommand_Option_DryRun" xml : space =" preserve" >
1455+ <value >Displays a summary of what would happen if the given command line were run if it would result in a template creation.</value >
1456+ </data >
1457+ <data name =" TemplateCommand_Option_Force" xml : space =" preserve" >
1458+ <value >Forces content to be generated even if it would change existing files.</value >
1459+ </data >
1460+ <data name =" TemplateCommand_Option_Name" xml : space =" preserve" >
1461+ <value >The name for the output being created. If no name is specified, the name of the output directory is used.</value >
1462+ </data >
1463+ <data name =" TemplateCommand_Option_NoUpdateCheck" xml : space =" preserve" >
1464+ <value >Disables checking for the template package updates when instantiating a template.</value >
1465+ </data >
1466+ <data name =" Commands_Validator_WrongTokens" xml : space =" preserve" >
1467+ <value >Unrecognized command or argument(s): {0}.</value >
1468+ <comment >{0} - wrong token or comma-separated tokens (if multiple). Each token is enclosed with single quotes: 'token'.</comment >
1469+ </data >
1470+ <data name =" DetailsCommand_Argument_PackageIdentifier" xml : space =" preserve" >
1471+ <value >Package identifier</value >
1472+ </data >
1473+ <data name =" DisableSdkTemplates_OptionDescription" xml : space =" preserve" >
1474+ <value >If present, prevents templates bundled in the SDK from being presented.</value >
1475+ </data >
1476+ <data name =" DisableProjectContextEval_OptionDescription" xml : space =" preserve" >
1477+ <value >Disables evaluating project context using MSBuild.</value >
1478+ </data >
1479+ <data name =" Verbosity_OptionDescription" xml : space =" preserve" >
1480+ <value >Sets the verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], and diag[nostic].</value >
1481+ </data >
1482+ <data name =" Diagnostics_OptionDescription" xml : space =" preserve" >
1483+ <value >Enables diagnostic output.</value >
1484+ </data >
1485+ </root >
0 commit comments