Browse Source

Merge pull request #18938 from abpframework/issue-3685/L

Localization added for Return of Investment Page
pull/19046/head
SALİH ÖZKARA 2 years ago
committed by GitHub
parent
commit
bb35924ef2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
  2. 39
      abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

3
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json

@ -238,6 +238,7 @@
"Packages": "Packages",
"Trainings": "Trainings",
"MeetTheABPCommunity": "Meet the ABP <span class=\"gradient-community\">Community</span>",
"DisplayName:CommunityIndexPagePoll": "Community Index Page Poll"
"DisplayName:CommunityIndexPagePoll": "Community Index Page Poll",
"ReturnOfInvestment": "Return Of Investment"
}
}

39
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

@ -1142,6 +1142,43 @@
"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 <span class=\"gradient-commercial\">Investment</span>",
"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_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": "If you want to <b>learn more details</b> 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",
"ReturnOfInvestment": "Return Of Investment"
}
}
Loading…
Cancel
Save