diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index faba7ab94e..74fec641a4 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -393,6 +393,18 @@ "BasicThemeInfo": "Minimalist UI theme with plain Bootstrap colors and styles. Ideal if you will build your own UI theme.", "SeeDocumentation": "See documentation.", "SeeFullScreen": "🖼️ See the screenshot", - "BuildingMicroserviceSolutionsShortDescription": "This book is a reference guide for developing and managing microservice-based applications using the ABP Framework." + "BuildingMicroserviceSolutionsShortDescription": "This book is a reference guide for developing and managing microservice-based applications using the ABP Framework.", + "InstallAbpCliMessage": "Install the ABP CLI in a command line terminal, if you haven't installed it before:", + "Terminal": "Terminal", + "Copy": "Copy", + "RunTheFollowingCommand": "Run the following command in a command line terminal:", + "ChangeSolutionOptionsBelow": "You can change the solution options below.", + "MultiLayerApplication": "Multi-layer
Application", + "MultiLayerApplicationExplanation1": "Creates a fully layered solution based on Domain Driven Design practices.", + "MultiLayerApplicationExplanation2": "Recommended for long-term projects that need a maintainable and extensible codebase.", + "SingleLayerApplication": "Single-layer
Application", + "SingleLayerApplicationExplanation1": "Creates a single-layer web application. ", + "SingleLayerApplicationExplanation2": "Recommended for building an application with a simpler and easy to understand architecture.", + "ApplicationModule": "Application
Module" } }