Fix untranslated speakers
This commit is contained in:
@@ -45,10 +45,12 @@ eliminate-ordos-units-reinforcements = Eliminate all Ordos units and reinforceme
|
|||||||
destroy-harkonnen = Destroy the Harkonnen.
|
destroy-harkonnen = Destroy the Harkonnen.
|
||||||
|
|
||||||
## atreides-04
|
## atreides-04
|
||||||
|
fremen-leader = Fremen Leader
|
||||||
sietch-integrity = Sietch structural integrity: { $integrity }%
|
sietch-integrity = Sietch structural integrity: { $integrity }%
|
||||||
protect-fremen-sietch = Protect the Fremen Sietch.
|
protect-fremen-sietch = Protect the Fremen Sietch.
|
||||||
keep-sietch-intact = Keep the Sietch { $integrity }% intact!
|
keep-sietch-intact = Keep the Sietch { $integrity }% intact!
|
||||||
fremen-sietch-southeast = Fremen Sietch detected to the southeast.
|
fremen-sietch-southeast = Fremen Sietch detected to the southeast.
|
||||||
|
harkonnen-units-approaching = Harkonnen units approaching!
|
||||||
sietch-destroyed = Sietch destroyed!
|
sietch-destroyed = Sietch destroyed!
|
||||||
fremen-sietch-under-attack = The Fremen Sietch is under attack!
|
fremen-sietch-under-attack = The Fremen Sietch is under attack!
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ SendAttack = function(owner, size)
|
|||||||
Utils.Do(units, IdleHunt)
|
Utils.Do(units, IdleHunt)
|
||||||
|
|
||||||
if #units > 0 then
|
if #units > 0 then
|
||||||
Media.DisplayMessage("Harkonnen units approaching!", "Fremen Leader")
|
Media.DisplayMessage(UserInterface.Translate("harkonnen-units-approaching"), UserInterface.Translate("fremen-leader"))
|
||||||
end
|
end
|
||||||
|
|
||||||
Trigger.OnAllRemovedFromWorld(units, function()
|
Trigger.OnAllRemovedFromWorld(units, function()
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ clear-enemy-submarines = Clear the area of enemy submarine activity.
|
|||||||
## fort-lonestar
|
## fort-lonestar
|
||||||
no-more-waves = You almost survived the onslaught! No more waves incoming.
|
no-more-waves = You almost survived the onslaught! No more waves incoming.
|
||||||
defend-fort-lonestar = Defend Fort Lonestar at all costs!
|
defend-fort-lonestar = Defend Fort Lonestar at all costs!
|
||||||
|
lonestar-ai-sold-its-walls = Lonestar AI { $id } sold its walls for a better combat experience.
|
||||||
|
|
||||||
## in-the-nick-of-time
|
## in-the-nick-of-time
|
||||||
friendlies-coming-out = Friendlies coming out!
|
friendlies-coming-out = Friendlies coming out!
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ SendSpy = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
||||||
Media.DisplayMessage(UserInterface.Translate("disguise-spy"), "Spy")
|
Media.DisplayMessage(UserInterface.Translate("disguise-spy"), UserInterface.Translate("spy"))
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ SendSpy = function()
|
|||||||
Trigger.OnKilled(Spy, function() USSR.MarkCompletedObjective(USSRObj) end)
|
Trigger.OnKilled(Spy, function() USSR.MarkCompletedObjective(USSRObj) end)
|
||||||
|
|
||||||
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
||||||
Media.DisplayMessage(UserInterface.Translate("disguise-spy"), "Spy")
|
Media.DisplayMessage(UserInterface.Translate("disguise-spy"), UserInterface.Translate("spy"))
|
||||||
if SpecialCameras then
|
if SpecialCameras then
|
||||||
SpyCameraA = Actor.Create("camera", true, { Owner = Greece, Location = SpyCamera1.Location })
|
SpyCameraA = Actor.Create("camera", true, { Owner = Greece, Location = SpyCamera1.Location })
|
||||||
SpyCameraB = Actor.Create("camera", true, { Owner = Greece, Location = SpyCamera2.Location })
|
SpyCameraB = Actor.Create("camera", true, { Owner = Greece, Location = SpyCamera2.Location })
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ FreeTanya = function()
|
|||||||
|
|
||||||
if TanyaType == "e7.noautotarget" then
|
if TanyaType == "e7.noautotarget" then
|
||||||
Trigger.AfterDelay(DateTime.Seconds(1), function()
|
Trigger.AfterDelay(DateTime.Seconds(1), function()
|
||||||
Media.DisplayMessage(UserInterface.Translate("tanya-rules-of-engagement"), "Tanya")
|
Media.DisplayMessage(UserInterface.Translate("tanya-rules-of-engagement"), UserInterface.Translate("tanya"))
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ RepairBarracks = function(id)
|
|||||||
end
|
end
|
||||||
|
|
||||||
SellWalls = function(id)
|
SellWalls = function(id)
|
||||||
Media.DisplayMessage("Lonestar AI " .. id .. " sold its walls for better combat experience.")
|
Media.DisplayMessage(UserInterface.Translate("lonestar-ai-sold-its-walls", { ["id"] = id }))
|
||||||
|
|
||||||
local walls = AIPlayers[id].GetActorsByType("brik")
|
local walls = AIPlayers[id].GetActorsByType("brik")
|
||||||
Utils.Do(walls, function(wall)
|
Utils.Do(walls, function(wall)
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ SetupTriggers = function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
Trigger.OnInfiltrated(BioLab, function()
|
Trigger.OnInfiltrated(BioLab, function()
|
||||||
Media.DisplayMessage("plans-stolen-erase-data", "scientist")
|
Media.DisplayMessage(UserInterface.Translate("plans-stolen-erase-data"), UserInterface.Translate("scientist"))
|
||||||
Trigger.AfterDelay(DateTime.Seconds(5), function()
|
Trigger.AfterDelay(DateTime.Seconds(5), function()
|
||||||
USSR.MarkCompletedObjective(InfiltrateLab)
|
USSR.MarkCompletedObjective(InfiltrateLab)
|
||||||
LabInfiltrated = true
|
LabInfiltrated = true
|
||||||
|
|||||||
Reference in New Issue
Block a user