You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.6 KiB
75 lines
2.6 KiB
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'User_id' => '会员ID',
|
|
'Shopname' => '店铺名称',
|
|
'Keywords' => '店铺关键字',
|
|
'Description' => '店铺描述',
|
|
'Service_ids' => '店铺服务',
|
|
'Avatar' => '店铺头像',
|
|
'State' => '店铺类型',
|
|
'Level' => '店铺等级',
|
|
'Bio' => '店铺简介',
|
|
'City' => '店铺所在地',
|
|
'Like' => '收藏/喜欢',
|
|
'Weigh' => '权重',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Upload' => '上传中',
|
|
'Click to edit' => '替换店铺头像',
|
|
// 类目管理
|
|
'Image' => '图片',
|
|
'Audio' => '音频',
|
|
'Video' => '视频',
|
|
'Text' => '文档',
|
|
'Application' => '应用',
|
|
'Zip' => '压缩包',
|
|
'All' => '全部',
|
|
'Import' => '导入',
|
|
'Click to search %s' => '点击搜索 %s',
|
|
'Toggle menu visible' => '点击切换菜单显示',
|
|
'Toggle sub menu' => '点击切换子菜单显示',
|
|
'Click to search %s' => '点击搜索 %s',
|
|
'Click to toggle' => '点击切换',
|
|
'Del' => '删除',
|
|
'Drag to sort' => '拖动进行排序',
|
|
'Set to normal' => '正常',
|
|
'Set to hidden' => '隐藏',
|
|
'Isnav' => '是否显示',
|
|
'Status' => '状态',
|
|
// 图片空间
|
|
'Url' => '物理路径',
|
|
'Imagewidth' => '宽度',
|
|
'Imageheight' => '高度',
|
|
'Imagetype' => '图片类型',
|
|
'Imageframes' => '图片帧数',
|
|
'Preview' => '预览',
|
|
'Filesize' => '文件大小',
|
|
'Mimetype' => 'Mime类型',
|
|
'Extparam' => '透传数据',
|
|
'Createtime' => '创建日期',
|
|
'Uploadtime' => '上传时间',
|
|
'Storage' => '存储引擎',
|
|
'Upload to third' => '上传到第三方',
|
|
'Upload to local' => '上传到本地',
|
|
'Upload from editor' => '从编辑器上传',
|
|
'Are you sure you want to delete the %s selected item?' => '确定删除选中的 %s 项?',
|
|
'Are you sure you want to delete this item?' => '确定删除此项?',
|
|
//页面
|
|
'Shop' => '店铺主页',
|
|
'Token' => '页面ID',
|
|
'Restore' => '还原',
|
|
'Restore all'=> '还原全部',
|
|
'Destroy' => '销毁',
|
|
'Destroy all'=> '清空回收站',
|
|
'Recycle bin'=> '历史页面',
|
|
// 品牌
|
|
'Category.name' => '类目名称',
|
|
'State 0' => '审核中',
|
|
'State 1' => '已审核',
|
|
|
|
|
|
|
|
];
|
|
|