PageRenderTime 50ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/zendframework/zendframework/resources/languages/zh/Zend_Validate.php

https://bitbucket.org/pcelta/zf2
PHP | 279 lines | 177 code | 40 blank | 62 comment | 17 complexity | 52992c173eb7a3605b1d1dac5dae2eda MD5 | raw file
  1. <?php
  2. /**
  3. * Zend Framework
  4. *
  5. * LICENSE
  6. *
  7. * This source file is subject to the new BSD license that is bundled
  8. * with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://framework.zend.com/license/new-bsd
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@zend.com so we can send you a copy immediately.
  14. *
  15. * @category Zend
  16. * @package Zend_Translator
  17. * @subpackage Resource
  18. * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
  19. * @license http://framework.zend.com/license/new-bsd New BSD License
  20. */
  21. /**
  22. * ZH-Revision: 09.Nov.2012
  23. */
  24. return array(
  25. // Zend_I18n_Validator_Alnum
  26. "Invalid type given. String, integer or float expected" => "请输入一个整数或小数",
  27. "The input contains characters which are non alphabetic and no digits" => "输入不能为字母数字以外的字符",
  28. "The input is an empty string" => "输入不能为空",
  29. // Zend_I18n_Validator_Alpha
  30. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  31. "The input contains non alphabetic characters" => "输入不能为字母以外的字符",
  32. "The input is an empty string" => "输入不能为空",
  33. // Zend_I18n_Validator_Float
  34. "Invalid type given. String, integer or float expected" => "请输入与一个整数或小数",
  35. "The input does not appear to be a float" => "输入无效,请输入一个小数",
  36. // Zend_I18n_Validator_Int
  37. "Invalid type given. String or integer expected" => "输入无效,请输入字符或数字",
  38. "The input does not appear to be an integer" => "请输入一个整数",
  39. // Zend_I18n_Validator_PostCode
  40. "Invalid type given. String or integer expected" => "输入无效,请输入一个字符或数字",
  41. "The input does not appear to be a postal code" => "无效的邮政编码格式",
  42. "An exception has been raised while validating the input" => "验证输入时有异常发生",
  43. // Zend_Validator_Barcode
  44. "The input failed checksum validation" => "输入的条码无法通过校验",
  45. "The input contains invalid characters" => "输入的条码包含无效的字符",
  46. "The input should have a length of %length% characters" => "输入的条码长度应为%length%个字符",
  47. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  48. // Zend_Validator_Between
  49. "The input is not between '%min%' and '%max%', inclusively" => "请输入大于等于'%min%'并小于等于'%max%'的值",
  50. "The input is not strictly between '%min%' and '%max%'" => "请输入大于'%min%'并小于'%max%'的值",
  51. // Zend_Validator_Callback
  52. "The input is not valid" => "输入无效",
  53. "An exception has been raised within the callback" => "回调中有异常发生",
  54. // Zend_Validator_CreditCard
  55. "The input seems to contain an invalid checksum" => "输入的卡号格式有误",
  56. "The input must contain only digits" => "卡号应为数字",
  57. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  58. "The input contains an invalid amount of digits" => "输入的卡号长度有误",
  59. "The input is not from an allowed institute" => "输入的卡号没有找到对应的发行机构",
  60. "The input seems to be an invalid creditcard number" => "输入的卡号无法通过校验",
  61. "An exception has been raised while validating the input" => "验证输入时有异常发生",
  62. // Zend_Validator_Csrf
  63. "The form submitted did not originate from the expected site" => "表单提交来源网站未经过许可",
  64. // Zend_Validator_Date
  65. "Invalid type given. String, integer, array or DateTime expected" => "输入无效,请输入字符数字或日期",
  66. "The input does not appear to be a valid date" => "输入的日期格式无效",
  67. "The input does not fit the date format '%format%'" => "请按照日期格式'%format%'输入一个日期",
  68. // Zend_Validator_DateStep
  69. "Invalid type given. String, integer, array or DateTime expected" => "输入无效,请输入字符数字或日期",
  70. "The input does not appear to be a valid date" => "输入的日期格式无效",
  71. "The input is not a valid step" => "The input is not a valid step",
  72. // Zend_Validator_Db_AbstractDb
  73. "No record matching the input was found" => "没有找到匹配输入的记录",
  74. "A record matching the input was found" => "输入已经被占用",
  75. // Zend_Validator_Digits
  76. "The input must contain only digits" => "输入不能为数字以外的字符",
  77. "The input is an empty string" => "输入不能为空",
  78. "Invalid type given. String, integer or float expected" => "输入无效,请输入字符整数或小数",
  79. // Zend_Validator_EmailAddress
  80. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  81. "The input is not a valid email address. Use the basic format local-part@hostname" => "输入邮件地址格式有误,请检查格式是否为local-part@hostname",
  82. "'%hostname%' is not a valid hostname for the email address" => "'%hostname%'不是一个可用的邮件域名",
  83. "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%'域名下没有找到可用的MX或A记录,邮件无法投递",
  84. "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%'域名所在网段无法被路由,邮件地址应位于公共网络",
  85. "'%localPart%' can not be matched against dot-atom format" => "邮件用户名部分'%localPart%'格式无法匹配dot-atom格式",
  86. "'%localPart%' can not be matched against quoted-string format" => "邮件用户名部分'%localPart%'格式无法匹配quoted-string格式",
  87. "'%localPart%' is not a valid local part for the email address" => "'%localPart%'不是一个有效的邮件用户名",
  88. "The input exceeds the allowed length" => "输入超出允许长度",
  89. // Zend_Validator_Explode
  90. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  91. // Zend_Validator_File_Count
  92. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "文件过多,最多允许'%max%'个文件,找到'%count%'个",
  93. "Too few files, minimum '%min%' are expected but '%count%' are given" => "文件过少,至少需要'%min%'个文件,找到'%count%'个",
  94. // Zend_Validator_File_Crc32
  95. "File '%value%' does not match the given crc32 hashes" => "文件'%value%'无法通过CRC32校验",
  96. "A crc32 hash could not be evaluated for the given file" => "文件无法生成CRC32校验码",
  97. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  98. // Zend_Validator_File_ExcludeExtension
  99. "File '%value%' has a false extension" => "文件'%value%'扩展名不允许",
  100. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  101. // Zend_Validator_File_Exists
  102. "File '%value%' does not exist" => "文件'%value%'不存在",
  103. // Zend_Validator_File_Extension
  104. "File '%value%' has a false extension" => "文件'%value%'扩展名不允许",
  105. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  106. // Zend_Validator_File_FilesSize
  107. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "所有文件总大小'%size%'超出,最大允许'%max%'",
  108. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "所有文件总大小'%size%'不足,至少需要'%min%'",
  109. "One or more files can not be read" => "一个或多个文件无法读取",
  110. // Zend_Validator_File_Hash
  111. "File '%value%' does not match the given hashes" => "文件'%value%'无法通过哈希校验",
  112. "A hash could not be evaluated for the given file" => "文件无法生成哈希校验码",
  113. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  114. // Zend_Validator_File_ImageSize
  115. "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "图片'%value%'的宽度'%width%'超出,最大允许'%maxwidth%'",
  116. "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "图片'%value%'的宽度'%width%'不足,至少应为'%minwidth%'",
  117. "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "图片'%value%'的高度'%height%'超出,最大允许'%maxheight%'",
  118. "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "图片'%value%'的高度'%height%'不足,至少应为'%minheight%'",
  119. "The size of image '%value%' could not be detected" => "图片'%value%'的尺寸无法读取",
  120. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  121. // Zend_Validator_File_IsCompressed
  122. "File '%value%' is not compressed, '%type%' detected" => "文件'%value%'没有被压缩,检测到文件的媒体类型为'%type%'",
  123. "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测",
  124. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  125. // Zend_Validator_File_IsImage
  126. "File '%value%' is no image, '%type%' detected" => "文件'%value%'不是图片,检测到文件的媒体类型为'%type%'",
  127. "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测",
  128. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  129. // Zend_Validator_File_Md5
  130. "File '%value%' does not match the given md5 hashes" => "文件'%value%'无法通过MD5校验",
  131. "A md5 hash could not be evaluated for the given file" => "文件无法生成MD5校验码",
  132. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  133. // Zend_Validator_File_MimeType
  134. "File '%value%' has a false mimetype of '%type%'" => "文件'%value%'的媒体类型'%type%'不允许",
  135. "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测",
  136. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  137. // Zend_Validator_File_NotExists
  138. "File '%value%' exists" => "文件'%value%'已经存在",
  139. // Zend_Validator_File_Sha1
  140. "File '%value%' does not match the given sha1 hashes" => "文件'%value%'无法通过SHA1校验",
  141. "A sha1 hash could not be evaluated for the given file" => "文件无法生成SHA1校验码",
  142. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  143. // Zend_Validator_File_Size
  144. "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "文件'%value%'的大小'%size%'超出,最大允许'%max%'",
  145. "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "文件'%value%'的大小'%size%'不足,至少需要'%min%'",
  146. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  147. // Zend_Validator_File_Upload
  148. "File '%value%' exceeds the defined ini size" => "文件'%value%'大小超出系统允许范围",
  149. "File '%value%' exceeds the defined form size" => "文件'%value%'大小超出表单允许范围",
  150. "File '%value%' was only partially uploaded" => "文件'%value%'上传不完整",
  151. "File '%value%' was not uploaded" => "文件'%value%'没有被上传",
  152. "No temporary directory was found for file '%value%'" => "没有找到临时文件夹存放文件'%value%'",
  153. "File '%value%' can't be written" => "文件'%value%'无法被写入",
  154. "A PHP extension returned an error while uploading the file '%value%'" => "文件'%value%'上传时发生了一个PHP扩展错误",
  155. "File '%value%' was illegally uploaded. This could be a possible attack" => "文件'%value%'被非法上传,这可能被判定为一次入侵",
  156. "File '%value%' was not found" => "文件'%value%'不存在",
  157. "Unknown error while uploading file '%value%'" => "文件'%value%'上传时发生了一个未知错误",
  158. // Zend_Validator_File_WordCount
  159. "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "输入的单词过多,最多允许'%max%'个单词,输入了'%count%'个",
  160. "Too less words, minimum '%min%' are expected but '%count%' were counted" => "输入的单词过少,至少需要'%min%'个单词,输入了'%count%'个",
  161. "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在",
  162. // Zend_Validator_GreaterThan
  163. "The input is not greater than '%min%'" => "输入应大于'%min%'",
  164. "The input is not greater or equal than '%min%'" => "输入应大于等于'%min%'",
  165. // Zend_Validator_Hex
  166. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  167. "The input contains non-hexadecimal characters" => "请输入十六进制允许的字符",
  168. // Zend_Validator_Hostname
  169. "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "输入的DNS域名在解析中无法用给定的punycode正确解码",
  170. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  171. "The input appears to be a DNS hostname but contains a dash in an invalid position" => "输入的DNS域名中连接符位置不符合规定",
  172. "The input does not match the expected structure for a DNS hostname" => "输入的DNS域名结构组成有误",
  173. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "输入的DNS域名的顶级域名'%tld%'无法被解析",
  174. "The input does not appear to be a valid local network name" => "输入域名不是一个本地域名",
  175. "The input does not appear to be a valid URI hostname" => "域名格式有误",
  176. "The input appears to be an IP address, but IP addresses are not allowed" => "不允许输入IP地址作为域名",
  177. "The input appears to be a local network name but local network names are not allowed" => "不允许输入本地或局域网内域名",
  178. "The input appears to be a DNS hostname but cannot extract TLD part" => "在输入的DNS域名中无法找到顶级域名部分",
  179. "The input appears to be a DNS hostname but cannot match TLD against known list" => "在输入的DNS域名中,顶级域名部分无法匹配已知列表",
  180. // Zend_Validator_Iban
  181. "Unknown country within the IBAN" => "输入的IBAN帐号无法找到对应的国家",
  182. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "不支持单一欧元支付区(SEPA)以外的帐号",
  183. "The input has a false IBAN format" => "输入的IBAN帐号格式有误",
  184. "The input has failed the IBAN check" => "输入的IBAN帐号校验失败",
  185. // Zend_Validator_Identical
  186. "The two given tokens do not match" => "两个验证令牌不匹配",
  187. "No token was provided to match against" => "没有令牌输入,无法匹配",
  188. // Zend_Validator_InArray
  189. "The input was not found in the haystack" => "输入没有在指定的允许范围内",
  190. // Zend_Validator_Ip
  191. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  192. "The input does not appear to be a valid IP address" => "输入的IP地址格式不正确",
  193. // Zend_Validator_Isbn
  194. "Invalid type given. String or integer expected" => "输入无效,请输入字符或整数",
  195. "The input is not a valid ISBN number" => "输入的ISBN编号格式不正确",
  196. // Zend_Validator_LessThan
  197. "The input is not less than '%max%'" => "输入应小于'%max%'",
  198. "The input is not less or equal than '%max%'" => "输入应小于等于'%max%'",
  199. // Zend_Validator_NotEmpty
  200. "Value is required and can't be empty" => "输入不能为空",
  201. "Invalid type given. String, integer, float, boolean or array expected" => "输入无效,只允许字符、整数、小数、布尔值、数组类型",
  202. // Zend_Validator_Regex
  203. "Invalid type given. String, integer or float expected" => "输入无效,请输入字符、整数或小数",
  204. "The input does not match against pattern '%pattern%'" => "输入不匹配指定的模式'%pattern%'",
  205. "There was an internal error while using the pattern '%pattern%'" => "匹配指定模式'%pattern%'时有内部错误发生",
  206. // Zend_Validator_Sitemap_Changefreq
  207. "The input is not a valid sitemap changefreq" => "输入不符合网站地图的changefreq格式",
  208. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  209. // Zend_Validator_Sitemap_Lastmod
  210. "The input is not a valid sitemap lastmod" => "输入不符合网站地图的lastmod格式",
  211. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  212. // Zend_Validator_Sitemap_Loc
  213. "The input is not a valid sitemap location" => "输入不符合网站地图的location格式",
  214. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  215. // Zend_Validator_Sitemap_Priority
  216. "The input is not a valid sitemap priority" => "输入不符合网站地图的priority格式",
  217. "Invalid type given. Numeric string, integer or float expected" => "输入无效,请输入一个数字",
  218. // Zend_Validator_Step
  219. "Invalid value given. Scalar expected" => "输入无效,请输入一个数字",
  220. "The input is not a valid step" => "输入不在阶梯计算的结果范围内",
  221. // Zend_Validator_StringLength
  222. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  223. "The input is less than %min% characters long" => "输入字符个数应大于%min%",
  224. "The input is more than %max% characters long" => "输入字符个数应小于%max%",
  225. // Zend_Validator_Uri
  226. "Invalid type given. String expected" => "输入无效,请输入一个字符串",
  227. "The input does not appear to be a valid Uri" => "输入的Uri格式有误",
  228. );