Sync languages
This commit is contained in:
@@ -12,24 +12,24 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Son Güncelleme: zaman tipi',
|
||||
'status' => [
|
||||
1 => 'Çalışıyor',
|
||||
2 => 'Performans Sorunları',
|
||||
2 => 'Performans Problemleri',
|
||||
3 => 'Kısmi Kesinti',
|
||||
4 => 'Ana Kesinti',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Diğer Bileşenler',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'previous_week' => 'Previous Week',
|
||||
'next_week' => 'Next Week',
|
||||
'none' => 'Hiçbir olay raporlanmadı',
|
||||
'past' => 'Geçmiş Olaylar',
|
||||
'previous_week' => 'Geçen Hafta',
|
||||
'next_week' => 'Gelecek Hafta',
|
||||
'scheduled' => 'Zamanlanmış bakım',
|
||||
'scheduled_at' => ',zamanlanmış :zamandilimi',
|
||||
'status' => [
|
||||
@@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
'good' => '[0,1] Sistem çalışır durumda| [2, Inf] Tüm sistemler çalışır durumda',
|
||||
'bad' => '[0,1] Sistemde şu anda sorunlar yaşanıyor [2, Inf] Bazı sistemlerde sorunlar yaşanıyor',
|
||||
'major' => '[0,1] Bu serviste büyük bir kesinti yaşıyoruz [2, Inf] Bazı sistemlerde büyük bir kesintisi yaşıyoruz',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -56,27 +56,27 @@ return [
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
'last_hour' => 'Son 1 saat',
|
||||
'hourly' => 'Son 12 saat',
|
||||
'weekly' => 'Hafta',
|
||||
'monthly' => 'Ay',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'subscribe' => 'En son güncelleştirmeleri almak için abone olun',
|
||||
'button' => 'Abone Ol',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'no_subscriptions' => 'Şu anda tüm güncellemeleri abone oldunuz.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Güncellemeler için abone ol.',
|
||||
'subscribed' => 'Bir email bildirimi almış olmalısın, lütfen aboneliğini onaylamak için kontrol et.',
|
||||
'verified' => 'E mail aboneliğin kabul edildi. Teşekkürler!',
|
||||
'manage' => 'Manage your subscription.',
|
||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||
'manage' => 'Aboneliğinizi yönetin.',
|
||||
'unsubscribe' => 'E-posta aboneliğinden çık.',
|
||||
'unsubscribed' => 'Email aboneliğin iptal edildi.',
|
||||
'failure' => 'Bazı şeyler yanlış gitti.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
@@ -116,12 +116,12 @@ return [
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'title' => 'Kayıt Ol',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
'success' => 'Hesabınız oluşturuldu.',
|
||||
'failure' => 'Kayıt esnasında bir sorun oluştu.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
@@ -130,7 +130,7 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Close',
|
||||
'close' => 'Kapat',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
@@ -139,9 +139,10 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Ana Sayfa',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'about_this_site' => 'Bu Site hakkında',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
+33
-33
@@ -14,26 +14,26 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'E-posta',
|
||||
'username' => 'Username',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'password' => 'Parola',
|
||||
'site_name' => 'Site adı',
|
||||
'site_domain' => 'Site alan adı',
|
||||
'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ü',
|
||||
'session_driver' => 'Oturum sürücüsü',
|
||||
'cache_driver' => 'Önbellek Sürücüsü',
|
||||
'session_driver' => 'Oturum Sürücüsü',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'login' => 'Kullanıcı Adı veya E-Posta',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'2fauth' => 'Onaylama Kodu',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Geçersiz token',
|
||||
'cookies' => 'Giriş yapabilmek için çerezleri açmalısın',
|
||||
'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.',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
'status' => 'Durum',
|
||||
'component' => 'Bileşen',
|
||||
'message' => 'Mesaj',
|
||||
'message-help' => 'Etiketleme kullanabilirsiniz.',
|
||||
'message-help' => 'Markdown işaretleri kullanabilirsiniz.',
|
||||
'scheduled_at' => 'Bakım ne zaman?',
|
||||
'incident_time' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
@@ -62,9 +62,9 @@ return [
|
||||
'status' => 'Durum',
|
||||
'group' => 'Grup',
|
||||
'description' => 'Açıklama',
|
||||
'link' => 'Link',
|
||||
'link' => 'Bağlantı',
|
||||
'tags' => 'Etiketler',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'tags-help' => 'Virgül ile ayrılmış.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
@@ -81,9 +81,9 @@ return [
|
||||
'name' => 'İsim',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Açıklama',
|
||||
'description-help' => 'Etiketleme kullanabilirsiniz.',
|
||||
'description-help' => 'Markdown işaretleri kullanabilirsiniz.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'default-value' => 'Varsayılan değer',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Toplam',
|
||||
'type_avg' => 'Ortalama',
|
||||
@@ -99,8 +99,8 @@ return [
|
||||
'settings' => [
|
||||
/// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Site adı',
|
||||
'site-url' => 'Site url',
|
||||
'site-name' => 'Site Adı',
|
||||
'site-url' => 'Site url adresi',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'Hakkında',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
@@ -146,39 +146,39 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'username' => 'Kullanıcı adı',
|
||||
'email' => 'E-posta',
|
||||
'password' => 'Parola',
|
||||
'api-token' => 'API Token',
|
||||
'api-token' => 'API jetonu',
|
||||
'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' => 'Admin',
|
||||
'user' => 'User',
|
||||
'user' => 'Kullanıcı',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> 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' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'description' => 'E-posta adreslerini buraya girerek ekip üyelerini davet edin.',
|
||||
'email' => 'E-posta #:id',
|
||||
],
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'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',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
'optional' => '* İsteğe bağlı',
|
||||
];
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
return [
|
||||
'setup' => 'Kurulum',
|
||||
'title' => 'Cachet\'i Kur',
|
||||
'service_details' => 'Hizmet Detayları',
|
||||
'service_details' => 'Hizmet detayları',
|
||||
'env_setup' => 'Ortam kurulumu',
|
||||
'status_page_setup' => 'Durum Sayfası Kurulumu',
|
||||
'status_page_setup' => 'Durum sayfası kurulumu',
|
||||
'show_support' => 'Cachet için destek ister misiniz?',
|
||||
'admin_account' => 'Yönetici Hesabı',
|
||||
'complete_setup' => 'Kurulumu tamamla',
|
||||
'completed' => 'Cachet başarı ile ayarlandı!',
|
||||
'finish_setup' => 'Arayüze git',
|
||||
'finish_setup' => 'Gösterge paneline git',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user