This commit is contained in:
Baobhan Sith
2025-04-16 19:17:44 +08:00
parent 679d38f502
commit 716d84463a
11 changed files with 1080 additions and 286 deletions
+18 -2
View File
@@ -249,7 +249,9 @@
"saveError": "Save error",
"editPathTooltip": "Click path to edit",
"noActiveSession": "No active session",
"loadDirectoryFailed": "Failed to load directory"
"loadDirectoryFailed": "Failed to load directory",
"noOpenFile": "No file open",
"selectFileToEdit": "Select a file from the file manager to start editing."
},
"statusMonitor": {
"noActiveSession": "No active session"
@@ -351,6 +353,17 @@
"saveFailed": "Failed to save IP whitelist."
}
},
"popupEditor": {
"title": "Popup File Editor",
"enableLabel": "Show popup editor when opening files",
"saveButton": "Save Setting",
"success": {
"saved": "Popup editor setting saved successfully."
},
"error": {
"saveFailed": "Failed to save popup editor setting."
}
},
"language": {
"title": "Language Settings",
"selectLabel": "Interface Language:",
@@ -516,5 +529,8 @@
"untagged": "Untagged",
"searchPlaceholder": "Search name or host...",
"noResults": "No connections found matching \"{searchTerm}\"."
}
},
"commandInputBar": {
"placeholder": "Enter command and press Enter to send..."
}
}