mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 15:36:13 -04:00
12 lines
419 B
PHP
12 lines
419 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' => '切换',
|
|
];
|