akaunting/resources/lang/zh-CN/pagination.php
2020-02-17 15:10:32 +03:00

11 lines
217 B
PHP

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