snipe-it/resources/lang/ru/admin/locations/table.php
2017-07-07 13:14:51 -07:00

22 lines
1.3 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' => 'Обновить статус',
'name' => 'Имя статуса',
'address' => 'Адрес',
'zip' => 'Почтовый индекс',
'locations' => 'Размещения',
'parent' => 'Родитель',
'currency' => 'Валюта местонахождения',
'ldap_ou' => 'Поиск в LDAP OU',
);