|
23 | 23 | "Fonts": "Fonts", |
24 | 24 | "WithSystem": "Follow system", |
25 | 25 | "Appearance": "Appearance", |
| 26 | + "Settings": "Settings", |
26 | 27 | "PrimaryColor": "Primary color", |
27 | 28 | "LightThemePalette": "Light palette", |
28 | 29 | "DarkThemePalette": "Dark palette", |
|
100 | 101 | "RightPanel": { |
101 | 102 | "Open": "Open right panel", |
102 | 103 | "Close": "Close right panel", |
| 104 | + "Session": "Session", |
103 | 105 | "AI": "AI", |
104 | 106 | "SFTP": "SFTP", |
| 107 | + "SessionEmptyTitle": "No active session", |
| 108 | + "SessionEmptyDescription": "Connect to an SSH host from the asset tree to view session info and sharing settings here.", |
| 109 | + "SessionUnsupportedTitle": "Session not supported", |
| 110 | + "SessionUnsupportedDescription": "The session panel supports SSH terminal and SFTP sessions.", |
| 111 | + "SessionWaitingTitle": "Connecting session", |
| 112 | + "SessionWaitingDescription": "Session details and sharing will appear once the terminal is connected.", |
| 113 | + "SessionAsset": "Asset", |
| 114 | + "SessionAddress": "Address", |
| 115 | + "SessionAccount": "Account", |
| 116 | + "SessionProtocol": "Protocol", |
| 117 | + "SessionDuration": "Duration", |
| 118 | + "SessionId": "Session ID", |
| 119 | + "SessionStatusConnected": "Connected", |
| 120 | + "SessionStatusConnecting": "Connecting", |
| 121 | + "SessionStatusFailed": "Failed", |
| 122 | + "SessionStatusIdle": "Idle", |
| 123 | + "OnlineUsers": "Online users", |
| 124 | + "Share": "Share", |
| 125 | + "NoOnlineUsers": "No online users", |
| 126 | + "ShareLink": "Share link", |
| 127 | + "ShareDisabled": "Sharing is not enabled for this session", |
| 128 | + "ExpiredTime": "Expiry", |
| 129 | + "ExpiredMinutes": "{count} min", |
| 130 | + "ExpiredHour": "{count} hr", |
| 131 | + "ActionPerm": "Permission", |
| 132 | + "Writable": "Writable", |
| 133 | + "ReadOnly": "Read only", |
| 134 | + "ShareUser": "Share users", |
| 135 | + "GetShareUser": "Search and select users", |
| 136 | + "CreateLink": "Create link", |
| 137 | + "VerifyCode": "Verify code", |
| 138 | + "CopyLink": "Copy link", |
| 139 | + "Back": "Back", |
| 140 | + "PrimaryUser": "Primary", |
| 141 | + "RemoveShareUser": "Remove user", |
105 | 142 | "BatchCommand": "Batch", |
106 | 143 | "AIEmptyTitle": "AI assistant", |
107 | 144 | "AIEmptyDescription": "Ask questions and get ops suggestions or command help.", |
108 | 145 | "AIInputPlaceholder": "Describe your task or the command you want to run…", |
109 | 146 | "AISend": "Send", |
110 | | - "AIPlaceholderReply": "AI integration is coming soon. Use the SFTP and batch panels for now.", |
| 147 | + "AIPlaceholderReply": "AI integration is coming soon. Use the batch command panel for now.", |
111 | 148 | "SFTPSearchPlaceholder": "Search assets for file transfer…", |
112 | 149 | "SFTPEmptyTitle": "Choose an SFTP asset", |
113 | 150 | "SFTPEmptyDescription": "Search for an asset or reuse the active terminal host.", |
|
126 | 163 | "BatchCommandSentDesc": "Command dispatched to {count} terminal(s)", |
127 | 164 | "BatchPanelClose": "Close batch command panel" |
128 | 165 | }, |
| 166 | + "FileManagement": { |
| 167 | + "ConnectRemoteSftp": "Connect remote SFTP", |
| 168 | + "RemoteSftp": "Remote SFTP", |
| 169 | + "LocalSftp": "Current SFTP", |
| 170 | + "DisconnectRemote": "Disconnect remote", |
| 171 | + "RemoteSftpHint": "Connect another SFTP server to transfer files between both sides", |
| 172 | + "RemoteConnected": "Remote SFTP connected", |
| 173 | + "RemoteConnectFailed": "Failed to connect remote SFTP", |
| 174 | + "TransferToRemote": "Send to remote", |
| 175 | + "TransferToLocal": "Send to current", |
| 176 | + "TransferSuccess": "File transferred", |
| 177 | + "TransferFailed": "File transfer failed", |
| 178 | + "FolderTransferUnsupported": "Folder transfer is not supported yet", |
| 179 | + "DownloadFolderConfirm": "Download this folder?" |
| 180 | + }, |
129 | 181 | "Transcode": { |
130 | 182 | "Title": "Replay Transcode", |
131 | 183 | "Description": "Choose one or multiple .tar recording archive files for MP4 conversion.", |
|
0 commit comments