Translation key fixes
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ Container@SKIRMISH_STATS:
|
||||
Width: 482
|
||||
Height: 25
|
||||
Font: MediumBold
|
||||
Text: label-objective-mission
|
||||
Text: label-mission-objective
|
||||
Label@STATS_STATUS:
|
||||
X: 100
|
||||
Y: 22
|
||||
@@ -25,7 +25,7 @@ Container@SKIRMISH_STATS:
|
||||
Width: 482
|
||||
Height: 20
|
||||
Font: Bold
|
||||
Text: checkbox-objective-stats
|
||||
Text: checkbox-stats-objective
|
||||
Disabled: true
|
||||
TextColorDisabled: FFFFFF
|
||||
Container@STATS_HEADERS:
|
||||
|
||||
@@ -17,7 +17,7 @@ not-enough-silos = We don't have enough silo space to store the required amount
|
||||
|
||||
## atreides-01ab, harkonnen-01ab, ordos01ab
|
||||
build-concrete = Build a concrete foundation before placing structures.
|
||||
build-windtrap = Build a Wind Trap to generate power.
|
||||
build-wind-trap = Build a Wind Trap to generate power.
|
||||
build-refinery = Build a Refinery to collect Spice.
|
||||
build-silo = Build a Silo to store additional Spice.
|
||||
|
||||
@@ -127,7 +127,7 @@ atreides-hostile = The Atreides are now hostile!
|
||||
mercenaries-annihilated = The Mercenaries have been annihilated!
|
||||
ally-mercenaries = Persuade the Mercenaries to fight alongside House Harkonnen.
|
||||
mercenary-leader-captured-allied = Leader Captured. The mercenaries have been persuaded to fight with House Harkonnen.
|
||||
can-not-stand-harkonnen-must-become-neutral = We cannot stand against the Harkonnen. We must become neutral.
|
||||
cannot-stand-harkonnen-must-become-neutral = We cannot stand against the Harkonnen. We must become neutral.
|
||||
atreides-commander = Atreides Commander
|
||||
|
||||
## harkonnen-09ab
|
||||
|
||||
@@ -17,7 +17,7 @@ notification-base-under-attack = Base under attack.
|
||||
notification-ally-under-attack = Our ally is under attack.
|
||||
notification-harvester-under-attack = Harvester under attack.
|
||||
notification-silos-needed = Silos needed.
|
||||
notification-no-room-for-new-unit = No room for new unit.
|
||||
notification-no-room-for-new-units = No room for new unit.
|
||||
notification-cannot-build-here = Cannot build here.
|
||||
notification-one-of-our-buildings-has-been-captured = One of our buildings has been captured.
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ AtreidesEntryPath = { AtreidesWaypoint.Location, AtreidesRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ AtreidesEntryPath = { AtreidesWaypoint.Location, AtreidesRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ HarkonnenEntryPath = { HarkonnenWaypoint.Location, HarkonnenRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ HarkonnenEntryPath = { HarkonnenWaypoint.Location, HarkonnenRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -296,7 +296,7 @@ WorldLoaded = function()
|
||||
end)
|
||||
|
||||
Trigger.OnKilledOrCaptured(OPalace, function()
|
||||
Media.DisplayMessage(UserInterface.GetFluentMessage("can-not-stand-harkonnen-must-become-neutral"), UserInterface.GetFluentMessage("atreides-commander"))
|
||||
Media.DisplayMessage(UserInterface.GetFluentMessage("cannot-stand-harkonnen-must-become-neutral"), UserInterface.GetFluentMessage("atreides-commander"))
|
||||
|
||||
ChangeOwner(AtreidesEnemy, AtreidesNeutral)
|
||||
DefendAndRepairBase(AtreidesNeutral, AtreidesBase, 0.75, AttackGroupSize[Difficulty])
|
||||
|
||||
@@ -54,7 +54,7 @@ OrdosEntryPath = { OrdosWaypoint.Location, OrdosRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ OrdosEntryPath = { OrdosWaypoint.Location, OrdosRally.Location }
|
||||
Messages =
|
||||
{
|
||||
UserInterface.GetFluentMessage("build-concrete"),
|
||||
UserInterface.GetFluentMessage("build-windtrap"),
|
||||
UserInterface.GetFluentMessage("build-wind-trap"),
|
||||
UserInterface.GetFluentMessage("build-refinery"),
|
||||
UserInterface.GetFluentMessage("build-silo")
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ Player:
|
||||
ReadyAudio: BuildingReady
|
||||
ReadyTextNotification: notification-construction-complete
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Building
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -31,7 +31,7 @@ Player:
|
||||
ReadyAudio: UnitReady
|
||||
ReadyTextNotification: notification-unit-ready
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Training
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -44,7 +44,7 @@ Player:
|
||||
ReadyAudio: UnitReady
|
||||
ReadyTextNotification: notification-unit-ready
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Building
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -57,7 +57,7 @@ Player:
|
||||
ReadyAudio: UnitReady
|
||||
ReadyTextNotification: notification-unit-ready
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Building
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -68,7 +68,7 @@ Player:
|
||||
DisplayOrder: 4
|
||||
BuildDurationModifier: 212
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: OrderPlaced
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -79,7 +79,7 @@ Player:
|
||||
ReadyAudio: UnitReady
|
||||
ReadyTextNotification: notification-unit-ready
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Building
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
@@ -90,7 +90,7 @@ Player:
|
||||
ReadyAudio: NewOptions
|
||||
ReadyTextNotification: notification-new-construction-options
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
QueuedAudio: Upgrading
|
||||
OnHoldAudio: OnHold
|
||||
CancelledAudio: Cancelled
|
||||
|
||||
@@ -1195,7 +1195,7 @@ palace:
|
||||
ReadyAudio: Reinforce
|
||||
ReadyTextNotification: notification-reinforcements-have-arrived
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
OrderName: ProduceActorPower.Fremen
|
||||
SupportPowerPaletteOrder: 20
|
||||
ProduceActorPower@saboteur:
|
||||
@@ -1212,7 +1212,7 @@ palace:
|
||||
ReadyAudio: Reinforce
|
||||
ReadyTextNotification: notification-reinforcements-have-arrived
|
||||
BlockedAudio: NoRoom
|
||||
BlockedTextNotification: notification-no-room-for-new-unit
|
||||
BlockedTextNotification: notification-no-room-for-new-units
|
||||
OrderName: ProduceActorPower.Saboteur
|
||||
SupportPowerPaletteOrder: 30
|
||||
Exit@1:
|
||||
|
||||
Reference in New Issue
Block a user