feat: simplify account creation flow

This commit is contained in:
codytseng 2025-12-23 21:52:32 +08:00
parent cd7c52eda0
commit a880a92748
35 changed files with 1247 additions and 222 deletions

View file

@ -320,7 +320,8 @@ export default {
Media: '媒體',
'Republish to ...': '重新發布到 ...',
'Successfully republish to your write relays': '成功重新發布到您的寫入伺服器',
'Failed to republish to your write relays: {{error}}': '重新發布到您的寫入伺服器失敗:{{error}}',
'Failed to republish to your write relays: {{error}}':
'重新發布到您的寫入伺服器失敗:{{error}}',
'Successfully republish to relay set: {{name}}': '成功重新發布到伺服器組:{{name}}',
'Failed to republish to relay set: {{name}}. Error: {{error}}':
'重新發布到伺服器組:{{name}} 失敗。錯誤:{{error}}',
@ -575,6 +576,49 @@ export default {
'Special Follow': '特別關注',
'Unfollow Special': '取消特別關注',
'Personal Feeds': '個人訂閱',
'Relay Feeds': '中繼訂閱'
'Relay Feeds': '中繼訂閱',
'Welcome to Jumble!': '歡迎來到 Jumble',
'Your feed is empty because you are not following anyone yet. Start by exploring interesting content and following users you like!':
'你的動態是空的,因為你還沒有關注任何人。開始探索有趣的內容並關注你喜歡的用戶吧!',
'Search Users': '搜尋用戶',
'Create New Account': '建立新帳戶',
Important: '重要',
'Generate Your Account': '生成你的帳戶',
'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.':
'在 Nostr 中,你的私鑰就是你的帳戶。如果你遺失了私鑰,你將永遠失去你的帳戶。',
'Your Private Key': '你的私鑰',
'Generate new key': '生成新金鑰',
'Download Backup File': '下載備份檔案',
'Copied to Clipboard': '已複製到剪貼簿',
'Copy to Clipboard': '複製到剪貼簿',
'I already saved my private key securely.': '我已經安全地儲存了我的私鑰。',
'Almost Done!': '即將完成!',
'Set a password to encrypt your key, or skip to finish': '設定密碼來加密你的金鑰,或跳過以完成',
'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.':
'設定密碼會在此瀏覽器中加密你的私鑰。你可以跳過此步驟,但我們建議設定密碼以增強安全性。',
'Password (Optional)': '密碼(可選)',
'Enter password or leave empty to skip': '輸入密碼或留空以跳過',
'Confirm Password': '確認密碼',
'Re-enter password': '重新輸入密碼',
'Passwords do not match': '密碼不符合',
'Finish Signup': '完成註冊',
// New improved signup copy
'Create Your Nostr Account': '建立你的 Nostr 帳戶',
'Generate your unique private key. This is your digital identity.':
'生成你的專屬私鑰。這是你的數位身份。',
'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.':
'你的私鑰就是你的帳戶。沒有密碼找回功能。如果遺失,你將永遠失去你的帳戶。請將其儲存在安全的地方。',
'I have safely backed up my private key': '我已安全備份我的私鑰',
'Secure Your Account': '保護你的帳戶',
'Add an extra layer of protection with a password': '使用密碼新增額外的保護層',
'Password Protection (Recommended)': '密碼保護(推薦)',
'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)': '建立密碼(或跳過)',
'Enter your password again': '再次輸入你的密碼',
'Complete Signup': '完成註冊'
}
}