wakeb-starter-cli
Version:
A powerful CLI tool for generating CRUD modules, common modules, and components with Vue 3 form schemas, featuring intelligent field detection and automatic schema generation
23 lines • 750 B
JSON
{
"welcome_back": "Welcome back 😊",
"login_first": "Please log in to your account first",
"fields": {
"email": "Email",
"password": "Password",
"forget_password": "Forgot your password?",
"new_password": "New Password",
"confirm_password": "Confirm New Password",
"remember_me": "Remember me"
},
"placeholder": {
"email": "Enter your email",
"password": "Enter your password",
"new_password": "Enter your new password",
"confirm_password": "Enter your confirm new password"
},
"sign_in": "Sign In",
"next": "Next",
"verify": "Verify",
"cancel": "Cancel",
"dont_worry": "Don’t worry, this happens to all of us. Enter your email below to recover your password."
}