31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?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',
|
||
];
|