2018-03-06 17:05:58 +03:00

16 lines
392 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'quantities' => 'Quantité|Quantités',
'sales_price' => 'Prix de vente',
'purchase_price' => 'Prix d\'achat',
'sku' => 'Référence (SKU)',
'notification' => [
'message' => 'Vous recevez cet e-mail car :name est en rupture de stock.',
'button' => 'Voir Maintenant',
],
];