2023-04-23 18:22:25 +06:00
|
|
|
### Solution transfer component
|
|
|
|
|
|
2024-07-07 12:35:08 +03:00
|
|
|
comp-solution-transfer-fill-normal = Вы перемещаете { $amount }ед. из { $owner } в { $target }.
|
|
|
|
|
comp-solution-transfer-fill-fully = Вы наполняете { $target } до краёв, переместив { $amount }ед. из { $owner }.
|
|
|
|
|
comp-solution-transfer-transfer-solution = Вы перемещаете { $amount }ед. в { $target }.
|
2023-04-23 18:22:25 +06:00
|
|
|
|
|
|
|
|
## Displayed when trying to transfer to a solution, but either the giver is empty or the taker is full
|
|
|
|
|
|
2024-07-07 12:35:08 +03:00
|
|
|
comp-solution-transfer-is-empty = { $target } пуст!
|
|
|
|
|
comp-solution-transfer-is-full = { $target } полон!
|
2023-04-23 18:22:25 +06:00
|
|
|
|
|
|
|
|
## Displayed in change transfer amount verb's name
|
|
|
|
|
|
2024-07-07 12:35:08 +03:00
|
|
|
comp-solution-transfer-verb-custom-amount = Своё кол-во
|
|
|
|
|
comp-solution-transfer-verb-amount = { $amount }ед.
|
2023-04-23 18:22:25 +06:00
|
|
|
|
|
|
|
|
## Displayed after you successfully change a solution's amount using the BUI
|
|
|
|
|
|
2024-07-07 12:35:08 +03:00
|
|
|
comp-solution-transfer-set-amount = Перемещаемое количество установлено на { $amount }ед.
|