This commit is contained in:
Mateusz Gruszczyński
2026-09-19 21:51:51 +02:00
parent ac2dd8b62a
commit 45a993ed80
18 changed files with 252 additions and 62 deletions
+19 -1
View File
@@ -1418,6 +1418,24 @@
"discovery.addedCount": "Added: {count}",
"discovery.alreadyAdded": "Already added",
"discovery.empty": "No local devices found",
"discovery.emptyHint": "Try a longer scan, another protocol, or verify that the unit answers on UDP port 7000."
"discovery.emptyHint": "Try a longer scan, another protocol, or verify that the unit answers on UDP port 7000.",
"flow.shortcuts": "Shortcuts",
"flow.shortcutsHint": "Shortcuts work while focus is outside form fields.",
"flow.shortcutAdd": "Add / search for a block",
"flow.shortcutAddFirst": "Add the first search result",
"flow.shortcutSave": "Save Flow",
"flow.shortcutSelectAll": "Select all blocks",
"flow.shortcutCopy": "Copy selected blocks",
"flow.shortcutPaste": "Paste blocks",
"flow.shortcutDuplicate": "Duplicate selection",
"flow.shortcutDelete": "Delete selected blocks",
"flow.shortcutMove": "Move selection by 10 px",
"flow.shortcutMoveFine": "Move selection precisely by 1 px",
"flow.shortcutClear": "Clear selection / cancel connection",
"flow.shortcutFit": "Fit the whole Flow to the view",
"flow.shortcutZoom": "Zoom in / out",
"flow.shortcutHelp": "Show this shortcut list",
"flow.shortcutCut": "Cut selected blocks",
"flow.blocksCut": "Cut blocks: {count}"
}
}