new crowdin translations

This commit is contained in:
Crowdin Bot
2023-04-25 00:19:38 +00:00
parent 3400f006af
commit 51b3fa67b6
83 changed files with 1240 additions and 374 deletions

View File

@ -2,23 +2,33 @@
return [
'currencies' => 'Valuta\'s',
'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',
'profit_loss' => 'Winst & Verlies',
'expenses_by_category' => 'Uitgaves per categorie',
'account_balance' => 'Rekeningsaldo',
'latest_income' => 'Laatste inkomsten',
'latest_expenses' => 'Laatste uitgaven',
'bank_feeds' => 'Bankrekeningen Koppelen',
'currencies' => 'Valuta\'s',
'view_report' => 'Bekijk Rapport',
'total_unpaid_invoices' => 'Totaal onbetaalde facturen',
'total_unpaid_bills' => 'Totaal onbetaalde rekeningen',
'description' => [
'receivables' => 'Bedrag dat je nog moet ontvangen van je klanten',
'payables' => 'Bedrag dat je nog moet betalen aan je leveranciers',
'cash_flow' => 'Contant geld dat uw bedrijf binnenkomt en verlaat',
'profit_loss' => 'Inkomsten en uitgaven met inbegrip van onbetaalde facturen en rekeningen',
'expenses_by_category' => 'Top uitgaven in verschillende categorieën',
'account_balance' => 'Huidig saldo van uw bankrekeningen',
'bank_feeds' => 'Importeer uw transacties automatisch naar Akaunting door uw bankrekeningen te koppelen',
],
'periods' => [
'overdue_1_30' => '1-30 dagen over tijd',
'overdue_30_60' => '30-60 dagen over tijd',
'overdue_60_90' => '60-90 dagen over tijd',
'overdue_90_un' => '> 90 dagen over tijd',
],
];