* remove Guidebook
* water and blood
* localization things
* added vital extract
* some fixes
* added bloodgrass
* guidebook localization
* fixes icons and remove unnecesary fields
* added inhand cauldron
* fix wallmount board
* Update bonfire.yml
* Update bonfire.yml
* alchemy furnace + mist
* fixes
* Guidebook localization
* Update drinks.yml
* Revert "remove Guidebook"
This reverts commit 7924cf235f.
* fix filtering guidebook
* test fix
* Update heater.yml
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
### Solution transfer component
|
|
|
|
comp-solution-transfer-fill-normal = Вы перемещаете { $amount } ед. из { $owner } в { $target }.
|
|
comp-solution-transfer-fill-fully = Вы наполняете { $target } до краёв, переместив { $amount } ед. из { $owner }.
|
|
comp-solution-transfer-transfer-solution = Вы перемещаете { $amount } ед. в { $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 = { $target } пуст!
|
|
comp-solution-transfer-is-full = { $target } полон!
|
|
|
|
## Displayed in change transfer amount verb's name
|
|
|
|
comp-solution-transfer-verb-custom-amount = Своё кол-во
|
|
comp-solution-transfer-verb-amount = { $amount } ед.
|
|
comp-solution-transfer-verb-toggle = Переключить на { $amount } ед.
|
|
|
|
## Displayed after you successfully change a solution's amount using the BUI
|
|
|
|
comp-solution-transfer-set-amount = Перемещаемое количество установлено на { $amount } ед.
|