初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,144 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Keep login' => '保持会话',
|
||||
'Username' => '用户名',
|
||||
'User id' => '会员ID',
|
||||
'Nickname' => '昵称',
|
||||
'Password' => '密码',
|
||||
'Sign up' => '注 册',
|
||||
'Sign in' => '登 录',
|
||||
'Sign out' => '退 出',
|
||||
'Guest' => '游客',
|
||||
'Welcome' => '%s,你好!',
|
||||
'Add' => '添加',
|
||||
'Edit' => '编辑',
|
||||
'Delete' => '删除',
|
||||
'Move' => '移动',
|
||||
'Name' => '名称',
|
||||
'Status' => '状态',
|
||||
'Weigh' => '权重',
|
||||
'Operate' => '操作',
|
||||
'Warning' => '温馨提示',
|
||||
'Default' => '默认',
|
||||
'Article' => '文章',
|
||||
'Page' => '单页',
|
||||
'OK' => '确定',
|
||||
'Cancel' => '取消',
|
||||
'Loading' => '加载中',
|
||||
'More' => '更多',
|
||||
'Normal' => '正常',
|
||||
'Hidden' => '隐藏',
|
||||
'Submit' => '提交',
|
||||
'Reset' => '重置',
|
||||
'Execute' => '执行',
|
||||
'Close' => '关闭',
|
||||
'Search' => '搜索',
|
||||
'Refresh' => '刷新',
|
||||
'First' => '首页',
|
||||
'Previous' => '上一页',
|
||||
'Next' => '下一页',
|
||||
'Last' => '末页',
|
||||
'None' => '无',
|
||||
'Home' => '主页',
|
||||
'Online' => '在线',
|
||||
'Logout' => '退出',
|
||||
'Profile' => '个人资料',
|
||||
'Index' => '首页',
|
||||
'Hot' => '热门',
|
||||
'Recommend' => '推荐',
|
||||
'Dashboard' => '控制台',
|
||||
'Code' => '编号',
|
||||
'Message' => '内容',
|
||||
'Line' => '行号',
|
||||
'File' => '文件',
|
||||
'Menu' => '菜单',
|
||||
'Type' => '类型',
|
||||
'Title' => '标题',
|
||||
'Content' => '内容',
|
||||
'Append' => '追加',
|
||||
'Memo' => '备注',
|
||||
'Parent' => '父级',
|
||||
'Params' => '参数',
|
||||
'Permission' => '权限',
|
||||
'Advance search' => '高级搜索',
|
||||
'Check all' => '选中全部',
|
||||
'Expand all' => '展开全部',
|
||||
'Begin time' => '开始时间',
|
||||
'End time' => '结束时间',
|
||||
'Create time' => '创建时间',
|
||||
'Flag' => '标志',
|
||||
'Please login first' => '请登录后操作',
|
||||
'Uploaded successful' => '上传成功',
|
||||
'You can upload up to %d file%s' => '你最多还可以上传%d个文件',
|
||||
'You can choose up to %d file%s' => '你最多还可以选择%d个文件',
|
||||
'Chunk file write error' => '分片写入失败',
|
||||
'Chunk file info error' => '分片文件错误',
|
||||
'Chunk file merge error' => '分片合并错误',
|
||||
'Chunk file disabled' => '未开启分片上传功能',
|
||||
'Cancel upload' => '取消上传',
|
||||
'Upload canceled' => '上传已取消',
|
||||
'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
|
||||
'Uploaded file format is limited' => '上传文件格式受限制',
|
||||
'Uploaded file is not a valid image' => '上传文件不是有效的图片文件',
|
||||
'Are you sure you want to cancel this upload?' => '确定取消上传?',
|
||||
'Remove file' => '移除文件',
|
||||
'You can only upload a maximum of %s files' => '你最多允许上传 %s 个文件',
|
||||
'You can\'t upload files of this type' => '不允许上传的文件类型',
|
||||
'Server responded with %s code' => '请求失败,请稍后重试',
|
||||
'File is too big (%sMiB), Max filesize: %sMiB' => '当前上传(%sM),最大允许上传文件大小:%sM',
|
||||
'Redirect now' => '立即跳转',
|
||||
'Operation completed' => '成功操作',
|
||||
'Operation failed' => '操作失败',
|
||||
'Unknown data format' => '未知的数据格式',
|
||||
'Network error' => '网络连接断开,请检查网络设置',
|
||||
'Advanced search' => '高级搜索',
|
||||
'Invalid parameters' => '未知参数',
|
||||
'No results were found' => '记录未找到',
|
||||
'Parameter %s can not be empty' => '参数%s不能为空',
|
||||
'You have no permission' => '你没有权限访问',
|
||||
'An unexpected error occurred' => '发生异常,请稍后重试',
|
||||
'This page will be re-directed in %s seconds' => '页面将在 %s 秒后自动跳转',
|
||||
|
||||
|
||||
'pay_wechat'=>'微信支付',
|
||||
'pay_alipay'=>'支付宝支付',
|
||||
'pay_douyinpay'=>'抖音支付',
|
||||
'pay_balance'=>'余额支付',
|
||||
'pay_virtual_pay'=>'虚拟支付',
|
||||
'type.article'=>'文章',
|
||||
'type.physical'=>'实物商品',
|
||||
'type.video'=>'视频',
|
||||
'type.audio'=>'音频',
|
||||
'type.column'=>'专栏',
|
||||
'type.live_gift'=>'直播礼物',
|
||||
'type.form'=>'表单',
|
||||
'type.evaluation'=>'练习',
|
||||
'evaluation'=>'练习',
|
||||
'type.activity'=>'线下活动',
|
||||
'physical'=>'实物商品',
|
||||
'type.test'=>'考试',
|
||||
'activity'=>'线下活动',
|
||||
'form'=>'表单',
|
||||
'vipcard'=>'会员卡',
|
||||
'single'=>'单选题',
|
||||
'judge'=>'判断题',
|
||||
'multiple'=>'多选题',
|
||||
'indefinite'=>'不定项选择题',
|
||||
'fillblank'=>'填空题',
|
||||
'essay'=>'问答题',
|
||||
'exercises'=>'练习',
|
||||
'wxofficialaccount'=>'公众号',
|
||||
'wxminiprogram'=>'小程序',
|
||||
'h5'=>'H5',
|
||||
'gettype.pay' => '付费获取',
|
||||
'gettype.free' => '免费获取',
|
||||
'gettype.password' => '密码兑换',
|
||||
'gettype.exchange' => '兑换码',
|
||||
'gettype.admin' => '管理员',
|
||||
'Sharer_type 0' => '普通分享员',
|
||||
'Sharer_type 1' => '店铺分享员',
|
||||
'test'=>'考试',
|
||||
'live_gift'=>'直播礼物',
|
||||
'Pending Grading'=>'待批阅'
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'waiting'=>'待处理',
|
||||
'refuse'=>'驳回',
|
||||
'success'=>'成功'
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Store_id' => '店铺',
|
||||
'Channels_order_id' => '视频号订单号',
|
||||
'Order_id' => '系统订单号',
|
||||
'Mobile' => '联系电话',
|
||||
'Status' => '状态',
|
||||
'Buyer_remark' => '买家备注',
|
||||
'Merch_remark' => '商家备注',
|
||||
'Live_id' => '直播 ID',
|
||||
'Finder_id' => '视频号id',
|
||||
'Order_scene' => '下单场景',
|
||||
'Sharer_openid' => 'openid',
|
||||
'Sharer_unionid' => 'Unionid',
|
||||
|
||||
'Handling_progress' => '是否已解析',
|
||||
'Handling_progress 1' => '解析完成',
|
||||
'Handling_progress 0' => '解析中',
|
||||
'Update_time' => '更新时间',
|
||||
'Create_time' => '床见时间',
|
||||
'Store.nickname' => '名称',
|
||||
'Member.nickname' => '分享员昵称',
|
||||
'Order.real_price' => '实收金额',
|
||||
'Status 10' => '待付款',
|
||||
'Status 20' => '待发货',
|
||||
'Status 21' => '部分发货',
|
||||
'Status 30' => '待收货',
|
||||
'Status 100' => '完成',
|
||||
'Status 200' => '售后取消',
|
||||
'Status 250' => '订单取消',
|
||||
'Status 300' => '订单取消',
|
||||
'Sharer_type' => '分享员类型',
|
||||
'Sharer_type 0' => '普通分享员',
|
||||
'Sharer_type 1' => '店铺分享员',
|
||||
'Share_scene' => '分享场景',
|
||||
'Share_scene 1' => '直播间',
|
||||
'Share_scene 2' => '橱窗',
|
||||
'Share_scene 3' => '短视频',
|
||||
'Share_scene 4' => '视频号主页',
|
||||
'Share_scene 5' => '商品详情页',
|
||||
'Share_scene 6' => '带商品的公众号文章',
|
||||
'Share_scene 7' => '商品链接',
|
||||
'Share_scene 8' => '商品二维码',
|
||||
'Share_scene 9' => '商品短链',
|
||||
'Share_scene 10' => '分享直播间',
|
||||
'Share_scene 11' => '分享预约直播间',
|
||||
'Share_scene 12' => '视频号橱窗的短链',
|
||||
'Share_scene 13' => '视频号橱窗的二维码',
|
||||
'OrderScene 1'=>'其他',
|
||||
'OrderScene 2'=>'直播间',
|
||||
'OrderScene 3'=>'短视频',
|
||||
'OrderScene 4'=>'商品分享',
|
||||
'OrderScene 5'=>'商品橱窗主页',
|
||||
'OrderScene 6'=>'公众号文章商品卡片'
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Edit Status 0' => '初始值',
|
||||
'Edit Status 1' => '编辑中',
|
||||
'Edit Status 2' => '审核中',
|
||||
'Edit Status 3' => '审核失败',
|
||||
'Edit Status 4' => '审核成功',
|
||||
'Edit Status 7' => '上传中',
|
||||
'Edit Status 8' => '上传失败',
|
||||
|
||||
'Status 0' => '初始值',
|
||||
'Status 5' => '上架',
|
||||
'Status 6' => '回收站',
|
||||
'Status 11' => '自主下架',
|
||||
'Status 13' => '违规下架/风控系统下架',
|
||||
'Status 14' => '保证金不足下架',
|
||||
'Status 15' => '品牌过期下架',
|
||||
'Status 20' => '商品被封禁'
|
||||
];
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Status 1' => '正常',
|
||||
'Status 2' => '禁用'
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Store_id' => '店铺',
|
||||
'Openid' => '分享员openid',
|
||||
'Nickname' => '分享员昵称',
|
||||
'Bind_time' => '绑定时间',
|
||||
'Sharer_type' => '分享员类型',
|
||||
'Unionid' => 'Unionid',
|
||||
'Wechat' => '微信号',
|
||||
'Status' => '状态',
|
||||
'Status 1' => '正常',
|
||||
'Status 2' => '清退',
|
||||
'Status 3' => '解绑',
|
||||
'Status 4' => '待绑定',
|
||||
'Sharer Type 1'=>'店铺分享员',
|
||||
'Sharer Type 0'=>'普通分享员',
|
||||
'Createtime' => '创建时间',
|
||||
'Store.nickname' => '名称'
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Appid' => 'APPID',
|
||||
'Serect' => 'App Serect',
|
||||
'Token' => 'Token',
|
||||
'Pushkey' => '消息密钥',
|
||||
'Url' => '推送地址',
|
||||
'Createtime' => '创建时间'
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'exercises'=>'练习',
|
||||
'evaluation'=>'练习',
|
||||
'single'=>'单选题',
|
||||
'judge'=>'判断题',
|
||||
'multiple'=>'多选题'
|
||||
];
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Status 0' => '未提交',
|
||||
'Status 1' => '已交卷',
|
||||
'Grade Status 0' => '待批阅',
|
||||
'Grade Status 1' => '已批阅',
|
||||
];
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'vipcard'=>'会员卡'
|
||||
];
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'video'=>'视频',
|
||||
'audio'=>'音频',
|
||||
'article'=>'文章',
|
||||
'goods'=>'实物商品',
|
||||
'column'=>'专栏',
|
||||
'live'=>'直播'
|
||||
];
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'course'=>'课程'
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'wait_playback'=>'待生成回放视频',
|
||||
'end'=>'直播已结束,未开启回放',
|
||||
'run_playback'=>'可查看回放',
|
||||
'not_start'=>'暂未开始',
|
||||
'online'=>'直播中',
|
||||
'offline'=>'主播暂时离开',
|
||||
'forbidden'=>'当前直播已关闭',
|
||||
'onlinefaild'=>'当前直播异常'
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'status.close'=>'已关闭',
|
||||
'status.unpaid'=>'待付款',
|
||||
'status.paid'=>'已付款',
|
||||
'status.unreceive'=>'待收货',
|
||||
'status.unsend'=>'待发货',
|
||||
'status.surereceive'=>'确认收货',
|
||||
'status.success'=>'交易成功',
|
||||
'status.cancel'=>'已取消',
|
||||
'status.service'=>'售后中',
|
||||
'status.refund'=>'已退款',
|
||||
];
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'controll.delete'=>'删除',
|
||||
'controll.evaluate'=>'评价',
|
||||
'controll.cancel'=>'取消',
|
||||
'controll.pay'=>'支付',
|
||||
'controll.express'=>'物流记录',
|
||||
'controll.surereceive'=>'确认收货',
|
||||
'controll.service'=>'售后'
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'paytype.balance'=>'余额支付',
|
||||
'paytype.wechat'=>'微信支付',
|
||||
'paytype.alipay'=>'支付宝支付',
|
||||
'paytype.douyinpay'=>'支付宝支付',
|
||||
'paytype.score'=>'积分支付',
|
||||
'paytype.virtual_pay'=>'微信虚拟支付'
|
||||
];
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'User center' => '会员中心',
|
||||
'Register' => '注册',
|
||||
'Login' => '登录',
|
||||
'Sign up successful' => '注册成功',
|
||||
'Username can not be empty' => '用户名不能为空',
|
||||
'Username must be 3 to 30 characters' => '用户名必须3-30个字符',
|
||||
'Username must be 6 to 30 characters' => '用户名必须6-30个字符',
|
||||
'Password can not be empty' => '密码不能为空',
|
||||
'Password must be 6 to 30 characters' => '密码必须6-30个字符',
|
||||
'Mobile is incorrect' => '手机格式不正确',
|
||||
'Username already exist' => '用户名已经存在',
|
||||
'Nickname already exist' => '昵称已经存在',
|
||||
'Email already exist' => '邮箱已经存在',
|
||||
'Mobile already exist' => '手机号已经存在',
|
||||
'Username is incorrect' => '用户名不正确',
|
||||
'Email is incorrect' => '邮箱不正确',
|
||||
'Account is locked' => '账户已经被锁定',
|
||||
'Password is incorrect' => '密码不正确',
|
||||
'Account is incorrect' => '账户不正确',
|
||||
'Account not exist' => '账户不存在',
|
||||
'Account can not be empty' => '账户不能为空',
|
||||
'Username or password is incorrect' => '用户名或密码不正确',
|
||||
'You are not logged in' => '你当前还未登录',
|
||||
'You\'ve logged in, do not login again' => '你已经存在,请不要重复登录',
|
||||
'Profile' => '个人资料',
|
||||
'Verify email' => '邮箱验证',
|
||||
'Change password' => '修改密码',
|
||||
'Captcha is incorrect' => '验证码不正确',
|
||||
'Logged in successful' => '登录成功',
|
||||
'Logout successful' => '退出成功',
|
||||
'Operation failed' => '操作失败',
|
||||
'Invalid parameters' => '参数不正确',
|
||||
'Change password failure' => '修改密码失败',
|
||||
'Change password successful' => '修改密码成功',
|
||||
'Reset password successful' => '重置密码成功',
|
||||
];
|
||||
Reference in New Issue
Block a user