From 3aa736a8a45fee17039109c510ceef4cb8460dbd Mon Sep 17 00:00:00 2001 From: honurbu Date: Mon, 5 Feb 2024 12:55:42 +0300 Subject: [PATCH 1/5] Localization added for Return of Investment Page --- .../Commercial/Localization/Resources/en.json | 36 ++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 9f83bb1ede..671cee26b8 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1142,6 +1142,40 @@ "DisplayName:CardHolderName": "Name on Card", "CreditCardNumberLengthWarning": "Invalid card number", "ExpirationWarning": "Invalid expiration date", - "CreateCreditCardModal_Description": "When saving your debit/credit card, a temporary $1 charge will be authorized for verification and promptly refunded." + "CreateCreditCardModal_Description": "When saving your debit/credit card, a temporary $1 charge will be authorized for verification and promptly refunded.", + "ReturnOfInvestmentTitle": "Return of Investment", + "ReduceYourDevelopmentCostsDescription": "Reduce your development costs by more than 50% with the ABP Framework. How? Keep reading...", + "SettingUpTheArchitectureTitle": "Setting Up the Architecture", + "DoingEverythingFromScratch": "Doing everything from scratch", + "SettingUpTheArchitecture_Description1": "Organize code base and solution structure", + "SettingUpTheArchitecture_Description2": "Determine, install and configure essential 3rd-party libraries", + "SettingUpTheArchitecture_Description3": "Setup automated integration and unit test infrastructure", + "SettingUpTheArchitecture_Description4": "Determine and document code standards, train the development team", + "UsingTheABPFramework": "Using the ABP Framework", + "UseABPSettingUpTheArchitecture_Description": "Use ABP's startup solution templates", + "ReduceCostsWithABP": "Reduce Costs with ABP by", + "ReduceCostsBy": "80% to 100%", + "DesigningTheUserInterfaceTitle": "Designing the User Interface", + "DesigningTheUserInterface_Description1": "Create or buy a UI theme", + "DesigningTheUserInterface_Description2": "Adapt the UI theme to the solution", + "DesigningTheUserInterface_Description3": "Build the essential UI parts (layout, menu, header, footer with responsive design)", + "DesigningTheUserInterface_Description4": "Ensure the design consistency across application pages", + "UseABPDesigningTheUserInterface_Description": " use ABP's LeptonX UI Theme", + "DevelopingApplicationFeaturesTitle": "Developing the Application Features", + "DevelopingApplicationFeatures_Description1": "Develop your own business logic", + "DevelopingApplicationFeatures_Description2": "Develop every page one by one", + "DevelopingApplicationFeatures_Description3": "Develop common business modules yourself", + "DevelopingApplicationFeatures_Description4": " Develop the authentication system (single sign on, 2 factor auth, social logins, reset password, email activation, etc...)", + "DevelopingApplicationFeatures_Description5": "Apply cross-cutting concerns in every use case (DB transactions, authorization, validation, exception handling, etc...)", + "DevelopingApplicationFeatures_Description6": "Develop common base classes and utility services", + "DevelopingApplicationFeatures_Description7": "Develop common non-business requirements (audit logging, soft-delete, background jobs, permission system, etc.)", + "UseABPDevelopingApplicationFeatures_Description": "Develop your own business logic", + "UseABPDevelopingApplicationFeatures_Description2": "Use ABP Suite to automatically generate CRUD-like pages", + "UseABPDevelopingApplicationFeatures_Description3": "Directly use ABP's pre-built common application modules and customize based on your unique requirements", + "ReduceCostsBy_2": "40% to 60%", + "WhyABPIoPlatform": "Why ABP.IO Platform?", + "WhyShouldYouUsetheABPIOPlatform": "Why should you use the ABP.IO Platform instead of creating a new solution from scratch?", + "ExploreMore": "Explore More", + "DocumentIntroducesDescription": " The document introduces the challenges of building a modern software solution and explains how ABP addresses these challenges." } } \ No newline at end of file From 21a0880d54e81c9a951fa772b687c9981552cbbf Mon Sep 17 00:00:00 2001 From: honurbu Date: Mon, 5 Feb 2024 13:03:52 +0300 Subject: [PATCH 2/5] Update en.json --- .../Commercial/Localization/Resources/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 671cee26b8..ecb9d2408d 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1160,12 +1160,12 @@ "DesigningTheUserInterface_Description2": "Adapt the UI theme to the solution", "DesigningTheUserInterface_Description3": "Build the essential UI parts (layout, menu, header, footer with responsive design)", "DesigningTheUserInterface_Description4": "Ensure the design consistency across application pages", - "UseABPDesigningTheUserInterface_Description": " use ABP's LeptonX UI Theme", + "UseABPDesigningTheUserInterface_Description": "Use ABP's LeptonX UI Theme", "DevelopingApplicationFeaturesTitle": "Developing the Application Features", "DevelopingApplicationFeatures_Description1": "Develop your own business logic", "DevelopingApplicationFeatures_Description2": "Develop every page one by one", "DevelopingApplicationFeatures_Description3": "Develop common business modules yourself", - "DevelopingApplicationFeatures_Description4": " Develop the authentication system (single sign on, 2 factor auth, social logins, reset password, email activation, etc...)", + "DevelopingApplicationFeatures_Description4": "Develop the authentication system (single sign on, 2 factor auth, social logins, reset password, email activation, etc...)", "DevelopingApplicationFeatures_Description5": "Apply cross-cutting concerns in every use case (DB transactions, authorization, validation, exception handling, etc...)", "DevelopingApplicationFeatures_Description6": "Develop common base classes and utility services", "DevelopingApplicationFeatures_Description7": "Develop common non-business requirements (audit logging, soft-delete, background jobs, permission system, etc.)", From 50584a4fac89f5b18731f88b7416147d991b63d3 Mon Sep 17 00:00:00 2001 From: honurbu Date: Tue, 13 Feb 2024 10:04:44 +0300 Subject: [PATCH 3/5] ReturnOfInvestmentPageAbout Added --- .../Commercial/Localization/Resources/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index ecb9d2408d..2d99834d43 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1176,6 +1176,7 @@ "WhyABPIoPlatform": "Why ABP.IO Platform?", "WhyShouldYouUsetheABPIOPlatform": "Why should you use the ABP.IO Platform instead of creating a new solution from scratch?", "ExploreMore": "Explore More", - "DocumentIntroducesDescription": " The document introduces the challenges of building a modern software solution and explains how ABP addresses these challenges." + "DocumentIntroducesDescription": " The document introduces the challenges of building a modern software solution and explains how ABP addresses these challenges.", + "ReturnOfInvestmentPageAbout": "This page covers the fundamental steps of developing a software solution and explains how the ABP.IO Platform reduces your development costs at each step." } } \ No newline at end of file From 82d015a7f5baa2e3541e207b01daad30e0a94398 Mon Sep 17 00:00:00 2001 From: honurbu Date: Tue, 13 Feb 2024 11:31:32 +0300 Subject: [PATCH 4/5] Update en.json --- .../Commercial/Localization/Resources/en.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 2d99834d43..6fe98d5d85 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1169,14 +1169,15 @@ "DevelopingApplicationFeatures_Description5": "Apply cross-cutting concerns in every use case (DB transactions, authorization, validation, exception handling, etc...)", "DevelopingApplicationFeatures_Description6": "Develop common base classes and utility services", "DevelopingApplicationFeatures_Description7": "Develop common non-business requirements (audit logging, soft-delete, background jobs, permission system, etc.)", - "UseABPDevelopingApplicationFeatures_Description": "Develop your own business logic", + "UseABPDevelopingApplicationFeatures_Description1": "Develop your own business logic", "UseABPDevelopingApplicationFeatures_Description2": "Use ABP Suite to automatically generate CRUD-like pages", "UseABPDevelopingApplicationFeatures_Description3": "Directly use ABP's pre-built common application modules and customize based on your unique requirements", "ReduceCostsBy_2": "40% to 60%", "WhyABPIoPlatform": "Why ABP.IO Platform?", "WhyShouldYouUsetheABPIOPlatform": "Why should you use the ABP.IO Platform instead of creating a new solution from scratch?", "ExploreMore": "Explore More", - "DocumentIntroducesDescription": " The document introduces the challenges of building a modern software solution and explains how ABP addresses these challenges.", - "ReturnOfInvestmentPageAbout": "This page covers the fundamental steps of developing a software solution and explains how the ABP.IO Platform reduces your development costs at each step." + "DocumentIntroducesDescription": "If you want to learn more details about why should you use the ABP.IO Platform instead of creating a new solution from scratch, read the following document: ", + "ReturnOfInvestmentPageAbout": "This page covers the fundamental steps of developing a software solution and explains how the ABP.IO Platform reduces your development costs at each step.", + "LearnMore": "Learn More" } } \ No newline at end of file From fcc1afb23f668e2aabc9877ac84c6eb793e08942 Mon Sep 17 00:00:00 2001 From: honurbu Date: Wed, 14 Feb 2024 09:56:57 +0300 Subject: [PATCH 5/5] Base Localization and Commercial Localization updated --- .../AbpIoLocalization/Base/Localization/Resources/en.json | 3 ++- .../Commercial/Localization/Resources/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json index f8eb001da2..33138747c8 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json @@ -238,6 +238,7 @@ "Packages": "Packages", "Trainings": "Trainings", "MeetTheABPCommunity": "Meet the ABP Community", - "DisplayName:CommunityIndexPagePoll": "Community Index Page Poll" + "DisplayName:CommunityIndexPagePoll": "Community Index Page Poll", + "ReturnOfInvestment": "Return Of Investment" } } \ No newline at end of file diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 6fe98d5d85..4098f8ba85 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1178,6 +1178,7 @@ "ExploreMore": "Explore More", "DocumentIntroducesDescription": "If you want to learn more details about why should you use the ABP.IO Platform instead of creating a new solution from scratch, read the following document: ", "ReturnOfInvestmentPageAbout": "This page covers the fundamental steps of developing a software solution and explains how the ABP.IO Platform reduces your development costs at each step.", - "LearnMore": "Learn More" + "LearnMore": "Learn More", + "ReturnOfInvestment": "Return Of Investment" } } \ No newline at end of file