stack-component.ftl 720 B

1234567891011121314151617181920212223
  1. ### UI
  2. # Shown when a stack is examined in details range
  3. comp-stack-examine-detail-count = {$count ->
  4. [one] There is [color={$markupCountColor}]{$count}[/color] thing
  5. *[other] There are [color={$markupCountColor}]{$count}[/color] things
  6. } in the stack.
  7. # Stack status control
  8. comp-stack-status = Count: [color=white]{$count}[/color]
  9. ### Interaction Messages
  10. # Shown when attempting to add to a stack that is full
  11. comp-stack-already-full = Stack is already full.
  12. # Shown when a stack becomes full
  13. comp-stack-becomes-full = Stack is now full.
  14. # Text related to splitting a stack
  15. comp-stack-split = You split the stack.
  16. comp-stack-split-halve = Halve
  17. comp-stack-split-too-small = Stack is too small to split.