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.json6
1 files changed, 3 insertions, 3 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
index 154a7cb..de5ed2e 100644
--- a/src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
- "description": "A project template for creating an ASP.NET Core application with Angular",
+ "description": "用於建立具有 Angular 之 ASP.NET Core 應用程式的專案範本",
"name": "搭配 Angular 的 ASP.NET Core",
"symbols/auth/choices/None/description": "沒有驗證",
"symbols/auth/choices/Individual/description": "個別驗證",
@@ -8,12 +8,12 @@
"symbols/UserSecretsId/description": "用於祕密的識別碼 (搭配 OrgReadAccess 或個別驗證使用)。",
"symbols/ExcludeLaunchSettings/description": "是否要在產生的範本中排除 launchSettings.json。",
"symbols/skipRestore/description": "若指定,會在建立時跳過專案的自動還原。",
- "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
+ "symbols/NoSpaFrontEnd/description": "避免新增任何節點/SPA 檔案。僅用於測試。",
"symbols/kestrelHttpPort/description": "launchSettings.json 中 HTTP 端點要使用的連接埠號碼。",
"symbols/kestrelHttpsPort/description": "launchSettings.json 中 HTTPS 端點要使用的連接埠號碼。只有在未使用參數 no-https 時,才適用此選項 (如果使用 IndividualAuth 或 OrganizationalAuth,則會忽略 no-https)。",
"symbols/iisHttpPort/description": "launchSettings.json 中 IIS Express HTTP 端點要使用的連接埠號碼。",
"symbols/iisHttpsPort/description": "launchSettings.json 中 IIS Express HTTPS 端點要使用的連接埠號碼。只有在未使用參數 no-https 時,才適用此選項 (如果使用 IndividualAuth 或 OrganizationalAuth,則會忽略 no-https)。",
- "symbols/ProxyPort/description": "Port number to use for the SPA front-end development proxy.",
+ "symbols/ProxyPort/description": "要用於 SPA 前端開發 Proxy 的埠號碼。",
"symbols/NoHttps/description": "是否要關閉 HTTPS。只有當 Individual、IndividualB2C、SingleOrg 或 MultiOrg 未用於 --auth 時,才適用此選項。",
"symbols/UseLocalDB/description": "是否使用 LocalDB 而非 SQLite。只有在已指定 --auth Individual 或 --auth IndividualB2C 時,才適用此選項。",
"symbols/Framework/description": "專案的目標 Framework。",