forked from gilek/yii2-gtreetable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gilek#17 from amstr1k/master
Added Russian language
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* @link https://github.com/gilek/yii2-gtreetable | ||
* @copyright Copyright (c) 2015 Maciej Kłak | ||
* @license https://github.com/gilek/yii2-gtreetable/blob/master/LICENSE | ||
* @author Sergey Fedorov [email protected] | ||
*/ | ||
|
||
return [ | ||
'Position indicated by related ID is not exists!' => 'Позиция на которую ссылается ID не существует', | ||
'Adding operation `{name}` failed!' => 'Операция добавления `{name}` не выполнена!', | ||
'Unsupported insert position!' => 'Неподдерживаемая позиция добавления!', | ||
'Position is not exists!' => 'Позиция не существует!', | ||
'Main element can`t be deleted!' => 'Основная категория не может быть удалена!', | ||
'Deleting operation `{name}` failed!' => 'Операция удаления `{name}` не выполнена!', | ||
'Updating operation `{name}` failed!' => 'Операция обновления `{name}` не выполнена!', | ||
'Name' => 'Название' | ||
]; |