多站点CMS

pull/41/head
devlike 2018-02-08 11:14:31 +08:00
parent 812bbb55c2
commit 977551a7c5
5 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<?php
return [
'Site_id' => '所属站点',
'Channel_id' => '栏目',
'Title' => '标题',
'Subtitle' => '摘要',
'Content' => '内容',
'Cover' => '封面主图',
'Status' => '状态',
'Type' => '文章类型',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Comment_status' => '评论开启状态',
'Diyname' => '自定义URL',
'Lang' => '多国语言版本',
'Weigh' => '权重',
'Views' => '查看数',
'Restore' => '恢复',
'Destroy' => '销毁',
'Recyclebin' => '回收站',
'Restore all' =>'全部恢复',
'Empty recyclebin' =>'清空回收站',
'Select channel' => '选择栏目',
'Please select channel' => '请选择栏目',
'Other' => '相关信息',
'New' => '待审核',
'Open' => '开放',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'Site_id' => '所属站点',
'Pid' => '父ID',
'Type' => '栏目类型',
'Model' => '栏目模型',
'Name' => '栏目名称',
'Flag' => '标识',
'Image' => '图片',
'Keywords' => '关键字',
'Description' => '描述',
'Diyname' => '自定义名称',
'Template' => '模板',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Weigh' => '权重',
'Status' => '状态',
'Items' => '文档数量',
'List' => '列表',
'Channel' => '栏目',
'Redirect' => '链接',
];

View File

@ -0,0 +1,50 @@
<?php
return [
'Name' => '模型',
'Title' => '模型名称',
'Extra' => '模型参数',
'Status' => '启用状态',
'Add field' => '添加字段',
'Edit field'=>'编辑字段',
'FieldSet' => '字段设置',
'Field' => '字段',
'FieldName' => '字段名称',
'Type' => '字段类型',
'Length' => '字段长度',
'Display' => '显示方式',
'Vars' => '预置选项',
'Float' => '小数位数',
'Min'=>'最少选择',
'Max'=>'最多选择',
'Value' => '默认值',
'Tip' => '提示信息',
'Success' => '正确信息',
'Error' => '错误信息',
'Rule' => '检验规则',
'Extend' => '扩展信息',
//显示方式
'String' => '字符',
'Text' => '文本',
'Richtext' => '编辑器',
'Number' => '数字',
'Datetime'=> '日期时间',
'Image' => '图片',
'Images' => '图片(多)',
'File' => '文件',
'Files' => '文件(多)',
'Select' => '列表',
'Selects' => '列表(多选)',
'Checkbox'=> '复选',
'Radio' => '单选',
'Required' => '必选',
'Can not be digital' => '不能是数字',
'Field already exist' => '字段已经存在',
'Please enter a value between %d and %d characters long' => '请填写%d到%d个字符',
];

View File

@ -0,0 +1,21 @@
<?php
return [
'Id' => 'ID',
'Title' => '标题',
'Keywords' => '关键字',
'Description' => '描述',
'Content' => '内容',
'Flag' => '标志',
'Image' => '头像',
'Diyname' => '自定义名称',
'Icon' => '图标',
'Views' => '点击',
'Comments' => '评论',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Weigh' => '权重',
'Status' => '状态',
'Site_id' => '所属站点',
'Lang' => '多国语言版本',
];

View File

@ -0,0 +1,22 @@
<?php
return [
'User_id' => '关联用户',
'name' => '站点名称',
'Domain' => '二级域名',
'Url' => '网址',
'Lang' => '多语言',
'Status' => '状态',
'Createtime' => '创建时间',
'Modules' => '模块',
'Title' => '网站标题 (Title)',
'Keywords' => '网站关键字 (Keywords)',
'Description' => '网站描述 (Description)',
'Please enter a valid domain' => '请填写有效的域名',
'Domain already exist' => '域名已经存在',
'Please enter a valid URL' => '请填写有效的网址',
'Url already exist' => '该网址已经绑定了',
];