mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -08:00
16 lines
930 B
PHP
16 lines
930 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => 'About Asset Models',
|
|
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
|
'deleted' => 'Моделът беше изтрит. <a href="/hardware/models/:model_id/restore">Възстановяване</a>.',
|
|
'restore' => 'Възстановяване на модел',
|
|
'requestable' => 'Users may request this model',
|
|
'show_mac_address' => 'Визуализиране на поле за MAC адрес в активите за този модел',
|
|
'view_deleted' => 'Преглед на изтритите',
|
|
'view_models' => 'Преглед на моделите',
|
|
'fieldset' => 'Полета',
|
|
'no_custom_field' => 'Няма потребителски полета',
|
|
|
|
);
|