This commit is contained in:
Baobhan Sith
2025-04-19 09:09:38 +08:00
parent c18db0546a
commit 1b7a2abb5c
11 changed files with 643 additions and 168 deletions
+71 -56
View File
@@ -280,7 +280,7 @@
"cancel": "Cancel",
"save": "Save",
"closeTab": "Close Tab",
"closeEditor": "Close Editor"
"closeEditor": "Close Editor"
},
"headers": {
"type": "Type",
@@ -644,60 +644,75 @@
"noResults": "No connections found matching \"{searchTerm}\"."
},
"commandInputBar": {
"placeholder": "Enter command and press Enter to send..."
},
"layout": {
"pane": {
"connections": "Connections",
"terminal": "Terminal",
"commandBar": "Command Bar",
"fileManager": "File Manager",
"editor": "Editor",
"statusMonitor": "Status Monitor",
"commandHistory": "Command History",
"quickCommands": "Quick Commands"
"placeholder": "Enter command and press Enter to send...",
"searchPlaceholder": "Search in terminal...",
"openSearch": "Open terminal search",
"closeSearch": "Close terminal search",
"findPrevious": "Find previous",
"findNext": "Find next",
"noResults": "No results"
},
"layout": {
"pane": {
"connections": "Connections",
"terminal": "Terminal",
"commandBar": "Command Bar",
"fileManager": "File Manager",
"editor": "Editor",
"statusMonitor": "Status Monitor",
"commandHistory": "Command History",
"quickCommands": "Quick Commands"
}
},
"commandHistory": {
"title": "Command History",
"searchPlaceholder": "Search history...",
"clear": "Clear",
"copy": "Copy",
"delete": "Delete",
"loading": "Loading...",
"empty": "No history records",
"confirmClear": "Are you sure you want to clear all history?",
"copied": "Copied to clipboard",
"copyFailed": "Copy failed"
},
"quickCommands": {
"title": "Quick Commands",
"searchPlaceholder": "Search name or command...",
"add": "Add",
"sortBy": "Sort by:",
"sortByName": "Name",
"sortByUsage": "Usage Frequency",
"usageCount": "Usage Count",
"empty": "No quick commands. Click '+' to create one!",
"confirmDelete": "Are you sure you want to delete the quick command \"{name}\"?",
"form": {
"titleAdd": "Add Quick Command",
"titleEdit": "Edit Quick Command",
"name": "Name:",
"namePlaceholder": "Optional, for quick identification",
"command": "Command:",
"commandPlaceholder": "e.g., ls -alh /home/user",
"errorCommandRequired": "Command cannot be empty",
"add": "Add"
}
},
"setup": {
"title": "Initial Setup",
"description": "Create the first administrator account.",
"username": "Username",
"usernamePlaceholder": "Enter username",
"password": "Password",
"passwordPlaceholder": "Enter password",
"confirmPassword": "Confirm Password",
"confirmPasswordPlaceholder": "Confirm your password",
"submitButton": "Create Account",
"settingUp": "Creating account...",
"success": "Account created successfully! Redirecting to login...",
"error": {
"passwordsDoNotMatch": "Passwords do not match.",
"fieldsRequired": "Username and password are required.",
"generic": "An error occurred during setup. Please check the server logs."
}
}
},
"commandHistory": {
"title": "Command History",
"searchPlaceholder": "Search history...",
"clear": "Clear",
"copy": "Copy",
"delete": "Delete",
"loading": "Loading...",
"empty": "No history records",
"confirmClear": "Are you sure you want to clear all history?",
"copied": "Copied to clipboard",
"copyFailed": "Copy failed"
},
"quickCommands": {
"title": "Quick Commands",
"searchPlaceholder": "Search name or command...",
"add": "Add",
"sortBy": "Sort by:",
"sortByName": "Name",
"sortByUsage": "Usage Frequency",
"usageCount": "Usage Count",
"empty": "No quick commands. Click '+' to create one!",
"confirmDelete": "Are you sure you want to delete the quick command \"{name}\"?",
"form": {
"titleAdd": "Add Quick Command",
"titleEdit": "Edit Quick Command",
"name": "Name:",
"namePlaceholder": "Optional, for quick identification",
"command": "Command:",
"commandPlaceholder": "e.g., ls -alh /home/user",
"errorCommandRequired": "Command cannot be empty",
"add": "Add"
}
},
"commandInputBar": {
"placeholder": "Enter command here...",
"searchPlaceholder": "Search in terminal...",
"openSearch": "Open terminal search",
"closeSearch": "Close terminal search",
"findPrevious": "Find previous",
"findNext": "Find next",
"noResults": "No results"
}
}
+70 -55
View File
@@ -644,60 +644,75 @@
"noResults": "未找到匹配 \"{searchTerm}\" 的连接。"
},
"commandInputBar": {
"placeholder": "在此输入命令后按 Enter 发送到终端..."
},
"layout": {
"pane": {
"connections": "连接列表",
"terminal": "终端",
"commandBar": "命令栏",
"fileManager": "文件管理器",
"editor": "编辑器",
"statusMonitor": "状态监视器",
"commandHistory": "命令历史",
"quickCommands": "快捷指令"
"placeholder": "在此输入命令后按 Enter 发送到终端...",
"searchPlaceholder": "在终端中搜索...",
"openSearch": "打开终端搜索",
"closeSearch": "关闭终端搜索",
"findPrevious": "查找上一个",
"findNext": "查找下一个",
"noResults": "无结果"
},
"layout": {
"pane": {
"connections": "连接列表",
"terminal": "终端",
"commandBar": "命令栏",
"fileManager": "文件管理器",
"editor": "编辑器",
"statusMonitor": "状态监视器",
"commandHistory": "命令历史",
"quickCommands": "快捷指令"
}
},
"commandHistory": {
"title": "命令历史",
"searchPlaceholder": "搜索历史记录...",
"clear": "清空",
"copy": "复制",
"delete": "删除",
"loading": "加载中...",
"empty": "没有历史记录",
"confirmClear": "确定要清空所有历史记录吗?",
"copied": "已复制到剪贴板",
"copyFailed": "复制失败"
},
"quickCommands": {
"title": "快捷指令",
"searchPlaceholder": "搜索名称或指令...",
"add": "添加",
"sortBy": "排序:",
"sortByName": "名称",
"sortByUsage": "使用频率",
"usageCount": "使用次数",
"empty": "没有快捷指令。点击“+”按钮创建一个吧!",
"confirmDelete": "确定要删除快捷指令 \"{name}\" 吗?",
"form": {
"titleAdd": "添加快捷指令",
"titleEdit": "编辑快捷指令",
"name": "名称:",
"namePlaceholder": "可选,用于快速识别",
"command": "指令:",
"commandPlaceholder": "例如:ls -alh /home/user",
"errorCommandRequired": "指令内容不能为空",
"add": "添加"
}
},
"setup": {
"title": "初始设置",
"description": "创建第一个管理员账号。",
"username": "用户名",
"usernamePlaceholder": "输入用户名",
"password": "密码",
"passwordPlaceholder": "输入密码",
"confirmPassword": "确认密码",
"confirmPasswordPlaceholder": "再次输入密码确认",
"submitButton": "创建账号",
"settingUp": "正在创建账号...",
"success": "账号创建成功!正在跳转到登录页面...",
"error": {
"passwordsDoNotMatch": "两次输入的密码不一致。",
"fieldsRequired": "用户名和密码不能为空。",
"generic": "设置过程中发生错误,请检查服务器日志。"
}
}
},
"commandHistory": {
"title": "命令历史",
"searchPlaceholder": "搜索历史记录...",
"clear": "清空",
"copy": "复制",
"delete": "删除",
"loading": "加载中...",
"empty": "没有历史记录",
"confirmClear": "确定要清空所有历史记录吗?",
"copied": "已复制到剪贴板",
"copyFailed": "复制失败"
},
"quickCommands": {
"title": "快捷指令",
"searchPlaceholder": "搜索名称或指令...",
"add": "添加",
"sortBy": "排序:",
"sortByName": "名称",
"sortByUsage": "使用频率",
"usageCount": "使用次数",
"empty": "没有快捷指令。点击“+”按钮创建一个吧!",
"confirmDelete": "确定要删除快捷指令 \"{name}\" 吗?",
"form": {
"titleAdd": "添加快捷指令",
"titleEdit": "编辑快捷指令",
"name": "名称:",
"namePlaceholder": "可选,用于快速识别",
"command": "指令:",
"commandPlaceholder": "例如:ls -alh /home/user",
"errorCommandRequired": "指令内容不能为空",
"add": "添加"
}
},
"commandInputBar": {
"placeholder": "在此输入命令...",
"searchPlaceholder": "在终端中搜索...",
"openSearch": "打开终端搜索",
"closeSearch": "关闭终端搜索",
"findPrevious": "查找上一个",
"findNext": "查找下一个",
"noResults": "无结果"
}
}