From af6b013395a7185c12dcac41b70ecc970e424567 Mon Sep 17 00:00:00 2001 From: Salih Date: Thu, 14 Jul 2022 10:52:13 +0300 Subject: [PATCH] Update en.json Add localizations for Microservice E-Book --- .../Www/Localization/Resources/en.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index 41eda60de6..d1d4636eab 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -372,6 +372,19 @@ "MasteringAbpFramework_Book_What_You_Will_Learn_8": "Write unit, integration, and UI tests using ABP Framework.", "MasteringAbpFramework_Book_WhoIsThisBookFor": "Who's this book for", "MasteringAbpFramework_Book_WhoIsThisBookFor_Description": "This book is for web developers who want to learn software architectures and best practices for building\n maintainable web-based solutions using Microsoft technologies and ABP Framework. Basic knowledge of C#\n and ASP.NET Core is necessary to get started with this book.", - "ComputersAndTechnology": "Computers & Technology" + "ComputersAndTechnology": "Computers & Technology", + "BuildingMicroserviceSolutions":"Building Microservice Solutions", + "MicroserviceBookPracticalGuide":"This book is a reference guide for developing and managing microservice-based applications using the ABP Framework. It references the .*NET Microservice Sample Rerefence Application*: eShopOnContainers and discusses the architectural design and implementation approaches using the ABP Framework. Moreover, you will learn the working implementation of an e-shop process like adding products, completing the purchase using PayPal, updating the basket cart item in real-time, shipping a purchased product, and more. Written by the main contributors of the ABP Framework, this book will help you understand how the ABP modularity is used like lego pieces to become a running distributed system. It will discuss the decisions to create a microservice environment and how to develop an application rapidly.By the end of this book, you'll learn how ABP approaches the common microservice complexities such as authorization, distributed transactions, inter-microservice communications, deployment, etc. ", + "IntroducingMicroservice":"Introducing Microservice", + "RunningTheSolution":"Running the Solution", + "UnderstandingTheAuthenticationSystem":"Understanding the Authentication System", + "ExploringTheApplications":"Exploring the Applications", + "UnderstandingTheAPIGateways":"Understanding the API Gateways", + "DevelopingTheMicroservices":"Developing the Microservices", + "UnderstandingTheInfrastructure":"Understanding the Infrastructure", + "DiggingInTheUseCases":"Digging in the Use Cases", + "DeployingTheSolution":"Deploying the Solution", + "Authors":"Authors", + "MicroserviceEBook":"Microservice E-Book" } }