Skip to content

Commit

Permalink
Re-extracted Chinese messages and translated them (#16041) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oraluben authored and samdark committed Apr 5, 2018
1 parent 10dbb0e commit b8a3fa4
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions framework/messages/zh-CN/yii.php
Expand Up @@ -23,10 +23,12 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Unknown alias: -{name}' => '未知的别名: -{name}',
' and ' => ' 与 ',
'"{attribute}" does not support operator "{operator}".' => '"{attribute}" 不支持操作 "{operator}"',
'(not set)' => '(未设置)',
'An internal server error occurred.' => '服务器内部错误。',
'Are you sure you want to delete this item?' => '您确定要删除此项吗?',
'Condition for "{attribute}" should be either a value or valid operator specification.' => '"{attribute}" 的条件应为一个值或有效的操作规约。',
'Delete' => '删除',
'Error' => '错误',
'File upload failed.' => '文件上传失败。',
Expand All @@ -36,22 +38,22 @@
'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 MIME types are allowed: {mimeTypes}.' => '只允许这些MIME类型的文件: {mimeTypes}。',
'Only files with these extensions are allowed: {extensions}.' => '只允许使用以下文件扩展名的文件:{extensions}。',
'Operator "{operator}" must be used with a search attribute.' => '操作 "{operator}" 必须与一个搜索属性一起使用。',
'Operator "{operator}" requires multiple operands.' => '操作 "{operator}" 需要多个操作数。',
'Page not found.' => '页面未找到。',
'Please fix the following errors:' => '请修复以下错误',
'Please upload a file.' => '请上传一个文件。',
'Powered by {yii}' => '技术支持 {yii}',
'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 combination {values} of {attributes} has already been taken.' => '{attributes} 的值 "{values}" 已经被占用了。',
'The file "{file}" is not an image.' => '文件 "{file}" 不是一个图像文件。',
'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => '文件"{file}"太大了。它的大小不能超过{formattedLimit}。',
'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => '文件"{file}"太小了。它的大小不能小于{formattedLimit}。',
'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 format of {filter} is invalid.' => '{filter}的格式无效。',
'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}像素。',
Expand All @@ -60,14 +62,23 @@
'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 alias: -{name}' => '未知的别名: -{name}',
'Unknown filter attribute "{attribute}"' => '未知的过滤器属性 "{attribute}"',
'Unknown option: --{name}' => '未知的选项:--{name}',
'Update' => '更新',
'View' => '查看',
'Yes' => '是',
'Yii Framework' => 'Yii 框架',
'You are not allowed to perform this action.' => '您没有执行此操作的权限。',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => '您最多上传{limit, number}个文件。',
'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '需要至少 {limit, number} 个文件。',
'in {delta, plural, =1{a day} other{# days}}' => '{delta}天后',
'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta}分钟后',
'in {delta, plural, =1{a month} other{# months}}' => '{delta}个月后',
'in {delta, plural, =1{a second} other{# seconds}}' => '{delta}秒后',
'in {delta, plural, =1{a year} other{# years}}' => '{delta}年后',
'in {delta, plural, =1{an hour} other{# hours}}' => '{delta}小时后',
'just now' => '刚刚',
'the input value' => '该输入',
'{attribute} "{value}" has already been taken.' => '{attribute}的值"{value}"已经被占用了。',
'{attribute} cannot be blank.' => '{attribute}不能为空。',
Expand All @@ -84,7 +95,6 @@
'{attribute} must be an integer.' => '{attribute}必须是整数。',
'{attribute} must be either "{true}" or "{false}".' => '{attribute}的值必须要么为"{true}",要么为"{false}"。',
'{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute}的值必须等于"{compareValueOrAttribute}"。',
'{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute}的值不得等于"{compareValueOrAttribute}"。',
'{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute}的值必须大于"{compareValueOrAttribute}"。',
'{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute}的值必须大于或等于"{compareValueOrAttribute}"。',
'{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute}的值必须小于"{compareValueOrAttribute}"。',
Expand All @@ -94,29 +104,22 @@
'{attribute} must not be a subnet.' => '{attribute} 必须不是一个子网。',
'{attribute} must not be an IPv4 address.' => '{attribute} 必须不是一个IPv4地址。',
'{attribute} must not be an IPv6 address.' => '{attribute} 必须不是一个IPv6地址。',
'{attribute} must be repeated exactly.' => '{attribute}必须重复。',
'{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute}的值不得等于"{compareValueOrAttribute}"。',
'{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}个字符。',
'in {delta, plural, =1{a year} other{# years}}' => '{delta}年后',
'in {delta, plural, =1{a month} other{# months}}' => '{delta}个月后',
'in {delta, plural, =1{a day} other{# days}}' => '{delta}天后',
'in {delta, plural, =1{an hour} other{# hours}}' => '{delta}小时后',
'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta}分钟后',
'in {delta, plural, =1{a second} other{# seconds}}' => '{delta}秒后',
'{delta, plural, =1{1 day} other{# days}}' => '{delta} 天',
'{delta, plural, =1{1 hour} other{# hours}}' => '{delta} 小时',
'{delta, plural, =1{1 minute} other{# minutes}}' => '{delta} 分钟',
'{delta, plural, =1{1 month} other{# months}}' => '{delta} 月',
'{delta, plural, =1{1 second} other{# seconds}}' => '{delta} 秒',
'{delta, plural, =1{1 year} other{# years}}' => '{delta} 年',
'{delta, plural, =1{a year} other{# years}} ago' => '{delta}年前',
'{delta, plural, =1{a month} other{# months}} ago' => '{delta}个月前',
'{delta, plural, =1{a day} other{# days}} ago' => '{delta}天前',
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta}小时前',
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta}分钟前',
'just now' => '刚刚',
'{delta, plural, =1{a month} other{# months}} ago' => '{delta}个月前',
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta}秒前',
'{delta, plural, =1{a year} other{# years}} ago' => '{delta}年前',
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta}小时前',
'{nFormatted} B' => '{nFormatted} B',
'{nFormatted} GB' => '{nFormatted} GB',
'{nFormatted} GiB' => '{nFormatted} GiB',
Expand Down

0 comments on commit b8a3fa4

Please sign in to comment.