translation.json 885 B

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  8. "common": {
  9. "confirm": "Confirm",
  10. "cancel": "Cancel",
  11. "title": ""
  12. },
  13. "home": {
  14. "title": "Home Screen",
  15. "subtitle": "Welcome to our app",
  16. "features": "Features"
  17. },
  18. "auth": {
  19. "email": "Email",
  20. "password": "Password",
  21. "forgotPassword": "Forgot Password?",
  22. "signIn": "Sign In",
  23. "signUp": "Sign Up"
  24. },
  25. "settings": {
  26. "title": "Settings",
  27. "language": "Language",
  28. "theme": "Theme",
  29. "notifications": "Notifications"
  30. },
  31. "errors": {
  32. "network": "Network error, please check your connection",
  33. "unauthorized": "Please login to continue",
  34. "notFound": "Resource not found",
  35. "serverError": "Server error, please try again later"
  36. }
  37. }