WeaponStats_zh
简介
武器选项卡,显示地图上的所有武器以及详细参数信息,方便你捡垃圾。
原MOD描述
添加“武器”选项卡-远程、近战、爆炸性武器和服装列表。包括源代码。
翻译内容
武器装备选项卡下全部,炮塔部分的表头没翻译估计是原作者的问题,因为词条是一样的
注意事项
非正规官方汉化,仅作为自用。
250722:更新到1.6,词条无更新,【炮塔部分的表头】给作者提了修复方案,作者改完就能被翻译了
240507:更新繁体汉化,仅使用OpenCC工具从简体转换,无润色
Source\WeaponsTab\WeaponStats.cs
line 467 printCellSort(WeaponsTab.Other, "label", "Name", ww, LABEL_WIDTH);
line 467 printCellSort(WeaponsTab.Turrets, "label", "WeaponStats.ColName".Translate(), ww, LABEL_WIDTH);
line 471 printCellSort(WeaponsTab.Turrets, h.property, h.label, ww);
line 471 printCellSort(WeaponsTab.Turrets, h.property, ("WeaponStats.Col" + h.label).Translate(), ww);