yii.php 6.33 KB
Newer Older
qiansen1386 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yii message' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
return [
    '(not set)' => '(未设置)',
    'An internal server error occurred.' => '服务器内部错误。',
    'Are you sure you want to delete this item?' => '您确定要删除此项吗?',
    'Delete' => '删除',
    'Error' => '错误',
    'File upload failed.' => '文件上传失败。',
    'Home' => '首页',
    'Invalid data received for parameter "{param}".' => '"{param}"参数接收到无效的数据。',
    'Login Required' => '需要登录',
    'Missing required arguments: {params}' => '函数缺少参数:{params}',
    'Missing required parameters: {params}' => '缺少参数:{params}',
    'No' => '否',
    '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}。',
    'Page not found.' => '页面未找到。',
    'Please fix the following errors:' => '请修复以下错误',
    '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>条数据.',
    '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}字节。',
    'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => '该文件"{file}"太小。它的大小不得小于{limit, number}字节。',
    '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}像素。',
    'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '图像"{file}"太大。他的宽度不得超过{limit, number}像素。',
    'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '图像"{file}"太小。他的高度不得小于{limit, number}像素。',
    'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '图像"{file}"太小。他的宽度不得小于{limit, number}像素。',
    'The verification code is incorrect.' => '验证码不正确。',
    'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => '总计<b>{count, number}</b>条数据。',
    'Unable to verify your data submission.' => '您提交的数据无法被验证。',
    'Unknown command "{command}".' => '未知的命令 "{command}"。',
    'Unknown option: --{name}' => '未知的选项:--{name}',
    'Update' => '更新',
    'View' => '查看',
    'Yes' => '是',
    'You are not allowed to perform this action.' => '您没有执行此操作的权限。',
    'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => '您最多上传{limit, number}个文件。',
    'the input value' => '该输入',
    '{attribute} "{value}" has already been taken.' => '{attribute}的值"{value}"已经被占用了。',
    '{attribute} cannot be blank.' => '{attribute}不能为空。',
    '{attribute} is invalid.' => '{attribute}是无效的。',
    '{attribute} is not a valid URL.' => '{attribute}不是一条有效的URL。',
    '{attribute} is not a valid email address.' => '{attribute}不是有效的邮箱地址。',
    '{attribute} must be "{requiredValue}".' => '{attribute}必须为"{requiredValue}"。',
    '{attribute} must be a number.' => '{attribute}必须是一个数字。',
    '{attribute} must be a string.' => '{attribute}必须是一条字符串。',
    '{attribute} must be an integer.' => '{attribute}必须是整数。',
    '{attribute} must be either "{true}" or "{false}".' => '{attribute}的值必须要么为"{true}",要么为"{false}"。',
    '{attribute} must be greater than "{compareValue}".' => '{attribute}的值必须大于"{compareValue}"。',
    '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}的值必须大于或等于"{compareValue}"。',
    '{attribute} must be less than "{compareValue}".' => '{attribute}的值必须小于"{compareValue}"。',
    '{attribute} must be less than or equal to "{compareValue}".' => '{attribute}的值必须小于或等于"{compareValue}"。',
    '{attribute} must be no greater than {max}.' => '{attribute}的值必须不大于{max}。',
74
    '{attribute} must be no less than {min}.' => '{attribute}的值必须不小于{min}。',
75 76 77 78 79 80
    '{attribute} must be repeated exactly.' => '{attribute}必须重复。',
    '{attribute} must not be equal to "{compareValue}".' => '{attribute}的值不得等于"{compareValue}"。',
    '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}应该包含至少{min, number}个字符。',
    '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute}只能包含至多{max, number}个字符。',
    '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}应该包含{length, number}个字符。',
];