Expose lobby options to localisation.
This commit is contained in:
committed by
Gustas
parent
aefa49a831
commit
8297fcff30
18
mods/ts/languages/rules/en.ftl
Normal file
18
mods/ts/languages/rules/en.ftl
Normal file
@@ -0,0 +1,18 @@
|
||||
## Player
|
||||
low = Low
|
||||
medium = Medium
|
||||
no-powers = No Powers
|
||||
unrestricted = Unrestricted
|
||||
|
||||
redeployable-mcvs =
|
||||
.label = Redeployable MCVs
|
||||
.description = Allow undeploying Construction Yard
|
||||
|
||||
## World
|
||||
mcv-only = MCV Only
|
||||
light = Light
|
||||
heavy = Heavy
|
||||
|
||||
map-creeps =
|
||||
.label = Creep Actors
|
||||
.description = Hostile forces spawn on the battlefield
|
||||
@@ -185,6 +185,7 @@ ChromeLayout:
|
||||
|
||||
Translations:
|
||||
common|languages/en.ftl
|
||||
ts|languages/rules/en.ftl
|
||||
|
||||
Voices:
|
||||
ts|audio/voices.yaml
|
||||
|
||||
@@ -107,8 +107,8 @@ Player:
|
||||
FogCheckboxDisplayOrder: 3
|
||||
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
||||
ID: factundeploy
|
||||
Label: Redeployable MCVs
|
||||
Description: Allow undeploying Construction Yard
|
||||
Label: redeployable-mcvs.label
|
||||
Description: redeployable-mcvs.description
|
||||
Enabled: True
|
||||
DisplayOrder: 7
|
||||
Prerequisites: global-factundeploy
|
||||
@@ -127,19 +127,19 @@ Player:
|
||||
ArrowSequence:
|
||||
CircleSequence:
|
||||
ProvidesTechPrerequisite@low:
|
||||
Name: Low
|
||||
Name: low
|
||||
Prerequisites: techlevel.low
|
||||
Id: low
|
||||
ProvidesTechPrerequisite@medium:
|
||||
Name: Medium
|
||||
Name: medium
|
||||
Prerequisites: techlevel.low, techlevel.medium
|
||||
Id: medium
|
||||
ProvidesTechPrerequisite@nosuper:
|
||||
Name: No Powers
|
||||
Name: no-powers
|
||||
Prerequisites: techlevel.low, techlevel.medium, techlevel.high
|
||||
Id: nopowers
|
||||
ProvidesTechPrerequisite@all:
|
||||
Name: Unrestricted
|
||||
Name: unrestricted
|
||||
Prerequisites: techlevel.low, techlevel.medium, techlevel.high, techlevel.superweapons
|
||||
Id: unrestricted
|
||||
ResourceStorageWarning:
|
||||
|
||||
@@ -307,12 +307,12 @@ World:
|
||||
CreateMapPlayers:
|
||||
StartingUnits@MCV:
|
||||
Class: none
|
||||
ClassName: MCV Only
|
||||
ClassName: mcv-only
|
||||
Factions: gdi, nod
|
||||
BaseActor: mcv
|
||||
StartingUnits@light.gdi:
|
||||
Class: light
|
||||
ClassName: Light
|
||||
ClassName: light
|
||||
Factions: gdi
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,smech
|
||||
@@ -320,7 +320,7 @@ World:
|
||||
OuterSupportRadius: 5
|
||||
StartingUnits@light.nod:
|
||||
Class: light
|
||||
ClassName: Light
|
||||
ClassName: light
|
||||
Factions: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,bggy
|
||||
@@ -328,7 +328,7 @@ World:
|
||||
OuterSupportRadius: 5
|
||||
StartingUnits@med.gdi:
|
||||
Class: medium
|
||||
ClassName: Medium
|
||||
ClassName: medium
|
||||
Factions: gdi
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e2,e2,jumpjet,smech
|
||||
@@ -336,7 +336,7 @@ World:
|
||||
OuterSupportRadius: 5
|
||||
StartingUnits@med.nod:
|
||||
Class: medium
|
||||
ClassName: Medium
|
||||
ClassName: medium
|
||||
Factions: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e3,e3,cyborg,bggy
|
||||
@@ -344,7 +344,7 @@ World:
|
||||
OuterSupportRadius: 5
|
||||
StartingUnits@heavy.gdi:
|
||||
Class: heavy
|
||||
ClassName: Heavy
|
||||
ClassName: heavy
|
||||
Factions: gdi
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e2,e2,jumpjet,smech,smech,mmch
|
||||
@@ -352,7 +352,7 @@ World:
|
||||
OuterSupportRadius: 5
|
||||
StartingUnits@heavy.nod:
|
||||
Class: heavy
|
||||
ClassName: Heavy
|
||||
ClassName: heavy
|
||||
Factions: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e3,e3,cyborg,bggy,bike,ttnk
|
||||
|
||||
Reference in New Issue
Block a user