Files
opensourcepos/app/Language/zh-Hans/Bootstrap_tables.php
objecttothis ed2c975ad5 Translated using Weblate (Chinese (Simplified))
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/
2026-04-07 20:47:37 +02:00

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