2027 lines
103 KiB
JSON
2027 lines
103 KiB
JSON
|
|
{
|
|||
|
|
"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": "« Previous",
|
|||
|
|
"pagination.next": "Next »",
|
|||
|
|
"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 went 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",
|
|||
|
|
"Add Purchase": "Agregar compra",
|
|||
|
|
"Returns List": "Lista de devoluciones",
|
|||
|
|
"Combo Products": "Productos combinados",
|
|||
|
|
"Partial Paid": "Pago parcial",
|
|||
|
|
"Bulk Upload": "Carga masiva",
|
|||
|
|
"Save & Published": "Guardar y publicar",
|
|||
|
|
"Product price, stock": "Precio del producto, stock",
|
|||
|
|
"Expired Products": "Productos vencidos",
|
|||
|
|
"Print Labels": "Imprimir etiquetas",
|
|||
|
|
"Model": "Modelo",
|
|||
|
|
"Variation": "Variación",
|
|||
|
|
"Racks": "Estantes",
|
|||
|
|
"Shelfs": "Repisas",
|
|||
|
|
"Product Image": "Imagen del producto",
|
|||
|
|
"Expire Date": "Fecha de vencimiento",
|
|||
|
|
"Barcode Generate": "Generar código de barras",
|
|||
|
|
"Available Stock": "Stock disponible",
|
|||
|
|
"Qty / No of label": "Cantidad / N.º de etiquetas",
|
|||
|
|
"Packing Date": "Fecha de empaque",
|
|||
|
|
"Information to show in labels": "Información a mostrar en las etiquetas",
|
|||
|
|
"Product Price": "Precio del producto",
|
|||
|
|
"Print packing date": "Imprimir fecha de empaque",
|
|||
|
|
"Show Price": "Mostrar precio",
|
|||
|
|
"Barcode Type *": "Tipo de código de barras *",
|
|||
|
|
"Barcode Print Paper Setting": "Configuración del papel para impresión de códigos de barras",
|
|||
|
|
"Preview": "Vista previa",
|
|||
|
|
"Download File": "Descargar archivo",
|
|||
|
|
"Field Name": "Nombre del campo",
|
|||
|
|
"Add new Model": "Agregar nuevo modelo",
|
|||
|
|
"Model List": "Lista de modelos",
|
|||
|
|
"Model Name": "Nombre del modelo",
|
|||
|
|
"Create Model": "Crear modelo",
|
|||
|
|
"Variations List": "Lista de variaciones",
|
|||
|
|
"Values": "Valores",
|
|||
|
|
"Edit Variation": "Editar variación",
|
|||
|
|
"Rack List": "Lista de estantes",
|
|||
|
|
"Add new rack": "Agregar nuevo estante",
|
|||
|
|
"Shelf List": "Lista de repisas",
|
|||
|
|
"Add shelf": "Agregar repisa",
|
|||
|
|
"Edit shelf": "Editar repisa",
|
|||
|
|
"Transfer List": "Lista de transferencias",
|
|||
|
|
"From Branch": "Desde sucursal",
|
|||
|
|
"To Branch": "A sucursal",
|
|||
|
|
"From Warehouse": "Desde almacén",
|
|||
|
|
"To Warehouse": "A almacén",
|
|||
|
|
"Add New Transfer": "Agregar nueva transferencia",
|
|||
|
|
"Transfer Note": "Nota de transferencia",
|
|||
|
|
"All Stock": "Todo el stock",
|
|||
|
|
"Party Credit Limit": "Límite de crédito del cliente",
|
|||
|
|
"Billing Address": "Dirección de facturación",
|
|||
|
|
"City": "Ciudad",
|
|||
|
|
"State": "Estado",
|
|||
|
|
"Zip Code": "Código postal",
|
|||
|
|
"Shipping Address": "Dirección de envío",
|
|||
|
|
"Supplier Name": "Nombre del proveedor",
|
|||
|
|
"Vat List": "Lista de IVA",
|
|||
|
|
"Add New Vat": "Agregar nuevo IVA",
|
|||
|
|
"Tax Setting": "Configuración de impuestos",
|
|||
|
|
"Add New Vat Group": "Agregar nuevo grupo de IVA",
|
|||
|
|
"Vat Group List": "Lista de grupos de IVA",
|
|||
|
|
"Vat Group Name": "Nombre del grupo de IVA",
|
|||
|
|
"Select vats": "Seleccionar IVA",
|
|||
|
|
"All List": "Lista completa",
|
|||
|
|
"Guest Due": "Deuda de invitado",
|
|||
|
|
"Retailer Due": "Deuda del minorista",
|
|||
|
|
"Dealer Due": "Deuda del distribuidor",
|
|||
|
|
"Wholesaler Due": "Deuda del mayorista",
|
|||
|
|
"Guest Due List": "Lista de deudas de invitados",
|
|||
|
|
"Invoice Number": "Número de factura",
|
|||
|
|
"Bank Account": "Cuenta bancaria",
|
|||
|
|
"Cash In Hand": "Efectivo en mano",
|
|||
|
|
"Cheques": "Cheques",
|
|||
|
|
"Transactions": "Transacciones",
|
|||
|
|
"Day Book": "Libro diario",
|
|||
|
|
"Cash Flow": "Flujo de caja",
|
|||
|
|
"Bill Wise Profit": "Ganancia por factura",
|
|||
|
|
"Expenses": "Gastos",
|
|||
|
|
"Bank Accounts": "Cuentas bancarias",
|
|||
|
|
"Deposit & Withdraws": "Depósitos y retiros",
|
|||
|
|
"Add Bank": "Agregar banco",
|
|||
|
|
"Account Name": "Nombre de la cuenta",
|
|||
|
|
"Account Number": "Número de cuenta",
|
|||
|
|
"Bank Name": "Nombre del banco",
|
|||
|
|
"Branch Name": "Nombre de la sucursal",
|
|||
|
|
"Holder Name": "Nombre del titular",
|
|||
|
|
"Add New Bank": "Agregar nuevo banco",
|
|||
|
|
"Account Display Name": "Nombre visible de la cuenta",
|
|||
|
|
"As of Date": "A partir de la fecha",
|
|||
|
|
"Routing Number": "Número de ruta",
|
|||
|
|
"UPI ID for QR Code": "ID UPI para código QR",
|
|||
|
|
"Account Holder Name": "Nombre del titular de la cuenta",
|
|||
|
|
"Add more fields": "Agregar más campos",
|
|||
|
|
"Print Bank details on invoices": "Imprimir detalles bancarios en las facturas",
|
|||
|
|
"Bank to Bank Transfer": "Transferencia de banco a banco",
|
|||
|
|
"Bank to Cash Transfer": "Transferencia de banco a efectivo",
|
|||
|
|
"Adjust Bank Balance": "Ajustar saldo bancario",
|
|||
|
|
"Adjust Cash": "Ajustar efectivo",
|
|||
|
|
"Cash to Bank Transfer": "Transferencia de efectivo a banco",
|
|||
|
|
"From": "Desde",
|
|||
|
|
"To": "A",
|
|||
|
|
"Transfer Date": "Fecha de transferencia",
|
|||
|
|
"Cheques List": "Lista de cheques",
|
|||
|
|
"Profit & Loss": "Ganancias y pérdidas",
|
|||
|
|
"Gross Profit": "Ganancia bruta",
|
|||
|
|
"Total Expenses": "Gastos totales",
|
|||
|
|
"Income Types": "Tipos de ingresos",
|
|||
|
|
"Expenses Types": "Tipos de gastos",
|
|||
|
|
"Net Profit": "Ganancia neta",
|
|||
|
|
"Money In": "Entrada de dinero",
|
|||
|
|
"Money Out": "Salida de dinero",
|
|||
|
|
"Transaction List": "Lista de transacciones",
|
|||
|
|
"Reference": "Referencia",
|
|||
|
|
"Transaction Type": "Tipo de transacción",
|
|||
|
|
"Due Pay": "Pago pendiente",
|
|||
|
|
"Due Collect": "Cobro pendiente",
|
|||
|
|
"All Party": "Todas las partes",
|
|||
|
|
"Transaction By": "Transacción por",
|
|||
|
|
"Total :": "Total :",
|
|||
|
|
"Cash In": "Entrada de efectivo",
|
|||
|
|
"Cash Out": "Salida de efectivo",
|
|||
|
|
"Running Cash": "Efectivo disponible",
|
|||
|
|
"Bill Wise Profit List": "Lista de ganancias por factura",
|
|||
|
|
"Sales Amount": "Monto de ventas",
|
|||
|
|
"Sale Amount": "Monto de venta",
|
|||
|
|
"Create Expense Category": "Crear categoría de gasto",
|
|||
|
|
"Department": "Departamento",
|
|||
|
|
"Designation": "Cargo",
|
|||
|
|
"Shift": "Turno",
|
|||
|
|
"Employee": "Empleado",
|
|||
|
|
"Leave Request": "Solicitud de permiso",
|
|||
|
|
"Holiday": "Feriado",
|
|||
|
|
"Attendance": "Asistencia",
|
|||
|
|
"Payroll": "Nómina",
|
|||
|
|
"Department List": "Lista de departamentos",
|
|||
|
|
"Add Department": "Agregar departamento",
|
|||
|
|
"Create Department": "Crear departamento",
|
|||
|
|
"Designation List": "Lista de cargos",
|
|||
|
|
"Add Designation": "Agregar cargo",
|
|||
|
|
"Create Designation": "Crear cargo",
|
|||
|
|
"Shift List": "Lista de turnos",
|
|||
|
|
"Add new Shift": "Agregar nuevo turno",
|
|||
|
|
"Start Time": "Hora de inicio",
|
|||
|
|
"End Time": "Hora de finalización",
|
|||
|
|
"Break Time": "Hora de descanso",
|
|||
|
|
"Break Duration": "Duración del descanso",
|
|||
|
|
"Create Shift": "Crear turno",
|
|||
|
|
"Select Name": "Seleccionar nombre",
|
|||
|
|
"Break Status": "Estado del descanso",
|
|||
|
|
"Start Break Time": "Hora de inicio del descanso",
|
|||
|
|
"End Break Time": "Hora de fin del descanso",
|
|||
|
|
"Employee List": "Lista de empleados",
|
|||
|
|
"Add new Employee": "Agregar nuevo empleado",
|
|||
|
|
"shift": "turno",
|
|||
|
|
"Salary": "Salario",
|
|||
|
|
"Gender": "Género",
|
|||
|
|
"Birth Date": "Fecha de nacimiento",
|
|||
|
|
"Join Date": "Fecha de ingreso",
|
|||
|
|
"Leave Type": "Tipo de permiso",
|
|||
|
|
"Leave": "Permiso",
|
|||
|
|
"Leave Type List": "Lista de tipos de permiso",
|
|||
|
|
"Add Leave Type": "Agregar tipo de permiso",
|
|||
|
|
"Create Leave Type": "Crear tipo de permiso",
|
|||
|
|
"Leave List": "Lista de permisos",
|
|||
|
|
"Add new Leave": "Agregar nuevo permiso",
|
|||
|
|
"Month": "Mes",
|
|||
|
|
"Start Date": "Fecha de inicio",
|
|||
|
|
"End Date": "Fecha de fin",
|
|||
|
|
"Leave Duration": "Duración del permiso",
|
|||
|
|
"Select employee": "Seleccionar empleado",
|
|||
|
|
"All month": "Todo el mes",
|
|||
|
|
"Create Leave": "Crear permiso",
|
|||
|
|
"Holiday List": "Lista de feriados",
|
|||
|
|
"Add new Holiday": "Agregar nuevo feriado",
|
|||
|
|
"Create Holiday": "Crear feriado",
|
|||
|
|
"Bill Wise Profit & Loss": "Ganancias y pérdidas según la factura",
|
|||
|
|
"Tax Report": "Informe de impuestos",
|
|||
|
|
"Loss/Profit Details": "Detalles de pérdidas/ganancias",
|
|||
|
|
"Profit Loss": "Pérdidas y ganancias",
|
|||
|
|
"Product Porfit/Loss": "Ganancia/Pérdida por producto",
|
|||
|
|
"Due Transaction": "Transacción pendiente",
|
|||
|
|
"Subscription Report": "Informe de suscripciones",
|
|||
|
|
"Top 5 Customer": "Top 5 clientes",
|
|||
|
|
"Top 5 Supplier": "Top 5 proveedores",
|
|||
|
|
"Top 5 Product": "Top 5 productos",
|
|||
|
|
"Combo Product": "Producto combinado",
|
|||
|
|
"Discount Product": "Producto con descuento",
|
|||
|
|
"Product Wise Purchase": "Compra por producto",
|
|||
|
|
"Product Wise Sale": "Venta por producto",
|
|||
|
|
"Expired Product": "Producto vencido",
|
|||
|
|
"Customer Ledger": "Libro mayor del cliente",
|
|||
|
|
"Supplier Ledger": "Libro mayor del proveedor",
|
|||
|
|
"Party Loss/Profit": "Pérdida/Ganancia por parte",
|
|||
|
|
"SMS Template": "Plantilla de SMS",
|
|||
|
|
"Android Gateway": "Puerta de enlace Android",
|
|||
|
|
"API Gateway": "Puerta de enlace API",
|
|||
|
|
"Balance Sheet": "Balance general",
|
|||
|
|
"All Due": "Todos los pendientes",
|
|||
|
|
"Attendance List": "Lista de asistencia",
|
|||
|
|
"Add new Attendance": "Agregar nueva asistencia",
|
|||
|
|
"Time In": "Hora de entrada",
|
|||
|
|
"Time Out": "Hora de salida",
|
|||
|
|
"Payroll List": "Lista de nómina",
|
|||
|
|
"Add new Payroll": "Agregar nueva nómina",
|
|||
|
|
"Payment Year": "Año de pago",
|
|||
|
|
"Receipt No": "Número de recibo",
|
|||
|
|
"date": "Fecha",
|
|||
|
|
|
|||
|
|
"Attendance Report": "Informe de asistencia",
|
|||
|
|
"Payroll Report": "Informe de nómina",
|
|||
|
|
"Slip No": "Número de comprobante",
|
|||
|
|
"Leave Report": "Informe de permisos",
|
|||
|
|
"Total Sale": "Ventas totales",
|
|||
|
|
"Total Sale Return": "Devoluciones totales de ventas",
|
|||
|
|
"Total Purchase Return": "Devoluciones totales de compras",
|
|||
|
|
"Tax Report List": "Lista de informes fiscales",
|
|||
|
|
"Payment Method": "Método de pago",
|
|||
|
|
"Loss/Profit Report Details": "Detalles del informe de pérdidas/ganancias",
|
|||
|
|
"Opening Stock": "Stock inicial",
|
|||
|
|
"(By purchase price)": "(Por precio de compra)",
|
|||
|
|
"(By sale price)": "(Por precio de venta)",
|
|||
|
|
"Total purchase:": "Total de compras:",
|
|||
|
|
"Total purchase shipping charge:": "Cargo total de envío de compras:",
|
|||
|
|
"Total Sell discount:": "Descuento total de ventas:",
|
|||
|
|
"Total Sell Return:": "Devolución total de ventas:",
|
|||
|
|
"Closing stock": "Stock final",
|
|||
|
|
"Total Sales:": "Ventas totales:",
|
|||
|
|
"Total sell shipping charge:": "Cargo total de envío de ventas:",
|
|||
|
|
"Total Purchase Return:": "Devolución total de compras:",
|
|||
|
|
"Total Purchase discount:": "Descuento total de compras:",
|
|||
|
|
"Total sell round off:": "Redondeo total de ventas:",
|
|||
|
|
"Credit Limit": "Límite de crédito",
|
|||
|
|
"Due Collection Transactions": "Transacciones de cobro pendiente",
|
|||
|
|
"Pay Due Amount": "Pagar monto pendiente",
|
|||
|
|
"Top 5 Customers": "Top 5 clientes",
|
|||
|
|
"Top 5 Suppliers": "Top 5 proveedores",
|
|||
|
|
"Total Purchases": "Compras totales",
|
|||
|
|
"Top 5 Products": "Top 5 productos",
|
|||
|
|
"Cost Price": "Precio de costo",
|
|||
|
|
"Sales price": "Precio de venta",
|
|||
|
|
"Product Wise Discount": "Descuento por producto",
|
|||
|
|
"Product Purchases": "Compras de productos",
|
|||
|
|
"Purchase QTY": "Cantidad de compra",
|
|||
|
|
"Product Sales": "Ventas de productos",
|
|||
|
|
"Sale QTY": "Cantidad de venta",
|
|||
|
|
"Total Sale Due": "Total pendiente de ventas",
|
|||
|
|
"Total Purchase Due": "Total pendiente de compras",
|
|||
|
|
"Party Wise Loss & Profit": "Pérdidas y ganancias por parte",
|
|||
|
|
"Gateway List": "Lista de pasarelas",
|
|||
|
|
"Gateway ID.": "ID de pasarela",
|
|||
|
|
"Gateway Type": "Tipo de pasarela",
|
|||
|
|
"Device List": "Lista de dispositivos",
|
|||
|
|
"Add Device": "Agregar dispositivo",
|
|||
|
|
"Device ID": "ID del dispositivo",
|
|||
|
|
"Device Version": "Versión del dispositivo",
|
|||
|
|
"App Version": "Versión de la aplicación",
|
|||
|
|
"Total Messages": "Mensajes totales",
|
|||
|
|
"Created Date": "Fecha de creación",
|
|||
|
|
"All Settings": "Todas las configuraciones",
|
|||
|
|
"General": "General",
|
|||
|
|
"Invoice Print": "Impresión de factura",
|
|||
|
|
"Currencies Settings": "Configuración de monedas",
|
|||
|
|
"SMS Gateway Settings": "Configuración de la pasarela SMS",
|
|||
|
|
"Languages Settings": "Configuración de idiomas",
|
|||
|
|
"Add, Edit, Update, Delete Languages.": "Agregar, editar, actualizar y eliminar idiomas.",
|
|||
|
|
"Configure the fundamental information of the site.": "Configurar la información fundamental del sitio.",
|
|||
|
|
"Control and configure overall notification systems": "Controlar y configurar los sistemas de notificación",
|
|||
|
|
"View and update currency settings": "Ver y actualizar la configuración de monedas",
|
|||
|
|
"Add new users, Provide role and Permission": "Agregar nuevos usuarios, asignar roles y permisos",
|
|||
|
|
"View and update gateway settings": "Ver y actualizar la configuración de la pasarela",
|
|||
|
|
"VAT/GST Title": "Título de IVA/GST",
|
|||
|
|
"VAT/GST Number": "Número de IVA/GST",
|
|||
|
|
"Sale Rounding Option": "Opción de redondeo de ventas",
|
|||
|
|
"Product Profit Option": "Opción de ganancia del producto",
|
|||
|
|
"Post Sale Message": "Mensaje posterior a la venta",
|
|||
|
|
"Invoice Note Label": "Etiqueta de nota de factura",
|
|||
|
|
"Invoice Note": "Nota de factura",
|
|||
|
|
"Warranty Void Label": "Etiqueta de anulación de garantía",
|
|||
|
|
"Warranty Void": "Anulación de garantía",
|
|||
|
|
"A4 Page Invoice Logo": "Logo de factura en página A4",
|
|||
|
|
"Thermal Invoice Logo": "Logo de factura térmica",
|
|||
|
|
"Invoice Scanner Logo": "Logo del escáner de facturas",
|
|||
|
|
"Select SMS Gateway": "Seleccionar pasarela SMS",
|
|||
|
|
"Language Settings": "Configuración de idioma",
|
|||
|
|
"Locale": "Configuración regional",
|
|||
|
|
"Flag": "Bandera",
|
|||
|
|
"Add New Language": "Agregar nuevo idioma",
|
|||
|
|
"Is Active": "Está activo",
|
|||
|
|
"Is Default": "Es predeterminado",
|
|||
|
|
"Product Settings": "Configuración de productos",
|
|||
|
|
"Currency Setting": "Configuración de moneda",
|
|||
|
|
"Select Currency": "Seleccionar moneda",
|
|||
|
|
"Total Assets": "Activos totales",
|
|||
|
|
"Liabilities": "Pasivos",
|
|||
|
|
"Assets": "Activos",
|
|||
|
|
"Payment In": "Pago entrante",
|
|||
|
|
"Equities & Liabilities": "Patrimonio y pasivos",
|
|||
|
|
"Create Supplier": "Crear proveedor",
|
|||
|
|
"Batch No.": "Número de lote",
|
|||
|
|
"Cost exc. tax": "Costo sin impuestos",
|
|||
|
|
"Cost inc. tax": "Costo con impuestos",
|
|||
|
|
"Wholesale": "Precio mayorista",
|
|||
|
|
"View Combo Product": "Ver producto combinado",
|
|||
|
|
"Add new Transfer": "Agregar nueva transferencia",
|
|||
|
|
"Stock Values": "Valores de stock",
|
|||
|
|
"Drag & drop your Image": "Arrastra y suelta tu imagen",
|
|||
|
|
"Browse": "Explorar",
|
|||
|
|
"Address line 1": "Dirección línea 1",
|
|||
|
|
"Add Vat Rate": "Agregar tasa de IVA",
|
|||
|
|
"Rate": "Tasa",
|
|||
|
|
"Pay Due": "Pagar pendiente",
|
|||
|
|
"Apply Month": "Mes aplicable",
|
|||
|
|
"Create Attendance": "Crear asistencia",
|
|||
|
|
"Create Payroll": "Crear nómina",
|
|||
|
|
"Purchase Date": "Fecha de compra",
|
|||
|
|
"Payment Reminder": "Recordatorio de pago",
|
|||
|
|
"New Sale": "Nueva venta",
|
|||
|
|
"Payment Received": "Pago recibido",
|
|||
|
|
"Payment Paid": "Pago realizado",
|
|||
|
|
"SMS Body": "Cuerpo del SMS",
|
|||
|
|
"Available Tags": "Etiquetas disponibles",
|
|||
|
|
"Enable SMS Notification": "Habilitar notificación SMS",
|
|||
|
|
"Business Phone": "Teléfono comercial",
|
|||
|
|
"Add Gateway": "Agregar pasarela",
|
|||
|
|
"Add New Device": "Agregar nuevo dispositivo",
|
|||
|
|
"To add your device to the system, follow these steps:": "Para agregar tu dispositivo al sistema, sigue estos pasos:",
|
|||
|
|
"Get the latest version of the App from this": "Obtén la última versión de la app desde este",
|
|||
|
|
"link": "enlace",
|
|||
|
|
"and install the app on your device.": "e instala la app en tu dispositivo.",
|
|||
|
|
"Step 01": "Paso 01",
|
|||
|
|
"Step 02": "Paso 02",
|
|||
|
|
"Step 03": "Paso 03",
|
|||
|
|
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "Después de instalar la app, localiza el código QR en la parte superior de la pantalla. Abre la app y concede todos los permisos solicitados. En la pantalla de inicio de sesión, selecciona \"Iniciar sesión con código QR\" y escanea el código QR",
|
|||
|
|
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Tu teléfono Android ahora está conectado al sistema. Por favor, recarga esta página para ver tu nuevo dispositivo.",
|
|||
|
|
"View and update gateway settings.": "Ver y actualizar la configuración de la pasarela",
|
|||
|
|
"Product Stock": "Stock de producto",
|
|||
|
|
"Model No": "Número de modelo",
|
|||
|
|
"Product Manufacturer": "Fabricante del producto",
|
|||
|
|
"Low Stock Alert": "Alerta de bajo stock",
|
|||
|
|
"VAT ID": "ID de IVA",
|
|||
|
|
"VAT Type": "Tipo de IVA",
|
|||
|
|
"Exclusive Price": "Precio exclusivo",
|
|||
|
|
"Inclusive Price": "Precio inclusivo",
|
|||
|
|
"Profit Percent": "Porcentaje de ganancia",
|
|||
|
|
"Serial": "Serial",
|
|||
|
|
"MRP/PRICE": "MRP/PRECIO",
|
|||
|
|
"MRP": "MRP",
|
|||
|
|
"Batch Tracking": "Seguimiento de lotes",
|
|||
|
|
"Batch No": "Número de lote",
|
|||
|
|
"Expiry Date": "Fecha de vencimiento",
|
|||
|
|
"Mfg Date": "Fecha de fabricación",
|
|||
|
|
"Product Type": "Tipo de producto",
|
|||
|
|
"Single": "Único",
|
|||
|
|
"Variant": "Variante",
|
|||
|
|
"Combo": "Combo",
|
|||
|
|
"Guest Due Sale": "Venta pendiente de invitado",
|
|||
|
|
"Product Discount": "Descuento del producto",
|
|||
|
|
"Add Product Settings": "Agregar configuración de producto",
|
|||
|
|
"Additional Product Field": "Campo adicional de producto",
|
|||
|
|
"Purchase Setting": "Configuración de compras",
|
|||
|
|
"Sale Setting": "Configuración de ventas",
|
|||
|
|
"Profit & Loss Details": "Detalles de ganancias y pérdidas",
|
|||
|
|
"Product Profit & Loss": "Ganancia y pérdida del producto",
|
|||
|
|
"Customer List": "Lista de clientes",
|
|||
|
|
"Supplier List": "Lista de proveedores",
|
|||
|
|
":type List": "Lista de :type",
|
|||
|
|
"Add new :type": "Agregar nuevo :type",
|
|||
|
|
"Edit :type": "Editar :type",
|
|||
|
|
"Edit Supplier": "Editar proveedor",
|
|||
|
|
"Edit Customer": "Editar cliente",
|
|||
|
|
"(PNG & JPG)": "(PNG y JPG)",
|
|||
|
|
"Vat groups (Combination of multiple vats)": "Grupos de IVA (combinación de múltiples IVAs)",
|
|||
|
|
"Send": "Enviar",
|
|||
|
|
|
|||
|
|
"1.": "1.",
|
|||
|
|
"2.": "2.",
|
|||
|
|
"3.": "3.",
|
|||
|
|
"4.": "4.",
|
|||
|
|
"5.": "5.",
|
|||
|
|
"6.": "6.",
|
|||
|
|
"7.": "7.",
|
|||
|
|
"8.": "8.",
|
|||
|
|
"9.": "9.",
|
|||
|
|
"10.": "10.",
|
|||
|
|
"11.": "11.",
|
|||
|
|
"12.": "12.",
|
|||
|
|
"13.": "13.",
|
|||
|
|
"14.": "14.",
|
|||
|
|
"15.": "15.",
|
|||
|
|
"16.": "16.",
|
|||
|
|
"17.": "17.",
|
|||
|
|
"18.": "18.",
|
|||
|
|
"19.": "19.",
|
|||
|
|
"20.": "20.",
|
|||
|
|
"21.": "21.",
|
|||
|
|
|
|||
|
|
"Please follow the instructions below to upload your file.": "Por favor, sigue las instrucciones a continuación para subir tu archivo.",
|
|||
|
|
"Download the sample file first and add all your products to it.": "Descarga primero el archivo de muestra y agrega todos tus productos.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Indica un campo obligatorio. Si no proporcionas los campos requeridos, el sistema ignorará el producto.",
|
|||
|
|
"After adding all your products, please save the file and then upload the updated version.": "Después de agregar todos tus productos, guarda el archivo y luego sube la versión actualizada.",
|
|||
|
|
"The name of the product you are adding": "El nombre del producto que estás agregando",
|
|||
|
|
"e.g.,": "por ejemplo,",
|
|||
|
|
"Banana": "Banana",
|
|||
|
|
"Stock Quantity": "Cantidad en stock",
|
|||
|
|
"Sale Price (MRP)": "Precio de venta (MRP)",
|
|||
|
|
"VAT Name": "Nombre del IVA",
|
|||
|
|
"VAT (%)": "IVA (%)",
|
|||
|
|
"Low Stock Qty": "Cantidad mínima de stock",
|
|||
|
|
"Manufacturing Date": "Fecha de fabricación",
|
|||
|
|
"Variations": "Variaciones",
|
|||
|
|
"The category under which the product falls": "La categoría a la que pertenece el producto",
|
|||
|
|
"Beverages, Electronics": "Bebidas, Electrónica",
|
|||
|
|
"The measurement unit used for the product": "La unidad de medida utilizada para el producto",
|
|||
|
|
"Piece, Kg, Litre": "Pieza, Kg, Litro",
|
|||
|
|
"If not found, a new unit will be created automatically.": "Si no se encuentra, se creará automáticamente una nueva unidad.",
|
|||
|
|
"The brand associated with the product": "La marca asociada con el producto",
|
|||
|
|
"Samsung, Nestlé": "Samsung, Nestlé",
|
|||
|
|
"If not found, the system will create it automatically.": "Si no se encuentra, el sistema la creará automáticamente.",
|
|||
|
|
"The available quantity of the product currently in stock.": "La cantidad disponible del producto actualmente en stock.",
|
|||
|
|
"A unique identifier for the product": "Un identificador único para el producto",
|
|||
|
|
"SKU001": "SKU001",
|
|||
|
|
"Product codes must be unique — duplicate codes will be ignored.": "Los códigos de producto deben ser únicos — los códigos duplicados serán ignorados.",
|
|||
|
|
"The cost price of the product excluding VAT.": "El precio de costo del producto sin IVA.",
|
|||
|
|
"The selling price or maximum retail price for the product.": "El precio de venta o precio máximo al por menor del producto.",
|
|||
|
|
"Special discounted price for bulk resellers or dealers.": "Precio especial con descuento para revendedores o distribuidores al por mayor.",
|
|||
|
|
"The price offered for wholesale buyers, usually lower than MRP.": "El precio ofrecido a compradores mayoristas, generalmente menor que el MRP.",
|
|||
|
|
"If not found, the system will automatically create a new category.": "Si no se encuentra, el sistema creará automáticamente una nueva categoría.",
|
|||
|
|
"The VAT name applied to the product.": "El nombre del IVA aplicado al producto.",
|
|||
|
|
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Si el sistema no lo encuentra, creará un nuevo IVA con la tasa proporcionada.",
|
|||
|
|
"The VAT rate as a percentage": "La tasa de IVA como porcentaje",
|
|||
|
|
"15": "15",
|
|||
|
|
"Define whether the VAT is": "Define si el IVA es",
|
|||
|
|
"exclusive": "exclusivo",
|
|||
|
|
"or": "o",
|
|||
|
|
"inclusive": "inclusivo",
|
|||
|
|
"in the price.": "en el precio.",
|
|||
|
|
"The minimum stock quantity to trigger a low-stock alert.": "La cantidad mínima de stock para activar una alerta de bajo stock.",
|
|||
|
|
"Name of the product manufacturer or supplier.": "Nombre del fabricante o proveedor del producto.",
|
|||
|
|
"Expiry date for perishable products": "Fecha de vencimiento para productos perecederos",
|
|||
|
|
"format:": "formato:",
|
|||
|
|
"YYYY-MM-DD": "AAAA-MM-DD",
|
|||
|
|
"Batch or lot number used to identify stock batches.": "Número de lote utilizado para identificar lotes de stock.",
|
|||
|
|
"The model of the product": "El modelo del producto",
|
|||
|
|
"iPhone 15": "iPhone 15",
|
|||
|
|
"Date the product was manufactured": "Fecha en que se fabricó el producto",
|
|||
|
|
"Define whether the product is": "Define si el producto es",
|
|||
|
|
"single": "único",
|
|||
|
|
"variant": "variante",
|
|||
|
|
"for products with multiple variations like size or color.": "para productos con múltiples variaciones como tamaño o color.",
|
|||
|
|
"This column defines all variations for variant products.": "Esta columna define todas las variaciones para productos variantes.",
|
|||
|
|
"Use the format:": "Usa el formato:",
|
|||
|
|
"VariationName:Value": "NombreVariación:Valor",
|
|||
|
|
"separated by a": "separado por",
|
|||
|
|
"for multiple values.": "para múltiples valores.",
|
|||
|
|
"Example:": "Ejemplo:",
|
|||
|
|
"Color:Black|Size:M": "Color:Negro|Talla:M",
|
|||
|
|
"➤ The system will:": "➤ El sistema hará:",
|
|||
|
|
"Create or match existing variations dynamically.": "Crear o coincidir dinámicamente variaciones existentes.",
|
|||
|
|
"Store selected variation IDs in the": "Guardar los IDs de variaciones seleccionadas en la",
|
|||
|
|
"table": "tabla",
|
|||
|
|
"Store structured JSON like": "Guardar JSON estructurado como",
|
|||
|
|
"\"Color\":\"Black\"": "\"Color\":\"Negro\"",
|
|||
|
|
"in the": "en la",
|
|||
|
|
"Automatically create": "Crear automáticamente",
|
|||
|
|
"variant_name": "nombre_variante",
|
|||
|
|
"such as": "como",
|
|||
|
|
"Black - M": "Negro - M",
|
|||
|
|
"table.": "tabla.",
|
|||
|
|
|
|||
|
|
"Party Profit & Loss": "Ganancias y pérdidas por parte",
|
|||
|
|
"Bank Details": "Detalles bancarios",
|
|||
|
|
"Account No": "Número de cuenta",
|
|||
|
|
"UPI ID": "ID de UPI",
|
|||
|
|
"Holder’s Nmae": "Nombre del titular",
|
|||
|
|
"Rounding(+/-)": "Redondeo (+/-)",
|
|||
|
|
"MONEY RECEIPT": "Recibo de pago",
|
|||
|
|
"Money Receipt": "Recibo de pago",
|
|||
|
|
"Purchase Invoice": "Factura de compra",
|
|||
|
|
"Holder’s Name": "Nombre del titular",
|
|||
|
|
"Rounding (+/-)": "Redondeo (+/-)",
|
|||
|
|
"welcome_to": "Bienvenido",
|
|||
|
|
"welcome_back": "Bienvenido de nuevo",
|
|||
|
|
"please_login": "Por favor, inicie sesión en su cuenta",
|
|||
|
|
"enter_your_email": "Ingrese su correo electrónico",
|
|||
|
|
"password": "Contraseña",
|
|||
|
|
"remember_me": "Recuérdame",
|
|||
|
|
"forgot_password": "¿Olvidó su contraseña?",
|
|||
|
|
"log_in": "Iniciar sesión",
|
|||
|
|
"back_to_home": "Volver al inicio",
|
|||
|
|
"create_an_account": "Crear una cuenta",
|
|||
|
|
"or_continue_with": "O continuar con",
|
|||
|
|
"login_with_x": "Iniciar sesión con X",
|
|||
|
|
"login_with_google": "Iniciar sesión con Google",
|
|||
|
|
"super_admin": "Super administrador",
|
|||
|
|
"admin": "Administrador",
|
|||
|
|
"business": "Negocio",
|
|||
|
|
"add_on": "Complemento",
|
|||
|
|
"manager": "Gerente",
|
|||
|
|
"multi_branch": "Multi sucursal",
|
|||
|
|
"warranty": "Garantía",
|
|||
|
|
"guarantee": "Garantía",
|
|||
|
|
"Months": "Meses",
|
|||
|
|
"Years": "Años",
|
|||
|
|
"Tax Type": "Tipo de impuesto",
|
|||
|
|
"Exclusive": "Exclusivo",
|
|||
|
|
"Inclusive": "Inclusivo",
|
|||
|
|
"Select Tax": "Seleccionar impuesto",
|
|||
|
|
"select_one": "Seleccionar uno",
|
|||
|
|
"Image (Size 150x130)": "Imagen (Tamaño 150x130)",
|
|||
|
|
"Drag & drop image": "Arrastrar y soltar imagen",
|
|||
|
|
"Variant Name": "Nombre de la variante",
|
|||
|
|
"Manufacture": "Fabricante",
|
|||
|
|
"Profit Margin (%)": "Margen de ganancia (%)",
|
|||
|
|
"Default Selling Price": "Precio de venta predeterminado",
|
|||
|
|
"SKU / Code": "SKU / Código",
|
|||
|
|
"Edit Model": "Editar modelo",
|
|||
|
|
"Rack Name": "Nombre del estante",
|
|||
|
|
"Edit rack": "Editar estante",
|
|||
|
|
"Update Password": "Actualizar contraseña",
|
|||
|
|
"Tax Rate": "Tasa de impuesto",
|
|||
|
|
"Sub vats": "Sub IVA",
|
|||
|
|
"Edit Vat": "Editar IVA",
|
|||
|
|
"Edit Vat Group": "Editar grupo de IVA",
|
|||
|
|
"Edit Bank": "Editar banco",
|
|||
|
|
"Account Display Name balnce": "Nombre de visualización de la cuenta / Saldo",
|
|||
|
|
"+ Add more fields": "+ Agregar más campos",
|
|||
|
|
"Show In Invoice": "Mostrar en la factura",
|
|||
|
|
"As Of Date": "A fecha de",
|
|||
|
|
"Cheque Number": "Número de cheque",
|
|||
|
|
"Current Plan": "Plan actual",
|
|||
|
|
"Multi-branch Allowed": "Multi sucursal permitida",
|
|||
|
|
"Addon Limit:": "Límite de complementos:",
|
|||
|
|
"Addon Domain Available?": "¿Dominio de complemento disponible?",
|
|||
|
|
"Subdomain Limit:": "Límite de subdominio:",
|
|||
|
|
"Subdomain Available?": "¿Subdominio disponible?",
|
|||
|
|
"Freya Haynes": "Freya Haynes",
|
|||
|
|
"Invoice: S06 - Emery Mueller": "Factura: S06 - Emery Mueller",
|
|||
|
|
"Item Name": "Nombre del artículo",
|
|||
|
|
"Product Wise Profit & Loss": "Ganancias y pérdidas por producto",
|
|||
|
|
"Product Wise Loss Profit": "Pérdidas y ganancias por producto",
|
|||
|
|
"Pay Amount": "Monto a pagar",
|
|||
|
|
"Select party": "Seleccionar parte",
|
|||
|
|
"Loss Profit History": "Historial de pérdidas y ganancias",
|
|||
|
|
"Product Sale History": "Historial de ventas de productos",
|
|||
|
|
"Product Purchase History": "Historial de compras de productos",
|
|||
|
|
"Purchase Qty": "Cantidad comprada",
|
|||
|
|
"Sold Qty": "Cantidad vendida",
|
|||
|
|
"Remaining Qty": "Cantidad restante",
|
|||
|
|
|
|||
|
|
"Subscription Orders": "Pedidos de suscripción",
|
|||
|
|
"Subscriber View": "Vista del suscriptor",
|
|||
|
|
"Expire date": "Fecha de vencimiento",
|
|||
|
|
"Enroll Date": "Fecha de inscripción",
|
|||
|
|
"How to Add a Domain in hPanel": "Cómo añadir un dominio en hPanel",
|
|||
|
|
"hPanel (Hostinger) Domain Setup Instructions": "Instrucciones de configuración de dominio en hPanel (Hostinger)",
|
|||
|
|
"Multibranch Allowed": "Multisucursal permitida",
|
|||
|
|
"Addon Domain Limit": "Límite de dominios adicionales",
|
|||
|
|
"Subdomain Limit": "Límite de subdominios",
|
|||
|
|
"Custom Domain Limit": "Límite de dominios personalizados",
|
|||
|
|
"Add-ons": "Complementos",
|
|||
|
|
"New": "Nuevo",
|
|||
|
|
"Addons List": "Lista de complementos",
|
|||
|
|
"Install / Update Addon": "Instalar / Actualizar complemento",
|
|||
|
|
"Version": "Versión",
|
|||
|
|
"Enter purchase code": "Ingrese el código de compra",
|
|||
|
|
"Upload addons zip file": "Subir archivo zip de complementos",
|
|||
|
|
"System": "Sistema",
|
|||
|
|
"User Sign Up": "Registro de usuario",
|
|||
|
|
"Domain Setting": "Configuración de dominio",
|
|||
|
|
"View and update payment gateway settings": "Ver y actualizar la configuración de la pasarela de pago",
|
|||
|
|
"View and update user sign up settings": "Ver y actualizar la configuración de registro de usuario",
|
|||
|
|
"View and update system settings": "Ver y actualizar la configuración del sistema",
|
|||
|
|
"User Registration Email Setup": "Configuración del correo electrónico de registro de usuario",
|
|||
|
|
"Verify email with OTP on signup?": "¿Verificar correo con OTP al registrarse?",
|
|||
|
|
"Verify email without OTP on signup?": "¿Verificar correo sin OTP al registrarse?",
|
|||
|
|
"SSL is required.": "Se requiere SSL.",
|
|||
|
|
"SSL is not required.": "No se requiere SSL.",
|
|||
|
|
"Subdomain / Custom domains are allowed automatically.": "Los subdominios / dominios personalizados se permiten automáticamente.",
|
|||
|
|
"Subdomain / Custom domains are not allowed automatically.": "Los subdominios / dominios personalizados no se permiten automáticamente.",
|
|||
|
|
"Dynamic Text": "Texto dinámico",
|
|||
|
|
"Dynamic Link Text": "Texto de enlace dinámico",
|
|||
|
|
"Dynamic Link": "Enlace dinámico",
|
|||
|
|
"App Link": "Enlace de la aplicación",
|
|||
|
|
"Login Page Logo": "Logo de la página de inicio de sesión",
|
|||
|
|
"Login Page Image": "Imagen de la página de inicio de sesión",
|
|||
|
|
"Stripe": "Stripe",
|
|||
|
|
"mollie": "Mollie",
|
|||
|
|
"paypal": "PayPal",
|
|||
|
|
"paystack": "Paystack",
|
|||
|
|
"razorpay": "Razorpay",
|
|||
|
|
"instamojo": "Instamojo",
|
|||
|
|
"toyyibpay": "Toyyibpay",
|
|||
|
|
"flutterwave": "Flutterwave",
|
|||
|
|
"thawani": "Thawani",
|
|||
|
|
"mercadopago": "Mercado Pago",
|
|||
|
|
"phonepe": "PhonePe",
|
|||
|
|
"paytm": "Paytm",
|
|||
|
|
"Tap Payment": "Tap Payment",
|
|||
|
|
"Sslcommerz": "Sslcommerz",
|
|||
|
|
"Manual": "Manual",
|
|||
|
|
"API KEY": "Clave API",
|
|||
|
|
"CLIENT ID": "ID de cliente",
|
|||
|
|
"CLIENT SECRET": "Secreto de cliente",
|
|||
|
|
"PUBLIC KEY": "Clave pública",
|
|||
|
|
"SECRET KEY": "Clave secreta",
|
|||
|
|
"KEY ID": "ID de clave",
|
|||
|
|
"KEY SECRET": "Secreto de clave",
|
|||
|
|
"X API KEY": "Clave API X",
|
|||
|
|
"X AUTH TOKEN": "Token de autenticación X",
|
|||
|
|
"USER SECRET KEY": "Clave secreta de usuario",
|
|||
|
|
"CATEOGRY CODE": "Código de categoría",
|
|||
|
|
"ENCRYPTION KEY": "Clave de cifrado",
|
|||
|
|
"PAYMENT OPTIONS": "Opciones de pago",
|
|||
|
|
"Hello": "Hola",
|
|||
|
|
"Net Profit (Profit - Loss) =": "Beneficio neto (Ganancia - Pérdida) =",
|
|||
|
|
"Net Profit (Income - Expense) =": "Beneficio neto (Ingresos - Gastos) =",
|
|||
|
|
"Sale Details": "Detalles de venta",
|
|||
|
|
"Purchase Details": "Detalles de compra",
|
|||
|
|
"All Customer": "Todos los clientes",
|
|||
|
|
"Sale Qty": "Cantidad vendida",
|
|||
|
|
"Profit/Loss": "Ganancia/Pérdida",
|
|||
|
|
"Printer A4": "Impresora A4",
|
|||
|
|
"Thermal: 3 inch 80mm": "Térmica: 3 pulgadas 80 mm",
|
|||
|
|
"Showing": "Mostrando",
|
|||
|
|
"to": "a",
|
|||
|
|
"of": "de",
|
|||
|
|
"results": "resultados",
|
|||
|
|
"Custom Domain": "Dominio personalizado",
|
|||
|
|
"Ledger": "Libro mayor",
|
|||
|
|
"(Ledger)": "(Libro mayor)",
|
|||
|
|
"Credit (In)": "Crédito (Entrada)",
|
|||
|
|
"Debit (Out)": "Débito (Salida)",
|
|||
|
|
"View Stock": "Ver stock",
|
|||
|
|
"Log In": "Iniciar sesión",
|
|||
|
|
"Back to Home": "Volver al inicio",
|
|||
|
|
"Create an account.": "Crear una cuenta.",
|
|||
|
|
"Add-on": "Complemento",
|
|||
|
|
"Bussiness": "Negocio",
|
|||
|
|
"Multi Branch": "Multi sucursal",
|
|||
|
|
"Create an Free Account!": "¡Crea una cuenta gratis!",
|
|||
|
|
"Hey, Enter Your details to get Sign Up to your account": "Hola, ingresa tus datos para registrarte en tu cuenta",
|
|||
|
|
"Sign Up": "Registrarse",
|
|||
|
|
"Or Continue with": "O continúa con",
|
|||
|
|
"Log in with X": "Iniciar sesión con X",
|
|||
|
|
"Log in with Google": "Iniciar sesión con Google",
|
|||
|
|
"Already have an Account?": "¿Ya tienes una cuenta?",
|
|||
|
|
"Email Verification": "Verificación de correo electrónico",
|
|||
|
|
"we sent an OTP in your email address": "Hemos enviado un OTP a tu dirección de correo electrónico",
|
|||
|
|
"Code send in": "Código enviado en",
|
|||
|
|
"Resend code": "Reenviar código",
|
|||
|
|
"Verify": "Verificar",
|
|||
|
|
"Setup Your Profile": "Configura tu perfil",
|
|||
|
|
"Company/Business Name": "Nombre de la empresa/negocio",
|
|||
|
|
"Enter company/business name": "Ingresa el nombre de la empresa/negocio",
|
|||
|
|
"Ex: $500": "Ej.: $500",
|
|||
|
|
"Company Address": "Dirección de la empresa",
|
|||
|
|
"Enter company address": "Ingresa la dirección de la empresa",
|
|||
|
|
"Successfully!": "¡Con éxito!",
|
|||
|
|
"Congratulations, Your account has been": "Felicidades, tu cuenta ha sido",
|
|||
|
|
"successfully created": "creada con éxito",
|
|||
|
|
"Download Apk": "Descargar APK",
|
|||
|
|
|
|||
|
|
"Enter Model Name": "Ingrese el nombre del modelo",
|
|||
|
|
"Completed": "Completado",
|
|||
|
|
"Enter values": "Ingrese valores",
|
|||
|
|
"Total Stock Value:": "Valor total del inventario:",
|
|||
|
|
"Sale Commission": "Comisión de venta",
|
|||
|
|
"Enter Supplier Name": "Ingrese el nombre del proveedor",
|
|||
|
|
"Enter city": "Ingrese la ciudad",
|
|||
|
|
"Enter state": "Ingrese el estado",
|
|||
|
|
"Enter zip code": "Ingrese el código postal",
|
|||
|
|
"Select a country": "Seleccione un país",
|
|||
|
|
"Advance": "Anticipo",
|
|||
|
|
"Enter account display name": "Ingrese el nombre para mostrar de la cuenta",
|
|||
|
|
"Enter account number": "Ingrese el número de cuenta",
|
|||
|
|
"Enter UPI code": "Ingrese el código UPI",
|
|||
|
|
"Enter bank name": "Ingrese el nombre del banco",
|
|||
|
|
"Enter bank name_duplicate": "Ingrese el nombre del banco",
|
|||
|
|
"Enter account holder name": "Ingrese el nombre del titular de la cuenta",
|
|||
|
|
"Ex: 500": "Ej: 500",
|
|||
|
|
"Total Transaction": "Transacción total",
|
|||
|
|
"Branch Opening Balance": "Saldo inicial de la sucursal",
|
|||
|
|
"Branch Remaining Balance": "Saldo restante de la sucursal",
|
|||
|
|
"Language": "Idioma",
|
|||
|
|
"Select Variant": "Seleccione variante",
|
|||
|
|
"Enter Batch No.": "Ingrese el número de lote",
|
|||
|
|
"Bank List": "Lista de bancos",
|
|||
|
|
"Cash List": "Lista de efectivo",
|
|||
|
|
"Add Cash": "Agregar efectivo",
|
|||
|
|
"Reduce Cash": "Reducir efectivo",
|
|||
|
|
"ex 500": "Ej. 500",
|
|||
|
|
"Adjustment Date": "Fecha de ajuste",
|
|||
|
|
"description": "Descripción",
|
|||
|
|
"cash": "Efectivo",
|
|||
|
|
"PNG & JPG": "PNG & JPG",
|
|||
|
|
"Transaction Image": "Imagen de la transacción",
|
|||
|
|
"Platform": "Plataforma",
|
|||
|
|
"Add Image": "Agregar imagen",
|
|||
|
|
"Loading...": "Cargando...",
|
|||
|
|
|
|||
|
|
"Approved Payment": "Pago aprobado",
|
|||
|
|
"24 Jan 2024, 10:30": "24 ene 2024, 10:30",
|
|||
|
|
"Withdraw Amount": "Monto de retiro",
|
|||
|
|
"$0": "$0",
|
|||
|
|
"Account Information": "Información de la cuenta",
|
|||
|
|
"A/C Name": "Nombre de la cuenta",
|
|||
|
|
"Shaidul Islam": "Shaidul Islam",
|
|||
|
|
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
|||
|
|
"A/C Number": "Número de cuenta",
|
|||
|
|
"365214512236": "365214512236",
|
|||
|
|
"Dhaka": "Daca",
|
|||
|
|
"Rejected": "Rechazado",
|
|||
|
|
"Approved": "Aprobado",
|
|||
|
|
"Approve Withdrawal Payment": "Aprobar pago de retiro",
|
|||
|
|
"Have you Sent": "¿Ha enviado",
|
|||
|
|
"$250.00?": "$250.00?",
|
|||
|
|
"Transaction Number": "Número de transacción",
|
|||
|
|
"Enter transaction Number": "Ingrese el número de transacción",
|
|||
|
|
"Upload Receipt": "Subir recibo",
|
|||
|
|
"Add-On": "Complemento",
|
|||
|
|
"Google Login Settings": "Ajustes de inicio de sesión de Google",
|
|||
|
|
"X Login Settings": "Ajustes de inicio de sesión de X",
|
|||
|
|
"Please request for a domain/subdomain from the business panel.": "Por favor, solicite un dominio/subdominio desde el panel de negocios.",
|
|||
|
|
"Request For A Domain": "Solicitar un dominio",
|
|||
|
|
"The app url is not available in .env file, please contact with administrator.": "La URL de la aplicación no está disponible en el archivo .env, por favor contacte al administrador.",
|
|||
|
|
"Are you sure you want to exit?": "¿Está seguro de que desea salir?",
|
|||
|
|
"We Makes": "Nosotros creamos",
|
|||
|
|
"Globally": "Globalmente",
|
|||
|
|
"Growth": "Crecimiento",
|
|||
|
|
"Increase Your Revenue": "Aumente sus ingresos",
|
|||
|
|
"(Optional)": "(Opcional)",
|
|||
|
|
"Data Deletion Instructions": "Instrucciones para la eliminación de datos",
|
|||
|
|
"If you want to delete your data from our system, please follow these steps:": "Si desea eliminar sus datos de nuestro sistema, siga estos pasos:",
|
|||
|
|
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Envíe un correo electrónico a [your-email@example.com] con el asunto “Delete My Data”.",
|
|||
|
|
"Include your name and the email address you used to register.": "Incluya su nombre y la dirección de correo electrónico que utilizó para registrarse.",
|
|||
|
|
"We will process your request and confirm deletion within 7 business days.": "Procesaremos su solicitud y confirmaremos la eliminación en un plazo de 7 días hábiles.",
|
|||
|
|
"Share your referral link": "Comparta su enlace de referido",
|
|||
|
|
"Refer a friend and earn a commission.": "Refiera a un amigo y gane una comisión.",
|
|||
|
|
"Copy": "Copiar",
|
|||
|
|
"Available for Withdraw": "Disponible para retiro",
|
|||
|
|
"$30": "$30",
|
|||
|
|
"Payout your balance is more than": "Retire su saldo si es superior a",
|
|||
|
|
"$100": "$100",
|
|||
|
|
"Total Withdraw": "Retiro total",
|
|||
|
|
"$500": "$500",
|
|||
|
|
"Total Referrals": "Total de referidos",
|
|||
|
|
"5": "5",
|
|||
|
|
"1 Month": "1 mes",
|
|||
|
|
"৳499": "৳499",
|
|||
|
|
"৳699": "৳699",
|
|||
|
|
"1": "1",
|
|||
|
|
"Copy Link": "Copiar enlace",
|
|||
|
|
"2": "2",
|
|||
|
|
"3": "3",
|
|||
|
|
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "Esta cuenta bancaria no se puede eliminar porque ya tiene transacciones. Por favor, elimine todas las transacciones que no sean asientos bancarios antes de eliminar la cuenta.",
|
|||
|
|
"14": "14",
|
|||
|
|
"12": "12",
|
|||
|
|
"currency": "moneda",
|
|||
|
|
"Do you really want to re-open this cheque?": "¿Realmente desea volver a abrir este cheque?",
|
|||
|
|
"Transfer Cheque": "Transferir cheque",
|
|||
|
|
"Deposit": "Depósito",
|
|||
|
|
"Re-Open": "Volver a abrir",
|
|||
|
|
"A": "A",
|
|||
|
|
"10%": "10%",
|
|||
|
|
"100,00,0000": "100,00,0000",
|
|||
|
|
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "Esta es una cuenta de demostración; los datos se restablecen cada hora solo para esta cuenta. Algunos módulos están deshabilitados; para obtener acceso completo, cree su propia cuenta.",
|
|||
|
|
"You can not access it!": "¡No puede acceder!",
|
|||
|
|
"N/A": "N/A",
|
|||
|
|
"English": "Inglés",
|
|||
|
|
"en": "en",
|
|||
|
|
"Bengali": "Bengalí",
|
|||
|
|
"bn": "bn",
|
|||
|
|
"Upgrade Date": "Fecha de actualización",
|
|||
|
|
"French": "Francés",
|
|||
|
|
"fr": "fr",
|
|||
|
|
"This party is from another branch, you can not change the opening from here.": "Este tercero es de otra sucursal, no puede cambiar la apertura desde aquí.",
|
|||
|
|
"Please select a variation.": "Por favor, seleccione una variación.",
|
|||
|
|
"Units": "Unidades",
|
|||
|
|
"25632": "25632",
|
|||
|
|
"25%": "25%",
|
|||
|
|
"Ex: 200": "Ej: 200",
|
|||
|
|
"Ex: 50": "Ej: 50",
|
|||
|
|
"Batch No:": "N.º de lote:",
|
|||
|
|
"Ex: 1": "Ej: 1",
|
|||
|
|
"Ex: 30": "Ej: 30",
|
|||
|
|
"Download Sample File": "Descargar archivo de muestra",
|
|||
|
|
" Please follow the instructions below to upload your file.": " Por favor, siga las instrucciones a continuación para subir su archivo.",
|
|||
|
|
" Download the sample file first and add all your purchases data to it.": " Descargue primero el archivo de muestra y agregue todos los datos de sus compras.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Indica un campo obligatorio. Si no proporciona los campos obligatorios, el sistema los ignorará, excepto la información del producto.",
|
|||
|
|
"After adding all your purchases, please save the file and then upload the updated version.": "Después de agregar todas sus compras, guarde el archivo y suba la versión actualizada.",
|
|||
|
|
"Download the sample file first and add all your purchases data to it.": "Descargue primero el archivo de muestra y agregue todos los datos de sus compras.",
|
|||
|
|
"Paid by:": "Pagado por:",
|
|||
|
|
"Payable Amount:": "Monto a pagar:",
|
|||
|
|
"Received Amount:": "Monto recibido:",
|
|||
|
|
"Due:": "Deuda:",
|
|||
|
|
"pospro.com": "pospro.com",
|
|||
|
|
"Select a report type to load fields": "Seleccione un tipo de reporte para cargar los campos",
|
|||
|
|
"Change Amt/Due:": "Cambio/Deuda:",
|
|||
|
|
"Total Subscription": "Suscripción total",
|
|||
|
|
|
|||
|
|
"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, & 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 & 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 "
|
|||
|
|
}
|