translation.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "login": {
  3. "tip1": "Tip: Old users",
  4. "tip2": "Must",
  5. "tip3": "Bind your phone number to log in",
  6. "binding": "Press me now to go to the binding page",
  7. "phone": "輸入電話號碼",
  8. "password": "密碼",
  9. "rememberPhone": "記住我的電話號碼",
  10. "termsofService": "登入即同意",
  11. "termsofService1": "用戶條款",
  12. "signIn": "登入",
  13. "register": "註冊會員",
  14. "forgotPassword": "忘記密碼",
  15. "alert": {
  16. "pleaseEnter": "請輸入電話號碼和密碼",
  17. "binding": "請綁定您的手機號碼",
  18. "binding1": "客戶現在起只能使用已經綁定的手機號碼進行登入",
  19. "binding2": "我要進行綁定",
  20. "binding3": "我已綁定,帶我回登入頁面",
  21. "error": "登入失敗",
  22. "reason": "原因",
  23. "agree": "請先同意用戶條款"
  24. }
  25. },
  26. "common": {
  27. "confirm": "Confirm",
  28. "cancel": "Cancel",
  29. "title": ""
  30. },
  31. "home": {
  32. "title": "Home Screen",
  33. "subtitle": "Welcome to our app",
  34. "features": "Features"
  35. },
  36. "auth": {
  37. "email": "Email",
  38. "password": "Password",
  39. "forgotPassword": "Forgot Password?",
  40. "signIn": "Sign In",
  41. "signUp": "Sign Up"
  42. },
  43. "settings": {
  44. "title": "Settings",
  45. "language": "Language",
  46. "theme": "Theme",
  47. "notifications": "Notifications"
  48. },
  49. "errors": {
  50. "network": "Network error, please check your connection",
  51. "unauthorized": "Please login to continue",
  52. "notFound": "Resource not found",
  53. "serverError": "Server error, please try again later"
  54. }
  55. }