mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 06:17:55 -05:00
* 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
13 lines
462 B
PHP
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" => "切换",
|
|
];
|