Refactor translation files
- Add prefixes to all message keys to provide context - Use messages with attributes for some UI elements (dropdowns, dialogs, checkboxes, menus) - Rename some class fields for consistency with translation keys
This commit is contained in:
committed by
Paul Chote
parent
46caa2d889
commit
a0f17b15ec
@@ -1,22 +1,24 @@
|
||||
## Player
|
||||
low = Low
|
||||
medium = Medium
|
||||
no-powers = No Powers
|
||||
unrestricted = Unrestricted
|
||||
options-tech-level =
|
||||
.low = Low
|
||||
.medium = Medium
|
||||
.no-powers = No Powers
|
||||
.unrestricted = Unrestricted
|
||||
|
||||
redeployable-mcvs =
|
||||
checkbox-redeployable-mcvs =
|
||||
.label = Redeployable MCVs
|
||||
.description = Allow undeploying Construction Yard
|
||||
|
||||
stealth-deliveries =
|
||||
checkbox-stealth-deliveries =
|
||||
.label = Stealth Deliveries
|
||||
.description = Nod's delivery plane is cloaked
|
||||
|
||||
## World
|
||||
mcv-only = MCV Only
|
||||
light-support = Light Support
|
||||
heavy-support = Heavy Support
|
||||
options-starting-units =
|
||||
.mcv-only = MCV Only
|
||||
.light-support = Light Support
|
||||
.heavy-support = Heavy Support
|
||||
|
||||
map-creeps =
|
||||
dropdown-map-creeps =
|
||||
.label = Creep Actors
|
||||
.description = Hostile forces spawn on the battlefield
|
||||
|
||||
Reference in New Issue
Block a user