Browse Source

Localization added for Return of Investment Page

pull/18938/head
honurbu 2 years ago
parent
commit
3aa736a8a4
  1. 36
      abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

36
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 <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_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."
}
}
Loading…
Cancel
Save