updated translations

This commit is contained in:
denisdulici
2020-02-17 15:10:32 +03:00
parent 4a847c287d
commit ac6b828c8e
81 changed files with 1059 additions and 557 deletions

View File

@ -48,8 +48,10 @@ return [
'localisations' => 'Localización|Localizaciones',
'defaults' => 'Por defecto|Por defecto',
'widgets' => 'Widget|Widgets',
'templates' => 'Template|Templates',
'sales' => 'Sale|Sales',
'purchases' => 'Compra|Compras',
'dashboard' => 'Panel de Control',
'welcome' => 'Te damos la bienvenida',
'banking' => 'Banking',
'general' => 'General',
@ -68,10 +70,13 @@ return [
'yearly' => 'Anual',
'add' => 'Añadir',
'add_new' => 'Agregar Nuevo',
'add_income' => 'Add Income',
'add_expense' => 'Add Expense',
'show' => 'Mostrar',
'edit' => 'Editar',
'delete' => 'Borrar',
'send' => 'Enviar',
'share' => 'Share',
'download' => 'Descargar',
'delete_confirm' => 'Confirma el borrado de :name :type?',
'name' => 'Nombre',
@ -123,7 +128,6 @@ return [
'disable' => 'Deshabilitar',
'select_all' => 'Seleccionar Todos',
'unselect_all' => 'Deseleccionar Todo',
'go_to' => 'Ir a :name',
'created_date' => 'Fecha de Creación',
'period' => 'Período',
'frequency' => 'Frecuencia',
@ -133,11 +137,28 @@ return [
'difference' => 'Diferencia',
'footer' => 'Pie de página',
'start_date' => 'Fecha de Inicio',
'end_date' => 'End Date',
'basis' => 'Base',
'accrual' => 'Acumulado',
'cash' => 'Efectivo',
'group_by' => 'Agrupar por',
'accounting' => 'Contabilidad',
'sort' => 'Sort',
'width' => 'Width',
'month' => 'Month',
'year' => 'Year',
'type_item_name' => 'Type an item name',
'no_data' => 'No data',
'no_matching_data' => 'No matching data',
'clear_cache' => 'Clear Cache',
'go_to_dashboard' => 'Go to dashboard',
'card' => [
'name' => 'Name on Card',
'number' => 'Card Number',
'expiration_date' => 'Expiration Date',
'cvv' => 'Card CVV',
],
'title' => [
'new' => 'Nuevo :type',
@ -147,6 +168,7 @@ return [
'send' => 'Enviar :type',
'get' => 'Obtener :type',
'add' => 'Agregar :type',
'manage' => 'Manage :type',
],
'form' => [
@ -176,6 +198,9 @@ return [
'bills' => 'Los recibos pueden ser de una vez o recurrentes. Indican lo que debe a sus proveedores por los productos o servicios que compra.',
'payments' => 'El pago es una transacción de gasto pagado. Puede ser un registro independiente (es decir, recibo de alimento) o adjunto a un recibo.',
'vendors' => 'Los proveedores son necesarios si desea crear recibos. Puede ver el saldo que debe y filtrar los informes por proveedor.',
'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.',
],
];