1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- return array
- (
-
-
- 'core_database_exists' => '数据库{0}不存在',
-
- 'core_database_request' => '参数{0}为空,或者不匹配该规则:{1}',
-
- 'dom_exists' => 'dom"{0}"不存在',
-
- 'file_exists' => '文件"{0}"不存在',
-
- 'path_exists' => '目录"{0}"不存在',
-
- 'path_exists_array' => '目录"{0}"不存在',
-
- 'method_exists' => '{0}中的方法{1}不存在',
-
- 'api_exists' => 'api"{0}"不存在',
-
- 'api_key_exists' => 'api中的配置{0}不存在',
-
- 'api_param_exists' => '参数{0}不存在',
-
- 'api_signature_exists' => 'signature校验错误',
-
- 'error_page' => '无法打开页面',
-
- 'request_tainting' => 'request_tainting',
-
- 'project_exists' => '项目"{0}"不存在',
-
- 'project_already_exists' => '项目"{0}"已存在',
-
-
- );
|