{ "app": { "name": "PathEditor", "nameReadonly": "PathEditor (Read-only)" }, "tab": { "system": "System Variables", "user": "User Variables", "merged": "Merge Preview" }, "table": { "path": "Path" }, "button": { "new": "New", "edit": "Edit", "browse": "Browse...", "delete": "Delete", "moveUp": "Move Up", "moveDown": "Move Down", "clean": "Clean", "import": "Import", "export": "Export", "save": "OK", "cancel": "Cancel", "help": "Help", "analyze": "Analyze", "profiles": "Profiles", "undo": "Undo", "redo": "Redo", "darkMode": "Dark Mode", "lightMode": "Light Mode", "language": "Language", "retry": "Retry" }, "merge": { "system": "System", "user": "User", "source": "Source" }, "status": { "normal": "Ready", "readonly": "Read-only mode — Administrator privileges required for editing", "saving": "Saving...", "saved": "Saved successfully", "saved_without_backup": "Saved (backup failed)", "error": "Operation failed", "warning_backup": "Backup creation failed, save will proceed without backup", "deleted": "Deleted {{count}} path(s)", "loaded": "Loaded {{sysCount}} system and {{userCount}} user paths", "dragFolderOnly": "Only folders can be dropped", "loading": "Loading...", "modified": "Modified", "readonly_label": "Read-only", "light": "Light", "dark": "Dark", "adminWarning": "Running without administrator privileges, some features are disabled", "saveWarningLongPaths": "PATH length exceeds recommended value. Continue saving?" }, "dialog": { "newPath": "New Path", "editPath": "Edit Path", "pathLabel": "Enter path:", "selectDir": "Select Directory", "importTitle": "Import Paths", "exportTitle": "Export Paths", "importTarget": "Import Target", "importSystem": "System Only", "importUser": "User Only", "importBoth": "Both", "helpTitle": "Help", "languageTitle": "Select Language", "backupTitle": "Backup Confirmation", "backupMessage": "Back up registry before saving?", "confirm": "Confirm", "cancel": "Cancel", "search": "Search paths...", "importSystemCount": "System: {{count}} entries", "importUserCount": "User: {{count}} entries" }, "analyze": { "title": "PATH Analysis", "conflicts": "Conflicts", "tools": "Tools", "scanning": "Scanning...", "noConflicts": "No executable conflicts found", "noTools": "No matching executables found", "priority": "Prioritized", "shadowed": "Shadowed", "searchPlaceholder": "Search executable name...", "conflictCount": "{{count}} file conflict(s) found", "notExists": "(not found)" }, "profile": { "title": "PATH Profiles", "saveCurrent": "Save Current as Profile", "namePlaceholder": "Profile name...", "save": "Save", "load": "Load", "apply": "Apply", "delete": "Delete", "rename": "Rename", "noProfiles": "No saved profiles", "applyConfirm": "This will overwrite current PATH with profile \"{{name}}\" and write to registry. Confirm?", "deleted": "Profile \"{{name}}\" deleted", "selectProfile": "Select a profile", "empty": "(empty)" }, "help": { "content": "PathEditor v5.0 — Windows System Environment Variable (PATH) Editor\n\nFeatures:\n• Create/Edit/Delete path entries\n• Move Up/Down to adjust priority\n• One-click cleanup of invalid & duplicate paths\n• Import/Export JSON, CSV, TXT formats\n• Full Undo/Redo support\n\nShortcuts:\n• Ctrl+N New\n• Ctrl+S Save\n• Ctrl+Z Undo\n• Ctrl+Y Redo\n• Ctrl+F Search\n• Delete Delete selected\n• F1 Help\n\nAuthor: 刘航宇\nGitHub: https://github.com/LHY0125/PathEditor" } }