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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
d8acd3a2
Commit
d8acd3a2
authored
Jan 08, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1850 from Crypt/fix-messages
fix russian messages.
parents
c67c9296
333e2ab0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
yii.php
framework/yii/messages/ru/yii.php
+2
-2
No files found.
framework/yii/messages/ru/yii.php
View file @
d8acd3a2
...
...
@@ -33,7 +33,7 @@ return array (
'the input value'
=>
'введённое значение'
,
'(not set)'
=>
'(не задано)'
,
'An internal server error occurred.'
=>
'Возникла внутренняя ошибка сервера.'
,
'Are you sure to delete this item?'
=>
'Вы уверены, '
,
'Are you sure to delete this item?'
=>
'Вы уверены,
что хотите удалить этот элемент ?
'
,
'Compile Error'
=>
'Compile Error'
,
'Compile Warning'
=>
'Compile Warning'
,
'Core Error'
=>
'Core Error'
,
...
...
@@ -98,7 +98,7 @@ return array (
'{attribute} must be no greater than {max}.'
=>
'Значение «{attribute}» не должно превышать {max}.'
,
'{attribute} must be no less than {min}.'
=>
'Значение «{attribute}» должно быль больше {min}.'
,
'{attribute} must be repeated exactly.'
=>
'Значение «{attribute}» должно быть повторено в точности.'
,
'{attribute} must not be equal to "{compareValue}".'
=>
'Значение «{attribute}» не должно быть равно «
compareValue
».'
,
'{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} {min, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.'
,
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'
=>
'Значение «{attribute}» должно содержать максимум {max, number} {max, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.'
,
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'
=>
'Значение «{attribute}» должно содержать {length, number} {length, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.'
,
...
...
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