mk-MK translation
This commit is contained in:
24
resources/lang/mk-MK/dashboard.php
Normal file
24
resources/lang/mk-MK/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Вкупно приходи',
|
||||
'receivables' => 'Побарувања',
|
||||
'open_invoices' => 'Отворени фактури',
|
||||
'overdue_invoices' => 'Доспеани фактури',
|
||||
'total_expenses' => 'Вкупно трошоци',
|
||||
'payables' => 'Обврски',
|
||||
'open_bills' => 'Отворени сметки',
|
||||
'overdue_bills' => 'Доспеани сметки',
|
||||
'total_profit' => 'Вкупно профит',
|
||||
'open_profit' => 'Отворен профит',
|
||||
'overdue_profit' => 'Доспеан профит',
|
||||
'cash_flow' => 'Тек на готовина',
|
||||
'no_profit_loss' => 'Без загуба на профит',
|
||||
'incomes_by_category' => 'Приход по Категорија',
|
||||
'expenses_by_category' => 'Трошоци по Категорија',
|
||||
'account_balance' => 'Состјба на сметка',
|
||||
'latest_incomes' => 'Последни приходи',
|
||||
'latest_expenses' => 'Последни трошоци',
|
||||
|
||||
];
|
Reference in New Issue
Block a user