Files
opensourcepos/app/Language/zh-Hans/Bootstrap_tables.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

13 lines
462 B
PHP

<?php
return [
"all" => "所有",
"columns" => "",
"hide_show_pagination" => "隐藏/显示分页",
"loading" => "正在努力地加载数据中,请稍候……",
"page_from_to" => "显示第 {0} 到第 {1} 条记录,总共 {2} 条记录",
"refresh" => "刷新",
"rows_per_page" => "每页显示 {0} 条记录",
"toggle" => "切换",
];