updated translations
This commit is contained in:
@@ -8,7 +8,7 @@ return [
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: No tienes permisos para cambiar esta empresa!',
|
||||
'delete_active' => 'Error: No se puede eliminar la empresa activa. Por favor, cambie a otra primero!',
|
||||
'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!',
|
||||
'disable_active' => 'Error: No se puede deshabilitar la empresa activa. Por favor, cambie a otra primero!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
|
||||
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
|
||||
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
|
||||
'not_user_dashboard' => 'Error: No tiene permiso para cambiar este panel!',
|
||||
'delete_last' => 'Error: No se puede eliminar el último tablero. ¡Por favor, crea uno nuevo primero!',
|
||||
'disable_last' => 'Error: No se puede desactivar el último tablero. ¡Por favor, crea uno nuevo primero!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -3,32 +3,32 @@
|
||||
return [
|
||||
|
||||
'accounts' => [
|
||||
'cash' => 'Cash',
|
||||
'cash' => 'Efectivo',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Deposit',
|
||||
'sales' => 'Sales',
|
||||
'deposit' => 'Depósito',
|
||||
'sales' => 'Ventas',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'US Dollar',
|
||||
'usd' => 'Dólar EEUU',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'British Pound',
|
||||
'try' => 'Turkish Lira',
|
||||
'gbp' => 'Libra esterlina',
|
||||
'try' => 'Libra turca',
|
||||
],
|
||||
|
||||
'offline_payments' => [
|
||||
'cash' => 'Cash',
|
||||
'bank' => 'Bank Transfer',
|
||||
'cash' => 'Efectivo',
|
||||
'bank' => 'Transferencia Bancaria',
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Monthly income summary by category.',
|
||||
'expense' => 'Monthly expense summary by category.',
|
||||
'income_expense' => 'Monthly income vs expense by category.',
|
||||
'tax' => 'Quarterly tax summary.',
|
||||
'profit_loss' => 'Quarterly profit & loss by category.',
|
||||
'income' => 'Resumen mensual de ingresos por categoría.',
|
||||
'expense' => 'Resumen mensual de gastos por categoría.',
|
||||
'income_expense' => 'Ingresos mensuales vs gastos por categoría.',
|
||||
'tax' => 'Resumen trimestral de impuestos.',
|
||||
'profit_loss' => 'Ganancias y pérdidas trimestrales por categoría.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -3,21 +3,21 @@
|
||||
return [
|
||||
|
||||
'title' => [
|
||||
'403' => 'Oops! Forbidden Access',
|
||||
'404' => 'Oops! Page not found',
|
||||
'500' => 'Oops! Something went wrong',
|
||||
'403' => '¡Ups! Acceso prohibido',
|
||||
'404' => '¡Ups! Página no encontrada',
|
||||
'500' => '¡Ups! Algo fue mal',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'403' => '403 Forbidden',
|
||||
'404' => '404 Not Found',
|
||||
'500' => '500 Internal Server Error',
|
||||
'403' => '403 Prohibido',
|
||||
'404' => '404 Página no encontrada',
|
||||
'500' => '500 Error interno del servidor',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => 'You can not access this page.',
|
||||
'404' => 'We could not find the page you were looking for.',
|
||||
'500' => 'We will work on fixing that right away.',
|
||||
'403' => 'No puede acceder a esta página.',
|
||||
'404' => 'No pudimos encontrar la página que estaba buscando.',
|
||||
'500' => 'Trabajaremos para arreglarlo de inmediato.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -48,8 +48,8 @@ return [
|
||||
'localisations' => 'Localización|Localizaciones',
|
||||
'defaults' => 'Por defecto|Por defecto',
|
||||
'widgets' => 'Widget|Widgets',
|
||||
'templates' => 'Template|Templates',
|
||||
'sales' => 'Sale|Sales',
|
||||
'templates' => 'Plantilla|Plantillas',
|
||||
'sales' => 'Venta|Ventas',
|
||||
'purchases' => 'Compra|Compras',
|
||||
|
||||
'welcome' => 'Te damos la bienvenida',
|
||||
@@ -70,13 +70,13 @@ return [
|
||||
'yearly' => 'Anual',
|
||||
'add' => 'Añadir',
|
||||
'add_new' => 'Agregar Nuevo',
|
||||
'add_income' => 'Add Income',
|
||||
'add_expense' => 'Add Expense',
|
||||
'add_income' => 'Añadir Ingreso',
|
||||
'add_expense' => 'Añadir Gasto',
|
||||
'show' => 'Mostrar',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Borrar',
|
||||
'send' => 'Enviar',
|
||||
'share' => 'Share',
|
||||
'share' => 'Compartir',
|
||||
'download' => 'Descargar',
|
||||
'delete_confirm' => 'Confirma el borrado de :name :type?',
|
||||
'name' => 'Nombre',
|
||||
@@ -137,27 +137,27 @@ return [
|
||||
'difference' => 'Diferencia',
|
||||
'footer' => 'Pie de página',
|
||||
'start_date' => 'Fecha de Inicio',
|
||||
'end_date' => 'End Date',
|
||||
'end_date' => 'Fecha de fin',
|
||||
'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',
|
||||
'sort' => 'Ordenar',
|
||||
'width' => 'Ancho',
|
||||
'month' => 'Mes',
|
||||
'year' => 'Año',
|
||||
'type_item_name' => 'Escriba un nombre de artículo',
|
||||
'no_data' => 'Sin datos',
|
||||
'no_matching_data' => 'No hay datos coincidentes',
|
||||
'clear_cache' => 'Limpiar caché',
|
||||
'go_to_dashboard' => 'Ir al panel de control',
|
||||
|
||||
'card' => [
|
||||
'name' => 'Name on Card',
|
||||
'number' => 'Card Number',
|
||||
'expiration_date' => 'Expiration Date',
|
||||
'cvv' => 'Card CVV',
|
||||
'name' => 'Nombre del titular',
|
||||
'number' => 'Número de tarjeta',
|
||||
'expiration_date' => 'Fecha de caducidad',
|
||||
'cvv' => 'CVV de tarjeta',
|
||||
],
|
||||
|
||||
'title' => [
|
||||
@@ -168,7 +168,7 @@ return [
|
||||
'send' => 'Enviar :type',
|
||||
'get' => 'Obtener :type',
|
||||
'add' => 'Agregar :type',
|
||||
'manage' => 'Manage :type',
|
||||
'manage' => 'Cambiar :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@@ -198,9 +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.',
|
||||
'transfers' => 'Las transferencias te permiten transferir dinero de una cuenta a otra, tanto si utilizan la misma moneda como si no.',
|
||||
'taxes' => 'Los impuestos se utilizan para aplicar cargos adicionales a facturas y recibos. Sus finanzas se ven afectadas por estos impuestos regulatorios.',
|
||||
'reconciliations' => 'La conciliación bancaria es un proceso realizado para asegurar que los registros bancarios de su empresa también sean correctos.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -12,9 +12,9 @@ return [
|
||||
'search' => 'Buscar',
|
||||
'install' => 'Instalar',
|
||||
'buy_now' => 'Comprar ahora',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Haga clic aquí</a> para obtener su clave API.',
|
||||
'no_apps' => 'No hay aplicaciones en esta categoría, aún.',
|
||||
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
||||
'become_developer' => '¿Eres un desarrollador? <a href="https://akaunting.com/developers" target="_blank">Aquí</a> puedes aprender cómo crear una aplicación y empezar a vender hoy!',
|
||||
'recommended_apps' => 'Aplicaciones recomendadas',
|
||||
|
||||
'about' => 'Acerca de',
|
||||
|
||||
@@ -2,22 +2,22 @@
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Income',
|
||||
'receivables' => 'Receivables',
|
||||
'open_invoices' => 'Open Invoices',
|
||||
'overdue_invoices' => 'Overdue Invoices',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'payables' => 'Payables',
|
||||
'open_bills' => 'Open Bills',
|
||||
'overdue_bills' => 'Overdue Bills',
|
||||
'total_profit' => 'Total Profit',
|
||||
'open_profit' => 'Open Profit',
|
||||
'overdue_profit' => 'Overdue Profit',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'No Profit Loss',
|
||||
'income_by_category' => 'Income By Category',
|
||||
'expenses_by_category' => 'Expenses By Category',
|
||||
'account_balance' => 'Account Balance',
|
||||
'latest_income' => 'Latest Income',
|
||||
'latest_expenses' => 'Latest Expenses',
|
||||
'total_income' => 'Total Ingresos',
|
||||
'receivables' => 'Cuentas por cobrar',
|
||||
'open_invoices' => 'Facturas Pendientes',
|
||||
'overdue_invoices' => 'Facturas Vencidas',
|
||||
'total_expenses' => 'Total de Gastos',
|
||||
'payables' => 'Cuentas por pagar',
|
||||
'open_bills' => 'Recibos Pendientes',
|
||||
'overdue_bills' => 'Recibos Vencidos',
|
||||
'total_profit' => 'Beneficio Total',
|
||||
'open_profit' => 'Beneficio Pendiente',
|
||||
'overdue_profit' => 'Beneficio Vencido',
|
||||
'cash_flow' => 'Flujo de Efectivo',
|
||||
'no_profit_loss' => 'No hay pérdidas ganancias',
|
||||
'income_by_category' => 'Ingresos por Categoría',
|
||||
'expenses_by_category' => 'Gastos por Categoría',
|
||||
'account_balance' => 'Saldo de la cuenta',
|
||||
'latest_income' => 'Últimos ingresos',
|
||||
'latest_expenses' => 'Últimos gastos',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user