diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json index 35c4766f8b..7cccf12cde 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json @@ -228,7 +228,9 @@ "Articles": "Articles", "Organizations": "Organizations", "ManageAccount": "Manage Account", + "MyManageAccount": "My Account", "CommunityProfile": "Community Profile", + "MyCommunityProfile": "My Community Profile", "BlogProfile": "Blog Profile", "Tickets": "Tickets", "Raffles": "Raffles", @@ -248,13 +250,25 @@ "NewsletterDefinition": "Blog posts, community news, etc.", "OrganizationOverview": "Organization Overview", "EmailPreferences": "Email Preferences", + "MyEmailPreferences": "My Email Preferences", "VideoCourses": "Essential Videos", "DoYouAgreePrivacyPolicy": "By clicking Subscribe button you agree to the Terms & Conditions and Privacy Policy.", "AbpConferenceDescription": "ABP Conference is a virtual event for .NET developers to learn and connect with the community.", "Mobile": "Mobile", "MetaTwitterCard": "summary_large_image", "IPAddress": "IP Address", + "MyReferrals": "My Referrals", "LicenseBanner:InfoText": "Your license will expire in {0} days.", - "LicenseBanner:CallToAction": "Please extend your license." + "LicenseBanner:CallToAction": "Please extend your license.", + "Referral.CreatorUserIdIsRequired": "Creator user ID is required.", + "Referral.TargetEmailIsRequired": "Target email is required.", + "Referral.TargetEmailAlreadyExists": "A referral link for this email address already exists.", + "Referral.MaxLinkLimitExceeded": "You have reached the maximum limit of {Limit} active referral links.", + "Referral.LinkNotFound": "Referral link not found.", + "Referral.LinkNotFoundOrNotOwned": "Referral link not found or you don't have permission to access it.", + "Referral.CannotDeleteUsedLink": "You cannot delete a referral link that has already been used.", + "LinkCopiedToClipboard": "Link copied to clipboard", + "AreYouSureToDeleteReferralLink": "Are you sure you want to delete this referral link?", + "DefaultErrorMessage": "An error occurred." } } \ No newline at end of file