Skip to content

Commit

Permalink
Merge pull request #632 from dongm2ez/master
Browse files Browse the repository at this point in the history
feat: Add Simplified Chinese
  • Loading branch information
eullercdr authored Sep 11, 2019
2 parents 1bd3935 + f6c2d70 commit e5d2a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/lang/zh_CN/criteria.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
return [
'fields_not_accepted' => '字段 :field 不支持搜索功能'
];
5 changes: 5 additions & 0 deletions src/resources/lang/zh_CN/packages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
return [
'prettus_laravel_validation_required' => "需要其它组件。请安装:'composer require prettus/laravel-validation'",
'league_fractal_required' => "需要其它组件。请安装:'composer require league/fractal' (0.12.*)"
];

0 comments on commit e5d2a65

Please sign in to comment.