Cloudlog/application/language/chinese_simplified/gridsquares_lang.php

37 wiersze
1.7 KiB
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = '网格地图';
$lang['gridsquares_activated_gridsquare_map'] = "激活的网格";
$lang['gridsquares_gridsquare_activators'] = "网格激活者";
$lang['gridsquares_confirmed_is_green'] = '已确认的网格是绿色';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = '已通联但未确认的网格是红色';
$lang['gridsquares_activated_but_not_confirmed_is_red'] = '已激活但未确认的网格是红色';
$lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = '此地图不包括通过卫星互联网或中继的QSO';
$lang['gridsquares_grid_squares'] = '网格';
$lang['gridsquares_total_count'] = '总数';
$lang['gridsquares_minimum_count'] = "最低数量";
$lang['gridsquares_show_qsos'] = "显示 QSO";
$lang['gridsquares_show_map'] = "显示地图";
$lang['gridsquares_band'] = '频率';
$lang['gridsquares_mode'] = '模式';
$lang['gridsquares_sat'] = '卫星';
$lang['gridsquares_confirmation'] = '确认';
$lang['gridsquares_button_plot'] = '绘制';
$lang['gridsquares_button_clear_markers'] = "清除标记";
$lang['gridsquares_gridsquares'] = '网格';
$lang['gridsquares_gridsquares_worked'] = '已通联的网格';
$lang['gridsquares_gridsquares_confirmed'] = '已确认的网格';
$lang['gridsquares_gridsquares_not_confirmed'] = '未确认的网格';
$lang['gridsquares_gridsquares_lotw'] = '在 LoTW 上确认的网格';
$lang['gridsquares_gridsquares_paper'] = '通过纸质 QSL 确认的网格';
$lang['gridsquares_gridsquares_total_worked'] = '总共工作过的网格';
$lang['gridsquares_gridsquares_total_activated'] = '总激活的网格';