updated translations

This commit is contained in:
Denis Duliçi
2020-06-04 14:09:57 +03:00
parent fd5d1398f1
commit 83359e84bd
64 changed files with 530 additions and 402 deletions

View File

@ -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' => 'Totale inkomsten',
'receivables' => 'Debiteuren',
'open_invoices' => 'Openstaande facturen',
'overdue_invoices' => 'Vervallen facturen',
'total_expenses' => 'Totale uitgaven',
'payables' => 'Schulden',
'open_bills' => 'Openstaande rekeningen',
'overdue_bills' => 'Achterstallige rekeningen',
'total_profit' => 'Totale winst',
'open_profit' => 'Openstaande winst',
'overdue_profit' => 'Achterstallige winst',
'cash_flow' => 'Geldstroom',
'no_profit_loss' => 'Geen winstderving',
'income_by_category' => 'Inkomsten per categorie',
'expenses_by_category' => 'Uitgaves per categorie',
'account_balance' => 'Rekeningsaldo',
'latest_income' => 'Laatste inkomsten',
'latest_expenses' => 'Laatste uitgaven',
];