Skip to content

Commit 5c42bcd

Browse files
Merge pull request #24010 from abpframework/issue-#7295-localization
Add new referral and account-related localization keys
2 parents 0bea9f7 + 6bf1e32 commit 5c42bcd

File tree

1 file changed

+15
-1
lines changed
  • abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@
228228
"Articles": "Articles",
229229
"Organizations": "Organizations",
230230
"ManageAccount": "Manage Account",
231+
"MyManageAccount": "My Account",
231232
"CommunityProfile": "Community Profile",
233+
"MyCommunityProfile": "My Community Profile",
232234
"BlogProfile": "Blog Profile",
233235
"Tickets": "Tickets",
234236
"Raffles": "Raffles",
@@ -248,13 +250,25 @@
248250
"NewsletterDefinition": "Blog posts, community news, etc.",
249251
"OrganizationOverview": "Organization Overview",
250252
"EmailPreferences": "Email Preferences",
253+
"MyEmailPreferences": "My Email Preferences",
251254
"VideoCourses": "Essential Videos",
252255
"DoYouAgreePrivacyPolicy": "By clicking <b>Subscribe</b> button you agree to the <a href=\"/terms-conditions\">Terms & Conditions</a> and <a href=\"/privacy\">Privacy Policy</a>.",
253256
"AbpConferenceDescription": "ABP Conference is a virtual event for .NET developers to learn and connect with the community.",
254257
"Mobile": "Mobile",
255258
"MetaTwitterCard": "summary_large_image",
256259
"IPAddress": "IP Address",
260+
"MyReferrals": "My Referrals",
257261
"LicenseBanner:InfoText": "Your license will <b>expire in {0} days.</b>",
258-
"LicenseBanner:CallToAction": "Please <a href=\"/my-organizations/{0}\" class=\"text-decoration-underline\">extend your license.</a>"
262+
"LicenseBanner:CallToAction": "Please <a href=\"/my-organizations/{0}\" class=\"text-decoration-underline\">extend your license.</a>",
263+
"Referral.CreatorUserIdIsRequired": "Creator user ID is required.",
264+
"Referral.TargetEmailIsRequired": "Target email is required.",
265+
"Referral.TargetEmailAlreadyExists": "A referral link for this email address already exists.",
266+
"Referral.MaxLinkLimitExceeded": "You have reached the maximum limit of {Limit} active referral links.",
267+
"Referral.LinkNotFound": "Referral link not found.",
268+
"Referral.LinkNotFoundOrNotOwned": "Referral link not found or you don't have permission to access it.",
269+
"Referral.CannotDeleteUsedLink": "You cannot delete a referral link that has already been used.",
270+
"LinkCopiedToClipboard": "Link copied to clipboard",
271+
"AreYouSureToDeleteReferralLink": "Are you sure you want to delete this referral link?",
272+
"DefaultErrorMessage": "An error occurred."
259273
}
260274
}

0 commit comments

Comments
 (0)