Skip to content

Commit

Permalink
Translation stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Dec 27, 2024
1 parent 01f9f3b commit e2b6833
Show file tree
Hide file tree
Showing 15 changed files with 306 additions and 272 deletions.
36 changes: 35 additions & 1 deletion mods/ss/fluent/rules.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ faction-pvice =
Heals on tiberium.
## Misc
## misc.yaml
notification-map-revealed = Map revealed.
notification-global-darkness = Global darkness.
notification-health-upgraded = Health upgraded.
Expand All @@ -507,15 +507,49 @@ notification-mega-sight = Mega sight.
notification-nuclear-bomb = Nuclear bomb.
notification-armageddon = Armageddon.
## ai.yaml
bot-hunter =
.name = Hunter
## aircraft.yaml
actor-u2-name = Spy Plane
## defaults.yaml
meta-dino-name = Dinosaur
## husks.yaml
actor-mlrs-husk-name = Mobile SSM (Destroyed)
actor-mhq-husk-name = Mobile HQ (Destroyed)
## infantry.yaml
actor-trex =
.name = Tyrannosaurus Rex
.description =
Bipedal carnivore with
a massive skull.
## misc.yaml
actor-crate-name = Wooden Crate
actor-upgradecrate-name = Silver Crate
actor-healcrate-name = Health Crate
actor-experiencecrate-name = Score Crate
actor-wackycrate-name = Wacky Crate
actor-armageddoncrate-name = Armageddon Crate
actor-teleporter-name = Teleportation Crate
## structures.yaml
actor-gun-husk-name = Turret (Destroyed)
actor-gtwr-husk-name = Guard Tower (Destroyed)
## vehicles.yaml
actor-mlrs =
.name = Mobile SSM
.description =
Long range rocket artillery.
actor-mhq =
.name = Mobile HQ
.airstrikepower-spyplane-name = Spy Plane
.airstrikepower-spyplane-description =
Reveals an area of the map
and cloaked enemy units.
2 changes: 1 addition & 1 deletion mods/ss/rules/ai.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Player:
ModularBot@Hunter:
Name: Hunter
Name: bot-hunter.name
Type: hunter
28 changes: 14 additions & 14 deletions mods/ss/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ TRAN:
Valued:
Cost: 750
Tooltip:
Name: Chinook Transport
Name: actor-tran.name
Buildable:
BuildPaletteOrder: 10
Prerequisites: hpad
Queue: Aircraft.GDI, Aircraft.Nod
Description: Fast Infantry Transport Helicopter.
Description: actor-tran.description
Aircraft:
TurnSpeed: 20
Speed: 150
Expand Down Expand Up @@ -87,12 +87,12 @@ HELI:
Valued:
Cost: 1200
Tooltip:
Name: Apache Longbow
Name: actor-heli.name
Buildable:
BuildPaletteOrder: 20
Prerequisites: hpad, anyhq
Queue: Aircraft.Nod
Description: Helicopter Gunship with Chainguns.\n Strong vs Infantry, Light Vehicles and\n Aircraft\n Weak vs Tanks
Description: actor-heli.description
Aircraft:
TurnSpeed: 28
Speed: 180
Expand Down Expand Up @@ -158,12 +158,12 @@ ORCA:
Valued:
Cost: 1200
Tooltip:
Name: Orca
Name: actor-orca.name
Buildable:
BuildPaletteOrder: 20
Prerequisites: hpad, anyhq
Queue: Aircraft.GDI
Description: Helicopter Gunship with AG Missiles.\n Strong vs Buildings, Tanks\n Weak vs Infantry
Description: actor-orca.description
Aircraft:
TurnSpeed: 28
Speed: 186
Expand Down Expand Up @@ -215,7 +215,7 @@ C17:
Inherits: ^Plane
Interactable:
Tooltip:
Name: Supply Aircraft
Name: actor-c17.name
Valued:
Cost: 2000
Aircraft:
Expand Down Expand Up @@ -247,7 +247,7 @@ C17:
TrailLength: 15
StartColorAlpha: 128
Buildable:
Description: Drops vehicle reinforcements on Airstrips
Description: actor-c17.description

A10:
Inherits: ^Plane
Expand All @@ -256,7 +256,7 @@ A10:
TeamLeaderColorModifier:
Interactable:
Tooltip:
Name: A10 Bomber
Name: actor-a10.name
Valued:
Cost: 2000
Aircraft:
Expand Down Expand Up @@ -284,15 +284,15 @@ A10:
TrailLength: 15
StartColorAlpha: 128
Buildable:
Description: Used to deliver air strikes.
Description: actor-a10.description

U2:
Inherits: ^Plane
Inherits@CRATE: ^AcceptsCratePowerups
SSExternalMultiplierManager:
TeamLeaderColorModifier:
Tooltip:
Name: Spy Plane
Name: actor-u2-name
Aircraft:
CruiseAltitude: 2560
TurnSpeed: 28
Expand All @@ -313,7 +313,7 @@ U2:
TRAN.Husk:
Inherits: ^HelicopterHusk
Tooltip:
Name: Chinook Transport
Name: actor-tran-husk-name
Aircraft:
TurnSpeed: 20
Speed: 140
Expand All @@ -332,7 +332,7 @@ TRAN.Husk:
HELI.Husk:
Inherits: ^HelicopterHusk
Tooltip:
Name: Apache Longbow
Name: actor-heli-husk-name
Aircraft:
TurnSpeed: 16
Speed: 186
Expand All @@ -348,7 +348,7 @@ HELI.Husk:
ORCA.Husk:
Inherits: ^HelicopterHusk
Tooltip:
Name: Orca
Name: actor-orca-husk-name
Aircraft:
TurnSpeed: 16
Speed: 186
Expand Down
Loading

0 comments on commit e2b6833

Please sign in to comment.