Files
wavelog/application/language/chinese_simplified/statistics_lang.php
2024-02-14 01:21:49 +01:00

84 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['statistics_statistics'] = '统计';
$lang['statistics_explore_the_logbook'] = '查看日志';
$lang['statistics_years'] = '年';
$lang['statistics_modes'] = '模式';
$lang['statistics_bands'] = '波段';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = '呼号';
$lang['statistics_total'] = '总计';
$lang['statistics_year'] = '年';
$lang['statistics_number_of_qso_worked_each_year'] = "每年通联的 QSO 数量";
$lang['statistics_number_of_qso_worked'] = "通联的 QSO 数量";
/*
*
* Distances
*
*/
$lang['statistics_distances_worked'] = "通联距离";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "次通联<br /> 您最远的通联是与";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "在网格";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "距离是";
$lang['statistics_distances_number_of_qsos'] = "QSO 数量";
$lang['statistics_distances_callsigns_worked'] = "通联的呼号最多显示5个";
$lang['statistics_distances_qsos_with'] = "QSO 与";
$lang['statistics_distances_and_band'] = "和波段";
/*
*
* Timeline
*
*/
$lang['statistics_timeline'] = "时间线";
/*
*
* Days with QSO
*
*/
$lang['statistics_days_with_qso'] = "本年QSO总数";
$lang['statistics_days_with_qso_short'] = "QSO的日期";
$lang['statistics_dwq_longest_streak_in_log'] = "日志中最长QSO连续记录";
$lang['statistics_dwq_longest_streak_in_log_hint'] = "最多显示10条最长QSO连续记录";
$lang['statistics_dwq_streak_continuous_days'] = "最长QSO连续记录";
$lang['statistics_dwq_current_streak_in_log'] = "目前的QSO连续记录";
$lang['statistics_dwq_current_streak_continuous_days'] = "当前连续天数";
$lang['statistics_dwq_make_qso_to_extend_streak'] = "如果你今天进行了QSO那么就能延长你的连续天数否则将会被打破清零";
$lang['statistics_dwq_no_current_streak'] = "没有找到连续的天数";
/*
*
* Accumulated Stats
*
*/
$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked";
$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked";
$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked";
$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked";
/*
*
* Timeplotter
*
*/
$lang['statistics_timeplotter_description'] = "The Timeplotter is used to analyze your logbook and find out at what times you worked certain CQ zones or DXCC countries on a selected band.";
$lang['statistics_timeplotter_contacts_plotted'] = "contacts were plotted"; /* sentence starts with counter - 'XXXX contacts were plotted' */
$lang['statistics_timeplotter_chart_header'] = "Time Distribution";
$lang['statistics_timeplotter_number_of_qsos'] = "Number of QSOs";
$lang['statistics_timeplotter_callsigns_worked'] = "Callsign(s) worked (max 5)";