Skip to content

Commit 4ecf828

Browse files
author
Babichev Maxim
authored
Merge pull request #32 from MoeCasts/patch-2
Add zh-CN trans
2 parents 8b3f7a3 + 7b59398 commit 4ecf828

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/lang/zh-CN/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)