Skip to content

Commit

Permalink
Add new translation strings for equipment system
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Feb 3, 2024
1 parent 8353d7d commit dcfaaaf
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 2 deletions.
77 changes: 77 additions & 0 deletions data/lang/equipment-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,82 @@
"WEAPONS": {
"description": "Category name of weapon-related equipment",
"message": "Weapons"
},
"THRUSTERS_DEFAULT": {
"description": "",
"message": "Default Thrusters"
},
"PROJECTILE_SPEED": {
"description": "Stat name for weapon projectile speeds",
"message": "Projectile Speed"
},
"STAT_VOLUME": {
"description": "",
"message": "Volume"
},
"STAT_WEIGHT": {
"description": "",
"message": "Weight"
},
"STAT_POWER_DRAW": {
"description": "",
"message": "Power Draw"
},
"COMPUTER_MODULES": {
"description": "Category name of computer-related equipment",
"message": "Computer Modules"
},
"HULL_MOUNTS": {
"description": "Category name for hull-mounted equipment",
"message": "Hull Mounts"
},
"HARDPOINT_LASER_FRONT": {
"description": "Name for the 'Laser Front' equipment hardpoint",
"message": "Laser Front"
},
"HARDPOINT_MISSILE_BAY": {
"description": "Name for the 'Missile Bay' equipment hardpoint",
"message": "Missile Bay"
},
"HARDPOINT_UTILITY": {
"description": "",
"message": "Utility"
},
"SLOT_SENSOR": {
"description": "",
"message": "Sensor"
},
"SLOT_COMPUTER": {
"description": "",
"message": "Computer"
},
"SLOT_SHIELD": {
"description": "",
"message": "Shield"
},
"SLOT_SHIELD_LEFT": {
"description": "",
"message": "Shield L"
},
"SLOT_SHIELD_RIGHT": {
"description": "",
"message": "Shield R"
},
"SLOT_HULL": {
"description": "",
"message": "Hull"
},
"SLOT_HYPERDRIVE": {
"description": "",
"message": "Hyperdrive"
},
"SLOT_ENGINE": {
"description": "",
"message": "Engines"
},
"SLOT_THRUSTER": {
"description": "",
"message": "Thrusters"
}

}
20 changes: 18 additions & 2 deletions data/lang/ui-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"AVAILABLE_FOR_PURCHASE": {
"description": "Market header when buying items",
"message": "Available For Purchase"
"message": "Available For Purchase:"
},
"AVERAGE": {
"description": "",
Expand Down Expand Up @@ -1849,7 +1849,7 @@
},
"REPLACE_EQUIPMENT_WITH": {
"description": "Market header when replacing equipped items",
"message": "Replace Equipment With"
"message": "Replace Equipment With:"
},
"REPUTATION": {
"description": "",
Expand Down Expand Up @@ -2382,5 +2382,21 @@
"ZOOM": {
"description": "Label for a zoom (magnification) control bar.",
"message": "Zoom"
},
"SELECTED": {
"description": "Label indicating the following item is selected",
"message": "Selected"
},
"INSTALLED": {
"description": "Label indicating something is installed",
"message": "Installed"
},
"SELL_EQUIP": {
"description": "Button text to sell installed equipment. May used in a singular or plural context.",
"message": "Sell {name}"
},
"BUY_EQUIP": {
"description": "Button text to buy selected equipment. May used in a singular or plural context.",
"message": "Buy {name}"
}
}

0 comments on commit dcfaaaf

Please sign in to comment.