Skip to content

Commit 6288b85

Browse files
committed
Add ru trans
1 parent 4ecf828 commit 6288b85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/lang/ru/errors.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)