# Interactive Mode Command interactive=Start interactive mode with guided workflows and command search presetOption=Load a saved preset configuration categoryOption=Start in a specific category interactiveExample1=Start interactive mode interactiveExample2=Start in data-tools category interactiveExample3=Load saved preset # Welcome Banner welcomeBanner=HANA CLI Interactive Mode welcomeMessage=Welcome to the interactive command interface! welcomeFeature1=• Search commands, browse categories, and access guided workflows welcomeFeature2=• Save presets for frequently used command configurations welcomeFeature3=• Press Ctrl+C at any time to exit # Main Menu mainMenuPrompt=What would you like to do? mainMenuSearch=🔍 Search & Run Command mainMenuCategory=📂 Browse by Category mainMenuRecent=🕐 Recent Commands mainMenuPreset=⭐ Load Preset mainMenuWorkflow=🔧 Guided Workflow mainMenuExit=❌ Exit # Menu States noHistoryYet=No history yet noPresetsSaved=No presets saved # Search searchPrompt=Search for a command: searchValidation=Please enter a search term searchNoResults=No commands found matching "{0}" searchFoundCommands=Found {0} command(s). Select one: # Category categorySelectPrompt=Select a category: categoryCommands={0} commands categoryNoCommands=No commands in this category categorySelectCommand=Select a command from {0}: # Recent Commands recentSelectPrompt=Select a recent command: recentUseSameParams=Use the same parameters? # Presets presetSelectPrompt=Select a preset: presetDelete=🗑 Delete a preset presetSelectToDelete=Select preset to delete: presetDeleted=✓ Preset '{0}' deleted presetUseConfig=Use this preset configuration? presetSavePrompt=Save this configuration as a preset? presetNamePrompt=Preset name: presetNameValidation=Please enter a name presetSaved=✓ Preset '{0}' saved! # Command Execution executeCommand=▶ Executing: {0} executionSuccess=✓ Command completed successfully executionFailed=✗ Command failed: {0} noParameters=No parameters required for this command noConfigurableParams=This command has no configurable parameters configureCommand=⚙ Configure {0}: commandNotFound=Command '{0}' not found commandNoHandler=Command has no handler # Prompts runAnother=Run another command? exitingMessage=👋 Thanks for using hana-cli interactive mode! exitingInterrupt=👋 Exiting interactive mode... # Workflows workflowSelectPrompt=Select a guided workflow: workflowImport=📥 Import Data Workflow workflowExport=📤 Export Data Workflow workflowAnalysis=🔍 Data Analysis Workflow workflowSchema=📊 Schema Comparison Workflow workflowDiagnostics=🔧 Database Diagnostics Workflow # Import Workflow importWorkflowTitle=📥 Import Data Workflow importWorkflowDesc=This workflow will help you import data from CSV or Excel files. importFilePrompt=File path to import: importFileValidation=Please enter a file path importFormatPrompt=File format: importTablePrompt=Target table name: importTableValidation=Please enter a table name importSchemaPrompt=Schema name (leave empty for current schema): importMatchModePrompt=Column matching mode: importTruncatePrompt=Truncate table before import? importDryRunPrompt=Perform dry run (preview without committing)? # Export Workflow exportWorkflowTitle=📤 Export Data Workflow exportWorkflowDesc=This workflow will help you export data to CSV or Excel files. exportQueryPrompt=Table name or SQL query: exportQueryValidation=Please enter a table or query exportFormatPrompt=Output format: exportFilePrompt=Output file path: exportHeaderPrompt=Include column headers? # Analysis Workflow analysisWorkflowTitle=🔍 Data Analysis Workflow analysisWorkflowDesc=Choose an analysis tool to run. analysisToolPrompt=Select analysis tool: analysisDataProfile=Data Profile - Statistical analysis of table data analysisDuplicates=Duplicate Detection - Find duplicate records analysisValidator=Data Validator - Validate data quality analysisLineage=Data Lineage - Trace data dependencies # Schema Workflow schemaWorkflowTitle=📊 Schema Comparison Workflow schemaWorkflowDesc=Compare schemas or clone schema structures. schemaActionPrompt=What would you like to do? schemaCompare=Compare two schemas schemaClone=Clone a schema schemaErd=Generate ERD diagram # Diagnostics Workflow diagnosticsWorkflowTitle=🔧 Database Diagnostics Workflow diagnosticsWorkflowDesc=Run diagnostic checks on your database. diagnosticsToolPrompt=Select diagnostic tool: diagnosticsHealth=Health Check - Overall system health diagnosticsBlocking=Blocking - Check for locks and blocking diagnosticsLongRunning=Long Running Queries diagnosticsMemory=Memory Analysis diagnosticsExpensive=Expensive Statements # Validation Messages validationRequired=This field is required