Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
07accd9b
Commit
07accd9b
authored
Jan 20, 2015
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6933 from lichunqiang/patch-1
Update yii.php [skip ci]
parents
4b61c4f1
211a0904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
yii.php
framework/messages/zh-CN/yii.php
+13
-0
No files found.
framework/messages/zh-CN/yii.php
View file @
07accd9b
...
...
@@ -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}秒前'
,
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment