mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 18:55:43 +01:00
141 lines
4.9 KiB
PHP
141 lines
4.9 KiB
PHP
<?php
|
||
|
||
/*
|
||
* This file is part of Cachet.
|
||
*
|
||
* (c) Alt Three Services Limited
|
||
*
|
||
* For the full copyright and license information, please view the LICENSE
|
||
* file that was distributed with this source code.
|
||
*/
|
||
|
||
return [
|
||
// Components
|
||
'components' => [
|
||
'last_updated' => 'Son Güncelleme: zaman tipi',
|
||
'status' => [
|
||
0 => 'Bilinmiyor',
|
||
1 => 'Çalışıyor',
|
||
2 => 'Performans Sorunları',
|
||
3 => 'Kısmi Kesinti',
|
||
4 => 'Ana Kesinti',
|
||
],
|
||
'group' => [
|
||
'other' => 'Diğer Bileşenler',
|
||
],
|
||
],
|
||
|
||
// Incidents
|
||
'incidents' => [
|
||
'none' => 'Hiçbir olay raporlanmadı',
|
||
'past' => 'Geçmiş Olaylar',
|
||
'stickied' => 'Yapıştırılmış Olaylar',
|
||
'scheduled' => 'Bakım',
|
||
'scheduled_at' => ',zamanlanmış :zamandilimi',
|
||
'posted' => ':timestamp gönderildi',
|
||
'posted_at' => 'Gönderim Zamanı :timestamp',
|
||
'status' => [
|
||
1 => 'İnceleniyor',
|
||
2 => 'Tanımlandı',
|
||
3 => 'İzleniyor',
|
||
4 => 'Düzeltildi',
|
||
],
|
||
],
|
||
|
||
// Schedule
|
||
'schedules' => [
|
||
'status' => [
|
||
0 => 'Yaklaşan',
|
||
1 => 'Devam Ediyor',
|
||
2 => 'Tamamla',
|
||
],
|
||
],
|
||
|
||
// Service Status
|
||
'service' => [
|
||
'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' => [
|
||
'regenerate' => 'API Key\'i yeniden oluştur',
|
||
'revoke' => 'API Anahtarı geçersiz kıl',
|
||
],
|
||
|
||
// Metrics
|
||
'metrics' => [
|
||
'filter' => [
|
||
'last_hour' => 'Son 1 saat',
|
||
'hourly' => 'Son 12 saat',
|
||
'weekly' => 'Hafta',
|
||
'monthly' => 'Ay',
|
||
],
|
||
],
|
||
|
||
// Subscriber
|
||
'subscriber' => [
|
||
'subscribe' => 'Güncellemeleri almak için abone olun',
|
||
'unsubscribe' => 'Adresindeki aboneliği iptal et :link',
|
||
'button' => 'Abone ol',
|
||
'manage' => [
|
||
'no_subscriptions' => 'Şu anda tüm güncellemeleri abone oldunuz.',
|
||
'my_subscriptions' => 'Şu an aşağıdaki güncellemelere abone oldunuz.',
|
||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||
],
|
||
'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' => 'Aboneliklerini yönet',
|
||
'unsubscribe' => 'E-posta aboneliğinden çık.',
|
||
'unsubscribed' => 'Email aboneliğin iptal edildi.',
|
||
'failure' => 'Bazı şeyler yanlış gitti.',
|
||
'already-subscribed' => ':email adresine abone olunamadı çünkü zaten abone.',
|
||
],
|
||
],
|
||
|
||
'signup' => [
|
||
'title' => 'Kayıt Ol',
|
||
'username' => 'Kullanıcı adı',
|
||
'email' => 'E-posta',
|
||
'password' => 'Parola',
|
||
'success' => 'Hesabınız oluşturuldu.',
|
||
'failure' => 'Kayıt esnasında bir sorun oluştu.',
|
||
],
|
||
|
||
'system' => [
|
||
'update' => 'Cachet yeni sürümü kullanılabilir. Nasıl güncelleneceğini <a href="https://docs.cachethq.io/docs/updating-cachet">buradan</a> öğrenebilirsiniz!',
|
||
],
|
||
|
||
// Modal
|
||
'modal' => [
|
||
'close' => 'Kapat',
|
||
'subscribe' => [
|
||
'title' => 'Bileşen güncellemelerine abone ol',
|
||
'body' => 'Bu içeriğin güncellemelerine abone olmak için e-mail adresinizi giriniz. Eğer zaten aboneyseniz, bu içerikle ilgili zaten e-mailler alacaksınız.',
|
||
'button' => 'Abone ol',
|
||
],
|
||
],
|
||
|
||
// Meta descriptions
|
||
'meta' => [
|
||
'description' => [
|
||
'incident' => 'Details and updates about the :name incident that occurred on :date',
|
||
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
|
||
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
|
||
'overview' => 'Şu uygulamalardaki en son hizmet güncellemeleri ile güncel kalın.',
|
||
],
|
||
],
|
||
|
||
// Other
|
||
'home' => 'Ana Sayfa',
|
||
'powered_by' => '<a href="https://cachethq.io" class="links"> Önbellek </a> kaynaklı.',
|
||
'timezone' => 'Saatler, saat diliminde gösterilir.',
|
||
'about_this_site' => 'Bu Site hakkında',
|
||
'rss-feed' => 'RSS',
|
||
'atom-feed' => 'Atom',
|
||
'feed' => 'Status Feed',
|
||
|
||
];
|