strings.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "add": "Add Provider",
  3. "addFailed": "Failed to add provider",
  4. "addProvider": "Add Provider",
  5. "addSuccess": "Provider added successfully",
  6. "circuitBroken": "Circuit Broken",
  7. "clone": "Clone Provider",
  8. "cloneFailed": "Copy failed",
  9. "confirmDelete": "Are you sure you want to delete this provider?",
  10. "confirmDeleteDesc": "Are you sure you want to delete provider \"{name}\"? This action cannot be undone.",
  11. "confirmDeleteProvider": "Confirm Delete Provider?",
  12. "confirmDeleteProviderDesc": "Are you sure you want to delete provider \"{name}\"? This action is irreversible.",
  13. "createProvider": "Add Provider",
  14. "delete": "Delete Provider",
  15. "deleteFailed": "Failed to delete provider",
  16. "deleteSuccess": "Deleted successfully",
  17. "description": "Configure API service providers and maintain availability status.",
  18. "disabledStatus": "disabled",
  19. "displayCount": "Showing {filtered} / {total} providers",
  20. "edit": "Edit Provider",
  21. "editFailed": "Failed to update provider",
  22. "editProvider": "Edit Provider",
  23. "enabledStatus": "enabled",
  24. "keyLoading": "Loading...",
  25. "noProviders": "No providers configured",
  26. "noProvidersDesc": "Add your first API provider",
  27. "notFound": "No matching providers found",
  28. "official": "Official",
  29. "resetCircuit": "Circuit breaker reset",
  30. "resetCircuitDesc": "Provider \"{name}\" circuit breaker status cleared",
  31. "resetCircuitFailed": "Failed to reset circuit breaker",
  32. "scheduling": "Scheduling Strategy Details",
  33. "schedulingDesc": "Understand how provider selection works with priority layering, session reuse, load balancing and failover",
  34. "searchNoResults": "No matching providers found",
  35. "searchResults": "Found {count} matching providers",
  36. "subtitle": "Provider Management",
  37. "subtitleDesc": "Configure upstream provider rate limiting and concurrent session limits. Leave empty for unlimited.",
  38. "title": "Provider Management",
  39. "todayUsage": "Today's Usage",
  40. "todayUsageCount": "{count} times",
  41. "toggleFailed": "Toggle failed",
  42. "toggleSuccess": "Provider {status}",
  43. "toggleSuccessDesc": "Provider \"{name}\" status updated",
  44. "updateFailed": "Failed to update provider",
  45. "viewKey": "View Complete API Key",
  46. "viewKeyDesc": "Please keep it safe and don't share it with others",
  47. "viewMode": "View Mode",
  48. "viewModeList": "List",
  49. "viewModeVendor": "Vendor",
  50. "viewModeGroups": "Groups",
  51. "endpoints": "Endpoints",
  52. "manualProbe": "Probe",
  53. "addEndpoint": "Add Endpoint",
  54. "lastProbed": "Last Probed",
  55. "latency": "Latency",
  56. "status": "Status",
  57. "vendorKeys": "API Keys",
  58. "addVendorKey": "Add API Key",
  59. "addVendorKeyDesc": "Add an API key for this vendor (no API URL required).",
  60. "addVendorKeySuccess": "API key added",
  61. "addVendorKeyFailed": "Failed to add API key",
  62. "probeSuccess": "Probe Successful",
  63. "probeFailed": "Probe Failed",
  64. "manualCircuitOpen": "Manually Open Circuit",
  65. "manualCircuitClose": "Close Circuit",
  66. "circuitStatus": "Circuit Status",
  67. "vendorTypeCircuit": "Vendor Type Circuit",
  68. "vendorFallbackName": "Vendor #{id}",
  69. "vendorAggregationRule": "Grouped by website domain",
  70. "orphanedProviders": "Unknown Vendor",
  71. "vendorTypeCircuitUpdated": "Vendor type circuit updated",
  72. "noEndpoints": "No endpoints configured",
  73. "noEndpointsDesc": "Add an endpoint to enable failover routing",
  74. "columnUrl": "URL",
  75. "columnActions": "Actions",
  76. "confirmDeleteEndpoint": "Are you sure you want to delete this endpoint?",
  77. "endpointAddSuccess": "Endpoint added successfully",
  78. "endpointAddFailed": "Failed to add endpoint",
  79. "endpointUpdateSuccess": "Endpoint updated successfully",
  80. "endpointUpdateFailed": "Failed to update endpoint",
  81. "endpointDeleteSuccess": "Endpoint deleted successfully",
  82. "endpointDeleteFailed": "Failed to delete endpoint",
  83. "probeOk": "OK",
  84. "probeError": "Error",
  85. "addEndpointDesc": "Add a new {providerType} endpoint for this vendor.",
  86. "addEndpointDescGeneric": "Add a new API endpoint for this vendor.",
  87. "columnType": "Type",
  88. "endpointUrlLabel": "URL",
  89. "endpointUrlPlaceholder": "https://api.example.com/v1",
  90. "endpointLabelOptional": "Label (optional)",
  91. "endpointLabelPlaceholder": "Production endpoint",
  92. "sortOrder": "Sort Order",
  93. "editEndpoint": "Edit Endpoint",
  94. "editVendor": "Edit Vendor",
  95. "vendorName": "Vendor Name",
  96. "vendorWebsite": "Website URL",
  97. "vendorWebsitePlaceholder": "https://example.com",
  98. "vendorOfficial": "Official",
  99. "deleteVendor": "Delete Vendor",
  100. "deleteVendorConfirmTitle": "Delete Vendor?",
  101. "deleteVendorDoubleConfirmTitle": "Confirm deletion?",
  102. "deleteVendorConfirmDesc": "This will permanently delete the vendor \"{name}\" and all its associated API keys and endpoints.",
  103. "deleteVendorDoubleConfirmDesc": "This action is irreversible. Please confirm you want to wipe out everything related to \"{name}\".",
  104. "vendorUpdateSuccess": "Vendor updated successfully",
  105. "vendorUpdateFailed": "Failed to update vendor",
  106. "vendorDeleteSuccess": "Vendor deleted successfully",
  107. "vendorDeleteFailed": "Failed to delete vendor",
  108. "endpointStatus": {
  109. "viewDetails": "View Details ({count})",
  110. "activeEndpoints": "Active Endpoints",
  111. "noEndpoints": "No Endpoints",
  112. "healthy": "Healthy",
  113. "unhealthy": "Unhealthy",
  114. "unknown": "Unknown",
  115. "circuitOpen": "Circuit Open",
  116. "circuitHalfOpen": "Circuit Half-Open",
  117. "resetCircuit": "Reset Circuit",
  118. "resetCircuitSuccess": "Endpoint circuit breaker reset",
  119. "resetCircuitFailed": "Failed to reset endpoint circuit breaker"
  120. }
  121. }