feat: 多语言完善造船厂与研究相关字段

为de、en、es-LA、ko、ru、zh-CN、zh-TW等多语言文件补充和完善造船厂(shipyard)与研究(research)相关字段,包括攻击、防御、装甲、建造成本、总成本、批量计算等,提升界面一致性与本地化体验。同时优化通知弹窗滚动区域样式,增加overflow-y-auto,提升内容自适应性。
This commit is contained in:
谦君
2025-12-26 01:53:19 +08:00
parent 7ed508945a
commit 94fa2ad57a
10 changed files with 123 additions and 14 deletions

View File

@@ -270,6 +270,9 @@ export default {
},
research: {
researchTime: '研究時間',
levelRange: '等級範圍',
totalCost: '總成本',
totalPoints: '總積分',
capacity: '容量/效果',
attackBonus: '攻擊加成',
shieldBonus: '護盾加成',
@@ -414,11 +417,20 @@ export default {
researchFailedMessage: '請檢查資源是否足夠、前置條件是否滿足,或是否有其他研究任務。'
},
shipyard: {
missileAttack: '導彈攻擊',
attack: '攻擊',
shield: '護盾',
armor: '裝甲',
missileAttack: '導彈攻擊',
speed: '速度',
cargoCapacity: '載貨量',
fuelConsumption: '燃料消耗',
buildCost: '建造成本',
buildTime: '建造時間',
perUnit: '單位',
batchCalculator: '批量計算器',
quantity: '數量',
totalCost: '總成本',
totalTime: '總時間',
build: '建造'
},
shipyardView: {