feat: 自动提交 - 周一 2025/09/22 15:12:38.91
This commit is contained in:
252
frontend/src/i18n/locales/en.json
Normal file
252
frontend/src/i18n/locales/en.json
Normal file
@@ -0,0 +1,252 @@
|
||||
{
|
||||
"common": {
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"add": "Add",
|
||||
"search": "Search",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading...",
|
||||
"success": "Success",
|
||||
"error": "Error",
|
||||
"warning": "Warning",
|
||||
"info": "Info",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"close": "Close",
|
||||
"submit": "Submit",
|
||||
"reset": "Reset",
|
||||
"back": "Back",
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"finish": "Finish",
|
||||
"start": "Start",
|
||||
"stop": "Stop",
|
||||
"pause": "Pause",
|
||||
"resume": "Resume",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"status": "Status",
|
||||
"time": "Time",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"type": "Type",
|
||||
"level": "Level",
|
||||
"priority": "Priority",
|
||||
"category": "Category",
|
||||
"action": "Action",
|
||||
"result": "Result",
|
||||
"message": "Message",
|
||||
"details": "Details",
|
||||
"settings": "Settings",
|
||||
"config": "Configuration",
|
||||
"version": "Version",
|
||||
"author": "Author",
|
||||
"created": "Created",
|
||||
"updated": "Updated"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
"overview": "Overview",
|
||||
"systemHealth": "System Health",
|
||||
"activeAlerts": "Active Alerts",
|
||||
"recentActivity": "Recent Activity",
|
||||
"quickActions": "Quick Actions",
|
||||
"monitoring": "Monitoring",
|
||||
"startMonitoring": "Start Monitoring",
|
||||
"stopMonitoring": "Stop Monitoring",
|
||||
"checkAlerts": "Check Alerts",
|
||||
"healthScore": "Health Score",
|
||||
"status": "Status",
|
||||
"excellent": "Excellent",
|
||||
"good": "Good",
|
||||
"fair": "Fair",
|
||||
"poor": "Poor",
|
||||
"critical": "Critical",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"chat": {
|
||||
"title": "Intelligent Chat",
|
||||
"startChat": "Start Chat",
|
||||
"endChat": "End Chat",
|
||||
"sendMessage": "Send Message",
|
||||
"inputPlaceholder": "Please enter your question...",
|
||||
"userId": "User ID",
|
||||
"workOrderId": "Work Order ID",
|
||||
"workOrderIdPlaceholder": "Leave empty to auto-create",
|
||||
"createWorkOrder": "Create Work Order",
|
||||
"quickActions": "Quick Actions",
|
||||
"sessionInfo": "Session Info",
|
||||
"connectionStatus": "Connection Status",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"typing": "Assistant is thinking...",
|
||||
"welcome": "Welcome to TSP Intelligent Assistant",
|
||||
"welcomeDesc": "Please click 'Start Chat' button to begin chatting",
|
||||
"chatStarted": "Chat started, please describe your problem.",
|
||||
"chatEnded": "Chat ended.",
|
||||
"workOrderCreated": "Work order created successfully! Order ID: {orderId}",
|
||||
"quickActions": {
|
||||
"remoteStart": "Remote Start Issue",
|
||||
"appDisplay": "APP Display Issue",
|
||||
"bluetoothAuth": "Bluetooth Auth Issue",
|
||||
"unbindVehicle": "Unbind Vehicle"
|
||||
},
|
||||
"workOrder": {
|
||||
"title": "Create Work Order",
|
||||
"titleLabel": "Work Order Title",
|
||||
"descriptionLabel": "Problem Description",
|
||||
"categoryLabel": "Problem Category",
|
||||
"priorityLabel": "Priority",
|
||||
"categories": {
|
||||
"technical": "Technical Issue",
|
||||
"app": "APP Function",
|
||||
"remoteControl": "Remote Control",
|
||||
"vehicleBinding": "Vehicle Binding",
|
||||
"other": "Other"
|
||||
},
|
||||
"priorities": {
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High",
|
||||
"urgent": "Urgent"
|
||||
}
|
||||
}
|
||||
},
|
||||
"alerts": {
|
||||
"title": "Alert Management",
|
||||
"rules": {
|
||||
"title": "Alert Rules",
|
||||
"addRule": "Add Rule",
|
||||
"editRule": "Edit Rule",
|
||||
"deleteRule": "Delete Rule",
|
||||
"ruleName": "Rule Name",
|
||||
"ruleType": "Alert Type",
|
||||
"ruleLevel": "Alert Level",
|
||||
"threshold": "Threshold",
|
||||
"condition": "Condition Expression",
|
||||
"checkInterval": "Check Interval (seconds)",
|
||||
"cooldown": "Cooldown (seconds)",
|
||||
"enabled": "Enable Rule",
|
||||
"types": {
|
||||
"performance": "Performance Alert",
|
||||
"quality": "Quality Alert",
|
||||
"volume": "Volume Alert",
|
||||
"system": "System Alert",
|
||||
"business": "Business Alert"
|
||||
},
|
||||
"levels": {
|
||||
"info": "Info",
|
||||
"warning": "Warning",
|
||||
"error": "Error",
|
||||
"critical": "Critical"
|
||||
},
|
||||
"presetTemplates": "Preset Templates",
|
||||
"presetCategories": {
|
||||
"performance": "Performance Alert Templates",
|
||||
"business": "Business Alert Templates",
|
||||
"system": "System Alert Templates",
|
||||
"quality": "Quality Alert Templates"
|
||||
}
|
||||
},
|
||||
"statistics": {
|
||||
"critical": "Critical Alerts",
|
||||
"warning": "Warning Alerts",
|
||||
"info": "Info Alerts",
|
||||
"total": "Total Alerts"
|
||||
},
|
||||
"filters": {
|
||||
"all": "All Alerts",
|
||||
"critical": "Critical",
|
||||
"error": "Error",
|
||||
"warning": "Warning",
|
||||
"info": "Info"
|
||||
},
|
||||
"sort": {
|
||||
"timeDesc": "Time Descending",
|
||||
"timeAsc": "Time Ascending",
|
||||
"levelDesc": "Level Descending",
|
||||
"levelAsc": "Level Ascending"
|
||||
},
|
||||
"actions": {
|
||||
"resolve": "Resolve",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"empty": {
|
||||
"title": "No Active Alerts",
|
||||
"description": "System is running normally, no alerts to handle"
|
||||
}
|
||||
},
|
||||
"knowledge": {
|
||||
"title": "Knowledge Management",
|
||||
"add": "Add Knowledge",
|
||||
"edit": "Edit Knowledge",
|
||||
"delete": "Delete Knowledge",
|
||||
"search": "Search Knowledge",
|
||||
"category": "Category",
|
||||
"title": "Title",
|
||||
"content": "Content",
|
||||
"tags": "Tags",
|
||||
"status": "Status",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"fieldMapping": {
|
||||
"title": "Field Mapping",
|
||||
"sourceField": "Source Field",
|
||||
"targetField": "Target Field",
|
||||
"mappingType": "Mapping Type",
|
||||
"transformation": "Transformation Rule",
|
||||
"addMapping": "Add Mapping",
|
||||
"editMapping": "Edit Mapping",
|
||||
"deleteMapping": "Delete Mapping",
|
||||
"testMapping": "Test Mapping",
|
||||
"importMapping": "Import Mapping",
|
||||
"exportMapping": "Export Mapping"
|
||||
},
|
||||
"system": {
|
||||
"title": "System Settings",
|
||||
"general": "General Settings",
|
||||
"monitoring": "Monitoring Settings",
|
||||
"alerts": "Alert Settings",
|
||||
"integrations": "Integration Settings",
|
||||
"backup": "Backup Settings",
|
||||
"logs": "Log Management",
|
||||
"performance": "Performance Monitoring",
|
||||
"users": "User Management",
|
||||
"permissions": "Permission Management"
|
||||
},
|
||||
"navigation": {
|
||||
"dashboard": "Dashboard",
|
||||
"chat": "Intelligent Chat",
|
||||
"alerts": "Alert Management",
|
||||
"knowledge": "Knowledge Base",
|
||||
"fieldMapping": "Field Mapping",
|
||||
"system": "System Settings",
|
||||
"logout": "Logout"
|
||||
},
|
||||
"notifications": {
|
||||
"monitoringStarted": "Monitoring service started",
|
||||
"monitoringStopped": "Monitoring service stopped",
|
||||
"alertsChecked": "Check completed, found {count} alerts",
|
||||
"alertResolved": "Alert resolved",
|
||||
"ruleCreated": "Rule created successfully",
|
||||
"ruleUpdated": "Rule updated successfully",
|
||||
"ruleDeleted": "Rule deleted successfully",
|
||||
"workOrderCreated": "Work order created successfully",
|
||||
"error": {
|
||||
"startMonitoring": "Failed to start monitoring",
|
||||
"stopMonitoring": "Failed to stop monitoring",
|
||||
"checkAlerts": "Failed to check alerts",
|
||||
"resolveAlert": "Failed to resolve alert",
|
||||
"createRule": "Failed to create rule",
|
||||
"updateRule": "Failed to update rule",
|
||||
"deleteRule": "Failed to delete rule",
|
||||
"createWorkOrder": "Failed to create work order",
|
||||
"websocketConnection": "WebSocket connection failed, please check if server is running",
|
||||
"requestTimeout": "Request timeout",
|
||||
"networkError": "Network error"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user