76 lines
5.5 KiB
PHP
Executable File
76 lines
5.5 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Посылать уведомления на',
|
|
'alerts_enabled' => 'Уведомления включены',
|
|
'asset_ids' => 'Asset IDs',
|
|
'auto_increment_assets' => 'Генерировать автоматическое возрастание идентификационных номеров активов',
|
|
'auto_increment_prefix' => 'Префикс ( не обязательно )',
|
|
'auto_incrementing_help' => 'Включить автоматические возрастание ID активов начиная с',
|
|
'backups' => 'Backups',
|
|
'barcode_type' => 'Тип штрихкода',
|
|
'barcode_settings' => 'Настройки штрихкода',
|
|
'custom_css' => 'Custom CSS',
|
|
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
|
'default_currency' => 'Валюта по-умолчанию',
|
|
'default_eula_text' => 'Пользовательское соглашение по умолчанию',
|
|
'default_eula_help_text' => 'Вы так же можете привязать собственные пользовательские соглашения к определенным категориям активов.',
|
|
'display_asset_name' => 'Отображаемое имя актива',
|
|
'display_checkout_date' => 'Отображать дату выдачи',
|
|
'display_eol' => 'Отображать дату истечения срока гарантии в таблице',
|
|
'display_qr' => 'Отображать QR коды',
|
|
'eula_settings' => 'Настройки лицензионного соглашения',
|
|
'eula_markdown' => 'Это EULA поддерживает <a href="https://help.github.com/articles/github-flavored-markdown/">форматирование Github flavored markdown</a>.',
|
|
'general_settings' => 'Общие настройки',
|
|
'generate_backup' => 'Generate Backup',
|
|
'header_color' => 'Цвет заголовка',
|
|
'info' => 'Эти настройки позволяют персонализировать некоторые аспекты вашей установки.',
|
|
'laravel' => 'Версия Laravel',
|
|
'ldap_enabled' => 'LDAP enabled',
|
|
'ldap_integration' => 'LDAP Integration',
|
|
'ldap_settings' => 'LDAP Settings',
|
|
'ldap_server' => 'LDAP Server',
|
|
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
|
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate',
|
|
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
|
'ldap_uname' => 'LDAP Bind Username',
|
|
'ldap_pword' => 'LDAP Bind Password',
|
|
'ldap_basedn' => 'Base Bind DN',
|
|
'ldap_filter' => 'LDAP Filter',
|
|
'ldap_username_field' => 'Username Field',
|
|
'ldap_lname_field' => 'Last Name',
|
|
'ldap_fname_field' => 'LDAP First Name',
|
|
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
|
'ldap_version' => 'LDAP Version',
|
|
'ldap_active_flag' => 'LDAP Active Flag',
|
|
'ldap_emp_num' => 'LDAP Employee Number',
|
|
'ldap_email' => 'LDAP Email',
|
|
'load_remote_text' => 'Remote Scripts',
|
|
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
|
|
'logo' => 'Логотип',
|
|
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
|
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
|
'optional' => 'не обязательно',
|
|
'per_page' => 'Результатов на страницу',
|
|
'php' => 'Версия PHP',
|
|
'php_gd_info' => 'Для отображения QR кодов необходимо установить модуль php-gd.',
|
|
'php_gd_warning' => 'Библиотеки PHP Image Processing и GD plugin не установлены.',
|
|
'qr_help' => 'Включить QR коды',
|
|
'qr_text' => 'Текст QR кода',
|
|
'setting' => 'Настройка',
|
|
'settings' => 'Настройки',
|
|
'site_name' => 'Название сайта',
|
|
'slack_botname' => 'Slack Botname',
|
|
'slack_channel' => 'Slack Channel',
|
|
'slack_endpoint' => 'Slack Endpoint',
|
|
'slack_integration' => 'Slack Settings',
|
|
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
|
|
'snipe_version' => 'Версия Snipe-IT',
|
|
'system' => 'Информация о системе',
|
|
'update' => 'Обновить настройки',
|
|
'value' => 'Значение',
|
|
'brand' => 'Branding',
|
|
'about_settings_title' => 'About Settings',
|
|
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
|
);
|