Fixed translation warnings
By updating game speed settings, copying over translations from `common|languages/rules/en.ftl` for missing translations and defining a translation key for `StartingUnits.ClassName`.
This commit is contained in:
parent
77b77d1c76
commit
dad744fc91
30
mods/example/languages/en.ftl
Normal file
30
mods/example/languages/en.ftl
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
## Shroud
|
||||||
|
checkbox-fog-of-war =
|
||||||
|
.label = Fog of War
|
||||||
|
.description = Line of sight is required to view enemy forces
|
||||||
|
|
||||||
|
checkbox-explored-map =
|
||||||
|
.label = Explored Map
|
||||||
|
.description = Initial map shroud is revealed
|
||||||
|
|
||||||
|
## DeveloperMode
|
||||||
|
checkbox-debug-menu =
|
||||||
|
.label = Debug Menu
|
||||||
|
.description = Enables cheats and developer commands
|
||||||
|
|
||||||
|
## MapStartingLocations
|
||||||
|
checkbox-separate-team-spawns =
|
||||||
|
.label = Separate Team Spawns
|
||||||
|
.description = Players without assigned spawn points will start as far as possible from enemy players
|
||||||
|
|
||||||
|
## SpawnStartingUnits
|
||||||
|
dropdown-starting-units =
|
||||||
|
.label = Starting Units
|
||||||
|
.description = The units that players start the game with
|
||||||
|
|
||||||
|
## World
|
||||||
|
options-starting-units =
|
||||||
|
.unlabeled = Unlabeled
|
||||||
|
|
||||||
|
options-difficulty =
|
||||||
|
.normal = Normal
|
||||||
@ -105,3 +105,4 @@ Hotkeys:
|
|||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
common|languages/en.ftl
|
common|languages/en.ftl
|
||||||
|
example|languages/en.ftl
|
||||||
|
|||||||
@ -50,27 +50,27 @@ GameSpeeds:
|
|||||||
DefaultSpeed: default
|
DefaultSpeed: default
|
||||||
Speeds:
|
Speeds:
|
||||||
slowest:
|
slowest:
|
||||||
Name: slowest
|
Name: options-game-speed.slowest
|
||||||
Timestep: 80
|
Timestep: 80
|
||||||
OrderLatency: 2
|
OrderLatency: 2
|
||||||
slower:
|
slower:
|
||||||
Name: slower
|
Name: options-game-speed.slower
|
||||||
Timestep: 50
|
Timestep: 50
|
||||||
OrderLatency: 3
|
OrderLatency: 3
|
||||||
default:
|
default:
|
||||||
Name: normal
|
Name: options-game-speed.normal
|
||||||
Timestep: 40
|
Timestep: 40
|
||||||
OrderLatency: 3
|
OrderLatency: 3
|
||||||
fast:
|
fast:
|
||||||
Name: fast
|
Name: options-game-speed.fast
|
||||||
Timestep: 35
|
Timestep: 35
|
||||||
OrderLatency: 4
|
OrderLatency: 4
|
||||||
faster:
|
faster:
|
||||||
Name: faster
|
Name: options-game-speed.faster
|
||||||
Timestep: 30
|
Timestep: 30
|
||||||
OrderLatency: 4
|
OrderLatency: 4
|
||||||
fastest:
|
fastest:
|
||||||
Name: fastest
|
Name: options-game-speed.fastest
|
||||||
Timestep: 20
|
Timestep: 20
|
||||||
OrderLatency: 6
|
OrderLatency: 6
|
||||||
|
|
||||||
|
|||||||
@ -29,6 +29,7 @@ world:
|
|||||||
StartingUnits@Example:
|
StartingUnits@Example:
|
||||||
BaseActor: example
|
BaseActor: example
|
||||||
Factions: example
|
Factions: example
|
||||||
|
ClassName: options-starting-units.unlabeled
|
||||||
|
|
||||||
editorworld:
|
editorworld:
|
||||||
Inherits: ^baseworld
|
Inherits: ^baseworld
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user