list.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "cancelButton": "Cancel",
  3. "circuitBroken": "Circuit Broken",
  4. "keyCircuitBroken": "Key Circuit",
  5. "endpointCircuitBroken": "Endpoint Circuit",
  6. "clipboardUnavailable": "Clipboard access is blocked in this environment. Select and copy the key manually.",
  7. "confirmDeleteMessage": "Are you sure you want to delete provider \"{name}\"? This action cannot be undone.",
  8. "confirmDeleteTitle": "Confirm Delete Provider?",
  9. "copyFailed": "Copy failed",
  10. "costMultiplier": "Cost Multiplier",
  11. "deleteButton": "Delete",
  12. "deleteError": "An error occurred during operation",
  13. "deleteFailed": "Delete failed",
  14. "deleteSuccess": "Deleted successfully",
  15. "deleteSuccessDesc": "Provider \"{name}\" has been deleted",
  16. "getKeyFailed": "Failed to get key",
  17. "keyCopied": "Key copied to clipboard",
  18. "keyLoading": "Loading...",
  19. "officialWebsite": "Official",
  20. "priority": "Priority",
  21. "resetCircuitFailed": "Failed to reset circuit breaker",
  22. "resetCircuitSuccess": "Circuit breaker reset",
  23. "resetCircuitSuccessDesc": "Provider \"{name}\" circuit breaker status cleared",
  24. "resetUsageFailed": "Failed to reset total usage",
  25. "resetUsageSuccess": "Total usage reset",
  26. "resetUsageSuccessDesc": "Provider \"{name}\" total usage has been reset",
  27. "resetUsageTitle": "Reset total usage",
  28. "statusDisabled": "disabled",
  29. "statusEnabled": "enabled",
  30. "todayUsageCount": "{count} times",
  31. "todayUsageLabel": "Today's Usage",
  32. "toggleFailed": "Toggle failed",
  33. "toggleSuccess": "Provider {status}",
  34. "toggleSuccessDesc": "Provider \"{name}\" status updated",
  35. "unknownError": "Unknown error",
  36. "viewFullKey": "View Complete API Key",
  37. "viewFullKeyDesc": "Please keep it safe and don't share it with others",
  38. "weight": "Weight",
  39. "actions": "Actions",
  40. "actionClone": "Clone",
  41. "actionResetCircuit": "Reset Circuit",
  42. "actionResetUsage": "Reset Usage",
  43. "actionDelete": "Delete",
  44. "selectProvider": "Select {name}"
  45. }