mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Add files via upload
This commit is contained in:
@@ -60,7 +60,9 @@
|
||||
"logout": "Logout",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirmPassword": "Confirm password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"firstName": "First Name",
|
||||
"firstNamePlaceholder": "Your name (optional)",
|
||||
"forgotPassword": "Forgot password?",
|
||||
"resetPassword": "Reset password",
|
||||
"loginWithTelegram": "Login with Telegram",
|
||||
@@ -76,7 +78,14 @@
|
||||
"tryAgain": "Try Again",
|
||||
"welcomeBack": "Welcome back!",
|
||||
"loginTitle": "Login to Cabinet",
|
||||
"loginSubtitle": "Sign in with Telegram or use your email"
|
||||
"loginSubtitle": "Sign in with Telegram or use your email",
|
||||
"passwordMismatch": "Passwords do not match",
|
||||
"passwordTooShort": "Password must be at least 8 characters",
|
||||
"invalidEmail": "Please enter a valid email address",
|
||||
"emailAlreadyRegistered": "This email is already registered",
|
||||
"invalidCredentials": "Invalid email or password",
|
||||
"tooManyAttempts": "Too many attempts. Please try again later",
|
||||
"verificationEmailNotice": "After registration, a verification email will be sent to your address"
|
||||
},
|
||||
"emailVerification": {
|
||||
"title": "Email Verification",
|
||||
@@ -1187,6 +1196,7 @@
|
||||
"linkEmailDescription": "Link your email to log in without Telegram. After linking, you'll receive a verification email.",
|
||||
"linkEmail": "Link Email",
|
||||
"emailRequired": "Email is required",
|
||||
"invalidEmail": "Please enter a valid email address",
|
||||
"passwordMinLength": "Password must be at least 8 characters",
|
||||
"passwordsMismatch": "Passwords do not match",
|
||||
"passwordPlaceholder": "Enter password",
|
||||
|
||||
Reference in New Issue
Block a user