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

10 lines
226 B
PHP

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