更新语言包和安装SQL文件

pull/282155/MERGE
Karson 2017-05-09 00:12:39 +08:00
parent 6426023c71
commit bb3360e81e
7 changed files with 52 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,6 +34,7 @@ return [
'No' => '否',
'Normal' => '正常',
'Hidden' => '隐藏',
'Locked' => '锁定',
'Submit' => '提交',
'Reset' => '重置',
'Execute' => '执行',

View File

@ -0,0 +1,8 @@
<?php
return [
'Diyname' => '自定义别名',
'Keywords' => '关键字',
'Description' => '描述',
'keywords' => '关键字',
];

View File

@ -0,0 +1,10 @@
<?php
return [
'Title' => '任务标题',
'Maximums' => '最多执行',
'Sleep' => '延迟秒数',
'Schedule' => '执行周期',
'Executes' => '执行次数',
'Execute time' => '执行时间',
];

View File

@ -0,0 +1,9 @@
<?php
return [
'Url' => '链接',
'Userame' => '用户名',
'Createtime' => '操作时间',
'Admin log' => '操作日志',
'Leave password blank if dont want to change' => '不修改密码请留空',
];

View File

@ -1,16 +1,16 @@
<?php
return [
'id' => 'ID',
'category_id' => '分类ID',
'title' => '标题',
'keywords' => '关键字',
'flag' => '标志',
'image' => '头像',
'content' => '内容',
'icon' => '图标',
'views' => '点击',
'comments' => '评论',
'weigh' => '权重',
'status' => '状态'
'id' => 'ID',
'category_id' => '分类ID',
'title' => '标题',
'keywords' => '关键字',
'flag' => '标志',
'image' => '头像',
'content' => '内容',
'icon' => '图标',
'views' => '点击',
'comments' => '评论',
'weigh' => '权重',
'status' => '状态'
];

View File

@ -1,15 +1,15 @@
<?php
return [
'id' => 'ID',
'oldversion' => '旧版本号',
'newversion' => '新版本号',
'packagesize' => '包大小',
'content' => '升级内容',
'downloadurl' => '下载地址',
'enforce' => '强制更新',
'createtime' => '创建时间',
'updatetime' => '更新时间',
'weigh' => '权重',
'status' => '状态'
'id' => 'ID',
'oldversion' => '旧版本号',
'newversion' => '新版本号',
'packagesize' => '包大小',
'content' => '升级内容',
'downloadurl' => '下载地址',
'enforce' => '强制更新',
'createtime' => '创建时间',
'updatetime' => '更新时间',
'weigh' => '权重',
'status' => '状态'
];