Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json')
-rw-r--r--src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json
new file mode 100644
index 0000000..cb22c92
--- /dev/null
+++ b/src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -0,0 +1,25 @@
+{
+ "author": "Microsoft",
+ "description": "用於建立具有 Angular 之 ASP.NET Core 應用程式的專案範本",
+ "name": "搭配 Angular 的 ASP.NET Core",
+ "symbols/auth/choices/None/description": "No authentication",
+ "symbols/auth/choices/Individual/description": "Individual authentication",
+ "symbols/auth/description": "The type of authentication to use",
+ "symbols/UserSecretsId/description": "The ID to use for secrets (use with OrgReadAccess or Individual auth).",
+ "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json in the generated template.",
+ "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
+ "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
+ "symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
+ "symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).",
+ "symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
+ "symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).",
+ "symbols/ProxyPort/description": "Port number to use for the SPA front-end development proxy.",
+ "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.",
+ "symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.",
+ "symbols/Framework/description": "The target framework for the project.",
+ "symbols/Framework/choices/net7.0/description": "Target net7.0",
+ "symbols/UseProgramMain/displayName": "Do not use top-level statements",
+ "symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
+ "postActions/restore/description": "Restore NuGet packages required by this project.",
+ "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
+}