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

10 lines
200 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
'previous' => '&laquo; 上一頁',
'next' => '下一頁 &raquo;',
'showing' => '顯示 :first 至 :last 的 :total :type',
];