solution-transfer-component.ftl 1.0 KB

1234567891011121314151617181920
  1. ### Solution transfer component
  2. comp-solution-transfer-fill-normal = You fill {THE($target)} with {$amount}u from {THE($owner)}.
  3. comp-solution-transfer-fill-fully = You fill {THE($target)} to the brim with {$amount}u from {THE($owner)}.
  4. comp-solution-transfer-transfer-solution = You transfer {$amount}u to {THE($target)}.
  5. ## Displayed when trying to transfer to a solution, but either the giver is empty or the taker is full
  6. comp-solution-transfer-is-empty = {CAPITALIZE(THE($target))} is empty!
  7. comp-solution-transfer-is-full = {CAPITALIZE(THE($target))} is full!
  8. ## Displayed in change transfer amount verb's name
  9. comp-solution-transfer-verb-custom-amount = Custom
  10. comp-solution-transfer-verb-amount = {$amount}u
  11. comp-solution-transfer-verb-toggle = Toggle to {$amount}u
  12. ## Displayed after you successfully change a solution's amount using the BUI
  13. comp-solution-transfer-set-amount = Transfer amount set to {$amount}u.
  14. comp-solution-transfer-set-amount-max = Max: {$amount}u
  15. comp-solution-transfer-set-amount-min = Min: {$amount}u