{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Tablero",
    "Advertising": "Publicidad",
    "Subscription Reports": "Informes de Suscripción",
    "Manage Business": "Gestionar Negocio",
    "Categories": "Categorías",
    "Business List": "Lista de Negocios",
    "Manage Plans": "Gestionar Planes",
    "Create Plan": "Crear Plan",
    "Staff Management": "Gestión de Personal",
    "Create Staff": "Crear Personal",
    "Manage Staff": "Gestionar Personal",
    "Messages": "Mensajes",
    "Manage Messages": "Gestionar Mensajes",
    "CMS Manage": "Administrar CMS",
    "Manage Pages": "Administrar Páginas",
    "Manage FAQs": "Administrar FAQs",
    "Terms & Conditions": "Términos y Condiciones",
    "Privacy & Policy": "Política de Privacidad",
    "Testimonials": "Testimonios",
    "Features": "Funciones",
    "Interface": "Interfaz",
    "Manage Blogs": "Administrar Blogs",
    "Newsletters": "Boletines",
    "Roles & Permissions": "Roles y Permisos",
    "Roles": "Roles",
    "Permissions": "Permisos",
    "Settings": "Configuraciones",
    "Currencies": "Monedas",
    "Notifications": "Notificaciones",
    "SMS Settings": "Configuración de SMS",
    "Payment Gateway": "Pasarela de Pago",
    "System Settings": "Configuraciones del Sistema",
    "General Settings": "Configuraciones Generales",

    "Banner": "Banner",
    "Add New Banner": "Agregar nuevo banner",
    "Banner List": "Lista de banners",
    "Status": "Estado",
    "Image": "Imagen",
    "Active": "Activo",
    "Cancel": "Cancelar",
    "Save": "Guardar",
    "Edit Banner": "Editar banner",
    "Advertising List": "Lista de publicidad",
    "Create Banner": "Crear banner",
    "SL": "SL",
    "Create Advertising": "Crear publicidad",
    "Reset": "Restablecer",
    "Edit Advertising": "Editar publicidad",
    "Edit": "Editar",
    "Delete": "Eliminar",
    "Shop": "Tienda",
    "Add new Package": "Agregar nuevo paquete",
    "Shop List": "Lista de tiendas",
    "Subscription Plan": "Plan de suscripción",
    "Select Plan Category": "Seleccionar categoría del plan",
    "Package Name": "Nombre del paquete",
    "Enter Package Name": "Ingresar nombre del paquete",
    "Business Category": "Categoría de negocio",
    "Select Business Category": "Seleccionar categoría de negocio",
    "Duration in Days": "Duración en días",
    "Enter number": "Ingresar número",
    "Offer Price": "Precio de oferta",
    "Enter Plan Price": "Ingresar precio del plan",
    "Subscription Price": "Precio de suscripción",
    "Enter Subscription Price": "Ingresar precio de suscripción",
    "View": "Ver",
    "Upgrade Plan": "Actualizar plan",
    "Edit Shop": "Editar tienda",
    "Select Category": "Seleccionar categoría",
    "Shop/Business Name": "Nombre de la tienda/negocio",
    "Enter Shop/Business Name": "Ingresar nombre de la tienda/negocio",
    "Package": "Paquete",
    "Select a package": "Seleccionar un paquete",
    "Name": "Nombre",
    "Enter Name": "Ingresar nombre",
    "Role": "Rol",
    "Select a role": "Seleccionar un rol",
    "Email": "Correo electrónico",
    "Enter Email": "Ingresar correo electrónico",
    "Phone": "Teléfono",
    "Enter Phone Number": "Ingresar número de teléfono",
    "Password": "Contraseña",
    "Enter Password": "Ingresar contraseña",
    "Confirm password": "Confirmar contraseña",
    "Enter Confirm password": "Confirmar contraseña",
    "Address": "Dirección",
    "Enter Address": "Ingresar dirección",
    "Select Country": "Seleccionar país",
    "Select a Country": "Seleccionar un país",
    "Balance": "Balance",
    "Enter Balance": "Ingresar balance",
    "Search...": "Buscar...",
    "Business Name": "Nombre del negocio",
    "Last Enroll": "Última inscripción",
    "Expired Date": "Fecha de vencimiento",
    "Action": "Acción",
    "Select A Plan": "Seleccionar un plan",
    "Select One": "Seleccionar uno",
    "Price": "Precio",
    "Enter plan price or select a plan": "Ingresar precio del plan o seleccionar un plan",
    "Payment Gateways": "Pasarelas de pago",
    "Select A payment gateway": "Seleccionar una pasarela de pago",
    "Notes": "Notas",
    "Enter notes": "Ingresar notas",
    "Business View": "Vista del negocio",
    "Created date": "Fecha de creación",
    "Category": "Categoría",
    "Add new Category": "Agregar nueva categoría",
    "View List": "Ver lista",
    "Buisness Name": "Nombre del negocio",
    "Enter Description": "Ingresar descripción",
    "Description": "Descripción",
    "Edit Business Category": "Editar categoría del negocio",
    "Enter Buisness Description": "Ingresar descripción del negocio",
    "Business Categories List": "Lista de categorías de negocios",
    "Add New": "Agregar nuevo",
    "Reports": "Reportes",
    "All": "Todos",
    "Active User": "Usuario activo",
    "Deactive User": "Usuario inactivo",
    "Date": "Fecha",
    "SL.": "SL.",
    "Invoice": "Factura",
    "Customer Name": "Nombre del cliente",
    "Amount": "Cantidad",
    "View Report": "Ver informe",
    "Download Report": "Descargar informe",
    "User View": "Vista de usuario",
    "Shop Name": "Nombre de la tienda",
    "Country": "País",
    "Reason": "Razón",
    "Are You Sure?": "¿Estás seguro?",
    "You won't be able to revert this!": "¡No podrás revertir esto!",
    "Yes, Delete It!": "Sí, borrarlo",
    "Add Currency": "Agregar moneda",
    "Code": "Código",
    "Symbol": "Símbolo",
    "Position": "Posición",
    "Inactive": "Inactivo",
    "Make Default": "Hacer predeterminado",
    "Edit Currency": "Editar moneda",
    "Currency": "Moneda",

    "Total Businesses": "Total de negocios",
    "Total Expired Businesses": "Total de negocios vencidos",
    "Total Plan Subscribes": "Total de suscripciones al plan",
    "Total Business Categories": "Total de categorías de negocios",
    "Total Plans": "Total de planes",
    "Total Staffs": "Total de personal",
    "Finance Overview": "Resumen financiero",

    "Gateway Settings": "Configuración de la pasarela",
    "Payment Gateway Settings": "Configuración de la pasarela de pago",
    "GATEWAY IMAGE": "IMAGEN DE LA PASARELA",
    "GATEWAY NAME": "NOMBRE DE LA PASARELA",
    "Gateway Charge": "Cargo de la pasarela",
    "Gateway Currency": "Moneda de la pasarela",
    "Gateway Mode": "Modo de la pasarela",
    "Is Manual": "Es manual",
    "Yes": "Sí",
    "No": "No",
    "Label": "Etiqueta",
    "Enter label name": "Ingrese el nombre de la etiqueta",
    "Select Required/Optionl": "Seleccionar Requerido/Opcional",
    "Required": "Requerido",
    "Optional": "Opcional",
    "Add new row": "Agregar nueva fila",
    "INSTRUCTIONS": "INSTRUCCIONES",
    "Enter payment instructions here": "Ingrese las instrucciones de pago aquí",

    "Messages List": "Lista de Mensajes",
    "Search": "Buscar",
    "Company Name": "Nombre de la Empresa",
    "Message": "Mensaje",

    "Notifications List": "Lista de Notificaciones",
    "Today": "Hoy",
    "Last 7 Days": "Últimos 7 Días",
    "Last 15 Days": "Últimos 15 Días",
    "Last Month": "Último Mes",
    "Last Year": "Último Año",
    "Created At": "Creado En",
    "Read At": "Leído En",
    "Add New Payment Type": "Agregar Nuevo Tipo de Pago",
    "Enter Payment Type": "Ingrese Tipo de Pago",
    "Edit Payment Type": "Editar Tipo de Pago",
    "Payment Type": "Tipo de Pago",
    "Add Payment Type": "Agregar Tipo de Pago",
    "Per Page- 10": "Por Página- 10",
    "Per Page- 25": "Por Página- 25",
    "Per Page- 50": "Por Página- 50",
    "Per Page- 100": "Por Página- 100",
    "Assigned Role": "Rol Asignado",
    "Assign Role To User": "Asignar Rol al Usuario",
    "Select User": "Seleccionar Usuario",
    "User": "Usuario",
    "Select Role": "Seleccionar Rol",
    "Add Subscription Plan": "Agregar Plan de Suscripción",
    "Package List": "Lista de Paquetes",
    "Add New Features": "Agregar Nuevas Funcionalidades",
    "Enter features": "Ingresar Funcionalidades",
    "Edit Subscription Plan": "Editar Plan de Suscripción",
    "Edit Package": "Editar Paquete",
    "Enter Duration Days": "Ingresar Duración en Días",
    "Deactive": "Desactivar",
    "Create Plans": "Crear Planes",
    "User Profile": "Perfil de Usuario",
    "Registration Date": "Fecha de Registro",
    "Enter Your Name": "Ingrese su Nombre",
    "Enter Your Email": "Ingrese su Correo Electrónico",
    "Profile Picture": "Imagen de Perfil",
    "Current Password": "Contraseña Actual",
    "Enter Your Current Password": "Ingrese su Contraseña Actual",
    "New Password": "Nueva Contraseña",
    "Enter New Password": "Ingrese Nueva Contraseña",
    "Save Changes": "Guardar Cambios",
    "Add New Role": "Agregar Nuevo Rol",
    "Set role permissions": "Establecer Permisos de Rol",
    "Role Name": "Nombre del Rol",
    "Enter role name": "Ingrese el nombre del rol",
    "Role Permissions": "Permisos de Rol",
    "Setup role permissions": "Configurar Permisos de Rol",
    "Select All": "Seleccionar Todo",
    "Roles List": "Lista de Roles",
    "Add role, if it does not exist": "Agregar rol, si no existe",
    "Edit Role": "Editar Rol",
    "Privacy & Policy Settings": "Configuraciones de Privacidad y Política",
    "Update": "Actualizar",
    "Term & Condition Settings": "Configuraciones de Términos y Condiciones",
    "Title": "Título",
    "Enter Title": "Ingrese Título",
    "Copy Right": "Derechos de Autor",
    "Admin Footer Text": "Texto de Pie de Página del Administrador",
    "Enter Text": "Ingrese Texto",
    "Admin Footer Link Text": "Texto de Enlace de Pie de Página del Administrador",
    "Admin Footer Link": "Enlace de Pie de Página del Administrador",
    "Enter Link": "Ingrese Enlace",
    "Main Header Logo": "Logotipo Principal del Encabezado",
    "Common Header Logo": "Logotipo Común del Encabezado",
    "Footer Logo": "Logotipo del Pie de Página",
    "Admin Logo": "Logotipo del Administrador",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "No Utilice Ningún Tipo de Espacio en los Campos de Entrada",

    "App": "Aplicación",
    "Drivers": "Controladores",
    "Storage Settings": "Configuración de Almacenamiento",
    "Mail Configuration": "Configuración de Correo",
    "Others": "Otros",
    "APP_NAME": "NOMBRE_DE_LA_APP",
    "APP_KEY": "CLAVE_DE_LA_APP",
    "APP_DEBUG": "DEPURACIÓN_DE_LA_APP",
    "APP_URL": "URL_DE_LA_APP",
    "QUEUE_MAIL": "CORREO_DE_COLA",
    "MAIL_DRIVER_TYPE": "TIPO_DE_CONTROLADOR_DE_CORREO",
    "MAIL DRIVER": "CONTROLADOR_DE_CORREO",
    "MAIL_HOST": "HOST_DE_CORREO",
    "MAIL_PORT": "PUERTO_DE_CORREO",
    "MAIL_USERNAME": "NOMBRE_DE_USUARIO_DE_CORREO",
    "MAIL_PASSWORD": "CONTRASEÑA_DE_CORREO",
    "MAIL_ENCRYPTION": "ENCRIPTACIÓN_DE_CORREO",
    "MAIL_FROM_ADDRESS": "DIRECCIÓN_DE_CORREO_DEL_REMITENTE",
    "MAIL_FROM_NAME": "NOMBRE_DE_CORREO_DEL_REMITENTE",
    "QUEUE COMMAND Path": "RUTA_DE_COMANDO_DE_COLA",
    "CACHE_DRIVER": "CONTROLADOR_DE_CACHE",
    "Recommended": "Recomendado",
    "QUEUE_CONNECTION": "Conexión de Cola",
    "SESSION_DRIVER": "Controlador de Sesión",
    "SESSION_LIFETIME": "Tiempo de Vida de la Sesión",
    "REDIS_PORT": "Puerto REDIS",
    "REDIS_URL": "URL de REDIS",
    "REDIS_PASSWORD": "Contraseña de REDIS",
    "AWS S3 Storage Bucket'": "Bucket de Almacenamiento AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Complete estas credenciales si desea usar el Bucket de Almacenamiento AWS S3",
    "Wasabi Storage Bucket": "Bucket de Almacenamiento Wasabi",
    "public (uploads folder)": "público (carpeta de cargas)",
    "AWS_ACCESS_KEY_ID": "ID de Clave de Acceso AWS",
    "AWS_SECRET_ACCESS_KEY": "Clave de Acceso Secreta AWS",
    "AWS_DEFAULT_REGION": "Región Predeterminada de AWS",
    "AWS_BUCKET": "Bucket de AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Complete estas credenciales si desea usar el Bucket de Almacenamiento Wasabi",
    "WAS_ACCESS_KEY_ID": "ID de Clave de Acceso de Wasabi",
    "WAS_SECRET_ACCESS_KEY": "Clave de Acceso Secreta de Wasabi",
    "WAS_DEFAULT_REGION": "Región Predeterminada de Wasabi",
    "WAS_BUCKET": "Bucket de Wasabi",
    "WAS_ENDPOINT": "Punto de Extremo de Wasabi",
    "CACHE_LIFETIME": "Tiempo de Vida de la Caché",
    "Paid": "Pagado",
    "Reject": "Rechazar",
    "Why are you reject It?": "¿Por qué lo estás rechazando?",
    "Enter Reason": "Ingrese la Razón",
    "Confirm": "Confirmar",
    "Subscriptions List": "Lista de Suscripciones",
    "Started": "Comenzado",
    "End": "Fin",
    "Gateway Method": "Método de la Pasarela",
    "Are you sure?": "¿Estás seguro?",
    "Add New Testimonial": "Agregar Nuevo Testimonio",
    "Client Name": "Nombre del Cliente",
    "Enter Client Name": "Ingrese el Nombre del Cliente",
    "Stars": "Estrellas",
    "Works At": "Trabaja En",
    "Client Image": "Imagen del Cliente",
    "Review": "Reseña",
    "Enter text": "Ingresar texto",
    "Enter review message here": "Ingrese el mensaje de revisión aquí",
    "Edit Testimonial": "Editar Testimonio",
    "Testimonials List": "Lista de Testimonios",
    "Create New": "Crear Nuevo",
    "Add New Staff": "Agregar Nuevo Personal",
    "Full Name": "Nombre Completo",
    "Enter Email Address": "Ingrese la Dirección de Correo Electrónico",
    "Edit Staff": "Editar Personal",
    "Staff List": "Lista de Personal",
    "User Email": "Correo Electrónico del Usuario",
    "User Role": "Rol del Usuario",
    "Comments": "Comentarios",
    "Comment List": "Lista de Comentarios",
    "Create Blog": "Crear Blog",
    "Blog List": "Lista de Blogs",
    "Select a status": "Seleccionar un estado",
    "Tags": "Etiquetas",
    "Enter tags name": "Ingresar nombre de etiquetas",
    "SEO Meta Tags": "Etiquetas Meta SEO",
    "Meta Title": "Título Meta",
    "Meta Description": "Descripción Meta",
    "Enter meta Description": "Ingrese la Descripción Meta",
    "Comment": "Comentario",
    "Edit Blog": "Editar Blog",
    "Blogs": "Blogs",
    "Create Faqs": "Crear Preguntas Frecuentes",
    "Add New FAQs": "Agregar Nuevas Preguntas Frecuentes",
    "Question": "Pregunta",
    "InActive": "Inactivo",
    "Answer": "Respuesta",
    "Enter question answer here": "Ingrese la respuesta de la pregunta aquí",
    "Edit Faqs": "Editar Preguntas Frecuentes",
    "FAQS List": "Lista de Preguntas Frecuentes",
    "View Details": "Ver Detalles",
    "Create Feature": "Crear Característica",
    "Add New Feature": "Agregar Nueva Característica",
    "Backgroud Color": "Color de Fondo",
    "Enter Color": "Ingrese el Color",
    "Edit Feature": "Editar Característica",
    "Features List": "Lista de Características",
    "Create Interfaces": "Crear Interfaces",
    "Add New Interface": "Agregar Nueva Interfaz",
    "Edit Interface": "Editar Interfaz",
    "Interfaces List": "Lista de Interfases",
    "Newsletters List": "Lista de Boletines",
    "Page for Updating Website Sections": "Página para Actualizar Secciones del Sitio Web",
    "Slider Section": "Sección de Deslizador",
    "Header Section": "Sección de Encabezado",
    "Feature Section": "Sección de Características",
    "Interface Section": "Sección de Interfaz",
    "Watch Section": "Sección de Observación",
    "Testimonial Section": "Sección de Testimonios",
    "Blog Section": "Sección de Blog",
    "About us Page": "Página Acerca de Nosotros",
    "Terms And Conditions": "Términos y Condiciones",
    "Privacy Page": "Página de Privacidad",
    "Contuct us Page": "Página de Contacto",
    "Pricing Section": "Sección de Precios",
    "Footer Section": "Sección de Pie de Página",
    "Social Medias": "Redes Sociales",
    "Button One": "Botón Uno",
    "Button Text": "Texto del Botón",
    "Button One Link": "Enlace del Botón Uno",
    "Button Two": "Botón Dos",
    "Button Two Link": "Enlace del Botón Dos",
    "Scanner Text": "Texto del Escáner",
    "Scanner Image": "Imagen del Escáner",
    "Slider Image": "Imagen del Deslizador",
    "Header Button Text": "Texto del Botón de Encabezado",
    "Header Button Link": "Enlace del Botón de Encabezado",
    "Enter Header link": "Ingrese el enlace del encabezado",
    "Section Title": "Título de la Sección",
    "Enter Section Title": "Ingrese el título de la sección",
    "Interface Title": "Título de la Interfaz",
    "Watch Title": "Título del Reloj",
    "Button Link": "Enlace del Botón",
    "Watch Image": "Imagen del Reloj",
    "Blog Title": "Título del Blog",
    "Read More Button Text": "Texto del Botón Leer Más",
    "View All Button Text": "Texto del Botón Ver Todos",
    "View All Link": "Enlace Ver Todos",
    "Testimonial Title": "Título del Testimonio",
    "Enter Short Title": "Ingrese el Título Corto",
    "Long Title": "Título Largo",
    "About Image": "Imagen Acerca De",
    "Description One": "Descripción Uno",
    "Description Two": "Descripción Dos",
    "Option": "Opción",
    "Icon": "Ícono",
    "Plan Button Url": "URL del Botón del Plan",
    "Short Title": "Título Corto",
    "Right Footer Title": "Título del Pie de Página Derecho",
    "Middle Footer Title": "Título del Pie de Página Medio",
    "Apple App Link": "Enlace de la Aplicación de Apple",
    "Apple App": "Aplicación de Apple",
    "Google Play Link": "Enlace de la Aplicación de Google Play",
    "Google Play App": "Aplicación de Google Play",
    "Right Footer": "Pie de Página Derecho",
    "Link": "Enlace",
    "Middle Footer": "Pie de Página Medio",
    "Left Footer": "Pie de Página Izquierdo",
    "Footer Socials": "Redes Sociales del Pie de Página",
    "Forgot Password": "Olvidé mi Contraseña",
    "Enter the email address associated with your account": "Ingrese la dirección de correo electrónico asociada a su cuenta",
    "Enter your Email": "Ingrese su Correo Electrónico",
    "Continue": "Continuar",
    "Back to Login": "Volver al Inicio de Sesión",
    "Login": "Iniciar Sesión",
    "Welcome to": "Bienvenido a",
    "Welcome back, Please login in to your account": "Bienvenido de vuelta, por favor inicie sesión en su cuenta",
    "Remember me": "Recuérdame",
    "Forgot Password?": "¿Olvidaste tu Contraseña?",
    "Super Admin": "Super Administrador",
    "Admin": "Administrador",
    "Manager": "Gerente",
    "Reset Password": "Restablecer Contraseña",
    "Change Password": "Cambiar Contraseña",
    "Create new password, it must be Strong password.": "Cree una nueva contraseña, debe ser una contraseña fuerte.",
    "Confirm Password": "Confirmar Contraseña",
    "You Have": "Tienes",
    "new Notifications": "nuevas Notificaciones",
    "Mark all Read": "Marcar todas como leídas",
    "View all notifications": "Ver todas las notificaciones",
    "Clear cache": "Limpiar caché",
    "My Profile": "Mi Perfil",
    "Logout": "Cerrar Sesión",
    "About Us": "Acerca de Nosotros",
    "Home": "Inicio",
    "Pricing": "Precios",
    "Pages": "Páginas",
    "Blog": "Blog",
    "Privacy Policy": "Política de Privacidad",
    "Contact Us": "Contáctenos",
    "You are having this email because you have requested for a password reset.": "Estás recibiendo este correo electrónico porque has solicitado restablecer tu contraseña.",
    "Your verification code is:": "Tu código de verificación es:",
    "This password reset code will expire in 60 minutes.": "Este código de restablecimiento de contraseña expirará en 60 minutos.",
    "If you did not request a password reset, no further action is required.": "Si no solicitaste restablecer la contraseña, no es necesario que realices ninguna otra acción.",
    "Regards": "Saludos",
    "All right reserved": "Todos los derechos reservados",
    "Hi": "Hola",
    "Dear": "Estimado",
    "Your OTP code is": "tu código OTP es",
    "Please do not share this PIN with anyone": "Por favor, no compartas este PIN con nadie",
    "Best Regards": "Atentamente",
    "Gateway Name": "Nombre del Gateway",
    "Subscription Name": "Nombre de la Suscripción",
    "Payable Amount": "Cantidad a Pagar",
    "Phone Number": "Número de Teléfono",
    "Enter your phone number": "Ingresa tu número de teléfono",
    "Pay Now": "Pagar Ahora",
    "Next": "Siguiente",
    "Previous": "Anterior",
    "Free": "Gratis",
    "Features Of Free Plan": "Características del Plan Gratuito",
    "Choose Plan": "Elegir Plan",
    "Blog Details": "Detalles del Blog",
    "Leave a Comment Here": "Deja un Comentario Aquí",
    "Your email address will not be published": "Tu dirección de correo electrónico no será publicada",
    "Enter your name": "Ingresa tu nombre",
    "Enter your email": "Ingresa tu correo electrónico",
    "Enter your comment": "Ingresa tu comentario",
    "Recent Posts": "Publicaciones Recientes",
    "Create a Free Account": "Crear una Cuenta Gratis",
    "Enter full name": "Ingresa tu nombre completo",
    "Enter phone number": "Ingresa tu número de teléfono",
    "Enter email address": "Ingresa tu dirección de correo electrónico",
    "Company": "Empresa",
    "Enter company name": "Ingrese el nombre de la empresa",
    "Enter your message": "Ingrese su mensaje",
    "Pricing Plan": "Plan de Precios",
    "Subscription Plans": "Planes de Suscripción",

    "Plan List": "Lista de planes",
    "Work At": "Trabajar en",
    "Show- 10": "Mostrar- 10",
    "Show- 25": "Mostrar- 25",
    "Show- 50": "Mostrar- 50",
    "Show- 100": "Mostrar- 100",
    "Duration": "Duración",
    "Select": "Seleccionar",
    "Currency List": "Lista de monedas",
    "Default": "Predeterminado",
    "Country Name": "Nombre del país",
    "View Website": "Ver Sitio Web",
    "Contact Messages": "Mensajes de Contacto",

    "Total Shop": "Tienda Total",
    "Expired Businesses": "Empresas Caducadas",
    "Plan Subscribes": "Suscripciones de Plan",
    "Total Categories": "Total de Categorías",
    "Recent Register": "Registro Reciente",
    "Date & Time": "Fecha y Hora",
    "View All": "Ver Todo",
    "Add new Business": "Agregar Nuevo Negocio",
    "Enter Company Name": "Ingrese el Nombre de la Empresa",
    "Edit Business": "Editar Negocio",
    "Create Business": "Crear Negocio",
    "Enter Buisness Name": "Ingrese el Nombre del Negocio",
    "Note: Enter embedded video link": "Nota: Ingrese el enlace de video incrustado",
    "Enter title": "Ingrese el Título",
    "Enter Code": "Ingrese el Código",
    "Enter Symbol": "Ingrese el Símbolo",
    "Select a position": "Seleccione una posición",
    "left": "izquierda",
    "right": "derecha",
    "TIMEZONE": "ZONA HORARIA",
    "Note :": "Nota :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Si está utilizando MAIL QUEUE después de cambiar la configuración de correo, necesita reiniciar su supervisor desde su servidor.",
    "QUEUE COMMAND Path :": "Ruta del COMANDO DE COLA :",
    "QUEUE COMMAND :": "COMANDO DE COLA :",
    "Storage Method": "Método de Almacenamiento",

    "Brand List": "Lista de Marcas",
    "Add new Brand": "Agregar nueva Marca",
    "items show": "artículos mostrar",
    "Brand Name": "Nombre de la Marca",
    "Create Brand": "Crear Marca",
    "Enter Brand Name": "Ingresar Nombre de la Marca",
    "Edit Brand": "Editar Marca",
    "Add New Category": "Agregar Nueva Categoría",
    "Enter Category Name": "Ingresar Nombre de la Categoría",
    "Select Variations": "Seleccionar Variaciones",
    "Capacity": "Capacidad",
    "Color": "Color",
    "Size": "Tamaño",
    "Type": "Tipo",
    "Weight": "Peso",
    "Edit Category": "Editar Categoría",
    "Category List": "Lista de Categorías",
    "You want to delete everything!": "¡Quieres eliminar todo!",
    "Total Sales": "Ventas Totales",
    "Total Purchase": "Compra Total",
    "Total Income": "Ingreso Total",
    "This Month": "Este Mes",
    "Total Expense": "Gasto Total",
    "Total Customer": "Total de Clientes",
    "Total Supplier": "Total de Proveedores",
    "Sales Returns": "Devoluciones de Ventas",
    "Purchase Returns": "Devoluciones de Compras",
    "Low Stock": "Bajo Stock",
    "Alert Qty": "Cantidad de Alerta",
    "Profit": "Beneficio",
    "Loss": "Pérdida",
    "Purchase": "Compra",
    "Sales": "Ventas",
    "Income": "Ingreso",
    "Expense": "Gasto",
    "Recent Sales": "Ventas Recientes",
    "Recent Purchase": "Compra Reciente",
    "Customer": "Cliente",
    "Total": "Total",
    "Due": "Vencido",
    "Collect Due": "Cobrar Vencido",
    "Select Invoice": "Seleccionar Factura",
    "Select an Invoice": "Seleccionar una Factura",
    "Total Amount": "Monto Total",
    "Paid Amount": "Monto Pagado",
    "Due Amount": "Monto Vencido",
    "Select one": "Seleccionar uno",
    "Cash": "Efectivo",
    "Card": "Tarjeta",
    "Check": "Cheque",
    "Mobile Pay": "Pago Móvil",
    "Due List": "Lista de Vencidos",
    "Mobile": "Móvil",
    "Sale": "Venta",
    "Bill To": "Facturar A",
    "Collected By": "Cobrado Por",
    "Total Due": "Total Vencido",
    "Payment Amount": "Monto del Pago",
    "Remaining Due": "Vencido Restante",
    "Powered By": "Desarrollado por",
    "Create Expense Catgeory": "Crear Categoría de Gasto",
    "Catgeory Name": "Nombre de la Categoría",
    "Enter catgeory Name": "Ingresar Nombre de la Categoría",
    "Edit Expense Category": "Editar Categoría de Gasto",
    "Expense Category List": "Lista de Categorías de Gasto",
    "Add new": "Agregar nuevo",
    "Category Name": "Nombre de la Categoría",
    "Create Expense": "Crear Gasto",
    "Enter Amount": "Ingresar Monto",
    "Select A Category": "Seleccionar Una Categoría",
    "Expense For": "Gasto Para",
    "Enter Expense For": "Ingresar Gasto Para",
    "Select a payment type": "Seleccionar un tipo de pago",
    "Bank": "Banco",
    "Mobile Payment": "Pago Móvil",
    "Reference Number": "Número de Referencia",
    "Enter reference number": "Ingresar número de referencia",
    "Expense Date": "Fecha de Gasto",
    "Note": "Nota",
    "Enter note": "Ingresar nota",
    "Edit Expense": "Editar Gasto",
    "Expense List": "Lista de Gastos",
    "Expesne For": "Gasto Para",
    "Create Income Catgeory": "Crear Categoría de Ingreso",
    "Enter catgeory name": "Ingresar nombre de categoría",
    "Edit Income Category": "Editar Categoría de Ingreso",
    "Income Category List": "Lista de Categorías de Ingreso",
    "Create Income": "Crear Ingreso",
    "Enter amount": "Ingresar monto",
    "Enter income for": "Ingresar ingreso para",
    "Income Date": "Fecha de Ingreso",
    "Edit Income": "Editar Ingreso",
    "Income List": "Lista de Ingresos",
    "Sale New": "Venta Nueva",
    "Sale List": "Lista de Ventas",
    "Sale Return": "Devolución de Venta",
    "Purchases": "Compras",
    "Purchase New": "Compra Nueva",
    "Purchase List": "Lista de Compras",
    "Purchase Return": "Devolución de Compra",
    "Products": "Productos",
    "All Product": "Todos los Productos",
    "Add Product": "Agregar Producto",
    "Brand": "Marca",
    "Unit": "Unidad",
    "Stock List": "Lista de Stock",
    "Customers": "Clientes",
    "All Customers": "Todos los Clientes",
    "Add Customer": "Agregar Cliente",
    "Suppliers": "Proveedores",
    "All Suppliers": "Todos los Proveedores",
    "Add Supplier": "Agregar Proveedor",
    "Income Category": "Categoría de Ingreso",
    "Expense Category": "Categoría de Gasto",
    "Subscriptions": "Suscripciones",
    "Profit & Loss List": "Lista de Ganancias y Pérdidas",
    "All Income": "Todos los Ingresos",
    "All Expense": "Todos los Gastos",
    "Current Stock": "Stock Actual",
    "Customer Due": "Deuda del Cliente",
    "Supplier Due": "Deuda del Proveedor",
    "Loss & Profit": "Pérdida y Ganancia",
    "Loss/Profit": "Pérdida/Ganancia",
    "Unpaid": "No Pagado",
    "Loss Profit": "Pérdida Ganancia",
    "Loss Profit List": "Lista de Pérdidas y Ganancias",
    "Product List": "Lista de Productos",
    "Create Party": "Crear Parte",
    "List": "Lista",
    "Party Type": "Tipo de Parte",
    "Retailer": "Minorista",
    "Dealer": "Distribuidor",
    "Wholesaler": "Mayorista",
    "Supplier": "Proveedor",
    "Enter Due": "Ingresar Deuda",
    "Edit Party": "Editar Parte",
    "Edit ": "Editar ",
    " List": " Lista",
    "Parties List": "Lista de Partes",
    "Add new ": "Agregar nuevo ",
    "Create Product": "Crear Producto",
    "Add new Product": "Agregar nuevo Producto",
    "Product Name": "Nombre del Producto",
    "Enter Product Name": "Ingresar Nombre del Producto",
    "Product Category": "Categoría del Producto",
    "Product Unit": "Unidad del Producto",
    "Product Code": "Código del Producto",
    "Enter Product Code": "Ingresar Código del Producto",
    "Stock": "Stock",
    "Enter stock qty": "Ingresar cantidad de stock",
    "Purchase Price": "Precio de Compra",
    "Enter purchase price": "Ingresar precio de compra",
    "Sale Price": "Precio de Venta",
    "Enter sale price": "Ingresar precio de venta",
    "Wholesale Price": "Precio Mayorista",
    "Enter wholesale price": "Ingresar precio mayorista",
    "Dealer Price": "Precio de Distribuidor",
    "Enter dealer price": "Ingresar precio de distribuidor",
    "Manufacturer": "Fabricante",
    "Enter manufacturer name": "Ingresar nombre del fabricante",
    "Edit Product": "Editar Producto",
    "Product Brand": "Marca del Producto",
    "Purchase price": "Precio de compra",
    "Sale price": "Precio de venta",
    "Pos Sale": "Venta POS",
    "Invoice no": "No. de Factura",
    "Invoice No": "No. de Factura",
    "Items": "Artículos",
    "Qty": "Cantidad",
    "Sub Total": "Subtotal",
    "Purchase return Amount ": "Monto de devolución de compra",
    "Confirm Return": "Confirmar devolución",
    "Purchase Return List": "Lista de devoluciones de compra",
    "Return Date": "Fecha de devolución",
    "Return Amount": "Monto de devolución",
    "Return Qty": "Cantidad de devolución",
    "Brand list": "Lista de marcas",
    "0": "0",
    "Quick Action": "Acción rápida",
    "Today Purchase": "Compra de hoy",
    "Calculator": "Calculadora",
    "Select Supplier": "Seleccionar proveedor",
    "Receive Amount": "Monto recibido",
    "Search product...": "Buscar producto...",
    "Due: ": "Vencido: ",
    "Party Name": "Nombre del partido",
    "Discount": "Descuento",
    "Payment": "Pago",
    "INVOICE": "FACTURA",
    "Sells By": "Vende por",
    "Quantity": "Cantidad",
    "Unit Price": "Precio unitario",
    "Total Price": "Precio total",
    "Item": "Artículo",
    "Paid by": "Pagado por",
    "Subtotal": "Subtotal",
    "Customer Signature": "Firma del cliente",
    "Authorized Signature": "Firma autorizada",
    "Add Items": "Agregar artículos",
    "Enter Quantity": "Ingresar cantidad",
    "Enter Purchase Price": "Ingresar precio de compra",
    "Sales Price": "Precio de venta",
    "Enter Sales Price": "Ingresar precio de venta",
    "WholeSale Price": "Precio mayorista",
    "Enter WholeSale Price": "Ingresar precio mayorista",
    "Enter Dealer Price": "Ingresar precio de distribuidor",
    "Customer Due Reports": "Informes de saldo del cliente",
    "Customer Due List": "Lista de saldos del cliente",
    "Expense Reports": "Informes de gastos",
    "Expense Report List": "Lista de informes de gastos",
    "Income For": "Ingresos para",
    "Income Reports": "Informes de ingresos",
    "Income Report List": "Lista de informes de ingresos",
    "Loss Profit Reports": "Informes de pérdidas y ganancias",
    "From Date": "Desde la fecha",
    "To Date": "Hasta la fecha",
    "Loss Profit Report List": "Lista de informes de pérdidas y ganancias",
    "Discount Amount": "Monto de descuento",
    "Sale Date": "Fecha de venta",
    "Purchase Report List": "Lista de informes de compra",
    "Purchase Reports": "Informes de compra",
    "Purchase Return Report List": "Lista de informes de devolución de compra",
    "Purchase Return Reports": "Informes de devolución de compra",
    "Sales Report List": "Lista de informes de ventas",
    "Sale Reports": "Informes de ventas",
    "Sale Return Report": "Informe de devolución de venta",
    "Sale Return Reports": "Informes de devolución de venta",
    "Sale Return Report List": "Lista de informes de devolución de venta",
    "Cost": "Costo",
    "Stock Value": "Valor de inventario",
    "Stock Report List": "Lista de informes de inventario",
    "Stock Reports": "Informes de inventario",
    "Total Quantity": "Cantidad total",
    "Total Stock Value": "Valor total de inventario",
    "Supplier Due Reports": "Informes de saldo del proveedor",
    "Supplier Due List": "Lista de saldos del proveedor",
    "Profile Edit": "Editar perfil",
    "Parties": "Partidos",
    "Sales List": "Lista de ventas",
    "User Title": "Título de usuario",
    "Enter user title": "Ingresar título de usuario",
    "Email Address": "Dirección de correo electrónico",
    "Edit User Role": "Editar rol de usuario",
    "Add User Role": "Agregar rol de usuario",
    "Sale return Amount ": "Monto de devolución de venta",
    "Sales Return List": "Lista de devoluciones de venta",
    "Select Customer": "Seleccionar cliente",
    "Guest": "Invitado",
    "Enter Customer Phone Number": "Ingresar número de teléfono del cliente",
    "Type note...": "Escribir nota...",
    "Sales Return": "Devolución de ventas",
    "Purchases Return": "Devolución de compras",
    "Add Vat": "Agregar IVA",
    "Tax": "Impuesto",
    "Apply": "Aplicar",
    "Select a category": "Seleccionar una categoría",
    "Company And Business Name": "Nombre de la empresa y negocio",
    "Enter Phone": "Ingresar teléfono",
    "Logo": "Logo",
    "Invoice Logo": "Logo de la factura",
    "Purchase Plan": "Plan de compra",
    "Days": "Días",
    "Already Subscribed": "Ya suscrito",
    "Buy Now": "Comprar ahora",
    "Create Unit": "Crear unidad",
    "Unit Name": "Nombre de la unidad",
    "Enter Unit Name": "Ingresar nombre de la unidad",
    "Unit List": "Lista de unidades",
    "Add new Unit": "Agregar nueva unidad",
    "Overall Reports": "Informes generales",
    "Revenue Statistic": "Estadísticas de Ingresos",
    "Today Sales": "Ventas de Hoy",
    "Change Amount": "Cantidad de Cambio",
    "Vat": "IVA",
    "Save Product": "Guardar Producto",
    "Product": "Producto",
    "Category created successfully": "Categoría creada con éxito",
    "Category updated successfully": "Categoría actualizada con éxito",
    "Category deleted successfully": "Categoría eliminada con éxito",
    "Selected Category deleted successfully": "Categoría seleccionada eliminada con éxito",
    "Something went wrong!": "¡Algo salió mal!",
    "Brand created successfully": "Marca creada con éxito",
    "Brand updated successfully": "Marca actualizada con éxito",
    "Brand deleted successfully": "Marca eliminada con éxito",
    "Selected Brands deleted successfully": "Marcas seleccionadas eliminadas con éxito",
    "Something was wrong.": "Algo estuvo mal.",
    "Default currency activated successfully": "Moneda predeterminada activada con éxito",
    "Failed to set default currency. Please try again.": "No se pudo establecer la moneda predeterminada. Por favor, intente de nuevo.",
    "Collect Due saved successfully": "Recaudo guardado con éxito",
    "Expense Category saved successfully.": "Categoría de gasto guardada con éxito.",
    "Expense Category updated successfully.": "Categoría de gasto actualizada con éxito.",
    "Expense Category deleted successfully": "Categoría de gasto eliminada con éxito",
    "Selected item deleted successfully.": "Elemento seleccionado eliminado con éxito.",
    "Expense saved successfully.": "Gasto guardado con éxito.",
    "Expense updated successfully.": "Gasto actualizado con éxito.",
    "Expense deleted successfully": "Gasto eliminado con éxito",
    "Selected Items deleted successfully.": "Elementos seleccionados eliminados con éxito.",
    "Income Category saved successfully.": "Categoría de ingresos guardada con éxito.",
    "Income Category updated successfully.": "Categoría de ingresos actualizada con éxito.",
    "Income Category deleted successfully": "Categoría de ingresos eliminada con éxito",
    "Income saved successfully.": "Ingreso guardado con éxito.",
    "Income updated successfully.": "Ingreso actualizado con éxito.",
    "Income deleted successfully": "Ingreso eliminado con éxito",
    "Premission denied.": "Permiso denegado.",
    "Customer created successfully": "Cliente creado con éxito",
    "Supplier created successfully": "Proveedor creado con éxito",
    "Supplier deleted successfully": "Proveedor eliminado con éxito",
    "Customer deleted successfully": "Cliente eliminado con éxito",
    "Selected parties deleted successfully": "Partes seleccionadas eliminadas con éxito",
    "Product saved successfully.": "Producto guardado con éxito.",
    "Data saved successfully.": "Datos guardados con éxito.",
    "Product deleted successfully": "Producto eliminado con éxito",
    "Selected product deleted successfully": "Producto seleccionado eliminado con éxito",
    "Cart is empty. Add items first!": "El carrito está vacío. ¡Agrega productos primero!",
    "Purchase created successfully.": "Compra creada con éxito.",
    "Somethings went wrong!": "¡Algo salió mal!",
    "Purchase updated successfully.": "Compra actualizada con éxito.",
    "Selected purchases deleted successfully.": "Compras seleccionadas eliminadas con éxito.",
    "Sales created successfully.": "Venta creada con éxito.",
    "You cannot sale in due for a walking customer.": "No puedes vender a crédito a un cliente que camina.",
    "Sales updated successfully.": "Venta actualizada con éxito.",
    "Sale deleted successfully.": "Venta eliminada con éxito.",
    "Selected sales deleted successfully.": "Ventas seleccionadas eliminadas con éxito.",
    "Unit saved successfully": "Unidad guardada con éxito",
    "Unit updated successfully": "Unidad actualizada con éxito",
    "Units deleted successfully": "Unidades eliminadas con éxito",
    "Unit deleted successfully": "Unidad eliminada con éxito",
    "Quantity and price updated successfully": "Cantidad y precio actualizados con éxito",
    "Enter valid qty and price": "Ingresa cantidad y precio válidos",
    "Item not found in the cart": "Artículo no encontrado en el carrito",
    "The cart does not contain this item": "El carrito no contiene este artículo",
    "Item removed from cart": "Artículo eliminado del carrito",
    "All cart removed successfully!": "¡Todo el carrito eliminado con éxito!",
    "Current Password does not match with old password": "La contraseña actual no coincide con la contraseña antigua",
    "Profile updated successfully": "Perfil actualizado con éxito",
    "Purchase returned successfully.": "Compra devuelta con éxito.",
    "Business General Setting updated successfully": "Configuración general del negocio actualizada con éxito",
    "User role created successfully": "Rol de usuario creado con éxito",
    "User role updated successfully": "Rol de usuario actualizado con éxito",
    "User role deleted successfully": "Rol de usuario eliminado con éxito",
    "You have no permission to access.": "No tienes permiso para acceder.",
    "Sale returned successfully.": "Venta devuelta con éxito.",
    "New subscription order successfully.": "Nuevo pedido de suscripción realizado con éxito.",

    "Branch": "Sucursal",
    "Warehouse": "Almacén",
    "Overview": "Resumen",
    "Branch List": "Lista de Sucursales",
    "Role & permissions": "Rol y permisos",
    "Warehouses List": "Lista de Almacenes",
    "Stock Qty": "Cantidad en stock",
    "Create Warehouse": "Crear Almacén",
    "Enter phone": "Ingresar teléfono",
    "Enter email": "Ingresar correo electrónico",
    "Enter address": "Ingresar dirección",
    "Enter name": "Ingresar nombre",
    "Edit Warehouse": "Editar Almacén",
    "Select Branch": "Seleccionar Sucursal",
    "Rack": "Estante",
    "Shelf": "Repisa",
    "Statement": "Estado de cuenta",
    "Expire Product": "Producto vencido",
    "Branch Wise Sales": "Ventas por Sucursal",
    "Branch Wise Purchases": "Compras por Sucursal",
    "Employee Overview": "Resumen de Empleados",
    "Staffs": "Personal",
    "Add new Branch": "Agregar nueva Sucursal",
    "Create Branch": "Crear Sucursal",
    "Opening Balance": "Saldo inicial",
    "Enter balance": "Ingresar saldo",
    "Enter description": "Ingresar descripción",
    "Edit Branch": "Editar Sucursal",
    "Example": "Ejemplo",
    "Acnoo": "Acnoo",
    "in this example": "en este ejemplo",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Anteriormente, no tenías una sección de sucursales. Entonces, cuando crees tu primera sucursal, se creará automáticamente otra sucursal utilizando el nombre de tu empresa/comercio.",
    "when you create your first branch, another branch will automatically be created with the name": "cuando crees tu primera sucursal, se creará automáticamente otra sucursal con el nombre",
    "If your company/business name is": "Si el nombre de tu empresa/comercio es",
    "All your previous data will be assigned to the automatically created branch": "Todos tus datos anteriores se asignarán a la sucursal creada automáticamente",
    "You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "No puedes eliminar la sucursal creada automáticamente. Esto se debe a que si se elimina una sucursal, se elimina de todas las secciones, lo que hace imposible filtrar los datos de la sucursal. Por lo tanto, no se puede eliminar la sucursal creada automáticamente.",
    "Role & Permission": "Rol y Permiso",
    "Add Role": "Agregar Rol",
    "Selected role deleted successfully": "Rol seleccionado eliminado con éxito",
    "Branch saved successfully.": "Sucursal guardada con éxito.",
    "Branch updated successfully.": "Sucursal actualizada con éxito.",
    "Selected branch deleted successfully": "Sucursal seleccionada eliminada con éxito",
    "Branch deleted successfully": "Sucursal eliminada con éxito",
    "Warehouse saved successfully.": "Almacén guardado con éxito.",
    "Warehouse updated successfully.": "Almacén actualizado con éxito.",
    "Warehouse deleted successfully": "Almacén eliminado con éxito.",
    "Selected items deleted successfully.": "Elementos seleccionados eliminados con éxito.",
    "My Domains": "Mis Dominios",
    "Domain List": "Lista de Dominios",
    "Domains": "Dominios",
    "Domain Name": "Nombre de Dominio",
    "Is Verified": "Está Verificado",
    "Has SSL": "Tiene SSL",
    "Added on": "Añadido el",
    "Add New Domain": "Agregar Nuevo Dominio",
    "Domain Type": "Tipo de Dominio",
    "Addon Domain": "Dominio Adicional",
    "Subdomain": "Subdominio",
    "Enter your domain name": "Ingresa tu nombre de dominio",
    "row selected": "fila seleccionada",
    "A new sub domain has been added.": "Se ha añadido un nuevo subdominio.",
    "A new domain has been added.": "Se ha añadido un nuevo dominio.",
    "Domain deleted successfully": "Dominio eliminado con éxito",
    "Domains deleted successfully": "Dominios eliminados con éxito",
    "Domains List": "Lista de Dominios",
    "Get instruction": "Obtener instrucciones",
    "Accept": "Aceptar",
    "Pending": "Pendiente",
    "Why are you reject it?": "¿Por qué lo rechazas?",
    "Enter reason...": "Ingresa el motivo...",
    "Submit": "Enviar",
    "Instructions": "Instrucciones",
    "cPanel Domain Setup Instructions": "Instrucciones de configuración de dominio en cPanel",
    "Login to your": "Inicia sesión en tu",
    "cPanel": "cPanel",
    "account": "cuenta",
    "Go to": "Ir a",
    "Domains → Addon Domains": "Dominios → Dominios Adicionales",
    "Enter your new domain": "Ingresa tu nuevo dominio",
    "Leave the auto-generated subdirectory and FTP as default": "Deja la subcarpeta y FTP generados automáticamente como predeterminados",
    "Click": "Haz clic",
    "Add Domain": "Agregar Dominio",
    "Update your domain’s DNS to point to your cPanel nameservers": "Actualiza el DNS de tu dominio para que apunte a los servidores de nombres de tu cPanel",
    "Tip": "Consejo",
    "If you need SSL, go to": "Si necesitas SSL, ve a",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "en cPanel y emite un certificado para tu nuevo dominio (Let’s Encrypt es gratuito).",
    "Apache VPS Configuration": "Configuración de Apache VPS",
    "Apache Wildcard Domain Setup": "Configuración de dominio comodín de Apache",
    "Create a config file in": "Crea un archivo de configuración en",
    "How to Add a Domain in cPanel": "Cómo agregar un dominio en cPanel",
    "Enable the site and reload Apache": "Habilita el sitio y recarga Apache",
    "Always test config before reload": "Siempre prueba la configuración antes de recargar",
    "Replace": "Reemplazar",
    "with your actual domain": "con tu dominio real",
    "Ensure correct file permissions (chown/chmod)": "Asegura los permisos de archivo correctos (chown/chmod)",
    "Use": "Usar",
    "Certbot": "Certbot",
    "for free SSL": "para SSL gratuito",
    "Nginx VPS Configuration": "Configuración de Nginx VPS",
    "Nginx Wildcard Domain Setup": "Configuración de dominio comodín de Nginx",
    "Enable the site and reload Nginx": "Habilita el sitio y recarga Nginx",
    "Important": "Importante",
    "Ensure correct file permissions": "Asegura los permisos de archivo correctos",
    "Domain updated successfully": "Dominio actualizado con éxito",
    "Domain": "Dominio",
    "Domain has been rejected successfully.": "Dominio rechazado con éxito.",
    "Domain has been approved successfully.": "Dominio aprobado con éxito.",
    "Edit Domain": "Editar Dominio",
    "Deleted by user": "Eliminado por el usuario",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
