ur-PK
This commit is contained in:
24
resources/lang/ur-PK/dashboard.php
Normal file
24
resources/lang/ur-PK/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