Browse Source

Update en.json

Add localizations for Microservice E-Book
pull/13308/head
Salih 4 years ago
parent
commit
af6b013395
  1. 15
      abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json

15
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_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": "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.", "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"
} }
} }

Loading…
Cancel
Save