Fix duplicate translations

This commit is contained in:
Gustas
2023-04-29 15:34:32 +03:00
committed by Matthias Mailänder
parent b5ef9c29cf
commit ff14b75e1b
2 changed files with 5 additions and 4 deletions

View File

@@ -164,11 +164,13 @@ medic = Medic
get-scientists-evacuation-point = Commander, we're detecting Soviet transports headed your way. Get those scientists back to the extraction point in the southeast! get-scientists-evacuation-point = Commander, we're detecting Soviet transports headed your way. Get those scientists back to the extraction point in the southeast!
landcom-16-capitalized = LANDCOM 16 landcom-16-capitalized = LANDCOM 16
scientists-killed-in-command-center = The scientists were in the Command Center! scientists-killed-in-command-center = The scientists were in the Command Center!
too-late = We're too late!
chronosphere-explodes-in = Chronosphere explodes in { $time } chronosphere-explodes-in = Chronosphere explodes in { $time }
rescue-scientists-extraction-point = Rescue the scientists and escort them back to the rescue-scientists-extraction-point = Rescue the scientists and escort them back to the
extraction point. extraction point.
## in-the-nick-of-time, situation-critical
too-late = We're too late!
## infiltration ## infiltration
secure-laboratory-guards = Secure the laboratory by eliminating its guards. secure-laboratory-guards = Secure the laboratory by eliminating its guards.
destroy-remaining-soviet-presence = Destroy the remaining Soviet presence. destroy-remaining-soviet-presence = Destroy the remaining Soviet presence.
@@ -196,7 +198,7 @@ super-tanks-destroyed = The super tanks are destroyed!
eliminate-super-tanks = Eliminate these super tanks. eliminate-super-tanks = Eliminate these super tanks.
steal-money-outpost = Steal money from the nearby outpost with the Thief. steal-money-outpost = Steal money from the nearby outpost with the Thief.
cross-river = Secure transport to the mainland. cross-river = Secure transport to the mainland.
find-outpost = Find our outpost and start repairs on it. find-outpost-and-repair = Find our outpost and start repairs on it.
evacuate-civilian-hospital = Evacuate all civilians from the hospital. evacuate-civilian-hospital = Evacuate all civilians from the hospital.
demitri-extracted-super-tanks-destroyed = Dr. Demitri has been extracted and the super tanks have been dealt with. demitri-extracted-super-tanks-destroyed = Dr. Demitri has been extracted and the super tanks have been dealt with.
@@ -268,7 +270,6 @@ plans-stolen-erase-data = Plans stolen; erasing all data.
software-update-failed-manual-targets = IFF software update failed. Require manual target input. software-update-failed-manual-targets = IFF software update failed. Require manual target input.
volkov = Volkov volkov = Volkov
missiles-launch-in = Missiles launch in { $time } missiles-launch-in = Missiles launch in { $time }
too-late = We're too late!
kill-power = Bring the base to low power. Volkov will arrive kill-power = Bring the base to low power. Volkov will arrive
once the defenses are down. once the defenses are down.
infiltrate-bio-weapons-lab-scientist = Infiltrate the bio-weapons lab with the scientist. infiltrate-bio-weapons-lab-scientist = Infiltrate the bio-weapons lab with the scientist.

View File

@@ -303,7 +303,7 @@ AddObjectives = function()
EliminateSuperTanks = AddPrimaryObjective(Greece, "eliminate-super-tanks") EliminateSuperTanks = AddPrimaryObjective(Greece, "eliminate-super-tanks")
StealMoney = AddPrimaryObjective(Greece, "steal-money-outpost") StealMoney = AddPrimaryObjective(Greece, "steal-money-outpost")
CrossRiver = AddPrimaryObjective(Greece, "cross-river") CrossRiver = AddPrimaryObjective(Greece, "cross-river")
FindOutpost = AddPrimaryObjective(Greece, "find-outpost") FindOutpost = AddPrimaryObjective(Greece, "find-outpost-and-repair")
RescueCivilians = AddSecondaryObjective(Greece, "evacuate-civilian-hospital") RescueCivilians = AddSecondaryObjective(Greece, "evacuate-civilian-hospital")
BadGuyObj = AddPrimaryObjective(BadGuy, "") BadGuyObj = AddPrimaryObjective(BadGuy, "")
USSRObj = AddPrimaryObjective(USSR, "") USSRObj = AddPrimaryObjective(USSR, "")