zh-cn.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. return [
  3. 'SUCCESS' => '操作成功',
  4. 'Successful operation' => '操作成功',
  5. 'ERROR' => '操作失败',
  6. 'Landing overdue' => '登陆过期',
  7. 'Modified success' => '修改成功',
  8. 'Modification failed' => '修改失败',
  9. 'You do not have permission to access for the time being' => '您暂无权限访问',
  10. 'Interface is not authorized, you cannot access' => '接口未授权,您无法访问',
  11. 'Failed to get administrator ID' => '管理员id获取失败',
  12. 'Token is invalid, please login' => 'token失效,请登录',
  13. 'Please login' => '请登录',
  14. 'The login status is incorrect. Please login again.' => '登录状态有误,请重新登录',
  15. //订单错误提示语言
  16. 'Data does not exist!' => '数据不存在',
  17. 'Write off successfully' => '核销成功',
  18. 'Write off failure' => '核销失败',
  19. 'Order written off' => '订单已核销',
  20. 'Write off order does not exist' => '核销订单不存在',
  21. 'Lack of write-off code' => '缺少核销码',
  22. 'Missing order ID' => '缺少订单id',
  23. 'Please enter the total price' => '请输入商品总价',
  24. 'Please enter the actual payment amount' => '请输入实际支付金额',
  25. 'Failed to write off the group order' => '拼团订单暂未成功无法核销',
  26. 'Parent classification error' => '父级分类错误',
  27. 'There are attachments under the category. Please delete them first' => '分类下面有附件,请先删除附件',
  28. //上传配置错误提示语言
  29. 'Please configure accessKey and secretKey'=>'请设置上传配置的accessKey和secretKey',
  30. 'Upload failure'=>'上传失败',
  31. 'Upload file does not exist'=>'上传文件不存在',
  32. 'COS bucket cannot be null'=>'腾讯云bucket不能为空',
  33. 'COS allowPrefix cannot be null'=>'腾讯云允许前缀不能为空',
  34. 'durationSeconds must be a int type'=>'durationSeconds必须是int类型',
  35. 'get cam failed'=>'获取cam失败',
  36. 'Failed to generate upload directory, please check the permission!'=>'生成上传目录失败,请检查权限!',
  37. //易联云
  38. 'request was aborted'=>'请求已中止',
  39. 'Accesstoken has expired'=>'访问窗口已过期',
  40. //云信短信
  41. 'Mobile number cannot be empty'=>'手机号码不能为空',
  42. 'Account does not exist'=>'帐户不存在',
  43. 'Access token does not exist'=>'访问令牌不存在',
  44. 'Missing template number'=>'缺少模板号',
  45. //订阅消息&模板消息
  46. 'Template number does not exist'=>'模板号不存在',
  47. 'Template ID does not exist'=>'模板ID不存在',
  48. 'Openid does not exist'=>'Openid不存在',
  49. ];