arbret/frontend/locales/en/profile.json

34 lines
1 KiB
JSON
Raw Normal View History

{
"page": {
"title": "My Profile",
"subtitle": "Manage your contact information"
},
"form": {
"email": "Email",
"emailHint": "This is your login email and cannot be changed here.",
"invitedBy": "Invited By",
"invitedByHint": "The user who invited you to join.",
"readOnly": "Read only",
"contactDetails": "Contact Details",
"contactDetailsHint": "These are for communication purposes only — they won't affect your login.",
"contactEmail": "Contact Email",
"telegram": "Telegram",
"signal": "Signal",
"nostrNpub": "Nostr (npub)",
"saving": "Saving...",
"saveChanges": "Save Changes"
},
"messages": {
"loadError": "Failed to load profile",
"saveSuccess": "Profile saved successfully!",
"fixErrors": "Please fix the errors below",
"networkError": "Network error. Please try again."
},
"placeholders": {
"contactEmail": "alternate@example.com",
"telegram": "@username",
"signal": "username.01",
"nostrNpub": "npub1..."
}
}