mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 13:31:07 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/km/
13 lines
536 B
PHP
13 lines
536 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "ទាំងអស់",
|
|
'columns' => "ជួរឈរ",
|
|
'hide_show_pagination' => "លាក់/បង្ហាញ ទំព័រ",
|
|
'loading' => "កំពុងរៀបចំ, សូមរងចាំ",
|
|
'page_from_to' => "បង្ហាញពី {0} ដល់ {1} នៃ {2} ជួរដេក",
|
|
'refresh' => "ធ្វើអោយថ្មី",
|
|
'rows_per_page' => "{0} ជួរដេក ក្នុងមួយទំព័រ",
|
|
'toggle' => "បិទបើក",
|
|
];
|