mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 11:48:39 -04:00
13 lines
634 B
PHP
13 lines
634 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => 'ទាំងអស់',
|
|
'columns' => 'ជួរឈរ',
|
|
'hide_show_pagination' => 'លាក់/បង្ហាញ ទំព័រ',
|
|
'loading' => 'កំពុងរៀបចំ, សូមរងចាំ...',
|
|
'page_from_to' => "បង្ហាញពី {0} ដល់\u{200b} {1} នៃ\u{200b} {2} ជួរដេក",
|
|
'refresh' => 'ធ្វើអោយថ្មី',
|
|
'rows_per_page' => '{0} ជួរដេក ក្នុងមួយទំព័រ',
|
|
'toggle' => 'បិទបើក',
|
|
];
|