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

19 lines
583 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' => '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' => 'Погледни сега',
],
];