Skip to content

Commit

Permalink
Merge pull request #47 from mrfade/chore/turkish-translation
Browse files Browse the repository at this point in the history
chore: turkish translation
  • Loading branch information
bezhanSalleh committed Dec 30, 2023
2 parents 63bf2cc + d6fc37a commit c6254c7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions resources/lang/tr/widgets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php

return [
/**
* Dashboard Page
*/
'navigation_label' => 'Analitik Paneli',
'title' => 'Analitik Paneli',

/**
* Widget Heading/Labels
*/
'page_views' => 'Sayfa Görüntüleme',
'visitors' => 'Eşsiz Ziyaretçi',
'sessions' => 'Oturumlar',
'sessions_duration' => 'Ortalama Oturum Süresi',
'sessions_by_country' => 'Ülkelere Göre Oturumlar',
'sessions_by_device' => 'Cihazlara Göre Oturumlar',
'top_referrers' => 'En Çok Yönlendirenler',
'most_visited_pages' => 'En Çok Ziyaret Edilen Sayfalar',
'one_day_active_users' => '1 Gün Aktif Kullanıcılar',
'seven_day_active_users' => '7 Gün Aktif Kullanıcılar',
'fourteen_day_active_users' => '14 Gün Aktif Kullanıcılar',
'twenty_eight_day_active_users' => '28 Gün Aktif Kullanıcılar',

/**
* Filter Labels
*/
'T' => 'Bugün',
'Y' => 'Dün',
'TW' => 'Bu Hafta',
'LW' => 'Geçen Hafta',
'LM' => 'Geçen Ay',
'TM' => 'Bu Ay',
'TY' => 'Bu Yıl',
'LSD' => 'Son 7 Gün',
'LTD' => 'Son 30 Gün',
'FD' => '5 Gün',
'TD' => '10 Gün',
'FFD' => '15 Gün',

/**
* Trajectory Label Descriptions
*/
'trending_up' => 'Artış',
'trending_down' => 'Düşüş',
'steady' => 'Durağan',
];

0 comments on commit c6254c7

Please sign in to comment.