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

10 lines
216 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
2020-02-17 15:10:32 +03:00
'previous' => '上一个',
'next' => '下一个',
'showing' => ':first:latest of :total records.',
'page' => '每页',
2018-09-12 16:18:47 +03:00
];