You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.8 KiB
79 lines
1.8 KiB
<?php
|
|
return [
|
|
'hello' => '欢迎使用CLTPHP',
|
|
'adminInfo' => '个人信息',
|
|
'logout' =>'注销',
|
|
'editpwd' =>'修改密码',
|
|
'home' =>'浏览网站',
|
|
'clearCache' =>'清除缓存',
|
|
|
|
'pleaseEnter' =>'请输入',
|
|
'systemInfo' =>'系统信息',
|
|
'system' =>'系统',
|
|
'systemSet' =>'系统设置',
|
|
'websiteName' =>'网站名称',
|
|
'WebsiteUrl' =>'网站地址',
|
|
'seoTitle' =>'SEO标题',
|
|
'seoKeyword' =>'SEO关键字',
|
|
'description' =>'SEO描述',
|
|
'recordNum' =>'备案号',
|
|
'companyAddress' =>'公司地址',
|
|
|
|
'admin'=>'管理员',
|
|
'module'=>'模型',
|
|
|
|
'user'=>'会员',
|
|
'nickname'=>'昵称',
|
|
'man'=>'男',
|
|
'woman'=>'女',
|
|
|
|
'message'=>'留言',
|
|
'link'=>'链接',
|
|
'ad'=>'广告',
|
|
|
|
'back'=>'返回',
|
|
'submit'=>'提交',
|
|
'reset'=>'重置',
|
|
'open'=>'开启',
|
|
'enabled'=>'已开启',
|
|
'close'=>'关闭',
|
|
'disabled'=>'已禁用',
|
|
'yes'=>'是',
|
|
'no'=>'否',
|
|
'edit'=>'编辑',
|
|
'del'=>'删除',
|
|
'add'=>'添加',
|
|
'list'=>'列表',
|
|
'field'=>'字段',
|
|
'search'=>'搜索',
|
|
'debris'=>'碎片',
|
|
'hit'=>'点击',
|
|
|
|
'name'=>'名称',
|
|
'table'=>'表名',
|
|
'detail'=>'详述',
|
|
'username'=>'用户名',
|
|
'userGroup'=>'用户组',
|
|
|
|
'pwd'=>'密码',
|
|
'email'=>'邮箱账号',
|
|
'tel'=>'联系电话',
|
|
'sex'=>'性别',
|
|
'qq'=>'QQ',
|
|
'status'=>'状态',
|
|
'ip'=>'IP地址',
|
|
'action'=>'操作',
|
|
'icon'=>'图标',
|
|
'order'=>'排序',
|
|
'id'=>'编号',
|
|
'address'=>'地址',
|
|
'content'=>'内容',
|
|
'time'=>'时间',
|
|
'title'=>'标题',
|
|
|
|
|
|
'Super administrator cannot be deleted'=>'超级管理员不可删除!',
|
|
'Are you sure you want to delete it'=>'你确定要删除吗?'
|
|
|
|
|
|
];
|