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

10 lines
200 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'previous' => '&laquo; 上一页',
'next' => '下一页 &raquo;',
'showing' => '显示 :first 至 :last 的 :total :type',
];