translate buttons and breadcrumbs

This commit is contained in:
Leorne
2019-12-06 12:05:14 +03:00
parent 48001992ff
commit a8e2543313
8 changed files with 11 additions and 11 deletions

View File

@ -59,8 +59,8 @@ class Note extends \yii\db\ActiveRecord
'id' => 'ID',
'name' => 'Название',
'description' => 'Описание',
'created_at' => 'Created At',
'updated_at' => 'Updated At',
'created_at' => 'Создано',
'updated_at' => 'Обновлено',
];
}
}