snipe-it/resources/lang/vi/admin/settings/general.php
2016-03-25 01:18:05 -07:00

98 lines
5.7 KiB
PHP
Executable file

<?php
return array(
'alert_email' => 'Gửi cảnh báo đến',
'alerts_enabled' => 'Cảnh báo đã bật',
'asset_ids' => 'ID tài sản',
'auto_increment_assets' => 'Tạo ID tài sản tự động tăng',
'auto_increment_prefix' => 'Tiền tố (tùy chọn)',
'auto_incrementing_help' => 'Cho phép ID tài sản tự động tăng đầu tiên được đặt cho nó',
'backups' => 'Sao lưu',
'barcode_type' => 'Loại mã vạch',
'barcode_settings' => 'Cài đặt mã vạch',
'custom_css' => 'CSS tùy chỉnh',
'custom_css_help' => 'Nhập bất kỳ CSS tùy chỉnh. Không bao gồm thẻ &lt;style&gt;&lt;/style&gt.',
'default_currency' => 'Tiền tệ mặc định',
'default_eula_text' => 'EULA mặc định',
'default_language' => 'Default Language',
'default_eula_help_text' => 'Bạn cũng có thể liên kế EULA tùy chỉnh đến danh mục tài sản riêng biệt.',
'display_asset_name' => 'Hiển thị tên tài sản',
'display_checkout_date' => 'Hiển thị ngày checkout',
'display_eol' => 'Hiển thị EOL ở bảng',
'display_qr' => 'Hiển thị Mã QR',
'eula_settings' => 'Cài đặt EULA',
'eula_markdown' => 'Đây là EULA cho phép <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'general_settings' => 'Cài đặt thường',
'generate_backup' => 'Generate Backup',
'header_color' => 'Màu Header',
'info' => 'Các thiết lập này cho phép bạn tùy chỉnh một số khía cạnh của quá trình cài đặt.',
'laravel' => 'Phiên bản 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' => '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' => 'tùy ý',
'per_page' => 'Kết quả trên trang',
'php' => 'Phiên bản PHP',
'php_gd_info' => 'Bạn phải cài đặt php-gd để hiển thị QR codes, xem cấu trúc cài đặt.',
'php_gd_warning' => 'PHP Image Processing và GD plugin thì CHƯA cài đặt.',
'qr_help' => 'Bật QR Code đầu tiên để gán cho nó',
'qr_text' => 'Chuỗi QR Code',
'setting' => 'Cài đặt',
'settings' => 'Cài đặt',
'site_name' => 'Tên trang web',
'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Cài đặt Slack',
'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' => 'Phiên bản Snipe-IT',
'system' => 'Thông tin hệ thống',
'update' => 'Cập nhật cài đặt',
'value' => 'Giá trị',
'brand' => 'Branding',
'about_settings_title' => 'About Settings',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
'labels_display_bgutter' => 'Label bottom gutter',
'labels_display_sgutter' => 'Label dide gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
'label_gutters' => 'Label spacing (inches)',
'page_dimensions' => 'Page dimensions (inches)',
'label_fields' => 'Label visible fields',
'inches' => 'inches',
'width_w' => 'w',
'height_h' => 'h',
'text_pt' => 'pt',
'left' => 'left',
'right' => 'right',
'top' => 'top',
'bottom' => 'bottom',
'vertical' => 'vertical',
'horizontal' => 'horizontal',
);