We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecf828 commit 6288b85Copy full SHA for 6288b85
resources/lang/ru/errors.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+return [
4
+ 'price_positive' => 'Цена должна быть положительной',
5
+ 'product_stock' => 'Товар отсутствует',
6
+ 'wallet_empty' => 'Кошелёк пуст',
7
+ 'insufficient_funds' => 'Недостаточно средств',
8
+];
0 commit comments