feat: 优化样式

This commit is contained in:
Baobhan Sith
2025-05-10 09:56:38 +08:00
parent 05747a46e1
commit bdaea68d20
6 changed files with 94 additions and 7 deletions
+26
View File
@@ -1197,5 +1197,31 @@
"time": {
"unknown": "Unknown time",
"invalidDate": "Invalid date"
},
"sshSuspend": {
"notifications": {
"markedForSuspendInfo": "Session {id} marked for suspend. It will be suspended when the tab is closed or the application exits.",
"wsNotConnectedError": "WebSocket not connected. Cannot perform suspend/resume action.",
"sessionNotFoundError": "Session not found or WebSocket manager unavailable.",
"notMarkedWarning": "Session was not marked for suspend.",
"fetchListError": "Failed to fetch suspended sessions list: {error}",
"resumeErrorInfoNotFound": "Resume error: Suspended session {id} not found in the list.",
"resumeErrorConnectionConfigNotFound": "Resume error: Original connection configuration for {id} not found.",
"resumeErrorGeneric": "Failed to resume session: {error}",
"terminatedSuccess": "Suspended session \"{name}\" terminated successfully.",
"terminateError": "Failed to terminate suspended session: {error}",
"entryRemovedSuccess": "Suspended session entry \"{name}\" removed successfully.",
"entryRemovedError": "Failed to remove suspended session entry: {error}",
"nameEditedSuccess": "Suspended session name updated to \"{name}\".",
"nameEditedError": "Failed to edit suspended session name: {error}",
"markedForSuspendSuccess": "Session {id} successfully marked for suspend.",
"markForSuspendError": "Failed to mark session for suspend: {error}",
"unmarkedSuccess": "Session {id} unmarked from suspend successfully.",
"unmarkError": "Failed to unmark session from suspend: {error}",
"defaultSessionName": "Session",
"resumeSuccess": "Session \"{name}\" resumed successfully.",
"resumeErrorBackend": "Backend failed to resume session: {error}",
"autoTerminated": "Suspended session \"{name}\" was auto-terminated by the backend due to: {reason}"
}
}
}