初始化
This commit is contained in:
22
addons/webman/lang/zh-CN/grid.php
Normal file
22
addons/webman/lang/zh-CN/grid.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
return [
|
||||
'list' => '列表',
|
||||
'add'=>'添加',
|
||||
'edit' => '编辑',
|
||||
'detail' => '详情',
|
||||
'delete' => '删除',
|
||||
'sort' => '排序',
|
||||
'action' => '操作',
|
||||
'confim_delete' => '确认删除?',
|
||||
'confim_restore' => '确认恢复?',
|
||||
'restore' => '恢复数据',
|
||||
'update_success' => '更新成功',
|
||||
'delete_success' => '删除成功',
|
||||
'restore_success' => '恢复成功',
|
||||
'delete_error' => '删除失败',
|
||||
'sort_success' => '排序成功',
|
||||
'user_info' => '用户信息',
|
||||
'pagination'=>[
|
||||
'total' => '共 {total} 条',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user