i18n/en.json

{
  "proj": {
    "Header": "📋 Registered Projects:",
    "Empty": " No projects registered. Use 'proj add <name>' to add one.",
    "ErrNameReq": "❌ Error: Project name is required.",
    "ErrBadName": "❌ Invalid name. Use only letters, digits, '_', '-', '.' (max 50 chars).",
    "Saved": "✅ Project '{0}' saved.",
    "Removed": "🗑️ Project '{0}' removed.",
    "NotFound": "❌ Project '{0}' not found.",
    "Launching": "🚀 Launching: {0}",
    "LaunchingCwd": "🚀 Launching current directory: {0}",
    "MissingNodes": "⚠️ node_modules not found. Running {0} install...",
    "InstallFail": "❌ {0} install failed.",
    "Executing": "▶️ Running '{0} run {1}'...",
    "NoScripts": "⚠️ No 'dev' or 'start' script found.",
    "Available": "Available scripts: {0}",
    "InvalidPkg": "❌ Invalid package.json",
    "NoPkg": "ℹ️ No package.json found in this directory.",
    "Renamed": "✅ Project '{0}' renamed to '{1}'.",
    "ErrRenameArgs": "❌ Error: Usage: proj rename <old-name> <new-name>",
    "ErrRenameExists": "❌ Project '{0}' already exists.",
    "DetectedPM": "📦 Detected: {0}",
    "Usage": "Usage: proj <list|add|remove|rename|run|go> [-Version]"
  },
  "corsproxy": {
    "Title": "CORS Proxy",
    "Portal": "🔌 Port: ",
    "Records": "📝 Logging: ",
    "Sealed": "OFF",
    "Aspect": "📊 Output: ",
    "Absolute": "ALL (every request)",
    "Whisper": "ERRORS ONLY (status 400+)",
    "Stopped": "⏹️ Proxy stopped.",
    "Open": "OPEN",
    "ErrPrefix": "❌ Error: ",
    "Hints": "⌨️ Ctrl+L Clear | Ctrl+C Stop",
    "Cleared": "🧹 Screen cleared."
  },
  "install": {
    "Welcome": "\n🔧 FrontNox Installer",
    "Select": "Select components to install:\n",
    "InstallAll": "✅ Installing all components...",
    "Install": "Install {0} ({1})? (y/N)",
    "NoTools": "❌ No components selected. Exiting.",
    "Inst": "✅ Installed: {0}",
    "Profile": "\n✅ PowerShell profile updated.",
    "Done": "\nInstallation complete. Restart your terminal or run: . $PROFILE"
  },
  "uninstall": {
    "Confirm": "Are you sure you want to uninstall FrontNox? (y/N)",
    "Cleaning": "🧹 Removing FrontNox...",
    "Profile": "✅ Profile entries removed.",
    "Files": "✅ Scripts removed.",
    "Config": "✅ Configuration removed.",
    "KeepProjects": "📦 Keep saved project list? (y/N)",
    "Logs": "✅ Proxy logs removed.",
    "AccessError": "⚠️ Cannot write to profile:",
    "Done": "✅ FrontNox has been uninstalled. Restart your terminal.",
    "Aborted": "Uninstall cancelled."
  }
}