No Description
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.

cn.php 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?php
  2. // 核心中文语言包
  3. return [
  4. // 系统错误提示
  5. 'Undefined variable' => '未定义变量,错误的标签变量名',
  6. 'Undefined index' => '未定义数组索引,错误的标签变量名',
  7. 'Undefined offset' => '未定义数组下标,PHP内部数据错误',
  8. 'Parse error' => '语法解析错误',
  9. 'Type error' => '类型错误',
  10. 'Fatal error' => '致命错误',
  11. 'syntax error' => '语法错误',
  12. // 框架核心错误提示
  13. 'dispatch type not support' => '不支持的调度类型',
  14. 'method param miss' => '方法参数错误',
  15. 'method not exists' => '方法不存在',
  16. 'module not exists' => '模块不存在',
  17. 'controller not exists' => '控制器不存在',
  18. 'class not exists' => '类不存在',
  19. 'property not exists' => '类的属性不存在',
  20. 'template not exists' => '模板文件不存在',
  21. 'illegal controller name' => '非法的控制器名称',
  22. 'illegal action name' => '非法的操作名称',
  23. 'url suffix deny' => '禁止的URL后缀访问',
  24. 'Route Not Found' => '当前访问路由未定义',
  25. 'Undefined db type' => '未定义数据库类型',
  26. 'variable type error' => '变量类型错误',
  27. 'PSR-4 error' => 'PSR-4 规范错误',
  28. 'not support total' => '简洁模式下不能获取数据总数',
  29. 'not support last' => '简洁模式下不能获取最后一页',
  30. 'error session handler' => '错误的SESSION处理器类',
  31. 'not allow php tag' => '报错提示:模板不允许使用原生PHP语法<?php 代码 ?>,请改为易优php标签,比如:{eyou:php} 代码 {/eyou:php}',
  32. 'not support' => '不支持',
  33. 'redisd master' => 'Redisd 主服务器错误',
  34. 'redisd slave' => 'Redisd 从服务器错误',
  35. 'must run at sae' => '必须在SAE运行',
  36. 'memcache init error' => '未开通Memcache服务,请在SAE管理平台初始化Memcache服务',
  37. 'KVDB init error' => '没有初始化KVDB,请在SAE管理平台初始化KVDB服务',
  38. 'fields not exists' => '数据表字段不存在',
  39. 'where express error' => '查询表达式错误',
  40. 'not support data' => '不支持的数据表达式',
  41. 'no data to update' => '没有任何数据需要更新',
  42. 'miss data to insert' => '缺少需要写入的数据',
  43. 'miss complex primary data' => '缺少复合主键数据',
  44. 'miss update condition' => '缺少更新条件',
  45. 'model data Not Found' => '模型数据不存在',
  46. 'table data not Found' => '表数据不存在',
  47. 'delete without condition' => '没有条件不会执行删除操作',
  48. 'miss relation data' => '缺少关联表数据',
  49. 'tag attr must' => '模板标签属性必须',
  50. 'tag error' => '模板标签错误',
  51. 'cache write error' => '缓存写入失败',
  52. 'sae mc write error' => 'SAE mc 写入错误',
  53. 'route name not exists' => '路由标识不存在(或参数不够)',
  54. 'invalid request' => '非法请求',
  55. 'bind attr has exists' => '模型的属性已经存在',
  56. 'relation data not exists' => '关联数据不存在',
  57. 'relation not support' => '关联不支持',
  58. 'chunk not support order' => 'Chunk不支持调用order方法',
  59. 'closure not support cache(true)' => '使用闭包查询不支持cache(true),请指定缓存Key',
  60. // 上传错误信息
  61. 'unknown upload error' => '未知上传错误!',
  62. 'file write error' => '文件写入失败!',
  63. 'upload temp dir not found' => '找不到临时文件夹!',
  64. 'no file to uploaded' => '没有文件被上传!',
  65. 'only the portion of file is uploaded' => '文件只有部分被上传!',
  66. 'upload File size exceeds the maximum value' => '上传文件大小超过了最大值!',
  67. 'upload write error' => '文件上传保存错误!',
  68. 'has the same filename: {:filename}' => '存在同名文件:{:filename}',
  69. 'upload illegal files' => '非法上传文件',
  70. 'illegal image files' => '非法图片文件',
  71. 'extensions to upload is not allowed' => '上传文件后缀不允许',
  72. 'mimetype to upload is not allowed' => '上传文件MIME类型不允许!',
  73. 'filesize not match' => '上传文件大小不符!',
  74. 'directory {:path} creation failed' => '目录 {:path} 创建失败!',
  75. // Validate Error Message
  76. ':attribute require' => ':attribute不能为空',
  77. ':attribute must be numeric' => ':attribute必须是数字',
  78. ':attribute must be integer' => ':attribute必须是整数',
  79. ':attribute must be float' => ':attribute必须是浮点数',
  80. ':attribute must be bool' => ':attribute必须是布尔值',
  81. ':attribute not a valid email address' => ':attribute格式不符',
  82. ':attribute not a valid mobile' => ':attribute格式不符',
  83. ':attribute must be a array' => ':attribute必须是数组',
  84. ':attribute must be yes,on or 1' => ':attribute必须是yes、on或者1',
  85. ':attribute not a valid datetime' => ':attribute不是一个有效的日期或时间格式',
  86. ':attribute not a valid file' => ':attribute不是有效的上传文件',
  87. ':attribute not a valid image' => ':attribute不是有效的图像文件',
  88. ':attribute must be alpha' => ':attribute只能是字母',
  89. ':attribute must be alpha-numeric' => ':attribute只能是字母和数字',
  90. ':attribute must be alpha-numeric, dash, underscore' => ':attribute只能是字母、数字和下划线_及破折号-',
  91. ':attribute not a valid domain or ip' => ':attribute不是有效的域名或者IP',
  92. ':attribute must be chinese' => ':attribute只能是汉字',
  93. ':attribute must be chinese or alpha' => ':attribute只能是汉字、字母',
  94. ':attribute must be chinese,alpha-numeric' => ':attribute只能是汉字、字母和数字',
  95. ':attribute must be chinese,alpha-numeric,underscore, dash' => ':attribute只能是汉字、字母、数字和下划线_及破折号-',
  96. ':attribute not a valid url' => ':attribute不是有效的URL地址',
  97. ':attribute not a valid ip' => ':attribute不是有效的IP地址',
  98. ':attribute must be dateFormat of :rule' => ':attribute必须使用日期格式 :rule',
  99. ':attribute must be in :rule' => ':attribute必须在 :rule 范围内',
  100. ':attribute be notin :rule' => ':attribute不能在 :rule 范围内',
  101. ':attribute must between :1 - :2' => ':attribute只能在 :1 - :2 之间',
  102. ':attribute not between :1 - :2' => ':attribute不能在 :1 - :2 之间',
  103. 'size of :attribute must be :rule' => ':attribute长度不符合要求 :rule',
  104. 'max size of :attribute must be :rule' => ':attribute长度不能超过 :rule',
  105. 'min size of :attribute must be :rule' => ':attribute长度不能小于 :rule',
  106. ':attribute cannot be less than :rule' => ':attribute日期不能小于 :rule',
  107. ':attribute cannot exceed :rule' => ':attribute日期不能超过 :rule',
  108. ':attribute not within :rule' => '不在有效期内 :rule',
  109. 'access IP is not allowed' => '不允许的IP访问',
  110. 'access IP denied' => '禁止的IP访问',
  111. ':attribute out of accord with :2' => ':attribute和确认字段:2不一致',
  112. ':attribute cannot be same with :2' => ':attribute和比较字段:2不能相同',
  113. ':attribute must greater than or equal :rule' => ':attribute必须大于等于 :rule',
  114. ':attribute must greater than :rule' => ':attribute必须大于 :rule',
  115. ':attribute must less than or equal :rule' => ':attribute必须小于等于 :rule',
  116. ':attribute must less than :rule' => ':attribute必须小于 :rule',
  117. ':attribute must equal :rule' => ':attribute必须等于 :rule',
  118. ':attribute has exists' => ':attribute已存在',
  119. ':attribute not conform to the rules' => ':attribute不符合指定规则',
  120. 'invalid Request method' => '无效的请求类型',
  121. 'invalid token' => '令牌数据无效',
  122. 'not conform to the rules' => '规则错误',
  123. ];