diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index c040ab4e..47a1a3e7 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -13,134 +13,134 @@ return [ // Setup form fields 'setup' => [ - 'email' => 'E-posta', - 'username' => 'Kullanıcı adı', - 'password' => 'Parola', - 'site_name' => 'Site Adı', - 'site_domain' => 'Site Alan Adı', - 'site_timezone' => 'Zaman dilimi seçin', - 'site_locale' => 'Dil seçin', - 'enable_google2fa' => 'Google İki Faktor Doğrulamayı etkinleştir', - 'cache_driver' => 'Önbellek Sürücüsü', - 'queue_driver' => 'Sıra Sürücüsü', - 'session_driver' => 'Oturum Sürücüsü', - 'mail_driver' => 'Posta Sürücü', - 'mail_host' => 'Posta Hostu', - 'mail_address' => 'Adresten Mail', - 'mail_username' => 'Mail Kullanıcı Adı', - 'mail_password' => 'Mail Şifresi', + 'email' => 'Email', + 'username' => 'Username', + 'password' => 'Password', + 'site_name' => 'Site Name', + 'site_domain' => 'Site Domain', + 'site_timezone' => 'Select your timezone', + 'site_locale' => 'Select your language', + 'enable_google2fa' => 'Enable Google Two Factor Authentication', + 'cache_driver' => 'Cache Driver', + 'queue_driver' => 'Queue Driver', + 'session_driver' => 'Session Driver', + 'mail_driver' => 'Mail Driver', + 'mail_host' => 'Mail Host', + 'mail_address' => 'Mail From Address', + 'mail_username' => 'Mail Username', + 'mail_password' => 'Mail Password', ], // Login form fields 'login' => [ - 'login' => 'Kullanıcı Adı veya E-Posta', - 'email' => 'E-posta', - 'password' => 'Parola', - '2fauth' => 'Onaylama Kodu', - 'invalid' => 'Kullanıcı adı veya parola hatalı', - 'invalid-token' => 'Geçersiz jeton', - 'cookies' => 'Oturum açabilmek yapabilmek için çerezleri açmalısınız.', - 'rate-limit' => 'Kullanım limiti aşıldı.', - 'remember_me' => 'Beni hatırla', + 'login' => 'Username or Email', + 'email' => 'Email', + 'password' => 'Password', + '2fauth' => 'Authentication Code', + 'invalid' => 'Invalid username or password', + 'invalid-token' => 'Invalid token', + 'cookies' => 'You must enable cookies to login.', + 'rate-limit' => 'Rate limit exceeded.', + 'remember_me' => 'Remember me', ], // Incidents form fields 'incidents' => [ - 'name' => 'İsim', - 'status' => 'Durum', - 'component' => 'Bileşen', - 'component_status' => 'Bileşen Durumu', - 'message' => 'Mesaj', - 'message-help' => 'Markdown işaretleri kullanabilirsiniz.', - 'occurred_at' => 'Bu olay ne zaman meydana geldi?', - 'notify_subscribers' => 'Abonelere bildirilsin mi?', - 'notify_disabled' => 'Zamanlanmış bakım nedeniyle, bu olay veya bileşenleri ile ilgili bildirimler gizlenecektir.', - 'visibility' => 'Olay Görünürlüğü', - 'stick_status' => 'Stick Olayı', - 'stickied' => 'Stickli', - 'not_stickied' => 'Stickli değil', - 'public' => 'Herkese açık', - 'logged_in_only' => 'Sadece giriş yapan kullanıclar görebilir', + 'name' => 'Name', + 'status' => 'Status', + 'component' => 'Component', + 'component_status' => 'Component Status', + 'message' => 'Message', + 'message-help' => 'You may also use Markdown.', + 'occurred_at' => 'When did this incident occur?', + 'notify_subscribers' => 'Notify subscribers?', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'visibility' => 'Incident Visibility', + 'stick_status' => 'Stick Incident', + 'stickied' => 'Stickied', + 'not_stickied' => 'Not Stickied', + 'public' => 'Viewable by public', + 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ - 'name' => 'İsim', - 'template' => 'Tema', - 'twig' => 'Olay Şablonları\'nan Twig şablon dili faydalanabilir.', + 'name' => 'Name', + 'template' => 'Template', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ - 'name' => 'İsim', - 'status' => 'Durum', - 'message' => 'Mesaj', - 'message-help' => 'Markdown işaretleri kullanabilirsiniz.', - 'scheduled_at' => 'Bu bakım ne zaman yapılıyor?', - 'completed_at' => 'Bu bakım ne zaman tamamlandı?', + 'name' => 'Name', + 'status' => 'Status', + 'message' => 'Message', + 'message-help' => 'You may also use Markdown.', + 'scheduled_at' => 'When is this maintenance scheduled for?', + 'completed_at' => 'When did this maintenance complete?', 'templates' => [ - 'name' => 'İsim', - 'template' => 'Tema', - 'twig' => 'Olay Şablonları\'nan Twig şablon dili faydalanabilir.', + 'name' => 'Name', + 'template' => 'Template', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], // Components form fields 'components' => [ - 'name' => 'İsim', - 'status' => 'Durum', - 'group' => 'Grup', - 'description' => 'Açıklama', - 'link' => 'Bağlantı', - 'tags' => 'Etiketler', - 'tags-help' => 'Virgül ile ayrılmış.', - 'enabled' => 'Bileşen etkinleştirilsin mi?', + 'name' => 'Name', + 'status' => 'Status', + 'group' => 'Group', + 'description' => 'Description', + 'link' => 'Link', + 'tags' => 'Tags', + 'tags-help' => 'Comma separated.', + 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'İsim', - 'collapsing' => 'Seçenkleri Genişlet/Daralt', - 'visible' => 'Her zaman genişlet', - 'collapsed' => 'Grubu varsayılan olarak daralt', - 'collapsed_incident' => 'Grubu küçült, ancak sorun olursa genişlet', - 'visibility' => 'Görünürlük', - 'visibility_public' => 'Herkese görünür', - 'visibility_authenticated' => 'Yalnızca oturum açan kullanıcılara görünür', + 'name' => 'Name', + 'collapsing' => 'Expand/Collapse options', + 'visible' => 'Always expanded', + 'collapsed' => 'Collapse the group by default', + 'collapsed_incident' => 'Collapse the group, but expand if there are issues', + 'visibility' => 'Visibility', + 'visibility_public' => 'Visible to public', + 'visibility_authenticated' => 'Visible only to logged in users', ], ], // Action form fields 'actions' => [ - 'name' => 'İsim', - 'description' => 'Açıklama', - 'start_at' => 'Başlangıç saati programlayın', - 'timezone' => 'Saat dilimi', - 'schedule_frequency' => 'Zamanlama frekansı (saniye olarak)', - 'completion_latency' => 'Tamamlama gecikmesi (saniye olarak)', - 'group' => 'Grup', - 'active' => 'Aktif mi?', + 'name' => 'Name', + 'description' => 'Description', + 'start_at' => 'Schedule start time', + 'timezone' => 'Timezone', + 'schedule_frequency' => 'Schedule frequency (in seconds)', + 'completion_latency' => 'Completion latency (in seconds)', + 'group' => 'Group', + 'active' => 'Active?', 'groups' => [ - 'name' => 'Grup ismi', + 'name' => 'Group Name', ], ], // Metric form fields 'metrics' => [ - 'name' => 'İsim', - 'suffix' => 'Sonek', - 'description' => 'Açıklama', - 'description-help' => 'Markdown işaretleri kullanabilirsiniz.', - 'display-chart' => 'Durum sayfasındaki grafiği mi gösteriyorsun?', - 'default-value' => 'Varsayılan değer', - 'calc_type' => 'Metriklerin hesaplanması', - 'type_sum' => 'Toplam', - 'type_avg' => 'Ortalama', - 'places' => 'Ondalık', - 'default_view' => 'Varsayılan görünüm', - 'threshold' => 'Metrik puanlar arasında kaç dakika eşik var?', - 'visibility' => 'Görünürlük', - 'visibility_authenticated' => 'Kimliği doğrulanmış kullanıcılar tarafından görülebilir', - 'visibility_public' => 'Herkese görünür', - 'visibility_hidden' => 'Daima gizli', + 'name' => 'Name', + 'suffix' => 'Suffix', + 'description' => 'Description', + 'description-help' => 'You may also use Markdown.', + 'display-chart' => 'Display chart on status page?', + 'default-value' => 'Default value', + 'calc_type' => 'Calculation of metrics', + 'type_sum' => 'Sum', + 'type_avg' => 'Average', + 'places' => 'Decimal places', + 'default_view' => 'Default view', + 'threshold' => 'How many minutes of threshold between metric points?', + 'visibility' => 'Visibility', + 'visibility_authenticated' => 'Visible to authenticated users', + 'visibility_public' => 'Visible to everybody', + 'visibility_hidden' => 'Always hidden', 'points' => [ - 'value' => 'Değer', + 'value' => 'Value', ], ], @@ -148,101 +148,101 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Site Adı', - 'site-url' => 'Site url adresi', - 'display-graphs' => 'Durum sayfasındaki grafikleri gösterilsin mi?', - 'about-this-page' => 'Hakkında', - 'days-of-incidents' => 'Kaç gün olay gösterebilirim?', + 'site-name' => 'Site Name', + 'site-url' => 'Site URL', + 'display-graphs' => 'Display graphs on status page?', + 'about-this-page' => 'About this page', + 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'major_outage_rate' => 'Major outage threshold (in %)', - 'banner' => 'Afiş Resmi', + 'banner' => 'Banner Image', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", - 'subscribers' => 'Kullanıcıların e-posta bildirimlerine kaydolmasına izin verilsin mi?', - 'suppress_notifications_in_maintenance' => 'Bakım döneminde oluşacak olay bildirimleri kapatılsın mı?', - 'skip_subscriber_verification' => 'Kullanıcıların doğrulama işlemini atla? (Dikkat et, spam gönderildi)', - 'automatic_localization' => 'Durum sayfanızı otomatik olarak ziyaretçinin diline yerelleştirir misin?', - 'enable_external_dependencies' => 'Üçüncü Taraf Bağımlılıklarını Etkinleştirme (Google Fontlar, İzleyiciler, vb...)', + 'subscribers' => 'Allow people to signup to email notifications?', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', 'show_timezone' => 'Show the timezone the status page is running in', - 'only_disrupted_days' => 'Zaman çizelgesinde yalnızca olayları içeren günleri gösterin mi?', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ - 'analytics_google' => 'Google Analytics kodu', - 'analytics_gosquared' => 'GoSquared Analytics kodu', - 'analytics_piwik_url' => 'Piwik örneğinizin URL\'si (http (s) olmadan): //', - 'analytics_piwik_siteid' => 'Piwik\'in site numarası', + 'analytics_google' => 'Google Analytics code', + 'analytics_gosquared' => 'GoSquared Analytics code', + 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', + 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site saat dilimi', - 'site-locale' => 'Site dili', - 'date-format' => 'Tarih formatı', - 'incident-date-format' => 'Olay zaman damgası biçimi', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ - 'allowed-domains' => 'İzin verilen alanlar', - 'allowed-domains-help' => 'Virgülle ayrılmış. Yukarıda ayarlanan alana varsayılan olarak otomatik olarak izin verilir.', + 'allowed-domains' => 'Allowed domains', + 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'always-authenticate' => 'Always authenticate', 'always-authenticate-help' => 'Require login to view any Cachet page', ], 'stylesheet' => [ - 'custom-css' => 'Özel Stil Sayfası', + 'custom-css' => 'Custom Stylesheet', ], 'theme' => [ - 'background-color' => 'Arka plan rengi', - 'background-fills' => 'Arka plan dolguları (bileşenler, olaylar, altbilgi)', - 'banner-background-color' => 'Afiş arka plan rengi', - 'banner-padding' => 'Afiş dolgusu', + 'background-color' => 'Background color', + 'background-fills' => 'Background fills (components, incidents, footer)', + 'banner-background-color' => 'Banner background color', + 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable full width banner?', - 'text-color' => 'Metin rengi', - 'dashboard-login' => 'Altbilgide gösterge paneli butonunu mu gösteriyorsunuz?', - 'reds' => 'Kırmızı (hatalar için kullanılır)', - 'blues' => 'Mavi (bilgi için kullanılır)', - 'greens' => 'Yeşil (başarı için kullanılır)', - 'yellows' => 'Sarı (uyarılar için kullanılır)', - 'oranges' => 'Turuncu (bildirimler için kullanılır)', - 'metrics' => 'Metrikler dolgu', - 'links' => 'Bağlantılar', + 'text-color' => 'Text color', + 'dashboard-login' => 'Show dashboard button in the footer?', + 'reds' => 'Red (used for errors)', + 'blues' => 'Blue (used for information)', + 'greens' => 'Green (used for success)', + 'yellows' => 'Yellow (used for alerts)', + 'oranges' => 'Orange (used for notices)', + 'metrics' => 'Metrics fill', + 'links' => 'Links', ], ], 'user' => [ - 'username' => 'Kullanıcı adı', - 'email' => 'E-posta', - 'password' => 'Parola', - 'api-token' => 'API jetonu', - 'api-token-help' => 'API Tokenini yeniden oluşturmanız mevcut uygulamaların Cachet\'e erişmesini önleyecektir.', - 'gravatar' => 'Gravatar\'daki profil resminizi değiştirin.', - 'user_level' => 'Kullanıcı Seviyesi', + 'username' => 'Username', + 'email' => 'Email', + 'password' => 'Password', + 'api-token' => 'API Token', + 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', + 'gravatar' => 'Change your profile picture at Gravatar.', + 'user_level' => 'User Level', 'levels' => [ - 'admin' => 'Yönetim', - 'user' => 'Kullanıcı', + 'admin' => 'Admin', + 'user' => 'User', ], '2fa' => [ - 'help' => 'İki faktörlü kimlik doğrulamayı etkinleştirmek, hesabınızın güvenliğini artırır. Mobil cihazınıza Google Authenticator veya benzer bir uygulama indirmeniz gerekir. Giriş yaptığınızda, uygulama tarafından üretilen bir belirteç sağlamanız istenir.', + 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', ], 'team' => [ - 'description' => 'E-posta adreslerini buraya girerek ekip üyelerini davet edin.', - 'email' => 'Ekip Üyelerinin E-Posta Adresi', + 'description' => 'Invite your team members by entering their email addresses here.', + 'email' => 'Your Team Members Email Address', ], ], 'general' => [ - 'timezone' => 'Saat dilimini seçin', + 'timezone' => 'Select Timezone', ], // Buttons - 'add' => 'Ekle', - 'save' => 'Kaydet', - 'update' => 'Güncelle', - 'create' => 'Oluştur', - 'edit' => 'Düzenle', - 'delete' => 'Sil', - 'submit' => 'Gönder', - 'cancel' => 'İptal', - 'remove' => 'Kaldır', - 'invite' => 'Davet et', - 'signup' => 'Kayıt Ol', - 'manage_updates' => 'Güncellemeleri Yönet', + 'add' => 'Add', + 'save' => 'Save', + 'update' => 'Update', + 'create' => 'Create', + 'edit' => 'Edit', + 'delete' => 'Delete', + 'submit' => 'Submit', + 'cancel' => 'Cancel', + 'remove' => 'Remove', + 'invite' => 'Invite', + 'signup' => 'Sign Up', + 'manage_updates' => 'Manage Updates', // Other - 'optional' => '* İsteğe bağlı', + 'optional' => '* Optional', ];