19 lines
533 B
PHP
19 lines
533 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'quantities' => 'Sasia | Sasitë',
|
|
'sales_price' => 'Çmimi i Shitjes',
|
|
'purchase_price' => 'Çmimi i Blerjes',
|
|
'sku' => 'SKU',
|
|
|
|
'notification' => [
|
|
'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.',
|
|
],
|
|
'button' => 'Shiko Tani',
|
|
],
|
|
|
|
];
|