snipe-it/resources/lang/bg/admin/locations/table.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

41 lines
2.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 [
'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',
'user_name' => 'Потребителско име',
'department' => 'Отдел',
'location' => 'Местоположение',
'asset_tag' => 'Инвентарен номер',
'asset_name' => 'Име',
'asset_category' => 'Категория',
'asset_manufacturer' => 'Производител',
'asset_model' => 'Модел',
'asset_serial' => 'Сериен номер',
'asset_location' => 'Местоположение',
'asset_checked_out' => 'Изписано на',
'asset_expected_checkin' => 'Очаквана дата на вписване',
'date' => 'Дата:',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];