| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "add": "Add Provider",
- "addFailed": "Failed to add provider",
- "addProvider": "Add Provider",
- "addSuccess": "Provider added successfully",
- "circuitBroken": "Circuit Broken",
- "clone": "Clone Provider",
- "cloneFailed": "Copy failed",
- "confirmDelete": "Are you sure you want to delete this provider?",
- "confirmDeleteDesc": "Are you sure you want to delete provider \"{name}\"? This action cannot be undone.",
- "confirmDeleteProvider": "Confirm Delete Provider?",
- "confirmDeleteProviderDesc": "Are you sure you want to delete provider \"{name}\"? This action is irreversible.",
- "createProvider": "Add Provider",
- "delete": "Delete Provider",
- "deleteFailed": "Failed to delete provider",
- "deleteSuccess": "Deleted successfully",
- "description": "Configure API service providers and maintain availability status.",
- "disabledStatus": "disabled",
- "displayCount": "Showing {filtered} / {total} providers",
- "edit": "Edit Provider",
- "editFailed": "Failed to update provider",
- "editProvider": "Edit Provider",
- "enabledStatus": "enabled",
- "keyLoading": "Loading...",
- "noProviders": "No providers configured",
- "noProvidersDesc": "Add your first API provider",
- "notFound": "No matching providers found",
- "official": "Official",
- "resetCircuit": "Circuit breaker reset",
- "resetCircuitDesc": "Provider \"{name}\" circuit breaker status cleared",
- "resetCircuitFailed": "Failed to reset circuit breaker",
- "scheduling": "Scheduling Strategy Details",
- "schedulingDesc": "Understand how provider selection works with priority layering, session reuse, load balancing and failover",
- "searchNoResults": "No matching providers found",
- "searchResults": "Found {count} matching providers",
- "subtitle": "Provider Management",
- "subtitleDesc": "Configure upstream provider rate limiting and concurrent session limits. Leave empty for unlimited.",
- "title": "Provider Management",
- "todayUsage": "Today's Usage",
- "todayUsageCount": "{count} times",
- "toggleFailed": "Toggle failed",
- "toggleSuccess": "Provider {status}",
- "toggleSuccessDesc": "Provider \"{name}\" status updated",
- "updateFailed": "Failed to update provider",
- "viewKey": "View Complete API Key",
- "viewKeyDesc": "Please keep it safe and don't share it with others",
- "viewMode": "View Mode",
- "viewModeList": "List",
- "viewModeVendor": "Vendor",
- "viewModeGroups": "Groups",
- "endpoints": "Endpoints",
- "manualProbe": "Probe",
- "addEndpoint": "Add Endpoint",
- "lastProbed": "Last Probed",
- "latency": "Latency",
- "status": "Status",
- "vendorKeys": "API Keys",
- "addVendorKey": "Add API Key",
- "addVendorKeyDesc": "Add an API key for this vendor (no API URL required).",
- "addVendorKeySuccess": "API key added",
- "addVendorKeyFailed": "Failed to add API key",
- "probeSuccess": "Probe Successful",
- "probeFailed": "Probe Failed",
- "manualCircuitOpen": "Manually Open Circuit",
- "manualCircuitClose": "Close Circuit",
- "circuitStatus": "Circuit Status",
- "vendorTypeCircuit": "Vendor Type Circuit",
- "vendorFallbackName": "Vendor #{id}",
- "vendorAggregationRule": "Grouped by website domain",
- "orphanedProviders": "Unknown Vendor",
- "vendorTypeCircuitUpdated": "Vendor type circuit updated",
- "noEndpoints": "No endpoints configured",
- "noEndpointsDesc": "Add an endpoint to enable failover routing",
- "columnUrl": "URL",
- "columnActions": "Actions",
- "confirmDeleteEndpoint": "Are you sure you want to delete this endpoint?",
- "endpointAddSuccess": "Endpoint added successfully",
- "endpointAddFailed": "Failed to add endpoint",
- "endpointUpdateSuccess": "Endpoint updated successfully",
- "endpointUpdateFailed": "Failed to update endpoint",
- "endpointDeleteSuccess": "Endpoint deleted successfully",
- "endpointDeleteFailed": "Failed to delete endpoint",
- "probeOk": "OK",
- "probeError": "Error",
- "addEndpointDesc": "Add a new {providerType} endpoint for this vendor.",
- "addEndpointDescGeneric": "Add a new API endpoint for this vendor.",
- "columnType": "Type",
- "endpointUrlLabel": "URL",
- "endpointUrlPlaceholder": "https://api.example.com/v1",
- "endpointLabelOptional": "Label (optional)",
- "endpointLabelPlaceholder": "Production endpoint",
- "sortOrder": "Sort Order",
- "editEndpoint": "Edit Endpoint",
- "editVendor": "Edit Vendor",
- "vendorName": "Vendor Name",
- "vendorWebsite": "Website URL",
- "vendorWebsitePlaceholder": "https://example.com",
- "vendorOfficial": "Official",
- "deleteVendor": "Delete Vendor",
- "deleteVendorConfirmTitle": "Delete Vendor?",
- "deleteVendorDoubleConfirmTitle": "Confirm deletion?",
- "deleteVendorConfirmDesc": "This will permanently delete the vendor \"{name}\" and all its associated API keys and endpoints.",
- "deleteVendorDoubleConfirmDesc": "This action is irreversible. Please confirm you want to wipe out everything related to \"{name}\".",
- "vendorUpdateSuccess": "Vendor updated successfully",
- "vendorUpdateFailed": "Failed to update vendor",
- "vendorDeleteSuccess": "Vendor deleted successfully",
- "vendorDeleteFailed": "Failed to delete vendor",
- "endpointStatus": {
- "viewDetails": "View Details ({count})",
- "activeEndpoints": "Active Endpoints",
- "noEndpoints": "No Endpoints",
- "healthy": "Healthy",
- "unhealthy": "Unhealthy",
- "unknown": "Unknown",
- "circuitOpen": "Circuit Open",
- "circuitHalfOpen": "Circuit Half-Open",
- "resetCircuit": "Reset Circuit",
- "resetCircuitSuccess": "Endpoint circuit breaker reset",
- "resetCircuitFailed": "Failed to reset endpoint circuit breaker"
- }
- }
|