updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@@ -38,6 +38,10 @@ return [
'numbers' => 'Número|Números',
'statuses' => 'Estado|Estados',
'others' => 'Otro|Otros',
'contacts' => 'Contacto|Contactos',
'reconciliations' => 'Conciliación|Concialiaciones',
'deposits' => 'Depósito|Depósitos',
'withdrawals' => 'Retiro|Retiros',
'dashboard' => 'Panel de Control',
'banking' => 'Banking',
@@ -81,6 +85,7 @@ return [
'color' => 'Color',
'save' => 'Guardar',
'cancel' => 'Cancelar',
'loading' => 'Cargando...',
'from' => 'De ',
'to' => 'Para',
'print' => 'Imprimir',
@@ -101,12 +106,27 @@ return [
'partially' => 'Parcialmente',
'partially_paid' => 'Parcialmente pagado',
'export' => 'Exportar',
'finish' => 'Terminar',
'wizard' => 'Asistente',
'skip' => 'Omitir',
'enable' => 'Habilitar',
'disable' => 'Deshabilitar',
'select_all' => 'Seleccionar Todos',
'unselect_all' => 'Deseleccionar Todo',
'go_to' => 'Ir a :name',
'created_date' => 'Fecha de Creación',
'period' => 'Período',
'start' => 'Inicio',
'end' => 'Fin',
'clear' => 'Limpiar',
'difference' => 'Diferencia',
'title' => [
'new' => 'Nuevo :type',
'edit' => 'Editar :type',
'create' => 'Crear :type',
'send' => 'Enviar :type',
'get' => 'Obtener :type',
],
'form' => [
@@ -118,4 +138,11 @@ return [
'no_file_selected' => 'Ningún archivo seleccionado...',
],
'date_range' => [
'today' => 'Hoy',
'yesterday' => 'Ayer',
'last_days' => 'Últimos :day Días',
'this_month' => 'Este mes',
'last_month' => 'Mes anterior',
],
];