updated languages

This commit is contained in:
denisdulici
2019-03-07 16:37:05 +03:00
parent 4ca76aad2a
commit aaa0c53d8a
64 changed files with 768 additions and 381 deletions

View File

@ -38,10 +38,9 @@ return [
'numbers' => 'Número | Números',
'statuses' => 'Estado|Estados',
'others' => 'Otro|Otros',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'contacts' => 'Contact|Contactos',
'reconciliations' => 'Reconcliación|Reconciliaciones',
'developers' => 'Desarrollador|Desarrolladores',
'dashboard' => 'Panel de Control',
'banking' => 'Bancos',
@ -85,7 +84,7 @@ return [
'color' => 'Color',
'save' => 'Guardar',
'cancel' => 'Cancelar',
'loading' => 'Loading...',
'loading' => 'Cargando...',
'from' => 'De ',
'to' => 'Para',
'print' => 'Imprimir',
@ -106,27 +105,27 @@ return [
'partially' => 'Parcial',
'partially_paid' => 'Pagada Parcialmente',
'export' => 'Exportar',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => 'Terminar',
'wizard' => 'Asistente',
'skip' => 'Omitir',
'enable' => 'Activar',
'disable' => 'Desactivar',
'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' => 'Seleccionar Todo',
'unselect_all' => 'Deseleccionar Todo',
'go_to' => 'Ir a :name',
'created_date' => 'Fecha de Creación',
'period' => 'Periodo',
'start' => 'Comenzar',
'end' => 'Terminar',
'clear' => 'Limpiar',
'difference' => 'Diferencia',
'title' => [
'new' => 'Nuevo :type',
'edit' => 'Editar :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Crear :type',
'send' => 'Enviar :type',
'get' => 'Obtener :type',
],
'form' => [
@ -139,10 +138,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => 'Hoy',
'yesterday' => 'Ayer',
'last_days' => 'Últimos :day Días',
'this_month' => 'Este mes',
'last_month' => 'Último mes',
],
];