zh-cn.php 12 KB

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