v1.0 - Version stable: multi-PC, détection UI-DETR-1, 3 modes exécution
- Frontend v4 accessible sur réseau local (192.168.1.40) - Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard) - Ollama GPU fonctionnel - Self-healing interactif - Dashboard confiance Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
206
i18n/en.json
Normal file
206
i18n/en.json
Normal file
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"realDemo": {
|
||||
"title": "Real Demonstration",
|
||||
"subtitle": "Interface for real demonstrations with the RPA Vision V3 system",
|
||||
"component": {
|
||||
"title": "Real Demonstration - RPA Vision V3",
|
||||
"description": "This component will allow testing the RPA system in real time.",
|
||||
"startButton": "Start Demonstration"
|
||||
},
|
||||
"status": {
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"live": "Live",
|
||||
"loading": "Loading...",
|
||||
"ready": "Ready",
|
||||
"error": "Error"
|
||||
},
|
||||
"connection": {
|
||||
"notAvailable": "The real demonstration server is not available.",
|
||||
"ensureRunning": "Make sure the `demo_real_functionality.py` script is running.",
|
||||
"checkConnection": "Check Connection",
|
||||
"testApi": "Test API",
|
||||
"established": "Connection to real demonstration server established",
|
||||
"unavailable": "Demonstration server unavailable",
|
||||
"impossible": "Unable to connect to demonstration server"
|
||||
},
|
||||
"screen": {
|
||||
"title": "Real-Time Screen Capture",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading screen...",
|
||||
"noCapture": "No capture available"
|
||||
},
|
||||
"elements": {
|
||||
"detected": "Detected Elements",
|
||||
"noText": "No text",
|
||||
"details": "Element Details",
|
||||
"type": "Type",
|
||||
"text": "Text",
|
||||
"position": "Position",
|
||||
"confidence": "Confidence",
|
||||
"none": "None"
|
||||
},
|
||||
"controls": {
|
||||
"title": "Demonstration Controls",
|
||||
"createWorkflow": "Create Demo Workflow",
|
||||
"executeWorkflow": "Execute Workflow",
|
||||
"executing": "Executing...",
|
||||
"quickActions": "Quick Actions",
|
||||
"testClick": "Test Click (200, 200)",
|
||||
"clickHere": "Click Here"
|
||||
},
|
||||
"execution": {
|
||||
"results": "Execution Results",
|
||||
"action": "Action",
|
||||
"target": "Target",
|
||||
"success": "Success",
|
||||
"failure": "Failure",
|
||||
"click": "Click",
|
||||
"workflow": "Workflow",
|
||||
"executed": "executed",
|
||||
"steps": "steps",
|
||||
"workflowSuccess": "Workflow executed successfully",
|
||||
"workflowFailure": "Workflow execution failed"
|
||||
},
|
||||
"workflow": {
|
||||
"demo": {
|
||||
"name": "Simple Demonstration",
|
||||
"step1": "Wait 1 second",
|
||||
"step2": "Click at (100, 100)",
|
||||
"step3": "Wait 2 seconds"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"cancel": "Cancel",
|
||||
"execute": "Execute",
|
||||
"close": "Close",
|
||||
"save": "Save"
|
||||
},
|
||||
"messages": {
|
||||
"actionExecuted": "Action executed",
|
||||
"actionFailed": "Action failed",
|
||||
"workflowStarted": "Starting workflow execution",
|
||||
"workflowCompleted": "Workflow executed successfully",
|
||||
"workflowFailed": "Workflow execution failed",
|
||||
"noConnection": "No connection to demonstration server",
|
||||
"executionError": "Execution error",
|
||||
"captureStarted": "Real-time screen capture started",
|
||||
"captureStopped": "Real-time screen capture stopped"
|
||||
}
|
||||
},
|
||||
"realDemoTab": {
|
||||
"title": "Real Demonstration",
|
||||
"tabs": {
|
||||
"demo": "Demonstration",
|
||||
"config": "Configuration",
|
||||
"help": "Help"
|
||||
},
|
||||
"serverUnavailable": {
|
||||
"title": "Demonstration Server Unavailable",
|
||||
"description": "The real demonstration server is not running. To use this feature, you need to start the demonstration server.",
|
||||
"howToStart": "How to start the demonstration:",
|
||||
"option1": "Option 1 - Automatic script:",
|
||||
"option2": "Option 2 - Manual startup:",
|
||||
"terminal1": "Terminal 1 - Backend",
|
||||
"terminal2": "Terminal 2 - Demonstration server",
|
||||
"terminal3": "Terminal 3 - Frontend",
|
||||
"checkAgain": "Check Again"
|
||||
},
|
||||
"config": {
|
||||
"title": "Demonstration Configuration",
|
||||
"servicesStatus": "Services Status",
|
||||
"backendFlask": "Flask Backend (5002)",
|
||||
"demoServer": "Demo Server (5003)",
|
||||
"frontendReact": "React Frontend (3000)",
|
||||
"captureSettings": "Capture Settings",
|
||||
"captureFrequency": "Capture frequency: 1 second",
|
||||
"autoDetection": "Automatic UI element detection",
|
||||
"dataSaving": "Saving captures to data/demo/",
|
||||
"security": "Security",
|
||||
"securityWarning": "Real demonstration can execute actions on your system. Use only in a secure test environment."
|
||||
},
|
||||
"help": {
|
||||
"title": "Real Demonstration Usage Guide",
|
||||
"objective": {
|
||||
"title": "Objective",
|
||||
"description": "Real demonstration allows testing the RPA Vision V3 system with real interactions on your screen. You can see real-time element detection and execute automated actions."
|
||||
},
|
||||
"features": {
|
||||
"title": "Features",
|
||||
"realTimeCapture": "Real-time capture: Your screen is captured every second",
|
||||
"uiDetection": "UI detection: Interactive elements are automatically detected",
|
||||
"actionExecution": "Action execution: Click on detected elements to test them",
|
||||
"demoWorkflows": "Demo workflows: Create and execute action sequences",
|
||||
"history": "History: Track your test results"
|
||||
},
|
||||
"precautions": {
|
||||
"title": "Precautions",
|
||||
"testEnvironment": "Use only in a test environment",
|
||||
"realActions": "Actions are executed for real on your system",
|
||||
"closeApps": "Close important applications before testing",
|
||||
"backupData": "Backup your important data"
|
||||
},
|
||||
"quickStart": {
|
||||
"title": "Quick Start",
|
||||
"step1": "Run the script: python start_real_demo.py",
|
||||
"step2": "Wait for all services to start",
|
||||
"step3": "Open the \"Demonstration\" tab",
|
||||
"step4": "Click \"Create Demo Workflow\"",
|
||||
"step5": "Test available features"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"warning": "Warning",
|
||||
"info": "Information",
|
||||
"ok": "OK",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"refresh": "Refresh",
|
||||
"close": "Close",
|
||||
"open": "Open",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"language": "Language",
|
||||
"current": "Current"
|
||||
},
|
||||
"time": {
|
||||
"second": "second",
|
||||
"seconds": "seconds",
|
||||
"minute": "minute",
|
||||
"minutes": "minutes",
|
||||
"hour": "hour",
|
||||
"hours": "hours",
|
||||
"day": "day",
|
||||
"days": "days",
|
||||
"ago": "ago",
|
||||
"now": "now",
|
||||
"today": "today",
|
||||
"yesterday": "yesterday",
|
||||
"tomorrow": "tomorrow"
|
||||
},
|
||||
"units": {
|
||||
"pixels": "pixels",
|
||||
"percent": "percent",
|
||||
"milliseconds": "milliseconds",
|
||||
"seconds": "seconds",
|
||||
"bytes": "bytes",
|
||||
"kilobytes": "kilobytes",
|
||||
"megabytes": "megabytes"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user