16 lines
393 B
PHP
16 lines
393 B
PHP
<?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',
|
||
],
|
||
|
||
];
|