mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
508 B
PHP
12 lines
508 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' => 'Toggle',
|
|
];
|