WT

{{ t('title') }}

{{ currentLang === 'zh' ? '中文' : 'EN' }}
{{ t('statsTab') }}
{{ t('chartsTab') }}
{{ t('techTreeTab') }}
{{ t('mapsTab') }}
{{ t('updatesTab') }}
{{ t('totalVehicles') }}
{{ stats.total_vehicles || '-' }}
{{ t('countries') }}
{{ stats.total_countries || '-' }}
{{ t('vehicleTypes') }}
{{ stats.total_types || '-' }}
{{ t('premiumCount') }}
{{ stats.premium_count || '-' }}
{{ t('brRange') }}
{{ stats.min_br || '?' }} - {{ stats.max_br || '?' }}
{{ t('compareList') }}:
{{ v.localized_name || v.identifier }}
+空位
{{ t('clearCompare') }} {{ t('startCompare') }}
{{ t('refreshStats') }} {{ t('resetFilters') }}

{{ t('brDistribution') }}

{{ t('countryDistribution') }}

{{ t('typeDistribution') }}

{{ t('brHeatmap') }}

{{ t('refreshStats') }}
{{ techTree.country ? '选择国家和类型以查看科技树' : '请选择一个国家' }}
Rank {{ era }}
{{ node.localized_name }}
{{ node.arcade_br }}

{{ t('mapsTab') }}

War Thunder 高清游戏地图浏览 · 共 {{ maps.length }} 张地图

{{ map.name }}
{{ map.nameEn }}
{{ map.typeLabel }}

{{ map.name }}

{{ map.nameEn }}

{{ map.country }} {{ map.era }}
没有找到匹配的地图

{{ currentMap.name }}

{{ currentMap.nameEn }}

类型{{ currentMap.typeLabel }}
国家/地区{{ currentMap.country }}
时代{{ currentMap.era }}
地图大小{{ currentMap.size }}
描述{{ currentMap.description }}
暂无更新记录。运行 npm run sync 同步数据后将自动生成记录。
#{{ s.id }} {{ formatTime(s.sync_time) }} {{ t('totalBefore') }}: {{ s.total_before }} → {{ t('totalAfter') }}: {{ s.total_after }}
{{ s.summary }}
+ {{ s.added_count }} {{ t('addedVehicles') }} - {{ s.removed_count }} {{ t('removedVehicles') }} ~ {{ s.modified_count }} {{ t('modifiedVehicles') }}
{{ formatTime(currentUpdateSession.sync_time) }} | {{ currentUpdateSession.summary }}
{{ t('noChanges') }}

+ {{ changesByType.added.length }} {{ t('addedVehicles') }}

{{ c.localized_name }} {{ c.country_name || c.country }} / {{ c.vehicle_type_name || c.vehicle_type }}

- {{ changesByType.removed.length }} {{ t('removedVehicles') }}

{{ c.localized_name }} {{ c.country_name || c.country }} / {{ c.vehicle_type_name || c.vehicle_type }}

~ {{ changesByType.modified.length }} {{ t('modifiedVehicles') }}

{{ c.localized_name }} {{ c.field_name }} {{ c.old_value }} {{ c.new_value }}

{{ t('basicInfo') }}

{{ t('name') }}{{ currentVehicle.localized_name }}
ID{{ currentVehicle.identifier }}
{{ t('selectCountry') }}{{ currentVehicle.country_name }}
{{ t('type') }}{{ currentVehicle.vehicle_type_name }}
{{ t('era') }}{{ currentVehicle.era }}
{{ t('arcadeBrShort') }}{{ currentVehicle.arcade_br }}
{{ t('realisticBrShort') }}{{ currentVehicle.realistic_br }}
{{ t('crew') }}{{ currentVehicle.crew_total_count }}
{{ t('premium') }}{{ currentVehicle.is_premium ? t('premium') : t('nonPremium') }}

{{ t('economyParams') }}

{{ t('reqExpLabel') }}{{ fmt(currentVehicle.req_exp) }}
{{ t('purchaseCost') }}{{ fmt(currentVehicle.value) }}
{{ t('geCost') }}{{ fmt(currentVehicle.ge_cost) }}
SL({{ t('arcadeBrShort') }}){{ currentVehicle.sl_mul_arcade }}
SL({{ t('realisticBrShort') }}){{ currentVehicle.sl_mul_realistic }}
EXP{{ currentVehicle.exp_mul }}
{{ t('repairArcade') }}{{ fmt(currentVehicle.repair_cost_arcade) }}
{{ t('repairRealistic') }}{{ fmt(currentVehicle.repair_cost_realistic) }}

{{ t('vehicleIcon') }}

{{ t('hullArmor') }}

{{ key }}{{ val }} mm

{{ t('turretArmor') }}

{{ key }}{{ val }} mm

{{ t('engineParams') }}

{{ key }}{{ val }}

{{ t('weapons') }} ({{ currentVehicle.weapons.length }})

{{ w.name || w.type || '武器 ' + (i+1) }}
{{ wk }}: {{ wv }}
{{ t('type') }} {{ v.localized_name || v.identifier }}
{{ row.label }} {{ row.format ? row.format(getCompareValue(v, row.key)) : getCompareValue(v, row.key) }}