update
This commit is contained in:
@@ -606,7 +606,8 @@
|
||||
"settings": "Settings",
|
||||
"errorOccurred": "An error occurred.",
|
||||
"dismiss": "Dismiss",
|
||||
"close": "Close"
|
||||
"close": "Close",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"layoutConfigurator": {
|
||||
"title": "Layout Configurator",
|
||||
@@ -675,9 +676,11 @@
|
||||
"closeSearch": "Close terminal search",
|
||||
"findPrevious": "Find previous",
|
||||
"findNext": "Find next",
|
||||
"noResults": "No results"
|
||||
"noResults": "No results",
|
||||
"configureFocusSwitch": "Configure Focus Switcher"
|
||||
},
|
||||
"layout": {
|
||||
"configure": "Configure Layout",
|
||||
"pane": {
|
||||
"connections": "Connections",
|
||||
"terminal": "Terminal",
|
||||
@@ -739,5 +742,19 @@
|
||||
"fieldsRequired": "Username and password are required.",
|
||||
"generic": "An error occurred during setup. Please check the server logs."
|
||||
}
|
||||
},
|
||||
"focusSwitcher": {
|
||||
"configTitle": "Configure Focus Switcher",
|
||||
"availableInputs": "Available Inputs",
|
||||
"configuredSequence": "Configured Sequence",
|
||||
"dragHere": "Drag here to add",
|
||||
"allInputsConfigured": "All available inputs are configured",
|
||||
"input": {
|
||||
"commandHistorySearch": "Search command history...",
|
||||
"quickCommandsSearch": "Search quick commands...",
|
||||
"fileManagerSearch": "Search files...",
|
||||
"commandInput": "Enter command...",
|
||||
"terminalSearch": "Search terminal..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user