* add notification for dependent wearables being dropped * fix dropped item popup redundancy - did a check to see if any item was dropped, instead of making a notification for each item being dropped. * change popup to client-only variant * fix redundant messages, add plural locale string * fix conventions, fix locale input to be more intuitive --------- Co-authored-by: Justin <justinbrick1@gmail.com>
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
inventory-component-can-equip-cannot = You can't equip this!
|
|
inventory-component-can-equip-does-not-fit = This doesn't fit!
|
|
|
|
inventory-component-can-unequip-cannot = You can't unequip this!
|
|
|
|
inventory-component-dropped-from-unequip =
|
|
You dropped {$items ->
|
|
[1] an item!
|
|
*[other] some items!
|
|
}
|