Cloudlog/application/language/chinese_simplified/gridsquares_lang.php
abarrau ade2324ffd update french language
1/ state update tranlate french language

DONE (with delimitor ")
- account_lang.php
- adif_lang.php
- admin_lang.php
- contesting_lang.php
- eqsl_lang.php
- export_lang.php
- filter_lang.php
- general_words_lang.php
- gridsquares_lang.php
- lotw_lang.php
- notes_lang.php
- qslcard_lang.php
- statistics_lang.php

IN PROGRESS
- awards_lang.php

TO DO
- menu_lang.php
- options_lang.php
- qso_lang.php
- station_lang.php

2/ change add/edit station_profil for tag "gen_find_zone_xxx" (general_words)
--> same consistency for all languages

3/ add tag "gridsquares_gridsquares_worked" (general_words) for all language file
--> exist only for english
2023-11-12 17:50:23 +01:00

36 行
1.7 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = '网格地图';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "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'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = '频率';
$lang['gridsquares_mode'] = '模式';
$lang['gridsquares_sat'] = '卫星';
$lang['gridsquares_confirmation'] = '确认';
$lang['gridsquares_button_plot'] = '绘制';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = '网格';
$lang['gridsquares_gridsquares_worked'] = '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'] = '总激活的网格';