From 33d93c517eaca72f1ebc6fc910a82fc7bbcc94bd Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Fri, 14 Jan 2022 15:37:01 +0300 Subject: [PATCH] Add missing localizations to base resource for websites --- .../Base/Localization/Resources/en.json | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json index a282e0ce6a..4eb44eda3f 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json @@ -76,6 +76,25 @@ "CommercialNewsletterConfirmationMessage": "I agree to the Terms & Conditions and Privacy Policy.", "FreeDDDEBook": "Free DDD E-Book", "AdditionalServices": "Additional Services", - "Learn": "Learn" + "Learn": "Learn", + "AccountOverview": "Account Overview", + "MyOrganizations": "My Organizations", + "MySupportQuestions": "My Support Questions", + "MyProfile": "My Profile", + "Logout": "Logout", + "Home": "Home", + "Posts": "Posts", + "JoinTheABPCommunity": "Join the ABP Community", + "SubmitYourPost": "Submit Your Post", + "Modules": "Modules", + "Tools": "Tools", + "Pricing": "Pricing", + "ChangeLogs": "Change Logs", + "SubscribeToNewsletter": "Subscribe to the Newsletter", + "SubscribeToNewsletterDescription": "Get information about happenings in ABP like new releases, free sources, posts, and more.", + "EmailAddress": "E-mail Address", + "Subscribe": "Subscribe", + "WelcomeToABP": "Welcome to the ABP", + "EULA": "EULA" } }