init commit

This commit is contained in:
2026-03-17 09:56:00 +08:00
commit e2c8ae752d
6827 changed files with 1211784 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
return [
'Id' => 'ID',
'Pid' => '父级',
'Name' => '分类名称',
'Weigh' => '排序',
'Status' => '状态',
'Status 0' => '隐藏',
'Set status to 0'=> '设为隐藏',
'Status 1' => '显示',
'Set status to 1'=> '设为显示',
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
];