feat: 添加"弹出文件管理器窗口"设置项

This commit is contained in:
Baobhan Sith
2025-05-13 08:47:42 +08:00
parent 83e3d8e043
commit e886d13ed3
10 changed files with 133 additions and 5 deletions
+12
View File
@@ -1,4 +1,5 @@
{
"appName": "Nexus Terminal",
"projectName": "Nexus Terminal",
"slogan":"Stir the stars, command the terminal.",
@@ -503,6 +504,17 @@
"deleteFailed": "Failed to delete tag \"{name}\": {error}"
},
"settings": {
"popupFileManager": {
"title": "Popup File Manager",
"enableLabel": "Enable Popup File Manager",
"description": "When enabled, the file manager button will be displayed in the command input bar, allowing you to open the popup file manager.",
"success": {
"saved": "Popup File Manager settings saved successfully."
},
"error": {
"saveFailed": "Failed to save Popup File Manager settings."
}
},
"title": "Settings",
"category": {
"security": "Security Settings",