snipe-it/resources/lang/bg/admin/locations/table.php
snipe a4e307c4db Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-09-08 13:49:33 -07:00

24 lines
1.5 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_locations_title' => 'Относно местоположения',
'about_locations' => 'Местоположения се използват за проследяване на информация за местоположението за потребители, активи и други елементи',
'assets_rtd' => 'Активи', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Изписани активи',
'id' => 'ID',
'city' => 'Град',
'state' => 'Област',
'country' => 'Държава',
'create' => 'Създаване на местоположение',
'update' => 'Обновяване на местоположение',
'print_assigned' => 'Печат',
'print_all_assigned' => 'Печат на всички отдадени',
'name' => 'Местоположение',
'address' => 'Aдрес',
'zip' => 'Пощенски код',
'locations' => 'Местоположения',
'parent' => 'Присъединено към',
'currency' => 'Валута на местоположението',
'ldap_ou' => 'Търсене в LDAP OU',
);