|
1496 | 1496 | "convertButton": "Convert This Node to Managed Self-Hosted" |
1497 | 1497 | }, |
1498 | 1498 | "internationaldomaindetected": "International Domain Detected", |
1499 | | - "willbestoredas": "Will be stored as:" |
| 1499 | + "willbestoredas": "Will be stored as:", |
| 1500 | + "target": "Target", |
| 1501 | + "checking": "Checking", |
| 1502 | + "resourceDisabled": "This resource is currently disabled", |
| 1503 | + "checkingConnection": "Checking connection status...", |
| 1504 | + "connectionSuccessful": "Connection successful", |
| 1505 | + "connectionFailed": "Connection failed - target may be unreachable", |
| 1506 | + "statusUnknown": "Status unknown", |
| 1507 | + "targetNotConfigured": "Target not configured", |
| 1508 | + "tcpCheck": "TCP Check", |
| 1509 | + "connectionStatus": "Connection Status", |
| 1510 | + "responseTime": "Response Time", |
| 1511 | + "lastChecked": "Last Checked", |
| 1512 | + "refreshStatus": "Refresh Status", |
| 1513 | + "showColumns": "Show Columns", |
| 1514 | + "hideColumns": "Hide Columns", |
| 1515 | + "columnVisibility": "Column Visibility", |
| 1516 | + "toggleColumn": "Toggle {columnName} column", |
| 1517 | + "allColumns": "All Columns", |
| 1518 | + "defaultColumns": "Default Columns", |
| 1519 | + "customizeView": "Customize View", |
| 1520 | + "viewOptions": "View Options", |
| 1521 | + "statusIndicators": "Status Indicators", |
| 1522 | + "quickHealthCheck": "Quick Health Check", |
| 1523 | + "networkConnectivity": "Network Connectivity", |
| 1524 | + "targetReachable": "Target is reachable", |
| 1525 | + "targetUnreachable": "Target is unreachable", |
| 1526 | + "connectivityError": "Connectivity error: {error}", |
| 1527 | + "checkingAllResources": "Checking all resources...", |
| 1528 | + "healthCheckComplete": "Health check complete", |
| 1529 | + "resourcesOnline": "{count} resources online", |
| 1530 | + "resourcesOffline": "{count} resources offline", |
| 1531 | + "batchStatusCheck": "Batch Status Check", |
| 1532 | + "runHealthCheck": "Run Health Check", |
| 1533 | + "autoRefresh": "Auto Refresh", |
| 1534 | + "manualRefresh": "Manual Refresh", |
| 1535 | + "refreshInterval": "Refresh Interval", |
| 1536 | + "statusRefreshed": "Status refreshed successfully", |
| 1537 | + "statusRefreshFailed": "Failed to refresh status", |
| 1538 | + "tcpConnectionTest": "TCP Connection Test", |
| 1539 | + "portConnectivity": "Port Connectivity", |
| 1540 | + "networkLatency": "Network Latency", |
| 1541 | + "ms": "ms", |
| 1542 | + "seconds": "seconds", |
| 1543 | + "timeout": "Timeout", |
| 1544 | + "connectionTimeout": "Connection timeout after {timeout}ms", |
| 1545 | + "dnsBased": "DNS-based", |
| 1546 | + "ipBased": "IP-based", |
| 1547 | + "localhost": "Localhost", |
| 1548 | + "remoteHost": "Remote Host", |
| 1549 | + "showStatusColumn": "Show status indicators for quick health visibility", |
| 1550 | + "showTargetColumn": "Show target destinations to see where resources point", |
| 1551 | + "customizeColumns": "Customize which columns are visible in the table", |
| 1552 | + "statusTooltip": "Click to refresh status for this resource", |
| 1553 | + "targetTooltip": "The destination that this resource proxies to", |
| 1554 | + "bulkActions": "Bulk Actions", |
| 1555 | + "selectAll": "Select All", |
| 1556 | + "selectNone": "Select None", |
| 1557 | + "selectedResources": "Selected Resources", |
| 1558 | + "enableSelected": "Enable Selected", |
| 1559 | + "disableSelected": "Disable Selected", |
| 1560 | + "checkSelectedStatus": "Check Status of Selected", |
| 1561 | + "exportSelected": "Export Selected", |
| 1562 | + "healthDashboard": "Health Dashboard", |
| 1563 | + "systemHealth": "System Health", |
| 1564 | + "resourcesHealthSummary": "Resources Health Summary", |
| 1565 | + "overallHealth": "Overall Health", |
| 1566 | + "healthy": "Healthy", |
| 1567 | + "degraded": "Degraded", |
| 1568 | + "critical": "Critical", |
| 1569 | + "monitoringNote": "Status indicators provide a quick TCP connectivity check refreshed when the page loads. This is not full monitoring but helps identify unreachable targets at a glance." |
1500 | 1570 | } |
0 commit comments