mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
581 B
PHP
12 lines
581 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'ទាំងអស់',
|
|
'tables_columns' => 'ជួរឈរ',
|
|
'tables_hide_show_pagination' => 'លាក់/បង្ហាញ ទំព័រ',
|
|
'tables_loading' => 'កំពុងរៀបចំ, សូមរងចាំ...',
|
|
'tables_page_from_to' => 'បង្ហាញពី {0} ដល់ {1} នៃ {2} ជួរដេក',
|
|
'tables_refresh' => 'ធ្វើអោយថ្មី',
|
|
'tables_rows_per_page' => '{0} ជួរដេក ក្នុងមួយទំព័រ',
|
|
'tables_toggle' => 'បិទបើក',
|
|
];
|