ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/ru-RU/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/ru-RU/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Создать модель актива',
|
||||
'created_at' => 'Создано',
|
||||
'eol' => 'Срок службы',
|
||||
'modelnumber' => 'Модель',
|
||||
'name' => 'Название модели',
|
||||
'numassets' => 'Активы',
|
||||
'title' => 'Модели активов',
|
||||
'update' => 'Измененить модель актива',
|
||||
'view' => 'Просмотр модели актива',
|
||||
'update' => 'Измененить модель актива',
|
||||
'clone' => 'Клонировать модель',
|
||||
'edit' => 'Изменить модель',
|
||||
);
|
Reference in New Issue
Block a user