* Rename and create files * MicrowaveMenu to XAML UI * Improve code 😪 * Restart tests * Restart tests * Remove unused imports * Remove duplicate localization string, set MinWidth so string fits * Improve code and localization * Update Content.Client/Kitchen/UI/MicrowaveBoundUserInterface.cs Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
## Entity
|
|
|
|
microwave-component-interact-using-no-power = It has no power!
|
|
microwave-component-interact-using-broken = It's broken!
|
|
microwave-component-interact-using-no-active-hand = You have no active hand!
|
|
microwave-component-interact-using-container-full = Container is full
|
|
microwave-component-interact-using-transfer-success = Transferred {$amount}u
|
|
microwave-component-interact-using-transfer-fail = That won't work!
|
|
microwave-component-suicide-multi-head-others-message = {$victim} is trying to cook their heads!
|
|
microwave-component-suicide-others-message = {$victim} is trying to cook their head!
|
|
microwave-component-suicide-multi-head-message = You cook your heads!
|
|
microwave-component-suicide-message = You cook your head!
|
|
|
|
## Bound UI
|
|
|
|
microwave-bound-user-interface-instant-button = INSTANT
|
|
microwave-bound-user-interface-cook-time-label = COOK TIME: {$time}
|
|
|
|
## UI
|
|
|
|
microwave-menu-title = Microwave
|
|
microwave-menu-start-button = Start
|
|
microwave-menu-eject-all-text = Eject All Contents
|
|
microwave-menu-eject-all-tooltip = This vaporizes all reagents, but ejects any solids.
|
|
microwave-menu-instant-button = INSTANT
|