zh-cn.php 1017 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return array
  3. (
  4. 'error page' => '无法打开页面',
  5. 'request tainting' => 'request_tainting',
  6. 'project not exists' => '项目"{0}"不存在',
  7. 'app not exists' => '应用"{0}"不存在',
  8. 'route not exists' => '路由"{0}"不存在',
  9. 'dom not exists' => 'dom"{0}"不存在',
  10. 'file not exists' => '文件"{0}"不存在',
  11. 'class not exists' => '对象"{0}"不存在',
  12. 'path not exists' => '目录"{0}"不存在',
  13. 'method not exists' => '{0}中的方法{1}不存在',
  14. # api
  15. 'api not exists' => 'api"{0}"不存在',
  16. 'api key not exists' => 'api中的配置{0}不存在',
  17. 'api param not exists' => 'api参数不存在',
  18. 'api signature not exists' => 'signature校验错误',
  19. 'api signature not repeat' => '请不要重复提交',
  20. # 数据库
  21. 'database not exists' => '数据库{0}不存在',
  22. 'database config not exists' => '数据库配置{0}不存在',
  23. 'database error' => '参数{0}为空,或者不匹配该规则:{1}',
  24. 'database maxlen' => '[{0}]的长度不能超过{1}位字符',
  25. );