2088 lines
103 KiB
JSON
2088 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": "Painel",
|
|||
|
|
"Advertising": "Publicidade",
|
|||
|
|
"Subscription Reports": "Relatórios de Assinatura",
|
|||
|
|
"Manage Business": "Gerenciar Negócios",
|
|||
|
|
"Categories": "Categorias",
|
|||
|
|
"Business List": "Lista de Negócios",
|
|||
|
|
"Manage Plans": "Gerenciar Planos",
|
|||
|
|
"Create Plan": "Criar Plano",
|
|||
|
|
"Staff Management": "Gestão de Funcionários",
|
|||
|
|
"Create Staff": "Criar Funcionário",
|
|||
|
|
"Manage Staff": "Gerenciar Funcionários",
|
|||
|
|
"Messages": "Mensagens",
|
|||
|
|
"Manage Messages": "Gerenciar Mensagens",
|
|||
|
|
"CMS Manage": "Gerenciar CMS",
|
|||
|
|
"Manage Pages": "Gerenciar Páginas",
|
|||
|
|
"Manage FAQs": "Gerenciar FAQs",
|
|||
|
|
"Terms & Conditions": "Termos e Condições",
|
|||
|
|
"Privacy & Policy": "Privacidade e Política",
|
|||
|
|
"Testimonials": "Depoimentos",
|
|||
|
|
"Features": "Recursos",
|
|||
|
|
"Interface": "Interface",
|
|||
|
|
"Manage Blogs": "Gerenciar Blogs",
|
|||
|
|
"Newsletters": "Boletins",
|
|||
|
|
"Roles & Permissions": "Funções e Permissões",
|
|||
|
|
"Roles": "Funções",
|
|||
|
|
"Permissions": "Permissões",
|
|||
|
|
"Settings": "Configurações",
|
|||
|
|
"Currencies": "Moedas",
|
|||
|
|
"Notifications": "Notificações",
|
|||
|
|
"SMS Settings": "Configurações de SMS",
|
|||
|
|
"Payment Gateway": "Gateway de Pagamento",
|
|||
|
|
"System Settings": "Configurações do Sistema",
|
|||
|
|
"General Settings": "Configurações Gerais",
|
|||
|
|
|
|||
|
|
"Banner": "Banner",
|
|||
|
|
"Add New Banner": "Adicionar Novo Banner",
|
|||
|
|
"Banner List": "Lista de Banners",
|
|||
|
|
"Status": "Status",
|
|||
|
|
"Image": "Imagem",
|
|||
|
|
"Active": "Ativo",
|
|||
|
|
"Cancel": "Cancelar",
|
|||
|
|
"Save": "Salvar",
|
|||
|
|
"Edit Banner": "Editar Banner",
|
|||
|
|
"Advertising List": "Lista de Publicidades",
|
|||
|
|
"Create Banner": "Criar Banner",
|
|||
|
|
"SL": "SL",
|
|||
|
|
"Create Advertising": "Criar Publicidade",
|
|||
|
|
"Reset": "Redefinir",
|
|||
|
|
"Edit Advertising": "Editar Publicidade",
|
|||
|
|
"Edit": "Editar",
|
|||
|
|
"Delete": "Excluir",
|
|||
|
|
"Shop": "Loja",
|
|||
|
|
"Add new Package": "Adicionar Novo Pacote",
|
|||
|
|
"Shop List": "Lista de Lojas",
|
|||
|
|
"Subscription Plan": "Plano de Assinatura",
|
|||
|
|
"Select Plan Category": "Selecionar Categoria do Plano",
|
|||
|
|
"Package Name": "Nome do Pacote",
|
|||
|
|
"Enter Package Name": "Insira o Nome do Pacote",
|
|||
|
|
"Business Category": "Categoria do Negócio",
|
|||
|
|
"Select Business Category": "Selecionar Categoria do Negócio",
|
|||
|
|
"Duration in Days": "Duração em Dias",
|
|||
|
|
"Enter number": "Insira o número",
|
|||
|
|
"Offer Price": "Preço da Oferta",
|
|||
|
|
"Enter Plan Price": "Insira o Preço do Plano",
|
|||
|
|
"Subscription Price": "Preço da Assinatura",
|
|||
|
|
"Enter Subscription Price": "Insira o Preço da Assinatura",
|
|||
|
|
"View": "Ver",
|
|||
|
|
"Upgrade Plan": "Atualizar Plano",
|
|||
|
|
"Edit Shop": "Editar Loja",
|
|||
|
|
"Select Category": "Selecionar Categoria",
|
|||
|
|
"Shop/Business Name": "Nome da Loja/Negócio",
|
|||
|
|
"Enter Shop/Business Name": "Insira o Nome da Loja/Negócio",
|
|||
|
|
"Package": "Pacote",
|
|||
|
|
"Select a package": "Selecionar um pacote",
|
|||
|
|
"Name": "Nome",
|
|||
|
|
"Enter Name": "Insira o Nome",
|
|||
|
|
"Role": "Função",
|
|||
|
|
"Select a role": "Selecionar uma função",
|
|||
|
|
"Email": "E-mail",
|
|||
|
|
"Enter Email": "Insira o E-mail",
|
|||
|
|
"Phone": "Telefone",
|
|||
|
|
"Enter Phone Number": "Insira o Número de Telefone",
|
|||
|
|
"Password": "Senha",
|
|||
|
|
"Enter Password": "Insira a Senha",
|
|||
|
|
"Confirm password": "Confirmar senha",
|
|||
|
|
"Enter Confirm password": "Insira a confirmação da senha",
|
|||
|
|
"Address": "Endereço",
|
|||
|
|
"Enter Address": "Insira o Endereço",
|
|||
|
|
"Select Country": "Selecionar País",
|
|||
|
|
"Select a Country": "Selecionar um País",
|
|||
|
|
"Balance": "Saldo",
|
|||
|
|
"Enter Balance": "Inserir Saldo",
|
|||
|
|
"Search...": "Buscar...",
|
|||
|
|
"Business Name": "Nome do Negócio",
|
|||
|
|
"Last Enroll": "Última Inscrição",
|
|||
|
|
"Expired Date": "Data de Expiração",
|
|||
|
|
"Action": "Ação",
|
|||
|
|
"Select A Plan": "Selecionar Um Plano",
|
|||
|
|
"Select One": "Selecionar Um",
|
|||
|
|
"Price": "Preço",
|
|||
|
|
"Enter plan price or select a plan": "Inserir preço do plano ou selecionar um plano",
|
|||
|
|
"Payment Gateways": "Gateways de Pagamento",
|
|||
|
|
"Select A payment gateway": "Selecionar Um gateway de pagamento",
|
|||
|
|
"Notes": "Notas",
|
|||
|
|
"Enter notes": "Inserir notas",
|
|||
|
|
"Business View": "Visualização de Negócios",
|
|||
|
|
"Created date": "Data de Criação",
|
|||
|
|
"Category": "Categoria",
|
|||
|
|
"Add new Category": "Adicionar Nova Categoria",
|
|||
|
|
"View List": "Ver Lista",
|
|||
|
|
"Buisness Name": "Nome do Negócio",
|
|||
|
|
"Enter Description": "Inserir Descrição",
|
|||
|
|
"Description": "Descrição",
|
|||
|
|
"Edit Business Category": "Editar Categoria de Negócio",
|
|||
|
|
"Enter Buisness Description": "Inserir Descrição do Negócio",
|
|||
|
|
"Business Categories List": "Lista de Categorias de Negócios",
|
|||
|
|
"Add New": "Adicionar Novo",
|
|||
|
|
"Reports": "Relatórios",
|
|||
|
|
"All": "Todos",
|
|||
|
|
"Active User": "Usuário Ativo",
|
|||
|
|
"Deactive User": "Usuário Inativo",
|
|||
|
|
"Date": "Data",
|
|||
|
|
"SL.": "SL.",
|
|||
|
|
"Invoice": "Fatura",
|
|||
|
|
"Customer Name": "Nome do Cliente",
|
|||
|
|
"Amount": "Quantidade",
|
|||
|
|
"View Report": "Ver Relatório",
|
|||
|
|
"Download Report": "Baixar Relatório",
|
|||
|
|
"User View": "Visualização do Usuário",
|
|||
|
|
"Shop Name": "Nome da Loja",
|
|||
|
|
"Country": "País",
|
|||
|
|
"Reason": "Razão",
|
|||
|
|
"Are You Sure?": "Você Tem Certeza?",
|
|||
|
|
"You won't be able to revert this!": "Você não poderá reverter isso!",
|
|||
|
|
"Yes, Delete It!": "Sim, Exclua!",
|
|||
|
|
"Add Currency": "Adicionar Moeda",
|
|||
|
|
"Code": "Código",
|
|||
|
|
"Symbol": "Símbolo",
|
|||
|
|
"Position": "Posição",
|
|||
|
|
"Inactive": "Inativo",
|
|||
|
|
"Make Default": "Definir como Padrão",
|
|||
|
|
"Edit Currency": "Editar Moeda",
|
|||
|
|
"Currency": "Moeda",
|
|||
|
|
|
|||
|
|
"Total Businesses": "Total de Negócios",
|
|||
|
|
"Total Expired Businesses": "Total de Negócios Expirados",
|
|||
|
|
"Total Plan Subscribes": "Total de Assinaturas de Planos",
|
|||
|
|
"Total Business Categories": "Total de Categorias de Negócios",
|
|||
|
|
"Total Plans": "Total de Planos",
|
|||
|
|
"Total Staffs": "Total de Funcionários",
|
|||
|
|
"Finance Overview": "Visão Geral das Finanças",
|
|||
|
|
|
|||
|
|
"Gateway Settings": "Configurações do Gateway",
|
|||
|
|
"Payment Gateway Settings": "Configurações do Gateway de Pagamento",
|
|||
|
|
"GATEWAY IMAGE": "IMAGEM DO GATEWAY",
|
|||
|
|
"GATEWAY NAME": "NOME DO GATEWAY",
|
|||
|
|
"Gateway Charge": "Cobrança do Gateway",
|
|||
|
|
"Gateway Currency": "Moeda do Gateway",
|
|||
|
|
"Gateway Mode": "Modo do Gateway",
|
|||
|
|
"Is Manual": "É Manual",
|
|||
|
|
"Yes": "Sim",
|
|||
|
|
"No": "Não",
|
|||
|
|
"Label": "Rótulo",
|
|||
|
|
"Enter label name": "Inserir nome do rótulo",
|
|||
|
|
"Select Required/Optionl": "Selecionar Necessário/Opcional",
|
|||
|
|
"Required": "Necessário",
|
|||
|
|
"Optional": "Opcional",
|
|||
|
|
"Add new row": "Adicionar nova linha",
|
|||
|
|
"INSTRUCTIONS": "INSTRUÇÕES",
|
|||
|
|
"Enter payment instructions here": "Inserir instruções de pagamento aqui",
|
|||
|
|
|
|||
|
|
"Messages List": "Lista de Mensagens",
|
|||
|
|
"Search": "Buscar",
|
|||
|
|
"Company Name": "Nome da Empresa",
|
|||
|
|
"Message": "Mensagem",
|
|||
|
|
|
|||
|
|
"Notifications List": "Lista de Notificações",
|
|||
|
|
"Today": "Hoje",
|
|||
|
|
"Last 7 Days": "Últimos 7 Dias",
|
|||
|
|
"Last 15 Days": "Últimos 15 Dias",
|
|||
|
|
"Last Month": "Último Mês",
|
|||
|
|
"Last Year": "Último Ano",
|
|||
|
|
"Created At": "Criado Em",
|
|||
|
|
"Read At": "Lido Em",
|
|||
|
|
"Add New Payment Type": "Adicionar Novo Tipo de Pagamento",
|
|||
|
|
"Enter Payment Type": "Inserir Tipo de Pagamento",
|
|||
|
|
"Edit Payment Type": "Editar Tipo de Pagamento",
|
|||
|
|
"Payment Type": "Tipo de Pagamento",
|
|||
|
|
"Add Payment Type": "Adicionar Tipo de Pagamento",
|
|||
|
|
"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": "Função Atribuída",
|
|||
|
|
"Assign Role To User": "Atribuir Função ao Usuário",
|
|||
|
|
"Select User": "Selecionar Usuário",
|
|||
|
|
"User": "Usuário",
|
|||
|
|
"Select Role": "Selecionar Função",
|
|||
|
|
"Add Subscription Plan": "Adicionar Plano de Assinatura",
|
|||
|
|
"Package List": "Lista de Pacotes",
|
|||
|
|
"Add New Features": "Adicionar Novos Recursos",
|
|||
|
|
"Enter features": "Inserir recursos",
|
|||
|
|
"Edit Subscription Plan": "Editar Plano de Assinatura",
|
|||
|
|
"Edit Package": "Editar Pacote",
|
|||
|
|
"Enter Duration Days": "Inserir Dias de Duração",
|
|||
|
|
"Deactive": "Desativar",
|
|||
|
|
"Create Plans": "Criar Planos",
|
|||
|
|
"User Profile": "Perfil do Usuário",
|
|||
|
|
"Registration Date": "Data de Registro",
|
|||
|
|
"Enter Your Name": "Inserir Seu Nome",
|
|||
|
|
"Enter Your Email": "Inserir Seu Email",
|
|||
|
|
"Profile Picture": "Foto do Perfil",
|
|||
|
|
"Current Password": "Senha Atual",
|
|||
|
|
"Enter Your Current Password": "Inserir Sua Senha Atual",
|
|||
|
|
"New Password": "Nova Senha",
|
|||
|
|
"Enter New Password": "Inserir Nova Senha",
|
|||
|
|
"Save Changes": "Salvar Alterações",
|
|||
|
|
"Add New Role": "Adicionar Nova Função",
|
|||
|
|
"Set role permissions": "Definir permissões de função",
|
|||
|
|
"Role Name": "Nome da Função",
|
|||
|
|
"Enter role name": "Inserir nome da função",
|
|||
|
|
"Role Permissions": "Permissões da Função",
|
|||
|
|
"Setup role permissions": "Configurar permissões de função",
|
|||
|
|
"Select All": "Selecionar Todos",
|
|||
|
|
"Roles List": "Lista de Funções",
|
|||
|
|
"Add role, if it does not exist": "Adicionar função, se não existir",
|
|||
|
|
"Edit Role": "Editar Função",
|
|||
|
|
"Privacy & Policy Settings": "Configurações de Privacidade e Política",
|
|||
|
|
"Update": "Atualizar",
|
|||
|
|
"Term & Condition Settings": "Configurações de Termos e Condições",
|
|||
|
|
"Title": "Título",
|
|||
|
|
"Enter Title": "Inserir Título",
|
|||
|
|
"Copy Right": "Direitos Autorais",
|
|||
|
|
"Admin Footer Text": "Texto do Rodapé do Admin",
|
|||
|
|
"Enter Text": "Inserir Texto",
|
|||
|
|
"Admin Footer Link Text": "Texto do Link do Rodapé do Admin",
|
|||
|
|
"Admin Footer Link": "Link do Rodapé do Admin",
|
|||
|
|
"Enter Link": "Inserir Link",
|
|||
|
|
"Main Header Logo": "Logotipo do Cabeçalho Principal",
|
|||
|
|
"Common Header Logo": "Logotipo do Cabeçalho Comum",
|
|||
|
|
"Footer Logo": "Logotipo do Rodapé",
|
|||
|
|
"Admin Logo": "Logotipo do Admin",
|
|||
|
|
"Favicon": "Favicon",
|
|||
|
|
"Don't Use Any Kind Of Space In The Input Fields": "Não Use Nenhum Tipo de Espaço Nos Campos de Entrada",
|
|||
|
|
|
|||
|
|
"App": "App",
|
|||
|
|
"Drivers": "Motoristas",
|
|||
|
|
"Storage Settings": "Configurações de Armazenamento",
|
|||
|
|
"Mail Configuration": "Configuração de Email",
|
|||
|
|
"Others": "Outros",
|
|||
|
|
"APP_NAME": "NOME_DO_APP",
|
|||
|
|
"APP_KEY": "CHAVE_DO_APP",
|
|||
|
|
"APP_DEBUG": "DEPURAÇÃO_DO_APP",
|
|||
|
|
"APP_URL": "URL_DO_APP",
|
|||
|
|
"QUEUE_MAIL": "MAIL_DE_FILA",
|
|||
|
|
"MAIL_DRIVER_TYPE": "TIPO_DE_DRIVER_DE_EMAIL",
|
|||
|
|
"MAIL DRIVER": "DRIVER_DE_EMAIL",
|
|||
|
|
"MAIL_HOST": "HOST_DE_EMAIL",
|
|||
|
|
"MAIL_PORT": "PORTA_DE_EMAIL",
|
|||
|
|
"MAIL_USERNAME": "USUÁRIO_DE_EMAIL",
|
|||
|
|
"MAIL_PASSWORD": "SENHA_DE_EMAIL",
|
|||
|
|
"MAIL_ENCRYPTION": "CRIPTOGRAFIA_DE_EMAIL",
|
|||
|
|
"MAIL_FROM_ADDRESS": "ENDEREÇO_DE_ORIGEM_DE_EMAIL",
|
|||
|
|
"MAIL_FROM_NAME": "NOME_DE_ORIGEM_DE_EMAIL",
|
|||
|
|
"QUEUE COMMAND Path": "Caminho do Comando da Fila",
|
|||
|
|
"CACHE_DRIVER": "DRIVER_DE_CACHE",
|
|||
|
|
"Recommended": "Recomendado",
|
|||
|
|
"QUEUE_CONNECTION": "CONEXÃO_DE_FILA",
|
|||
|
|
"SESSION_DRIVER": "DRIVER_DE_SESSÃO",
|
|||
|
|
"SESSION_LIFETIME": "DURAÇÃO_DA_SESSÃO",
|
|||
|
|
"REDIS_PORT": "PORTA_REDIS",
|
|||
|
|
"REDIS_URL": "URL_REDIS",
|
|||
|
|
"REDIS_PASSWORD": "SENHA_REDIS",
|
|||
|
|
"AWS S3 Storage Bucket": "Bucket de Armazenamento AWS S3",
|
|||
|
|
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Preencha essas credenciais se quiser usar o Bucket de Armazenamento AWS S3",
|
|||
|
|
"Wasabi Storage Bucket": "Bucket de Armazenamento Wasabi",
|
|||
|
|
"public (uploads folder)": "público (pasta de uploads)",
|
|||
|
|
"AWS_ACCESS_KEY_ID": "ID_DA_CHAVE_DE_ACESSO_AWS",
|
|||
|
|
"AWS_SECRET_ACCESS_KEY": "CHAVE_DE_ACESSO_SECRETA_AWS",
|
|||
|
|
"AWS_DEFAULT_REGION": "REGIÃO_PADRÃO_AWS",
|
|||
|
|
"AWS_BUCKET": "BUCKET_AWS",
|
|||
|
|
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Preencha essas credenciais se quiser usar o Bucket de Armazenamento Wasabi",
|
|||
|
|
"WAS_ACCESS_KEY_ID": "ID_DA_CHAVE_DE_ACESSO_WAS",
|
|||
|
|
"WAS_SECRET_ACCESS_KEY": "CHAVE_DE_ACESSO_SECRETA_WAS",
|
|||
|
|
"WAS_DEFAULT_REGION": "REGIÃO_PADRÃO_WAS",
|
|||
|
|
"WAS_BUCKET": "BUCKET_WAS",
|
|||
|
|
"WAS_ENDPOINT": "ENDPOINT_WAS",
|
|||
|
|
"CACHE_LIFETIME": "DURAÇÃO_DO_CACHE",
|
|||
|
|
"Paid": "Pago",
|
|||
|
|
"Reject": "Rejeitar",
|
|||
|
|
"Why are you reject It?": "Por que você está rejeitando?",
|
|||
|
|
"Enter Reason": "Insira o Motivo",
|
|||
|
|
"Confirm": "Confirmar",
|
|||
|
|
"Subscriptions List": "Lista de Assinaturas",
|
|||
|
|
"Started": "Iniciado",
|
|||
|
|
"End": "Fim",
|
|||
|
|
"Gateway Method": "Método de Gateway",
|
|||
|
|
"Are you sure?": "Você tem certeza?",
|
|||
|
|
"Add New Testimonial": "Adicionar Novo Depoimento",
|
|||
|
|
"Client Name": "Nome do Cliente",
|
|||
|
|
"Enter Client Name": "Insira o Nome do Cliente",
|
|||
|
|
"Stars": "Estrelas",
|
|||
|
|
"Works At": "Trabalha Em",
|
|||
|
|
"Client Image": "Imagem do Cliente",
|
|||
|
|
"Review": "Avaliação",
|
|||
|
|
"Enter text": "Insira o texto",
|
|||
|
|
"Enter review message here": "Insira a mensagem de avaliação aqui",
|
|||
|
|
"Edit Testimonial": "Editar Depoimento",
|
|||
|
|
"Testimonials List": "Lista de Depoimentos",
|
|||
|
|
"Create New": "Criar Novo",
|
|||
|
|
"Add New Staff": "Adicionar Novo Funcionário",
|
|||
|
|
"Full Name": "Nome Completo",
|
|||
|
|
"Enter Email Address": "Insira o Endereço de Email",
|
|||
|
|
"Edit Staff": "Editar Funcionário",
|
|||
|
|
"Staff List": "Lista de Funcionários",
|
|||
|
|
"User Email": "Email do Usuário",
|
|||
|
|
"User Role": "Função do Usuário",
|
|||
|
|
"Comments": "Comentários",
|
|||
|
|
"Comment List": "Lista de Comentários",
|
|||
|
|
"Create Blog": "Criar Blog",
|
|||
|
|
"Blog List": "Lista de Blogs",
|
|||
|
|
"Select a status": "Selecionar um status",
|
|||
|
|
"Tags": "Tags",
|
|||
|
|
"Enter tags name": "Insira o nome das tags",
|
|||
|
|
"SEO Meta Tags": "Meta Tags de SEO",
|
|||
|
|
"Meta Title": "Título Meta",
|
|||
|
|
"Meta Description": "Descrição Meta",
|
|||
|
|
"Enter meta Description": "Insira a Descrição Meta",
|
|||
|
|
"Comment": "Comentário",
|
|||
|
|
"Edit Blog": "Editar Blog",
|
|||
|
|
"Blogs": "Blogs",
|
|||
|
|
"Create Faqs": "Criar FAQs",
|
|||
|
|
"Add New FAQs": "Adicionar Novas FAQs",
|
|||
|
|
"Question": "Pergunta",
|
|||
|
|
"InActive": "Inativo",
|
|||
|
|
"Answer": "Resposta",
|
|||
|
|
"Enter question answer here": "Insira a resposta da pergunta aqui",
|
|||
|
|
"Edit Faqs": "Editar FAQs",
|
|||
|
|
"FAQS List": "Lista de FAQs",
|
|||
|
|
"View Details": "Ver Detalhes",
|
|||
|
|
"Create Feature": "Criar Recurso",
|
|||
|
|
"Add New Feature": "Adicionar Novo Recurso",
|
|||
|
|
"Backgroud Color": "Cor de Fundo",
|
|||
|
|
"Enter Color": "Insira a Cor",
|
|||
|
|
"Edit Feature": "Editar Recurso",
|
|||
|
|
"Features List": "Lista de Recursos",
|
|||
|
|
"Create Interfaces": "Criar Interfaces",
|
|||
|
|
"Add New Interface": "Adicionar Nova Interface",
|
|||
|
|
"Edit Interface": "Editar Interface",
|
|||
|
|
"Interfaces List": "Lista de Interfaces",
|
|||
|
|
"Newsletters List": "Lista de Newsletters",
|
|||
|
|
"Page for Updating Website Sections": "Página para Atualizar Seções do Site",
|
|||
|
|
"Slider Section": "Seção de Slider",
|
|||
|
|
"Header Section": "Seção de Cabeçalho",
|
|||
|
|
"Feature Section": "Seção de Recursos",
|
|||
|
|
"Interface Section": "Seção de Interfaces",
|
|||
|
|
"Watch Section": "Seção de Assista",
|
|||
|
|
"Testimonial Section": "Seção de Depoimentos",
|
|||
|
|
"Blog Section": "Seção de Blog",
|
|||
|
|
"About us Page": "Página Sobre Nós",
|
|||
|
|
"Terms And Conditions": "Termos e Condições",
|
|||
|
|
"Privacy Page": "Página de Privacidade",
|
|||
|
|
"Contuct us Page": "Página de Contato",
|
|||
|
|
"Pricing Section": "Seção de Preços",
|
|||
|
|
"Footer Section": "Seção de Rodapé",
|
|||
|
|
"Social Medias": "Mídias Sociais",
|
|||
|
|
"Button One": "Botão Um",
|
|||
|
|
"Button Text": "Texto do Botão",
|
|||
|
|
"Button One Link": "Link do Botão Um",
|
|||
|
|
"Button Two": "Botão Dois",
|
|||
|
|
"Button Two Link": "Link do Botão Dois",
|
|||
|
|
"Scanner Text": "Texto do Scanner",
|
|||
|
|
"Scanner Image": "Imagem do Scanner",
|
|||
|
|
"Slider Image": "Imagem do Slider",
|
|||
|
|
"Header Button Text": "Texto do Botão do Cabeçalho",
|
|||
|
|
"Header Button Link": "Link do Botão do Cabeçalho",
|
|||
|
|
"Enter Header link": "Insira o link do Cabeçalho",
|
|||
|
|
"Section Title": "Título da Seção",
|
|||
|
|
"Enter Section Title": "Insira o Título da Seção",
|
|||
|
|
"Interface Title": "Título da Interface",
|
|||
|
|
"Watch Title": "Título de Assista",
|
|||
|
|
"Button Link": "Link do Botão",
|
|||
|
|
"Watch Image": "Imagem de Assista",
|
|||
|
|
"Blog Title": "Título do Blog",
|
|||
|
|
"Read More Button Text": "Texto do Botão Ler Mais",
|
|||
|
|
"View All Button Text": "Texto do Botão Ver Tudo",
|
|||
|
|
"View All Link": "Link Ver Tudo",
|
|||
|
|
"Testimonial Title": "Título do Depoimento",
|
|||
|
|
"Enter Short Title": "Insira o Título Curto",
|
|||
|
|
"Long Title": "Título Longo",
|
|||
|
|
"About Image": "Imagem Sobre",
|
|||
|
|
"Description One": "Descrição Um",
|
|||
|
|
"Description Two": "Descrição Dois",
|
|||
|
|
"Option": "Opção",
|
|||
|
|
"Icon": "Ícone",
|
|||
|
|
"Plan Button Url": "URL do Botão do Plano",
|
|||
|
|
"Short Title": "Título Curto",
|
|||
|
|
"Right Footer Title": "Título do Rodapé Direito",
|
|||
|
|
"Middle Footer Title": "Título do Rodapé do Meio",
|
|||
|
|
"Apple App Link": "Link do App da Apple",
|
|||
|
|
"Apple App": "App da Apple",
|
|||
|
|
"Google Play Link": "Link do Google Play",
|
|||
|
|
"Google Play App": "App do Google Play",
|
|||
|
|
"Right Footer": "Rodapé Direito",
|
|||
|
|
"Link": "Link",
|
|||
|
|
"Middle Footer": "Rodapé do Meio",
|
|||
|
|
"Left Footer": "Rodapé Esquerdo",
|
|||
|
|
"Footer Socials": "Redes Sociais do Rodapé",
|
|||
|
|
"Forgot Password": "Esqueceu a Senha",
|
|||
|
|
"Enter the email address associated with your account": "Insira o endereço de e-mail associado à sua conta",
|
|||
|
|
"Enter your Email": "Insira seu E-mail",
|
|||
|
|
"Continue": "Continuar",
|
|||
|
|
"Back to Login": "Voltar para Login",
|
|||
|
|
"Login": "Login",
|
|||
|
|
"Welcome to": "Bem-vindo ao",
|
|||
|
|
"Welcome back, Please login in to your account": "Bem-vindo de volta, por favor, faça login na sua conta",
|
|||
|
|
"Remember me": "Lembrar de mim",
|
|||
|
|
"Forgot Password?": "Esqueceu a Senha?",
|
|||
|
|
"Super Admin": "Super Administrador",
|
|||
|
|
"Admin": "Administrador",
|
|||
|
|
"Manager": "Gerente",
|
|||
|
|
"Reset Password": "Redefinir Senha",
|
|||
|
|
"Change Password": "Mudar Senha",
|
|||
|
|
"Create new password, it must be Strong password.": "Crie uma nova senha, deve ser uma senha forte.",
|
|||
|
|
"Confirm Password": "Confirmar Senha",
|
|||
|
|
"You Have": "Você Tem",
|
|||
|
|
"new Notifications": "novas Notificações",
|
|||
|
|
"Mark all Read": "Marcar todas como Lidas",
|
|||
|
|
"View all notifications": "Ver todas as notificações",
|
|||
|
|
"Clear cache": "Limpar cache",
|
|||
|
|
"My Profile": "Meu Perfil",
|
|||
|
|
"Logout": "Sair",
|
|||
|
|
"About Us": "Sobre Nós",
|
|||
|
|
"Home": "Início",
|
|||
|
|
"Pricing": "Preços",
|
|||
|
|
"Pages": "Páginas",
|
|||
|
|
"Blog": "Blog",
|
|||
|
|
"Privacy Policy": "Política de Privacidade",
|
|||
|
|
"Contact Us": "Entre em Contato",
|
|||
|
|
"You are having this email because you have requested for a password reset.": "Você está recebendo este e-mail porque solicitou uma redefinição de senha.",
|
|||
|
|
"Your verification code is:": "Seu código de verificação é:",
|
|||
|
|
"This password reset code will expire in 60 minutes.": "Este código de redefinição de senha expirará em 60 minutos.",
|
|||
|
|
"If you did not request a password reset, no further action is required.": "Se você não solicitou a redefinição de senha, nenhuma ação adicional é necessária.",
|
|||
|
|
"Regards": "Atenciosamente",
|
|||
|
|
"All right reserved": "Todos os direitos reservados",
|
|||
|
|
"Hi": "Oi",
|
|||
|
|
"Dear": "Caro",
|
|||
|
|
"Your OTP code is": "seu código OTP é",
|
|||
|
|
"Please do not share this PIN with anyone": "Por favor, não compartilhe este PIN com ninguém",
|
|||
|
|
"Best Regards": "Atenciosamente",
|
|||
|
|
"Gateway Name": "Nome do Gateway",
|
|||
|
|
"Subscription Name": "Nome da Assinatura",
|
|||
|
|
"Payable Amount": "Valor a Pagar",
|
|||
|
|
"Phone Number": "Número de Telefone",
|
|||
|
|
"Enter your phone number": "Insira seu número de telefone",
|
|||
|
|
"Pay Now": "Pagar Agora",
|
|||
|
|
"Next": "Próximo",
|
|||
|
|
"Previous": "Anterior",
|
|||
|
|
"Free": "Grátis",
|
|||
|
|
"Features Of Free Plan": "Recursos do Plano Gratuito",
|
|||
|
|
"Choose Plan": "Escolher Plano",
|
|||
|
|
"Blog Details": "Detalhes do Blog",
|
|||
|
|
"Leave a Comment Here": "Deixe um Comentário Aqui",
|
|||
|
|
"Your email address will not be published": "Seu endereço de e-mail não será publicado",
|
|||
|
|
"Enter your name": "Insira seu nome",
|
|||
|
|
"Enter your email": "Insira seu e-mail",
|
|||
|
|
"Enter your comment": "Insira seu comentário",
|
|||
|
|
"Recent Posts": "Postagens Recentes",
|
|||
|
|
"Create a Free Account": "Criar uma Conta Gratuita",
|
|||
|
|
"Enter full name": "Insira o nome completo",
|
|||
|
|
"Enter phone number": "Insira o número de telefone",
|
|||
|
|
"Enter email address": "Insira o endereço de e-mail",
|
|||
|
|
"Company": "Empresa",
|
|||
|
|
"Enter company name": "Insira o nome da empresa",
|
|||
|
|
"Enter your message": "Insira sua mensagem",
|
|||
|
|
"Pricing Plan": "Plano de Preços",
|
|||
|
|
"Subscription Plans": "Planos de Assinatura",
|
|||
|
|
|
|||
|
|
"Plan List": "Lista de Planos",
|
|||
|
|
"Work At": "Trabalhar Em",
|
|||
|
|
"Show- 10": "Mostrar- 10",
|
|||
|
|
"Show- 25": "Mostrar- 25",
|
|||
|
|
"Show 50": "Mostrar- 50",
|
|||
|
|
"Show 100": "Mostrar- 100",
|
|||
|
|
"Duration": "Duração",
|
|||
|
|
"Select": "Selecionar",
|
|||
|
|
"Currency List": "Lista de Moedas",
|
|||
|
|
"Default": "Padrão",
|
|||
|
|
"Country Name": "Nome do País",
|
|||
|
|
"View Website": "Ver Site",
|
|||
|
|
"Contact Messages": "Mensagens de Contato",
|
|||
|
|
|
|||
|
|
"Total Shop": "Loja Total",
|
|||
|
|
"Expired Businesses": "Negócios Expirados",
|
|||
|
|
"Plan Subscribes": "Assinaturas de Plano",
|
|||
|
|
"Total Categories": "Total de Categorias",
|
|||
|
|
"Recent Register": "Registro Recente",
|
|||
|
|
"Date & Time": "Data e Hora",
|
|||
|
|
"View All": "Ver Todos",
|
|||
|
|
"Add new Business": "Adicionar novo Negócio",
|
|||
|
|
"Enter Company Name": "Digite o Nome da Empresa",
|
|||
|
|
"Edit Business": "Editar Negócio",
|
|||
|
|
"Create Business": "Criar Negócio",
|
|||
|
|
"Enter Buisness Name": "Digite o Nome do Negócio",
|
|||
|
|
"Note: Enter embedded video link": "Nota: Insira o link do vídeo incorporado",
|
|||
|
|
"Enter title": "Digite o título",
|
|||
|
|
"Enter Code": "Digite o Código",
|
|||
|
|
"Enter Symbol": "Digite o Símbolo",
|
|||
|
|
"Select a position": "Selecione uma posição",
|
|||
|
|
"left": "esquerda",
|
|||
|
|
"right": "direita",
|
|||
|
|
"TIMEZONE": "FUSO HORÁRIO",
|
|||
|
|
"Note :": "Nota :",
|
|||
|
|
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Se você estiver usando a FILA DE EMAIL após alterar as configurações de email, você precisa reiniciar seu Supervisor do seu servidor.",
|
|||
|
|
"QUEUE COMMAND Path :": "Caminho do COMANDO DA FILA :",
|
|||
|
|
"QUEUE COMMAND :": "COMANDO DA FILA :",
|
|||
|
|
"Storage Method": "Método de Armazenamento",
|
|||
|
|
|
|||
|
|
"Brand List": "Lista de Marcas",
|
|||
|
|
"Add new Brand": "Adicionar nova Marca",
|
|||
|
|
"items show": "itens mostrados",
|
|||
|
|
"Brand Name": "Nome da Marca",
|
|||
|
|
"Create Brand": "Criar Marca",
|
|||
|
|
"Enter Brand Name": "Digite o Nome da Marca",
|
|||
|
|
"Edit Brand": "Editar Marca",
|
|||
|
|
"Add New Category": "Adicionar Nova Categoria",
|
|||
|
|
"Enter Category Name": "Digite o Nome da Categoria",
|
|||
|
|
"Select Variations": "Selecionar Variações",
|
|||
|
|
"Capacity": "Capacidade",
|
|||
|
|
"Color": "Cor",
|
|||
|
|
"Size": "Tamanho",
|
|||
|
|
"Type": "Tipo",
|
|||
|
|
"Weight": "Peso",
|
|||
|
|
"Edit Category": "Editar Categoria",
|
|||
|
|
"Category List": "Lista de Categorias",
|
|||
|
|
"You want to delete everything!": "Você deseja excluir tudo!",
|
|||
|
|
"Total Sales": "Total de Vendas",
|
|||
|
|
"Total Purchase": "Total de Compras",
|
|||
|
|
"Total Income": "Renda Total",
|
|||
|
|
"This Month": "Este Mês",
|
|||
|
|
"Total Expense": "Despesa Total",
|
|||
|
|
"Total Customer": "Total de Clientes",
|
|||
|
|
"Total Supplier": "Total de Fornecedores",
|
|||
|
|
"Sales Returns": "Devoluções de Vendas",
|
|||
|
|
"Purchase Returns": "Devoluções de Compras",
|
|||
|
|
"Low Stock": "Estoque Baixo",
|
|||
|
|
"Alert Qty": "Quantidade de Alerta",
|
|||
|
|
"Profit": "Lucro",
|
|||
|
|
"Loss": "Perda",
|
|||
|
|
"Purchase": "Compra",
|
|||
|
|
"Sales": "Vendas",
|
|||
|
|
"Income": "Renda",
|
|||
|
|
"Expense": "Despesa",
|
|||
|
|
"Recent Sales": "Vendas Recentes",
|
|||
|
|
"Recent Purchase": "Compras Recentes",
|
|||
|
|
"Customer": "Cliente",
|
|||
|
|
"Total": "Total",
|
|||
|
|
"Due": "A Vencer",
|
|||
|
|
"Collect Due": "Cobrar a Vencer",
|
|||
|
|
"Select Invoice": "Selecionar Fatura",
|
|||
|
|
"Select an Invoice": "Selecione uma Fatura",
|
|||
|
|
"Total Amount": "Valor Total",
|
|||
|
|
"Paid Amount": "Valor Pago",
|
|||
|
|
"Due Amount": "Valor a Vencer",
|
|||
|
|
"Select one": "Selecione um",
|
|||
|
|
"Cash": "Dinheiro",
|
|||
|
|
"Card": "Cartão",
|
|||
|
|
"Check": "Cheque",
|
|||
|
|
"Mobile Pay": "Pagamento Móvel",
|
|||
|
|
"Due List": "Lista de Vencimentos",
|
|||
|
|
"Mobile": "Celular",
|
|||
|
|
"Sale": "Venda",
|
|||
|
|
"Bill To": "Faturar para",
|
|||
|
|
"Collected By": "Coletado por",
|
|||
|
|
"Total Due": "Total a Vencer",
|
|||
|
|
"Payment Amount": "Valor do Pagamento",
|
|||
|
|
"Remaining Due": "Saldo Devedor",
|
|||
|
|
"Powered By": "Desenvolvido por",
|
|||
|
|
"Create Expense Catgeory": "Criar Categoria de Despesa",
|
|||
|
|
"Catgeory Name": "Nome da Categoria",
|
|||
|
|
"Enter catgeory Name": "Digite o Nome da Categoria",
|
|||
|
|
"Edit Expense Category": "Editar Categoria de Despesa",
|
|||
|
|
"Expense Category List": "Lista de Categorias de Despesa",
|
|||
|
|
"Add new": "Adicionar novo",
|
|||
|
|
"Category Name": "Nome da Categoria",
|
|||
|
|
"Create Expense": "Criar Despesa",
|
|||
|
|
"Enter Amount": "Digite o Valor",
|
|||
|
|
"Select A Category": "Selecione uma Categoria",
|
|||
|
|
"Expense For": "Despesa Para",
|
|||
|
|
"Enter Expense For": "Digite a Despesa Para",
|
|||
|
|
"Select a payment type": "Selecione um tipo de pagamento",
|
|||
|
|
"Bank": "Banco",
|
|||
|
|
"Mobile Payment": "Pagamento Móvel",
|
|||
|
|
"Reference Number": "Número de Referência",
|
|||
|
|
"Enter reference number": "Digite o número de referência",
|
|||
|
|
"Expense Date": "Data da Despesa",
|
|||
|
|
"Note": "Nota",
|
|||
|
|
"Enter note": "Digite a nota",
|
|||
|
|
"Edit Expense": "Editar Despesa",
|
|||
|
|
"Expense List": "Lista de Despesas",
|
|||
|
|
"Expesne For": "Despesa Para",
|
|||
|
|
"Create Income Catgeory": "Criar Categoria de Renda",
|
|||
|
|
"Enter catgeory name": "Digite o nome da categoria",
|
|||
|
|
"Edit Income Category": "Editar Categoria de Renda",
|
|||
|
|
"Income Category List": "Lista de Categorias de Renda",
|
|||
|
|
"Create Income": "Criar Renda",
|
|||
|
|
"Enter amount": "Digite o valor",
|
|||
|
|
"Enter income for": "Digite a renda para",
|
|||
|
|
"Income Date": "Data da Renda",
|
|||
|
|
"Edit Income": "Editar Renda",
|
|||
|
|
"Income List": "Lista de Rendas",
|
|||
|
|
"Sale New": "Nova Venda",
|
|||
|
|
"Sale List": "Lista de Vendas",
|
|||
|
|
"Sale Return": "Devolução de Venda",
|
|||
|
|
"Purchases": "Compras",
|
|||
|
|
"Purchase New": "Nova Compra",
|
|||
|
|
"Purchase List": "Lista de Compras",
|
|||
|
|
"Purchase Return": "Devolução de Compra",
|
|||
|
|
"Products": "Produtos",
|
|||
|
|
"All Product": "Todos os Produtos",
|
|||
|
|
"Add Product": "Adicionar Produto",
|
|||
|
|
"Brand": "Marca",
|
|||
|
|
"Unit": "Unidade",
|
|||
|
|
"Stock List": "Lista de Estoque",
|
|||
|
|
"Customers": "Clientes",
|
|||
|
|
"All Customers": "Todos os Clientes",
|
|||
|
|
"Add Customer": "Adicionar Cliente",
|
|||
|
|
"Suppliers": "Fornecedores",
|
|||
|
|
"All Suppliers": "Todos os Fornecedores",
|
|||
|
|
"Add Supplier": "Adicionar Fornecedor",
|
|||
|
|
"Income Category": "Categoria de Renda",
|
|||
|
|
"Expense Category": "Categoria de Despesa",
|
|||
|
|
"Subscriptions": "Assinaturas",
|
|||
|
|
"Profit & Loss List": "Lista de Lucros e Perdas",
|
|||
|
|
"All Income": "Toda a Renda",
|
|||
|
|
"All Expense": "Toda a Despesa",
|
|||
|
|
"Current Stock": "Estoque Atual",
|
|||
|
|
"Customer Due": "Cliente Devedor",
|
|||
|
|
"Supplier Due": "Fornecedor Devedor",
|
|||
|
|
"Loss & Profit": "Perda e Lucro",
|
|||
|
|
"Loss/Profit": "Perda/Lucro",
|
|||
|
|
"Unpaid": "Não Pago",
|
|||
|
|
"Loss Profit": "Perda Lucro",
|
|||
|
|
"Loss Profit List": "Lista de Perda Lucro",
|
|||
|
|
"Product List": "Lista de Produtos",
|
|||
|
|
"Create Party": "Criar Parte",
|
|||
|
|
"List": "Lista",
|
|||
|
|
"Party Type": "Tipo de Parte",
|
|||
|
|
"Retailer": "Revendedor",
|
|||
|
|
"Dealer": "Revendedor",
|
|||
|
|
"Wholesaler": "Atacadista",
|
|||
|
|
"Supplier": "Fornecedor",
|
|||
|
|
"Enter Due": "Digite a Dívida",
|
|||
|
|
"Edit Party": "Editar Parte",
|
|||
|
|
"Edit ": "Editar ",
|
|||
|
|
" List": " Lista",
|
|||
|
|
"Parties List": "Lista de Partes",
|
|||
|
|
"Add new ": "Adicionar novo ",
|
|||
|
|
"Create Product": "Criar Produto",
|
|||
|
|
"Add new Product": "Adicionar novo Produto",
|
|||
|
|
"Product Name": "Nome do Produto",
|
|||
|
|
"Enter Product Name": "Digite o Nome do Produto",
|
|||
|
|
"Product Category": "Categoria do Produto",
|
|||
|
|
"Product Unit": "Unidade do Produto",
|
|||
|
|
"Product Code": "Código do Produto",
|
|||
|
|
"Enter Product Code": "Digite o Código do Produto",
|
|||
|
|
"Stock": "Estoque",
|
|||
|
|
"Enter stock qty": "Digite a quantidade do estoque",
|
|||
|
|
"Purchase Price": "Preço de Compra",
|
|||
|
|
"Enter purchase price": "Digite o preço de compra",
|
|||
|
|
"Sale Price": "Preço de Venda",
|
|||
|
|
"Enter sale price": "Digite o preço de venda",
|
|||
|
|
"Wholesale Price": "Preço de Atacado",
|
|||
|
|
"Enter wholesale price": "Digite o preço de atacado",
|
|||
|
|
"Dealer Price": "Preço do Revendedor",
|
|||
|
|
"Enter dealer price": "Digite o preço do revendedor",
|
|||
|
|
"Manufacturer": "Fabricante",
|
|||
|
|
"Enter manufacturer name": "Digite o nome do fabricante",
|
|||
|
|
"Edit Product": "Editar Produto",
|
|||
|
|
"Product Brand": "Marca do Produto",
|
|||
|
|
"Purchase price": "Preço de Compra",
|
|||
|
|
"Sale price": "Preço de Venda",
|
|||
|
|
"Pos Sale": "Venda no PDV",
|
|||
|
|
"Invoice no": "Número da Fatura",
|
|||
|
|
"Invoice No": "Número da Fatura",
|
|||
|
|
"Items": "Itens",
|
|||
|
|
"Qty": "Quantidade",
|
|||
|
|
"Sub Total": "Sub Total",
|
|||
|
|
"Purchase return Amount ": "Valor da Devolução de Compra",
|
|||
|
|
"Confirm Return": "Confirmar Devolução",
|
|||
|
|
"Purchase Return List": "Lista de Devoluções de Compra",
|
|||
|
|
"Return Date": "Data da Devolução",
|
|||
|
|
"Return Amount": "Valor da Devolução",
|
|||
|
|
"Return Qty": "Quantidade Devolvida",
|
|||
|
|
"Brand list": "Lista de Marcas",
|
|||
|
|
"0": "0",
|
|||
|
|
"Quick Action": "Ação Rápida",
|
|||
|
|
"Today Purchase": "Compra de Hoje",
|
|||
|
|
"Calculator": "Calculadora",
|
|||
|
|
"Select Supplier": "Selecionar Fornecedor",
|
|||
|
|
"Receive Amount": "Receber Valor",
|
|||
|
|
"Search product...": "Pesquisar produto...",
|
|||
|
|
"Due: ": "A Vencer: ",
|
|||
|
|
"Party Name": "Nome da Parte",
|
|||
|
|
"Discount": "Desconto",
|
|||
|
|
"Payment": "Pagamento",
|
|||
|
|
"INVOICE": "FATURA",
|
|||
|
|
"Sells By": "Vendido por",
|
|||
|
|
"Quantity": "Quantidade",
|
|||
|
|
"Unit Price": "Preço Unitário",
|
|||
|
|
"Total Price": "Preço Total",
|
|||
|
|
"Item": "Item",
|
|||
|
|
"Paid by": "Pago por",
|
|||
|
|
"Subtotal": "Subtotal",
|
|||
|
|
"Customer Signature": "Assinatura do Cliente",
|
|||
|
|
"Authorized Signature": "Assinatura Autorizada",
|
|||
|
|
"Add Items": "Adicionar Itens",
|
|||
|
|
"Enter Quantity": "Digite a Quantidade",
|
|||
|
|
"Enter Purchase Price": "Digite o Preço de Compra",
|
|||
|
|
"Sales Price": "Preço de Venda",
|
|||
|
|
"Enter Sales Price": "Digite o Preço de Venda",
|
|||
|
|
"WholeSale Price": "Preço de Atacado",
|
|||
|
|
"Enter WholeSale Price": "Digite o Preço de Atacado",
|
|||
|
|
"Enter Dealer Price": "Digite o Preço do Revendedor",
|
|||
|
|
"Customer Due Reports": "Relatórios de Dívida do Cliente",
|
|||
|
|
"Customer Due List": "Lista de Dívida do Cliente",
|
|||
|
|
"Expense Reports": "Relatórios de Despesas",
|
|||
|
|
"Expense Report List": "Lista de Relatórios de Despesas",
|
|||
|
|
"Income For": "Renda Para",
|
|||
|
|
"Income Reports": "Relatórios de Renda",
|
|||
|
|
"Income Report List": "Lista de Relatórios de Renda",
|
|||
|
|
"Loss Profit Reports": "Relatórios de Lucro e Perda",
|
|||
|
|
"From Date": "Data Inicial",
|
|||
|
|
"To Date": "Data Final",
|
|||
|
|
"Loss Profit Report List": "Lista de Relatórios de Lucro e Perda",
|
|||
|
|
"Discount Amount": "Valor do Desconto",
|
|||
|
|
"Sale Date": "Data da Venda",
|
|||
|
|
"Purchase Report List": "Lista de Relatórios de Compra",
|
|||
|
|
"Purchase Reports": "Relatórios de Compra",
|
|||
|
|
"Purchase Return Report List": "Lista de Relatórios de Devolução de Compra",
|
|||
|
|
"Purchase Return Reports": "Relatórios de Devolução de Compra",
|
|||
|
|
"Sales Report List": "Lista de Relatórios de Venda",
|
|||
|
|
"Sale Reports": "Relatórios de Venda",
|
|||
|
|
"Sale Return Report": "Relatório de Devolução de Venda",
|
|||
|
|
"Sale Return Reports": "Relatórios de Devolução de Venda",
|
|||
|
|
"Sale Return Report List": "Lista de Relatórios de Devolução de Venda",
|
|||
|
|
"Cost": "Custo",
|
|||
|
|
"Stock Value": "Valor do Estoque",
|
|||
|
|
"Stock Report List": "Lista de Relatórios de Estoque",
|
|||
|
|
"Stock Reports": "Relatórios de Estoque",
|
|||
|
|
"Total Quantity": "Quantidade Total",
|
|||
|
|
"Total Stock Value": "Valor Total do Estoque",
|
|||
|
|
"Supplier Due Reports": "Relatórios de Dívida do Fornecedor",
|
|||
|
|
"Supplier Due List": "Lista de Dívida do Fornecedor",
|
|||
|
|
"Profile Edit": "Editar Perfil",
|
|||
|
|
"Parties": "Partes",
|
|||
|
|
"Sales List": "Lista de Vendas",
|
|||
|
|
"User Title": "Título do Usuário",
|
|||
|
|
"Enter user title": "Digite o título do usuário",
|
|||
|
|
"Email Address": "Endereço de Email",
|
|||
|
|
"Edit User Role": "Editar Função do Usuário",
|
|||
|
|
"Add User Role": "Adicionar Função do Usuário",
|
|||
|
|
"Sale return Amount ": "Valor da Devolução de Venda",
|
|||
|
|
"Sales Return List": "Lista de Devoluções de Venda",
|
|||
|
|
"Select Customer": "Selecionar Cliente",
|
|||
|
|
"Guest": "Convidado",
|
|||
|
|
"Enter Customer Phone Number": "Digite o Número de Telefone do Cliente",
|
|||
|
|
"Type note...": "Digite uma nota...",
|
|||
|
|
"Sales Return": "Devolução de Venda",
|
|||
|
|
"Purchases Return": "Devolução de Compras",
|
|||
|
|
"Add Vat": "Adicionar IVA",
|
|||
|
|
"Tax": "Imposto",
|
|||
|
|
"Apply": "Aplicar",
|
|||
|
|
"Select a category": "Selecione uma categoria",
|
|||
|
|
"Company And Business Name": "Nome da Empresa e do Negócio",
|
|||
|
|
"Enter Phone": "Digite o Telefone",
|
|||
|
|
"Logo": "Logotipo",
|
|||
|
|
"Invoice Logo": "Logotipo da Fatura",
|
|||
|
|
"Purchase Plan": "Plano de Compra",
|
|||
|
|
"Days": "Dias",
|
|||
|
|
"Already Subscribed": "Já Assinado",
|
|||
|
|
"Buy Now": "Comprar Agora",
|
|||
|
|
"Create Unit": "Criar Unidade",
|
|||
|
|
"Unit Name": "Nome da Unidade",
|
|||
|
|
"Enter Unit Name": "Digite o Nome da Unidade",
|
|||
|
|
"Unit List": "Lista de Unidades",
|
|||
|
|
"Add new Unit": "Adicionar nova Unidade",
|
|||
|
|
"Overall Reports": "Relatórios Gerais",
|
|||
|
|
"Revenue Statistic": "Estatística de Receita",
|
|||
|
|
"Today Sales": "Vendas de Hoje",
|
|||
|
|
"Change Amount": "Valor da Troca",
|
|||
|
|
"Vat": "IVA",
|
|||
|
|
"Save Product": "Salvar Produto",
|
|||
|
|
"Product": "Produto",
|
|||
|
|
"Category created successfully": "Categoria criada com sucesso",
|
|||
|
|
"Category updated successfully": "Categoria atualizada com sucesso",
|
|||
|
|
"Category deleted successfully": "Categoria excluída com sucesso",
|
|||
|
|
"Selected Category deleted successfully": "Categoria selecionada excluída com sucesso",
|
|||
|
|
"Something went wrong!": "Algo deu errado!",
|
|||
|
|
"Brand created cuccessfully": "Marca criada com sucesso",
|
|||
|
|
"Brand updated successfully": "Marca atualizada com sucesso",
|
|||
|
|
"Brand deleted successfully": "Marca excluída com sucesso",
|
|||
|
|
"Selected Brands deleted successfully": "Marcas selecionadas excluídas com sucesso",
|
|||
|
|
"Something went wrong.": "Algo deu errado.",
|
|||
|
|
"Default currency activated successfully": "Moeda padrão ativada com sucesso",
|
|||
|
|
"Failed to set default currency. Please try again.": "Falha ao definir a moeda padrão. Por favor, tente novamente.",
|
|||
|
|
"Collect Due saved successfully": "Cobrança a Vencer salva com sucesso",
|
|||
|
|
"Expense Category saved successfully.": "Categoria de Despesa salva com sucesso.",
|
|||
|
|
"Expense Category updated successfully.": "Categoria de Despesa atualizada com sucesso.",
|
|||
|
|
"Expense Category deleted successfully": "Categoria de Despesa excluída com sucesso",
|
|||
|
|
"Selected item deleted successfully.": "Item selecionado excluído com sucesso.",
|
|||
|
|
"Expense saved successfully.": "Despesa salva com sucesso.",
|
|||
|
|
"Expense updated successfully.": "Despesa atualizada com sucesso.",
|
|||
|
|
"Expense deleted successfully": "Despesa excluída com sucesso",
|
|||
|
|
"Selected Items deleted successfully.": "Itens selecionados excluídos com sucesso.",
|
|||
|
|
"Income Category saved successfully.": "Categoria de Renda salva com sucesso.",
|
|||
|
|
"Income Category updated successfully.": "Categoria de Renda atualizada com sucesso.",
|
|||
|
|
"Income Category deleted successfully": "Categoria de Renda excluída com sucesso",
|
|||
|
|
"Income saved successfully.": "Renda salva com sucesso.",
|
|||
|
|
"Income updated successfully.": "Renda atualizada com sucesso.",
|
|||
|
|
"Income deleted successfully": "Renda excluída com sucesso",
|
|||
|
|
"Premission denied.": "Permissão negada.",
|
|||
|
|
"Customer created successfully": "Cliente criado com sucesso",
|
|||
|
|
"Supplier created successfully": "Fornecedor criado com sucesso",
|
|||
|
|
"Supplier deleted successfully": "Fornecedor excluído com sucesso",
|
|||
|
|
"Customer deleted successfully": "Cliente excluído com sucesso",
|
|||
|
|
"Selected parties deleted successfully": "Partes selecionadas excluídas com sucesso",
|
|||
|
|
"Product saved successfully.": "Produto salvo com sucesso.",
|
|||
|
|
"Data saved successfully.": "Dados salvos com sucesso.",
|
|||
|
|
"Product deleted successfully": "Produto excluído com sucesso",
|
|||
|
|
"Selected product deleted successfully": "Produto selecionado excluído com sucesso",
|
|||
|
|
"Cart is empty. Add items first!": "O carrinho está vazio. Adicione itens primeiro!",
|
|||
|
|
"Purchase created successfully.": "Compra criada com sucesso.",
|
|||
|
|
"Somethings went wrong!": "Algo deu errado!",
|
|||
|
|
"Purchase updated successfully.": "Compra atualizada com sucesso.",
|
|||
|
|
"Selected purchases deleted successfully.": "Compras selecionadas excluídas com sucesso.",
|
|||
|
|
"Sales created successfully.": "Vendas criadas com sucesso.",
|
|||
|
|
"You cannot sale in due for a walking customer.": "Você não pode vender a prazo para um cliente casual.",
|
|||
|
|
"Sales updated successfully.": "Vendas atualizadas com sucesso.",
|
|||
|
|
"Sale deleted successfully.": "Venda excluída com sucesso.",
|
|||
|
|
"Selected sales deleted successfully.": "Vendas selecionadas excluídas com sucesso.",
|
|||
|
|
"Unit saved successfully": "Unidade salva com sucesso",
|
|||
|
|
"Unit updated successfully": "Unidade atualizada com sucesso",
|
|||
|
|
"Units deleted successfully": "Unidades excluídas com sucesso",
|
|||
|
|
"Unit deleted successfully": "Unidade excluída com sucesso",
|
|||
|
|
"Quantity and price updated successfully": "Quantidade e preço atualizados com sucesso",
|
|||
|
|
"Enter valid qty and price": "Digite uma quantidade e preço válidos",
|
|||
|
|
"Item not found in the cart": "Item não encontrado no carrinho",
|
|||
|
|
"The cart does not contain this item": "O carrinho não contém este item",
|
|||
|
|
"Item removed from cart": "Item removido do carrinho",
|
|||
|
|
"All cart removed successfully!": "Todo o carrinho removido com sucesso!",
|
|||
|
|
"Current Password does not match with old password": "A senha atual não corresponde à senha antiga",
|
|||
|
|
"Profile updated successfully": "Perfil atualizado com sucesso",
|
|||
|
|
"Purchase returned successfully.": "Devolução de compra realizada com sucesso.",
|
|||
|
|
"Business General Setting updated successfully": "Configuração geral do negócio atualizada com sucesso",
|
|||
|
|
"User role created successfully": "Função de usuário criada com sucesso",
|
|||
|
|
"User role updated successfully": "Função de usuário atualizada com sucesso",
|
|||
|
|
"User role deleted successfully": "Função de usuário excluída com sucesso",
|
|||
|
|
"You have no permission to access.": "Você não tem permissão para acessar.",
|
|||
|
|
"Sale returned successfully.": "Devolução de venda realizada com sucesso.",
|
|||
|
|
"New subscription order successfully.": "Novo pedido de assinatura realizado com sucesso.",
|
|||
|
|
|
|||
|
|
"Branch": "Filial",
|
|||
|
|
"Warehouse": "Armazém",
|
|||
|
|
"Overview": "Visão geral",
|
|||
|
|
"Branch List": "Lista de filiais",
|
|||
|
|
"Role & permissions": "Função e permissões",
|
|||
|
|
"Warehouses List": "Lista de armazéns",
|
|||
|
|
"Stock Qty": "Quantidade em estoque",
|
|||
|
|
"Create Warehouse": "Criar armazém",
|
|||
|
|
"Enter phone": "Digite o telefone",
|
|||
|
|
"Enter email": "Digite o e-mail",
|
|||
|
|
"Enter address": "Digite o endereço",
|
|||
|
|
"Enter name": "Digite o nome",
|
|||
|
|
"Edit Warehouse": "Editar armazém",
|
|||
|
|
"Select Branch": "Selecionar filial",
|
|||
|
|
"Rack": "Prateleira",
|
|||
|
|
"Shelf": "Estante",
|
|||
|
|
"Statement": "Declaração",
|
|||
|
|
"Expire Product": "Produto vencido",
|
|||
|
|
"Branch Wise Sales": "Vendas por filial",
|
|||
|
|
"Branch Wise Purchases": "Compras por filial",
|
|||
|
|
"Employee Overview": "Visão geral dos funcionários",
|
|||
|
|
"Staffs": "Funcionários",
|
|||
|
|
"Add new Branch": "Adicionar nova filial",
|
|||
|
|
"Create Branch": "Criar filial",
|
|||
|
|
"Opening Balance": "Saldo inicial",
|
|||
|
|
"Enter balance": "Digite o saldo",
|
|||
|
|
"Enter description": "Digite a descrição",
|
|||
|
|
"Edit Branch": "Editar filial",
|
|||
|
|
"Example": "Exemplo",
|
|||
|
|
"Acnoo": "Acnoo",
|
|||
|
|
"in this example": "neste exemplo",
|
|||
|
|
"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, você não tinha uma seção de filial. Então, quando você criar sua primeira filial, outra filial será criada automaticamente usando o nome da sua empresa/negócio.",
|
|||
|
|
"when you create your first branch, another branch will automatically be created with the name": "quando você criar sua primeira filial, outra filial será criada automaticamente com o nome",
|
|||
|
|
"If your company/business name is": "Se o nome da sua empresa/negócio for",
|
|||
|
|
"All your previous data will be assigned to the automatically created branch": "Todos os seus dados anteriores serão atribuídos à filial criada automaticamente",
|
|||
|
|
"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.": "Você não pode excluir a filial criada automaticamente. Isso ocorre porque, se uma filial for excluída, ela é removida de todas as seções, tornando impossível filtrar os dados da filial. Portanto, a filial criada automaticamente não pode ser excluída.",
|
|||
|
|
"Role & Permission": "Função e Permissão",
|
|||
|
|
"Add Role": "Adicionar função",
|
|||
|
|
"Selected role deleted successfully": "Função selecionada excluída com sucesso",
|
|||
|
|
"Branch saved successfully.": "Filial salva com sucesso.",
|
|||
|
|
"Branch updated successfully.": "Filial atualizada com sucesso.",
|
|||
|
|
"Selected branch deleted successfully": "Filial selecionada excluída com sucesso",
|
|||
|
|
"Branch deleted successfully": "Filial excluída com sucesso",
|
|||
|
|
"Warehouse saved successfully.": "Armazém salvo com sucesso.",
|
|||
|
|
"Warehouse updated successfully.": "Armazém atualizado com sucesso.",
|
|||
|
|
"Warehouse deleted successfully": "Armazém excluído com sucesso.",
|
|||
|
|
"Selected items deleted successfully.": "Itens selecionados excluídos com sucesso.",
|
|||
|
|
"My Domains": "Meus domínios",
|
|||
|
|
"Domain List": "Lista de domínios",
|
|||
|
|
"Domains": "Domínios",
|
|||
|
|
"Domain Name": "Nome do domínio",
|
|||
|
|
"Is Verified": "Está verificado",
|
|||
|
|
"Has SSL": "Possui SSL",
|
|||
|
|
"Added on": "Adicionado em",
|
|||
|
|
"Add New Domain": "Adicionar novo domínio",
|
|||
|
|
"Domain Type": "Tipo de domínio",
|
|||
|
|
"Addon Domain": "Domínio adicional",
|
|||
|
|
"Subdomain": "Subdomínio",
|
|||
|
|
"Enter your domain name": "Digite o nome do seu domínio",
|
|||
|
|
"row selected": "linha selecionada",
|
|||
|
|
"A new sub domain has been added.": "Um novo subdomínio foi adicionado.",
|
|||
|
|
"A new domain has been added.": "Um novo domínio foi adicionado.",
|
|||
|
|
"Domain deleted successfully": "Domínio excluído com sucesso",
|
|||
|
|
"Domains deleted successfully": "Domínios excluídos com sucesso",
|
|||
|
|
"Domains List": "Lista de domínios",
|
|||
|
|
"Get instruction": "Obter instruções",
|
|||
|
|
"Accept": "Aceitar",
|
|||
|
|
"Pending": "Pendente",
|
|||
|
|
"Why are you reject it?": "Por que você está rejeitando?",
|
|||
|
|
"Enter reason...": "Digite o motivo...",
|
|||
|
|
"Submit": "Enviar",
|
|||
|
|
"Instructions": "Instruções",
|
|||
|
|
"cPanel Domain Setup Instructions": "Instruções de configuração de domínio do cPanel",
|
|||
|
|
"Login to your": "Faça login no seu",
|
|||
|
|
"cPanel": "cPanel",
|
|||
|
|
"account": "conta",
|
|||
|
|
"Go to": "Vá para",
|
|||
|
|
"Domains → Addon Domains": "Domínios → Domínios adicionais",
|
|||
|
|
"Enter your new domain": "Digite seu novo domínio",
|
|||
|
|
"Leave the auto-generated subdirectory and FTP as default": "Deixe o subdiretório e o FTP gerados automaticamente como padrão",
|
|||
|
|
"Click": "Clique",
|
|||
|
|
"Add Domain": "Adicionar domínio",
|
|||
|
|
"Update your domain’s DNS to point to your cPanel nameservers": "Atualize o DNS do seu domínio para apontar para seus servidores de nomes do cPanel",
|
|||
|
|
"Tip": "Dica",
|
|||
|
|
"If you need SSL, go to": "Se você precisar de SSL, vá para",
|
|||
|
|
"SSL/TLS": "SSL/TLS",
|
|||
|
|
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "no cPanel e emita um certificado para seu novo domínio (Let’s Encrypt é gratuito).",
|
|||
|
|
"Apache VPS Configuration": "Configuração do Apache VPS",
|
|||
|
|
"Apache Wildcard Domain Setup": "Configuração de domínio curinga do Apache",
|
|||
|
|
"Create a config file in": "Crie um arquivo de configuração em",
|
|||
|
|
"How to Add a Domain in cPanel": "Como adicionar um domínio no cPanel",
|
|||
|
|
"Enable the site and reload Apache": "Habilite o site e recarregue o Apache",
|
|||
|
|
"Always test config before reload": "Sempre teste a configuração antes de recarregar",
|
|||
|
|
"Replace": "Substituir",
|
|||
|
|
"with your actual domain": "com seu domínio real",
|
|||
|
|
"Ensure correct file permissions (chown/chmod)": "Garanta permissões de arquivo corretas (chown/chmod)",
|
|||
|
|
"Use": "Usar",
|
|||
|
|
"Certbot": "Certbot",
|
|||
|
|
"for free SSL": "para SSL gratuito",
|
|||
|
|
"Nginx VPS Configuration": "Configuração do Nginx VPS",
|
|||
|
|
"Nginx Wildcard Domain Setup": "Configuração de domínio curinga do Nginx",
|
|||
|
|
"Enable the site and reload Nginx": "Habilite o site e recarregue o Nginx",
|
|||
|
|
"Important": "Importante",
|
|||
|
|
"Ensure correct file permissions": "Garanta permissões de arquivo corretas",
|
|||
|
|
"Domain updated successfully": "Domínio atualizado com sucesso",
|
|||
|
|
"Domain": "Domínio",
|
|||
|
|
"Domain has been rejected successfully.": "Domínio rejeitado com sucesso.",
|
|||
|
|
"Domain has been approved successfully.": "Domínio aprovado com sucesso.",
|
|||
|
|
"Edit Domain": "Editar domínio",
|
|||
|
|
"Deleted by user": "Excluído pelo usuário",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Download Apk": "Baixar Apk",
|
|||
|
|
"SMS Marketing": "Marketing por SMS",
|
|||
|
|
"Party Reports": "Relatórios de Partido",
|
|||
|
|
"HRM": "Gestão de Recursos Humanos",
|
|||
|
|
"Finance & Accounts": "Finanças e Contas",
|
|||
|
|
"Transfer": "Transferência",
|
|||
|
|
"Expired": "Expirado",
|
|||
|
|
"Upgrade Now": "Atualizar Agora",
|
|||
|
|
"No Active Plan": "Nenhum plano ativo",
|
|||
|
|
"Please subscribe to a plan": "Por favor, assine um plano",
|
|||
|
|
"Invoice Wise Profit": "Lucro por Fatura",
|
|||
|
|
"Company / Business Name": "Nome da Empresa / Negócio",
|
|||
|
|
"Shop Opening Balance": "Saldo Inicial da Loja",
|
|||
|
|
"Shop Remaining Balance": "Saldo Restante da Loja",
|
|||
|
|
"Plan Expire Date": "Data de Expiração do Plano",
|
|||
|
|
"Enter Business Name": "Digite o Nome do Negócio",
|
|||
|
|
"Enter your Name": "Digite seu Nome",
|
|||
|
|
"POS": "Ponto de Venda",
|
|||
|
|
"Inventory": "Inventário",
|
|||
|
|
"Shipping Charge": "Taxa de Entrega",
|
|||
|
|
"Rounding(+/-)": "Arredondamento (+/-)",
|
|||
|
|
"Create Customer": "Criar Cliente",
|
|||
|
|
"Add Payment": "Adicionar Pagamento",
|
|||
|
|
"Cheque": "Cheque",
|
|||
|
|
"Wallet": "Carteira",
|
|||
|
|
"Select Warehouse": "Selecionar Armazém",
|
|||
|
|
"Batch": "Lote",
|
|||
|
|
"Scan / search by code or name": "Escanear / buscar por código ou nome",
|
|||
|
|
"Show 20": "Mostrar - 20",
|
|||
|
|
"Show 500": "Mostrar - 500",
|
|||
|
|
"Yesterday": "Ontem",
|
|||
|
|
"Last 30 Days": "Últimos 30 Dias",
|
|||
|
|
"Current Month": "Mês Atual",
|
|||
|
|
"Current Year": "Ano Atual",
|
|||
|
|
"Custom Date": "Data Personalizada",
|
|||
|
|
"View Payment": "Ver Pagamento",
|
|||
|
|
"Receipt No.": "Recibo Nº",
|
|||
|
|
"Inventory Sales": "Vendas de Inventário",
|
|||
|
|
"Flat": "Fixo",
|
|||
|
|
"Percent (%)": "Porcentagem (%)",
|
|||
|
|
"Select Product": "Selecionar Produto",
|
|||
|
|
"Guarantee": "Garantia",
|
|||
|
|
"Warranty": "Garantia",
|
|||
|
|
"Remarks": "Observações",
|
|||
|
|
"Sales Invoice": "Fatura de Vendas",
|
|||
|
|
"PDF": "PDF",
|
|||
|
|
"Print": "Imprimir",
|
|||
|
|
"Sales By": "Vendas por",
|
|||
|
|
"Sub-Total": "Subtotal",
|
|||
|
|
"Net Payable": "Total a Pagar",
|
|||
|
|
"invoice": "Fatura",
|
|||
|
|
"QTY": "Quantidade",
|
|||
|
|
"U.Price": "Preço Unitário",
|
|||
|
|
"Delivery charge": "Taxa de Entrega",
|
|||
|
|
"Total Payable": "Total a Pagar",
|
|||
|
|
"Total Return": "Total de Devoluções",
|
|||
|
|
"Payable": "A Pagar",
|
|||
|
|
"Return Product": "Devolver Produto",
|
|||
|
|
"Returned Item": "Item Devolvido",
|
|||
|
|
"Total Return Amount": "Valor Total de Devoluções",
|
|||
|
|
"Add Purchase": "Adicionar Compra",
|
|||
|
|
"Returns List": "Lista de Devoluções",
|
|||
|
|
"Partial Paid": "Parcialmente Pago",
|
|||
|
|
"Bulk Upload": "Upload em Lote",
|
|||
|
|
"Save & Published": "Salvar e Publicar",
|
|||
|
|
"Product price, stock": "Preço do Produto, Estoque",
|
|||
|
|
"Combo Products": "Produtos Combo",
|
|||
|
|
"Expired Products": "Produtos Expirados",
|
|||
|
|
"Print Labels": "Imprimir Etiquetas",
|
|||
|
|
"Model": "Modelo",
|
|||
|
|
"Variation": "Variação",
|
|||
|
|
"Racks": "Estantes",
|
|||
|
|
"Shelfs": "Prateleiras",
|
|||
|
|
"Product Image": "Imagem do Produto",
|
|||
|
|
"Expire Date": "Data de Expiração",
|
|||
|
|
"Barcode Generate": "Gerar Código de Barras",
|
|||
|
|
"Available Stock": "Estoque Disponível",
|
|||
|
|
"Qty / No of label": "Qtd / Nº de Etiquetas",
|
|||
|
|
"Packing Date": "Data de Embalagem",
|
|||
|
|
"Information to show in labels": "Informações para mostrar nas etiquetas",
|
|||
|
|
"Product Price": "Preço do Produto",
|
|||
|
|
"Print packing date": "Imprimir Data de Embalagem",
|
|||
|
|
"Show Price": "Mostrar Preço",
|
|||
|
|
"Barcode Type *": "Tipo de Código de Barras *",
|
|||
|
|
"Barcode Print Paper Setting": "Configuração de Papel para Impressão de Código de Barras",
|
|||
|
|
"Preview": "Pré-visualizar",
|
|||
|
|
"Download File": "Baixar Arquivo",
|
|||
|
|
"Field Name": "Nome do Campo",
|
|||
|
|
"Add new Model": "Adicionar Novo Modelo",
|
|||
|
|
"Model List": "Lista de Modelos",
|
|||
|
|
"Model Name": "Nome do Modelo",
|
|||
|
|
"Create Model": "Criar Modelo",
|
|||
|
|
"Variations List": "Lista de Variações",
|
|||
|
|
"Values": "Valores",
|
|||
|
|
"Edit Variation": "Editar Variação",
|
|||
|
|
"Rack List": "Lista de Estantes",
|
|||
|
|
"Add new rack": "Adicionar Nova Estante",
|
|||
|
|
"Shelf List": "Lista de Prateleiras",
|
|||
|
|
"Add shelf": "Adicionar Prateleira",
|
|||
|
|
"Edit shelf": "Editar Prateleira",
|
|||
|
|
"Transfer List": "Lista de Transferências",
|
|||
|
|
"From Branch": "De Filial",
|
|||
|
|
"To Branch": "Para Filial",
|
|||
|
|
"From Warehouse": "Do Armazém",
|
|||
|
|
"To Warehouse": "Para Armazém",
|
|||
|
|
"Add New Transfer": "Adicionar Nova Transferência",
|
|||
|
|
"Transfer Note": "Nota de Transferência",
|
|||
|
|
"All Stock": "Todo Estoque",
|
|||
|
|
"Party Credit Limit": "Limite de Crédito da Parte",
|
|||
|
|
"Billing Address": "Endereço de Cobrança",
|
|||
|
|
"City": "Cidade",
|
|||
|
|
"State": "Estado",
|
|||
|
|
"Zip Code": "Código Postal",
|
|||
|
|
"Shipping Address": "Endereço de Entrega",
|
|||
|
|
"Supplier Name": "Nome do Fornecedor",
|
|||
|
|
"Vat List": "Lista de IVA",
|
|||
|
|
"Add New Vat": "Adicionar Novo IVA",
|
|||
|
|
"Tax Setting": "Configuração de Impostos",
|
|||
|
|
"Add New Vat Group": "Adicionar Novo Grupo de IVA",
|
|||
|
|
"Vat Group List": "Lista de Grupo de IVA",
|
|||
|
|
"Vat Group Name": "Nome do Grupo de IVA",
|
|||
|
|
"Select vats": "Selecionar IVA",
|
|||
|
|
"All List": "Todas as Listas",
|
|||
|
|
"Guest Due": "Débito do Convidado",
|
|||
|
|
"Retailer Due": "Débito do Varejista",
|
|||
|
|
"Dealer Due": "Débito do Distribuidor",
|
|||
|
|
"Wholesaler Due": "Débito do Atacadista",
|
|||
|
|
"Guest Due List": "Lista de Débitos de Convidados",
|
|||
|
|
"Invoice Number": "Número da Fatura",
|
|||
|
|
"Bank Account": "Conta Bancária",
|
|||
|
|
"Cash In Hand": "Dinheiro em Caixa",
|
|||
|
|
"Cheques": "Cheques",
|
|||
|
|
"Transactions": "Transações",
|
|||
|
|
"Day Book": "Livro Diário",
|
|||
|
|
"Cash Flow": "Fluxo de Caixa",
|
|||
|
|
"Bill Wise Profit": "Lucro por Fatura",
|
|||
|
|
"Expenses": "Despesas",
|
|||
|
|
"Bank Accounts": "Contas Bancárias",
|
|||
|
|
"Deposit & Withdraws": "Depósitos e Saques",
|
|||
|
|
"Add Bank": "Adicionar Banco",
|
|||
|
|
"Account Name": "Nome da Conta",
|
|||
|
|
"Account Number": "Número da Conta",
|
|||
|
|
"Bank Name": "Nome do Banco",
|
|||
|
|
"Branch Name": "Nome da Filial",
|
|||
|
|
"Holder Name": "Nome do Titular",
|
|||
|
|
"Add New Bank": "Adicionar Novo Banco",
|
|||
|
|
"Account Display Name": "Nome de Exibição da Conta",
|
|||
|
|
"As of Date": "Data Referente",
|
|||
|
|
"Routing Number": "Número de Roteamento",
|
|||
|
|
"UPI ID for QR Code": "ID UPI para Código QR",
|
|||
|
|
"Account Holder Name": "Nome do Titular da Conta",
|
|||
|
|
"Add more fields": "Adicionar Mais Campos",
|
|||
|
|
"Print Bank details on invoices": "Imprimir Detalhes do Banco nas Faturas",
|
|||
|
|
"Bank to Bank Transfer": "Transferência Banco a Banco",
|
|||
|
|
"Bank to Cash Transfer": "Transferência Banco para Caixa",
|
|||
|
|
"Adjust Bank Balance": "Ajustar Saldo Bancário",
|
|||
|
|
"Adjust Cash": "Ajustar Caixa",
|
|||
|
|
"Cash to Bank Transfer": "Transferência Caixa para Banco",
|
|||
|
|
"From": "De",
|
|||
|
|
"To": "Para",
|
|||
|
|
"Transfer Date": "Data da Transferência",
|
|||
|
|
"Cheques List": "Lista de Cheques",
|
|||
|
|
"Profit & Loss": "Lucros e Perdas",
|
|||
|
|
"Gross Profit": "Lucro Bruto",
|
|||
|
|
"Total Expenses": "Despesas Totais",
|
|||
|
|
"Income Types": "Tipos de Renda",
|
|||
|
|
"Expenses Types": "Tipos de Despesas",
|
|||
|
|
"Net Profit": "Lucro Líquido",
|
|||
|
|
"Money In": "Entrada de Dinheiro",
|
|||
|
|
"Money Out": "Saída de Dinheiro",
|
|||
|
|
"Transaction List": "Lista de Transações",
|
|||
|
|
"Reference": "Referência",
|
|||
|
|
"Transaction Type": "Tipo de Transação",
|
|||
|
|
"Due Pay": "Pagamento a Vencer",
|
|||
|
|
"Due Collect": "Cobrança a Vencer",
|
|||
|
|
"All Party": "Todas as Partes",
|
|||
|
|
"Transaction By": "Transação Por",
|
|||
|
|
"Total :": "Total :",
|
|||
|
|
"Cash In": "Dinheiro Entrando",
|
|||
|
|
"Cash Out": "Dinheiro Saindo",
|
|||
|
|
"Running Cash": "Caixa Corrente",
|
|||
|
|
"Bill Wise Profit List": "Lista de Lucro por Fatura",
|
|||
|
|
"Sales Amount": "Valor de Vendas",
|
|||
|
|
"Sale Amount": "Valor de Vendas",
|
|||
|
|
"Create Expense Category": "Criar Categoria de Despesa",
|
|||
|
|
"Department": "Departamento",
|
|||
|
|
"Designation": "Cargo",
|
|||
|
|
"Shift": "Turno",
|
|||
|
|
"Employee": "Funcionário",
|
|||
|
|
"Leave Request": "Solicitação de Licença",
|
|||
|
|
"Holiday": "Feriado",
|
|||
|
|
"Attendance": "Presença",
|
|||
|
|
"Payroll": "Folha de Pagamento",
|
|||
|
|
"Department List": "Lista de Departamentos",
|
|||
|
|
"Add Department": "Adicionar Departamento",
|
|||
|
|
"Create Department": "Criar Departamento",
|
|||
|
|
"Designation List": "Lista de Cargos",
|
|||
|
|
"Add Designation": "Adicionar Cargo",
|
|||
|
|
"Create Designation": "Criar Cargo",
|
|||
|
|
"Shift List": "Lista de Turnos",
|
|||
|
|
|
|||
|
|
"Add new Shift": "Adicionar Novo Turno",
|
|||
|
|
"Start Time": "Hora de Início",
|
|||
|
|
"End Time": "Hora de Término",
|
|||
|
|
"Break Time": "Hora de Intervalo",
|
|||
|
|
"Break Duration": "Duração do Intervalo",
|
|||
|
|
"Create Shift": "Criar Turno",
|
|||
|
|
"Select Name": "Selecionar Nome",
|
|||
|
|
"Break Status": "Status do Intervalo",
|
|||
|
|
"Start Break Time": "Início do Intervalo",
|
|||
|
|
"End Break Time": "Fim do Intervalo",
|
|||
|
|
"Employee List": "Lista de Funcionários",
|
|||
|
|
"Add new Employee": "Adicionar Novo Funcionário",
|
|||
|
|
"shift": "Turno",
|
|||
|
|
"Salary": "Salário",
|
|||
|
|
"Gender": "Gênero",
|
|||
|
|
"Birth Date": "Data de Nascimento",
|
|||
|
|
"Join Date": "Data de Admissão",
|
|||
|
|
"Leave Type": "Tipo de Licença",
|
|||
|
|
"Leave": "Licença",
|
|||
|
|
"Leave Type List": "Lista de Tipos de Licença",
|
|||
|
|
"Add Leave Type": "Adicionar Tipo de Licença",
|
|||
|
|
"Create Leave Type": "Criar Tipo de Licença",
|
|||
|
|
"Leave List": "Lista de Licenças",
|
|||
|
|
"Add new Leave": "Adicionar Nova Licença",
|
|||
|
|
"Month": "Mês",
|
|||
|
|
"Start Date": "Data de Início",
|
|||
|
|
"End Date": "Data de Término",
|
|||
|
|
"Leave Duration": "Duração da Licença",
|
|||
|
|
"Select employee": "Selecionar Funcionário",
|
|||
|
|
"All month": "Todo o Mês",
|
|||
|
|
"Create Leave": "Criar Licença",
|
|||
|
|
"Holiday List": "Lista de Feriados",
|
|||
|
|
"Add new Holiday": "Adicionar Novo Feriado",
|
|||
|
|
"Create Holiday": "Criar Feriado",
|
|||
|
|
"Tax Report": "Relatório de Impostos",
|
|||
|
|
"Profit Loss": "Lucros e Perdas",
|
|||
|
|
"Due Transaction": "Transação a Vencer",
|
|||
|
|
"Subscription Report": "Relatório de Assinaturas",
|
|||
|
|
"Product Profit/Loss": "Lucro/Prejuízo do Produto",
|
|||
|
|
"Top 5 Customer": "Top 5 Clientes",
|
|||
|
|
"Top 5 Supplier": "Top 5 Fornecedores",
|
|||
|
|
"Top 5 Product": "Top 5 Produtos",
|
|||
|
|
"Combo Product": "Produto Combo",
|
|||
|
|
"Discount Product": "Produto com Desconto",
|
|||
|
|
"Product Wise Purchase": "Compra por Produto",
|
|||
|
|
"Product Wise Sale": "Venda por Produto",
|
|||
|
|
"Expired Product": "Produto Expirado",
|
|||
|
|
"Customer Ledger": "Livro Razão do Cliente",
|
|||
|
|
"Supplier Ledger": "Livro Razão do Fornecedor",
|
|||
|
|
"Party Loss/Profit": "Prejuízo/Lucro da Parte",
|
|||
|
|
"SMS Template": "Modelo de SMS",
|
|||
|
|
"Android Gateway": "Gateway Android",
|
|||
|
|
"API Gateway": "Gateway API",
|
|||
|
|
"Balance Sheet": "Balanço Patrimonial",
|
|||
|
|
"All Due": "Todos os Débitos",
|
|||
|
|
"Attendance List": "Lista de Presença",
|
|||
|
|
"Add new Attendance": "Adicionar Nova Presença",
|
|||
|
|
"Time In": "Entrada",
|
|||
|
|
"Time Out": "Saída",
|
|||
|
|
"Payroll List": "Lista de Folha de Pagamento",
|
|||
|
|
"Add new Payroll": "Adicionar Nova Folha de Pagamento",
|
|||
|
|
"Payment Year": "Ano de Pagamento",
|
|||
|
|
"Receipt No": "Número do Recibo",
|
|||
|
|
"date": "Data",
|
|||
|
|
"Attendance Report": "Relatório de Presença",
|
|||
|
|
"Payroll Report": "Relatório de Folha de Pagamento",
|
|||
|
|
"Slip No": "Número do Recibo",
|
|||
|
|
"Leave Report": "Relatório de Licenças",
|
|||
|
|
"Total Sale": "Venda Total",
|
|||
|
|
"Total Sale Return": "Devolução Total de Vendas",
|
|||
|
|
"Total Purchase Return": "Devolução Total de Compras",
|
|||
|
|
"Tax Report List": "Lista de Relatórios de Impostos",
|
|||
|
|
"Payment Method": "Método de Pagamento",
|
|||
|
|
"Loss/Profit Report Details": "Detalhes do Relatório de Lucro/Prejuízo",
|
|||
|
|
"Opening Stock": "Estoque Inicial",
|
|||
|
|
"(By purchase price)": "(Pelo preço de compra)",
|
|||
|
|
"(By sale price)": "(Pelo preço de venda)",
|
|||
|
|
"Total purchase:": "Compra Total:",
|
|||
|
|
"Total purchase shipping charge:": "Taxa de Envio Total da Compra:",
|
|||
|
|
"Total Sell discount:": "Desconto Total da Venda:",
|
|||
|
|
"Total Sell Return:": "Devolução Total da Venda:",
|
|||
|
|
"Closing stock": "Estoque Final",
|
|||
|
|
"Total Sales:": "Vendas Totais:",
|
|||
|
|
"Total sell shipping charge:": "Taxa de Envio Total da Venda:",
|
|||
|
|
"Total Purchase Return:": "Devolução Total da Compra:",
|
|||
|
|
"Total Purchase discount:": "Desconto Total da Compra:",
|
|||
|
|
"Total sell round off:": "Arredondamento Total da Venda:",
|
|||
|
|
"Credit Limit": "Limite de Crédito",
|
|||
|
|
"Due Collection Transactions": "Transações de Cobrança a Vencer",
|
|||
|
|
"Pay Due Amount": "Pagar Montante Devido",
|
|||
|
|
"Top 5 Customers": "Top 5 Clientes",
|
|||
|
|
"Top 5 Suppliers": "Top 5 Fornecedores",
|
|||
|
|
"Total Purchases": "Compras Totais",
|
|||
|
|
"Top 5 Products": "Top 5 Produtos",
|
|||
|
|
"Cost Price": "Preço de Custo",
|
|||
|
|
"Sales price": "Preço de Venda",
|
|||
|
|
"Product Wise Discount": "Desconto por Produto",
|
|||
|
|
"Product Purchases": "Compras de Produtos",
|
|||
|
|
"Purchase QTY": "Quantidade de Compra",
|
|||
|
|
"Product Sales": "Vendas de Produtos",
|
|||
|
|
"Sale QTY": "Quantidade de Venda",
|
|||
|
|
"Total Sale Due": "Total de Vendas a Receber",
|
|||
|
|
"Total Purchase Due": "Total de Compras a Pagar",
|
|||
|
|
"Party Wise Loss & Profit": "Lucro e Prejuízo por Parte",
|
|||
|
|
"Gateway List": "Lista de Gateways",
|
|||
|
|
"Gateway ID.": "ID do Gateway",
|
|||
|
|
"Gateway Type": "Tipo de Gateway",
|
|||
|
|
"Device List": "Lista de Dispositivos",
|
|||
|
|
"Add Device": "Adicionar Dispositivo",
|
|||
|
|
"Device ID": "ID do Dispositivo",
|
|||
|
|
"Device Version": "Versão do Dispositivo",
|
|||
|
|
"App Version": "Versão do App",
|
|||
|
|
"Total Messages": "Total de Mensagens",
|
|||
|
|
"Created Date": "Data de Criação",
|
|||
|
|
"All Settings": "Todas as Configurações",
|
|||
|
|
"General": "Geral",
|
|||
|
|
"Invoice Print": "Impressão de Fatura",
|
|||
|
|
"Currencies Settings": "Configurações de Moedas",
|
|||
|
|
"SMS Gateway Settings": "Configurações de Gateway SMS",
|
|||
|
|
"Languages Settings": "Configurações de Idioma",
|
|||
|
|
"Add, Edit, Update, Delete Languages.": "Adicionar, Editar, Atualizar, Excluir Idiomas.",
|
|||
|
|
"Configure the fundamental information of the site.": "Configurar as informações básicas do site.",
|
|||
|
|
"Control and configure overall notification systems": "Controlar e configurar todos os sistemas de notificação",
|
|||
|
|
"View and update currency settings": "Visualizar e atualizar configurações de moeda",
|
|||
|
|
"Add new users, Provide role and Permission": "Adicionar novos usuários, atribuir função e permissões",
|
|||
|
|
"View and update gateway settings": "Visualizar e atualizar configurações do gateway",
|
|||
|
|
"VAT/GST Title": "Título do IVA/GST",
|
|||
|
|
"VAT/GST Number": "Número do IVA/GST",
|
|||
|
|
"Sale Rounding Option": "Opção de Arredondamento da Venda",
|
|||
|
|
"Product Profit Option": "Opção de Lucro do Produto",
|
|||
|
|
"Post Sale Message": "Mensagem Pós-venda",
|
|||
|
|
"Invoice Note Label": "Rótulo de Nota da Fatura",
|
|||
|
|
"Invoice Note": "Nota da Fatura",
|
|||
|
|
"Warranty Void Label": "Rótulo de Garantia Nula",
|
|||
|
|
"Warranty Void": "Garantia Nula",
|
|||
|
|
"A4 Page Invoice Logo": "Logo da Fatura em Página A4",
|
|||
|
|
"Thermal Invoice Logo": "Logo da Fatura Térmica",
|
|||
|
|
"Invoice Scanner Logo": "Logo do Scanner de Faturas",
|
|||
|
|
"Select SMS Gateway": "Selecionar Gateway SMS",
|
|||
|
|
"Language Settings": "Configurações de Idioma",
|
|||
|
|
"Locale": "Localidade",
|
|||
|
|
|
|||
|
|
"Flag": "Bandeira",
|
|||
|
|
"Add New Language": "Adicionar Novo Idioma",
|
|||
|
|
"Is Active": "Está Ativo",
|
|||
|
|
"Is Default": "É Padrão",
|
|||
|
|
"Product Settings": "Configurações do Produto",
|
|||
|
|
"Currency Setting": "Configuração de Moeda",
|
|||
|
|
"Select Currency": "Selecionar Moeda",
|
|||
|
|
"Total Assets": "Ativos Totais",
|
|||
|
|
"Liabilities": "Passivos",
|
|||
|
|
"Assets": "Ativos",
|
|||
|
|
"Payment In": "Pagamento Recebido",
|
|||
|
|
"Equities & Liabilities": "Patrimônio e Passivos",
|
|||
|
|
"Create Supplier": "Criar Fornecedor",
|
|||
|
|
"Batch No.": "Número do Lote",
|
|||
|
|
"Cost exc. tax": "Custo exc. imposto",
|
|||
|
|
"Cost inc. tax": "Custo inc. imposto",
|
|||
|
|
"Wholesale": "Preço Atacadista",
|
|||
|
|
"View Combo Product": "Ver Produto Combo",
|
|||
|
|
"Add new Transfer": "Adicionar Nova Transferência",
|
|||
|
|
"Stock Values": "Valores de Estoque",
|
|||
|
|
"Drag & drop your Image": "Arraste e solte sua imagem",
|
|||
|
|
"Browse": "Procurar",
|
|||
|
|
"Address line 1": "Linha de Endereço 1",
|
|||
|
|
"Add Vat Rate": "Adicionar Taxa de IVA",
|
|||
|
|
"Rate": "Taxa",
|
|||
|
|
"Pay Due": "Pagar Devido",
|
|||
|
|
"Apply Month": "Aplicar Mês",
|
|||
|
|
"Create Attendance": "Criar Presença",
|
|||
|
|
"Create Payroll": "Criar Folha de Pagamento",
|
|||
|
|
"Purchase Date": "Data da Compra",
|
|||
|
|
"Payment Reminder": "Lembrete de Pagamento",
|
|||
|
|
"New Sale": "Nova Venda",
|
|||
|
|
"Payment Received": "Pagamento Recebido",
|
|||
|
|
"Payment Paid": "Pagamento Efetuado",
|
|||
|
|
"SMS Body": "Corpo do SMS",
|
|||
|
|
"Available Tags": "Tags Disponíveis",
|
|||
|
|
"Enable SMS Notification": "Ativar Notificação SMS",
|
|||
|
|
"Business Phone": "Telefone Comercial",
|
|||
|
|
"Add Gateway": "Adicionar Gateway",
|
|||
|
|
"Add New Device": "Adicionar Novo Dispositivo",
|
|||
|
|
"To add your device to the system, follow these steps:": "Para adicionar seu dispositivo ao sistema, siga estes passos:",
|
|||
|
|
"Get the latest version of the App from this": "Obtenha a versão mais recente do App a partir deste",
|
|||
|
|
"link": "link",
|
|||
|
|
"and install the app on your device.": "e instale o app no seu dispositivo.",
|
|||
|
|
"Step 01": "Passo 01",
|
|||
|
|
"Step 02": "Passo 02",
|
|||
|
|
"Step 03": "Passo 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": "Após instalar o app, localize o código QR fornecido no topo da tela. Abra o app e conceda todas as permissões solicitadas. Na tela de login, selecione \"Login com QR code\" e escaneie o código QR",
|
|||
|
|
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Seu telefone Android agora está conectado ao sistema. Recarregue esta página para ver seu novo dispositivo.",
|
|||
|
|
"View and update gateway settings.": "Visualizar e atualizar configurações do gateway.",
|
|||
|
|
"Product Stock": "Estoque do Produto",
|
|||
|
|
"Model No": "Número do Modelo",
|
|||
|
|
"Product Manufacturer": "Fabricante do Produto",
|
|||
|
|
"Low Stock Alert": "Alerta de Estoque Baixo",
|
|||
|
|
"VAT ID": "ID do IVA",
|
|||
|
|
"VAT Type": "Tipo de IVA",
|
|||
|
|
"Exclusive Price": "Preço Exclusivo",
|
|||
|
|
"Inclusive Price": "Preço Inclusivo",
|
|||
|
|
"Profit Percent": "Percentual de Lucro",
|
|||
|
|
"Serial": "Serial",
|
|||
|
|
"MRP/PRICE": "MRP/PREÇO",
|
|||
|
|
"MRP": "MRP",
|
|||
|
|
"Batch Tracking": "Rastreamento de Lote",
|
|||
|
|
"Batch No": "Número do Lote",
|
|||
|
|
"Expiry Date": "Data de Validade",
|
|||
|
|
"Mfg Date": "Data de Fabricação",
|
|||
|
|
"Product Type": "Tipo de Produto",
|
|||
|
|
"Single": "Individual",
|
|||
|
|
"Variant": "Variante",
|
|||
|
|
"Combo": "Combo",
|
|||
|
|
"Guest Due Sale": "Venda a Receber de Convidado",
|
|||
|
|
"Product Discount": "Desconto do Produto",
|
|||
|
|
"Add Product Settings": "Adicionar Configurações do Produto",
|
|||
|
|
"Additional Product Field": "Campo Adicional do Produto",
|
|||
|
|
"Purchase Setting": "Configuração de Compra",
|
|||
|
|
"Sale Setting": "Configuração de Venda",
|
|||
|
|
"Profit & Loss Details": "Detalhes de Lucros e Perdas",
|
|||
|
|
"Product Profit & Loss": "Lucros e Perdas do Produto",
|
|||
|
|
"Customer List": "Lista de Clientes",
|
|||
|
|
"Supplier List": "Lista de Fornecedores",
|
|||
|
|
":type List": "Lista de :type",
|
|||
|
|
"Add new :type": "Adicionar Novo :type",
|
|||
|
|
"Edit :type": "Editar :type",
|
|||
|
|
"Edit Supplier": "Editar Fornecedor",
|
|||
|
|
"Edit Customer": "Editar Cliente",
|
|||
|
|
"(PNG & JPG)": "(PNG e JPG)",
|
|||
|
|
"Vat groups (Combination of multiple vats)": "Grupos de IVA (Combinação de múltiplos IVA)",
|
|||
|
|
"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.": "Siga as instruções abaixo para enviar seu arquivo.",
|
|||
|
|
"Download the sample file first and add all your products to it.": "Baixe primeiro o arquivo de exemplo e adicione todos os seus produtos a ele.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Indica um campo obrigatório. Se você não fornecer os campos necessários, o sistema ignorará o produto.",
|
|||
|
|
"After adding all your products, please save the file and then upload the updated version.": "Após adicionar todos os seus produtos, salve o arquivo e, em seguida, envie a versão atualizada.",
|
|||
|
|
"The name of the product you are adding": "O nome do produto que você está adicionando",
|
|||
|
|
"e.g.,": "ex.,",
|
|||
|
|
"Banana": "Banana",
|
|||
|
|
"Stock Quantity": "Quantidade em Estoque",
|
|||
|
|
"Sale Price (MRP)": "Preço de Venda (MRP)",
|
|||
|
|
"VAT Name": "Nome do IVA",
|
|||
|
|
"VAT (%)": "IVA (%)",
|
|||
|
|
"Low Stock Qty": "Quantidade Mínima em Estoque",
|
|||
|
|
"Manufacturing Date": "Data de Fabricação",
|
|||
|
|
"Variations": "Variações",
|
|||
|
|
"The category under which the product falls": "A categoria à qual o produto pertence",
|
|||
|
|
"Beverages, Electronics": "Bebidas, Eletrônicos",
|
|||
|
|
"The measurement unit used for the product": "A unidade de medida usada para o produto",
|
|||
|
|
"Piece, Kg, Litre": "Peça, Kg, Litro",
|
|||
|
|
"If not found, a new unit will be created automatically.": "Se não encontrado, uma nova unidade será criada automaticamente.",
|
|||
|
|
"The brand associated with the product": "A marca associada ao produto",
|
|||
|
|
"Samsung, Nestlé": "Samsung, Nestlé",
|
|||
|
|
"If not found, the system will create it automatically.": "Se não encontrado, o sistema criará automaticamente.",
|
|||
|
|
"The available quantity of the product currently in stock.": "A quantidade disponível do produto atualmente em estoque.",
|
|||
|
|
"A unique identifier for the product": "Um identificador único para o produto",
|
|||
|
|
"SKU001": "SKU001",
|
|||
|
|
"Product codes must be unique — duplicate codes will be ignored.": "Os códigos de produto devem ser únicos — códigos duplicados serão ignorados.",
|
|||
|
|
"The cost price of the product excluding VAT.": "O preço de custo do produto excluindo o IVA.",
|
|||
|
|
"The selling price or maximum retail price for the product.": "O preço de venda ou preço máximo de varejo do produto.",
|
|||
|
|
"Special discounted price for bulk resellers or dealers.": "Preço especial com desconto para revendedores em grande quantidade ou distribuidores.",
|
|||
|
|
"The price offered for wholesale buyers, usually lower than MRP.": "O preço oferecido para compradores atacadistas, geralmente menor que o MRP.",
|
|||
|
|
"If not found, the system will automatically create a new category.": "Se não encontrado, o sistema criará automaticamente uma nova categoria.",
|
|||
|
|
"The VAT name applied to the product.": "O nome do IVA aplicado ao produto.",
|
|||
|
|
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Se o sistema não encontrar, ele criará um novo IVA com a taxa fornecida.",
|
|||
|
|
"The VAT rate as a percentage": "A taxa de IVA como porcentagem",
|
|||
|
|
"15": "15",
|
|||
|
|
"Define whether the VAT is": "Defina se o IVA é",
|
|||
|
|
"exclusive": "exclusivo",
|
|||
|
|
"or": "ou",
|
|||
|
|
"inclusive": "inclusivo",
|
|||
|
|
"in the price.": "no preço.",
|
|||
|
|
"The minimum stock quantity to trigger a low-stock alert.": "A quantidade mínima em estoque para acionar um alerta de baixo estoque.",
|
|||
|
|
"Name of the product manufacturer or supplier.": "Nome do fabricante ou fornecedor do produto.",
|
|||
|
|
"Expiry date for perishable products": "Data de validade para produtos perecíveis",
|
|||
|
|
"format:": "formato:",
|
|||
|
|
"YYYY-MM-DD": "AAAA-MM-DD",
|
|||
|
|
"Batch or lot number used to identify stock batches.": "Número do lote usado para identificar lotes de estoque.",
|
|||
|
|
"The model of the product": "O modelo do produto",
|
|||
|
|
"iPhone 15": "iPhone 15",
|
|||
|
|
"Date the product was manufactured": "Data em que o produto foi fabricado",
|
|||
|
|
"Define whether the product is": "Defina se o produto é",
|
|||
|
|
"single": "individual",
|
|||
|
|
"variant": "variante",
|
|||
|
|
"for products with multiple variations like size or color.": "para produtos com múltiplas variações, como tamanho ou cor.",
|
|||
|
|
"This column defines all variations for variant products.": "Esta coluna define todas as variações para produtos variantes.",
|
|||
|
|
"Use the format:": "Use o formato:",
|
|||
|
|
"VariationName:Value": "NomeVariação:Valor",
|
|||
|
|
"separated by a": "separado por",
|
|||
|
|
"for multiple values.": "para múltiplos valores.",
|
|||
|
|
"Example:": "Exemplo:",
|
|||
|
|
"Color:Black|Size:M": "Cor:Preto|Tamanho:M",
|
|||
|
|
"➤ The system will:": "➤ O sistema irá:",
|
|||
|
|
"Create or match existing variations dynamically.": "Criar ou combinar variações existentes dinamicamente.",
|
|||
|
|
"Store selected variation IDs in the": "Armazenar IDs de variações selecionadas na",
|
|||
|
|
"table": "tabela",
|
|||
|
|
"Store structured JSON like": "Armazenar JSON estruturado como",
|
|||
|
|
"\"Color\":\"Black\"": "\"Cor\":\"Preto\"",
|
|||
|
|
"in the": "na",
|
|||
|
|
"Automatically create": "Criar automaticamente",
|
|||
|
|
"variant_name": "nome_variante",
|
|||
|
|
"such as": "como",
|
|||
|
|
"Black - M": "Preto - M",
|
|||
|
|
"table.": "tabela.",
|
|||
|
|
"Party Profit & Loss": "Lucro e Prejuízo da Parte",
|
|||
|
|
|
|||
|
|
"Bill Wise Profit & Loss": "Lucros e perdas por fatura",
|
|||
|
|
"Bank Details": "Detalhes do banco",
|
|||
|
|
"Account No": "Número da conta",
|
|||
|
|
"UPI ID": "ID UPI",
|
|||
|
|
"Holder’s Nmae": "Nome do titular",
|
|||
|
|
"MONEY RECEIPT": "Recibo de pagamento",
|
|||
|
|
"Money Receipt": "Recibo de pagamento",
|
|||
|
|
"Purchase Invoice": "Fatura de compra",
|
|||
|
|
"Holder’s Name": "Nome do titular",
|
|||
|
|
"Rounding (+/-)": "Arredondamento (+/-)",
|
|||
|
|
"welcome_to": "Bem-vindo",
|
|||
|
|
"welcome_back": "Bem-vindo de volta",
|
|||
|
|
"please_login": "Por favor, faça login na sua conta",
|
|||
|
|
"enter_your_email": "Digite seu e-mail",
|
|||
|
|
"password": "Senha",
|
|||
|
|
"remember_me": "Lembrar-me",
|
|||
|
|
"forgot_password": "Esqueceu a senha?",
|
|||
|
|
"log_in": "Entrar",
|
|||
|
|
"back_to_home": "Voltar para a página inicial",
|
|||
|
|
"create_an_account": "Criar uma conta",
|
|||
|
|
"or_continue_with": "Ou continue com",
|
|||
|
|
"login_with_x": "Entrar com X",
|
|||
|
|
"login_with_google": "Entrar com Google",
|
|||
|
|
"super_admin": "Super administrador",
|
|||
|
|
"admin": "Administrador",
|
|||
|
|
"business": "Negócio",
|
|||
|
|
"add_on": "Complemento",
|
|||
|
|
"manager": "Gerente",
|
|||
|
|
"multi_branch": "Multi-filial",
|
|||
|
|
"warranty": "Garantia",
|
|||
|
|
"guarantee": "Garantia",
|
|||
|
|
"Months": "Meses",
|
|||
|
|
"Years": "Anos",
|
|||
|
|
"Tax Type": "Tipo de imposto",
|
|||
|
|
"Exclusive": "Exclusivo",
|
|||
|
|
"Inclusive": "Inclusivo",
|
|||
|
|
"Select Tax": "Selecionar imposto",
|
|||
|
|
"select_one": "Selecione um",
|
|||
|
|
"Image (Size 150x130)": "Imagem (Tamanho 150x130)",
|
|||
|
|
"Drag & drop image": "Arraste e solte a imagem",
|
|||
|
|
"Variant Name": "Nome da variante",
|
|||
|
|
"Manufacture": "Fabricante",
|
|||
|
|
"Profit Margin (%)": "Margem de lucro (%)",
|
|||
|
|
"Default Selling Price": "Preço de venda padrão",
|
|||
|
|
"SKU / Code": "SKU / Código",
|
|||
|
|
"Edit Model": "Editar modelo",
|
|||
|
|
"Rack Name": "Nome da prateleira",
|
|||
|
|
"Edit rack": "Editar prateleira",
|
|||
|
|
"Update Password": "Atualizar senha",
|
|||
|
|
"Tax Rate": "Taxa de imposto",
|
|||
|
|
"Sub vats": "Sub IVA",
|
|||
|
|
"Edit Vat": "Editar IVA",
|
|||
|
|
"Edit Vat Group": "Editar grupo de IVA",
|
|||
|
|
"Edit Bank": "Editar banco",
|
|||
|
|
"Account Display Name balnce": "Nome de exibição da conta / Saldo",
|
|||
|
|
"+ Add more fields": "+ Adicionar mais campos",
|
|||
|
|
"Show In Invoice": "Mostrar na fatura",
|
|||
|
|
"As Of Date": "Na data de",
|
|||
|
|
"Cheque Number": "Número do cheque",
|
|||
|
|
"Current Plan": "Plano atual",
|
|||
|
|
"Multi-branch Allowed": "Multi-filial permitido",
|
|||
|
|
"Addon Limit:": "Limite de complemento:",
|
|||
|
|
"Addon Domain Available?": "Domínio do complemento disponível?",
|
|||
|
|
"Subdomain Limit:": "Limite de subdomínio:",
|
|||
|
|
"Subdomain Available?": "Subdomínio disponível?",
|
|||
|
|
"Freya Haynes": "Freya Haynes",
|
|||
|
|
"Invoice: S06 - Emery Mueller": "Fatura: S06 - Emery Mueller",
|
|||
|
|
"Item Name": "Nome do item",
|
|||
|
|
"Product Wise Profit & Loss": "Lucros e perdas por produto",
|
|||
|
|
"Product Wise Loss Profit": "Perda e lucro por produto",
|
|||
|
|
"Pay Amount": "Valor a pagar",
|
|||
|
|
"Select party": "Selecionar parte",
|
|||
|
|
"Loss Profit History": "Histórico de perdas e lucros",
|
|||
|
|
"Product Sale History": "Histórico de vendas de produtos",
|
|||
|
|
"Product Purchase History": "Histórico de compras de produtos",
|
|||
|
|
"Purchase Qty": "Quantidade comprada",
|
|||
|
|
"Sold Qty": "Quantidade vendida",
|
|||
|
|
"Remaining Qty": "Quantidade restante",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Subscription Orders": "Pedidos de assinatura",
|
|||
|
|
"Subscriber View": "Visualização do assinante",
|
|||
|
|
"Expire date": "Data de expiração",
|
|||
|
|
"Enroll Date": "Data de inscrição",
|
|||
|
|
"How to Add a Domain in hPanel": "Como adicionar um domínio no hPanel",
|
|||
|
|
"hPanel (Hostinger) Domain Setup Instructions": "Instruções de configuração de domínio no hPanel (Hostinger)",
|
|||
|
|
"Multibranch Allowed": "Multifiliais permitido",
|
|||
|
|
"Addon Domain Limit": "Limite de domínios adicionais",
|
|||
|
|
"Subdomain Limit": "Limite de subdomínios",
|
|||
|
|
"Custom Domain Limit": "Limite de domínios personalizados",
|
|||
|
|
"Add-ons": "Complementos",
|
|||
|
|
"New": "Novo",
|
|||
|
|
"Addons List": "Lista de complementos",
|
|||
|
|
"Install / Update Addon": "Instalar / Atualizar complemento",
|
|||
|
|
"Version": "Versão",
|
|||
|
|
"Enter purchase code": "Insira o código de compra",
|
|||
|
|
"Upload addons zip file": "Enviar arquivo zip de complementos",
|
|||
|
|
"System": "Sistema",
|
|||
|
|
"User Sign Up": "Cadastro de usuário",
|
|||
|
|
"Domain Setting": "Configuração de domínio",
|
|||
|
|
"View and update payment gateway settings": "Visualizar e atualizar configurações de gateway de pagamento",
|
|||
|
|
"View and update user sign up settings": "Visualizar e atualizar configurações de cadastro de usuário",
|
|||
|
|
"View and update system settings": "Visualizar e atualizar configurações do sistema",
|
|||
|
|
"User Registration Email Setup": "Configuração de e-mail de registro de usuário",
|
|||
|
|
"Verify email with OTP on signup?": "Verificar e-mail com OTP no cadastro?",
|
|||
|
|
"Verify email without OTP on signup?": "Verificar e-mail sem OTP no cadastro?",
|
|||
|
|
"SSL is required.": "O SSL é obrigatório.",
|
|||
|
|
"SSL is not required.": "O SSL não é obrigatório.",
|
|||
|
|
"Subdomain / Custom domains are allowed automatically.": "Subdomínios / domínios personalizados são permitidos automaticamente.",
|
|||
|
|
"Subdomain / Custom domains are not allowed automatically.": "Subdomínios / domínios personalizados não são permitidos automaticamente.",
|
|||
|
|
"Dynamic Text": "Texto dinâmico",
|
|||
|
|
"Dynamic Link Text": "Texto de link dinâmico",
|
|||
|
|
"Dynamic Link": "Link dinâmico",
|
|||
|
|
"App Link": "Link do aplicativo",
|
|||
|
|
"Login Page Logo": "Logo da página de login",
|
|||
|
|
"Login Page Image": "Imagem da página de login",
|
|||
|
|
"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": "Chave API",
|
|||
|
|
"CLIENT ID": "ID do Cliente",
|
|||
|
|
"CLIENT SECRET": "Segredo do Cliente",
|
|||
|
|
"PUBLIC KEY": "Chave Pública",
|
|||
|
|
"SECRET KEY": "Chave Secreta",
|
|||
|
|
"KEY ID": "ID da Chave",
|
|||
|
|
"KEY SECRET": "Segredo da Chave",
|
|||
|
|
"X API KEY": "Chave API X",
|
|||
|
|
"X AUTH TOKEN": "Token de Autenticação X",
|
|||
|
|
"USER SECRET KEY": "Chave Secreta do Usuário",
|
|||
|
|
"CATEOGRY CODE": "Código da Categoria",
|
|||
|
|
"ENCRYPTION KEY": "Chave de Criptografia",
|
|||
|
|
"PAYMENT OPTIONS": "Opções de Pagamento",
|
|||
|
|
"Hello": "Olá",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Net Profit (Profit - Loss) =": "Lucro Líquido (Lucro - Prejuízo) =",
|
|||
|
|
"Net Profit (Income - Expense) =": "Lucro Líquido (Receita - Despesa) =",
|
|||
|
|
"Sale Details": "Detalhes da Venda",
|
|||
|
|
"Purchase Details": "Detalhes da Compra",
|
|||
|
|
"All Customer": "Todos os Clientes",
|
|||
|
|
"Sale Qty": "Quantidade Vendida",
|
|||
|
|
"Profit/Loss": "Lucro/Prejuízo",
|
|||
|
|
"Printer A4": "Impressora A4",
|
|||
|
|
"Thermal: 3 inch 80mm": "Térmica: 3 polegadas 80mm",
|
|||
|
|
"Showing": "Exibindo",
|
|||
|
|
"to": "até",
|
|||
|
|
"of": "de",
|
|||
|
|
"results": "resultados",
|
|||
|
|
"Custom Domain": "Domínio Personalizado",
|
|||
|
|
"Ledger": "Razão",
|
|||
|
|
"(Ledger)": "(Razão)",
|
|||
|
|
"Credit (In)": "Crédito (Entrada)",
|
|||
|
|
"Debit (Out)": "Débito (Saída)",
|
|||
|
|
"View Stock": "Ver Estoque",
|
|||
|
|
|
|||
|
|
"Log In": "Entrar",
|
|||
|
|
"Back to Home": "Voltar para a página inicial",
|
|||
|
|
"Create an account.": "Criar uma conta",
|
|||
|
|
"Add-on": "Complemento",
|
|||
|
|
"Bussiness": "Negócios",
|
|||
|
|
"Multi Branch": "Múltiplos Filiais",
|
|||
|
|
"Create an Free Account!": "Criar uma conta gratuita!",
|
|||
|
|
"Hey, Enter Your details to get Sign Up to your account": "Olá, insira seus dados para se cadastrar",
|
|||
|
|
"Sign Up": "Registrar",
|
|||
|
|
"Or Continue with": "Ou continue com",
|
|||
|
|
"Log in with X": "Entrar com X",
|
|||
|
|
"Log in with Google": "Entrar com Google",
|
|||
|
|
"Already have an Account?": "Já possui uma conta?",
|
|||
|
|
"Email Verification": "Verificação de e-mail",
|
|||
|
|
"we sent an OTP in your email address": "Enviamos um código OTP para seu e-mail",
|
|||
|
|
"Code send in": "Código enviado para",
|
|||
|
|
"Resend code": "Reenviar código",
|
|||
|
|
"Verify": "Verificar",
|
|||
|
|
"Setup Your Profile": "Configure seu perfil",
|
|||
|
|
"Company/Business Name": "Nome da empresa/negócio",
|
|||
|
|
"Enter company/business name": "Insira o nome da empresa/negócio",
|
|||
|
|
"Ex: $500": "Ex: $500",
|
|||
|
|
"Company Address": "Endereço da empresa",
|
|||
|
|
"Enter company address": "Insira o endereço da empresa",
|
|||
|
|
"Successfully!": "Com sucesso!",
|
|||
|
|
"Congratulations, Your account has been": "Parabéns, sua conta foi",
|
|||
|
|
"successfully created": "criada com sucesso",
|
|||
|
|
|
|||
|
|
"Enter Model Name": "Insira o nome do modelo",
|
|||
|
|
"Completed": "Concluído",
|
|||
|
|
"Enter values": "Insira os valores",
|
|||
|
|
"Total Stock Value:": "Valor total do estoque:",
|
|||
|
|
"Sale Commission": "Comissão de venda",
|
|||
|
|
"Enter Supplier Name": "Insira o nome do fornecedor",
|
|||
|
|
"Enter city": "Insira a cidade",
|
|||
|
|
"Enter state": "Insira o estado",
|
|||
|
|
"Enter zip code": "Insira o CEP",
|
|||
|
|
"Select a country": "Selecione um país",
|
|||
|
|
"Advance": "Adiantamento",
|
|||
|
|
"Enter account display name": "Insira o nome de exibição da conta",
|
|||
|
|
"Enter account number": "Insira o número da conta",
|
|||
|
|
"Enter UPI code": "Insira o código UPI",
|
|||
|
|
"Enter bank name": "Insira o nome do banco",
|
|||
|
|
"Enter bank name_duplicate": "Insira o nome do banco",
|
|||
|
|
"Enter account holder name": "Insira o nome do titular da conta",
|
|||
|
|
"Ex: 500": "Ex: 500",
|
|||
|
|
"Total Transaction": "Transação total",
|
|||
|
|
"Branch Opening Balance": "Saldo de abertura da filial",
|
|||
|
|
"Branch Remaining Balance": "Saldo restante da filial",
|
|||
|
|
"Language": "Idioma",
|
|||
|
|
"Select Variant": "Selecionar variante",
|
|||
|
|
"Enter Batch No.": "Insira o nº do lote",
|
|||
|
|
"Bank List": "Lista de bancos",
|
|||
|
|
"Cash List": "Lista de dinheiro",
|
|||
|
|
"Add Cash": "Adicionar dinheiro",
|
|||
|
|
"Reduce Cash": "Reduzir dinheiro",
|
|||
|
|
"ex 500": "ex 500",
|
|||
|
|
"Adjustment Date": "Data de ajuste",
|
|||
|
|
"description": "descrição",
|
|||
|
|
"cash": "dinheiro",
|
|||
|
|
"PNG & JPG": "PNG e JPG",
|
|||
|
|
"Transaction Image": "Imagem da transação",
|
|||
|
|
"Platform": "Plataforma",
|
|||
|
|
"Add Image": "Adicionar imagem",
|
|||
|
|
"Loading...": "Carregando...",
|
|||
|
|
"Approved Payment": "Pagamento aprovado",
|
|||
|
|
"24 Jan 2024, 10:30": "24 jan 2024, 10:30",
|
|||
|
|
"Withdraw Amount": "Valor do saque",
|
|||
|
|
"$0": "$0",
|
|||
|
|
"Account Information": "Informações da conta",
|
|||
|
|
"A/C Name": "Nome da conta",
|
|||
|
|
"Shaidul Islam": "Shaidul Islam",
|
|||
|
|
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
|||
|
|
"A/C Number": "Número da conta",
|
|||
|
|
"365214512236": "365214512236",
|
|||
|
|
"Dhaka": "Daca",
|
|||
|
|
"Rejected": "Rejeitado",
|
|||
|
|
"Approved": "Aprovado",
|
|||
|
|
"Approve Withdrawal Payment": "Aprovar pagamento de saque",
|
|||
|
|
"Have you Sent": "Você enviou",
|
|||
|
|
"$250.00?": "$250.00?",
|
|||
|
|
"Transaction Number": "Número da transação",
|
|||
|
|
"Enter transaction Number": "Insira o número da transação",
|
|||
|
|
"Upload Receipt": "Carregar recibo",
|
|||
|
|
"Add-On": "Complemento",
|
|||
|
|
"Google Login Settings": "Configurações de login do Google",
|
|||
|
|
"X Login Settings": "Configurações de login do X",
|
|||
|
|
"Please request for a domain/subdomain from the business panel.": "Solicite um domínio/subdomínio pelo painel de negócios.",
|
|||
|
|
"Request For A Domain": "Solicitar um domínio",
|
|||
|
|
"The app url is not available in .env file, please contact with administrator.": "URL não disponível no arquivo .env.",
|
|||
|
|
"Are you sure you want to exit?": "Tem certeza que deseja sair?",
|
|||
|
|
"We Makes": "Nós fazemos",
|
|||
|
|
"Globally": "Globalmente",
|
|||
|
|
"Growth": "Crescimento",
|
|||
|
|
"Increase Your Revenue": "Aumente sua receita",
|
|||
|
|
"(Optional)": "(Opcional)",
|
|||
|
|
"Data Deletion Instructions": "Instruções para exclusão de dados",
|
|||
|
|
"If you want to delete your data from our system, please follow these steps:": "Para excluir seus dados, siga estes passos:",
|
|||
|
|
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Envie um e-mail para [your-email@example.com] com o assunto “Delete My Data”.",
|
|||
|
|
"Include your name and the email address you used to register.": "Inclua seu nome e e-mail de registro.",
|
|||
|
|
"We will process your request and confirm deletion within 7 business days.": "Processaremos o pedido em até 7 dias úteis.",
|
|||
|
|
"Share your referral link": "Compartilhe seu link de indicação",
|
|||
|
|
"Refer a friend and earn a commission.": "Indique um amigo e ganhe comissão.",
|
|||
|
|
"Copy": "Copiar",
|
|||
|
|
"Available for Withdraw": "Disponível para saque",
|
|||
|
|
"$30": "$30",
|
|||
|
|
"Payout your balance is more than": "Saque disponível se o saldo for superior a",
|
|||
|
|
"$100": "$100",
|
|||
|
|
"Total Withdraw": "Saque total",
|
|||
|
|
"$500": "$500",
|
|||
|
|
"Total Referrals": "Total de indicações",
|
|||
|
|
"5": "5",
|
|||
|
|
"1 Month": "1 mês",
|
|||
|
|
"৳499": "৳499",
|
|||
|
|
"৳699": "৳699",
|
|||
|
|
"1": "1",
|
|||
|
|
"Upgrade Date": "Data de atualização",
|
|||
|
|
"Copy Link": "Copiar link",
|
|||
|
|
"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 conta não pode ser excluída pois possui transações.",
|
|||
|
|
"14": "14",
|
|||
|
|
"12": "12",
|
|||
|
|
"currency": "moeda",
|
|||
|
|
"Do you really want to re-open this cheque?": "Deseja realmente reabrir este cheque?",
|
|||
|
|
"Transfer Cheque": "Transferir cheque",
|
|||
|
|
"Deposit": "Depósito",
|
|||
|
|
"Re-Open": "Reabrir",
|
|||
|
|
"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.": "Conta demo. Dados resetados a cada hora.",
|
|||
|
|
"You can not access it!": "Você não pode acessar!",
|
|||
|
|
"N/A": "N/A",
|
|||
|
|
"English": "Inglês",
|
|||
|
|
"en": "en",
|
|||
|
|
"Bengali": "Bengali",
|
|||
|
|
"bn": "bn",
|
|||
|
|
"French": "Francês",
|
|||
|
|
"fr": "fr",
|
|||
|
|
"This party is from another branch, you can not change the opening from here.": "Esta parte é de outra filial.",
|
|||
|
|
"Please select a variation.": "Selecione uma variação.",
|
|||
|
|
"Units": "Unidades",
|
|||
|
|
"25632": "25632",
|
|||
|
|
"25%": "25%",
|
|||
|
|
"Ex: 200": "Ex: 200",
|
|||
|
|
"Ex: 50": "Ex: 50",
|
|||
|
|
"Batch No:": "Nº do lote:",
|
|||
|
|
"Ex: 1": "Ex: 1",
|
|||
|
|
"Ex: 30": "Ex: 30",
|
|||
|
|
"Download Sample File": "Baixar arquivo de exemplo",
|
|||
|
|
" Please follow the instructions below to upload your file.": " Siga as instruções abaixo para upload.",
|
|||
|
|
" Download the sample file first and add all your purchases data to it.": " Baixe o arquivo de exemplo primeiro.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Campo obrigatório.",
|
|||
|
|
"After adding all your purchases, please save the file and then upload the updated version.": "Após adicionar, salve e carregue o arquivo.",
|
|||
|
|
"Paid by:": "Pago por:",
|
|||
|
|
"Payable Amount:": "Valor a pagar:",
|
|||
|
|
"Received Amount:": "Valor recebido:",
|
|||
|
|
"Due:": "Vencido/Devido:",
|
|||
|
|
"pospro.com": "pospro.com",
|
|||
|
|
"Select a report type to load fields": "Selecione um tipo de relatório",
|
|||
|
|
"Change Amt/Due:": "Alterar Valor/Devido:",
|
|||
|
|
"Total Subscription": "Assinatura 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 "
|
|||
|
|
}
|