更新语言包和安装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' => '否', 'No' => '否',
'Normal' => '正常', 'Normal' => '正常',
'Hidden' => '隐藏', 'Hidden' => '隐藏',
'Locked' => '锁定',
'Submit' => '提交', 'Submit' => '提交',
'Reset' => '重置', 'Reset' => '重置',
'Execute' => '执行', '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' => '不修改密码请留空',
];