Cloudlog/application/language/chinese_simplified/contesting_lang.php
DJ3CE 3d22e3c949 Implement contesting copy-exchange-to(-nearly)-anything
- in contest-session, the (numeric-)id of the selected 'copy' is saved,
  compatible with the previous DOK-copy.
- UI changes
- Logbook_model enhancements
- Translation additions
2024-03-27 11:31:39 +01:00

39 lines
2.0 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['contesting_page_title'] = '竞赛日志';
$lang['contesting_button_reset_contest_session'] = '重置竞赛';
$lang['contesting_operator_callsign'] = '操作员呼号';
$lang['contesting_exchange_type'] = '信息交换类型';
$lang['contesting_exchange_type_serial'] = '序列编号';
$lang['contesting_exchange_type_none'] = '无';
$lang['contesting_exchange_type_exchange'] = '交换信息';
$lang['contesting_exchange_type_gridsquare'] = '网格座标';
$lang['contesting_exchange_type_other'] = '其他';
$lang['contesting_exchange_type_serial_exchange'] = '序列编号 + 交换信息';
$lang['contesting_exchange_type_serial_gridsquare'] = '序列编号 + 网格座标';
$lang['contesting_exchange_serial_s'] = '序列编号 (发)';
$lang['contesting_exchange_serial_r'] = '序列编号 (收)';
$lang['contesting_exchange_gridsquare_s'] = '网格座标 (发)';
$lang['contesting_exchange_gridsquare_r'] = '网格座标 (收)';
$lang['contesting_contest_name'] = '竞赛名称';
$lang['contesting_btn_reset_qso'] = '重置 QSO';
$lang['contesting_btn_save_qso'] = '保存 QSO';
$lang['contesting_title_callsign_suggestions'] = '呼号建议';
$lang['contesting_title_contest_logbook'] = '竞赛日志簿';
$lang['contesting_copy_exch_to_dok'] = '将收到的交换信息复制到数据库中的 DOK 字段!';
$lang['contesting_copy_exch_to_none'] = '将收到的交换信息复制到数据库中的 no additional 字段!';
$lang['contesting_copy_exch_to_power'] = '将收到的交换信息复制到数据库中的 RX-Power 字段!';
$lang['contesting_copy_exch_to_state'] = '将收到的交换信息复制到数据库中的 US-State 字段!';
$lang['contesting_copy_exch_to_age'] = '将收到的交换信息复制到数据库中的 Age 字段!';
$lang['contesting_copy_exch_to_name'] = '将收到的交换信息复制到数据库中的 Name 字段!';
$lang['contesting_copy_exch_to_locator'] = '将收到的交换信息复制到数据库中的 Locator 字段!';