updated translations
This commit is contained in:
@@ -2,31 +2,32 @@
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'Itens|Itens',
|
||||
'incomes' => 'Rendimentos|Rendimentos',
|
||||
'invoices' => 'Facturas|Facturas',
|
||||
'dashboards' => 'Painel|Painéis',
|
||||
'items' => 'Item|Itens',
|
||||
'incomes' => 'Receita|Receitas',
|
||||
'invoices' => 'Factura|Facturas',
|
||||
'revenues' => 'Receitas|Receitas',
|
||||
'customers' => 'Clientes|Clientes',
|
||||
'expenses' => 'Despesas|Despesas',
|
||||
'bills' => 'Contas|Contas',
|
||||
'payments' => 'Pagamentos|Pagamentos',
|
||||
'vendors' => 'Fornecedores|Fornecedores',
|
||||
'accounts' => 'Contas|Contas',
|
||||
'transfers' => 'Transferências|Transferências',
|
||||
'transactions' => 'Transações|Transações',
|
||||
'reports' => 'Relatórios|Relatórios',
|
||||
'settings' => 'Configurações|Configurações',
|
||||
'categories' => 'Categorias|Categorias',
|
||||
'currencies' => 'Moedas|Moedas',
|
||||
'tax_rates' => 'Taxas de Imposto|Taxas de Imposto',
|
||||
'users' => 'Utilizadores|Utilizadores',
|
||||
'roles' => 'Regras|Regras',
|
||||
'permissions' => 'Permissões|Permissões',
|
||||
'modules' => 'Aplicações|Aplicações',
|
||||
'customers' => 'Cliente|Clientes',
|
||||
'expenses' => 'Despesa|Despesas',
|
||||
'bills' => 'Conta|Contas',
|
||||
'payments' => 'Pagamento|Pagamentos',
|
||||
'vendors' => 'Fornecedor|Fornecedores',
|
||||
'accounts' => 'Conta|Contas',
|
||||
'transfers' => 'Transferência|Transferências',
|
||||
'transactions' => 'Transação|Transações',
|
||||
'reports' => 'Relatório|Relatórios',
|
||||
'settings' => 'Configuração|Configurações',
|
||||
'categories' => 'Categoria|Categorias',
|
||||
'currencies' => 'Moeda|Moedas',
|
||||
'tax_rates' => 'Taxa de Imposto|Taxas de Imposto',
|
||||
'users' => 'Utilizador|Utilizadores',
|
||||
'roles' => 'Função|Funções',
|
||||
'permissions' => 'Permissão|Permissões',
|
||||
'modules' => 'Aplicação|Aplicações',
|
||||
'companies' => 'Empresa|Empresas',
|
||||
'profits' => 'Lucro|Lucros',
|
||||
'taxes' => 'Imposto|Impostos',
|
||||
'logos' => 'Logotipo|Logotipos',
|
||||
'logos' => 'Logótipo|Logótipos',
|
||||
'pictures' => 'Imagem|Imagens',
|
||||
'types' => 'Tipo|Tipos',
|
||||
'payment_methods' => 'Método de Pagamento|Métodos de Pagamento',
|
||||
@@ -39,10 +40,19 @@ return [
|
||||
'statuses' => 'Estado|Estados',
|
||||
'others' => 'Outro|Outros',
|
||||
'contacts' => 'Contacto|Contactos',
|
||||
'reconciliations' => 'Reconciliações|Reconciliações',
|
||||
'reconciliations' => 'Reconciliação|Reconciliações',
|
||||
'developers' => 'Desenvolvedor|Desenvolvedores',
|
||||
'schedules' => 'Schedule|Schedules',
|
||||
'groups' => 'Grupo|Grupos',
|
||||
'charts' => 'Gráfico|Gráficos',
|
||||
'localisations' => 'Localização|Localizações',
|
||||
'defaults' => 'Padrão|Padrões',
|
||||
'widgets' => 'Widget|Widgets',
|
||||
'templates' => 'Modelo|Modelos',
|
||||
'sales' => 'Venda|Vendas',
|
||||
'purchases' => 'Compra|Compras',
|
||||
|
||||
'dashboard' => 'Painel de Controlo',
|
||||
'welcome' => 'Bem-vindo',
|
||||
'banking' => 'Bancos',
|
||||
'general' => 'Geral',
|
||||
'no_records' => 'Sem Registos.',
|
||||
@@ -54,17 +64,21 @@ return [
|
||||
'no' => 'Não',
|
||||
'na' => 'N/D',
|
||||
'daily' => 'Diário',
|
||||
'weekly' => 'Semanalmente',
|
||||
'monthly' => 'Mensal',
|
||||
'quarterly' => 'Trimestral',
|
||||
'yearly' => 'Anual',
|
||||
'add' => 'Adicionar',
|
||||
'add_new' => 'Adicionar',
|
||||
'add_income' => 'Adicionar Receita',
|
||||
'add_expense' => 'Adicionar Despesa',
|
||||
'show' => 'Mostrar',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Excluir',
|
||||
'delete' => 'Eliminar',
|
||||
'send' => 'Enviar',
|
||||
'share' => 'Partilhar',
|
||||
'download' => 'Transferir',
|
||||
'delete_confirm' => 'Confirmar a exclusão :name :type?',
|
||||
'delete_confirm' => 'Confirmar a remoção de :type :name?',
|
||||
'name' => 'Nome',
|
||||
'email' => 'E-mail',
|
||||
'tax_number' => 'Número de identificação fiscal',
|
||||
@@ -80,9 +94,11 @@ return [
|
||||
'reference' => 'Referência',
|
||||
'attachment' => 'Anexo',
|
||||
'change' => 'Alterar',
|
||||
'change_type' => 'Alterar :type',
|
||||
'switch' => 'Mudar',
|
||||
'color' => 'Côr',
|
||||
'save' => 'Guardar',
|
||||
'confirm' => 'Confirmar',
|
||||
'cancel' => 'Cancelar',
|
||||
'loading' => 'A Executar...',
|
||||
'from' => 'De',
|
||||
@@ -112,28 +128,56 @@ return [
|
||||
'disable' => 'Desactivar',
|
||||
'select_all' => 'Selecionar Tudo',
|
||||
'unselect_all' => 'Desmarcar Tudo',
|
||||
'go_to' => 'Ir para :name',
|
||||
'created_date' => 'Data de Criação',
|
||||
'period' => 'Período',
|
||||
'frequency' => 'Frequência',
|
||||
'start' => 'Início',
|
||||
'end' => 'Fim',
|
||||
'clear' => 'Limpar',
|
||||
'difference' => 'Diferença',
|
||||
'footer' => 'Rodapé',
|
||||
'start_date' => 'Data Inicial',
|
||||
'end_date' => 'Data Final',
|
||||
'basis' => 'Basis',
|
||||
'accrual' => 'Accrual',
|
||||
'cash' => 'Dinheiro',
|
||||
'group_by' => 'Group By',
|
||||
'accounting' => 'Accounting',
|
||||
'sort' => 'Ordenar',
|
||||
'width' => 'Largura',
|
||||
'month' => 'Mês',
|
||||
'year' => 'Ano',
|
||||
'type_item_name' => 'Type an item name',
|
||||
'no_data' => 'No data',
|
||||
'no_matching_data' => 'No matching data',
|
||||
'clear_cache' => 'Limpar Cache',
|
||||
'go_to_dashboard' => 'Ir para o Painel',
|
||||
|
||||
'card' => [
|
||||
'name' => 'Name on Card',
|
||||
'number' => 'Card Number',
|
||||
'expiration_date' => 'Expiration Date',
|
||||
'cvv' => 'Card CVV',
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'new' => 'Adicionar :type',
|
||||
'edit' => 'Editar :type',
|
||||
'delete' => 'Eliminar :type',
|
||||
'create' => 'Criar :type',
|
||||
'send' => 'Enviar :type',
|
||||
'get' => 'Obter :type',
|
||||
'add' => 'Adicionar :type',
|
||||
'manage' => 'Manage :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Digite :field',
|
||||
'enter' => 'Inserir :field',
|
||||
'select' => [
|
||||
'field' => '- Selecionar :field -',
|
||||
'file' => 'Selecionar ficheiro',
|
||||
],
|
||||
'add_new' => 'Adicionar Novo :field',
|
||||
'no_file_selected' => 'Nenhum ficheiro selecionado...',
|
||||
],
|
||||
|
||||
@@ -144,4 +188,19 @@ return [
|
||||
'this_month' => 'Este Mês',
|
||||
'last_month' => 'Mês Anterior',
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'documentation' => 'Check out the <a href=":url" target="_blank">documentation</a> for more details.',
|
||||
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
|
||||
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
|
||||
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
|
||||
'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
|
||||
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
|
||||
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
|
||||
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
|
||||
'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.',
|
||||
'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.',
|
||||
'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user