]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/pagination.php
Merge branch 'footer-links' of git://github.com/james-geiger/BookStack into james...
[bookstack] / resources / lang / zh_CN / pagination.php
1 <?php
2 /**
3  * Pagination Language Lines
4  * The following language lines are used by the paginator library to build
5  * the simple pagination links.
6  */
7 return [
8
9     'previous' => '&laquo; 上一页',
10     'next'     => '下一页 &raquo;',
11
12 ];