add
This commit is contained in:
38
app/admin/lang/en.php
Normal file
38
app/admin/lang/en.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
return [
|
||||
'Please login first' => 'Please login first',
|
||||
'You have no permission' => 'You have no permission to operate',
|
||||
'Username' => 'Username',
|
||||
'Password' => 'Password',
|
||||
'Nickname' => 'Nickname',
|
||||
'Email' => 'Email',
|
||||
'Mobile' => 'Mobile Number',
|
||||
'Captcha' => 'Captcha',
|
||||
'CaptchaId' => 'Captcha Id',
|
||||
'Please enter the correct verification code' => 'Please enter the correct Captcha!',
|
||||
'Captcha error' => 'Captcha error!',
|
||||
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
|
||||
'Record not found' => 'Record not found',
|
||||
'No rows were added' => 'No rows were added',
|
||||
'No rows were deleted' => 'No rows were deleted',
|
||||
'No rows updated' => 'No rows updated',
|
||||
'Update successful' => 'Update successful!',
|
||||
'Added successfully' => 'Added successfully!',
|
||||
'Deleted successfully' => 'Deleted successfully!',
|
||||
'Parameter error' => 'Parameter error!',
|
||||
'File uploaded successfully' => 'File uploaded successfully',
|
||||
'No files were uploaded' => 'No files were uploaded',
|
||||
'The uploaded file format is not allowed' => 'The uploaded file format is no allowance.',
|
||||
'The uploaded image file is not a valid image' => 'The uploaded image file is not a valid image',
|
||||
'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => 'The uploaded file is too large (%sMiB), maximum file size:%sMiB',
|
||||
'No files have been uploaded or the file size exceeds the upload limit of the server' => 'No files have been uploaded or the file size exceeds the server upload limit.',
|
||||
'Unknown' => 'Unknown',
|
||||
'Account not exist' => 'Account does not exist',
|
||||
'Account disabled' => 'Account is disabled',
|
||||
'Token login failed' => 'Token login failed',
|
||||
'Username is incorrect' => 'Incorrect username',
|
||||
'Please try again after 1 day' => 'The number of login failures exceeds the limit, please try again after 24 hours',
|
||||
'Password is incorrect' => 'Wrong password',
|
||||
'You are not logged in' => 'You are not logged in',
|
||||
'Cache cleaned~' => 'The cache has been cleaned up, please refresh the page.',
|
||||
];
|
||||
9
app/admin/lang/en/ajax.php
Normal file
9
app/admin/lang/en/ajax.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'Failed to switch package manager. Please modify the configuration file manually:%s' => 'Failed to switch package manager, please modify the configuration file manually:%s',
|
||||
'Failed to modify the terminal configuration. Please modify the configuration file manually:%s' => 'Failed to modify the terminal configuration, please modify the configuration file manually:%s',
|
||||
'upload' => 'Upload files',
|
||||
'Change terminal config' => 'Modify terminal configuration',
|
||||
'Clear cache' => 'Clear cache',
|
||||
'Data table does not exist' => 'Data table does not exist',
|
||||
];
|
||||
5
app/admin/lang/en/auth/admin.php
Normal file
5
app/admin/lang/en/auth/admin.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'Group Name Arr' => 'Administrator Grouping ',
|
||||
'Please use another administrator account to disable the current account!' => 'Disable the current account, please use another administrator account!',
|
||||
];
|
||||
6
app/admin/lang/en/auth/group.php
Normal file
6
app/admin/lang/en/auth/group.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Super administrator' => 'Super administrator',
|
||||
'No permission' => 'No permission',
|
||||
'You cannot modify your own management group!' => 'You cannot modify your own management group!',
|
||||
];
|
||||
6
app/admin/lang/en/auth/menu.php
Normal file
6
app/admin/lang/en/auth/menu.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'type' => 'Rule type',
|
||||
'title' => 'Rule title',
|
||||
'name' => 'Rule name',
|
||||
];
|
||||
7
app/admin/lang/en/crud/crud.php
Normal file
7
app/admin/lang/en/crud/crud.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'change-field-name fail not exist' => 'Field %s failed to be renamed because the field does not exist in the data table',
|
||||
'del-field fail not exist' => 'Failed to delete field %s because the field does not exist in the data table',
|
||||
'change-field-attr fail not exist' => 'Description Failed to modify the properties of field %s because the field does not exist in the data table',
|
||||
'add-field fail exist' => 'Failed to add field %s because the field already exists in the data table',
|
||||
];
|
||||
4
app/admin/lang/en/dashboard.php
Normal file
4
app/admin/lang/en/dashboard.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'Remark lang' => "Open source equals mutual assistance, and needs everyone's support. There are many ways to support it, such as using, recommending, writing tutorials, protecting the ecology, contributing code, answering questions, sharing experiences, donation, sponsorship and so on. Welcome to join us!",
|
||||
];
|
||||
9
app/admin/lang/en/index.php
Normal file
9
app/admin/lang/en/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'No background menu, please contact super administrator!' => 'No background menu, please contact the super administrator!',
|
||||
'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.',
|
||||
'Login succeeded!' => 'Login successful!',
|
||||
'Incorrect user name or password!' => 'Incorrect username or password!',
|
||||
'Login' => 'Login',
|
||||
'Logout' => 'Logout',
|
||||
];
|
||||
6
app/admin/lang/en/routine/admininfo.php
Normal file
6
app/admin/lang/en/routine/admininfo.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Please input correct username' => 'Please enter the correct username',
|
||||
'Please input correct password' => 'Please enter the correct password',
|
||||
'Avatar modified successfully!' => 'Profile picture modified successfully!',
|
||||
];
|
||||
5
app/admin/lang/en/routine/attachment.php
Normal file
5
app/admin/lang/en/routine/attachment.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'%d records and files have been deleted' => '%d records and files have been deleted',
|
||||
'remark_text' => 'When the same file is uploaded multiple times, only one copy will be saved to the disk and an attachment record will be added; Deleting an attachment record will automatically delete the corresponding file!',
|
||||
];
|
||||
23
app/admin/lang/en/routine/config.php
Normal file
23
app/admin/lang/en/routine/config.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
return [
|
||||
'Basics' => 'Basic configuration',
|
||||
'Mail' => 'Mail configuration',
|
||||
'Config group' => 'Configure grouping',
|
||||
'Site Name' => 'Site name',
|
||||
'Config Quick entrance' => 'Quick configuration entrance',
|
||||
'Record number' => 'Record Number',
|
||||
'Version number' => 'Version Number',
|
||||
'time zone' => 'Time zone',
|
||||
'No access ip' => 'No access IP',
|
||||
'smtp server' => 'SMTP server',
|
||||
'smtp port' => 'SMTP port',
|
||||
'smtp user' => 'SMTP username',
|
||||
'smtp pass' => 'SMTP password',
|
||||
'smtp verification' => 'SMTP verification mode',
|
||||
'smtp sender mail' => 'SMTP sender mailbox',
|
||||
'Variable name' => 'variable name',
|
||||
'Test mail sent successfully~' => 'Test message sent successfully',
|
||||
'This is a test email' => 'This is a test email',
|
||||
'Congratulations, receiving this email means that your email service has been configured correctly' => "Congratulations, when you receive this email, it means that your mail service is configures correctly. This is the email subject, <b>you can use HtmlL!</b> in the main body.",
|
||||
'Backend entrance rule' => 'The background entry must start with / and contain only numbers and letters.',
|
||||
];
|
||||
7
app/admin/lang/en/security/datarecycle.php
Normal file
7
app/admin/lang/en/security/datarecycle.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => 'Rule Name',
|
||||
'Controller' => 'Controller',
|
||||
'Data Table' => 'Corresponding data table',
|
||||
'Primary Key' => 'Data table primary key',
|
||||
];
|
||||
4
app/admin/lang/en/security/datarecyclelog.php
Normal file
4
app/admin/lang/en/security/datarecyclelog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were restore' => 'No records have been restored',
|
||||
];
|
||||
8
app/admin/lang/en/security/sensitivedata.php
Normal file
8
app/admin/lang/en/security/sensitivedata.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => 'Rule name',
|
||||
'Controller' => 'Controller',
|
||||
'Data Table' => 'Corresponding data table',
|
||||
'Primary Key' => 'Data table primary key',
|
||||
'Data Fields' => 'Sensitive data fields',
|
||||
];
|
||||
4
app/admin/lang/en/security/sensitivedatalog.php
Normal file
4
app/admin/lang/en/security/sensitivedatalog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were rollback' => 'No records have been roll-back',
|
||||
];
|
||||
8
app/admin/lang/en/user/moneylog.php
Normal file
8
app/admin/lang/en/user/moneylog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => 'User',
|
||||
'money' => 'Change amount',
|
||||
'memo' => 'Change Notes',
|
||||
"The user can't find it" => "User does not exist",
|
||||
'Change note cannot be blank' => 'Change Notes cannot be empty',
|
||||
];
|
||||
8
app/admin/lang/en/user/scorelog.php
Normal file
8
app/admin/lang/en/user/scorelog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => 'User',
|
||||
'score' => 'Change points',
|
||||
'memo' => 'Change Notes',
|
||||
"The user can't find it" => 'User does not exist',
|
||||
'Change note cannot be blank' => 'Change notes cannot be empty',
|
||||
];
|
||||
62
app/admin/lang/zh-cn.php
Normal file
62
app/admin/lang/zh-cn.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
return [
|
||||
'Please login first' => '请先登录!',
|
||||
'You have no permission' => '没有权限操作!',
|
||||
'Username' => '用户名',
|
||||
'Password' => '密码',
|
||||
'Nickname' => '昵称',
|
||||
'Email' => '邮箱',
|
||||
'Mobile' => '手机号',
|
||||
'Captcha' => '验证码',
|
||||
'CaptchaId' => '验证码ID',
|
||||
'Please enter the correct verification code' => '请输入正确的验证码!',
|
||||
'Captcha error' => '验证码错误!',
|
||||
'Parameter %s can not be empty' => '参数%s不能为空',
|
||||
'Record not found' => '记录未找到',
|
||||
'No rows were added' => '未添加任何行',
|
||||
'No rows were deleted' => '未删除任何行',
|
||||
'No rows updated' => '未更新任何行',
|
||||
'Update successful' => '更新成功!',
|
||||
'Added successfully' => '添加成功!',
|
||||
'Deleted successfully' => '删除成功!',
|
||||
'Parameter error' => '参数错误!',
|
||||
'Please use the %s field to sort before operating' => '请使用 %s 字段排序后再操作',
|
||||
'File uploaded successfully' => '文件上传成功!',
|
||||
'No files were uploaded' => '没有文件被上传',
|
||||
'The uploaded file format is not allowed' => '上传的文件格式未被允许',
|
||||
'The uploaded image file is not a valid image' => '上传的图片文件不是有效的图像',
|
||||
'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => '上传的文件太大(%sM),最大文件大小:%sM',
|
||||
'No files have been uploaded or the file size exceeds the upload limit of the server' => '没有文件被上传或文件大小超出服务器上传限制!',
|
||||
'Topic format error' => '上传存储子目录格式错误!',
|
||||
'Driver %s not supported' => '不支持的驱动:%s',
|
||||
'Unknown' => '未知',
|
||||
// 权限类语言包-s
|
||||
'Account not exist' => '帐户不存在',
|
||||
'Account disabled' => '帐户已禁用',
|
||||
'Token login failed' => '令牌登录失败',
|
||||
'Username is incorrect' => '用户名不正确',
|
||||
'Please try again after 1 day' => '登录失败次数超限,请在1天后再试',
|
||||
'Password is incorrect' => '密码不正确',
|
||||
'You are not logged in' => '你没有登录',
|
||||
// 权限类语言包-e
|
||||
// 时间格式化-s
|
||||
'%d second%s ago' => '%d秒前',
|
||||
'%d minute%s ago' => '%d分钟前',
|
||||
'%d hour%s ago' => '%d小时前',
|
||||
'%d day%s ago' => '%d天前',
|
||||
'%d week%s ago' => '%d周前',
|
||||
'%d month%s ago' => '%d月前',
|
||||
'%d year%s ago' => '%d年前',
|
||||
'%d second%s after' => '%d秒后',
|
||||
'%d minute%s after' => '%d分钟后',
|
||||
'%d hour%s after' => '%d小时后',
|
||||
'%d day%s after' => '%d天后',
|
||||
'%d week%s after' => '%d周后',
|
||||
'%d month%s after' => '%d月后',
|
||||
'%d year%s after' => '%d年后',
|
||||
// 时间格式化-e
|
||||
'Cache cleaned~' => '缓存已清理,请刷新后台~',
|
||||
'Please delete the child element first, or use batch deletion' => '请首先删除子元素,或使用批量删除!',
|
||||
'Configuration write failed: %s' => '配置写入失败:%s',
|
||||
'Token expiration' => '登录态过期,请重新登录!',
|
||||
];
|
||||
12
app/admin/lang/zh-cn/ajax.php
Normal file
12
app/admin/lang/zh-cn/ajax.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
'Start the database migration' => '开始进行数据库迁移',
|
||||
'Start formatting the web project code' => '开始格式化前端代码(失败无影响,代码编辑器内按需的手动格式化即可)',
|
||||
'Start installing the composer dependencies' => '开始安装服务端依赖',
|
||||
'Start executing the build command of the web project' => '开始执行 web 工程的 build 命令,成功后会自动将构建产物移动至 根目录/public 目录下',
|
||||
'Failed to modify the terminal configuration. Please modify the configuration file manually:%s' => '修改终端配置失败,请手动修改配置文件:%s',
|
||||
'upload' => '上传文件',
|
||||
'Change terminal config' => '修改终端配置',
|
||||
'Clear cache' => '清理缓存',
|
||||
'Data table does not exist' => '数据表不存在~',
|
||||
];
|
||||
6
app/admin/lang/zh-cn/auth/admin.php
Normal file
6
app/admin/lang/zh-cn/auth/admin.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Group Name Arr' => '管理员分组',
|
||||
'Please use another administrator account to disable the current account!' => '请使用另外的管理员账户禁用当前账户!',
|
||||
'You have no permission to add an administrator to this group!' => '您没有权限向此分组添加管理员!',
|
||||
];
|
||||
13
app/admin/lang/zh-cn/auth/group.php
Normal file
13
app/admin/lang/zh-cn/auth/group.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
'name' => '组别名称',
|
||||
'Please select rules' => '请选择权限',
|
||||
'Super administrator' => '超级管理员',
|
||||
'No permission' => '无权限',
|
||||
'You cannot modify your own management group!' => '不能修改自己所在的管理组!',
|
||||
'You need to have all permissions of this group to operate this group~' => '您需要拥有该分组的所有权限才可以操作该分组~',
|
||||
'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => '您需要拥有该分组的所有权限且还有额外权限时,才可以操作该分组~',
|
||||
'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => '角色组拥有您的全部权限,请联系上级管理员添加或无需添加!',
|
||||
'The group permission node exceeds the range that can be allocated' => '分组权限节点超出可分配范围,请刷新重试~',
|
||||
'Remark lang' => '为保障系统安全,角色组本身的上下级关系仅供参考,系统的实际上下级划分是根据`权限多寡`来确定的,两位管理员的权限节点:相同被认为是`同级`、包含且有额外权限才被认为是`上级`,同级不可管理同级,上级可为下级分配自己拥有的权限节点;若有特殊情况管理员需转`上级`,可建立一个虚拟权限节点',
|
||||
];
|
||||
6
app/admin/lang/zh-cn/auth/rule.php
Normal file
6
app/admin/lang/zh-cn/auth/rule.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'type' => '规则类型',
|
||||
'title' => '规则标题',
|
||||
'name' => '规则名称',
|
||||
];
|
||||
11
app/admin/lang/zh-cn/crud/crud.php
Normal file
11
app/admin/lang/zh-cn/crud/crud.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
'Parse field data' => 'CRUD代码生成-解析字段数据',
|
||||
'Log start' => 'CRUD代码生成-从历史记录开始',
|
||||
'Generate check' => 'CRUD代码生成-生成前预检',
|
||||
'change-field-name fail not exist' => '字段 %s 改名失败,数据表内不存在该字段',
|
||||
'del-field fail not exist' => '字段 %s 删除失败,数据表内不存在该字段',
|
||||
'change-field-attr fail not exist' => '修改字段 %s 的属性失败,数据表内不存在该字段',
|
||||
'add-field fail exist' => '添加字段 %s 失败,数据表内已经存在该字段',
|
||||
'Failed to load cloud data' => '加载云端数据失败,请稍后重试!',
|
||||
];
|
||||
4
app/admin/lang/zh-cn/dashboard.php
Normal file
4
app/admin/lang/zh-cn/dashboard.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'Remark lang' => '开源等于互助;开源需要大家一起来支持,支持的方式有很多种,比如使用、推荐、写教程、保护生态、贡献代码、回答问题、分享经验、打赏赞助等;欢迎您加入我们!',
|
||||
];
|
||||
9
app/admin/lang/zh-cn/index.php
Normal file
9
app/admin/lang/zh-cn/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'No background menu, please contact super administrator!' => '无后台菜单,请联系超级管理员!',
|
||||
'You have already logged in. There is no need to log in again~' => '您已经登录过了,无需重复登录~',
|
||||
'Login succeeded!' => '登录成功!',
|
||||
'Incorrect user name or password!' => '用户名或密码不正确!',
|
||||
'Login' => '登录',
|
||||
'Logout' => '注销登录',
|
||||
];
|
||||
29
app/admin/lang/zh-cn/module.php
Normal file
29
app/admin/lang/zh-cn/module.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
return [
|
||||
'Order not found' => '订单找不到啦!',
|
||||
'Module already exists' => '模块已存在!',
|
||||
'package download failed' => '包下载失败!',
|
||||
'package check failed' => '包检查失败!',
|
||||
'No permission to write temporary files' => '没有权限写入临时文件!',
|
||||
'Zip file not found' => '找不到压缩包文件',
|
||||
'Unable to open the zip file' => '无法打开压缩包文件',
|
||||
'Unable to extract ZIP file' => '无法提取ZIP文件',
|
||||
'Unable to package zip file' => '无法打包zip文件',
|
||||
'Basic configuration of the Module is incomplete' => '模块基础配置不完整',
|
||||
'Module package file does not exist' => '模块包文件不存在',
|
||||
'Module file conflicts' => '模块文件存在冲突,请手动处理!',
|
||||
'Configuration file has no write permission' => '配置文件无写入权限',
|
||||
'The current state of the module cannot be set to disabled' => '模块当前状态无法设定为禁用',
|
||||
'The current state of the module cannot be set to enabled' => '模块当前状态无法设定为启用',
|
||||
'Module file updated' => '模块文件有更新',
|
||||
'Please disable the module first' => '请先禁用模块',
|
||||
'Please disable the module before updating' => '更新前请先禁用模块',
|
||||
'The directory required by the module is occupied' => '模块所需目录已被占用',
|
||||
'Install module' => '安装模块',
|
||||
'Unload module' => '卸载模块',
|
||||
'Update module' => '更新模块',
|
||||
'Change module state' => '改变模块状态',
|
||||
'Upload install module' => '上传安装模块',
|
||||
'Please login to the official website account first' => '请先使用BuildAdmin官网账户登录到模块市场~',
|
||||
'composer config %s conflict' => 'composer 配置项 %s 存在冲突',
|
||||
];
|
||||
6
app/admin/lang/zh-cn/routine/admininfo.php
Normal file
6
app/admin/lang/zh-cn/routine/admininfo.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Please input correct username' => '请输入正确的用户名',
|
||||
'Please input correct password' => '请输入正确的密码',
|
||||
'Avatar modified successfully!' => '头像修改成功!',
|
||||
];
|
||||
5
app/admin/lang/zh-cn/routine/attachment.php
Normal file
5
app/admin/lang/zh-cn/routine/attachment.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'Remark lang' => '同一文件被多次上传时,只会保存一份至磁盘和增加一条附件记录;删除附件记录,将自动删除对应文件!',
|
||||
'%d records and files have been deleted' => '删除了%d条记录和文件',
|
||||
];
|
||||
25
app/admin/lang/zh-cn/routine/config.php
Normal file
25
app/admin/lang/zh-cn/routine/config.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
return [
|
||||
'Basics' => '基础配置',
|
||||
'Mail' => '邮件配置',
|
||||
'Config group' => '配置分组',
|
||||
'Site Name' => '站点名称',
|
||||
'Backend entrance' => '自定义后台入口',
|
||||
'Config Quick entrance' => '快捷配置入口',
|
||||
'Record number' => '备案号',
|
||||
'Version number' => '版本号',
|
||||
'time zone' => '时区',
|
||||
'No access ip' => '禁止访问IP',
|
||||
'smtp server' => 'SMTP 服务器',
|
||||
'smtp port' => 'SMTP 端口',
|
||||
'smtp user' => 'SMTP 用户名',
|
||||
'smtp pass' => 'SMTP 密码',
|
||||
'smtp verification' => 'SMTP 验证方式',
|
||||
'smtp sender mail' => 'SMTP 发件人邮箱',
|
||||
'Variable name' => '变量名',
|
||||
'Test mail sent successfully~' => '测试邮件发送成功~',
|
||||
'This is a test email' => '这是一封测试邮件',
|
||||
'Congratulations, receiving this email means that your email service has been configured correctly' => '恭喜您,收到此邮件代表您的邮件服务已配置正确;这是邮件主体 <b>在主体中可以使用Html!</b>',
|
||||
'The current page configuration item was updated successfully' => '当前页配置项更新成功!',
|
||||
'Backend entrance rule' => '后台入口请以 / 开头,且只包含数字和字母。',
|
||||
];
|
||||
8
app/admin/lang/zh-cn/security/datarecycle.php
Normal file
8
app/admin/lang/zh-cn/security/datarecycle.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => '规则名称',
|
||||
'Controller' => '控制器',
|
||||
'Data Table' => '对应数据表',
|
||||
'Primary Key' => '数据表主键',
|
||||
'Remark lang' => '在此定义需要回收的数据,实现数据自动统一回收',
|
||||
];
|
||||
4
app/admin/lang/zh-cn/security/datarecyclelog.php
Normal file
4
app/admin/lang/zh-cn/security/datarecyclelog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were restore' => '没有记录被还原',
|
||||
];
|
||||
9
app/admin/lang/zh-cn/security/sensitivedata.php
Normal file
9
app/admin/lang/zh-cn/security/sensitivedata.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => '规则名称',
|
||||
'Controller' => '控制器',
|
||||
'Data Table' => '对应数据表',
|
||||
'Primary Key' => '数据表主键',
|
||||
'Data Fields' => '敏感数据字段',
|
||||
'Remark lang' => '在此定义需要保护的敏感字段,随后系统将自动监听该字段的修改操作,并提供了敏感字段的修改回滚功能',
|
||||
];
|
||||
4
app/admin/lang/zh-cn/security/sensitivedatalog.php
Normal file
4
app/admin/lang/zh-cn/security/sensitivedatalog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were rollback' => '没有记录被回滚',
|
||||
];
|
||||
8
app/admin/lang/zh-cn/user/moneylog.php
Normal file
8
app/admin/lang/zh-cn/user/moneylog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => '用户',
|
||||
'money' => '变更金额',
|
||||
'memo' => '变更备注',
|
||||
"The user can't find it" => '用户找不到啦',
|
||||
'Change note cannot be blank' => '变更备注不能为空',
|
||||
];
|
||||
8
app/admin/lang/zh-cn/user/scorelog.php
Normal file
8
app/admin/lang/zh-cn/user/scorelog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => '用户',
|
||||
'score' => '变更积分',
|
||||
'memo' => '变更备注',
|
||||
"The user can't find it" => '用户找不到啦',
|
||||
'Change note cannot be blank' => '变更备注不能为空',
|
||||
];
|
||||
Reference in New Issue
Block a user