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/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json')
-rw-r--r--src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index 8246102..013d027 100644
--- a/src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
- "description": "A project template for creating an ASP.NET Core application with React.js",
+ "description": "用于创建 ASP.NET Core 应用程序的项目模板,其中包含 React.js",
"name": "ASP.NET Core 与 React.js",
"symbols/auth/choices/None/description": "无身份验证",
"symbols/auth/choices/Individual/description": "个人身份验证",
@@ -8,12 +8,12 @@
"symbols/UserSecretsId/description": "用于机密的 ID (与 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 前端开发代理的端口号。",
"symbols/NoHttps/description": "是否禁用 HTTPS。仅当 Individual、IndividualB2C、SingleOrg 或 MultiOrg 不用于 --auth 时,此选项才适用。",
"symbols/UseLocalDB/description": "是否使用 LocalDB 而不是 SQLite。仅当指定了 --auth Individual 或 --auth IndividualB2C 时,此选项才适用。",
"symbols/Framework/description": "项目的目标框架。",