Ver código fonte

更新语言包和安装SQL文件

Karson 8 anos atrás
pai
commit
bb3360e81e

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
application/admin/command/Install/fastadmin.sql


+ 1 - 0
application/admin/lang/zh-cn.php

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

+ 8 - 0
application/admin/lang/zh-cn/category.php

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

+ 10 - 0
application/admin/lang/zh-cn/general/crontab.php

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

+ 9 - 0
application/admin/lang/zh-cn/general/profile.php

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

+ 12 - 12
application/admin/lang/zh-cn/page.php

@@ -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'      => '状态'
 ];

+ 11 - 11
application/admin/lang/zh-cn/version.php

@@ -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'      => '状态'
 ];