ultimatepos/lang/tr/stock_adjustment.php

31 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
];