* shuffles devicelist to shared, adds an overlay for devicelist * adds space property to overlay * moves networkconfigurator to shared, makes devicelistsystem clientside check activedevicelist * dirties components upon change, adds networkedcomponent to sharednetworkconfigurator * state handlers for networked components * whoops * lots of shuffling, renaming, and access changes * randomizes color for every new entity added to the overlay * adds a client-side action to clear all network overlays if they're active * clones action (oops) * localization, adds a command for clearing network link overlays (in case the action disappears) * moves the entity manager up into the bui fields * makes that a dependency * attempts to just directly get the color from the dict when drawing, now * fixes up a few comments * adds dirty on init to devicelistcomponent * hacky solution related to mapping with a networkconfigurator * more stricter bound on that hacky solution * just checks if the life stage is initialized instead of if the entity was initialized * moves getalldevices to shared * readds linq import * tries to ensure that the show button is toggled on if the device we're trying to configure is currently being tracked by the overlay * some reorganization
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
# Popups
|
|
|
|
network-configurator-device-saved = Successfully saved network device {$device} with address {$address}!
|
|
network-configurator-device-failed = Failed to save network device {$device}! No address assigned!
|
|
network-configurator-device-already-saved = network device: {$device} is already saved.
|
|
network-configurator-device-access-denied = Access denied!
|
|
|
|
# Verbs
|
|
network-configurator-save-device = Save device
|
|
network-configurator-configure = Configure
|
|
|
|
# ui
|
|
network-configurator-ui-clear-button = Clear
|
|
network-configurator-ui-count-label = {$count} Devices
|
|
network-configurator-clear-network-link-overlays = Clear network link overlays
|
|
network-configurator-clear-network-link-overlays-desc = Clear network link overlays.
|
|
|
|
# tooltips
|
|
network-configurator-tooltip-set = Sets targets device list
|
|
network-configurator-tooltip-add = Adds to targets device list
|
|
network-configurator-tooltip-edit = Edit targets device list
|
|
network-configurator-tooltip-clear = Clear targets device list
|
|
network-configurator-tooltip-copy = Copy targets device list to multitool
|
|
network-configurator-tooltip-show = Show a holographic visualization of targets device list
|