19 lines
533 B
PHP
Raw Normal View History

2017-10-09 14:56:08 +03:00
<?php
return [
'quantities' => 'Sasia | Sasitë',
'sales_price' => 'Çmimi i Shitjes',
'purchase_price' => 'Çmimi i Blerjes',
'sku' => 'SKU',
2017-12-18 18:13:02 +03:00
'notification' => [
2018-11-08 12:11:42 +03:00
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
2017-12-18 18:13:02 +03:00
'button' => 'Shiko Tani',
],
2017-10-09 14:56:08 +03:00
];