mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 23:46:35 -04:00
12 lines
404 B
PHP
12 lines
404 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' => '切換',
|
|
];
|