feat: simplify account creation flow
This commit is contained in:
parent
cd7c52eda0
commit
a880a92748
35 changed files with 1247 additions and 222 deletions
|
|
@ -592,6 +592,52 @@ export default {
|
|||
'Write your thoughts about this highlight...': 'Write your thoughts about this highlight...',
|
||||
'Publish Highlight': 'Publish Highlight',
|
||||
'Show replies': 'Show replies',
|
||||
'Hide replies': 'Hide replies'
|
||||
'Hide replies': 'Hide replies',
|
||||
'Welcome to Jumble!': 'Welcome to Jumble!',
|
||||
'Your feed is empty because you are not following anyone yet. Start by exploring interesting content and following users you like!':
|
||||
'Your feed is empty because you are not following anyone yet. Start by exploring interesting content and following users you like!',
|
||||
'Search Users': 'Search Users',
|
||||
'Create New Account': 'Create New Account',
|
||||
Important: 'Important',
|
||||
'Generate Your Account': 'Generate Your Account',
|
||||
'Your private key IS your account. Keep it safe!':
|
||||
'Your private key IS your account. Keep it safe!',
|
||||
'In Nostr, your private key IS your account. If you lose your private key, you lose your account forever.':
|
||||
'In Nostr, your private key IS your account. If you lose your account forever.',
|
||||
'Your Private Key': 'Your Private Key',
|
||||
'Generate new key': 'Generate new key',
|
||||
'Download Backup File': 'Download Backup File',
|
||||
'Copied to Clipboard': 'Copied to Clipboard',
|
||||
'Copy to Clipboard': 'Copy to Clipboard',
|
||||
'I already saved my private key securely.': 'I already saved my private key securely.',
|
||||
'Almost Done!': 'Almost Done!',
|
||||
'Set a password to encrypt your key, or skip to finish':
|
||||
'Set a password to encrypt your key, or skip to finish',
|
||||
'Password Protection (Optional)': 'Password Protection (Optional)',
|
||||
'Setting a password encrypts your private key in this browser. You can skip this step, but we recommend setting one for added security.':
|
||||
'Setting a password encrypts your private key in this browser. You can skip this step, but we recommend setting one for added security.',
|
||||
'Password (Optional)': 'Password (Optional)',
|
||||
'Enter password or leave empty to skip': 'Enter password or leave empty to skip',
|
||||
'Confirm Password': 'Confirm Password',
|
||||
'Re-enter password': 'Re-enter password',
|
||||
'Passwords do not match': 'Passwords do not match',
|
||||
'Finish Signup': 'Finish Signup',
|
||||
// New improved signup copy
|
||||
'Create Your Nostr Account': 'Create Your Nostr Account',
|
||||
'Generate your unique private key. This is your digital identity.':
|
||||
'Generate your unique private key. This is your digital identity.',
|
||||
'Critical: Save Your Private Key': 'Critical: Save Your Private Key',
|
||||
'Your private key IS your account. There is no password recovery. If you lose it, you lose your account forever. Please save it in a secure location.':
|
||||
'Your private key IS your account. There is no password recovery. If you lose it, you lose your account forever. Please save it in a secure location.',
|
||||
'I have safely backed up my private key': 'I have safely backed up my private key',
|
||||
'Secure Your Account': 'Secure Your Account',
|
||||
'Add an extra layer of protection with a password':
|
||||
'Add an extra layer of protection with a password',
|
||||
'Password Protection (Recommended)': 'Password Protection (Recommended)',
|
||||
'Add a password to encrypt your private key in this browser. This is optional but strongly recommended for better security.':
|
||||
'Add a password to encrypt your private key in this browser. This is optional but strongly recommended for better security.',
|
||||
'Create a password (or skip)': 'Create a password (or skip)',
|
||||
'Enter your password again': 'Enter your password again',
|
||||
'Complete Signup': 'Complete Signup'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue