32 lines
1.0 KiB
PHP
32 lines
1.0 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Home Language Lines
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| The following language lines are used in home page.
|
||
|
|
||
*/
|
||
'home' => 'Ana Sayfa',
|
||
'welcome_message' => 'Hoş geldin :name,',
|
||
'total_sell' => 'Toplam Satış',
|
||
'total_purchase' => 'Toplam Satınalma',
|
||
'invoice_due' => 'Ödenmemiş Fatura',
|
||
'purchase_due' => 'Ödenmemiş Satınalma',
|
||
'today' => 'Bugün',
|
||
'this_week' => 'Bu Hafta',
|
||
'this_month' => 'Bu Ay',
|
||
'this_fy' => 'Bu Mali Yıl',
|
||
'sells_last_30_days' => 'Son 30 Günlük Satış',
|
||
'sells_current_fy' => 'Mali Yıl Satışı',
|
||
'total_sells' => 'Toplam Satış (:currency)',
|
||
'product_stock_alert' => 'Ürün Stok Uyarısı',
|
||
'payment_dues' => 'Ödenmemiş Ödemeler',
|
||
'due_amount' => 'Ödenmemiş Tutar',
|
||
'stock_expiry_alert' => 'Stok Son Kullanma Tarihi Uyarısı',
|
||
'todays_profit' => 'Bugünün karı',
|
||
];
|