Browse Source

Merge pull request #9674 from lichunqiang/translate-for-zh-TW

Update the yii.php for zh-TW translation [skip ci]
9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
2506bc2b1f
  1. 13
      framework/messages/zh-TW/yii.php

13
framework/messages/zh-TW/yii.php

@ -77,4 +77,17 @@ return [
'{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{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 second} other{# seconds}} ago' => '{delta}秒前',
];

Loading…
Cancel
Save