mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Update the yii.php for zh-TW translation
This commit is contained in:
@ -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}秒前',
|
||||
];
|
||||
|
Reference in New Issue
Block a user