This commit is contained in:
denisdulici
2018-01-13 15:08:50 +03:00
parent 43d10fc260
commit 18119c3dd2
26 changed files with 774 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'quantities' => 'Jumlah | Banyaknya',
'sales_price' => 'Harga Jual',
'purchase_price' => 'Harga Beli',
'sku' => 'SKU',
'notification' => [
'message' => 'Anda menerima email ini karena :name kehabisan stok.',
'button' => 'Lihat sekarang',
],
];