items.php
393 Bytes
<?php
return [
'quantities' => 'Adet|Adetler',
'sales_price' => 'Satış Fiyatı',
'purchase_price' => 'Alış Fiyatı',
'sku' => 'Ürün Kodu',
'notification' => [
'message' => ':name ürünün stoğu tükendiği için bu iletiyi almaktasınız.',
'button' => 'Şimdi Görüntüle',
],
];