|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/lang/tr/ |
Upload File : |
<?php
return [
/*
|--------------------------------------------------------------------------
| Stock Adjustment Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Stock Adjustment CRUD operations.
|
*/
'stock_adjustment' => 'Stok Ayarı',
'stock_adjustments' => 'Stok Ayarları',
'list' => 'Stok Ayarlarını Listele',
'add' => 'Stok Ayarı Ekle',
'all_stock_adjustments' => 'Tüm Stok Ayarları',
'search_product' => 'Stok ayarı için ürün ara',
'adjustment_type' => 'Ayar tipi',
'normal' => 'Normal',
'abnormal' => 'Anormal',
'total_amount' => 'Toplam Tutar',
'total_amount_recovered' => 'Geri kazanılan toplam miktar',
'reason_for_stock_adjustment' => 'Neden',
'stock_adjustment_added_successfully' => 'Stok ayarı başarıyla eklendi',
'search_products' => 'Ürün ara',
'delete_success' => 'Stok ayarı başarıyla silindi',
'view_details' => 'Stok ayarı ayrıntılarını gör',
];