| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "login": {
- "tip1": "Tip: Old users",
- "tip2": "Must",
- "tip3": "Bind your phone number to log in",
- "binding": "Press me now to go to the binding page"
- },
- "common": {
- "confirm": "Confirm",
- "cancel": "Cancel",
- "title": ""
- },
- "home": {
- "title": "Home Screen",
- "subtitle": "Welcome to our app",
- "features": "Features"
- },
- "auth": {
- "email": "Email",
- "password": "Password",
- "forgotPassword": "Forgot Password?",
- "signIn": "Sign In",
- "signUp": "Sign Up"
- },
- "settings": {
- "title": "Settings",
- "language": "Language",
- "theme": "Theme",
- "notifications": "Notifications"
- },
- "errors": {
- "network": "Network error, please check your connection",
- "unauthorized": "Please login to continue",
- "notFound": "Resource not found",
- "serverError": "Server error, please try again later"
- }
- }
|