feat: refactor account menu

This commit is contained in:
Junyan Qin
2025-08-12 20:13:18 +08:00
parent c5480078b3
commit f7cd6b76f2
8 changed files with 357 additions and 15 deletions
+1
View File
@@ -2,6 +2,7 @@ const enUS = {
common: {
login: 'Login',
logout: 'Logout',
accountOptions: 'Account Options',
email: 'Email',
password: 'Password',
welcome: 'Welcome back to LangBot 👋',
+1
View File
@@ -2,6 +2,7 @@ const jaJP = {
common: {
login: 'ログイン',
logout: 'ログアウト',
accountOptions: 'アカウントオプション',
email: 'メールアドレス',
password: 'パスワード',
welcome: 'LangBot へおかえりなさい 👋',
+1
View File
@@ -2,6 +2,7 @@ const zhHans = {
common: {
login: '登录',
logout: '退出登录',
accountOptions: '账户选项',
email: '邮箱',
password: '密码',
welcome: '欢迎回到 LangBot 👋',
+1
View File
@@ -2,6 +2,7 @@ const zhHant = {
common: {
login: '登入',
logout: '登出',
accountOptions: '帳戶選項',
email: '電子郵件',
password: '密碼',
welcome: '歡迎回到 LangBot 👋',