mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 08:45:42 -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/zh_Hans/
13 lines
371 B
PHP
13 lines
371 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "所有",
|
|
'columns' => "列",
|
|
'hide_show_pagination' => "隐藏/显示分页",
|
|
'loading' => "正在努力地加载数据中,请稍候",
|
|
'page_from_to' => "显示第 {0} 到第 {1} 条记录,总共 {2} 条记录",
|
|
'refresh' => "刷新",
|
|
'rows_per_page' => "每页显示 {0} 条记录",
|
|
'toggle' => "切换",
|
|
];
|