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.json42
1 files changed, 21 insertions, 21 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 a489c0b..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,25 +1,25 @@
-{
+{
"author": "Microsoft",
"description": "用于创建 ASP.NET Core 应用程序的项目模板,其中包含 React.js",
"name": "ASP.NET Core 与 React.js",
- "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 from 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'"
+ "symbols/auth/choices/None/description": "无身份验证",
+ "symbols/auth/choices/Individual/description": "个人身份验证",
+ "symbols/auth/description": "要使用的身份验证类型",
+ "symbols/UserSecretsId/description": "用于机密的 ID (与 OrgReadAccess 或个人身份验证一起使用)。",
+ "symbols/ExcludeLaunchSettings/description": "是否从生成的模板中排除 launchSettings.json。",
+ "symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
+ "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": "用于 SPA 前端开发代理的端口号。",
+ "symbols/NoHttps/description": "是否禁用 HTTPS。仅当 Individual、IndividualB2C、SingleOrg 或 MultiOrg 不用于 --auth 时,此选项才适用。",
+ "symbols/UseLocalDB/description": "是否使用 LocalDB 而不是 SQLite。仅当指定了 --auth Individual 或 --auth IndividualB2C 时,此选项才适用。",
+ "symbols/Framework/description": "项目的目标框架。",
+ "symbols/Framework/choices/net7.0/description": "目标 net7.0",
+ "symbols/UseProgramMain/displayName": "不使用顶级语句",
+ "symbols/UseProgramMain/description": "是否生成显式程序类和主方法,而不是顶级语句。",
+ "postActions/restore/description": "还原此项目所需的 NuGet 包。",
+ "postActions/restore/manualInstructions/default/text": "运行 \"dotnet restore\""
} \ No newline at end of file