Add default link verb for machine linking (#7413)

This commit is contained in:
Leon Friedrich
2022-04-16 09:19:43 +12:00
committed by GitHub
parent e8558806ad
commit 5a89382d28
3 changed files with 111 additions and 23 deletions

View File

@@ -8,3 +8,10 @@ signal-linker-component-max-connections-transmitter = Maximum connections reache
signal-linker-component-type-mismatch = The port's type does not match the type of the saved port!
signal-linker-component-out-of-range = Connection is out of range!
# Verbs
signal-linking-verb-text-link-default = Link default ports
signal-linking-verb-success = Connected all default {$machine} links.
signal-linking-verb-fail = Failed to connect all default {$machine} links.
signal-linking-verb-disabled-no-transmitter = You first need to interact with a transmitter.
signal-linking-verb-disabled-no-receiver = You first need to interact with a receiver.