16 lines
393 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'quantities' => 'Adet|Adetler',
'sales_price' => 'Satış Fiyatı',
'purchase_price' => 'Alış Fiyatı',
'sku' => 'Ürün Kodu',
2017-11-30 12:17:58 +03:00
'notification' => [
'message' => ':name ürünün stoğu tükendiği için bu iletiyi almaktasınız.',
'button' => 'Şimdi Görüntüle',
],
2017-09-14 22:21:00 +03:00
];