ultimatepos/lang/tr/home.php

32 lines
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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ı',
];