2023-10-03 00:46:17 +02:00
|
|
|
|
<?php
|
|
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
defined('BASEPATH') OR exit('Doğrudan komut dosyası erişimine izin verilmiyor');
|
2023-10-03 00:46:17 +02:00
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_statistics'] = 'İstatistikler';
|
2023-10-03 00:46:17 +02:00
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_explore_the_logbook'] = 'Kayıt defterini inceleyin.';
|
2023-10-03 00:46:17 +02:00
|
|
|
|
|
2026-01-05 22:14:00 +00:00
|
|
|
|
// Personal Propagation Advisor
|
|
|
|
|
|
$lang['propagation_title'] = 'Personal Propagation Advisor';
|
|
|
|
|
|
$lang['propagation_description'] = 'See when you most often work a DXCC entity, using your own QSOs only.';
|
|
|
|
|
|
$lang['propagation_select_dxcc'] = 'DXCC entity';
|
|
|
|
|
|
$lang['propagation_select_band'] = 'Band (optional)';
|
|
|
|
|
|
$lang['propagation_select_mode'] = 'Mode (optional)';
|
|
|
|
|
|
$lang['propagation_best_window'] = 'Best UTC window';
|
|
|
|
|
|
$lang['propagation_best_band'] = 'Most successful band';
|
|
|
|
|
|
$lang['propagation_best_mode'] = 'Most successful mode';
|
|
|
|
|
|
$lang['propagation_last_worked'] = 'Last worked';
|
|
|
|
|
|
$lang['propagation_total_qsos'] = 'Total QSOs analyzed';
|
|
|
|
|
|
$lang['propagation_heatmap_title'] = '24-hour heatmap';
|
|
|
|
|
|
$lang['propagation_band_breakdown'] = 'Band breakdown';
|
|
|
|
|
|
$lang['propagation_download_csv'] = 'Download CSV';
|
|
|
|
|
|
$lang['propagation_required_filters'] = 'Select a DXCC to start.';
|
|
|
|
|
|
$lang['propagation_no_data'] = 'No QSOs found for this selection.';
|
|
|
|
|
|
$lang['propagation_relative_intensity'] = 'Relative intensity:';
|
|
|
|
|
|
$lang['propagation_intensity_none'] = 'None';
|
|
|
|
|
|
$lang['propagation_intensity_low'] = 'Low';
|
|
|
|
|
|
$lang['propagation_intensity_medium'] = 'Medium';
|
|
|
|
|
|
$lang['propagation_intensity_high'] = 'High';
|
|
|
|
|
|
$lang['propagation_intensity_very_high'] = 'Very high';
|
|
|
|
|
|
$lang['propagation_strongest_band_label'] = 'Strongest band';
|
|
|
|
|
|
$lang['propagation_activity_last_30'] = 'Activity last 30 days';
|
|
|
|
|
|
$lang['propagation_trend_7d'] = '7d';
|
|
|
|
|
|
$lang['propagation_trend_30d'] = '30d';
|
|
|
|
|
|
$lang['propagation_trend_90d'] = '90d';
|
|
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_years'] = 'Yıllar';
|
|
|
|
|
|
$lang['statistics_modes'] = 'Mod';
|
|
|
|
|
|
$lang['statistics_bands'] = 'Bantlar';
|
|
|
|
|
|
$lang['statistics_qsos'] = "QSO'lar";
|
|
|
|
|
|
$lang['statistics_unique_callsigns'] = 'Benzersiz çağrı işaretleri';
|
2023-10-03 00:46:17 +02:00
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_total'] = 'Toplam';
|
2023-10-03 00:46:17 +02:00
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_year'] = 'Yıl';
|
2023-11-05 16:57:31 +01:00
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_number_of_qso_worked_each_year'] = "Her yıl çalışılan QSO sayısı";
|
|
|
|
|
|
$lang['statistics_number_of_qso_worked'] = "Çalışan QSO sayısı";
|
2023-11-05 16:57:31 +01:00
|
|
|
|
|
2023-11-07 22:11:58 +01:00
|
|
|
|
/*
|
|
|
|
|
|
*
|
2024-05-16 22:26:53 +01:00
|
|
|
|
* Mesafeler
|
2023-11-07 22:11:58 +01:00
|
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
2024-06-16 19:40:24 +02:00
|
|
|
|
$lang['statistics_distances_bands_all'] = "Tüm";
|
2024-09-03 00:03:06 +02:00
|
|
|
|
$lang['statistics_distances_modes_all'] = "Tüm";
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_distances_worked'] = "Çalışılan Mesafeler";
|
|
|
|
|
|
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "kişiler planlandı.<br /> En uzak bağlantınız şununlaydı";
|
|
|
|
|
|
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "gridsquare'de";
|
2024-06-16 19:40:24 +02:00
|
|
|
|
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "Mesafe şuydu";
|
|
|
|
|
|
$lang['statistics_distances_part4_contacts_were_plotted_furthest'] = "Ortalama mesafe";
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_distances_number_of_qsos'] = "QSO sayısı";
|
|
|
|
|
|
$lang['statistics_distances_callsigns_worked'] = "Çağrı işaretleri çalıştı (en fazla 5 tane gösterildi)";
|
2024-09-03 00:03:06 +02:00
|
|
|
|
$lang['statistics_distances_qsos_with'] = "mesafeli QSO'lar ile";
|
|
|
|
|
|
$lang['statistics_distances_and_band'] = ", bant : ";
|
|
|
|
|
|
$lang['statistics_distances_and_mode'] = ", mode : ";
|
|
|
|
|
|
$lang['statistics_distances_and_power'] = ", gücü : ";
|
2024-11-30 19:21:46 +01:00
|
|
|
|
$lang['statistics_distances_and_propagation'] = ", Yayın Mode : ";
|
|
|
|
|
|
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";
|
2023-11-05 16:57:31 +01:00
|
|
|
|
|
2023-11-07 22:11:58 +01:00
|
|
|
|
/*
|
|
|
|
|
|
*
|
2024-05-16 22:26:53 +01:00
|
|
|
|
* Zaman çizelgesi
|
2023-11-07 22:11:58 +01:00
|
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_timeline'] = "Zaman Çizelgesi";
|
2023-11-07 22:11:58 +01:00
|
|
|
|
|
2024-01-01 14:47:45 +01:00
|
|
|
|
/*
|
|
|
|
|
|
*
|
2024-05-16 22:26:53 +01:00
|
|
|
|
* QSO'lu günler
|
2024-01-01 14:47:45 +01:00
|
|
|
|
*
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
2024-11-20 20:24:08 +01:00
|
|
|
|
$lang['statistics_tab_yearly'] = "Yearly";
|
|
|
|
|
|
$lang['statistics_tab_streaks'] = "Streaks";
|
|
|
|
|
|
$lang['statistics_tab_weekdays'] = "Days of the week";
|
2024-11-30 16:53:52 +01:00
|
|
|
|
$lang['statistics_tab_daily'] = "Daily";
|
2024-11-20 20:24:08 +01:00
|
|
|
|
$lang['statistics_days_yearly'] = "Number of days with QSOs each year";
|
|
|
|
|
|
$lang['statistics_days_with_qso'] = "QSO'lu Günler";
|
2024-11-30 16:53:52 +01:00
|
|
|
|
$lang['statistics_qsos_each_day'] = "Number of QSOs each day";
|
2024-11-20 20:24:08 +01:00
|
|
|
|
$lang['statistics_weekdays_with_qso'] = "QSOs breakdown by day of the week";
|
2024-11-30 16:53:52 +01:00
|
|
|
|
$lang['statistics_number_of_qsos_this_day'] = "Number of QSOs this day";
|
2024-11-20 20:24:08 +01:00
|
|
|
|
$lang['statistics_number_of_qsos_this_weekday'] = "Number of QSOs for this day of the week";
|
2024-05-16 22:26:53 +01:00
|
|
|
|
$lang['statistics_dwq_longest_streak_in_log'] = "Günlükteki QSO'larla en uzun seri";
|
|
|
|
|
|
$lang['statistics_dwq_longest_streak_in_log_hint'] = "Maksimum en uzun 10 seri gösteriliyor!";
|
|
|
|
|
|
$lang['statistics_dwq_streak_continuous_days'] = "Seri (QSO'larla sürekli günler)";
|
|
|
|
|
|
$lang['statistics_dwq_current_streak_in_log'] = "Günlükte QSO'ların bulunduğu mevcut seri";
|
|
|
|
|
|
$lang['statistics_dwq_current_streak_continuous_days'] = "Geçerli seri (QSO'larla sürekli günler)";
|
|
|
|
|
|
$lang['statistics_dwq_make_qso_to_extend_streak'] = "Eğer bugün QSO yaparsanız serinizi uzatmaya devam edebilirsiniz... yoksa mevcut seriniz bozulur!";
|
|
|
|
|
|
$lang['statistics_dwq_no_current_streak'] = "Geçerli seri bulunamadı!";
|