update
This commit is contained in:
@@ -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..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -252,7 +252,9 @@
|
||||
"saveSuccess": "保存成功",
|
||||
"saveError": "保存出错",
|
||||
"editPathTooltip": "点击路径进行编辑",
|
||||
"noActiveSession": "无活动会话"
|
||||
"noActiveSession": "无活动会话",
|
||||
"noOpenFile": "未打开文件",
|
||||
"selectFileToEdit": "请从文件管理器中选择文件以开始编辑。"
|
||||
},
|
||||
"statusMonitor": {
|
||||
"noActiveSession": "无活动会话"
|
||||
@@ -354,6 +356,17 @@
|
||||
"saveFailed": "保存 IP 白名单失败。"
|
||||
}
|
||||
},
|
||||
"popupEditor": {
|
||||
"title": "弹窗文件编辑器",
|
||||
"enableLabel": "打开文件时显示弹窗编辑器",
|
||||
"saveButton": "保存设置",
|
||||
"success": {
|
||||
"saved": "弹窗编辑器设置已成功保存。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存弹窗编辑器设置失败。"
|
||||
}
|
||||
},
|
||||
"language": {
|
||||
"title": "语言设置",
|
||||
"selectLabel": "界面语言:",
|
||||
|
||||
Reference in New Issue
Block a user