You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
300 B
10 lines
300 B
1 year ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'searching_for_delivery_man'=>'Kurye aranıyor',
|
||
|
'accepted_by_delivery_man'=>'Kurye tarafından kabul edildi',
|
||
|
'preparing_in_restaurants'=>'Restoranda Hazırlanıyor',
|
||
|
'picked_up'=>'Alındı',
|
||
|
'dashboard_order_statistics'=>'Ana Sayfa Sipariş İstatistikleri',
|
||
|
];
|