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