Add UI for setting solution transfer amount (#4074)
* basic eui and window * finish EUI, update defaults * unnecessary usings * convert to bounduserinterface * merge me up merge me up inside * Fix repeated define for component in prototype * impl swept UI suggestion * apply discord reviews * small changes
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
solution-transfer-component-fill-to-brim-message = You fill {$owner} to the brim with {$amount}u from {$target}
|
||||
solution-transfer-component-fill--message = You fill {$owner} with {$amount}u from {$target}
|
||||
solution-transfer-component-transfer-success-message = You transfer {$amount}u to {$target}.
|
||||
solution-transfer-component-do-transfer-component-is-empty = {$entity} is empty!
|
||||
solution-transfer-component-do-transfer-component-is-full = {$entity} is full!
|
||||
### Solution transfer component
|
||||
|
||||
comp-solution-transfer-fill-normal = You fill {THE($target)} with {$amount}u from {THE($owner)}.
|
||||
comp-solution-transfer-fill-fully = You fill {THE($target)} to the brim with {$amount}u from {THE($owner)}.
|
||||
comp-solution-transfer-transfer-solution = You transfer {$amount}u to {THE($target)}.
|
||||
|
||||
## Displayed when trying to transfer to a solution, but either the giver is empty or the taker is full
|
||||
comp-solution-transfer-is-empty = {THE($target)} is empty!
|
||||
comp-solution-transfer-is-full = {THE($target)} is full!
|
||||
|
||||
## Displayed in change transfer amount verb's name
|
||||
comp-solution-transfer-verb-transfer-amount-min = {$amount}u
|
||||
comp-solution-transfer-verb-transfer-amount-max = {$amount}u
|
||||
comp-solution-transfer-verb-transfer-amount-ideal = {$amount}u
|
||||
comp-solution-transfer-verb-transfer-amount-custom = Custom
|
||||
|
||||
## Displayed after you successfully change a solution's amount using the BUI
|
||||
comp-solution-transfer-set-amount = Transfer amount set to {$amount}u.
|
||||
|
||||
Reference in New Issue
Block a user