akaunting/resources/lang/zh-CN/pagination.php
2022-06-04 00:26:44 +00:00

10 lines
216 B
PHP

<?php
return [
'previous' => '上一个',
'next' => '下一个',
'showing' => ':first:latest of :total records.',
'page' => '每页',
];