* 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
30 lines
1.9 KiB
Plaintext
30 lines
1.9 KiB
Plaintext
## UI
|
||
|
||
injector-draw-text = Забор
|
||
injector-inject-text = Введение
|
||
injector-invalid-injector-toggle-mode = Неверный режим
|
||
injector-volume-label = Объём: [color=white]{ $currentVolume }/{ $totalVolume }[/color]
|
||
Режим: [color=white]{ $modeString }[/color] ([color=white]{ $transferVolume } ед.[/color])
|
||
|
||
## Entity
|
||
|
||
injector-component-drawing-text = Содержимое набирается
|
||
injector-component-injecting-text = Содержимое вводится
|
||
injector-component-cannot-transfer-message = Вы не можете ничего переместить в { $target }!
|
||
injector-component-cannot-draw-message = Вы не можете ничего набрать из { $target }!
|
||
injector-component-cannot-inject-message = Вы не можете ничего ввести в { $target }!
|
||
injector-component-inject-success-message = Вы вводите { $amount }ед. в { $target }!
|
||
injector-component-transfer-success-message = Вы перемещаете { $amount }ед. в { $target }.
|
||
injector-component-draw-success-message = Вы набираете { $amount }ед. из { $target }.
|
||
injector-component-target-already-full-message = { $target } полон!
|
||
injector-component-target-is-empty-message = { $target } пуст!
|
||
injector-component-cannot-toggle-draw-message = Больше не набрать!
|
||
injector-component-cannot-toggle-inject-message = Нечего вводить!
|
||
|
||
## mob-inject doafter messages
|
||
|
||
injector-component-drawing-user = Вы начинаете набирать шприц.
|
||
injector-component-injecting-user = Вы начинаете вводить содержимое шприца.
|
||
injector-component-drawing-target = { CAPITALIZE($user) } начинает набирать шприц из вас!
|
||
injector-component-injecting-target = { CAPITALIZE($user) } начинает вводить содержимое шприца в вас!
|