| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "login": {
- "tip1": "提示: 舊用戶",
- "tip2": "必須",
- "tip3": "綁定手機號碼才能登入",
- "binding": "立即按我前往綁定頁面",
- "phone": "輸入電話號碼",
- "password": "密碼",
- "rememberPhone": "記住我的電話號碼",
- "termsofService": "登入即同意",
- "termsofService1": "用戶條款",
- "signIn": "登入",
- "register": "註冊會員",
- "forgotPassword": "忘記密碼",
- "alert": {
- "pleaseEnter": "請輸入電話號碼和密碼",
- "binding": "請綁定您的手機號碼",
- "binding1": "客戶現在起只能使用已經綁定的手機號碼進行登入",
- "binding2": "我要進行綁定",
- "binding3": "我已綁定,帶我回登入頁面",
- "error": "登入失敗",
- "reason": "原因",
- "agree": "請先同意用戶條款"
- }
- },
- "common": {
- "confirm": "確認",
- "cancel": "取消",
- "title": ""
- },
- "home": {
- "title": "首页",
- "subtitle": "欢迎使用我们的应用",
- "features": "功能特色"
- },
- "auth": {
- "email": "邮箱",
- "password": "密码",
- "forgotPassword": "忘记密码?",
- "signIn": "登录",
- "signUp": "注册"
- },
- "settings": {
- "title": "设置",
- "language": "语言",
- "theme": "主题",
- "notifications": "通知"
- },
- "errors": {
- "network": "网络错误,请检查网络连接",
- "unauthorized": "请登录后继续",
- "notFound": "资源未找到",
- "serverError": "服务器错误,请稍后重试"
- }
- }
|