Cloudlog/application/language/chinese_simplified/export_lang.php

76 lines
3.6 KiB
PHP
Raw Normal View History

2023-10-19 11:53:42 +00:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
___________________________________________________________________________________________
KML Export
___________________________________________________________________________________________
*/
2023-11-08 06:39:46 +00:00
$lang['export_kml_header'] = "KML 导出";
2024-01-07 18:30:03 +00:00
$lang['export_kml_description'] = "将日志导出为 KML 文件以在 Google 地球中使用";
$lang['export_kml_grisquare_warning'] = "只有有网格座标的 QSO 才会被导出";
2023-10-19 11:53:42 +00:00
2023-10-23 21:07:28 +00:00
/*
___________________________________________________________________________________________
DX Atlas Export
___________________________________________________________________________________________
*/
2023-11-08 06:39:46 +00:00
$lang['export_dxatlas_header'] = "DX Atlas 导出";
2024-01-07 18:30:03 +00:00
$lang['export_dxatlas_description'] = "导出您的日志以在 DX Atlas 中使用以显示已工作/已确认的网格座标";
$lang['export_dxatlas_gridsquare_warning'] = "只有有网格座标的 QSO 才会被导出!";
2023-10-23 21:07:28 +00:00
/*
___________________________________________________________________________________________
SOTA Export
___________________________________________________________________________________________
*/
2023-10-19 11:53:42 +00:00
2023-11-08 06:39:46 +00:00
$lang['export_sota_header'] = "SOTA CSV 导出";
2024-01-07 18:30:03 +00:00
$lang['export_sota_description'] = "导出您的日志以进行 SOTA 上传";
2023-11-09 04:50:17 +00:00
$lang['export_sota_info_warning'] = "只有具有 SOTA 信息的 QSO 才会被导出!";
2023-10-19 11:53:42 +00:00
2023-10-30 19:32:36 +00:00
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
2023-11-08 06:39:46 +00:00
$lang['export_cabrillo_header'] = "Cabrillo 导出";
2023-11-09 04:50:17 +00:00
$lang['export_cabrillo_description'] = "将比赛导出到 Cabrillo 日志";
$lang['export_cabrillo_select_station'] = "选择台站位置";
$lang['export_cabrillo_proceed'] = "继续";
$lang['export_cabrillo_select_year'] = "选择年份";
$lang['export_cabrillo_select_contest'] = "选择比赛";
$lang['export_cabrillo_select_date_range'] = "选择日期区间";
$lang['export_cabrillo_club'] = "俱乐部";
$lang['export_cabrillo_cat_operator'] = "操作员类型Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "单操作员Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "多操作员Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "检查日志Checklog";
$lang['export_cabrillo_cat_assisted'] = "辅助类型Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "无辅助Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "有辅助Assisted";
$lang['export_cabrillo_cat_band'] = "波段类型Band";
2024-01-07 18:30:03 +00:00
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND 和 VHF-FM-ONLY (仅限 ARRL VHF 竞赛)";
2023-11-09 04:50:17 +00:00
$lang['export_cabrillo_cat_mode'] = "模式类型Mode";
$lang['export_cabrillo_cat_power'] = "功率类型Power";
$lang['export_cabrillo_cat_station'] = "台站类型Station";
$lang['export_cabrillo_cat_transmitter'] = "发射机类型Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Overlay类型";
$lang['export_cabrillo_operators'] = "操作员";
2024-01-07 18:30:03 +00:00
$lang['export_cabrillo_soapbox'] = "Soapbox(附加信息)";
2023-11-09 04:50:17 +00:00
$lang['export_cabrillo_address'] = "地址";
$lang['export_cabrillo_address_city'] = "城市";
$lang['export_cabrillo_address_state_province'] = "州/省";
$lang['export_cabrillo_address_postalcode'] = "邮政编码";
$lang['export_cabrillo_address_country'] = "国家";
2024-01-07 18:30:03 +00:00
$lang['export_cabrillo_no_contests_in_log'] = "在日志中未发现任何竞赛";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "没有找到该台站位置的竞赛";
2023-10-30 19:32:36 +00:00