sk-SK translation
This commit is contained in:
24
resources/lang/sk-SK/dashboard.php
Normal file
24
resources/lang/sk-SK/dashboard.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Celkové príjmy',
|
||||
'receivables' => 'Pohľadávky',
|
||||
'open_invoices' => 'Nezaplatené faktúry',
|
||||
'overdue_invoices' => 'Faktúry po splatnosti',
|
||||
'total_expenses' => 'Celkové výdavky',
|
||||
'payables' => 'Záväzky',
|
||||
'open_bills' => 'Otvorené transakcie',
|
||||
'overdue_bills' => 'Faktúry po splatnosti',
|
||||
'total_profit' => 'Celkový zisk',
|
||||
'open_profit' => 'Otorené príjmy',
|
||||
'overdue_profit' => 'Príjmy po splatnosti',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'Žiadna strata',
|
||||
'incomes_by_category' => 'Príjmy podľa kategórie',
|
||||
'expenses_by_category' => 'Výdaje podle kategorie',
|
||||
'account_balance' => 'Bilancia účtu',
|
||||
'latest_incomes' => 'Posledný príjem',
|
||||
'latest_expenses' => 'Posledný výdaj',
|
||||
|
||||
];
|
Reference in New Issue
Block a user