| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "enterMode": "Batch Edit",
- "exitMode": "Exit",
- "selectAll": "Select All",
- "invertSelection": "Invert",
- "selectedCount": "{count} selected",
- "editSelected": "Edit Selected",
- "selectByType": "Select by Type",
- "selectByTypeItem": "{type} ({count})",
- "selectByGroup": "Select by Group",
- "selectByGroupItem": "{group} ({count})",
- "actions": {
- "edit": "Edit",
- "delete": "Delete",
- "resetCircuit": "Reset Circuit"
- },
- "dialog": {
- "editTitle": "Batch Edit Providers",
- "editDesc": "Changes will apply to {count} providers",
- "deleteTitle": "Delete Providers",
- "deleteDesc": "Permanently delete {count} providers?",
- "resetCircuitTitle": "Reset Circuit Breakers",
- "resetCircuitDesc": "Reset circuit breaker for {count} providers?",
- "next": "Next",
- "noFieldEnabled": "Please enable at least one field to update"
- },
- "sections": {
- "basic": "Basic Settings",
- "routing": "Group & Routing",
- "anthropic": "Anthropic Settings"
- },
- "fields": {
- "isEnabled": {
- "label": "Status",
- "noChange": "No Change",
- "enable": "Enable",
- "disable": "Disable"
- },
- "priority": "Priority",
- "weight": "Weight",
- "costMultiplier": "Cost Multiplier",
- "groupTag": {
- "label": "Group Tag",
- "clear": "Clear"
- },
- "modelRedirects": "Model Redirects",
- "allowedModels": "Allowed Models",
- "thinkingBudget": "Thinking Budget",
- "adaptiveThinking": "Adaptive Thinking"
- },
- "affectedProviders": {
- "title": "Affected Providers",
- "more": "+{count} more"
- },
- "confirm": {
- "title": "Confirm Operation",
- "cancel": "Cancel",
- "confirm": "Confirm",
- "goBack": "Go Back",
- "processing": "Processing..."
- },
- "preview": {
- "title": "Preview Changes",
- "description": "Review changes before applying to {count} providers",
- "providerHeader": "{name}",
- "fieldChanged": "{field}: {before} -> {after}",
- "fieldSkipped": "{field}: Skipped ({reason})",
- "excludeProvider": "Exclude",
- "summary": "{providerCount} providers, {fieldCount} changes, {skipCount} skipped",
- "noChanges": "No changes to apply",
- "apply": "Apply Changes",
- "back": "Back to Edit",
- "loading": "Generating preview..."
- },
- "batchNotes": {
- "codexOnly": "Codex only",
- "claudeOnly": "Claude only",
- "geminiOnly": "Gemini only"
- },
- "selectionHint": "Select multiple providers for batch operations",
- "undo": {
- "button": "Undo",
- "success": "Operation undone successfully",
- "expired": "Undo expired",
- "batchDeleteSuccess": "Deleted {count} providers",
- "batchDeleteUndone": "Restored {count} providers",
- "singleDeleteSuccess": "Provider deleted",
- "singleDeleteUndone": "Provider restored",
- "singleEditSuccess": "Provider updated",
- "singleEditUndone": "Changes reverted",
- "failed": "Undo failed"
- },
- "toast": {
- "updated": "Updated {count} providers",
- "deleted": "Deleted {count} providers",
- "circuitReset": "Reset {count} circuit breakers",
- "failed": "Operation failed: {error}",
- "undo": "Undo",
- "undoSuccess": "Reverted {count} providers",
- "undoFailed": "Undo failed: {error}",
- "undoExpired": "Undo window expired",
- "previewFailed": "Preview failed: {error}",
- "unknownError": "Unknown error"
- }
- }
|