updated translations

This commit is contained in:
denisdulici
2018-11-20 11:41:17 +03:00
parent 10f1fbfb37
commit 8f83cc09b7
32 changed files with 176 additions and 161 deletions

View File

@@ -38,10 +38,10 @@ return [
'numbers' => 'Número|Números',
'statuses' => 'Status|Status',
'others' => 'Outro | Outros',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'contacts' => 'Contato|Contatos',
'reconciliations' => 'Reconciliação|Reconciliações',
'deposits' => 'Deposito|Depositos',
'withdrawals' => 'Retirada|Retiradas',
'dashboard' => 'Painel',
'banking' => 'Banco',
@@ -85,7 +85,7 @@ return [
'color' => 'Cor',
'save' => 'Salvar',
'cancel' => 'Cancelar',
'loading' => 'Loading...',
'loading' => 'Carregando...',
'from' => 'De',
'to' => 'Para',
'print' => 'Imprimir',
@@ -106,27 +106,27 @@ return [
'partially' => 'Parcial',
'partially_paid' => 'Pagamento parcial',
'export' => 'Exportar',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => 'Terminar',
'wizard' => 'Assistente',
'skip' => 'Pular',
'enable' => 'Habilitar',
'disable' => 'Desabilitar',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'select_all' => 'Selecionar tudo',
'unselect_all' => 'Desmarcar todos',
'go_to' => 'Ir para :name',
'created_date' => 'Data de Criação',
'period' => 'Período',
'start' => 'Começar',
'end' => 'Finalizar',
'clear' => 'Limpar',
'difference' => 'Diferença',
'title' => [
'new' => 'Novo :type',
'edit' => 'Editar :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Criar :type',
'send' => 'Enviar :type',
'get' => 'Pegar :type',
],
'form' => [
@@ -139,10 +139,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => 'Hoje',
'yesterday' => 'Ontem',
'last_days' => 'Últimos :day dias',
'this_month' => 'Este mês',
'last_month' => 'Mês Passado',
],
];