Cachet/resources/lang/zh-CN/pagination.php

29 lines
735 B
PHP
Raw Normal View History

2015-04-18 13:59:37 +01:00
<?php
/*
* This file is part of Cachet.
*
2015-07-06 17:37:01 +01:00
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
2015-04-18 13:59:37 +01:00
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' => '上一个',
'next' => '下一个',
2015-04-18 13:59:37 +01:00
];