draw/public/locales/en/common.json
Adrián Borrageiros Mourelos 0ebef51f5c SAVE
2025-05-13 12:22:20 +02:00

59 lines
1.6 KiB
JSON

{
"header": {
"login": "Log in",
"register": "Sign up"
},
"home": {
"title": "Draw what you imagine",
"description": "A simple and powerful app to express your creativity through digital drawings.",
"startFree": "Start for free",
"learnMore": "Learn more"
},
"footer": {
"copyright": "© 2023 Draw. All rights reserved."
},
"auth": {
"login": {
"title": "Log in",
"subtitle": "Access your account to start drawing",
"email": "Email address",
"password": "Password",
"forgotPassword": "Forgot your password?",
"rememberMe": "Remember me",
"button": "Log in",
"buttonLoading": "Logging in...",
"noAccount": "Don't have an account?",
"signUp": "Sign up"
},
"register": {
"title": "Create account",
"subtitle": "Sign up to start drawing",
"username": "Username",
"email": "Email address",
"password": "Password",
"confirmPassword": "Confirm password",
"minChars": "Minimum 6 characters",
"button": "Create account",
"buttonLoading": "Creating account...",
"haveAccount": "Already have an account?",
"login": "Log in"
},
"errors": {
"passwordMatch": "Passwords do not match",
"passwordLength": "Password must be at least 6 characters long",
"registerError": "Error registering user",
"loginError": "Error logging in",
"unknownError": "An unknown error has occurred"
}
},
"language": {
"select": "Select language",
"es": "Spanish",
"en": "English"
},
"theme": {
"light": "Light theme",
"dark": "Dark theme",
"select": "Select theme"
}
}