@ -372,8 +372,42 @@
"MasteringAbpFramework_Book_WhoIsThisBookFor" : "这本书是给谁看的" ,
"MasteringAbpFramework_Book_WhoIsThisBookFor_Description" : "本书适用于希望学习软件架构和最佳实践的 Web 开发人员,以使用 Microsoft 技术和 ABP 框架构建\n 可维护的基于 Web 的解决方案。 C#\n 和 ASP.NET Core 的基本知识是开始阅读本书所必需的。" ,
"ComputersAndTechnology" : "计算机与技术" ,
"BuildingMicroserviceSolutions" : "构建微服务解决方案" ,
"MicroserviceBookPracticalGuide" : "本书是使用 ABP 框架开发和管理基于微服务的应用程序的参考指南。 它引用了 <strong>.NET 微服务示例参考应用程序</strong>: eShopOnContainers, 并讨论了使用 ABP 框架的架构设计和实现方法。 读完本书,您将了解 ABP 如何处理常见的微服务复杂性,例如授权、分布式事务、微服务间通信、部署等。" ,
"IntroducingTheSolution" : "介绍 eShopOnAbp 解决方案" ,
"RunningTheSolution" : "运行解决方案" ,
"UnderstandingTheAuthenticationSystem" : "了解身份验证系统" ,
"ExploringTheApplications" : "探索应用" ,
"UnderstandingTheAPIGateways" : "了解 API 网关" ,
"DevelopingTheMicroservices" : "开发微服务" ,
"UnderstandingTheInfrastructure" : "了解基础设施" ,
"DiggingInTheUseCases" : "挖掘用例" ,
"DeployingTheSolution" : "部署解决方案" ,
"ThisBookIsInDraftStageAndIsNotCompletedYet" : "这本书正在草案阶段,还没有完成。" ,
"Authors" : "作者" ,
"MicroserviceEBook" : "微服务电子书" ,
"SelectUITheme" : "选择 UI 主题"
"LeptonXLiteTheme" : "LeptonX Lite 主题" ,
"BasicTheme" : "基本主题" ,
"LeptonXLiteThemeInfo" : " 现代时尚的 Bootstrap UI 主题。 如果你想要一个生产就绪的 UI 主题,这是理想的选择。 这是最新的主题,也是默认主题。" ,
"BasicThemeInfo" : "具有简单 Bootstrap 颜色和样式的极简 UI 主题。 如果您要构建自己的 UI 主题,则非常适合。" ,
"SeeDocumentation" : "请参阅 <a href='{0}' target='_blank'>文档</a>." ,
"SeeFullScreen" : "<a href='{0}' target='_blank'>🖼️ 如截图所示</a>" ,
"BuildingMicroserviceSolutionsShortDescription" : "本书是使用 ABP 框架开发和管理基于微服务的应用程序的参考指南。" ,
"InstallAbpCliMessage" : "如果之前没有安装,请在命令行终端中安装 ABP CLI: " ,
"Terminal" : "终端" ,
"Copy" : "复制" ,
"RunTheFollowingCommand" : "在命令行终端中运行以下命令:" ,
"ChangeSolutionOptionsBelow" : "您可以更改下面的解决方案选项。" ,
"MultiLayerApplication" : "多层<br>应用" ,
"MultiLayerApplicationExplanation1" : "基于领域驱动设计实践创建完全分层的解决方案。" ,
"MultiLayerApplicationExplanation2" : "推荐用于需要可维护和可扩展代码库的长期项目。" ,
"SingleLayerApplication" : "单层<br>应用" ,
"SingleLayerApplicationExplanation1" : "创建单层 Web 应用程序。 " ,
"SingleLayerApplicationExplanation2" : "推荐用于构建具有更简单且易于理解的体系结构的应用程序。" ,
"ApplicationModule" : "应用程序模块" ,
"SeeTheScreenshot" : "如截图所示" ,
"ApplicationModuleExplanation1" : "创建可重用的、完全分层的应用程序模块解决方案。" ,
"ApplicationModuleExplanation2" : "您可以使用此选项为您的模块化应用程序创建模块。"
}
}
}