mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
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",
|
||
];
|