akaunting/resources/lang/zh-TW/pagination.php
2020-06-29 17:11:50 +03:00

11 lines
227 B
PHP

<?php
return [
'previous' => '上一頁',
'next' => '下一頁',
'showing' => ':first-:last 的 :total 數據紀錄。',
'page' => '每頁。',
];