2018-11-08 12:11:42 +03:00

19 lines
552 B
PHP

<?php
return [
'quantities' => 'Cantitate | Cantităţi',
'sales_price' => 'Pret de vanzare',
'purchase_price' => 'Cost de achizitie',
'sku' => 'Unitate de stoc',
'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' => 'Vezi acum',
],
];