You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,9 @@
228
228
"Articles": "Articles",
229
229
"Organizations": "Organizations",
230
230
"ManageAccount": "Manage Account",
231
+
"MyManageAccount": "My Account",
231
232
"CommunityProfile": "Community Profile",
233
+
"MyCommunityProfile": "My Community Profile",
232
234
"BlogProfile": "Blog Profile",
233
235
"Tickets": "Tickets",
234
236
"Raffles": "Raffles",
@@ -248,13 +250,25 @@
248
250
"NewsletterDefinition": "Blog posts, community news, etc.",
249
251
"OrganizationOverview": "Organization Overview",
250
252
"EmailPreferences": "Email Preferences",
253
+
"MyEmailPreferences": "My Email Preferences",
251
254
"VideoCourses": "Essential Videos",
252
255
"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>.",
253
256
"AbpConferenceDescription": "ABP Conference is a virtual event for .NET developers to learn and connect with the community.",
254
257
"Mobile": "Mobile",
255
258
"MetaTwitterCard": "summary_large_image",
256
259
"IPAddress": "IP Address",
260
+
"MyReferrals": "My Referrals",
257
261
"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?",
0 commit comments