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

19 lines
654 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'quantities' => 'Количество | Количества',
'sales_price' => 'Продажна цена',
'purchase_price' => 'Покупна цена',
'sku' => 'SKU',
'notification' => [
'message' => [
'reminder' => 'Вие получавате този имейл, защото са останали само :quantity от :name.',
'out_of_stock' => 'Вие получавате този имейл, защото :name е на изчерпване.',
],
'button' => 'Покажи сега',
],
];