new crowdin translations

This commit is contained in:
Crowdin Bot
2022-07-28 00:27:52 +00:00
parent 3fdf216eaa
commit 5ab0ad7643
18 changed files with 222 additions and 112 deletions

View File

@@ -2,27 +2,42 @@
return [
'years' => 'Año|Años',
'this_year' => 'Este año',
'previous_year' => 'Año Anterior',
'this_quarter' => 'Este trimestre',
'previous_quarter' => 'Trimestre anterior',
'last_12_months' => 'Últimos 12 meses',
'profit_loss' => 'Resultados',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Gastos totales',
'net' => 'Neto',
'income_expense' => 'Ingresos y Gastos',
'income_summary' => 'Resumen de ingresos',
'expense_summary' => 'Resumen de gastos',
'income_expense_summary' => 'Ingresos vs Gastos',
'tax_summary' => 'Resumen de impuestos',
'years' => 'Año|Años',
'preferences' => 'Preferencia|Preferencias',
'this_year' => 'Este año',
'previous_year' => 'Año Anterior',
'this_quarter' => 'Este trimestre',
'previous_quarter' => 'Trimestre anterior',
'last_12_months' => 'Últimos 12 meses',
'profit_loss' => 'Resultados',
'income_summary' => 'Resumen de ingresos',
'expense_summary' => 'Resumen de gastos',
'income_expense_summary' => 'Ingresos vs Gastos',
'tax_summary' => 'Resumen de impuestos',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Gastos totales',
'net' => 'Neto',
'income_expense' => 'Ingresos y Gastos',
'pin' => 'Anclar tu informe',
'charts' => [
'line' => 'Línea',
'bar' => 'Barra',
'pie' => 'Torta',
'income_expense_description' => 'Descripción de los informes de ingresos y gastos',
'accounting_description' => 'Descripción de los informes contables',
'form_description' => [
'general' => 'Aquí puede introducir la información general del informe como nombre, tipo, descripción, etc.',
'preferences' => 'Las preferencias le ayudan a personalizar sus informes. '
],
'charts' => [
'line' => 'Línea',
'bar' => 'Barra',
'pie' => 'Torta',
],
'pin_text' => [
'unpin_report' => 'Desanclar tu informe',
'pin_report' => 'Anclar tu informe',
]
];