'No help for unknown command "{command}".'=>'命令 "{command}" 发生未知的错误。',
'No help for unknown sub-command "{command}".'=>'子命令 "{command}"发生未知的错误。',
'No results found.'=>'没有找到数据',
'Only files with these extensions are allowed: {extensions}.'=>'只允许使用以下文件扩展名的文件: {extensions}.',
'Only files with these mimeTypes are allowed: {mimeTypes}.'=>'只允许包含以下 mimeTypes 的文件: {mimeTypes}.',
'Page not found.'=>'页面未找到。',
'Please fix the following errors:'=>'请修复以下错误',//OR 请更正以下错误
'Please upload a file.'=>'请上传一个文件。',
'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.'=>'第 <b>{begin, number}-{end, number}</b> 条,共 <b>{totalCount, number}</b> 条数据.',//TODO:Not so sure
'The file "{file}" is not an image.'=>'文件 "{file}" 不是一个图像文件。',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'文件 "{file}" 太大。它的大小不能超过 {limit, number} 字节。',//TODO: Chinese do not have concept of plural
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'该文件 "{file}" 太小。它的大小不得小于 {limit, number} 字节。',//TODO: Chinese do not have concept of plural
'The format of {attribute} is invalid.'=>'属性 {attribute} 的格式无效。',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'图像 "{file}" 太大。他的高度不得超过 {limit, number} 像素。',//TODO: Chinese do not have concept of plural
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'图像 "{file}" 太大。他的宽度不得超过 {limit, number} 像素。',//TODO: Chinese do not have concept of plural
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'图像 "{file}" 太小。 他的高度不得小于 {limit, number} 像素。',//TODO: Chinese do not have concept of plural
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'图像 "{file}" 太小。 他的宽度不得小于 {limit, number} 像素。',//TODO: Chinese do not have concept of plural