mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'all_time' => 'Tüm Zamanlar',
|
||
'apply' => 'Uygula',
|
||
'cancel' => 'İptal Et',
|
||
'custom' => 'Özel',
|
||
'from' => 'Şundan',
|
||
'last_30' => 'Son 30 Gün',
|
||
'last_7' => 'Son 7 Gün',
|
||
'last_financial_year' => 'Son Mali Yıl',
|
||
'last_month' => 'Geçen Ay',
|
||
'last_year' => 'Geçen Yıl',
|
||
'same_month_last_year' => 'Geçen Yıl Aynı Ay',
|
||
'same_month_to_same_day_last_year' => 'Geçen Yıl Aynı Aydan Aynı Güne',
|
||
'this_financial_year' => 'Cari Mali Yıl',
|
||
'this_month' => 'Bu Ay',
|
||
'this_year' => 'Bu Yıl',
|
||
'to' => 'Şuna',
|
||
'today' => 'Bugün',
|
||
'today_last_year' => 'Geçen Yıl Bugün',
|
||
'weekstart' => '0',
|
||
'yesterday' => 'Dün',
|
||
];
|