19 lines
534 B
PHP
19 lines
534 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'quantities' => 'Kvantitet | Kvantiteter',
|
|
'sales_price' => 'Försäljningspris',
|
|
'purchase_price' => 'Inköpspris',
|
|
'sku' => 'Artikelnummer',
|
|
|
|
'notification' => [
|
|
'message' => [
|
|
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
|
'out_of_stock' => 'Du får detta mail eftersom :name snart är slut på lagret.',
|
|
],
|
|
'button' => 'Visa nu',
|
|
],
|
|
|
|
];
|