Files
opensourcepos/app/Language/zh-Hant/Bootstrap_tables.php
2023-04-27 21:53:31 -04:00

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' => '切換',
];