Storage Standardization [Take 2] (#21270)
This commit is contained in:
@@ -13,3 +13,8 @@ stat-lathe-values = Lathe sell prices
|
||||
stat-lathe-id = ID
|
||||
stat-lathe-cost = Cost
|
||||
stat-lathe-sell = Sell price
|
||||
|
||||
# Item Sizes
|
||||
stat-item-values = Item sizes
|
||||
stat-item-id = ID
|
||||
stat-item-price = Size
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
comp-storage-no-item-size = N/A
|
||||
comp-storage-cant-insert = Can't insert.
|
||||
comp-storage-insufficient-capacity = Insufficient capacity.
|
||||
comp-storage-too-big = Too big!
|
||||
comp-storage-insufficient-capacity = No room!
|
||||
comp-storage-invalid-container = This doesn't go in there!
|
||||
comp-storage-anchored-failure = Can't insert an anchored item.
|
||||
comp-storage-cant-drop = You can't let go of { THE($entity) }!
|
||||
comp-storage-window-title = Storage Item
|
||||
comp-storage-window-volume = Items: { $itemCount }, Stored: { $usedVolume }/{ $maxVolume }
|
||||
comp-storage-window-volume-unlimited = Items: { $itemCount }
|
||||
comp-storage-window-weight = { $weight }/{ $maxWeight }, Max Size: {$size}
|
||||
comp-storage-window-slots = Slots: { $itemCount }/{ $maxCount }, Max Size: {$size}
|
||||
|
||||
@@ -7,3 +7,10 @@ pick-up-verb-get-data-text = Pick Up
|
||||
pick-up-verb-get-data-text-inventory = Put in hand
|
||||
|
||||
item-component-on-examine-size = Size: {$size}
|
||||
|
||||
item-component-size-Tiny = tiny
|
||||
item-component-size-Small = small
|
||||
item-component-size-Normal = normal
|
||||
item-component-size-Large = large
|
||||
item-component-size-Huge = huge
|
||||
item-component-size-Ginormous = ginormous
|
||||
|
||||
Reference in New Issue
Block a user