snipe-it/resources/lang/tr/admin/settings/general.php
2016-05-19 23:27:08 -07:00

106 lines
5.9 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(
'alert_email' => 'Uyarıları gönder',
'alerts_enabled' => 'Alerts Enabled',
'alert_interval' => 'Expiring Alerts Threshold (in days)',
'alert_inv_threshold' => 'Inventory Alert Threshold',
'asset_ids' => 'Demirbaş No',
'auto_increment_assets' => 'Otomatik artan Demirbaş No üret',
'auto_increment_prefix' => 'Ünvan (opsiyonel)',
'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın',
'backups' => 'Yedekler',
'barcode_type' => 'Barkod Tipi',
'barcode_settings' => 'Barkod Ayarları',
'confirm_purge' => 'Confirm Purge',
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the &lt;style&gt;&lt;/style&gt; tags.',
'default_currency' => 'Default Currency',
'default_eula_text' => 'Varsayılan Sözleşme',
'default_language' => 'Default Language',
'default_eula_help_text' => 'Özel Demirbaş Kategorileri için özel Son Kullanıcı Lisans Sözleşmesi ilişkilendirebilirsiniz.',
'display_asset_name' => 'Demirbaş Adı Göster',
'display_checkout_date' => ıkış Tarihi Göster',
'display_eol' => 'Tablo görüntüsünde Sözleşmeyi görüntüle',
'display_qr' => 'Display Square Codes',
'display_alt_barcode' => 'Display 2D barcode',
'barcode_type' => 'Barkod Tipi',
'alt_barcode_type' => '2D barcode type',
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'general_settings' => 'Genel Ayarlar',
'generate_backup' => 'Generate Backup',
'header_color' => 'Başlık rengi',
'info' => 'Bu ayarlardan kurulum görünüşünüzü kişiselleştirebilirsiniz.',
'laravel' => 'Laravel Version',
'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' => 'İsteğe bağlı',
'per_page' => 'Sayfa başına sonuç sayısı',
'php' => 'PHP Versiyonu',
'php_gd_info' => 'QR Kodlarını görüntülemek için php-gd yüklemelisiniz, kurulum talimatlarına bakınız.',
'php_gd_warning' => 'PHP Image Processing ve GD eklentileri yüklü değil.',
'qr_help' => 'Bu işlemi gerçekleştirmek için önce QR Kodlarını etkinleştirin',
'qr_text' => 'QR Kodu Yazısı',
'setting' => 'Ayar',
'settings' => 'Ayarlar',
'site_name' => 'Site Adı',
'slack_botname' => 'Slack Bot Adı',
'slack_channel' => 'Slack Kanalı',
'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Slack Ayarları',
'slack_integration_help' => 'Slack entegrasyonu isteğe bağlıdır.',
'snipe_version' => 'Snipe-IT version',
'system' => 'Sistem Bilgisi',
'update' => 'Ayarları Güncelle',
'value' => 'Değer',
'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)',
'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
'labels_display_sgutter' => 'Label side 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',
);