Chinese language

Added chinese language provided by Yang.l
This commit is contained in:
Manish Verma
2018-08-09 17:57:21 +05:30
parent 895dbae4e0
commit 92941a374e
4 changed files with 1868 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/*
|--------------------------------------
| 中文语言包
|--------------------------------------
*/
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];