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

10 lines
226 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
2020-06-29 17:11:50 +03:00
'previous' => '上一頁',
'next' => '下一頁',
'showing' => ':first-:last 的 :total 數據紀錄。',
'page' => '每頁。',
2017-10-02 10:26:10 +03:00
];