Files
opensourcepos/app/Language/th/Bootstrap_tables.php
2023-04-27 21:53:31 -04:00

12 lines
565 B
PHP

<?php
return [
'tables_all' => 'ทั้งหมด',
'tables_columns' => 'คอลัมน์',
'tables_hide_show_pagination' => 'ซ่อน/แสดง รายการหน้า',
'tables_loading' => 'กำลังดำเนินการ รอสักครู่',
'tables_page_from_to' => 'แสดง {0} ถึง {1} จาก {2} รายการ',
'tables_refresh' => 'Refresh ข้อมูล',
'tables_rows_per_page' => '{0} รายการ/หน้า',
'tables_toggle' => 'ซ่อน/แสดง',
];