zh-cn.php 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
  8. // +----------------------------------------------------------------------
  9. // | Author: CRMEB Team <admin@crmeb.com>
  10. // +----------------------------------------------------------------------
  11. use crmeb\utils\ApiErrorCode;
  12. return [
  13. 'SUCCESS' => '操作成功',
  14. 'Successful operation' => '操作成功',
  15. 'ERROR' => '操作失败',
  16. 'Landing overdue' => '登陆过期',
  17. 'Modified success' => '修改成功',
  18. 'Modification failed' => '修改失败',
  19. 'You do not have permission to access for the time being' => '您暂无权限访问',
  20. 'Interface is not authorized, you cannot access' => '接口未授权,您无法访问',
  21. 'Failed to get administrator ID' => '管理员id获取失败',
  22. 'Token is invalid, please login' => 'token失效,请登录',
  23. 'Please login' => '请登录',
  24. 'The login status is incorrect. Please login again.' => '登录状态有误,请重新登录',
  25. //订单错误提示语言
  26. 'Data does not exist!' => '数据不存在',
  27. 'Write off successfully' => '核销成功',
  28. 'Write off failure' => '核销失败',
  29. 'Order written off' => '订单已核销',
  30. 'Write off order does not exist' => '核销订单不存在',
  31. 'Lack of write-off code' => '缺少核销码',
  32. 'Missing order ID' => '缺少订单id',
  33. 'Please enter the total price' => '请输入商品总价',
  34. 'Please enter the actual payment amount' => '请输入实际支付金额',
  35. 'Failed to write off the group order' => '拼团订单暂未成功无法核销',
  36. 'Parent classification error' => '父级分类错误',
  37. 'There are attachments under the category. Please delete them first' => '分类下面有附件,请先删除附件',
  38. //上传配置错误提示语言
  39. 'Please configure accessKey and secretKey' => '请设置上传配置的accessKey和secretKey',
  40. 'Upload failure' => '上传失败',
  41. 'Upload file does not exist' => '上传文件不存在',
  42. 'COS bucket cannot be null' => '腾讯云bucket不能为空',
  43. 'COS allowPrefix cannot be null' => '腾讯云允许前缀不能为空',
  44. 'durationSeconds must be a int type' => 'durationSeconds必须是int类型',
  45. 'get cam failed' => '获取cam失败',
  46. 'Failed to generate upload directory, please check the permission!' => '生成上传目录失败,请检查权限!',
  47. //易联云
  48. 'request was aborted' => '请求已中止',
  49. 'Accesstoken has expired' => '访问窗口已过期',
  50. //云信短信
  51. 'Mobile number cannot be empty' => '手机号码不能为空',
  52. 'Account does not exist' => '帐户不存在',
  53. 'Access token does not exist' => '访问令牌不存在',
  54. 'Missing template number' => '缺少模板号',
  55. //订阅消息&模板消息
  56. 'Template number does not exist' => '模板号不存在',
  57. 'Template ID does not exist' => '模板ID不存在',
  58. 'Openid does not exist' => 'Openid不存在',
  59. 'Upload filesize error' => '上传文件大小超出系统设置,请从新选择',
  60. 'Upload fileExt error' => '上传文件后缀不允许,请从新选择',
  61. 'Upload fileMime error' => '上传文件类型不允许,请从新选择',
  62. ApiErrorCode::ERR_SAVE_TOKEN[1] => '保存token失败'
  63. ];