mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
565 B
PHP
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' => 'ซ่อน/แสดง',
|
|
];
|