mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-11 07:01:59 +00:00
- Implemented methods for fetching AI stats, training history, and recent experiences. - Added functionality to set operation mode (MANUAL, AUTO, AI) with appropriate handling. - Included helper methods for querying the database and sending JSON responses. - Integrated model metadata extraction for visualization purposes.
824 lines
36 KiB
JSON
824 lines
36 KiB
JSON
{
|
|
"nav.dashboard": "Dashboard",
|
|
"nav.bjorn": "Bjorn",
|
|
"nav.netkb": "NetKB",
|
|
"nav.network": "Network",
|
|
"nav.credentials": "Credentials",
|
|
"nav.vulnerabilities": "Vulnerabilities",
|
|
"nav.attacks": "Attacks",
|
|
"nav.scheduler": "Scheduler",
|
|
"nav.database": "Database",
|
|
"nav.files": "Files",
|
|
"nav.loot": "Loot",
|
|
"nav.actions": "Actions",
|
|
"nav.actionsStudio": "Actions Studio",
|
|
"nav.backup": "Backup & Update",
|
|
"nav.webEnum": "Web Enum",
|
|
"nav.zombieland": "Zombieland",
|
|
"nav.ai_dashboard": "AI Dashboard",
|
|
"nav.settings": "Settings",
|
|
"nav.shortcuts": "Shortcuts",
|
|
"nav.pages": "Pages",
|
|
"status.initializing": "Initializing...",
|
|
"status.online": "Online",
|
|
"status.offline": "Offline",
|
|
"console.title": "Console",
|
|
"console.clear": "Clear",
|
|
"console.sseOn": "SSE On",
|
|
"console.sseOff": "SSE Off",
|
|
"console.newLogs": "{{count}} new logs",
|
|
"settings.theme": "Theme",
|
|
"settings.language": "Language",
|
|
"settings.general": "General",
|
|
"settings.toggles": "Toggles",
|
|
"settings.editValue": "Edit value",
|
|
"settings.addValues": "Add values (comma separated)...",
|
|
"settings.setValue": "Set value...",
|
|
"settings.errorLoading": "Error loading config",
|
|
"settings.configSaved": "Configuration saved",
|
|
"settings.errorSaving": "Error saving config",
|
|
"settings.defaultsRestored": "Defaults restored",
|
|
"settings.errorRestoring": "Error restoring defaults",
|
|
"settings.tooltip.manual_mode": "When enabled, Bjorn runs only manual actions from the UI.",
|
|
"settings.tooltip.ai_mode": "Enables AI decision mode. Disable to run heuristic AUTO mode.",
|
|
"settings.tooltip.learn_in_auto": "Collect AI training data while running in AUTO mode.",
|
|
"settings.tooltip.debug_mode": "Enables extra diagnostic logs and debug behavior.",
|
|
"settings.tooltip.websrv": "Start the embedded web server at startup.",
|
|
"settings.tooltip.webauth": "Require authentication to access the web interface.",
|
|
"settings.tooltip.bjorn_debug_enabled": "Expose the Bjorn Debug page and debug API endpoints.",
|
|
"settings.tooltip.retry_success_actions": "Allow retrying actions that already succeeded for a target.",
|
|
"settings.tooltip.retry_failed_actions": "Retry actions after a previous failure on a target.",
|
|
"settings.tooltip.ai_server_url": "Base URL of the AI server used for model sync and uploads.",
|
|
"settings.tooltip.ai_exploration_rate": "Probability of exploration in AI mode (higher = more random tries).",
|
|
"settings.tooltip.ai_sync_interval": "Seconds between AI synchronization attempts.",
|
|
"settings.tooltip.ai_server_max_failures_before_auto": "Switch to AUTO mode after this many consecutive AI server failures.",
|
|
"settings.tooltip.startup_delay": "Delay in seconds before startup workflows begin.",
|
|
"settings.tooltip.web_delay": "Polling interval for some web UI refresh operations.",
|
|
"settings.tooltip.screen_delay": "Delay between display refresh cycles.",
|
|
"settings.tooltip.livestatus_delay": "Interval for live status updates.",
|
|
"settings.tooltip.epd_enabled": "Enable e-paper display output. Disable for headless mode.",
|
|
"settings.tooltip.showiponscreen": "Show current IP address on the display.",
|
|
"settings.tooltip.shared_update_interval": "Seconds between shared runtime state updates.",
|
|
"settings.tooltip.vuln_update_interval": "Seconds between vulnerability counters refresh.",
|
|
"settings.tooltip.semaphore_slots": "Maximum number of concurrent action slots.",
|
|
"settings.tooltip.runtime_tick_s": "Runtime updater loop tick interval in seconds.",
|
|
"settings.tooltip.runtime_gc_interval_s": "Optional forced GC interval in seconds (0 disables).",
|
|
"settings.tooltip.default_network_interface": "Preferred network interface for scans and connectivity checks.",
|
|
"settings.tooltip.use_custom_network": "Use custom CIDR network instead of auto-detected network.",
|
|
"settings.tooltip.custom_network": "Custom target network in CIDR format (example: 192.168.1.0/24).",
|
|
"settings.tooltip.portlist": "Default port list used by scanners and schedulers.",
|
|
"settings.tooltip.portstart": "Start of port range for range-based scans.",
|
|
"settings.tooltip.portend": "End of port range for range-based scans.",
|
|
"settings.tooltip.scan_max_host_threads": "Maximum parallel host worker threads during scans.",
|
|
"settings.tooltip.scan_max_port_threads": "Maximum parallel port scan threads per host.",
|
|
"settings.tooltip.mac_scan_blacklist": "MAC addresses excluded from automated targeting.",
|
|
"settings.tooltip.ip_scan_blacklist": "IP addresses excluded from automated targeting.",
|
|
"settings.tooltip.hostname_scan_blacklist": "Hostnames excluded from automated targeting.",
|
|
"settings.tooltip.vuln_fast": "Use faster vulnerability scan profile.",
|
|
"settings.tooltip.nse_vulners": "Enable Nmap NSE vulners scripts during vulnerability scans.",
|
|
"settings.tooltip.vuln_max_ports": "Maximum number of ports evaluated per host for vuln scans.",
|
|
"settings.tooltip.use_actions_studio": "Load and use action graph definitions from Actions Studio.",
|
|
"settings.tooltip.bruteforce_exhaustive_enabled": "Enable exhaustive bruteforce fallback after dictionary attempts.",
|
|
"settings.tooltip.bruteforce_exhaustive_max_candidates": "Maximum generated candidates for exhaustive bruteforce.",
|
|
"theme.group.colors": "Colors",
|
|
"theme.group.surfaces": "Surfaces",
|
|
"theme.group.layout": "Layout",
|
|
"theme.token.bg": "Background",
|
|
"theme.token.ink": "Text Color",
|
|
"theme.token.accent1": "Accent 1 (Acid)",
|
|
"theme.token.accent2": "Accent 2 (Cyan)",
|
|
"theme.token.danger": "Danger",
|
|
"theme.token.warning": "Warning",
|
|
"theme.token.ok": "Success",
|
|
"theme.token.panel": "Panel",
|
|
"theme.token.panel2": "Panel Alt",
|
|
"theme.token.ctrlPanel": "Control Panel",
|
|
"theme.token.border": "Border",
|
|
"theme.token.radius": "Border Radius",
|
|
"theme.advanced": "Advanced CSS",
|
|
"theme.applyRaw": "Apply",
|
|
"theme.reset": "Reset to Default",
|
|
"dash.title": "Dashboard",
|
|
"dash.battery": "Battery",
|
|
"dash.internet": "Internet",
|
|
"dash.cpu": "CPU",
|
|
"dash.ram": "RAM",
|
|
"dash.disk": "Disk",
|
|
"dash.temp": "Temp",
|
|
"dash.uptime": "Uptime",
|
|
"dash.hostsAlive": "Hosts Alive",
|
|
"dash.totalHosts": "Total Hosts",
|
|
"dash.openPorts": "Open Ports",
|
|
"dash.credentials": "Credentials",
|
|
"dash.vulnerabilities": "Vulnerabilities",
|
|
"dash.actions": "Actions",
|
|
"dash.connected": "Connected",
|
|
"dash.disconnected": "Disconnected",
|
|
"dash.charging": "Charging",
|
|
"dash.discharging": "Discharging",
|
|
"dash.full": "Full",
|
|
"dash.connectivity": "Connectivity",
|
|
"dash.liveOps": "Live Operations",
|
|
"dash.tapRefresh": "Tap to refresh",
|
|
"dash.wifi": "Wi-Fi",
|
|
"dash.ethernet": "Ethernet",
|
|
"dash.usb": "USB",
|
|
"dash.bluetooth": "Bluetooth",
|
|
"dash.mode": "Mode",
|
|
"dash.gps": "GPS",
|
|
"dash.age": "Bjorn age",
|
|
"dash.plugged": "Plugged",
|
|
"dash.noBattery": "No battery",
|
|
"dash.sinceScan": "since last scan",
|
|
"dash.wifiKnown": "Known Wi-Fi",
|
|
"dash.dataFiles": "Data / Files collected",
|
|
"dash.fileDescriptors": "File Descriptors",
|
|
"dash.attackScripts": "Attack scripts",
|
|
"dash.system": "System",
|
|
"dash.zombies": "Zombies",
|
|
"netkb.title": "Network Knowledge Base",
|
|
"netkb.showOffline": "Show offline",
|
|
"netkb.gridView": "Grid",
|
|
"netkb.listView": "List",
|
|
"netkb.hostname": "Hostname",
|
|
"netkb.ip": "IP Address",
|
|
"netkb.mac": "MAC Address",
|
|
"netkb.vendor": "Vendor",
|
|
"netkb.ports": "Ports",
|
|
"netkb.essid": "ESSID",
|
|
"netkb.lastSeen": "Last seen",
|
|
"netkb.firstSeen": "First seen",
|
|
"netkb.online": "Online",
|
|
"netkb.offline": "Offline",
|
|
"netkb.openPorts": "Open ports",
|
|
"netkb.noHosts": "No hosts found",
|
|
"network.title": "Network Visualization",
|
|
"network.tableView": "Table",
|
|
"network.mapView": "Map",
|
|
"network.hostname": "Hostname",
|
|
"network.ip": "IP Address",
|
|
"network.mac": "MAC",
|
|
"network.ports": "Ports",
|
|
"network.status": "Status",
|
|
"network.searchPlaceholder": "Search hosts...",
|
|
"network.noData": "No network data",
|
|
"creds.title": "Credentials",
|
|
"creds.total": "Total",
|
|
"creds.unique": "Unique",
|
|
"creds.types": "Types",
|
|
"creds.username": "Username",
|
|
"creds.password": "Password",
|
|
"creds.service": "Service",
|
|
"creds.host": "Host",
|
|
"creds.port": "Port",
|
|
"creds.type": "Type",
|
|
"creds.timestamp": "Timestamp",
|
|
"creds.showPassword": "Show password",
|
|
"creds.hidePassword": "Hide password",
|
|
"creds.copyPassword": "Copy",
|
|
"creds.exportAll": "Export all",
|
|
"creds.noCredentials": "No credentials found",
|
|
"vulns.title": "Vulnerability Dashboard",
|
|
"vulns.total": "Total",
|
|
"vulns.critical": "Critical",
|
|
"vulns.high": "High",
|
|
"vulns.medium": "Medium",
|
|
"vulns.low": "Low",
|
|
"vulns.infoLevel": "Info",
|
|
"vulns.host": "Host",
|
|
"vulns.port": "Port",
|
|
"vulns.service": "Service",
|
|
"vulns.severity": "Severity",
|
|
"vulns.description": "Description",
|
|
"vulns.cve": "CVE",
|
|
"vulns.scanDate": "Scan Date",
|
|
"vulns.details": "Details",
|
|
"vulns.noVulns": "No vulnerabilities found",
|
|
"vulns.byHost": "By Host",
|
|
"vulns.bySeverity": "By Severity",
|
|
"vulns.byService": "By Service",
|
|
"attacks.title": "Attack Manager",
|
|
"attacks.running": "Running",
|
|
"attacks.completed": "Completed",
|
|
"attacks.failed": "Failed",
|
|
"attacks.queued": "Queued",
|
|
"attacks.start": "Start",
|
|
"attacks.stop": "Stop",
|
|
"attacks.restart": "Restart",
|
|
"attacks.status": "Status",
|
|
"attacks.target": "Target",
|
|
"attacks.action": "Action",
|
|
"attacks.duration": "Duration",
|
|
"attacks.progress": "Progress",
|
|
"attacks.noAttacks": "No attacks running",
|
|
"sched.title": "Action Scheduler",
|
|
"sched.pending": "Pending",
|
|
"sched.running": "Running",
|
|
"sched.done": "Done",
|
|
"sched.failed": "Failed",
|
|
"sched.all": "All",
|
|
"sched.searchPlaceholder": "Search tasks...",
|
|
"sched.noTasks": "No tasks found",
|
|
"sched.stats": "{{running}} running / {{pending}} pending / {{done}} done",
|
|
"db.title": "Database Manager",
|
|
"db.tables": "Tables",
|
|
"db.rows": "Rows",
|
|
"db.columns": "Columns",
|
|
"db.search": "Search tables...",
|
|
"db.searchRows": "Search rows...",
|
|
"db.export": "Export",
|
|
"db.import": "Import",
|
|
"db.addRow": "Add row",
|
|
"db.deleteRow": "Delete row",
|
|
"db.deleteSelected": "Delete selected",
|
|
"db.saveChanges": "Save changes",
|
|
"db.discardChanges": "Discard",
|
|
"db.confirmDelete": "Confirm deletion?",
|
|
"db.noTables": "No tables found",
|
|
"db.noData": "No data in this table",
|
|
"db.hide": "Hide",
|
|
"db.showSidebar": "Show sidebar",
|
|
"files.title": "Files Explorer",
|
|
"files.gridView": "Grid",
|
|
"files.listView": "List",
|
|
"files.size": "Size",
|
|
"files.modified": "Modified",
|
|
"files.name": "Name",
|
|
"files.type": "Type",
|
|
"files.download": "Download",
|
|
"files.preview": "Preview",
|
|
"files.noFiles": "No files found",
|
|
"files.parentDir": "Parent directory",
|
|
"files.searchPlaceholder": "Search files...",
|
|
"loot.title": "Loot",
|
|
"loot.directories": "Directories",
|
|
"loot.totalFiles": "Total files",
|
|
"loot.totalSize": "Total size",
|
|
"loot.download": "Download",
|
|
"loot.downloadAll": "Download all",
|
|
"loot.noLoot": "No loot found",
|
|
"loot.explore": "Explore",
|
|
"actions.title": "Actions Manager",
|
|
"actions.available": "Available",
|
|
"actions.enabled": "Enabled",
|
|
"actions.disabled": "Disabled",
|
|
"actions.category": "Category",
|
|
"actions.enableAll": "Enable all",
|
|
"actions.disableAll": "Disable all",
|
|
"actions.import": "Import",
|
|
"actions.export": "Export",
|
|
"actions.noActions": "No actions found",
|
|
"actions.description": "Description",
|
|
"actions.menu.restartService": "Restart Bjorn Service",
|
|
"actions.menu.deleteActionStatus": "Delete all actions status",
|
|
"actions.menu.clearOutput": "Clear Output folder",
|
|
"actions.menu.clearLogs": "Clear Logs",
|
|
"actions.menu.reloadImages": "Reload Images (Experimental Buggy)",
|
|
"actions.menu.reloadFonts": "Reload Fonts",
|
|
"actions.menu.reloadActionsJson": "Reload Generate Actions JSON",
|
|
"actions.menu.initializeCsv": "Initialize CSV files",
|
|
"actions.menu.clearLivestatus": "Delete Livestatus file",
|
|
"actions.menu.refreshActionsFile": "Refresh Actions file",
|
|
"actions.menu.clearNetkb": "Clear Network Knowledge Base",
|
|
"actions.menu.clearSharedConfig": "Delete Shared Config JSON",
|
|
"actions.menu.eraseMemories": "Erase Bjorn Memories",
|
|
"actions.menu.reboot": "Reboot System",
|
|
"actions.menu.shutdown": "Shutdown System",
|
|
"actions.tip.restartService": "Restart the Bjorn service to refresh its state.",
|
|
"actions.tip.deleteActionStatus": "Delete all recorded success and failed actions statuses in netkb.csv.",
|
|
"actions.tip.clearOutput": "Erase all files from the output folders and subdirectories.",
|
|
"actions.tip.clearLogs": "Delete all log files from the system.",
|
|
"actions.tip.reloadImages": "Reload images used by the system.",
|
|
"actions.tip.reloadFonts": "Reload font assets for the application.",
|
|
"actions.tip.reloadActionsJson": "Reload the Generate Actions JSON file.",
|
|
"actions.tip.initializeCsv": "Recreate the CSV and JSON files.",
|
|
"actions.tip.clearLivestatus": "Delete the current live status file.",
|
|
"actions.tip.refreshActionsFile": "Refresh the actions file to account for new actions.",
|
|
"actions.tip.clearNetkb": "Clear all saved network knowledge base information.",
|
|
"actions.tip.clearSharedConfig": "Delete the shared configuration JSON file.",
|
|
"actions.tip.eraseMemories": "Completely erase Bjorn memories and settings.",
|
|
"actions.tip.reboot": "Restart the entire system.",
|
|
"actions.tip.shutdown": "Power down the system.",
|
|
"actions.confirm.restartRecommended": "Service restart is recommended. Restart now?",
|
|
"actions.confirm.restartService": "Restart the Bjorn service?",
|
|
"actions.confirm.deleteActionStatus": "Delete all recorded action statuses?",
|
|
"actions.confirm.clearOutput": "Clear the entire output folder?",
|
|
"actions.confirm.clearLogs": "Delete all log files?",
|
|
"actions.confirm.clearNetkb": "Clear the Network Knowledge Base? This cannot be undone.",
|
|
"actions.confirm.clearLivestatus": "Delete the livestatus file?",
|
|
"actions.confirm.refreshActionsFile": "Refresh the actions file?",
|
|
"actions.confirm.clearSharedConfig": "Delete the shared config JSON? This cannot be undone.",
|
|
"actions.confirm.eraseMemories": "Erase all Bjorn memories and settings? This cannot be undone.",
|
|
"actions.confirm.reboot": "Reboot the entire system?",
|
|
"actions.confirm.shutdown": "Shut down the system?",
|
|
"actions.msg.restartingService": "Bjorn service is restarting...",
|
|
"actions.msg.restartFailed": "Failed to restart service",
|
|
"actions.msg.actionStatusDeleted": "All action statuses deleted.",
|
|
"actions.msg.outputCleared": "Output folder cleared.",
|
|
"actions.msg.logsCleared": "Logs cleared.",
|
|
"actions.msg.netkbCleared": "Network Knowledge Base cleared.",
|
|
"actions.msg.livestatusDeleted": "Livestatus file deleted.",
|
|
"actions.msg.actionsFileRefreshed": "Actions file refreshed.",
|
|
"actions.msg.sharedConfigDeleted": "Shared config JSON deleted.",
|
|
"actions.msg.memoriesErased": "Bjorn memories erased.",
|
|
"actions.msg.rebooting": "System is rebooting...",
|
|
"actions.msg.shuttingDown": "System is shutting down...",
|
|
"actions.msg.csvInitialized": "CSV files initialized.",
|
|
"actions.msg.actionsJsonReloaded": "Actions JSON reloaded.",
|
|
"actions.msg.imagesReloaded": "Images reloaded.",
|
|
"actions.msg.fontsReloaded": "Fonts reloaded.",
|
|
"actions.msg.unknownAction": "Unknown action",
|
|
"actions.msg.actionFailed": "Action failed",
|
|
"studio.title": "Actions Studio",
|
|
"studio.palette": "Palette",
|
|
"studio.canvas": "Canvas",
|
|
"studio.inspector": "Inspector",
|
|
"studio.actionsTab": "Actions",
|
|
"studio.hostsTab": "Hosts",
|
|
"studio.globalTab": "Global",
|
|
"studio.save": "Save",
|
|
"studio.load": "Load",
|
|
"studio.run": "Run",
|
|
"studio.clear": "Clear",
|
|
"studio.addNode": "Add node",
|
|
"studio.removeNode": "Remove node",
|
|
"studio.search": "Search actions...",
|
|
"backup.title": "Backup & Update",
|
|
"backup.backupRestore": "Backup / Restore",
|
|
"backup.update": "Update",
|
|
"backup.createBackup": "Create backup",
|
|
"backup.restoreBackup": "Restore backup",
|
|
"backup.downloadBackup": "Download",
|
|
"backup.deleteBackup": "Delete backup",
|
|
"backup.lastBackup": "Last backup",
|
|
"backup.checkUpdates": "Check for updates",
|
|
"backup.installUpdate": "Install update",
|
|
"backup.currentVersion": "Current version",
|
|
"backup.latestVersion": "Latest version",
|
|
"backup.upToDate": "Up to date",
|
|
"backup.updateAvailable": "Update available",
|
|
"backup.clearLogs": "Clear logs",
|
|
"backup.noBackups": "No backups found",
|
|
"backup.restoring": "Restoring...",
|
|
"backup.creating": "Creating backup...",
|
|
"webenum.title": "Web Enumeration",
|
|
"webenum.totalResults": "Total Results",
|
|
"webenum.uniqueHosts": "Unique Hosts",
|
|
"webenum.successCount": "Success (2xx)",
|
|
"webenum.errorCount": "Errors (4xx/5xx)",
|
|
"webenum.host": "Host",
|
|
"webenum.ip": "IP",
|
|
"webenum.port": "Port",
|
|
"webenum.directory": "Directory",
|
|
"webenum.status": "Status",
|
|
"webenum.size": "Size",
|
|
"webenum.scanDate": "Scan Date",
|
|
"webenum.link": "Link",
|
|
"webenum.exportJson": "Export JSON",
|
|
"webenum.exportCsv": "Export CSV",
|
|
"webenum.noResults": "No results found",
|
|
"webenum.details": "Result Details",
|
|
"webenum.openUrl": "Open URL",
|
|
"webenum.copyUrl": "Copy URL",
|
|
"webenum.showing": "Showing {{start}}-{{end}} of {{total}} results",
|
|
"webenum.itemsPerPage": "Items per page",
|
|
"webenum.refreshData": "Refresh data",
|
|
"webenum.responseTime": "Response Time",
|
|
"webenum.contentType": "Content Type",
|
|
"webenum.fullUrl": "Full URL",
|
|
"zombie.title": "Zombieland C2C",
|
|
"zombie.agents": "Agents",
|
|
"zombie.terminal": "Terminal",
|
|
"zombie.commands": "Commands",
|
|
"zombie.totalAgents": "Total Agents",
|
|
"zombie.onlineAgents": "Online",
|
|
"zombie.offlineAgents": "Offline",
|
|
"zombie.idleAgents": "Idle",
|
|
"zombie.sendCommand": "Send command",
|
|
"zombie.broadcast": "Broadcast",
|
|
"zombie.selectAgent": "Select an agent",
|
|
"zombie.os": "OS",
|
|
"zombie.lastSeen": "Last seen",
|
|
"zombie.status": "Status",
|
|
"zombie.noAgents": "No agents connected",
|
|
"zombie.quickCommands": "Quick Commands",
|
|
"zombie.files": "Files",
|
|
"quick.autoScan": "Auto-scan",
|
|
"quick.connectWifi": "Connect to WiFi",
|
|
"quick.knownNetworks": "Known Networks",
|
|
"quick.importPotfiles": "Import Potfiles",
|
|
"quick.subtitle": "WiFi & Bluetooth",
|
|
"quick.pair": "Pair",
|
|
"quick.trust": "Trust",
|
|
"quick.forgetDevice": "Forget Device",
|
|
"quick.forgetDevicePrompt": "Forget {{name}}?",
|
|
"quick.forgetNetworkPrompt": "Are you sure you want to forget this network?",
|
|
"bjorn.title": "Bjorn EPD Screen",
|
|
"bjorn.epdScreen": "E-Paper Display",
|
|
"bjorn.refreshInterval": "Refresh interval",
|
|
"bjorn.autoRefresh": "Auto refresh",
|
|
"bjorn.manualRefresh": "Refresh now",
|
|
"bjorn.seconds": "seconds",
|
|
"common.search": "Search",
|
|
"common.filter": "Filter",
|
|
"common.refresh": "Refresh",
|
|
"common.save": "Save",
|
|
"common.cancel": "Cancel",
|
|
"common.delete": "Delete",
|
|
"common.edit": "Edit",
|
|
"common.close": "Close",
|
|
"common.loading": "Loading...",
|
|
"common.noData": "No data available",
|
|
"common.error": "Error",
|
|
"common.success": "Success",
|
|
"common.confirm": "Confirm",
|
|
"common.yes": "Yes",
|
|
"common.no": "No",
|
|
"common.export": "Export",
|
|
"common.import": "Import",
|
|
"common.download": "Download",
|
|
"common.upload": "Upload",
|
|
"common.copy": "Copy",
|
|
"common.start": "Start",
|
|
"common.stop": "Stop",
|
|
"common.restart": "Restart",
|
|
"common.status": "Status",
|
|
"common.name": "Name",
|
|
"common.value": "Value",
|
|
"common.type": "Type",
|
|
"common.host": "Host",
|
|
"common.port": "Port",
|
|
"common.target": "Target",
|
|
"common.date": "Date",
|
|
"common.time": "Time",
|
|
"common.size": "Size",
|
|
"common.actions": "Actions",
|
|
"common.details": "Details",
|
|
"common.back": "Back",
|
|
"common.next": "Next",
|
|
"common.previous": "Previous",
|
|
"common.first": "First",
|
|
"common.last": "Last",
|
|
"common.all": "All",
|
|
"common.none": "None",
|
|
"common.showing": "Showing",
|
|
"common.of": "of",
|
|
"common.results": "results",
|
|
"common.items": "items",
|
|
"common.page": "Page",
|
|
"common.perPage": "per page",
|
|
"common.sortBy": "Sort by",
|
|
"common.ascending": "Ascending",
|
|
"common.descending": "Descending",
|
|
"common.view": "View",
|
|
"common.table": "Table",
|
|
"common.grid": "Grid",
|
|
"common.list": "List",
|
|
"common.map": "Map",
|
|
"common.enabled": "Enabled",
|
|
"common.disabled": "Disabled",
|
|
"common.on": "On",
|
|
"common.off": "Off",
|
|
"common.version": "Version",
|
|
"common.hide": "Hide",
|
|
"common.show": "Show",
|
|
"common.add": "Add",
|
|
"common.remove": "Remove",
|
|
"common.clear": "Clear",
|
|
"common.reset": "Reset",
|
|
"common.apply": "Apply",
|
|
"common.run": "Run",
|
|
"common.send": "Send",
|
|
"common.connect": "Connect",
|
|
"common.disconnect": "Disconnect",
|
|
"common.selectAll": "Select all",
|
|
"common.deselectAll": "Deselect all",
|
|
"common.copied": "Copied!",
|
|
"common.notFound": "Not found",
|
|
"backup.checkUpdatesHint": "Click \"Check for updates\" to see version information.",
|
|
"backup.checkingUpdates": "Checking for updates...",
|
|
"backup.confirmFreshStart": "Confirm Fresh Start?",
|
|
"backup.createdSuccessfully": "Backup created successfully.",
|
|
"backup.defaultUpdated": "Default backup updated.",
|
|
"backup.deleted": "Backup deleted.",
|
|
"backup.descriptionPlaceholder": "Backup description...",
|
|
"backup.enterDescription": "Please enter a backup description.",
|
|
"backup.failedCheckUpdates": "Failed to check for updates",
|
|
"backup.failedCreate": "Failed to create backup",
|
|
"backup.failedDelete": "Failed to delete backup",
|
|
"backup.failedLoadBackups": "Failed to load backups",
|
|
"backup.failedSetDefault": "Failed to set default",
|
|
"backup.freshStart": "Fresh Start",
|
|
"backup.freshStartFailed": "Fresh start failed",
|
|
"backup.freshStartInitiated": "Fresh start initiated.",
|
|
"backup.github": "github",
|
|
"backup.keepActions": "Keep actions folder",
|
|
"backup.keepConfig": "Keep config folder",
|
|
"backup.keepData": "Keep data folder",
|
|
"backup.keepResources": "Keep resources folder",
|
|
"backup.noBackupsCreateAbove": "No backups found. Create one above.",
|
|
"backup.restoreCompleted": "Restore completed.",
|
|
"backup.restoreOptions": "Restore Options",
|
|
"backup.restorePoint": "restore-point",
|
|
"backup.selectKeepFolders": "Select folders to keep during the operation:",
|
|
"backup.setDefault": "Set Default",
|
|
"backup.unnamedBackup": "Unnamed backup",
|
|
"backup.updateInitiated": "Update initiated.",
|
|
"backup.updateOptions": "Update Options",
|
|
"common.confirmDiscardUnsaved": "Discard unsaved changes?",
|
|
"common.confirmQuestion": "Confirm?",
|
|
"common.default": "default",
|
|
"common.deleteFailed": "Delete failed",
|
|
"common.deleted": "Deleted",
|
|
"common.description": "Description",
|
|
"common.directory": "directory",
|
|
"common.duplicate": "Duplicate",
|
|
"common.exportJson": "Export JSON",
|
|
"common.failed": "failed",
|
|
"common.file": "file",
|
|
"common.importJson": "Import JSON",
|
|
"common.new": "New",
|
|
"common.noMatches": "No matches",
|
|
"common.options": "Options",
|
|
"common.processingPleaseWait": "Processing, please wait...",
|
|
"common.refreshed": "Refreshed",
|
|
"common.rename": "Rename",
|
|
"common.saving": "Saving...",
|
|
"common.unknown": "unknown",
|
|
"common.unsavedChanges": "Unsaved changes",
|
|
"db.autoRefresh": "Auto-refresh",
|
|
"db.changesDiscarded": "Changes discarded",
|
|
"db.changesSaved": "Changes saved",
|
|
"db.confirmDrop": "DROP \"{{table}}\"? This cannot be undone!",
|
|
"db.confirmTruncate": "Truncate all rows from \"{{table}}\"?",
|
|
"db.dangerZone": "Danger Zone",
|
|
"db.deletingRowsCount": "Deleting {{count}} row(s)...",
|
|
"db.dropFailed": "Drop failed",
|
|
"db.droppedTable": "Dropped {{table}}",
|
|
"db.dropping": "Dropping...",
|
|
"db.emptyTable": "Empty table",
|
|
"db.errorLoadingData": "Error loading data",
|
|
"db.failedLoadCatalog": "Failed to load catalog",
|
|
"db.failedLoadTable": "Failed to load table",
|
|
"db.filterTables": "Filter tables...",
|
|
"db.insertFailed": "Insert failed",
|
|
"db.insertingRow": "Inserting row...",
|
|
"db.noRowsSelected": "No rows selected",
|
|
"db.rowInserted": "Row inserted",
|
|
"db.rowsDeleted": "Rows deleted",
|
|
"db.runningVacuum": "Running VACUUM...",
|
|
"db.saveFailed": "Save failed",
|
|
"db.selectTableFromSidebar": "Select a table from the sidebar",
|
|
"db.tableDropped": "Table dropped",
|
|
"db.tableTruncated": "Table truncated",
|
|
"db.truncateFailed": "Truncate failed",
|
|
"db.truncating": "Truncating...",
|
|
"db.vacuumComplete": "VACUUM complete",
|
|
"db.vacuumDone": "VACUUM done",
|
|
"db.vacuumFailed": "VACUUM failed",
|
|
"files.confirmDelete": "Delete {{label}} \"{{name}}\"?",
|
|
"files.downloadFile": "Download file",
|
|
"files.duplicateFailed": "Duplicate failed",
|
|
"files.duplicated": "Duplicated",
|
|
"files.emptyDirectory": "Empty directory",
|
|
"files.errorLoading": "Error loading files",
|
|
"files.failedLoadDir": "Failed to load directory",
|
|
"files.filterPlaceholder": "Filter files...",
|
|
"files.itemsCount": "{{count}} item(s)",
|
|
"files.newNamePrompt": "New name:",
|
|
"files.noMatch": "No matching files",
|
|
"files.openDirectory": "Open directory",
|
|
"files.parent": ".. (parent)",
|
|
"files.renameFailed": "Rename failed",
|
|
"files.renamed": "Renamed",
|
|
"files.root": "Root",
|
|
"files.uploadComplete": "Upload complete",
|
|
"files.uploadFailed": "Upload failed",
|
|
"files.uploadingCount": "Uploading {{count}} file(s)...",
|
|
"studio.actionNotFound": "Action not found",
|
|
"studio.classNameRequired": "Class name is required",
|
|
"studio.confirmDeleteAction": "Delete action \"{{name}}\"? This cannot be undone.",
|
|
"studio.deletedName": "Deleted: {{name}}",
|
|
"studio.exportedFile": "Exported: {{name}}",
|
|
"studio.filterActions": "Filter actions...",
|
|
"studio.importFailed": "Import failed",
|
|
"studio.importedFile": "Imported: {{name}}",
|
|
"studio.loadFailed": "Load failed",
|
|
"studio.loadedFromCacheName": "Loaded from cache: {{name}}",
|
|
"studio.loadedName": "Loaded: {{name}}",
|
|
"studio.newActionCreated": "New action created",
|
|
"studio.noActionLoaded": "No action loaded",
|
|
"studio.saveFailedBackedUp": "Save failed (backed up locally)",
|
|
"studio.savedName": "Saved: {{name}}",
|
|
"studio.setClassBeforeExport": "Set a class name before exporting",
|
|
"zombie.agentRemoved": "Agent {{name}} removed",
|
|
"zombie.agentsPurged": "{{count}} agent(s) purged",
|
|
"zombie.allAgents": "All Agents",
|
|
"zombie.c2StartedOnPort": "C2 server started on port {{port}}",
|
|
"zombie.c2Stopped": "C2 server stopped",
|
|
"zombie.clearConsole": "Clear console",
|
|
"zombie.clearLogs": "Clear logs",
|
|
"zombie.commandBroadcasted": "Command broadcasted",
|
|
"zombie.commandSentToAgents": "Command sent to {{count}} agent(s)",
|
|
"zombie.confirmPurgeStale": "Purge all agents inactive > 24 hours?",
|
|
"zombie.confirmRemoveAgent": "Remove agent {{name}}?",
|
|
"zombie.confirmStopC2": "Stop the C2 server?",
|
|
"zombie.consoleCleared": "Console cleared",
|
|
"zombie.enterC2Port": "Enter C2 port:",
|
|
"zombie.enterCommand": "Enter command...",
|
|
"zombie.failedPurgeStale": "Failed to purge stale agents",
|
|
"zombie.failedRemoveAgent": "Failed to remove agent {{name}}",
|
|
"zombie.failedSendCommand": "Failed to send command",
|
|
"zombie.failedStartC2": "Failed to start C2",
|
|
"zombie.failedStopC2": "Failed to stop C2",
|
|
"zombie.noAgentsConnected": "No agents connected",
|
|
"zombie.noAgentsMatchSearch": "No agents match your search",
|
|
"zombie.purgeStale": "Purge Stale",
|
|
"zombie.purgeStaleHint": "Purge agents inactive >24h",
|
|
"zombie.removeAgent": "Remove agent",
|
|
"zombie.startC2": "Start C2",
|
|
"zombie.stopC2": "Stop C2",
|
|
"zombie.systemLogs": "System Logs",
|
|
"zombieland.alive": "Alive",
|
|
"zombieland.c2Status": "C2 Status",
|
|
"zombieland.dead": "Dead",
|
|
"zombieland.totalAgents": "Total Agents",
|
|
"greeting": "Hello",
|
|
"start": "Start",
|
|
"tick": "Tick",
|
|
"common.ip": "IP",
|
|
"common.mac": "MAC",
|
|
"common.os": "OS",
|
|
"zombie.never": "Never",
|
|
"zombie.openInConsole": "Open in console",
|
|
"common.saved": "Saved",
|
|
"attacks.tabs.attacks": "Attacks",
|
|
"attacks.tabs.comments": "Comments",
|
|
"attacks.tabs.images": "Images",
|
|
"attacks.btn.addAttack": "Add Attack",
|
|
"attacks.btn.removeAttack": "Remove Attack",
|
|
"attacks.btn.deleteAction": "Delete Action",
|
|
"attacks.btn.restoreDefaultsBundle": "Restore Defaults",
|
|
"attacks.btn.addSection": "Add Section",
|
|
"attacks.btn.deleteSection": "Delete Section",
|
|
"attacks.btn.restoreDefault": "Restore Default",
|
|
"attacks.btn.createCharacter": "Create Character",
|
|
"attacks.btn.deleteCharacter": "Delete Character",
|
|
"attacks.section.characters": "Characters",
|
|
"attacks.section.statusImages": "Status Images",
|
|
"attacks.section.staticImages": "Static Images",
|
|
"attacks.section.webImages": "Web Images",
|
|
"attacks.section.actionIcons": "Action Icons",
|
|
"attacks.editor.selectAttack": "Select an Attack",
|
|
"attacks.empty.noAttacks": "No attacks found.",
|
|
"attacks.empty.noComments": "No comments found.",
|
|
"attacks.comments.placeholder": "Comments will be displayed here...",
|
|
"attacks.images.enterEditMode": "Enter Edit Mode",
|
|
"attacks.images.exitEditMode": "Exit Edit Mode",
|
|
"attacks.images.sortName": "Sort: Name",
|
|
"attacks.images.sortDimensions": "Sort: Dimensions",
|
|
"attacks.images.search": "Search images...",
|
|
"attacks.images.rename": "Rename Image",
|
|
"attacks.images.replace": "Replace Image",
|
|
"attacks.images.resizeSelected": "Resize Selected",
|
|
"attacks.images.addCharacters": "Add Character Images",
|
|
"attacks.images.deleteSelected": "Delete Selected",
|
|
"attacks.images.addStatus": "Add Status Image",
|
|
"attacks.images.addStatic": "Add Static Image",
|
|
"attacks.images.addWeb": "Add Web Image",
|
|
"attacks.images.addIcon": "Add Action Icon",
|
|
"attacks.errors.loadAttacks": "Failed to load attacks.",
|
|
"attacks.errors.loadImages": "Failed to load images.",
|
|
"attacks.confirm.switchCharacter": "Switch to character '{{name}}'?",
|
|
"attacks.confirm.removeAttack": "Remove attack \"{{name}}\"?",
|
|
"attacks.confirm.deleteAction": "Delete action \"{{name}}\"?",
|
|
"attacks.confirm.restoreAttack": "Restore \"{{name}}\" to default?",
|
|
"attacks.confirm.restoreDefaultsBundle": "Restore ALL defaults (actions, images, comments)?",
|
|
"attacks.confirm.deleteCharacter": "Delete character '{{name}}'?",
|
|
"attacks.confirm.deleteSection": "Delete section '{{name}}'?",
|
|
"attacks.confirm.restoreDefaultComments": "Restore default comments?",
|
|
"attacks.confirm.deleteSelectedImages": "Delete selected images?",
|
|
"attacks.prompt.newCharacterName": "Enter a name for the new character:",
|
|
"attacks.prompt.characterToDelete": "Character to delete:",
|
|
"attacks.prompt.newSectionName": "Enter the name of the new section:",
|
|
"attacks.prompt.newImageName": "New name:",
|
|
"attacks.prompt.resizeWidth": "Resize width:",
|
|
"attacks.prompt.resizeHeight": "Resize height:",
|
|
"attacks.toast.characterSwitched": "Character switched",
|
|
"attacks.toast.attackImported": "Attack imported",
|
|
"attacks.toast.selectAttackFirst": "Select an attack first",
|
|
"attacks.toast.actionDeleted": "Action deleted",
|
|
"attacks.toast.defaultsRestored": "Defaults restored",
|
|
"attacks.toast.characterCreated": "Character created",
|
|
"attacks.toast.noDeletableCharacters": "No deletable characters",
|
|
"attacks.toast.characterDeleted": "Character deleted",
|
|
"attacks.toast.commentsRestored": "Comments restored",
|
|
"attacks.toast.selectSectionFirst": "Select a section first",
|
|
"attacks.toast.commentsSaved": "Comments saved",
|
|
"attacks.toast.selectExactlyOneImage": "Select exactly one image",
|
|
"attacks.toast.selectAtLeastOneImage": "Select at least one image",
|
|
"attacks.toast.imagesResized": "Images resized",
|
|
"attacks.toast.characterImagesUploaded": "Character images uploaded",
|
|
"attacks.toast.selectStatusActionFirst": "Select a status action first",
|
|
"actions.toast.presetApplied": "Preset applied",
|
|
"actions.toast.startingAction": "Starting {{name}}...",
|
|
"actions.toast.actionStarted": "Action started",
|
|
"actions.toast.stoppedByUser": "Stopped by user",
|
|
"actions.toast.actionStopped": "Action stopped",
|
|
"actions.toast.stopFailed": "Stop failed",
|
|
"actions.toast.failedToStop": "Failed to stop",
|
|
"actions.toast.consoleCleared": "Console cleared",
|
|
"actions.toast.noLogsToExport": "No logs to export",
|
|
"actions.toast.logsExported": "Logs exported",
|
|
"netkb.confirmRemoveAction": "Remove action \"{{action}}\" for IP \"{{ip}}\"?",
|
|
"netkb.actionRemoved": "Action removed",
|
|
"actions.running": "Running",
|
|
"attacks.btn.syncMissing": "Sync Missing",
|
|
"attacks.images.gridDensity": "Grid density",
|
|
"attacks.images.density": "Density",
|
|
"attacks.sync.defaultComment": "Add comment for this action",
|
|
"attacks.sync.none": "No attacks to sync.",
|
|
"attacks.sync.done": "Sync done. New comments: {{comments}}, status images: {{status}}, character images: {{characters}}.",
|
|
"attacks.sync.failed": "Sync Missing failed",
|
|
"actions.args.free": "Free command args",
|
|
"actions.args.none": "No configurable arguments",
|
|
"actions.args.subtitle": "Auto-generated from action definitions",
|
|
"actions.args.title": "Arguments",
|
|
"actions.assign": "Assign",
|
|
"actions.emptyPane": "No action selected",
|
|
"actions.logs.completed": "Completed",
|
|
"actions.logs.empty": "No logs yet",
|
|
"actions.logs.waiting": "Waiting...",
|
|
"actions.searchPlaceholder": "Search actions...",
|
|
"actions.tabs.actions": "Actions",
|
|
"actions.tabs.arguments": "Arguments",
|
|
"actions.toast.selectActionFirst": "Select an action first",
|
|
"common.move": "Move",
|
|
"common.ready": "Ready",
|
|
"common.menu": "Menu",
|
|
"common.browse": "Browse...",
|
|
"common.platform": "Platform",
|
|
"common.generate": "Generate",
|
|
"common.vendor": "Vendor",
|
|
"common.hostname": "Hostname",
|
|
"common.ports": "Ports",
|
|
"zombie.generateClient": "Generate Client",
|
|
"zombie.checkStale": "Check for stale agents",
|
|
"zombie.selectedAgents": "selected agents",
|
|
"zombie.clientId": "Client ID",
|
|
"zombie.labCreds": "Lab Credentials",
|
|
"zombie.deployOptions": "Deployment Options",
|
|
"zombie.deployViaSSH": "Deploy via SSH",
|
|
"zombie.fileBrowser": "File Browser",
|
|
"dash.lastUpdate": "Last update",
|
|
"netkb.searchPlaceholder": "Search host, IP, vendor, port...",
|
|
"netkb.searchHint": "Tip: type 'port:80' or 'vendor:intel'",
|
|
"files.dropzoneHint": "Drop files here or click to upload",
|
|
"files.moveToTitle": "Move to...",
|
|
"files.selectDestinationFolder": "Select destination folder",
|
|
"attacks.sidebar.management": "Management",
|
|
"sched.upcoming": "Upcoming",
|
|
"sched.success": "Success",
|
|
"sched.cancelled": "Cancelled",
|
|
"sched.history": "History",
|
|
"sched.historyMsg": "History logs",
|
|
"creds.searchPlaceholder": "Search services, usernames...",
|
|
"creds.uniqueHosts": "Unique Hosts",
|
|
"creds.totalCredentials": "Total Credentials",
|
|
"console.maxReconnect": "Console: max reconnect attempts reached",
|
|
"console.scrollToBottom": "Scroll to bottom",
|
|
"console.manual": "Manual",
|
|
"console.auto": "Auto",
|
|
"console.turnOnAuto": "Turn on Auto",
|
|
"console.turnOnManual": "Turn on Manual",
|
|
"console.noTarget": "No target",
|
|
"console.noAction": "No action",
|
|
"console.scanStarted": "Manual scan started",
|
|
"console.scanFailed": "Manual scan failed",
|
|
"console.attackStarted": "Manual attack started",
|
|
"console.attackFailed": "Manual attack failed",
|
|
"console.failedToggleMode": "Failed to toggle mode",
|
|
"console.reconnectAttempt": "Reconnecting (attempt {{count}})...",
|
|
"quick.close": "Close panel",
|
|
"quick.connectingTo": "Connecting to {{ssid}}...",
|
|
"quick.connectedTo": "Connected to {{ssid}}",
|
|
"quick.connectionFailed": "Connection failed",
|
|
"quick.loadKnownFailed": "Failed to load known networks",
|
|
"quick.priorityUpdated": "Priority updated",
|
|
"quick.priorityUpdateFailed": "Priority update failed",
|
|
"quick.networkRemoved": "Network removed",
|
|
"quick.importingPotfiles": "Importing potfiles...",
|
|
"quick.importedCount": "Imported {{count}} credentials",
|
|
"quick.btScanFailed": "Bluetooth scan failed",
|
|
"quick.btActioning": "{{action}}ing {{name}}...",
|
|
"quick.btActionDone": "{{name}} {{action}}ed",
|
|
"quick.btActionFailed": "{{action}} failed",
|
|
"quick.btForgotten": "{{name}} forgotten",
|
|
"sidebar.close": "Close sidebar",
|
|
"api.aborted": "Aborted",
|
|
"api.timeout": "Request timed out",
|
|
"api.failed": "Request failed",
|
|
"router.notFound": "Page not found: {{path}}",
|
|
"router.errorLoading": "Error loading page: {{message}}"
|
|
}
|