3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-07 00:48:58 +00:00
Files
snipe-it/resources/lang/ru-RU/admin/locations/table.php
snipe 9468acedfa Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2025-05-28 18:20:02 +01:00

44 lines
2.8 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' => 'Адрес',
'address2' => 'Адрес, строка 2',
'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' => 'Дата:',
'phone' => 'Телефон местоположения',
'signed_by_asset_auditor' => 'Подписано (аудитор активов):',
'signed_by_finance_auditor' => 'Подписано (финансовый аудитор):',
'signed_by_location_manager' => 'Подписано (руководитель):',
'signed_by' => 'Подписано:',
'clone' => 'Клонировать местоположение',
];