'illegal request the api of admin, please use the entry of /api/admin.php'=>'非法请求Admin管理后台接口,请改用/api/admin.php后台API入口',
'illegal request the api of platform, please use the entry of /api/platform.php'=>'非法请求Platform开放平台接口,请改用/api/platform.php开放平台API入口',
'illegal request the api of task, please use the entry of /api/task.php or CLI'=>'非法请求Task计划任务接口,请改用/api/task.php计划任务API入口,或通过CLI方式执行',
'sorry, the current account has been disabled'=>'抱歉,当前账号已被禁用',
'sorry, the current app has reached the maximum number of interface calls today'=>'抱歉,当前应用今日接口调用次数已达到上限',
'upload file type {filetype} error, currently only support: {supporttype}'=>'上传文件类型{fileType}错误,目前只支持:{supportType}',
'too much time span'=>'时间跨度太大',
'app rsa init failure, unable to find app or app RSA public / private key is empty'=>'app rsa 初始失败,无法找到应用或应用RSA公钥/私钥为空',
'aliyun sms service is not configured'=>'阿里云短信服务未配置',
'there is a problem with the time format'=>'时间格式有问题',
'client exception : {msg}'=>'客户端异常 : {msg}',
'server exception : {msg}'=>'服务端异常 : {msg}',
'number of applications created has reached the maximum and no more new applications can be created, please contact the administrator'=>'当前创建的应用已经达到数量上限,无法再创建新应用,请联系管理员',
'application does not exist'=>'应用不存在',
'application has been approved and cannot be modified'=>'应用审核已通过,不能再修改',
'current application does not belong to current developer account'=>'当前应用不属于当前开发者账号',
'developer registration is currently disabled, please contact the administrator'=>'当前已禁止开发者注册,请联系管理员',
'the account is illegal, current account type does not allow developers to register'=>'账号类型非法,当前账号类型不允许开发者注册',
'member registration is currently disabled, please contact the administrator'=>'当前已禁止会员注册,请联系管理员',
'the account is illegal, current account type does not allow member to register'=>'账号类型非法,当前账号类型不允许会员注册',
'the account already exists, and repeated registration is not allowed'=>'账号已存在,不允许重复注册',
'login failed, wrong account or password, or account is disabled'=>'登录失败,账号或密码错误,或账号已被禁用',
'login failed, the current account is not administrator'=>'登录失败,当前账号不是管理员',
'the current account is not a developer account'=>'当前账号不是开发者账号',
'the current account is not administrator'=>'当前账号不是管理员',
'super administrator password cannot be modified'=>'不能修改超级管理员密码',
'insufficient permission, unable to change administrator password'=>'权限不足,不能修改管理员密码',
'member does not exist or has been deleted'=>'会员不存在或已被删除',
'account does not exist or has been deleted'=>'账号不存在或已被删除',
'super administrator account cannot be deleted'=>'超级管理员账号无法删除',
'/api/platform.php entry can only be used to request the api of platform'=>'/api/platform.php开放平台API入口只能调用Platform系列接口',
'/api/admin.php entry can only be used to request the api of admin'=>'/api/admin.php后台API入口只能调用Admin系列接口',
'access_token check fail'=>'access_token校验不通过',
'invalid access_token'=>'access_token无效',
'illegal interface service operation format'=>'接口服务操作格式非法',
'permission rule already exists, cannot be added repeatedly'=>'权限规则已存在,不能重复添加',
'current api entry can only be used to request the api of task'=>'当前API入口只能请求Task计划任务接口',
'Hi {name}, welcome to use PhalApi!'=>'{name}您好,歡迎使用PhalApi!',
'user not exists'=>'用戶不存在',
);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.