Skip to content

Improved Biobomb upgrade description #2679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/2679_Biobomb_upgrade_line_fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
date: 2025-03-27

title: Changes Biobomb upgrade string


changes:
- fix: Improved text for all lines in Biobomb upgrade string

subchanges:

labels:
- minor
- text
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2679

authors:
- dmgreen
26 changes: 14 additions & 12 deletions Patch104pZH/GameFilesEdited/Data/generals.str
Original file line number Diff line number Diff line change
Expand Up @@ -29563,21 +29563,23 @@ UK: "Замаскувати вантажівку з бомбою під вказ
END

// Patch104p @fix xezon 21/08/2022 Adds new 25% range bonus text to all latin languages.
// Patch104p @fix dmgreen 27/03/2025 Changes US from "This Bomb Truck becomes a biowar weapon with 25% more range" (#2679)
// Patch104p @fix dmgreen 27/03/2025 Changes DE, FR, ES, IT, KO, ZH, BP, PL strings to reflect US change (#2679)

// context: Appears when you mouse over the Bio Bomb Upgrade cameo on the GLA Bomb Truck
CONTROLBAR:TooltipGLAUpgradeBioBomb
US: "This Bomb Truck becomes a biowar weapon with 25% more range"
DE: "Der Bomben-LKW wird zur chemischen Kampfwaffe mit 25% mehr Reichweite."
FR: "Transforme le Camion piégé en arme bactériologique avec 25 % de portée en plus."
ES: "El camión bomba se convierte en un arma biológica con un 25 % más de alcance."
IT: "Il Camion-bomba diventa un'arma biologica con il 25% in più di portata."
KO: "폭탄 트럭을 생물무기로 무장합니다."
ZH: "將炸彈卡車變成生化武器 。"
BP: "O Caminhão Bomba se torna uma Arma Biológica com 25% a mais de alcance."
PL: "Ciężarówka z bombą staje się bronią biologiczną o 25% większym zasięgu."
RU: "Грузовик со взрывчаткой получит биологическое оружие,\nчто увеличит его площадь поражения на 25%"
AR: "ﺔﻳﻮﯿﺤﻟا بﺮﺤﻟا حﻼﺴﺑ ﺔﻨﺣﺎﺸﻟا دوﺰﺗ"
UK: "Вантажівка з вибухівкою отримає біологічну зброю та збільшення площі ураження на 25%"
US: "This Bomb Truck becomes a bioweapon and increases its explosion range by 25%"
DE: "Dieser Bombenwagen wird zur Biowaffe und erhöht seine Explosionsreichweite um 25%."
FR: "Ce camion à bombes devient une arme biologique et augmente sa portée d'explosion de 25%."
ES: "El camión bomba se convierte en un arma biológica y aumenta su alcance de explosión en un 25%."
IT: "Questo camion bomba diventa un'arma biologica e aumenta il suo raggio di esplosione del 25%."
KO: "폭탄 트럭은 생물학 무기가 되며 폭발 범위가 25% 증가합니다."
ZH: "這輛炸彈卡車變成了生物武器,爆炸範圍增加了 25%。"
BP: "Este Caminhão-Bomba torna-se uma arma biológica e aumenta o seu alcance de explosão em 25%."
PL: "Ta ciężarówka-bomba staje się bronią biologiczną i zwiększa zasięg wybuchu o 25%."
RU: "Грузовик со взрывчаткой получит биологическое оружие, что увеличит его площадь поражения на 25%"
Copy link
Contributor

@Windstalker Windstalker Mar 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
UK: "Вантажівка з вибухівкою отримає біологічну зброю, що збільшить її площу поразки на 25%"
UK: "Вантажівка з вибухівкою отримає біологічну зброю, що збільшить її площу ураження на 25%"

But it seems original ukrainian translation was still correct

AR: "This Bomb Truck becomes a bioweapon and increases its explosion range by 25%"
UK: "Вантажівка з вибухівкою отримає біологічну зброю, що збільшить її площу ураження на 25%"
END

// Patch104p @fix xezon 21/08/2022 Adds new 25% range bonus text to all latin languages.
Expand Down