Skip to content

Commit

Permalink
Merge pull request dektrium#29 from vitalosh/patch-4
Browse files Browse the repository at this point in the history
Update translations
  • Loading branch information
dmeroff committed Sep 13, 2015
2 parents d1f37f7 + 52fbb2b commit a1fd759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions messages/ru/rbac.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
/**
* Message translations.
*
Expand Down Expand Up @@ -36,7 +36,7 @@
'Roles' => 'Роли',
'Rule class can not be instantiated' => 'Объект класса правила не может быть создан',
'Rule class must extend "yii\rbac\Rule"' => 'Класс правил должен быть наследником класса "yii\rbac\Rule"',
'Rule name' => 'Имя роли',
'Rule name' => 'Правило',
'Save' => 'Сохранить',
'The item description (Optional).' => 'Описание (Необязательно)',
'The name of the item.' => 'Имя элемента.',
Expand All @@ -45,4 +45,5 @@
'Update permission' => 'Обновить разрешения',
'Update role' => 'Обновить роль',
'Users' => 'Пользователи',
'Сhildren' => 'Дочерние правила'
];

0 comments on commit a1fd759

Please sign in to comment.