snipe-it/resources/lang/bg/admin/components/general.php
2017-04-06 21:36:33 -07:00

18 lines
1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'about_components_title' => 'Относно компонентите',
'about_components_text' => 'Компонентите са елементи, които са част от актив, напр. HDD, RAM, и т.н..',
'component_name' => 'Име на компонент',
'checkin' => 'Вписване на компонент',
'checkout' => 'Изписване на компонент',
'cost' => 'Цена на закупуване',
'create' => 'Създай компонент',
'edit' => 'Промени компонент',
'date' => 'Дата на закупуване',
'order' => 'Номер на поръчка',
'remaining' => 'Оставащо',
'total' => 'Общо',
'update' => 'Обновяване на компонент',
);