mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
feat: 多语言完善造船厂与研究相关字段
为de、en、es-LA、ko、ru、zh-CN、zh-TW等多语言文件补充和完善造船厂(shipyard)与研究(research)相关字段,包括攻击、防御、装甲、建造成本、总成本、批量计算等,提升界面一致性与本地化体验。同时优化通知弹窗滚动区域样式,增加overflow-y-auto,提升内容自适应性。
This commit is contained in:
@@ -155,6 +155,10 @@ export default {
|
||||
buildTime: 'Build Time',
|
||||
production: 'Production',
|
||||
consumption: 'Consumption',
|
||||
levelRange: 'Level Range',
|
||||
totalCost: 'Total Cost',
|
||||
totalPoints: 'Total Points',
|
||||
researchSpeedBonus: 'Research Speed Bonus',
|
||||
|
||||
storageCapacity: 'Capacity',
|
||||
energyProduction: 'Energy Production',
|
||||
@@ -260,6 +264,9 @@ export default {
|
||||
},
|
||||
research: {
|
||||
researchTime: 'Research Time',
|
||||
levelRange: 'Level Range',
|
||||
totalCost: 'Total Cost',
|
||||
totalPoints: 'Total Points',
|
||||
|
||||
attackBonus: 'Attack Bonus',
|
||||
shieldBonus: 'Shield Bonus',
|
||||
@@ -403,10 +410,20 @@ export default {
|
||||
researchFailedMessage: 'Please check if you have enough resources, prerequisites are met, or if there are other research tasks.'
|
||||
},
|
||||
shipyard: {
|
||||
attack: 'Attack',
|
||||
shield: 'Shield',
|
||||
armor: 'Armor',
|
||||
missileAttack: 'Missile Attack',
|
||||
speed: 'Speed',
|
||||
cargoCapacity: 'Cargo Capacity',
|
||||
fuelConsumption: 'Fuel Consumption'
|
||||
fuelConsumption: 'Fuel Consumption',
|
||||
buildCost: 'Build Cost',
|
||||
buildTime: 'Build Time',
|
||||
perUnit: 'Per Unit',
|
||||
batchCalculator: 'Batch Calculator',
|
||||
quantity: 'Quantity',
|
||||
totalCost: 'Total Cost',
|
||||
totalTime: 'Total Time'
|
||||
},
|
||||
shipyardView: {
|
||||
title: 'Shipyard',
|
||||
@@ -426,7 +443,17 @@ export default {
|
||||
buildFailedMessage: 'Please check if you have enough resources or if prerequisites are met.'
|
||||
},
|
||||
defense: {
|
||||
missileAttack: 'Missile Attack'
|
||||
attack: 'Attack',
|
||||
shield: 'Shield',
|
||||
armor: 'Armor',
|
||||
missileAttack: 'Missile Attack',
|
||||
buildCost: 'Build Cost',
|
||||
buildTime: 'Build Time',
|
||||
perUnit: 'Per Unit',
|
||||
batchCalculator: 'Batch Calculator',
|
||||
quantity: 'Quantity',
|
||||
totalCost: 'Total Cost',
|
||||
totalTime: 'Total Time'
|
||||
},
|
||||
defenseView: {
|
||||
title: 'Defense',
|
||||
|
||||
Reference in New Issue
Block a user