akaunting/resources/lang/th-TH/pagination.php

10 lines
239 B
PHP
Raw Normal View History

2018-05-14 10:01:48 +03:00
<?php
return [
'previous' => '&laquo; ก่อนหน้า',
'next' => 'ถัดไป &raquo;',
'showing' => 'แสดง :first ถึง :last จาก :total :type',
];