@controlla/cli
Version:
Command line interface for rapid Controlla projects development
106 lines • 4.21 kB
JSON
{
"app": {
"title" : "My App"
},
"login": {
"email": "Email",
"email_or_phone": "Email/Phone",
"email_placeholder": "Enter your email or phone here",
"password": "Password",
"password_placeholder": "Enter your password here",
"keep_connected": "Keep connected",
"forgot_password": "Forgot password",
"login": "Sign In",
"logout": "Logout",
"reset_password": "Reset password",
"reset_message": "Enter your email below to receive your password reset instruction",
"send_reset_link": "Send the reset link",
"password_confirmation": "Password confirmation",
"still_having_trouble": "Still having trouble logging in?",
"havent_account": "Don't have a account?",
"back_login": "Back to login",
"register": "Create account",
"welcome": "Welcome",
"description": "Description app",
"start": "start",
"or_continue": "or Continue"
},
"validation": {
"out_of_range": "El campo {attribute} fuera de rango {other} - {value}.",
"error_type": "El campo {attribute} no permite caracteres especiales.",
"email": "The {attribute} must be a valid email address.",
"required": "The {attribute} field is required.",
"required_if": "The {attribute} field is required when {other} is {value}.",
"required_unless": "The {attribute} field is required unless {other} is in {values}.",
"required_with": "The {attribute} field is required when {values} is present.",
"required_with_all": "The {attribute} field is required when {values} is present.",
"required_without": "The {attribute} field is required when {values} is not present.",
"required_without_all": "The {attribute} field is required when none of {values} are present.",
"same": "{attribute} debe coincidir con {other}.",
"length": "{attribute} debe contener por lo menos {length} caracteres."
},
"errors": {
"no_connection": "No estas conectado a internet",
"connect_timeout" : "Tiempo de conexion al servidor agotada",
"send_timeout" : "Tiempo de la Solicitud al servidor terminado",
"receive_timeout": "Tiempo de la Respusta del servidor agotada",
"cancel": "Cancelado",
"other": "Error desconocido del servidor"
},
"otp": {
"phone_verification": "Phone verification",
"msg": "Ingresa tu NIP movil",
"step_1": "Step 1/8",
"step_2": "Step 2/8",
"step_3": "Step 3/8",
"step_4": "Step 4/8",
"start_with_expert": "Start with expert",
"text_otp_phone": "Enter your phone to start with expert",
"phone": "Phone",
"next": "Next",
"phone_placeholder": "*** *** ** **",
"didnt_receive_the_code": "Didn't receive the code? ",
"resend": "Resend",
"verify": "Verify",
"verify_phone": "Verify your phone"
},
"register": {
"register": "Register",
"name": "Name",
"name_placeholder": "Enter your name",
"last_name": "Last name",
"last_name_placeholder": "Enter your last name",
"email": "Email",
"email_placeholder": "Enter your email",
"password": "Confirm password",
"password_placeholder": "Enter your password",
"confirm_password": "Password",
"confirm_password_placeholder": "confirm your password",
"i_had_reed_and_accept": "I had reed and accept all",
"terms_and_conditions": "Terms and Conditions",
"also": "also",
"the": "the",
"privacy_policies": "Privacity Policies",
"have_account": "Have a account?",
"login": "login"
},
"resset": {
"resset_password": "Resset password",
"text_resset_password": {
"1": "Enter the registered ",
"2": "phone number ",
"3": "and we will help you reset your password."
},
"phone": "Phone number",
"phone_placeholder": "Enter your phone number",
"send": "Send",
"remember_your_password": "Did you remember your password?",
"login": "Login",
"msg": "We send the verification code to your number",
"didnt_receive_the_code": "Didn't receive the code?",
"resend": "Resend",
"verify": "Verify",
"resset_password_rules": "The password must be 8 to 32 characters long with at least one number and one special character",
"create_password": "Create password"
}
}