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

98 lines
5.5 KiB
PHP
Executable file
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' => 'Uyarılar etkinleştirildi',
'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ı',
'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' => 'QR Kodu Göster',
'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)',
'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',
);