Files
kulakpos_web/lang/tet.json

2081 lines
100 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "Gerenciamento de Pessoal",
"Create Staff": "Criar Pessoal",
"Manage Staff": "Gerenciar Pessoal",
"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": "Características",
"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": "Portal 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 Publicidade",
"Create Banner": "Criar Banner",
"SL": "SL",
"Create Advertising": "Criar Publicidade",
"Reset": "Redefinir",
"Edit Advertising": "Editar Publicidade",
"Edit": "Editar",
"Delete": "Deletar",
"Shop": "Loja",
"Add new Package": "Adicionar Novo Pacote",
"Shop List": "Lista de Lojas",
"Subscription Plan": "Plano de Assinatura",
"Select Plan Category": "Selecionar Categoria de Plano",
"Package Name": "Nome do Pacote",
"Enter Package Name": "Digite o Nome do Pacote",
"Business Category": "Categoria de Negócio",
"Select Business Category": "Selecionar Categoria de Negócio",
"Duration in Days": "Duração em Dias",
"Enter number": "Digite o número",
"Offer Price": "Preço de Oferta",
"Enter Plan Price": "Digite o Preço do Plano",
"Subscription Price": "Preço de Assinatura",
"Enter Subscription Price": "Digite 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": "Digite o Nome da Loja/Negócio",
"Package": "Pacote",
"Select a package": "Selecionar um pacote",
"Name": "Nome",
"Enter Name": "Digite o Nome",
"Role": "Função",
"Select a role": "Selecionar uma função",
"Email": "Email",
"Enter Email": "Digite o Email",
"Phone": "Telefone",
"Enter Phone Number": "Digite o Número de Telefone",
"Password": "Senha",
"Enter Password": "Digite a Senha",
"Confirm password": "Confirmar senha",
"Enter Confirm password": "Digite a Confirmação da senha",
"Address": "Endereço",
"Enter Address": "Digite o Endereço",
"Select Country": "Selecionar País",
"Select a Country": "Selecionar um País",
"Balance": "Saldo",
"Enter Balance": "Digite o Saldo",
"Search...": "Pesquisar...",
"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": "Digite o preço do plano ou selecione um plano",
"Payment Gateways": "Portais de Pagamento",
"Select A payment gateway": "Selecionar Um portal de pagamento",
"Notes": "Notas",
"Enter notes": "Digite notas",
"Business View": "Visualização de Negócio",
"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": "Digite a Descrição",
"Description": "Descrição",
"Edit Business Category": "Editar Categoria de Negócio",
"Enter Buisness Description": "Digite a 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 Desativado",
"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, Deletar!",
"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 Portal",
"Payment Gateway Settings": "Configurações do Portal de Pagamento",
"GATEWAY IMAGE": "IMAGEM DO PORTAL",
"GATEWAY NAME": "NOME DO PORTAL",
"Gateway Charge": "Cobra do Portal",
"Gateway Currency": "Moeda do Portal",
"Gateway Mode": "Modo do Portal",
"Is Manual": "É Manual",
"Yes": "Sim",
"No": "Não",
"Label": "Rótulo",
"Enter label name": "Digite o 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": "Digite as instruções de pagamento aqui",
"Messages List": "Lista de Mensagens",
"Search": "Pesquisar",
"Company Name": "Nome da Empresa",
"Message": "Mensagem",
"Notifications List": "Lista Notifikasaun",
"Today": "Ohin",
"Last 7 Days": "Iha Semana 7 Li'u",
"Last 15 Days": "Iha Loron 15 Li'u",
"Last Month": "Fulana Li'u",
"Last Year": "Tinan Li'u",
"Created At": "Kria Iha",
"Read At": "Lee Iha",
"Add New Payment Type": "Aumenta Tipu Pagamentu Foun",
"Enter Payment Type": "Insere Tipu Pagamentu",
"Edit Payment Type": "Edita Tipu Pagamentu",
"Payment Type": "Tipu Pagamentu",
"Add Payment Type": "Aumenta Tipu Pagamentu",
"Per Page- 10": "Ida-idak Pájina - 10",
"Per Page- 25": "Ida-idak Pájina - 25",
"Per Page- 50": "Ida-idak Pájina - 50",
"Per Page- 100": "Ida-idak Pájina - 100",
"Assigned Role": "Papel Asigna",
"Assign Role To User": "Asigna Papel ba Utente",
"Select User": "Selekta Utente",
"User": "Utente",
"Select Role": "Selekta Papel",
"Add Subscription Plan": "Aumenta Planu Subskrisaun",
"Package List": "Lista Pakote",
"Add New Features": "Aumenta Funsaun Foun",
"Enter features": "Insere funsaun sira",
"Edit Subscription Plan": "Edita Planu Subskrisaun",
"Edit Package": "Edita Pakote",
"Enter Duration Days": "Insere Durasaun Loron",
"Deactive": "Desativa",
"Create Plans": "Kria Planu sira",
"User Profile": "Perfil Utente",
"Registration Date": "Data Rejistu",
"Enter Your Name": "Insere Naran Ita",
"Enter Your Email": "Insere Ita-nia Email",
"Profile Picture": "Imajen Perfil",
"Current Password": "Password Atual",
"Enter Your Current Password": "Insere Ita-nia Password Atual",
"New Password": "Password Foun",
"Enter New Password": "Insere Password Foun",
"Save Changes": "Salva Mudansa",
"Add New Role": "Aumenta Papel Foun",
"Set role permissions": "Defini permisaun papel",
"Role Name": "Naran Papel",
"Enter role name": "Insere naran papel",
"Role Permissions": "Permisaun Papel",
"Setup role permissions": "Konfigura permisaun papel",
"Select All": "Selekta Hotu",
"Roles List": "Lista Papel sira",
"Add role, if it does not exist": "Aumenta papel, se la iha",
"Edit Role": "Edita Papel",
"Privacy & Policy Settings": "Konfigurasaun Privasidade & Polítika",
"Update": "Atualiza",
"Term & Condition Settings": "Konfigurasaun Termu & Kondisaun",
"Title": "Títulu",
"Enter Title": "Insere Títulu",
"Copy Right": "Direitu Kopia",
"Admin Footer Text": "Testu Rodapé Administrador",
"Enter Text": "Insere Testu",
"Admin Footer Link Text": "Testu Link Rodapé Administrador",
"Admin Footer Link": "Link Rodapé Administrador",
"Enter Link": "Insere Link",
"Main Header Logo": "Logo Kabeçalhu Prinsipal",
"Common Header Logo": "Logo Kabeçalhu Komún",
"Footer Logo": "Logo Rodapé",
"Admin Logo": "Logo Administrador",
"Favicon": "Favicon",
"Don't Use Any Kind Of Space In The Input Fields": "Labele Uza Espasu Ruim iha Kampu Insersaun",
"App": "App",
"Drivers": "Motoristas",
"Storage Settings": "Configurações de Armazenamento",
"Mail Configuration": "Configuração de E-mail",
"Others": "Outros",
"APP_NAME": "NOME_DO_APP",
"APP_KEY": "CHAVE_DO_APP",
"APP_DEBUG": "DEBUG_DO_APP",
"APP_URL": "URL_DO_APP",
"QUEUE_MAIL": "CORREIO_DA_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": "NOME_DE_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_DA_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 estas credenciais se desejar 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 estas credenciais se desejar 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 isso?",
"Enter Reason": "Digite a Razão",
"Confirm": "Confirmar",
"Subscriptions List": "Lista de Assinaturas",
"Started": "Iniciado",
"End": "Fim",
"Gateway Method": "Método de Portal",
"Are you sure?": "Você tem certeza?",
"Add New Testimonial": "Adicionar Novo Depoimento",
"Client Name": "Nome do Cliente",
"Enter Client Name": "Digite o Nome do Cliente",
"Stars": "Estrelas",
"Works At": "Trabalha Em",
"Client Image": "Imagem do Cliente",
"Review": "Revisão",
"Enter text": "Digite o texto",
"Enter review message here": "Digite a mensagem de revisã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": "Digite o Endereço de E-mail",
"Edit Staff": "Editar Funcionário",
"Staff List": "Lista de Funcionários",
"User Email": "E-mail 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": "Digite o nome das tags",
"SEO Meta Tags": "Tags Meta de SEO",
"Meta Title": "Título Meta",
"Meta Description": "Descrição Meta",
"Enter meta Description": "Digite 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": "Digite a resposta da pergunta aqui",
"Edit Faqs": "Editar FAQs",
"FAQS List": "Lista Perguntas Frequentes",
"View Details": "Haree Detalhe",
"Create Feature": "Kria Funsaun",
"Add New Feature": "Aumenta Funsaun Foun",
"Backgroud Color": "Kór Fundo",
"Enter Color": "Insere Kór",
"Edit Feature": "Edita Funsaun",
"Features List": "Lista Funsaun",
"Create Interfaces": "Kria Interface sira",
"Add New Interface": "Aumenta Interface Foun",
"Edit Interface": "Edita Interface",
"Interfaces List": "Lista Interface sira",
"Newsletters List": "Lista Boletim Informativu",
"Page for Updating Website Sections": "Pájina ba Atualiza Seksaun Website",
"Slider Section": "Seksaun Slider",
"Header Section": "Seksaun Kabeçalhu",
"Feature Section": "Seksaun Funsaun",
"Interface Section": "Seksaun Interface",
"Watch Section": "Seksaun Haree",
"Testimonial Section": "Seksaun Testimuniu",
"Blog Section": "Seksaun Blog",
"About us Page": "Pájina Kona-ba Ami",
"Terms And Conditions": "Termu no Kondisaun",
"Privacy Page": "Pájina Privasidade",
"Contuct us Page": "Pájina Kontakta Ami",
"Pricing Section": "Seksaun Presu",
"Footer Section": "Seksaun Rodapé",
"Social Medias": "Mídia Sosial sira",
"Button One": "Botão Unu",
"Button Text": "Testu Botão",
"Button One Link": "Link Botão Unu",
"Button Two": "Botão Rua",
"Button Two Link": "Link Botão Rua",
"Scanner Text": "Testu Scanner",
"Scanner Image": "Imajen Scanner",
"Slider Image": "Imajen Slider",
"Header Button Text": "Testu Botão Kabeçalhu",
"Header Button Link": "Link Botão Kabeçalhu",
"Enter Header link": "Insere Link Kabeçalhu",
"Section Title": "Títulu Seksaun",
"Enter Section Title": "Insere Títulu Seksaun",
"Interface Title": "Títulu Interface",
"Watch Title": "Títulu Haree",
"Button Link": "Link Botão",
"Watch Image": "Imajen Haree",
"Blog Title": "Títulu Blog",
"Read More Button Text": "Testu Botão Lee Tan",
"View All Button Text": "Testu Botão Haree Hotu",
"View All Link": "Link Haree Hotu",
"Testimonial Title": "Títulu Testimuniu",
"Enter Short Title": "Insere Títulu Kurtu",
"Long Title": "Títulu Naras",
"About Image": "Imajen Kona-ba",
"Description One": "Deskrisaun Unu",
"Description Two": "Deskrisaun Rua",
"Option": "Opisaun",
"Icon": "Íkone",
"Plan Button Url": "URL Botão Planu",
"Short Title": "Títulu Kurtu",
"Right Footer Title": "Títulu Rodapé Hanesan",
"Middle Footer Title": "Títulu Rodapé Meiu",
"Apple App Link": "Link Aplikasaun Apple",
"Apple App": "Aplikasaun Apple",
"Google Play Link": "Link Google Play",
"Google Play App": "Aplikasaun Google Play",
"Right Footer": "Rodapé Hanesan",
"Link": "Link",
"Middle Footer": "Rodapé Meiu",
"Left Footer": "Rodapé Esquerda",
"Footer Socials": "Sosial Rodapé",
"Forgot Password": "Eske Password",
"Enter the email address associated with your account": "Insere email adres ne'ebé asosiadu ho Ita-nia konta",
"Enter your Email": "Insere Ita-nia Email",
"Continue": "Kontinua",
"Back to Login": "Fila ba Login",
"Login": "Login",
"Welcome to": "Bem-vindo ba",
"Welcome back, Please login in to your account": "Bem-vindo fali, Favór login ba Ita-nia konta",
"Remember me": "Lembra ha'u",
"Forgot Password?": "Eske Password?",
"Super Admin": "Super Administrador",
"Admin": "Administrador",
"Manager": "Jefe",
"Reset Password": "Rese Password",
"Change Password": "Mudansa Password",
"Create new password, it must be Strong password.": "Kria password foun, tenke forte",
"Confirm Password": "Konfirma Password",
"You Have": "Ita iha",
"new Notifications": "notifikasaun foun",
"Mark all Read": "Marka hotu Lee",
"View all notifications": "Haree hotu notifikasaun",
"Clear cache": "Limpa cache",
"My Profile": "Perfil Ha'u",
"Logout": "Logout",
"About Us": "Kona-ba Ami",
"Home": "Uma",
"Pricing": "Presu",
"Pages": "Pájina sira",
"Blog": "Blog",
"Privacy Policy": "Polítika Privasidade",
"Contact Us": "Kontakta Ami",
"You are having this email because you have requested for a password reset.": "Ita hetan email ne'e tanba Ita husu atu reseta password.",
"Your verification code is:": "Ita-nia kódigo verifikasaun mak:",
"This password reset code will expire in 60 minutes.": "Kódigo reseta password ne'e sei liu iha minutu 60.",
"If you did not request a password reset, no further action is required.": "Se Ita la husu atu reseta password, la presiza asaun seluk.",
"Regards": "Respeitu",
"All right reserved": "Direitu hotu rezerva",
"Hi": "Hi",
"Dear": "Caro/Cara",
"Your OTP code is": "Ita-nia kódigo OTP mak",
"Please do not share this PIN with anyone": "Favór la fahe PIN ne'e ho ema seluk",
"Best Regards": "Respeitu Laran",
"Gateway Name": "Naran Gateway",
"Subscription Name": "Naran Subskrisaun",
"Payable Amount": "Montante Pagável",
"Phone Number": "Númeru Telefone",
"Enter your phone number": "Insere Ita-nia númeru telefone",
"Pay Now": "Paga Agora",
"Next": "Tuir Maiu",
"Previous": "Anterior",
"Free": "Grátis",
"Features Of Free Plan": "Funsaun Planu Grátis",
"Choose Plan": "Eskola Planu",
"Blog Details": "Detalhe Blog",
"Leave a Comment Here": "Lixa Komentáriu Iha Ne'e",
"Your email address will not be published": "Ita-nia email adres sei la publika",
"Enter your name": "Insere naran Ita",
"Enter your email": "Insere Ita-nia email",
"Enter your comment": "Insere Ita-nia komentáriu",
"Recent Posts": "Artigu Recente",
"Create a Free Account": "Kria Konta Grátis",
"Enter full name": "Insere naran kompletu",
"Enter phone number": "Insere númeru telefone",
"Enter email address": "Insere email adres",
"Company": "Kompañia",
"Enter company name": "Insere naran kompañia",
"Enter your message": "Insere Ita-nia mensajen",
"Pricing Plan": "Planu Presu",
"Subscription Plans": "Planu Subskrisaun",
"Plan List": "Lista Planu",
"Work At": "Trabalha Iha",
"Show- 10": "Hatene - 10",
"Show- 25": "Hatene - 25",
"Show 50": "Hatene - 50",
"Show 100": "Hatene - 100",
"Duration": "Durasaun",
"Select": "Selekta",
"Currency List": "Lista Moneda",
"Default": "Defaulta",
"Country Name": "Naran Nasaun",
"View Website": "Haree Website",
"Contact Messages": "Mensajen Kontakta",
"Total Shop": "Loja Total",
"Expired Businesses": "Negósiu Laran",
"Plan Subscribes": "Subskrisaun Planu",
"Total Categories": "Kategoria Total",
"Recent Register": "Rejistu Recente",
"Date & Time": "Data & Tempus",
"View All": "Haree Hotu",
"Add new Business": "Aumenta Negósiu Foun",
"Enter Company Name": "Insere Naran Kompañia",
"Edit Business": "Edita Negósiu",
"Create Business": "Kria Negósiu",
"Enter Buisness Name": "Insere Naran Negósiu",
"Note: Enter embedded video link": "Nota: Insere link vídeo embebido",
"Enter title": "Insere títulu",
"Enter Code": "Insere Kódigo",
"Enter Symbol": "Insere Símbolu",
"Select a position": "Selekta pozisaun",
"left": "esquerda",
"right": "hanesan",
"TIMEZONE": "FUSAHORÁRIU",
"Note :": "Nota :",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Se Ita uza FILA EMAIL depois Mudansa Konfigurasaun Email Ita Presiza Reinisia Ita-nia Supervizor husi Ita-nia Servidor",
"QUEUE COMMAND Path :": "Caminhu KOMANDU FILA:",
"QUEUE COMMAND :": "KOMANDU FILA:",
"Storage Method": "Métodu Armazenamentu",
"Brand List": "Lista Marca",
"Add new Brand": "Adisiona Marca Foun",
"items show": "itens mostra",
"Brand Name": "Naran Marca",
"Create Brand": "Kria Marca",
"Enter Brand Name": "Insere Naran Marca",
"Edit Brand": "Edita Marca",
"Add New Category": "Adisiona Kategoria Foun",
"Enter Category Name": "Insere Naran Kategoria",
"Select Variations": "Seleciona Variasaun sira",
"Capacity": "Kapasidade",
"Color": "Kór",
"Size": "Medida",
"Type": "Tipu",
"Weight": "Peso",
"Edit Category": "Edita Kategoria",
"Category List": "Lista Kategoria",
"You want to delete everything!": "Ita hakarak hamoos buat hotu!",
"Total Sales": "Vendas Totais",
"Total Purchase": "Kompras Totais",
"Total Income": "Rendimentu Total",
"This Month": "Fulan Ne'e",
"Total Expense": "Gastu Total",
"Total Customer": "Klientes Totais",
"Total Supplier": "Forneseidores Totais",
"Sales Returns": "Devolusión Vendas",
"Purchase Returns": "Devolusión Kompras",
"Low Stock": "Stoke Menus",
"Alert Qty": "Kantidade Alerta",
"Profit": "Lukru",
"Loss": "Prejuizu",
"Purchase": "Kompra",
"Sales": "Venda",
"Income": "Rendimentu",
"Expense": "Gastu",
"Recent Sales": "Vendas Resente",
"Recent Purchase": "Kompras Resente",
"Customer": "Klient",
"Total": "Total",
"Due": "Dívida",
"Collect Due": "Koileta Dívida",
"Select Invoice": "Seleciona Fatura",
"Select an Invoice": "Seleciona Fatura ida",
"Total Amount": "Montante Total",
"Paid Amount": "Montante Pagadu",
"Due Amount": "Montante Dívida",
"Select one": "Seleciona ida",
"Cash": "Osan",
"Card": "Kartu",
"Check": "Cheque",
"Mobile Pay": "Pagamentu Móvel",
"Due List": "Lista Dívida",
"Mobile": "Móvel",
"Sale": "Venda",
"Bill To": "Fatura ba",
"Collected By": "Koileta husi",
"Total Due": "Dívida Total",
"Payment Amount": "Montante Pagamentu",
"Remaining Due": "Dívida Restante",
"Powered By": "Powered By",
"Create Expense Catgeory": "Kria Kategoria Gastu",
"Catgeory Name": "Naran Kategoria",
"Enter catgeory Name": "Insere Naran Kategoria",
"Edit Expense Category": "Edita Kategoria Gastu",
"Expense Category List": "Lista Kategoria Gastu",
"Add new": "Adisiona foun",
"Category Name": "Naran Kategoria",
"Create Expense": "Kria Gastu",
"Enter Amount": "Insere Montante",
"Select A Category": "Seleciona Kategoria ida",
"Expense For": "Gastu ba",
"Enter Expense For": "Insere Gastu ba",
"Select a payment type": "Seleciona tipu pagamentu ida",
"Bank": "Banku",
"Mobile Payment": "Pagamentu Móvel",
"Reference Number": "Númeru Referénsia",
"Enter reference number": "Insere númeru referénsia",
"Expense Date": "Data Gastu",
"Note": "Nota",
"Enter note": "Insere nota",
"Edit Expense": "Edita Gastu",
"Expense List": "Lista Gastu",
"Expesne For": "Gastu ba",
"Create Income Catgeory": "Kria Kategoria Rendimentu",
"Enter catgeory name": "Insere naran kategoria",
"Edit Income Category": "Edita Kategoria Rendimentu",
"Income Category List": "Lista Kategoria Rendimentu",
"Create Income": "Kria Rendimentu",
"Enter amount": "Insere montante",
"Enter income for": "Insere rendimentu ba",
"Income Date": "Data Rendimentu",
"Edit Income": "Edita Rendimentu",
"Income List": "Lista Rendimentu",
"Sale New": "Venda Foun",
"Sale List": "Lista Venda",
"Sale Return": "Devolusión Venda",
"Purchases": "Kompras",
"Purchase New": "Kompra Foun",
"Purchase List": "Lista Kompra",
"Purchase Return": "Devolusión Kompra",
"Products": "Produtu sira",
"All Product": "Produtu Hotu",
"Add Product": "Adisiona Produtu",
"Brand": "Marca",
"Unit": "Unidade",
"Stock List": "Lista Stoke",
"Customers": "Klientes",
"All Customers": "Klientes Hotu",
"Add Customer": "Adisiona Klient",
"Suppliers": "Forneseidores",
"All Suppliers": "Forneseidores Hotu",
"Add Supplier": "Adisiona Forneseidor",
"Income Category": "Kategoria Rendimentu",
"Expense Category": "Kategoria Gastu",
"Subscriptions": "Subskrisaun sira",
"Profit & Loss List": "Lista Lukru no Prejuizu",
"All Income": "Rendimentu Hotu",
"All Expense": "Gastu Hotu",
"Current Stock": "Stoke Atual",
"Customer Due": "Dívida Klient",
"Supplier Due": "Dívida Forneseidor",
"Loss & Profit": "Prejuizu no Lukru",
"Loss/Profit": "Prejuizu/Lukru",
"Unpaid": "La Selu",
"Loss Profit": "Prejuizu Lukru",
"Loss Profit List": "Lista Prejuizu Lukru",
"Product List": "Lista Produtu",
"Create Party": "Kria Parte",
"List": "Lista",
"Party Type": "Tipu Parte",
"Retailer": "Retalhista",
"Dealer": "Negosiante",
"Wholesaler": "Grossista",
"Supplier": "Forneseidor",
"Enter Due": "Insere Dívida",
"Edit Party": "Edita Parte",
"Edit ": "Edita ",
" List": " Lista",
"Parties List": "Lista Parte sira",
"Add new ": "Adisiona foun ",
"Create Product": "Kria Produtu",
"Add new Product": "Adisiona Produtu Foun",
"Product Name": "Naran Produtu",
"Enter Product Name": "Insere Naran Produtu",
"Product Category": "Kategoria Produtu",
"Product Unit": "Unidade Produtu",
"Product Code": "Kódigu Produtu",
"Enter Product Code": "Insere Kódigu Produtu",
"Stock": "Stoke",
"Enter stock qty": "Insere kantidade stoke",
"Purchase Price": "Presu Kompra",
"Enter purchase price": "Insere presu kompra",
"Sale Price": "Presu Venda",
"Enter sale price": "Insere presu venda",
"Wholesale Price": "Presu Grossista",
"Enter wholesale price": "Insere presu grossista",
"Dealer Price": "Presu Negosiante",
"Enter dealer price": "Insere presu negosiante",
"Manufacturer": "Fabrikante",
"Enter manufacturer name": "Insere naran fabrikante",
"Edit Product": "Edita Produtu",
"Product Brand": "Marca Produtu",
"Purchase price": "Presu Kompra",
"Sale price": "Presu Venda",
"Pos Sale": "Venda POS",
"Invoice no": "Númeru Fatura",
"Invoice No": "Númeru Fatura",
"Items": "Itens",
"Qty": "Kantidade",
"Sub Total": "Sub Total",
"Purchase return Amount ": "Montante devolusión Kompra ",
"Confirm Return": "Konfirma Devolusión",
"Purchase Return List": "Lista Devolusión Kompra",
"Return Date": "Data Devolusión",
"Return Amount": "Montante Devolusión",
"Return Qty": "Kantidade Devolusión",
"Brand list": "Lista Marca",
"0": "0",
"Quick Action": "Ação Rápidu",
"Today Purchase": "Kompra Ohin",
"Calculator": "Kalkuladora",
"Select Supplier": "Seleciona Forneseidor",
"Receive Amount": "Simu Montante",
"Search product...": "Buka produtu...",
"Due: ": "Dívida: ",
"Party Name": "Naran Parte",
"Discount": "Deskontu",
"Payment": "Pagamentu",
"INVOICE": "FATURA",
"Sells By": "Faan husi",
"Quantity": "Kantidade",
"Unit Price": "Presu Unidade",
"Total Price": "Presu Total",
"Item": "Item",
"Paid by": "Selu husi",
"Subtotal": "Subtotal",
"Customer Signature": "Sinatura Klient",
"Authorized Signature": "Sinatura Autorizadu",
"Add Items": "Adisiona Itens",
"Enter Quantity": "Insere Kantidade",
"Enter Purchase Price": "Insere Presu Kompra",
"Sales Price": "Presu Venda",
"Enter Sales Price": "Insere Presu Venda",
"WholeSale Price": "Presu Grossista",
"Enter WholeSale Price": "Insere Presu Grossista",
"Enter Dealer Price": "Insere Presu Negosiante",
"Customer Due Reports": "Relatóriu Dívida Klient",
"Customer Due List": "Lista Dívida Klient",
"Expense Reports": "Relatóriu Gastu",
"Expense Report List": "Lista Relatóriu Gastu",
"Income For": "Rendimentu ba",
"Income Reports": "Relatóriu Rendimentu",
"Income Report List": "Lista Relatóriu Rendimentu",
"Loss Profit Reports": "Relatóriu Prejuizu Lukru",
"From Date": "Husi Data",
"To Date": "To Data",
"Loss Profit Report List": "Lista Relatóriu Prejuizu Lukru",
"Discount Amount": "Montante Deskontu",
"Sale Date": "Data Venda",
"Purchase Report List": "Lista Relatóriu Kompra",
"Purchase Reports": "Relatóriu Kompra",
"Purchase Return Report List": "Lista Relatóriu Devolusión Kompra",
"Purchase Return Reports": "Relatóriu Devolusión Kompra",
"Sales Report List": "Lista Relatóriu Venda",
"Sale Reports": "Relatóriu Venda",
"Sale Return Report": "Relatóriu Devolusión Venda",
"Sale Return Reports": "Relatóriu Devolusión Venda",
"Sale Return Report List": "Lista Relatóriu Devolusión Venda",
"Cost": "Kustu",
"Stock Value": "Valor Stoke",
"Stock Report List": "Lista Relatóriu Stoke",
"Stock Reports": "Relatóriu Stoke",
"Total Quantity": "Kantidade Total",
"Total Stock Value": "Valor Stoke Total",
"Supplier Due Reports": "Relatóriu Dívida Forneseidor",
"Supplier Due List": "Lista Dívida Forneseidor",
"Profile Edit": "Edita Perfil",
"Parties": "Parte sira",
"Sales List": "Lista Venda",
"User Title": "Títulu Uza-na'in",
"Enter user title": "Insere títulu uza-na'in",
"Email Address": "Endereço Email",
"Edit User Role": "Edita Papel Uza-na'in",
"Add User Role": "Adisiona Papel Uza-na'in",
"Sale return Amount ": "Montante devolusión Venda ",
"Sales Return List": "Lista Devolusión Venda",
"Select Customer": "Seleciona Klient",
"Guest": "Konvidadu",
"Enter Customer Phone Number": "Insere Númeru Telefone Klient",
"Type note...": "Hakerek nota...",
"Sales Return": "Devolusión Venda",
"Purchases Return": "Devolusión Kompra",
"Add Vat": "Adisiona IVA",
"Tax": "Impostu",
"Apply": "Aplika",
"Select a category": "Seleciona Kategoria ida",
"Company And Business Name": "Kompañia no Naran Negósiu",
"Enter Phone": "Insere Telefone",
"Logo": "Logo",
"Invoice Logo": "Logo Fatura",
"Purchase Plan": "Planu Kompra",
"Days": "Loron",
"Already Subscribed": "Subskreve ona",
"Buy Now": "Sosa Agora",
"Create Unit": "Kria Unidade",
"Unit Name": "Naran Unidade",
"Enter Unit Name": "Insere Naran Unidade",
"Unit List": "Lista Unidade",
"Add new Unit": "Adisiona Unidade Foun",
"Overall Reports": "Relatóriu Jerál",
"Revenue Statistic": "Estatístika Rendimentu",
"Today Sales": "Vendas Ohin",
"Change Amount": "Muda Montante",
"Vat": "IVA",
"Save Product": "Guarda Produtu",
"Product": "Produtu",
"Category created successfully": "Kategoria kria ho susesu",
"Category updated successfully": "Kategoria atualiza ho susesu",
"Category deleted successfully": "Kategoria hamoos ho susesu",
"Selected Category deleted successfully": "Kategoria selecionada hamoos ho susesu",
"Something went wrong!": "Buat ida la lao ho di'ak!",
"Brand created cuccessfully": "Marca kria ho susesu",
"Brand updated successfully": "Marca atualiza ho susesu",
"Brand deleted successfully": "Marca hamoos ho susesu",
"Selected Brands deleted successfully": "Marca sira selecionada hamoos ho susesu",
"Something went wrong.": "Buat ida la loos",
"Default currency activated successfully": "Muneda defeitu ativa ho susesu",
"Failed to set default currency. Please try again.": "La konsege defini muneda defeitu. Favor tenta fali.",
"Collect Due saved successfully": "Koileta Dívida guarda ho susesu",
"Expense Category saved successfully.": "Kategoria Gastu guarda ho susesu.",
"Expense Category updated successfully.": "Kategoria Gastu atualiza ho susesu.",
"Expense Category deleted successfully": "Kategoria Gastu hamoos ho susesu",
"Selected item deleted successfully.": "Item selecionada hamoos ho susesu.",
"Expense saved successfully.": "Gastu guarda ho susesu.",
"Expense updated successfully.": "Gastu atualiza ho susesu.",
"Expense deleted successfully": "Gastu hamoos ho susesu",
"Selected Items deleted successfully.": "Itens selecionada hamoos ho susesu.",
"Income Category saved successfully.": "Kategoria Rendimentu guarda ho susesu.",
"Income Category updated successfully.": "Kategoria Rendimentu atualiza ho susesu.",
"Income Category deleted successfully": "Kategoria Rendimentu hamoos ho susesu",
"Income saved successfully.": "Rendimentu guarda ho susesu.",
"Income updated successfully.": "Rendimentu atualiza ho susesu.",
"Income deleted successfully": "Rendimentu hamoos ho susesu",
"Premission denied.": "Permisaun nega.",
"Customer created successfully": "Klient kria ho susesu",
"Supplier created successfully": "Forneseidor kria ho susesu",
"Supplier deleted successfully": "Forneseidor hamoos ho susesu",
"Customer deleted successfully": "Klient hamoos ho susesu",
"Selected parties deleted successfully": "Parte sira selecionada hamoos ho susesu",
"Product saved successfully.": "Produtu guarda ho susesu.",
"Data saved successfully.": "Data guarda ho susesu.",
"Product deleted successfully": "Produtu hamoos ho susesu",
"Selected product deleted successfully": "Produtu selecionada hamoos ho susesu",
"Cart is empty. Add items first!": "Karreta mamuk. Adisiona itens uluk!",
"Purchase created successfully.": "Kompra kria ho susesu.",
"Somethings went wrong!": "Buat balun la lao ho di'ak!",
"Purchase updated successfully.": "Kompra atualiza ho susesu.",
"Selected purchases deleted successfully.": "Kompra sira selecionada hamoos ho susesu.",
"Sales created successfully.": "Venda kria ho susesu.",
"You cannot sale in due for a walking customer.": "Ita labele faan ho dívida ba klient ne'ebé la'ós kliente fixu.",
"Sales updated successfully.": "Venda atualiza ho susesu.",
"Sale deleted successfully.": "Venda hamoos ho susesu.",
"Selected sales deleted successfully.": "Venda sira selecionada hamoos ho susesu.",
"Unit saved successfully": "Unidade guarda ho susesu",
"Unit updated successfully": "Unidade atualiza ho susesu",
"Units deleted successfully": "Unidade sira hamoos ho susesu",
"Unit deleted successfully": "Unidade hamoos ho susesu",
"Quantity and price updated successfully": "Kantidade no presu atualiza ho susesu",
"Enter valid qty and price": "Insere kantidade no presu ne'ebé validu",
"Item not found in the cart": "La hetan item iha karreta",
"The cart does not contain this item": "Karreta la iha item ne'e",
"Item removed from cart": "Item hasai husi karreta",
"All cart removed successfully!": "Karreta hotu hamoos ho susesu!",
"Current Password does not match with old password": "Password Atual la hanesan ho password tuan",
"Profile updated successfully": "Perfil atualiza ho susesu",
"Purchase returned successfully.": "Kompra devolu ho susesu.",
"Business General Setting updated successfully": "Konfigurasaun Jerál Negósiu atualiza ho susesu",
"User role created successfully": "Papel uza-na'in kria ho susesu",
"User role updated successfully": "Papel uza-na'in atualiza ho susesu",
"User role deleted successfully": "Papel uza-na'in hamoos ho susesu",
"You have no permission to access.": "Ita la iha permisaun atu asesu.",
"Sale returned successfully.": "Venda devolu ho susesu.",
"New subscription order successfully.": "Orde subskrisaun foun ho susesu.",
"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 didnt 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 filiais. Portanto, ao 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": "ao 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": "Tem 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ção",
"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 no 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 domains 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 (Lets Encrypt is free).": "no cPanel e emita um certificado para seu novo domínio (Lets Encrypt é gratuito).",
"Apache VPS Configuration": "Configuração do VPS Apache",
"Apache Wildcard Domain Setup": "Configuração de Domínio Coringa 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)": "Certifique-se de que as permissões de arquivo estão corretas (chown/chmod)",
"Use": "Usar",
"Certbot": "Certbot",
"for free SSL": "para SSL gratuito",
"Nginx VPS Configuration": "Configuração do VPS Nginx",
"Nginx Wildcard Domain Setup": "Configuração de Domínio Coringa Nginx",
"Enable the site and reload Nginx": "Habilite o site e recarregue o Nginx",
"Important": "Importante",
"Ensure correct file permissions": "Certifique-se de que as permissões de arquivo estão 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": "Download Apk",
"SMS Marketing": "Marketing SMS",
"Party Reports": "Relatóriu Grupu",
"HRM": "Jestaun Rekursu Umanu",
"Finance & Accounts": "Finansas no Konta",
"Transfer": "Transferénsia",
"Expired": "Prazu remata",
"Upgrade Now": "Upgrade Agora",
"No Active Plan": "Planu la ativu",
"Please subscribe to a plan": "Favór subskreve ba planu ida",
"Invoice Wise Profit": "Luruk tuir Faktura",
"Company / Business Name": "Naran Kompañia / Negósiu",
"Shop Opening Balance": "Balansu Inisiál Loja",
"Shop Remaining Balance": "Balansu Restante Loja",
"Plan Expire Date": "Data Prazu Planu",
"Enter Business Name": "Hatama Naran Negósiu",
"Enter your Name": "Hatama Ita-nia Naran",
"POS": "Puntu de Venda (POS)",
"Inventory": "Inventáriu",
"Shipping Charge": "Kustu Entrega",
"Rounding(+/-)": "Arredondamentu (+/-)",
"Create Customer": "Kria Kliente",
"Add Payment": "Aumenta Pagamentu",
"Cheque": "Xeke",
"Wallet": "Carteira",
"Select Warehouse": "Seleksiona Armazén",
"Batch": "Lote",
"Scan / search by code or name": "Scan / buka tuir kódigu ka naran",
"Show 20": "Hatudu 20",
"Show 500": "Hatudu 500",
"Yesterday": "Horiseik",
"Last 30 Days": "Loron 30 ikus",
"Current Month": "Fulan ne'e",
"Current Year": "Tinan ne'e",
"Custom Date": "Data Personaliza",
"View Payment": "Haree Pagamentu",
"Receipt No.": "No. Resibu",
"Inventory Sales": "Venda Inventáriu",
"Flat": "Fiksadu",
"Percent (%)": "Persentajen (%)",
"Select Product": "Seleksiona Produtu",
"Guarantee": "Garantia",
"Warranty": "Garantia Tékniku",
"Remarks": "Nota",
"Sales Invoice": "Faktura Venda",
"PDF": "PDF",
"Print": "Print",
"Sales By": "Venda hosi",
"Sub-Total": "Sub-Totál",
"Net Payable": "Totál atu selu",
"invoice": "faktura",
"QTY": "Kuantidade",
"U.Price": "Prezu Unitáriu",
"Delivery charge": "Kustu Entrega",
"Total Payable": "Totál atu Selu",
"Total Return": "Totál Filas",
"Payable": "Atu Selu",
"Return Product": "Produtu Filas",
"Returned Item": "Item ne'ebé Filas",
"Total Return Amount": "Totál Montante Filas",
"Add Purchase": "Aumenta Kompra",
"Returns List": "Lista Filas",
"Partial Paid": "Selu Balun",
"Bulk Upload": "Upload hamutuk",
"Save & Published": "Rai & Publika",
"Product price, stock": "Prezu produtu, estoke",
"Combo Products": "Produtu Kombo",
"Expired Products": "Produtu Prazu Remata",
"Print Labels": "Print Etiketa",
"Model": "Modelu",
"Variation": "Variasaun",
"Racks": "Prateleira",
"Shelfs": "Estante",
"Product Image": "Imajen Produtu",
"Expire Date": "Data Prazu Remata",
"Barcode Generate": "Jera Barcode",
"Available Stock": "Estoke Disponivel",
"Qty / No of label": "Kuantidade / No. Etiketa",
"Packing Date": "Data Empakota",
"Information to show in labels": "Informasaun atu hatudu iha etiketa",
"Product Price": "Prezu Produtu",
"Print packing date": "Print data empakota",
"Show Price": "Hatudu Prezu",
"Barcode Type *": "Tipu Barcode *",
"Barcode Print Paper Setting": "Konfigurasaun Papél Print Barcode",
"Preview": "Pre-vizaun",
"Download File": "Download Arkivu",
"Field Name": "Naran Kampu",
"Add new Model": "Aumenta Modelu foun",
"Model List": "Lista Modelu",
"Model Name": "Naran Modelu",
"Create Model": "Kria Modelu",
"Variations List": "Lista Variasaun",
"Values": "Valór sira",
"Edit Variation": "Edit Variasaun",
"Rack List": "Lista Prateleira",
"Add new rack": "Aumenta prateleira foun",
"Shelf List": "Lista Estante",
"Add shelf": "Aumenta estante",
"Edit shelf": "Edit estante",
"Transfer List": "Lista Transferénsia",
"From Branch": "Hosi Filial",
"To Branch": "Ba Filial",
"From Warehouse": "Hosi Armazén",
"To Warehouse": "Ba Armazén",
"Add New Transfer": "Aumenta Transferénsia foun",
"Transfer Note": "Nota Transferénsia",
"All Stock": "Estoke Hotu",
"Party Credit Limit": "Limite Kréditu Grupu",
"Billing Address": "Enderesu Cobransa",
"City": "Sidade",
"State": "Estadu",
"Zip Code": "Kódigu Postál",
"Shipping Address": "Enderesu Entrega",
"Supplier Name": "Naran Fornesedór",
"Vat List": "Lista IVA",
"Add New Vat": "Aumenta IVA foun",
"Tax Setting": "Konfigurasaun Impostu",
"Add New Vat Group": "Aumenta Grupu IVA foun",
"Vat Group List": "Lista Grupu IVA",
"Vat Group Name": "Naran Grupu IVA",
"Select vats": "Seleksiona IVA",
"All List": "Lista Hotu",
"Guest Due": "Deve Bainaka",
"Retailer Due": "Deve Retallista",
"Dealer Due": "Deve Negosiante",
"Wholesaler Due": "Deve Grossista",
"Guest Due List": "Lista Deve Bainaka",
"Invoice Number": "Númeru Faktura",
"Bank Account": "Konta Bankária",
"Cash In Hand": "Osan iha Liman",
"Cheques": "Xeke sira",
"Transactions": "Transasaun",
"Day Book": "Livru Diáriu",
"Cash Flow": "Fluxu Kaixa",
"Bill Wise Profit": "Luruk tuir Faktura",
"Expenses": "Gastus",
"Bank Accounts": "Konta Bankária sira",
"Deposit & Withdraws": "Depózitu & Sa'e Osan",
"Add Bank": "Aumenta Banku",
"Account Name": "Naran Konta",
"Account Number": "Númeru Konta",
"Bank Name": "Naran Banku",
"Branch Name": "Naran Filial",
"Holder Name": "Naran Titulár",
"Add New Bank": "Aumenta Banku foun",
"Account Display Name": "Naran Hatudu Konta",
"As of Date": "To'o Data",
"Routing Number": "Númeru Routing",
"UPI ID for QR Code": "ID UPI ba Kódigu QR",
"Account Holder Name": "Naran Titulár Konta",
"Add more fields": "Aumenta kampu tan",
"Print Bank details on invoices": "Print detallu banku iha faktura",
"Bank to Bank Transfer": "Transferénsia Banku ba Banku",
"Bank to Cash Transfer": "Transferénsia Banku ba Osan-metin",
"Adjust Bank Balance": "Ajusta Balansu Banku",
"Adjust Cash": "Ajusta Osan-metin",
"Cash to Bank Transfer": "Transferénsia Osan-metin ba Banku",
"From": "Hosi",
"To": "Ba",
"Transfer Date": "Data Transferénsia",
"Cheques List": "Lista Xeke",
"Profit & Loss": "Luruk & Lakon",
"Gross Profit": "Luruk Brutu",
"Total Expenses": "Totál Gastus",
"Income Types": "Tipu Rendimentu",
"Expenses Types": "Tipu Gastus",
"Net Profit": "Luruk Líkuidu",
"Money In": "Osan Tama",
"Money Out": "Osan Sai",
"Transaction List": "Lista Transasaun",
"Reference": "Referénsia",
"Transaction Type": "Tipu Transasaun",
"Due Pay": "Selu Deve",
"Due Collect": "Kobra Deve",
"All Party": "Grupu Hotu",
"Transaction By": "Transasaun hosi",
"Total :": "Totál :",
"Cash In": "Osan-metin Tama",
"Cash Out": "Osan-metin Sai",
"Running Cash": "Osan-metin ne'ebé la'o hela",
"Bill Wise Profit List": "Lista Luruk tuir Faktura",
"Sales Amount": "Montante Venda",
"Sale Amount": "Montante Venda",
"Create Expense Category": "Kria Kategoria Gastus",
"Department": "Departamentu",
"Designation": "Kargu",
"Shift": "Turnu",
"Employee": "Funsonáriu",
"Leave Request": "Pedidu Lisensa",
"Holiday": "Loron Feridu",
"Attendance": "Prezensa",
"Payroll": "Folha Pagamentu",
"Department List": "Lista Departamentu",
"Add Department": "Aumenta Departamentu",
"Create Department": "Kria Departamentu",
"Designation List": "Lista Kargu",
"Add Designation": "Aumenta Kargu",
"Create Designation": "Kria Kargu",
"Shift List": "Lista Turnu",
"Add new Shift": "Aumenta Turnu foun",
"Start Time": "Tempu Inísiu",
"End Time": "Tempu Remata",
"Break Time": "Tempu Deskansa",
"Break Duration": "Durasaun Deskansa",
"Create Shift": "Kria Turnu",
"Select Name": "Seleksiona Naran",
"Break Status": "Status Deskansa",
"Start Break Time": "Inísiu Tempu Deskansa",
"End Break Time": "Remata Tempu Deskansa",
"Employee List": "Lista Funsonáriu",
"Add new Employee": "Aumenta Funsonáriu foun",
"shift": "turnu",
"Salary": "Saláriu",
"Gender": "Jéneru",
"Birth Date": "Data Moris",
"Join Date": "Data Tama Serbisu",
"Leave Type": "Tipu Lisensa",
"Leave": "Lisensa",
"Leave Type List": "Lista Tipu Lisensa",
"Add Leave Type": "Aumenta Tipu Lisensa",
"Create Leave Type": "Kria Tipu Lisensa",
"Leave List": "Lista Lisensa",
"Add new Leave": "Aumenta Lisensa foun",
"Month": "Fulan",
"Start Date": "Data Inísiu",
"End Date": "Data Remata",
"Leave Duration": "Durasaun Lisensa",
"Select employee": "Seleksiona funsonáriu",
"All month": "Fulan hotu",
"Create Leave": "Kria Lisensa",
"Holiday List": "Lista Feridu",
"Add new Holiday": "Aumenta Feridu foun",
"Create Holiday": "Kria Feridu",
"Tax Report": "Relatóriu Impostu",
"Profit Loss": "Luruk Lakon",
"Due Transaction": "Transasaun Deve",
"Subscription Report": "Relatóriu Subskrisaun",
"Product Profit/Loss": "Luruk/Lakon Produtu",
"Top 5 Customer": "Kliente di'ak liu 5",
"Top 5 Supplier": "Fornesedór di'ak liu 5",
"Top 5 Product": "Produtu di'ak liu 5",
"Combo Product": "Produtu Kombo",
"Discount Product": "Produtu Deskontu",
"Product Wise Purchase": "Kompra tuir Produtu",
"Product Wise Sale": "Venda tuir Produtu",
"Expired Product": "Produtu Prazu Remata",
"Customer Ledger": "Livru Kliente",
"Supplier Ledger": "Livru Fornesedór",
"Party Loss/Profit": "Luruk/Lakon Grupu",
"SMS Template": "Template SMS",
"Android Gateway": "Android Gateway",
"API Gateway": "API Gateway",
"Balance Sheet": "Balanseiru",
"All Due": "Deve Hotu",
"Attendance List": "Lista Prezensa",
"Add new Attendance": "Aumenta Prezensa foun",
"Time In": "Oras Tama",
"Time Out": "Oras Sai",
"Payroll List": "Lista Folha Pagamentu",
"Add new Payroll": "Aumenta Folha Pagamentu foun",
"Payment Year": "Tinan Pagamentu",
"Receipt No": "No. Resibu",
"date": "data",
"Attendance Report": "Relatóriu Prezensa",
"Payroll Report": "Relatóriu Folha Pagamentu",
"Slip No": "No. Slip",
"Leave Report": "Relatóriu Lisensa",
"Total Sale": "Totál Venda",
"Total Sale Return": "Totál Venda Filas",
"Total Purchase Return": "Totál Kompra Filas",
"Tax Report List": "Lista Relatóriu Impostu",
"Payment Method": "Métodu Pagamentu",
"Loss/Profit Report Details": "Detallu Relatóriu Lakon/Luruk",
"Opening Stock": "Estoke Inisiál",
"(By purchase price)": "(Tuir prezu kompra)",
"(By sale price)": "(Tuir prezu venda)",
"Total purchase:": "Totál kompra:",
"Total purchase shipping charge:": "Totál kustu entrega kompra:",
"Total Sell discount:": "Totál deskontu venda:",
"Total Sell Return:": "Totál venda filas:",
"Closing stock": "Estoke finál",
"Total Sales:": "Totál Venda:",
"Total sell shipping charge:": "Totál kustu entrega venda:",
"Total Purchase Return:": "Totál kompra filas:",
"Total Purchase discount:": "Totál deskontu kompra:",
"Total sell round off:": "Totál arredondamentu venda:",
"Credit Limit": "Limite Kréditu",
"Due Collection Transactions": "Transasaun Kobra Deve",
"Pay Due Amount": "Selu Montante Deve",
"Top 5 Customers": "Kliente di'ak liu 5",
"Top 5 Suppliers": "Fornesedór di'ak liu 5",
"Total Purchases": "Totál Kompra",
"Top 5 Products": "Produtu di'ak liu 5",
"Cost Price": "Prezu Kustu",
"Sales price": "Prezu venda",
"Product Wise Discount": "Deskontu tuir Produtu",
"Product Purchases": "Kompra Produtu",
"Purchase QTY": "Kuantidade Kompra",
"Product Sales": "Venda Produtu",
"Sale QTY": "Kuantidade Venda",
"Total Sale Due": "Totál Deve Venda",
"Total Purchase Due": "Totál Deve Kompra",
"Party Wise Loss & Profit": "Luruk & Lakon tuir Grupu",
"Gateway List": "Lista Gateway",
"Gateway ID.": "ID Gateway",
"Gateway Type": "Tipu Gateway",
"Device List": "Lista Dispozitivu",
"Add Device": "Aumenta Dispozitivu",
"Device ID": "ID Dispozitivu",
"Device Version": "Versaun Dispozitivu",
"App Version": "Versaun App",
"Total Messages": "Totál Mensajen",
"Created Date": "Data Kria",
"All Settings": "Konfigurasaun Hotu",
"General": "Jerál",
"Invoice Print": "Print Faktura",
"Currencies Settings": "Konfigurasaun Moeda",
"SMS Gateway Settings": "Konfigurasaun SMS Gateway",
"Languages Settings": "Konfigurasaun Lian",
"Add, Edit, Update, Delete Languages.": "Aumenta, Edit, Atualliza, hamos Lian.",
"Configure the fundamental information of the site.": "Konfigura informasaun fundamentál husi sítiu ne'e.",
"Control and configure overall notification systems": "Kontrola no konfigura sistema notifikasaun jerál.",
"View and update currency settings": "Haree no atualliza konfigurasaun moeda.",
"Add new users, Provide role and Permission": "Aumenta uza-na'in foun, fó kargu no Permisaun.",
"View and update gateway settings": "Haree no atualliza konfigurasaun gateway.",
"VAT/GST Title": "Títulu IVA/GST",
"VAT/GST Number": "Númeru IVA/GST",
"Sale Rounding Option": "Op fusaun Arredondamentu Venda",
"Product Profit Option": "Opsaun Luruk Produtu",
"Post Sale Message": "Mensajen Pós-Venda",
"Invoice Note Label": "Etiketa Nota Faktura",
"Invoice Note": "Nota Faktura",
"Warranty Void Label": "Etiketa Garantia Kansela",
"Warranty Void": "Garantia Kansela",
"A4 Page Invoice Logo": "Logo Faktura Pájina A4",
"Thermal Invoice Logo": "Logo Faktura Termál",
"Invoice Scanner Logo": "Logo Faktura Scanner",
"Select SMS Gateway": "Seleksiona SMS Gateway",
"Language Settings": "Konfigurasaun Lian",
"Locale": "Lokalizasaun",
"Flag": "Bandeira",
"Add New Language": "Aumenta Lian Foun",
"Is Active": "Ativu hela",
"Is Default": "Padraun ka lae",
"Product Settings": "Konfigurasaun Produtu",
"Currency Setting": "Konfigurasaun Moeda",
"Select Currency": "Seleksiona Moeda",
"Total Assets": "Totál Ativu",
"Liabilities": "Pasivu",
"Assets": "Ativu",
"Payment In": "Pagamentu Tama",
"Equities & Liabilities": "Ekuidade & Pasivu",
"Create Supplier": "Kria Fornesedór",
"Batch No.": "No. Lote",
"Cost exc. tax": "Kustu la inklui impostu",
"Cost inc. tax": "Kustu inklui impostu",
"Wholesale": "Prezu Grossista",
"View Combo Product": "Haree Produtu Kombo",
"Add new Transfer": "Aumenta Transferénsia foun",
"Stock Values": "Valór Estoke",
"Drag & drop your Image": "Rasta no hatutan Ita-nia Imajen",
"Browse": "Buka",
"Address line 1": "Enderesu liña 1",
"Add Vat Rate": "Aumenta Taxa IVA",
"Rate": "Taxa",
"Pay Due": "Selu Deve",
"Apply Month": "Aplika ba Fulan",
"Create Attendance": "Kria Prezensa",
"Create Payroll": "Kria Folha Pagamentu",
"Purchase Date": "Data Kompra",
"Payment Reminder": "Memória Pagamentu",
"New Sale": "Venda Foun",
"Payment Received": "Pagamentu Simu ona",
"Payment Paid": "Pagamentu Selu ona",
"SMS Body": "Korpu SMS",
"Available Tags": "Etiketa Disponivel",
"Enable SMS Notification": "Ativa Notifikasaun SMS",
"Business Phone": "Telefone Negósiu",
"Add Gateway": "Aumenta Gateway",
"Add New Device": "Aumenta Dispozitivu Foun",
"To add your device to the system, follow these steps:": "Atu aumenta Ita-nia dispozitivu ba sistema, tuir pasu sira ne'e:",
"Get the latest version of the App from this": "Hetan versaun foun liu husi App iha ne'e",
"link": "ligasaun",
"and install the app on your device.": "no instala app ne'e iha Ita-nia dispozitivu.",
"Step 01": "Pasu 01",
"Step 02": "Pasu 02",
"Step 03": "Pasu 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": "Depois instala app ne'e, buka kódigu QR ne'ebé fó iha leten husi ekeran. Nakloke app no fó permisaun hotu ne'ebé husu. Iha ekeran login, seleksiona \"Login ho kódigu QR\" no scan kódigu QR ne'e",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Ita-nia telefone Android konekta ona ba sistema. Favór halo reload pájina ne'e atu haree Ita-nia dispozitivu foun.",
"View and update gateway settings.": "Haree no atualliza konfigurasaun gateway.",
"Product Stock": "Estoke Produtu",
"Model No": "No. Modelu",
"Product Manufacturer": "Produtór Produtu",
"Low Stock Alert": "Avizu Estoke Ki'ik",
"VAT ID": "ID IVA",
"VAT Type": "Tipu IVA",
"Exclusive Price": "Prezu Esklusivu",
"Inclusive Price": "Prezu Inklusivu",
"Profit Percent": "Persentajen Luruk",
"Serial": "Série",
"MRP/PRICE": "MRP/PREZU",
"MRP": "MRP",
"Batch Tracking": "Rastreamentu Lote",
"Batch No": "No. Lote",
"Expiry Date": "Data Prazu Remata",
"Mfg Date": "Data Fabrikasaun",
"Product Type": "Tipu Produtu",
"Single": "Úniku",
"Variant": "Variante",
"Combo": "Kombo",
"Guest Due Sale": "Venda Deve Bainaka",
"Product Discount": "Deskontu Produtu",
"Add Product Settings": "Aumenta Konfigurasaun Produtu",
"Additional Product Field": "Kampu Produtu Adisionál",
"Purchase Setting": "Konfigurasaun Kompra",
"Sale Setting": "Konfigurasaun Venda",
"Profit & Loss Details": "Detallu Luruk & Lakon",
"Product Profit & Loss": "Luruk & Lakon Produtu",
"Customer List": "Lista Kliente",
"Supplier List": "Lista Fornesedór",
":type List": "Lista :type",
"Add new :type": "Aumenta :type foun",
"Edit :type": "Edit :type",
"Edit Supplier": "Edit Fornesedór",
"Edit Customer": "Edit Kliente",
"(PNG & JPG)": "(PNG & JPG)",
"Vat groups (Combination of multiple vats)": "Grupu IVA (Kombinasaun hosi IVA oioin)",
"Send": "Haruka",
"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.": "Favór tuir instrusaun sira iha okos atu upload Ita-nia arkivu.",
"Download the sample file first and add all your products to it.": "Download uluk arkivu ezemplu no aumenta Ita-nia produtu hotu ba laran.",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Indika kampu ne'ebé obrigatóriu. Se Ita la prienxe kampu obrigatóriu sira, sistema sei ignora produtu ne'e.",
"After adding all your products, please save the file and then upload the updated version.": "Depois aumenta tiha Ita-nia produtu hotu, favór rai arkivu no upload fali versaun foun ne'ebé atualliza ona.",
"The name of the product you are adding": "Naran produtu ne'ebé Ita aumenta hela",
"e.g.,": "p.ez.,",
"Banana": "Hudi",
"Stock Quantity": "Kuantidade Estoke",
"Sale Price (MRP)": "Prezu Venda (MRP)",
"VAT Name": "Naran IVA",
"VAT (%)": "IVA (%)",
"Low Stock Qty": "Kuantidade Estoke Ki'ik",
"Manufacturing Date": "Data Fabrikasaun",
"Variations": "Variasaun sira",
"The category under which the product falls": "Kategoria ne'ebé produtu ne'e tama ba laran",
"Beverages, Electronics": "Heer, Eletróniku sira",
"The measurement unit used for the product": "Unidade medida ne'ebé uza ba produtu ne'e",
"Piece, Kg, Litre": "Unidade, Kg, Litru",
"If not found, a new unit will be created automatically.": "Se la hetan, unidade foun sei kria automatikamente.",
"The brand associated with the product": "Marka ne'ebé relasiona ho produtu ne'e",
"Samsung, Nestlé": "Samsung, Nestlé",
"If not found, the system will create it automatically.": "Se la hetan, sistema sei kria automatikamente.",
"The available quantity of the product currently in stock.": "Kuantidade produtu ne'ebé disponivel hela iha estoke.",
"A unique identifier for the product": "Identifikadór úniku ida ba produtu ne'e",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "Kódigu produtu tenke úniku — kódigu duplikadu sei ignora.",
"The cost price of the product excluding VAT.": "Prezu kustu produtu nian ne'ebé la inklui IVA.",
"The selling price or maximum retail price for the product.": "Prezu venda ka prezu retallista máximu ba produtu ne'e.",
"Special discounted price for bulk resellers or dealers.": "Prezu deskontu espesiál ba revendedór ka negosiante sira.",
"The price offered for wholesale buyers, usually lower than MRP.": "Prezu ne'ebé fó ba kompradór grossista, baibain ki'ik liu fali MRP.",
"If not found, the system will automatically create a new category.": "Se la hetan, sistema sei kria automatikamente kategoria foun ida.",
"The VAT name applied to the product.": "Naran IVA nian ne'ebé aplika ba produtu ne'e.",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "Se sistema la hetan, nia sei kria IVA foun ida ho taxa ne'ebé fó ona.",
"The VAT rate as a percentage": "Taxa IVA iha persentajen",
"15": "15",
"Define whether the VAT is": "Define katak IVA ne'e",
"exclusive": "esklusivu",
"or": "ka",
"inclusive": "inklusivu",
"in the price.": "iha prezu laran.",
"The minimum stock quantity to trigger a low-stock alert.": "Kuantidade estoke mínimu atu fó avizu estoke ki'ik.",
"Name of the product manufacturer or supplier.": "Naran hosi fabrikante ka fornesedór produtu nian.",
"Expiry date for perishable products": "Data prazu remata ba produtu sira ne'ebé lalais aat",
"format:": "formatu:",
"YYYY-MM-DD": "AAAA-UU-LL",
"Batch or lot number used to identify stock batches.": "Númeru lote ne'ebé uza atu identifika estoke iha grupu.",
"The model of the product": "Modelu produtu nian",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "Data ne'ebé produtu ne'e fabrikadu",
"Define whether the product is": "Define katak produtu ne'e",
"single": "úniku",
"variant": "variante",
"for products with multiple variations like size or color.": "ba produtu sira ho variasaun oioin hanesan tamanyu ka kór.",
"This column defines all variations for variant products.": "Coluna ne'e define variasaun hotu ba produtu variante sira.",
"Use the format:": "Uza formatu:",
"VariationName:Value": "NaranVariasaun:Valór",
"separated by a": "separadu hosi",
"for multiple values.": "ba valór oioin.",
"Example:": "Ezemplu:",
"Color:Black|Size:M": "Kór:Metan|Tamanyu:M",
"➤ The system will:": "➤ Sistema sei:",
"Create or match existing variations dynamically.": "Kria ka foti variasaun ne'ebé iha ona ho dinámiku.",
"Store selected variation IDs in the": "Rai ID variasaun ne'ebé seleksiona ona iha",
"table": "tabela",
"Store structured JSON like": "Rai JSON ne'ebé estruturadu hanesan",
"\"Color\":\"Black\"": "\"Kór\":\"Metan\"",
"in the": "iha",
"Automatically create": "Kria automatikamente",
"variant_name": "naran_variante",
"such as": "hanesan",
"Black - M": "Metan - M",
"table.": "tabela.",
"Party Profit & Loss": "Luruk & Lakon Grupu",
"Bill Wise Profit & Loss": "Lucru no Lakon tuir Bill",
"Bank Details": "Detallu Banku nian",
"Account No": "Númeru Konta",
"UPI ID": "UPI ID",
"Holders Nmae": "Naran Nain Konta nian",
"MONEY RECEIPT": "RESIBU OSAN",
"Money Receipt": "Resibu Osan",
"Purchase Invoice": "Faktura Sura nian",
"Holders Name": "Naran Nain Konta nian",
"Rounding (+/-)": "Hamoos númeru (+/-)",
"welcome_to": "Benvindu mai",
"welcome_back": "Benvindu fila fali",
"please_login": "Favór ida tama ba ita-nia konta",
"enter_your_email": "Hatama ita-nia email",
"password": "Password",
"remember_me": "Hanoin hau",
"forgot_password": "Haluha password?",
"log_in": "Tama",
"back_to_home": "Fila ba oin",
"create_an_account": "Kria konta foun ida",
"or_continue_with": "Ou kontinua ho",
"login_with_x": "Tama ho X",
"login_with_google": "Tama ho Google",
"super_admin": "Super Admin",
"admin": "Administradór",
"business": "Negósiu",
"add_on": "Aumentu",
"manager": "Jere-nain",
"multi_branch": "Fila-fatin barak",
"warranty": "Garantia (Warranty)",
"guarantee": "Garantia",
"Months": "Fulan",
"Years": "Tinan",
"Tax Type": "Tipu Impostu",
"Exclusive": "Eskluzivu",
"Inclusive": "Inkluzivu",
"Select Tax": "Hili Impostu",
"select_one": "Hili ida",
"Image (Size 150x130)": "Imajen (Size 150x130)",
"Drag & drop image": "Rasta no hatutan imajen",
"Variant Name": "Naran Variante",
"Manufacture": "Produsaun",
"Profit Margin (%)": "Marjen Lucru nian (%)",
"Default Selling Price": "Presu Faan baibain",
"SKU / Code": "SKU / Kódigu",
"Edit Model": "Hadia Modulu",
"Rack Name": "Naran Rak nian",
"Edit rack": "Hadia rak",
"Update Password": "Foun Password",
"Tax Rate": "Taxa Impostu nian",
"Sub vats": "Sub VAT",
"Edit Vat": "Hadia VAT",
"Edit Vat Group": "Hadia Grupu VAT",
"Edit Bank": "Hadia Banku",
"Account Display Name balnce": "Naran Konta / Saldu",
"+ Add more fields": "+ Hatutan tan kampu",
"Show In Invoice": "Hatudu iha Faktura",
"As Of Date": "Tuir Data",
"Cheque Number": "Númeru Xeque",
"Current Plan": "Planu Agora nian",
"Multi-branch Allowed": "Fila-fatin barak permite",
"Addon Limit:": "Limitadu Aumentu:",
"Addon Domain Available?": "Domíniu Aumentu iha?",
"Subdomain Limit:": "Limitadu Subdomíniu:",
"Subdomain Available?": "Subdomíniu iha?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "Faktura: S06 - Emery Mueller",
"Item Name": "Naran Sasán",
"Product Wise Profit & Loss": "Lucru no Lakon tuir Sasán",
"Product Wise Loss Profit": "Lakon no Lucru tuir Sasán",
"Pay Amount": "Montante atu selu",
"Select party": "Hili parte",
"Loss Profit History": "Istória Lakon no Lucru",
"Product Sale History": "Istória Faan Sasán",
"Product Purchase History": "Istória Sura Sasán",
"Purchase Qty": "Kuandidade Sura nian",
"Sold Qty": "Kuandidade Faan nian",
"Remaining Qty": "Kuandidade neebé restu",
"Net Profit (Profit - Loss) =": "Labele Matan (Profitu - Pérdida) =",
"Net Profit (Income - Expense) =": "Labele Matan (Rendimentu - Gasta) =",
"Sale Details": "Detalhes FóSkola",
"Purchase Details": "Detalhes FóKompra",
"All Customer": "HotuHotu Kliente",
"Sale Qty": "Kuantidade Vende",
"Profit/Loss": "Profitu/Pérdida",
"Printer A4": "Imprimadór A4",
"Thermal: 3 inch 80mm": "Termál: 3 linia (80mm)",
"Showing": "Hatoo",
"to": "até",
"of": "husi",
"results": "rezulta",
"Custom Domain": "Domíniu Personalizadu",
"Ledger": "Léjeru",
"(Ledger)": "(Léjeru)",
"Credit (In)": "Kréditu (Enta)",
"Debit (Out)": "Débitu (Sai)",
"Subscription Orders": "Ordem sira ba Subsikru",
"Subscriber View": "Hakarak ikus Subscriber",
"Expire date": "Data expira",
"Enroll Date": "Data Registu",
"How to Add a Domain in hPanel": "Nain nebee halo domain iha hPanel",
"hPanel (Hostinger) Domain Setup Instructions": "Instrusaun ba hatama domain iha hPanel (Hostinger)",
"Multibranch Allowed": "Multibranch Permitidu",
"Addon Domain Limit": "Limite ba Addon Domain",
"Subdomain Limit": "Limite ba Subdomain",
"Custom Domain Limit": "Limite ba Custom Domain",
"Add-ons": "Add-ons",
"New": "Foun",
"Addons List": "Lista Add-ons",
"Install / Update Addon": "Instala / Atualiza Addon",
"Version": "Versaun",
"Enter purchase code": "Toka kódu kompra",
"Upload addons zip file": "Upload addons zip file",
"System": "Sistema",
"User Sign Up": "Registu User",
"Domain Setting": "Configura Domain",
"View and update payment gateway settings": "Hakarak ikus no atualiza configurasaun payment gateway",
"View and update user sign up settings": "Hakarak ikus no atualiza configurasaun registu user",
"View and update system settings": "Hakarak ikus no atualiza configurasaun sistema",
"User Registration Email Setup": "Configura Email registu user",
"Verify email with OTP on signup?": "Verifika email ho OTP iha registu?",
"Verify email without OTP on signup?": "Verifika email liu tan laos OTP iha registu?",
"SSL is required.": "SSL presiza.",
"SSL is not required.": "SSL la presiza.",
"Subdomain / Custom domains are allowed automatically.": "Subdomain / Custom domain permitidu otomatikamente.",
"Subdomain / Custom domains are not allowed automatically.": "Subdomain / Custom domain la permitidu otomatikamente.",
"Dynamic Text": "Tekstu Dinamiku",
"Dynamic Link Text": "Tekstu Link Dinamiku",
"Dynamic Link": "Link Dinamiku",
"App Link": "Link App",
"Login Page Logo": "Logo Pahina Login",
"Login Page Image": "Imagem Pahina Login",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "PayPal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercadopago",
"phonepe": "PhonePe",
"paytm": "PayTM",
"Tap Payment": "Tap Payment",
"Sslcommerz": "SSLCommerz",
"Manual": "Manuál",
"API KEY": "API Key",
"CLIENT ID": "Client ID",
"CLIENT SECRET": "Client Secret",
"PUBLIC KEY": "Public Key",
"SECRET KEY": "Secret Key",
"KEY ID": "Key ID",
"KEY SECRET": "Key Secret",
"X API KEY": "X API Key",
"X AUTH TOKEN": "X Auth Token",
"USER SECRET KEY": "User Secret Key",
"CATEOGRY CODE": "Kodu Categoria",
"ENCRYPTION KEY": "Kunci Encryption",
"PAYMENT OPTIONS": "Opsaun Pagamentu",
"Hello": "Olá",
"Log In": "Entrar",
"Back to Home": "Fila ba Páina Primeiru",
"Create an account.": "Kria Konta",
"Add-on": "Add-on",
"Bussiness": "Negósiu",
"Multi Branch": "Ramus Múltiplu",
"Create an Free Account!": "Kria Konta Grátis!",
"Hey, Enter Your details to get Sign Up to your account": "Oi, Taka informasaun sira hodi husu registru ba konta",
"Sign Up": "Registra",
"Or Continue with": "Ka Kontinua ho",
"Log in with X": "Entrar ho X",
"Log in with Google": "Entrar ho Google",
"Already have an Account?": "Iha konta already?",
"Email Verification": "Verifikasaun Email",
"we sent an OTP in your email address": "Ami fó OTP ba email address ida nee",
"Code send in": "Kode foin fó iha",
"Resend code": "Fó kode fali",
"Verify": "Verifika",
"Setup Your Profile": "Hatudu Perfil Ida",
"Company/Business Name": "Naran Kompanhia/Negósiu",
"Enter company/business name": "Taka naran kompanhia/negósiu",
"Ex: $500": "Ex: $500",
"Company Address": "Enderésu Kompanhia",
"Enter company address": "Taka enderésu kompanhia",
"Successfully!": "Ho Sucesso!",
"Congratulations, Your account has been": "Parabéns, konta ida nee",
"successfully created": "kria ho sucesso",
"Enter Model Name": "Hatama naran modelu",
"Completed": "Remata ona",
"Enter values": "Hatama valór sira",
"Total Stock Value:": "Totál valór estoke:",
"Sale Commission": "Komisaun fa'an nian",
"Enter Supplier Name": "Hatama naran fornesedór",
"Enter city": "Hatama sidade",
"Enter state": "Hatama distritu/provínsia",
"Enter zip code": "Hatama kódigu postál",
"Select a country": "Hili rai ida",
"Advance": "Adiantamentu",
"Enter account display name": "Hatama naran konta nian",
"Enter account number": "Hatama númeru konta",
"Enter UPI code": "Hatama kódigu UPI",
"Enter bank name": "Hatama naran banku",
"Enter bank name_duplicate": "Hatama naran banku",
"Enter account holder name": "Hatama naran na'in ba konta",
"Ex: 500": "Ez: 500",
"Total Transaction": "Totál transasaun",
"Branch Opening Balance": "Saldu abertura sukursal",
"Branch Remaining Balance": "Saldu hela iha sukursal",
"Language": "Lian",
"Select Variant": "Hili variasaun",
"Enter Batch No.": "Hatama númeru lote",
"Bank List": "Lista Banku",
"Cash List": "Lista Osan-fuan",
"Add Cash": "Hatama osan-fuan",
"Reduce Cash": "Hamenus osan-fuan",
"ex 500": "ez 500",
"Adjustment Date": "Data ajustamentu",
"description": "deskrisaun",
"cash": "osan-fuan",
"PNG & JPG": "PNG no JPG",
"Transaction Image": "Imajen transasaun",
"Platform": "Plataforma",
"Add Image": "Hatama imajen",
"Loading...": "Hein hela...",
"Approved Payment": "Pagamentu aprova ona",
"24 Jan 2024, 10:30": "24 Jan 2024, 10:30",
"Withdraw Amount": "Montante foti nian",
"$0": "$0",
"Account Information": "Informasaun konta",
"A/C Name": "Naran konta",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
"A/C Number": "Númeru konta",
"365214512236": "365214512236",
"Dhaka": "Dili/Dhaka",
"Rejected": "Rejeita",
"Approved": "Aprova",
"Approve Withdrawal Payment": "Aprova pagamentu foti nian",
"Have you Sent": "Ita haruka ona",
"$250.00?": "$250.00?",
"Transaction Number": "Númeru transasaun",
"Enter transaction Number": "Hatama númeru transasaun",
"Upload Receipt": "Upload resibu",
"Add-On": "Aumentu",
"Google Login Settings": "Konfigurasaun login Google",
"X Login Settings": "Konfigurasaun login X",
"Please request for a domain/subdomain from the business panel.": "Favór ida husu domíniu/subdomíniu husi painél negósiu nian.",
"Request For A Domain": "Husu domíniu ida",
"The app url is not available in .env file, please contact with administrator.": "URL aplikasaun nian la iha arkivu .env, favór kontaktu administratór.",
"Are you sure you want to exit?": "Ita boot serteza hakarak sai?",
"We Makes": "Ita kria",
"Globally": "Globál",
"Growth": "Dezenvolvimentu",
"Increase Your Revenue": "Hasai Ita nia reseita",
"(Optional)": "(Opsionál)",
"Data Deletion Instructions": "Instrusaun hamoos dadus",
"If you want to delete your data from our system, please follow these steps:": "Se Ita hakarak hamoos Ita nia dadus husi ami nia sistema, favór tuir pasu sira ne'e:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Haruka e-mail ba [your-email@example.com] ho títulu “Delete My Data”.",
"Include your name and the email address you used to register.": "Hatama Ita nia naran no enderesu e-mail ne'ebé Ita uza atu rejista.",
"We will process your request and confirm deletion within 7 business days.": "Ami sei prosesu Ita nia pedido no konfirma hamoos dadus iha loron serbisu 7 nia laran.",
"Share your referral link": "Fahe Ita nia link referénsia",
"Refer a friend and earn a commission.": "Konvida belun ida no manán komisaun.",
"Copy": "Kopia",
"Available for Withdraw": "Disponível atu foti",
"$30": "$30",
"Payout your balance is more than": "Pagamentu se Ita nia saldu liu husi",
"$100": "$100",
"Total Withdraw": "Totál foti ona",
"$500": "$500",
"Total Referrals": "Totál referénsia",
"5": "5",
"1 Month": "Fulan 1",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "Kopia 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.": "Konta banku ne'e labele hamoos tanba iha ona transasaun. Favór hamoos transasaun hotu molok hamoos konta ne'e.",
"14": "14",
"12": "12",
"currency": "moeda",
"Do you really want to re-open this cheque?": "Ita boot hakarak loke fali xeke ne'e?",
"Transfer Cheque": "Transferénsia xeke",
"Deposit": "Depózitu",
"Re-Open": "Loke fali",
"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.": "Ne'e konta dema — dadus sei reset kada oras. Módulu balun dezentiva hela; atu hetan asesu kompletu, favór kria Ita nia konta rasik.",
"You can not access it!": "Ita labele asesu ba ida ne'e!",
"N/A": "N/D",
"English": "Inglés",
"en": "en",
"Bengali": "Bengala",
"bn": "bn",
"French": "Fransés",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "Parte ne'e husi sukursal seluk, Ita labele troka abertura husi ne'e.",
"Please select a variation.": "Favór hili variasaun ida.",
"Units": "Unidade",
"25632": "25632",
"25%": "25%",
"Ex: 200": "Ez: 200",
"Ex: 50": "Ez: 50",
"Batch No:": "Lote Númeru:",
"Ex: 1": "Ez: 1",
"Ex: 30": "Ez: 30",
"Download Sample File": "Download arkivu ezemplu",
" Please follow the instructions below to upload your file.": " Favór tuir instrusaun iha kraik atu upload Ita nia arkivu.",
" Download the sample file first and add all your purchases data to it.": " Download uluk arkivu ezemplu no hatama dadus sosa nian ba laran.",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Indika kampaun obrigatóriu. Se Ita la prienxe, sistema sei ignora.",
"After adding all your purchases, please save the file and then upload the updated version.": "Depois hatama tiha Ita nia sosa nian, favór rai arkivu no upload fali.",
"Paid by:": "Selu husi:",
"Payable Amount:": "Montante atu selu:",
"Received Amount:": "Montante simu ona:",
"Due:": "Deve:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "Hili tipu relatóriu atu loke kampaun sira",
"Change Amt/Due:": "Troka Montante/Deve:",
"Total Subscription": "Totál subskrisaun",
"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 "
}