mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-09 17:28:51 +00:00
13 fixes from independent round-2 code review:
- B-1: Fix FileRecord wrong import in batch-utils.ts (TS2305 masked by limited typecheck-core scope); include batch-utils.ts + 5 lib/batches/* in tsconfig.typecheck-core.json so future regressions are caught
- A-2: role="dialog" + aria-modal + aria-labelledby on NewBatchWizard + BatchDetailModal panels (a11y consistency with UploadFileModal)
- A-3: "Janela de conclusão de 24h" line in CostEstimateStep (spec §5 explicit)
- A-7: "campos obrigatórios válidos" appended to JsonlValidationStep success summary (spec §5)
- A-9 + B-7: 18 hardcoded UI strings → i18n keys (Size, Refresh/Refreshing, Remove, Uploading, Reading file, Ready, Large file warning, JSONL generated, etc.)
- B-4: Strip UTF-8 BOM in validateJsonl + csvToJsonl (Windows-saved files no longer fail "invalid JSON" cryptically)
- B-5: Remove dead exports WizardStep + BatchProviderConfig from types.ts
- A-1: Add Provider column with derived heuristic (gpt-/o1-/o3-/text-embedding-/dall-e- → OpenAI; claude- → Anthropic; gemini → Gemini; else "—") in BatchListTab (BatchRecord has no provider field, so derivation is display-only)
- A-5: Enter key advances wizard step via data-wizard-next button trigger (skip when focus in INPUT/TEXTAREA/SELECT)
- A-6: Auto-dismiss "Batch {id} criado" banner on /batch page after wizard completes; consumes onCreated id (was discarded as _id)
- B-2: Race guard in InputStep.processFile (early-return if isReading) + drop zone pointer-events-none while reading
- C-tests: 6 new regression tests covering body=[] Array.isArray guard, BOM stripping, alias-match pricing path, (partial) suffix on expired_with_failures, -50% inline badge on Cost column, Provider column derivation per family
Side fix: narrow Record<string,unknown> child navigation in csvToJsonl.ts:135 to silence TS2322 once file is in typecheck scope.
22 new i18n keys (filesListSizeColumn, batchListProviderColumn/Unknown/BatchCreated/Dismiss/Refreshing/Refresh, uploadFileModalRemove/Uploading, wizardInputReading/Ready/LargeFileLabel/CsvJsonlReady/LargeFileWarning, wizardCostWindow24h, wizardValidationFieldsOk) added in en.json + pt-BR.json and propagated to 40 locales via fill-missing-from-en.mjs.
7387 lines
446 KiB
JSON
7387 lines
446 KiB
JSON
{
|
||
"common": {
|
||
"save": "Save",
|
||
"cancel": "Cancel",
|
||
"delete": "Delete",
|
||
"loading": "Loading...",
|
||
"error": "An error occurred",
|
||
"success": "Success",
|
||
"confirm": "Are you sure?",
|
||
"refresh": "Refresh",
|
||
"close": "Close",
|
||
"add": "Add",
|
||
"edit": "Edit",
|
||
"search": "Search",
|
||
"back": "Back",
|
||
"next": "Next",
|
||
"submit": "Submit",
|
||
"reset": "Reset",
|
||
"copy": "Copy",
|
||
"copied": "Copied!",
|
||
"enabled": "Enabled",
|
||
"disabled": "Disabled",
|
||
"active": "Active",
|
||
"inactive": "Inactive",
|
||
"noData": "No data available",
|
||
"nothingHere": "Nothing here yet",
|
||
"configure": "Configure",
|
||
"manage": "Manage",
|
||
"name": "Name",
|
||
"actions": "Actions",
|
||
"status": "Status",
|
||
"type": "Type",
|
||
"model": "Model",
|
||
"models": "models",
|
||
"provider": "Provider",
|
||
"account": "Account",
|
||
"time": "Time",
|
||
"details": "Details",
|
||
"created": "Created",
|
||
"lastUsed": "Last Refreshed",
|
||
"loadMore": "Load More",
|
||
"noResults": "No results found",
|
||
"reloadPage": "Reload Page",
|
||
"connected": "Connected",
|
||
"disconnected": "Disconnected",
|
||
"notConfigured": "Not configured",
|
||
"testConnection": "Test Connection",
|
||
"enable": "Enable",
|
||
"disable": "Disable",
|
||
"columns": "Columns",
|
||
"newest": "Newest",
|
||
"oldest": "Oldest",
|
||
"all": "All",
|
||
"none": "None",
|
||
"yes": "Yes",
|
||
"no": "No",
|
||
"on": "__MISSING__:ON",
|
||
"off": "__MISSING__:OFF",
|
||
"warning": "Warning",
|
||
"note": "Note",
|
||
"free": "Free",
|
||
"skipToContent": "Skip to content",
|
||
"maintenanceServerIssues": "Server is experiencing issues. Some features may be unavailable.",
|
||
"maintenanceServerUnreachable": "Server is unreachable. Reconnecting...",
|
||
"accept": "Accept",
|
||
"accountId": "Account ID",
|
||
"alias": "Alias",
|
||
"apiKeyId": "API Key ID",
|
||
"apiKeyName": "API Key Name",
|
||
"apiKeySecret": "API Key Secret",
|
||
"authorization": "Authorization",
|
||
"content-type": "Content Type",
|
||
"content-length": "Content Length",
|
||
"cookie": "Cookie",
|
||
"file": "File",
|
||
"host": "Host",
|
||
"id": "ID",
|
||
"import": "Import",
|
||
"limit": "Limit",
|
||
"offset": "Offset",
|
||
"open": "Open",
|
||
"origin": "Origin",
|
||
"promptTokens": "Prompt Tokens",
|
||
"completionTokens": "Completion Tokens",
|
||
"totalTokens": "Total Tokens",
|
||
"rawModel": "Raw Model",
|
||
"scope": "Scope",
|
||
"skill": "Skill",
|
||
"sortBy": "Sort By",
|
||
"sortOrder": "Sort Order",
|
||
"tab": "Tab",
|
||
"text": "Text",
|
||
"textarea": "Textarea",
|
||
"tool": "Tool",
|
||
"toolId": "Tool ID",
|
||
"web": "Web",
|
||
"whereUsed": "Where Used",
|
||
"whitelist": "Whitelist",
|
||
"blacklist": "Blacklist",
|
||
"resolve": "Resolve",
|
||
"force": "Force",
|
||
"base64url": "Base64 URL",
|
||
"hex": "Hex",
|
||
"range": "Range",
|
||
"component": "Component",
|
||
"redirect_uri": "Redirect URI",
|
||
"idempotency-key": "Idempotency Key",
|
||
"error_description": "Error Description",
|
||
"code": "Code",
|
||
"compatible": "Compatible",
|
||
"chat-completions": "Chat Completions",
|
||
"oauth": "OAuth",
|
||
"auth_token": "Auth Token",
|
||
"crypto": "Crypto",
|
||
"hours": "Hours",
|
||
"selfsigned": "Self-signed",
|
||
"proxy_id": "Proxy ID",
|
||
"proxyId": "Proxy ID",
|
||
"connectionId": "Connection ID",
|
||
"resolveConnectionId": "Resolve Connection ID",
|
||
"resolve_connection_id": "Resolve Connection ID",
|
||
"scope_id": "Scope ID",
|
||
"scopeId": "Scope ID",
|
||
"jwtSecret": "JWT Secret",
|
||
"keytar": "Keytar",
|
||
"better-sqlite3": "better-sqlite3",
|
||
"undici": "undici",
|
||
"builder-id": "Builder ID",
|
||
"musicDesc": "Music Description",
|
||
"musicGeneration": "Music Generation",
|
||
"idc": "IDC",
|
||
"cloud-status-changed": "Cloud status changed",
|
||
"where_used": "Where Used",
|
||
"windowMs": "Window (ms)",
|
||
"social-github": "GitHub",
|
||
"social-google": "Google",
|
||
"TOOL_ALLOWLIST": "Tool Allowlist",
|
||
"TOOL_DENYLIST": "Tool Denylist",
|
||
"Failed to save pricing": "Failed to save pricing",
|
||
"Failed to reset pricing": "Failed to reset pricing",
|
||
"apikey": "API Key",
|
||
"http": "HTTP",
|
||
"goToDashboard": "Go to Dashboard",
|
||
"checkSystemStatus": "Check System Status",
|
||
"selectModel": "Select Model",
|
||
"combos": "Combos",
|
||
"noModelsFound": "No models found",
|
||
"clear": "Clear",
|
||
"done": "Done",
|
||
"errorOccurred": "Error Occurred",
|
||
"comboDeleted": "Combo Deleted",
|
||
"hide": "Hide",
|
||
"creating": "Creating",
|
||
"comboCreated": "Combo Created",
|
||
"swapFormats": "Swap Formats",
|
||
"daysAgo": "Days Ago",
|
||
"retries": "Retries",
|
||
"errorDuringRestore": "Error During Restore",
|
||
"eventsAppearHint": "Events Appear Hint",
|
||
"noLockouts": "No Lockouts",
|
||
"webSearchDesc": "Web Search Desc",
|
||
"audioProvidersHeading": "Audio Providers Heading",
|
||
"cloudAgentProviders": "ক্লাউড এজেন্ট প্রদানকারী",
|
||
"minutesAgo": "Minutes Ago",
|
||
"a": "A",
|
||
"liveAutoRefreshing": "Live Auto Refreshing",
|
||
"webSearch": "Web Search",
|
||
"anthropicPrefixPlaceholder": "Anthropic Prefix Placeholder",
|
||
"addModelToCombo": "Add Model To Combo",
|
||
"failedToLoad": "Failed To Load",
|
||
"categoryMedia": "Category Media",
|
||
"enableCloud": "Enable Cloud",
|
||
"expirationBannerExpiringSoon": "Expiration Banner Expiring Soon",
|
||
"retry": "Retry",
|
||
"embeddings": "Embeddings",
|
||
"errorCount": "Error Count",
|
||
"backupReasonManual": "Backup Reason Manual",
|
||
"safeSearchModerate": "Safe Search Moderate",
|
||
"activeLimiters": "Active Limiters",
|
||
"a2aCardTitle": "A2A Card Title",
|
||
"cloudWorkerUnreachable": "Cloud Worker Unreachable",
|
||
"testFailed": "Test Failed",
|
||
"compatibleBaseUrlHint": "Compatible Base Url Hint",
|
||
"usageTracking": "Usage Tracking",
|
||
"disableCloudTitle": "Disable Cloud Title",
|
||
"noConnections": "No Connections",
|
||
"providerHealth": "Provider Health",
|
||
"confirmDbImport": "Confirm Db Import",
|
||
"notAvailableSymbol": "Not Available Symbol",
|
||
"backupsAvailable": "Backups Available",
|
||
"providerAuto": "Provider Auto",
|
||
"newProviderNamePlaceholder": "New Provider Name Placeholder",
|
||
"a2aQuickStartStep2": "A2A Quick Start Step2",
|
||
"ok": "Ok",
|
||
"available": "Available",
|
||
"noBackupYet": "No Backup Yet",
|
||
"more": "More",
|
||
"noCompatibleYet": "No Compatible Yet",
|
||
"multiProvider": "Multi Provider",
|
||
"repairEnvHint": "Repair Env Hint",
|
||
"disablingCloud": "Disabling Cloud",
|
||
"testBench": "Test Bench",
|
||
"valid": "Valid",
|
||
"cloudBenefitShare": "Cloud Benefit Share",
|
||
"mcpCardTitle": "Mcp Card Title",
|
||
"disableConfirm": "Disable Confirm",
|
||
"filters": "Filters",
|
||
"expirationBannerExpiredDesc": "Expiration Banner Expired Desc",
|
||
"saveComboDefaults": "Save Combo Defaults",
|
||
"cloudConnectedVerified": "Cloud Connected Verified",
|
||
"uptime": "Uptime",
|
||
"compatibleProdPlaceholder": "Compatible Prod Placeholder",
|
||
"fallbackChainsTitle": "Fallback Chains Title",
|
||
"oauthLabel": "Oauth Label",
|
||
"a2aCardDescription": "A2A Card Description",
|
||
"okShort": "Ok Short",
|
||
"maintenance": "Maintenance",
|
||
"formatConverter": "Format Converter",
|
||
"zedImportNetworkError": "Zed Import Network Error",
|
||
"apiKeyLabel": "Api Key Label",
|
||
"noModelsForProvider": "No Models For Provider",
|
||
"mcpCardDescription": "Mcp Card Description",
|
||
"apiTypeLabel": "Api Type Label",
|
||
"configuredProvidersLabel": "Configured Providers Label",
|
||
"maxRetriesLabel": "Max Retries Label",
|
||
"title": "Title",
|
||
"output": "Output",
|
||
"prefixHint": "Prefix Hint",
|
||
"skipWizard": "Skip Wizard",
|
||
"failedCount": "Failed Count",
|
||
"confirmDbImportDesc": "Confirm Db Import Desc",
|
||
"entries": "Entries",
|
||
"until": "Until",
|
||
"disableCombo": "Disable Combo",
|
||
"liveMonitorDescriptionPrefix": "Live Monitor Description Prefix",
|
||
"runningCount": "Running Count",
|
||
"noActiveConnectionsInGroup": "No Active Connections In Group",
|
||
"savedSuccessfully": "Saved Successfully",
|
||
"systemStorage": "System Storage",
|
||
"videoDesc": "Video Desc",
|
||
"maxResults": "Max Results",
|
||
"timeRangeMonth": "Time Range Month",
|
||
"testSummary": "Test Summary",
|
||
"failedSetPassword": "Failed Set Password",
|
||
"audio": "Audio",
|
||
"restore": "Restore",
|
||
"disableWarning": "Disable Warning",
|
||
"moderationsDesc": "Moderations Desc",
|
||
"providerHealthStatusAria": "Provider Health Status Aria",
|
||
"modelNamePlaceholder": "Model Name Placeholder",
|
||
"mcpQuickStartStep2": "Mcp Quick Start Step2",
|
||
"quickStart": "Quick Start",
|
||
"fullExportFailedWithError": "Full Export Failed With Error",
|
||
"loadingBackups": "Loading Backups",
|
||
"anthropicBaseUrlPlaceholder": "Anthropic Base Url Placeholder",
|
||
"description": "Description",
|
||
"noProviderFound": "No Provider Found",
|
||
"auto": "Auto",
|
||
"protocolsDescription": "Protocols Description",
|
||
"cloudSessionNote": "Cloud Session Note",
|
||
"advancedSettings": "Advanced Settings",
|
||
"defaultStrategy": "Default Strategy",
|
||
"purgeExpiredLogs": "Purge Expired Logs",
|
||
"justNow": "Just Now",
|
||
"providerTestFailed": "Provider Test Failed",
|
||
"openaiBaseUrlPlaceholder": "Openai Base Url Placeholder",
|
||
"image": "Image",
|
||
"failedCreateChain": "Failed Create Chain",
|
||
"importDatabase": "Import Database",
|
||
"allDataLocal": "All Data Local",
|
||
"sectionTitle": "Section Title",
|
||
"failedToggle": "Failed Toggle",
|
||
"editCombo": "Edit Combo",
|
||
"testResults": "Test Results",
|
||
"searchQuery": "Search Query",
|
||
"addCcCompatible": "Add Cc Compatible",
|
||
"duplicate": "Duplicate",
|
||
"createCombo": "Create Combo",
|
||
"searchTypeWeb": "Search Type Web",
|
||
"addChain": "Add Chain",
|
||
"prefixLabel": "Prefix Label",
|
||
"listModelsDesc": "List Models Desc",
|
||
"databaseSize": "Database Size",
|
||
"chainCreated": "Chain Created",
|
||
"providerTestTimeout": "Provider Test Timeout",
|
||
"routingStrategy": "Routing Strategy",
|
||
"translateAction": "Translate Action",
|
||
"exportFailed": "Export Failed",
|
||
"connectedVerificationPending": "Connected Verification Pending",
|
||
"a2aQuickStartTitle": "A2A Quick Start Title",
|
||
"couldNotTest": "Could Not Test",
|
||
"testAllCompatible": "Test All Compatible",
|
||
"anthropicCompatibleName": "Anthropic Compatible Name",
|
||
"disabling": "Disabling",
|
||
"failedEnable": "Failed Enable",
|
||
"categoryUtility": "Category Utility",
|
||
"customUrlOptional": "Custom Url Optional",
|
||
"localProviders": "Local Providers",
|
||
"comboNamePlaceholder": "Combo Name Placeholder",
|
||
"memoryRss": "Memory Rss",
|
||
"disableProvider": "Disable Provider",
|
||
"welcomeDesc": "Welcome Desc",
|
||
"nameLabel": "Name Label",
|
||
"allOperational": "All Operational",
|
||
"backupNow": "Backup Now",
|
||
"providerMaxRetriesAria": "Provider Max Retries Aria",
|
||
"textToSpeechDesc": "Text To Speech Desc",
|
||
"machineId": "Machine Id",
|
||
"globalProxy": "Global Proxy",
|
||
"hitsMisses": "Hits Misses",
|
||
"testDesc": "Test Desc",
|
||
"chatDesc": "Chat Desc",
|
||
"importSuccess": "Import Success",
|
||
"chat": "Chat",
|
||
"a2aQuickStartStep1": "A2A Quick Start Step1",
|
||
"importFailed": "Import Failed",
|
||
"inputPlaceholder": "Input Placeholder",
|
||
"providerModelsTitle": "Provider Models Title",
|
||
"lastBackup": "Last Backup",
|
||
"yourEndpoint": "Your Endpoint",
|
||
"autoDisableThresholdDesc": "Auto Disable Threshold Desc",
|
||
"rerankDesc": "Rerank Desc",
|
||
"modelsPathPlaceholder": "Models Path Placeholder",
|
||
"noCombosYet": "No Combos Yet",
|
||
"connectedVerificationPendingWithError": "Connected Verification Pending With Error",
|
||
"comboDefaultsGuideHint1": "Combo Defaults Guide Hint1",
|
||
"enableCloudTitle": "Enable Cloud Title",
|
||
"configuredProvidersHint": "Configured Providers Hint",
|
||
"paused": "Paused",
|
||
"llmProviders": "Llm Providers",
|
||
"enableCombo": "Enable Combo",
|
||
"removeProviderOverrideAria": "Remove Provider Override Aria",
|
||
"nodeVersion": "Node Version",
|
||
"openai": "Openai",
|
||
"exportFailedWithError": "Export Failed With Error",
|
||
"proxyConfigured": "Proxy Configured",
|
||
"concurrencyPerModel": "Concurrency Per Model",
|
||
"protocolTasksLabel": "Protocol Tasks Label",
|
||
"oauthProviders": "Oauth Providers",
|
||
"lockedCount": "Locked Count",
|
||
"deleteChainConfirm": "Delete Chain Confirm",
|
||
"recentTranslations": "Recent Translations",
|
||
"zedImportButton": "Zed Import Button",
|
||
"responsesDesc": "Responses Desc",
|
||
"testedCount": "Tested Count",
|
||
"providersCommaSeparatedPlaceholder": "Providers Comma Separated Placeholder",
|
||
"signatureDefaults": "Signature Defaults",
|
||
"errorCreating": "Error Creating",
|
||
"timeRangeYear": "Time Range Year",
|
||
"compatibleLabel": "Compatible Label",
|
||
"cloudDisabledSuccess": "Cloud Disabled Success",
|
||
"deleteConfirm": "Delete Confirm",
|
||
"check": "Check",
|
||
"safeSearch": "Safe Search",
|
||
"protocolLastActivity": "Protocol Last Activity",
|
||
"openMcpDashboard": "Open Mcp Dashboard",
|
||
"testBenchTab": "Test Bench",
|
||
"chatPathLabel": "Chat Path Label",
|
||
"retryDelay": "Retry Delay",
|
||
"errorUpdating": "Error Updating",
|
||
"ideCliIntegrations": "Ide Cli Integrations",
|
||
"imageGeneration": "Image Generation",
|
||
"apiKeyRequired": "Api Key Required",
|
||
"resetAllTitle": "Reset All Title",
|
||
"connectionError": "Connection Error",
|
||
"modelName": "Model Name",
|
||
"apiKeyForCheck": "Api Key For Check",
|
||
"cloudRequestTimeout": "Cloud Request Timeout",
|
||
"showConfiguredOnly": "Show Configured Only",
|
||
"showFreeOnly": "শুধুমাত্র বিনামূল্যে",
|
||
"addFirstProvider": "আপনার প্রথম প্রদানকারী যোগ করুন",
|
||
"addFirstProviderDesc": "OmniRoute এর মাধ্যমে রাউটিং অনুরোধ শুরু করতে একটি AI প্রদানকারীকে সংযুক্ত করুন। আপনি বিনামূল্যে প্রদানকারী, API কী, বা OAuth অ্যাকাউন্ট ব্যবহার করতে পারেন।",
|
||
"learnMore": "আরও জানুন",
|
||
"includeDomains": "Include Domains",
|
||
"promptCache": "Prompt Cache",
|
||
"cloudConnected": "Cloud Connected",
|
||
"deleteChain": "Delete Chain",
|
||
"chatPathPlaceholder": "Chat Path Placeholder",
|
||
"databasePath": "Database Path",
|
||
"usingLocalServer": "Using Local Server",
|
||
"globalComboConfig": "Global Combo Config",
|
||
"backupFailed": "Backup Failed",
|
||
"tabProtocols": "Tab Protocols",
|
||
"continue": "Continue",
|
||
"categorySearch": "Category Search",
|
||
"rateLimitStatus": "Rate Limit Status",
|
||
"repairEnvSuccess": "Repair Env Success",
|
||
"nameRequired": "Name Required",
|
||
"country": "Country",
|
||
"trackMetricsDesc": "Track Metrics Desc",
|
||
"durationSecondsShort": "Duration Seconds Short",
|
||
"formatConverterDescription": "Format Converter Description",
|
||
"cloudBenefitAccess": "Cloud Benefit Access",
|
||
"maxRetries": "Max Retries",
|
||
"queueTimeout": "Queue Timeout",
|
||
"addProvider": "Add Provider",
|
||
"realtime": "Realtime",
|
||
"totalTranslations": "Total Translations",
|
||
"protocolActiveStreamsLabel": "Protocol Active Streams Label",
|
||
"repairEnv": "Repair Env",
|
||
"modelsCount": "Models Count",
|
||
"viewBackups": "View Backups",
|
||
"responsesApi": "Responses Api",
|
||
"copyComboName": "Copy Combo Name",
|
||
"failures": "Failures",
|
||
"failedUpdate": "Failed Update",
|
||
"imageDesc": "Image Desc",
|
||
"failedCreate": "Failed Create",
|
||
"remainingOfLimit": "Remaining Of Limit",
|
||
"protocolsTitle": "Protocols Title",
|
||
"expirationBannerExpiringSoonDesc": "Expiration Banner Expiring Soon Desc",
|
||
"source": "Source",
|
||
"failed": "Failed",
|
||
"apiKeyMgmt": "Api Key Mgmt",
|
||
"mcpQuickStartStep1": "Mcp Quick Start Step1",
|
||
"runTest": "Run Test",
|
||
"loadingFallbackChains": "Loading Fallback Chains",
|
||
"healthy": "Healthy",
|
||
"version": "Version",
|
||
"saveBlockWeighted": "Save Block Weighted",
|
||
"zedImportNone": "Zed Import None",
|
||
"noBackupsYet": "No Backups Yet",
|
||
"noGlobalProxy": "No Global Proxy",
|
||
"noModels": "No Models",
|
||
"stickyLimit": "Sticky Limit",
|
||
"passedCount": "Passed Count",
|
||
"zedImportFailed": "Zed Import Failed",
|
||
"saving": "Saving",
|
||
"testAll": "Test All",
|
||
"globalProxyDesc": "Global Proxy Desc",
|
||
"latencyP99": "Latency P99",
|
||
"connectingToCloud": "Connecting To Cloud",
|
||
"responses": "Responses",
|
||
"errorDeleting": "Error Deleting",
|
||
"openaiPrefixPlaceholder": "Openai Prefix Placeholder",
|
||
"enterPassword": "Enter Password",
|
||
"openA2aDashboard": "Open A2A Dashboard",
|
||
"enableProvider": "Enable Provider",
|
||
"modeTest": "Mode Test",
|
||
"failedDeleteChain": "Failed Delete Chain",
|
||
"providerDesc": "Provider Desc",
|
||
"templateLoadHint": "Template Load Hint",
|
||
"lastFailure": "Last Failure",
|
||
"moveDown": "Move Down",
|
||
"providerLabel": "Provider Label",
|
||
"clearCacheFailed": "Clear Cache Failed",
|
||
"imagesGenerations": "Images Generations",
|
||
"repairEnvWorking": "Repair Env Working",
|
||
"millisecondsShort": "Milliseconds Short",
|
||
"globalLabel": "Global Label",
|
||
"failuresPlural": "Failures Plural",
|
||
"completionsLegacyDesc": "Completions Legacy Desc",
|
||
"searchProviders": "Search Providers",
|
||
"chatPathHint": "Chat Path Hint",
|
||
"defaultStrategyDesc": "Default Strategy Desc",
|
||
"latencyP95": "Latency P95",
|
||
"textToSpeech": "Text To Speech",
|
||
"searchType": "Search Type",
|
||
"messages": "Messages",
|
||
"aggregatorsGateways": "Aggregators Gateways",
|
||
"comboStrategyAria": "Combo Strategy Aria",
|
||
"input": "Input",
|
||
"testingConnection": "Testing Connection",
|
||
"excludeDomains": "Exclude Domains",
|
||
"webCookieProviders": "Web Cookie Providers",
|
||
"allTestsPassed": "All Tests Passed",
|
||
"openaiCompatibleName": "Openai Compatible Name",
|
||
"warningCostOptimizedPartialPricing": "Warning Cost Optimized Partial Pricing",
|
||
"comboDefaultsGuideTitle": "Combo Defaults Guide Title",
|
||
"hoursAgo": "Hours Ago",
|
||
"notAvailable": "Not Available",
|
||
"skipAndContinue": "Skip And Continue",
|
||
"moderations": "Moderations",
|
||
"proxyConfig": "Proxy Config",
|
||
"upstreamProxyProviders": "Upstream Proxy Providers",
|
||
"exportAll": "Export All",
|
||
"queuedCount": "Queued Count",
|
||
"resetAll": "Reset All",
|
||
"noTranslations": "No Translations",
|
||
"avgLatency": "Avg Latency",
|
||
"throttleStatus": "Throttle Status",
|
||
"backupRetentionDesc": "Backup Retention Desc",
|
||
"noCBData": "No Cb Data",
|
||
"chainDeleted": "Chain Deleted",
|
||
"timeLeft": "Time Left",
|
||
"expirationBannerExpired": "Expiration Banner Expired",
|
||
"language": "Language",
|
||
"invalidFileType": "Invalid File Type",
|
||
"monitoredProviders": "Monitored Providers",
|
||
"errors": "Errors",
|
||
"heap": "Heap",
|
||
"chatCompletions": "Chat Completions",
|
||
"exampleTemplatesHint": "Example Templates Hint",
|
||
"retryDelayLabel": "Retry Delay Label",
|
||
"audioTranscription": "Audio Transcription",
|
||
"fallbackChainsDesc": "Fallback Chains Desc",
|
||
"exampleTemplates": "Example Templates",
|
||
"connectionsCount": "Connections Count",
|
||
"modelsPathLabel": "Models Path Label",
|
||
"activeProvidersHint": "Active Providers Hint",
|
||
"activeLockouts": "Active Lockouts",
|
||
"invalid": "Invalid",
|
||
"skipPassword": "Skip Password",
|
||
"moveUp": "Move Up",
|
||
"timeRange": "Time Range",
|
||
"stickyLimitDesc": "Sticky Limit Desc",
|
||
"cloudBenefitEdge": "Cloud Benefit Edge",
|
||
"custom": "Custom",
|
||
"verifying": "Verifying",
|
||
"baseUrlLabel": "Base Url Label",
|
||
"setPassword": "Set Password",
|
||
"safeSearchStrict": "Safe Search Strict",
|
||
"noChangesSinceBackup": "No Changes Since Backup",
|
||
"modelsPathHint": "Models Path Hint",
|
||
"audioTranscriptions": "Audio Transcriptions",
|
||
"testCombo": "Test Combo",
|
||
"mcpQuickStartTitle": "Mcp Quick Start Title",
|
||
"comboUpdated": "Combo Updated",
|
||
"weighted": "Weighted",
|
||
"providers": "Providers",
|
||
"ccCompatibleLabel": "Cc Compatible Label",
|
||
"noFallbackChainsDesc": "No Fallback Chains Desc",
|
||
"yesImport": "Yes Import",
|
||
"lockoutsAutoRefreshHint": "Lockouts Auto Refresh Hint",
|
||
"tabApis": "Tab Apis",
|
||
"sectionDescription": "Section Description",
|
||
"filter": "Filter",
|
||
"purgeLogsFailed": "Purge Logs Failed",
|
||
"latency": "Latency",
|
||
"testAllOAuth": "Test All O Auth",
|
||
"mcpQuickStartStep3": "Mcp Quick Start Step3",
|
||
"repairEnvFailed": "Repair Env Failed",
|
||
"zedImportHint": "Zed Import Hint",
|
||
"modelsAcrossEndpoints": "Models Across Endpoints",
|
||
"autoDisableBannedAccounts": "Auto Disable Banned Accounts",
|
||
"securityDesc": "Security Desc",
|
||
"listModels": "List Models",
|
||
"backupRestore": "Backup Restore",
|
||
"target": "Target",
|
||
"zedImportSuccess": "Zed Import Success",
|
||
"lastHeaderUpdate": "Last Header Update",
|
||
"categoryCore": "Category Core",
|
||
"noFallbackChains": "No Fallback Chains",
|
||
"noSearchProviders": "No Search Providers",
|
||
"autoBalance": "Auto Balance",
|
||
"noModelsYet": "No Models Yet",
|
||
"signatureFamily": "Signature Family",
|
||
"externalApiCalls": "External Api Calls",
|
||
"providerOverridesDesc": "Provider Overrides Desc",
|
||
"signatureTool": "Signature Tool",
|
||
"connectionFailed": "Connection Failed",
|
||
"activeLimitersPlural": "Active Limiters Plural",
|
||
"doneDesc": "Done Desc",
|
||
"down": "Down",
|
||
"noDataYet": "No Data Yet",
|
||
"activeProviders": "Active Providers",
|
||
"nameInvalid": "Name Invalid",
|
||
"skip": "Skip",
|
||
"createChain": "Create Chain",
|
||
"audioSpeech": "Audio Speech",
|
||
"cacheCleared": "Cache Cleared",
|
||
"searchTypeNews": "Search Type News",
|
||
"durationMillisecondsShort": "Duration Milliseconds Short",
|
||
"addOpenAICompatible": "Add Open Ai Compatible",
|
||
"chatTesterTab": "Chat Tester",
|
||
"queued": "Queued",
|
||
"domainPlaceholder": "Domain Placeholder",
|
||
"durationMinutesShort": "Duration Minutes Short",
|
||
"verifyingConnection": "Verifying Connection",
|
||
"imageProviders": "Image Providers",
|
||
"protocolToolsLabel": "Protocol Tools Label",
|
||
"queryPlaceholder": "Query Placeholder",
|
||
"videoGeneration": "Video Generation",
|
||
"timeRangeWeek": "Time Range Week",
|
||
"limitExhausted": "Limit Exhausted",
|
||
"failedDisable": "Failed Disable",
|
||
"inMemoryNote": "In Memory Note",
|
||
"compatibleHint": "Compatible Hint",
|
||
"errorShort": "Error Short",
|
||
"advancedHint": "Advanced Hint",
|
||
"restoreFailed": "Restore Failed",
|
||
"searchProvidersHeading": "Search Providers Heading",
|
||
"comboName": "Combo Name",
|
||
"autoDisableDescription": "Auto Disable Description",
|
||
"embeddingsDesc": "Embeddings Desc",
|
||
"operational": "Operational",
|
||
"testAllApiKey": "Test All Api Key",
|
||
"backupCreated": "Backup Created",
|
||
"errorDuringImport": "Error During Import",
|
||
"comboDefaultsGuideHint2": "Combo Defaults Guide Hint2",
|
||
"connecting": "Connecting",
|
||
"fillModelAndProviders": "Fill Model And Providers",
|
||
"syncing": "Syncing",
|
||
"resetConfirm": "Reset Confirm",
|
||
"trackMetrics": "Track Metrics",
|
||
"successful": "Successful",
|
||
"recovering": "Recovering",
|
||
"autoDisableThreshold": "Auto Disable Threshold",
|
||
"anthropic": "Anthropic",
|
||
"syncingData": "Syncing Data",
|
||
"cloudBenefitPorts": "Cloud Benefit Ports",
|
||
"compatibleProviders": "Compatible Providers",
|
||
"freeTierProviders": "বিনামূল্যে স্তর প্রদানকারী",
|
||
"freeTierLabel": "বিনামূল্যে স্তর উপলব্ধ",
|
||
"freeTierProvidersDesc": "বিনামূল্যের স্তর সহ প্রদানকারীরা — কিছু একটি API কী সাইনআপ প্রয়োজন, অন্যদের কোনো শংসাপত্রের প্রয়োজন নেই৷",
|
||
"clearCache": "Clear Cache",
|
||
"reqs": "Reqs",
|
||
"addAnthropicCompatible": "Add Anthropic Compatible",
|
||
"apiKeyProviders": "Api Key Providers",
|
||
"tabsAria": "Tabs Aria",
|
||
"resetting": "Resetting",
|
||
"millisecondsAbbr": "Milliseconds Abbr",
|
||
"backupReasonPreRestore": "Backup Reason Pre Restore",
|
||
"disableCloud": "Disable Cloud",
|
||
"newProviderNameAria": "New Provider Name Aria",
|
||
"passwordsMismatch": "Passwords Mismatch",
|
||
"a2aQuickStartStep3": "A2A Quick Start Step3",
|
||
"liveMonitorDescriptionSuffix": "Live Monitor Description Suffix",
|
||
"failedAddProvider": "Failed Add Provider",
|
||
"addAtLeastOneProvider": "Add At Least One Provider",
|
||
"reasonSeparator": "Reason Separator",
|
||
"zedImporting": "Zed Importing",
|
||
"confirmPasswordPlaceholder": "Confirm Password Placeholder",
|
||
"whatYouGet": "What You Get",
|
||
"signatureSession": "Signature Session",
|
||
"errorCountNoCode": "Error Count No Code",
|
||
"testing": "Testing",
|
||
"providersCommaSeparated": "Providers Comma Separated",
|
||
"exportDatabase": "Export Database",
|
||
"hitRate": "Hit Rate",
|
||
"completionsLegacy": "Completions Legacy",
|
||
"removeModel": "Remove Model",
|
||
"timeRangeDay": "Time Range Day",
|
||
"cloudRequestFailed": "Cloud Request Failed",
|
||
"updatedAt": "Updated At",
|
||
"monitoredProvidersHint": "Monitored Providers Hint",
|
||
"connectionSuccessful": "Connection Successful",
|
||
"latencyP50": "Latency P50",
|
||
"logsDeleted": "Logs Deleted",
|
||
"chatTester": "Chat Tester",
|
||
"safeSearchOff": "Safe Search Off",
|
||
"nameHint": "Name Hint",
|
||
"debugToggle": "Debug Toggle",
|
||
"embedding": "Embedding",
|
||
"issuesLabel": "Issues Label",
|
||
"optionAny": "Option Any",
|
||
"maxNestingDepth": "Max Nesting Depth",
|
||
"rerank": "Rerank",
|
||
"checking": "Checking",
|
||
"getStarted": "Get Started",
|
||
"restoreSuccess": "Restore Success",
|
||
"issuesDetected": "Issues Detected",
|
||
"signatureCache": "Signature Cache",
|
||
"modelLockouts": "Model Lockouts",
|
||
"usingCloudProxy": "Using Cloud Proxy",
|
||
"loadingHealth": "Loading Health",
|
||
"providerOverrides": "Provider Overrides",
|
||
"audioTranscriptionDesc": "Audio Transcription Desc",
|
||
"learnedFromHeaders": "Learned From Headers",
|
||
"totalRequests": "Total Requests",
|
||
"cloudUnstableNote": "Cloud Unstable Note",
|
||
"gamificationAdmin": "গ্যামিফিকেশন অ্যাডমিন",
|
||
"monitorAnomaliesAndHealth": "অসঙ্গতি এবং সিস্টেম স্বাস্থ্য নিরীক্ষণ",
|
||
"flaggedAnomalies": "পতাকাঙ্কিত অসঙ্গতিগুলি৷",
|
||
"noAnomaliesDetected": "কোন অসঙ্গতি সনাক্ত করা হয়নি",
|
||
"apiKey": "API কী",
|
||
"xpLastHour": "XP (1 ঘন্টা)",
|
||
"zScore": "জেড-স্কোর",
|
||
"tokensCommunityServers": "কমিউনিটি সার্ভার",
|
||
"tokensServerNamePlaceholder": "সার্ভারের নাম",
|
||
"tokensApiKeyPlaceholder": "API কী",
|
||
"tokensTokenBalance": "টোকেন ব্যালেন্স",
|
||
"tokensSendTokens": "টোকেন পাঠান",
|
||
"tokensRecipientApiKeyId": "প্রাপক API কী আইডি",
|
||
"tokensRecipientApiKeyIdPlaceholder": "প্রাপকের API কী আইডি লিখুন",
|
||
"tokensReasonOptional": "কারণ (ঐচ্ছিক)",
|
||
"tokensReasonPlaceholder": "যেমন বোনাস, পুরস্কার",
|
||
"tokensTransactionHistory": "লেনদেনের ইতিহাস",
|
||
"tokensNoTransactionsYet": "এখনো কোনো লেনদেন হয়নি",
|
||
"tokensInviteCodes": "আমন্ত্রণ কোড",
|
||
"tokensMaxUses": "সর্বোচ্চ ব্যবহার",
|
||
"tokensRedeemCode": "কোড রিডিম করুন",
|
||
"tokensRedeemCodePlaceholder": "আমন্ত্রণ কোড লিখুন",
|
||
"tokensYourActiveInvites": "আপনার সক্রিয় আমন্ত্রণ",
|
||
"tierCoverageTitle": "স্তর কভারেজ",
|
||
"tierCoverageSubtitle": "প্রদানকারীরা প্রতি ফলব্যাক স্তরে কনফিগার করা হয়েছে",
|
||
"batchDetailCopyId": "আইডি কপি করুন",
|
||
"batchDetailClose": "বন্ধ",
|
||
"batchDetailEndpoint": "শেষবিন্দু",
|
||
"batchDetailModel": "মডেল",
|
||
"batchDetailWindow": "জানালা",
|
||
"batchDetailCreated": "তৈরি হয়েছে",
|
||
"providerTopologyEmpty": "কোনো প্রদানকারী এখনো সংযুক্ত",
|
||
"badgeToastUnlocked": "ব্যাজ আনলক করা হয়েছে!",
|
||
"batchListSearchPlaceholder": "আইডি, এন্ডপয়েন্ট, মডেল দ্বারা অনুসন্ধান করুন...",
|
||
"batchListDeleteAllCompletedTitle": "সমস্ত সমাপ্ত ব্যাচ মুছুন",
|
||
"batchListBatchesTable": "ব্যাচ",
|
||
"changelogViewerLoading": "GitHub থেকে চেঞ্জলগ লোড হচ্ছে...",
|
||
"profileLoading": "প্রোফাইল লোড হচ্ছে...",
|
||
"profileHowToEarn": "কিভাবে আয় করা যায়",
|
||
"bootstrapBannerDismiss": "খারিজ",
|
||
"batchListDeleteBatchTitle": "ব্যাচ এবং এর ফাইলগুলি মুছুন",
|
||
"leaderboardYourRank": "আপনার পদমর্যাদা",
|
||
"leaderboardLoading": "লিডারবোর্ড লোড হচ্ছে...",
|
||
"batchFileDetailCopyId": "আইডি কপি করুন",
|
||
"batchFileDetailClose": "বন্ধ",
|
||
"batchFileDetailFailedToLoad": "ফাইল সামগ্রী লোড করতে ব্যর্থ হয়েছে৷",
|
||
"batchFilesListSearchPlaceholder": "আইডি বা ফাইলের নাম দিয়ে অনুসন্ধান করুন...",
|
||
"batchFilesListFilesTable": "ফাইল",
|
||
"batchPageLoadingMore": "আরো লোড হচ্ছে...",
|
||
"recommended": "__MISSING__:Recommended",
|
||
"batchConceptTitle": "Batch processing",
|
||
"batchConceptSubtitle": "Process thousands of requests asynchronously at ~50% of the cost (24h window). Ideal for evaluations, classification, and embeddings.",
|
||
"batchConceptHowItWorks": "How it works",
|
||
"batchConceptBenefit50pct": "50% discount on input + output tokens",
|
||
"batchConceptAsync24h": "Async with a 24h completion window",
|
||
"batchConceptUseCases": "Best for bulk classification, evaluations, and embeddings",
|
||
"filesConceptTitle": "Batch files",
|
||
"filesConceptSubtitle": "JSONL files used by batches: input requests, results, and errors.",
|
||
"filesConceptInput": "Input — your JSONL with one request per line",
|
||
"filesConceptOutput": "Output — results from completed requests",
|
||
"filesConceptError": "Errors — requests that failed",
|
||
"filesConceptRetention": "Retention: 30 days by default (29 days on Anthropic)",
|
||
"wizardTitle": "New batch",
|
||
"wizardClose": "Close",
|
||
"wizardNext": "Next",
|
||
"wizardBack": "Back",
|
||
"wizardCancel": "Cancel",
|
||
"wizardCreate": "Create batch",
|
||
"wizardCreating": "Creating…",
|
||
"wizardStep1Destination": "Destination",
|
||
"wizardStep2Input": "Input",
|
||
"wizardStep3Validate": "Validate",
|
||
"wizardStep4Cost": "Cost & create",
|
||
"wizardProviderLabel": "Provider",
|
||
"wizardEndpointLabel": "Endpoint",
|
||
"wizardModelLabel": "Model",
|
||
"wizardInputKindJsonl": "JSONL",
|
||
"wizardInputKindCsv": "CSV (we'll convert)",
|
||
"wizardDropOrPick": "Drop a file or click to pick",
|
||
"wizardCsvMappingTitle": "Map CSV columns → request fields",
|
||
"wizardCsvMappingAddField": "Add field",
|
||
"wizardValidationOk": "All lines valid",
|
||
"wizardValidationErrors": "Validation errors",
|
||
"wizardValidationPreview": "Preview (first 5 requests)",
|
||
"wizardValidationSamplingNote": "File is large — validated by sampling (first 1000 + last 100 lines). Full validation runs server-side.",
|
||
"wizardCostSync": "Sync cost",
|
||
"wizardCostBatch": "Batch cost (-50%)",
|
||
"wizardCostSavings": "Savings",
|
||
"wizardCostEstimatedNotice": "Estimated cost — real billing may vary.",
|
||
"wizardErrorUpload": "Failed to upload file. Try again.",
|
||
"wizardErrorCreate": "Failed to create batch. Try again.",
|
||
"wizardEmptyProviders": "Connect a provider with batch support (OpenAI, Anthropic, or Gemini) to create a batch.",
|
||
"uploadModalTitle": "Upload batch file",
|
||
"uploadModalDropOrPick": "Drop a .jsonl file or click to pick",
|
||
"uploadModalUpload": "Upload",
|
||
"uploadModalCancel": "Cancel",
|
||
"uploadModalError": "Upload failed. Try again.",
|
||
"uploadModalSuccess": "Uploaded",
|
||
"uploadModalSizeLimit": "Max 512 MB",
|
||
"batchListNewButton": "New batch",
|
||
"batchListAutoRefresh": "Auto-refresh 30s",
|
||
"batchListCostColumn": "Cost",
|
||
"batchActionCancel": "Cancel",
|
||
"batchActionDownloadOutput": "Download output",
|
||
"batchActionDownloadErrors": "Download errors",
|
||
"batchActionRetry": "Retry failed",
|
||
"batchActionRetryConfirm": "Retry {n} failed request(s)? Final cost depends on actual tokens consumed.",
|
||
"expirationBadgeCritical": "Critical",
|
||
"expirationBadgeWarning": "Soon",
|
||
"expirationBadgeNormal": "Pending",
|
||
"expirationBadgeExpired": "Expired",
|
||
"filesListUploadButton": "Upload",
|
||
"filesListUsedByColumn": "Used by",
|
||
"filesListUsedByNone": "None",
|
||
"filesListDelete": "Delete",
|
||
"filesListDownload": "Download",
|
||
"batchDetailActionCancel": "Cancel batch",
|
||
"batchDetailActionRetry": "Retry failed requests",
|
||
"batchDetailCancelling": "Cancelling…",
|
||
"batchDetailRetrying": "Preparing retry…",
|
||
"batchDetailCancelConfirm": "Cancel this batch? In-progress requests will stop.",
|
||
"batchActionCancelError": "Failed to cancel batch. Try again.",
|
||
"batchActionRetryError": "Failed to retry failed requests. Try again.",
|
||
"batchConceptRetentionNote": "Results and error files are retained for 30 days (Anthropic: 29 days)",
|
||
"filesListUsedByRoleInput": "input",
|
||
"filesListUsedByRoleOutput": "output",
|
||
"filesListUsedByRoleError": "error",
|
||
"batchListProgressPartial": "(partial)",
|
||
"filesListSizeColumn": "Size",
|
||
"batchListProviderColumn": "Provider",
|
||
"batchListProviderUnknown": "—",
|
||
"batchListBatchCreated": "Batch {id} created — refreshing list…",
|
||
"batchListBatchCreatedDismiss": "Dismiss",
|
||
"batchListRefreshing": "Refreshing…",
|
||
"batchListRefresh": "Refresh",
|
||
"uploadFileModalRemove": "Remove",
|
||
"uploadFileModalUploading": "Uploading…",
|
||
"wizardInputReading": "Reading file…",
|
||
"wizardInputReady": "Ready",
|
||
"wizardInputLargeFileLabel": "Large file — sampling validation",
|
||
"wizardInputCsvJsonlReady": "JSONL generated — ready to validate.",
|
||
"wizardInputLargeFileWarning": "Large file detected — validation runs by sampling (first 5 MB + last 100 KB). Full validation happens server-side.",
|
||
"wizardCostWindow24h": "24h completion window",
|
||
"wizardValidationFieldsOk": "required fields valid"
|
||
},
|
||
"sidebar": {
|
||
"home": "Home",
|
||
"dashboard": "Dashboard",
|
||
"providers": "Providers",
|
||
"combos": "Combos",
|
||
"usage": "Usage",
|
||
"analytics": "Analytics",
|
||
"costs": "Costs",
|
||
"health": "Health",
|
||
"proxy": "প্রক্সি",
|
||
"limits": "Limits & Quotas",
|
||
"cliTools": "CLI Tools",
|
||
"media": "Media",
|
||
"settings": "Settings",
|
||
"translator": "Translator",
|
||
"playground": "Playground",
|
||
"searchTools": "Search Tools",
|
||
"agents": "Agents",
|
||
"cloudAgents": "ক্লাউড এজেন্ট",
|
||
"memory": "Memory",
|
||
"skills": "Skills",
|
||
"omniSkills": "OmniSkills",
|
||
"agentSkills": "এজেন্ট দক্ষতা",
|
||
"docs": "Docs",
|
||
"issues": "Issues",
|
||
"endpoints": "Endpoints",
|
||
"endpointsSubtitle": "আপনার AI কানেকশন ইউআরএল",
|
||
"apiManager": "API Key Manager",
|
||
"apiManagerSubtitle": "API কী এবং অ্যাক্সেস পরিচালনা করুন",
|
||
"embeddedServices": "__MISSING__:Embedded Services",
|
||
"embeddedServicesSubtitle": "__MISSING__:Manage local proxy services",
|
||
"logs": "Logs",
|
||
"webhooks": "ওয়েবহুক",
|
||
"webhooksSubtitle": "ইভেন্টের বিজ্ঞপ্তি পান",
|
||
"combosSubtitle": "ব্যর্থতার জন্য গ্রুপ প্রদানকারী",
|
||
"batchSubtitle": "একাধিক অনুরোধ প্রক্রিয়া",
|
||
"contextCavemanSubtitle": "প্রম্পট কম্প্রেশন",
|
||
"contextRtkSubtitle": "আউটপুট ফিল্টারিং",
|
||
"auditLog": "Audit Log",
|
||
"shutdown": "Shutdown",
|
||
"restart": "Restart",
|
||
"shutdownConfirm": "Shut down OmniRoute?",
|
||
"restartConfirm": "Restart OmniRoute?",
|
||
"version": "v{version}",
|
||
"debug": "Debug",
|
||
"system": "System",
|
||
"help": "Help",
|
||
"primarySection": "Main",
|
||
"cliSection": "CLI",
|
||
"debugSection": "Debug",
|
||
"systemSection": "System",
|
||
"helpSection": "Help",
|
||
"serverDisconnected": "Server Disconnected",
|
||
"serverDisconnectedMsg": "The proxy server has been stopped or is restarting.",
|
||
"expandSidebar": "Expand sidebar",
|
||
"collapseSidebar": "Collapse sidebar",
|
||
"themes": "Themes",
|
||
"presetColors": "Popular colors",
|
||
"createTheme": "Create theme",
|
||
"chooseColor": "Pick one color",
|
||
"themeCoral": "Coral",
|
||
"themeBlue": "Blue",
|
||
"themeRed": "Red",
|
||
"themeGreen": "Green",
|
||
"themeViolet": "Violet",
|
||
"themeOrange": "Orange",
|
||
"themeCyan": "Cyan",
|
||
"cliToolsShort": "Tools",
|
||
"cache": "Cache",
|
||
"cacheShort": "Cache",
|
||
"batch": "Batch Testing",
|
||
"themeSystem": "Theme System",
|
||
"whitelabelingDesc": "Whitelabeling Desc",
|
||
"switchThemes": "Switch Themes",
|
||
"themeAccentDesc": "Theme Accent Desc",
|
||
"uploadFavicon": "Upload Favicon",
|
||
"themeDark": "Theme Dark",
|
||
"customLogoDesc": "Custom Logo Desc",
|
||
"sidebarVisibilityToggle": "Sidebar Visibility Toggle",
|
||
"themeAccent": "Theme Accent",
|
||
"resetFavicon": "Reset Favicon",
|
||
"whitelabeling": "Whitelabeling",
|
||
"darkMode": "Dark Mode",
|
||
"uploadLogo": "Upload Logo",
|
||
"themeLight": "Theme Light",
|
||
"appName": "App Name",
|
||
"appNameDesc": "App Name Desc",
|
||
"resetLogo": "Reset Logo",
|
||
"customFavicon": "Custom Favicon",
|
||
"hideHealthLogs": "Hide Health Logs",
|
||
"customLogo": "Custom Logo",
|
||
"appearance": "Appearance",
|
||
"themeSelectionAria": "Theme Selection Aria",
|
||
"themeCreate": "Theme Create",
|
||
"customFaviconDesc": "Custom Favicon Desc",
|
||
"logoPreview": "Logo Preview",
|
||
"themeCustom": "Theme Custom",
|
||
"hideHealthLogsDesc": "Hide Health Logs Desc",
|
||
"faviconPreview": "Favicon Preview",
|
||
"changelog": "Changelog",
|
||
"contextSection": "Context & Cache",
|
||
"contextCaveman": "Caveman",
|
||
"contextRtk": "RTK",
|
||
"contextCombos": "Engine Combos",
|
||
"routingSection": "Routing",
|
||
"protocolsSection": "Protocols",
|
||
"agentsAiSection": "Agents & AI",
|
||
"cacheContextSection": "Cache & Context",
|
||
"analyticsSection": "Analytics",
|
||
"costsSection": "Costs",
|
||
"monitoringSection": "Monitoring",
|
||
"auditSecuritySection": "Audit & Security",
|
||
"devtoolsSection": "Dev Tools",
|
||
"configurationSection": "Configuration",
|
||
"aiFeaturesSection": "AI Features",
|
||
"mcp": "MCP",
|
||
"a2a": "A2A",
|
||
"apiEndpoints": "API Endpoints",
|
||
"batchFiles": "Files",
|
||
"analyticsEvals": "Evals",
|
||
"analyticsSearch": "Search",
|
||
"analyticsUtilization": "Utilization",
|
||
"analyticsComboHealth": "Combo Health",
|
||
"analyticsCompression": "Compression",
|
||
"costsBudget": "Budget",
|
||
"costsQuotaShare": "Quota Sharing",
|
||
"costsPricing": "Pricing",
|
||
"logsProxy": "Proxy Logs",
|
||
"logsConsole": "Console",
|
||
"logsActivity": "Activity",
|
||
"auditMcp": "MCP Audit",
|
||
"auditA2a": "A2A নিরীক্ষা",
|
||
"settingsGeneral": "General",
|
||
"settingsAppearance": "Appearance",
|
||
"settingsAi": "AI Settings",
|
||
"settingsSecurity": "Security",
|
||
"settingsFeatureFlags": "বৈশিষ্ট্য পতাকা",
|
||
"settingsAuthz": "__MISSING__:Authz",
|
||
"settingsRouting": "Routing",
|
||
"settingsResilience": "Resilience",
|
||
"settingsAdvanced": "Advanced",
|
||
"omniProxySection": "OmniProxy",
|
||
"quotaTracker": "Provider Quota",
|
||
"providerQuota": "Provider Quota",
|
||
"runtime": "Runtime",
|
||
"consoleLogs": "Console Logs",
|
||
"globalRouting": "Global Routing",
|
||
"mitmProxy": "MITM Proxy",
|
||
"oneProxy": "1Proxy",
|
||
"agenticFeaturesSection": "Agentic Features",
|
||
"otherFeaturesSection": "Other Features",
|
||
"compressionContextGroup": "Compression Context",
|
||
"toolsGroup": "Tools",
|
||
"integrationsGroup": "Integrations",
|
||
"proxyGroup": "Proxy",
|
||
"costsParametersGroup": "Costs Parameters",
|
||
"auditGroup": "Audit",
|
||
"batchGroup": "Batch",
|
||
"homeSubtitle": "Dashboard overview",
|
||
"providersSubtitle": "Manage AI providers",
|
||
"quotaTrackerSubtitle": "Track usage limits",
|
||
"providerQuotaSubtitle": "Track provider usage limits",
|
||
"runtimeSubtitle": "Realtime resilience & sessions",
|
||
"contextCombosSubtitle": "Combine compression engines",
|
||
"cliToolsSubtitle": "Configure CLI runtimes",
|
||
"agentsSubtitle": "Manage local agents",
|
||
"cloudAgentsSubtitle": "Manage cloud-based agents",
|
||
"apiEndpointsSubtitle": "Expose custom endpoints",
|
||
"proxySubtitle": "HTTP proxy settings",
|
||
"mitmProxySubtitle": "MITM interception",
|
||
"oneProxySubtitle": "Public proxy gateway",
|
||
"leaderboard": "Leaderboard",
|
||
"profile": "Profile",
|
||
"tokens": "Tokens",
|
||
"leaderboardSubtitle": "Rankings and achievements",
|
||
"profileSubtitle": "Account and preferences",
|
||
"tokensSubtitle": "Token usage and budgets",
|
||
"usageSubtitle": "Traffic and usage stats",
|
||
"analyticsComboHealthSubtitle": "Combo target reliability",
|
||
"analyticsUtilizationSubtitle": "Provider utilization",
|
||
"costsSubtitle": "Spend breakdown",
|
||
"cacheSubtitle": "Cache hit rates",
|
||
"analyticsCompressionSubtitle": "Token savings stats",
|
||
"analyticsSearchSubtitle": "Search tool analytics",
|
||
"analyticsEvalsSubtitle": "Eval suite results",
|
||
"logsSubtitle": "Application logs",
|
||
"logsProxySubtitle": "Proxy traffic logs",
|
||
"consoleLogsSubtitle": "Console output",
|
||
"logsActivitySubtitle": "User activity log",
|
||
"healthSubtitle": "System health check",
|
||
"costsPricingSubtitle": "Per-model pricing rules",
|
||
"costsBudgetSubtitle": "Budget limits",
|
||
"costsQuotaShareSubtitle": "Share provider quotas across keys",
|
||
"auditLogSubtitle": "Authorization audit",
|
||
"auditMcpSubtitle": "MCP server audit",
|
||
"auditA2aSubtitle": "A2A protocol audit",
|
||
"translatorSubtitle": "Format conversion",
|
||
"playgroundSubtitle": "Test prompts live",
|
||
"searchToolsSubtitle": "Search tool registry",
|
||
"memorySubtitle": "Persistent agent memory",
|
||
"omniSkillsSubtitle": "Sandbox skill registry",
|
||
"agentSkillsSubtitle": "A2A skill registry",
|
||
"mcpSubtitle": "MCP server controls",
|
||
"a2aSubtitle": "A2A protocol server",
|
||
"mediaSubtitle": "Cached media files",
|
||
"batchFilesSubtitle": "Batch input/output files",
|
||
"settingsSubtitle": "All settings",
|
||
"settingsGeneralSubtitle": "App basics",
|
||
"settingsAppearanceSubtitle": "Theme and layout",
|
||
"settingsAiSubtitle": "AI behavior defaults",
|
||
"globalRoutingSubtitle": "Global routing rules",
|
||
"settingsResilienceSubtitle": "Retries and breakers",
|
||
"settingsAdvancedSubtitle": "Power user options",
|
||
"settingsSecuritySubtitle": "Auth and encryption",
|
||
"settingsFeatureFlagsSubtitle": "সিস্টেমের ক্ষমতা টগল করুন",
|
||
"settingsSidebar": "Sidebar",
|
||
"settingsSidebarSubtitle": "Customize sidebar layout",
|
||
"settingsAuthzSubtitle": "__MISSING__:Route inventory and bypass policy",
|
||
"docsSubtitle": "Documentation",
|
||
"issuesSubtitle": "Report a bug",
|
||
"changelogSubtitle": "Release notes"
|
||
},
|
||
"webhooks": {
|
||
"title": "ওয়েবহুক",
|
||
"description": "সিস্টেম ইভেন্টের জন্য HTTP কলব্যাক কনফিগার করুন।",
|
||
"configuredWebhooks": "কনফিগার করা Webhooks",
|
||
"configuredWebhooksDesc": "ডেলিভারি এন্ডপয়েন্ট, সাবস্ক্রাইব করা ইভেন্ট, স্ট্যাটাস এবং টেস্ট সেন্ড পরিচালনা করুন।",
|
||
"addWebhook": "ওয়েবহুক যোগ করুন",
|
||
"editWebhook": "ওয়েবহুক সম্পাদনা করুন",
|
||
"name": "নাম",
|
||
"namePlaceholder": "উৎপাদন পর্যবেক্ষণ",
|
||
"unnamedWebhook": "নামহীন ওয়েবহুক",
|
||
"url": "এন্ডপয়েন্ট URL",
|
||
"events": "ঘটনা",
|
||
"allEvents": "সমস্ত ঘটনা",
|
||
"secret": "গোপন",
|
||
"secretPlaceholder": "একটি গোপন স্বয়ংক্রিয়ভাবে তৈরি করতে ফাঁকা ছেড়ে দিন",
|
||
"secretEditPlaceholder": "বর্তমান গোপন রাখতে ফাঁকা ছেড়ে দিন",
|
||
"status": "স্ট্যাটাস",
|
||
"active": "সক্রিয়",
|
||
"inactive": "নিষ্ক্রিয়",
|
||
"errored": "ত্রুটি",
|
||
"total": "মোট",
|
||
"lastTriggered": "সর্বশেষ ট্রিগার করা হয়েছে",
|
||
"actions": "কর্ম",
|
||
"enabled": "সক্রিয়",
|
||
"enabledDesc": "অক্ষম ওয়েবহুক সংরক্ষিত থাকে কিন্তু ডেলিভারি পায় না।",
|
||
"refresh": "রিফ্রেশ",
|
||
"loading": "ওয়েবহুক লোড হচ্ছে...",
|
||
"never": "কখনই না",
|
||
"failureCount": "{count, plural, =0 {no failures} one {# failure} other {# failures}}",
|
||
"testWebhook": "পরীক্ষা পাঠান",
|
||
"testSuccess": "টেস্ট ওয়েবহুক সফলভাবে পাঠানো হয়েছে।",
|
||
"testFailed": "ওয়েবহুক পরীক্ষা করা যায়নি।",
|
||
"saveSuccess": "ওয়েবহুক সফলভাবে সংরক্ষণ করা হয়েছে৷",
|
||
"saveFailed": "ওয়েবহুক সংরক্ষণ করতে ব্যর্থ হয়েছে৷",
|
||
"loadFailed": "ওয়েবহুক লোড করতে ব্যর্থ হয়েছে৷",
|
||
"delete": "মুছুন",
|
||
"deleteConfirm": "আপনি কি এই ওয়েবহুক মুছে ফেলার বিষয়ে নিশ্চিত?",
|
||
"deleteSuccess": "ওয়েবহুক সফলভাবে মুছে ফেলা হয়েছে।",
|
||
"deleteFailed": "ওয়েবহুক মুছে ফেলতে ব্যর্থ হয়েছে৷",
|
||
"edit": "সম্পাদনা করুন",
|
||
"enable": "সক্ষম করুন",
|
||
"disable": "নিষ্ক্রিয় করুন",
|
||
"noWebhooks": "এখনও কোনো ওয়েবহুক কনফিগার করা হয়নি।",
|
||
"signatureTitle": "ওয়েবহুক স্বাক্ষর",
|
||
"signatureDescription": "প্রতিটি ডেলিভারিতে ওয়েবহুক সিক্রেট ব্যবহার করে HMAC-SHA256-এর সাথে স্বাক্ষরিত একটি X-Webhook-Signature হেডার রয়েছে। পেলোড বিশ্বাস করার আগে স্বাক্ষর যাচাই করুন.",
|
||
"wizard": {
|
||
"cancel": "__MISSING__:Cancel",
|
||
"step1Title": "__MISSING__:Select Integration",
|
||
"step2Title": "__MISSING__:Configure Target",
|
||
"step3Title": "__MISSING__:Events & Test",
|
||
"back": "__MISSING__:Back",
|
||
"next": "__MISSING__:Next",
|
||
"finish": "__MISSING__:Finish",
|
||
"step1Desc": "__MISSING__:Select the target integration system for this webhook."
|
||
},
|
||
"howItWorks": {
|
||
"step1": "__MISSING__:Choose an integration provider (e.g. Slack, Discord, custom webhook) and set up the connection details.",
|
||
"step2": "__MISSING__:Configure system events to subscribe to (e.g. completion errors, model fallbacks, or usage limits).",
|
||
"step3": "__MISSING__:Verify the configuration by sending a test payload to make sure the endpoint receives it.",
|
||
"step4": "__MISSING__:Secure your endpoint by validating the X-Webhook-Signature HMAC-SHA256 header using the webhook's secret.",
|
||
"title": "__MISSING__:How Webhooks Work",
|
||
"customOnly": "__MISSING__:Only applicable for custom endpoint integrations.",
|
||
"hmacRecipeTitle": "__MISSING__:HMAC Verification Recipe",
|
||
"hmacRecipe": "__MISSING__:To verify webhook payloads in Node.js, compute the HMAC-SHA256 of the raw request body using your secret key. Compare it to the X-Webhook-Signature header using timingSafeEqual.",
|
||
"timeoutNote": "__MISSING__:Webhook deliveries have a timeout of 10 seconds.",
|
||
"retryNote": "__MISSING__:Failed deliveries are retried up to 5 times with exponential backoff.",
|
||
"docsLink": "__MISSING__:Read the full Webhooks developer guide",
|
||
"hmacRecipePython": "__MISSING__:Python HMAC verification: hmac.new(secret, body, hashlib.sha256).hexdigest()",
|
||
"hmacRecipeBash": "__MISSING__:Bash HMAC verification: echo -n \"$body\" | openssl dgst -sha256 -hmac \"$secret\""
|
||
},
|
||
"deliveries": {
|
||
"title": "__MISSING__:Delivery Logs",
|
||
"loadFailed": "__MISSING__:Failed to load webhook delivery logs.",
|
||
"empty": "__MISSING__:No deliveries recorded yet. Trigger an event or send a test payload.",
|
||
"status": "__MISSING__:Status",
|
||
"event": "__MISSING__:Event",
|
||
"latency": "__MISSING__:Latency",
|
||
"at": "__MISSING__:Sent At"
|
||
},
|
||
"kinds": {
|
||
"comingSoon": "__MISSING__:Coming Soon",
|
||
"slack": "__MISSING__:Slack",
|
||
"slackDesc": "__MISSING__:Post system events directly into a Slack channel",
|
||
"telegram": "__MISSING__:Telegram",
|
||
"telegramDesc": "__MISSING__:Send event messages using a Telegram bot",
|
||
"discord": "__MISSING__:Discord",
|
||
"discordDesc": "__MISSING__:Deliver real-time updates directly to a Discord server",
|
||
"custom": "__MISSING__:Custom Webhook",
|
||
"customDesc": "__MISSING__:Deliver system event payloads to any HTTPS endpoint",
|
||
"email": "__MISSING__:Email Notification",
|
||
"emailDesc": "__MISSING__:Receive summary updates via email",
|
||
"pagerduty": "__MISSING__:PagerDuty",
|
||
"pagerdutyDesc": "__MISSING__:Trigger alerts on PagerDuty for critical system issues",
|
||
"teams": "__MISSING__:Microsoft Teams",
|
||
"teamsDesc": "__MISSING__:Forward system notifications to Microsoft Teams channels"
|
||
},
|
||
"testPayloadSent": "__MISSING__:Test Payload Sent",
|
||
"testResponse": "__MISSING__:Test Response",
|
||
"validateUrl": {
|
||
"checking": "__MISSING__:Checking URL...",
|
||
"ok": "__MISSING__:URL is valid",
|
||
"blockedPrivate": "__MISSING__:URL is a blocked private address",
|
||
"invalidUrl": "__MISSING__:Invalid URL format"
|
||
},
|
||
"custom": {
|
||
"endpointUrl": "__MISSING__:Endpoint URL",
|
||
"endpointUrlPlaceholder": "__MISSING__:https://api.yourdomain.com/webhook",
|
||
"secretKey": "__MISSING__:Secret Key",
|
||
"secretKeyPlaceholder": "__MISSING__:Enter secret key or leave blank to auto-generate",
|
||
"secretKeyHint": "__MISSING__:Used to sign the payload header for authentication."
|
||
},
|
||
"discord": {
|
||
"webhookUrl": "__MISSING__:Discord Webhook URL",
|
||
"webhookUrlPlaceholder": "__MISSING__:https://discord.com/api/webhooks/...",
|
||
"webhookUrlHint": "__MISSING__:The webhook URL copied from your Discord channel integration settings.",
|
||
"tutorial": "__MISSING__:How to create a Discord webhook:"
|
||
},
|
||
"slack": {
|
||
"webhookUrl": "__MISSING__:Slack Webhook URL",
|
||
"webhookUrlPlaceholder": "__MISSING__:https://hooks.slack.com/services/...",
|
||
"webhookUrlHint": "__MISSING__:The webhook URL copied from your Slack Incoming Webhooks integration.",
|
||
"tutorial": "__MISSING__:How to create a Slack webhook:"
|
||
},
|
||
"telegram": {
|
||
"botToken": "__MISSING__:Telegram Bot Token",
|
||
"botTokenPlaceholder": "__MISSING__:123456789:ABCdefGhIJKlmNoPQRsTUVwxyZ",
|
||
"botTokenHint": "__MISSING__:The HTTP API token received from @BotFather when creating your bot.",
|
||
"chatId": "__MISSING__:Telegram Chat ID / Channel",
|
||
"chatIdPlaceholder": "__MISSING__:-100123456789 or @channelname",
|
||
"chatIdHint": "__MISSING__:The unique numerical identifier or public username of the chat/channel.",
|
||
"tutorial": "__MISSING__:How to configure Telegram webhook:"
|
||
}
|
||
},
|
||
"compliance": {
|
||
"auditTitle": "নিরীক্ষা",
|
||
"auditDescription": "একটি অপারেশনাল ভিউ থেকে কমপ্লায়েন্স ইভেন্ট এবং MCP টুল কল পর্যালোচনা করুন।",
|
||
"complianceTab": "সম্মতি",
|
||
"mcpTab": "MCP অডিট",
|
||
"title": "কমপ্লায়েন্স অডিট",
|
||
"description": "কমপ্লায়েন্স অডিট লগ দ্বারা নথিভুক্ত নীতি, অ্যাক্সেস, প্রদানকারী এবং নিরাপত্তা ইভেন্ট।",
|
||
"eventType": "ইভেন্টের ধরন",
|
||
"eventTypePlaceholder": "অ্যাকশন বা ইভেন্টের ধরন অনুসারে ফিল্টার করুন",
|
||
"severity": "তীব্রতা",
|
||
"allSeverities": "সমস্ত তীব্রতা",
|
||
"info": "তথ্য",
|
||
"warning": "সতর্কতা",
|
||
"critical": "সমালোচনামূলক",
|
||
"sourceIp": "উৎস আইপি",
|
||
"userOrKey": "ব্যবহারকারী / কী",
|
||
"action": "অ্যাকশন",
|
||
"result": "ফলাফল",
|
||
"details": "বিস্তারিত",
|
||
"timestamp": "টাইমস্ট্যাম্প",
|
||
"from": "থেকে",
|
||
"to": "প্রতি",
|
||
"refresh": "রিফ্রেশ",
|
||
"export": "রপ্তানি",
|
||
"clearFilters": "ফিল্টার সাফ করুন",
|
||
"loading": "অডিট ইভেন্ট লোড হচ্ছে...",
|
||
"showing": "{total} ইভেন্টের মধ্যে {count} দেখানো হচ্ছে",
|
||
"policyViolation": "নীতি লঙ্ঘন",
|
||
"accessDenied": "অ্যাক্সেস অস্বীকার করা হয়েছে৷",
|
||
"injectionBlocked": "ইনজেকশন অবরুদ্ধ",
|
||
"noEvents": "কোনো কমপ্লায়েন্স ইভেন্ট রেকর্ড করা হয়নি।",
|
||
"failedFetch": "কমপ্লায়েন্স অডিট লগ আনতে ব্যর্থ হয়েছে৷",
|
||
"viewDetails": "বিস্তারিত দেখুন",
|
||
"closeDetails": "বিস্তারিত বন্ধ করুন",
|
||
"notAvailable": "—",
|
||
"system": "সিস্টেম",
|
||
"previous": "আগের",
|
||
"next": "পরবর্তী",
|
||
"mcpAudit": "MCP অডিট",
|
||
"mcpAuditDesc": "MCP সার্ভার দ্বারা রেকর্ড করা টুল কল অডিট এন্ট্রি।",
|
||
"failedFetchMcpAudit": "MCP অডিট লগ আনতে ব্যর্থ হয়েছে৷",
|
||
"tool": "টুল",
|
||
"toolPlaceholder": "টুলের নাম অনুসারে ফিল্টার করুন",
|
||
"duration": "সময়কাল",
|
||
"apiKey": "API কী",
|
||
"output": "আউটপুট",
|
||
"allResults": "সব ফলাফল",
|
||
"success": "সফলতা",
|
||
"failure": "ব্যর্থতা",
|
||
"noMcpEvents": "কোনো MCP অডিট ইভেন্ট রেকর্ড করা হয়নি।",
|
||
"a2aAudit": "A2A নিরীক্ষা",
|
||
"a2aAuditDesc": "A2A সার্ভার দ্বারা রেকর্ড করা টাস্ক এক্সিকিউশন অডিট ট্রেল।",
|
||
"a2aShowingTasks": "{total} কাজের মধ্যে {count} দেখানো হচ্ছে",
|
||
"a2aSkill": "দক্ষতা",
|
||
"a2aSkillPlaceholder": "দক্ষতার নাম অনুসারে ফিল্টার করুন",
|
||
"a2aState": "রাজ্য",
|
||
"a2aAllStates": "সব রাজ্য",
|
||
"a2aStateSubmitted": "জমা দেওয়া হয়েছে",
|
||
"a2aStateWorking": "কাজ করছে",
|
||
"a2aStateCompleted": "সম্পন্ন",
|
||
"a2aStateFailed": "ব্যর্থ হয়েছে",
|
||
"a2aStateCancelled": "বাতিল",
|
||
"a2aTaskId": "টাস্ক আইডি",
|
||
"a2aEvents": "ঘটনা",
|
||
"a2aArtifacts": "শিল্পকর্ম",
|
||
"a2aNoTasks": "কোনো A2A কাজ রেকর্ড করা হয়নি।",
|
||
"a2aLoadingTasks": "A2A কার্য লোড হচ্ছে..."
|
||
},
|
||
"themesPage": {
|
||
"title": "Themes",
|
||
"description": "Choose a preset theme or create your own with a single color",
|
||
"presetColors": "Popular colors",
|
||
"customTheme": "Custom theme",
|
||
"customThemeDesc": "Click create theme and pick one color",
|
||
"createTheme": "Create theme",
|
||
"activePreset": "Active theme"
|
||
},
|
||
"header": {
|
||
"logout": "Logout",
|
||
"language": "Language",
|
||
"providers": "Providers",
|
||
"providerDescription": "Manage your AI provider connections",
|
||
"combos": "Combos",
|
||
"comboDescription": "Model combos with fallback",
|
||
"usage": "Usage & Analytics",
|
||
"usageDescription": "Monitor your API usage, token consumption, and request logs",
|
||
"analytics": "Analytics",
|
||
"analyticsDescription": "Charts, trends, and evaluation insights",
|
||
"cliTools": "CLI Tools",
|
||
"cliToolsDescription": "Configure CLI tools",
|
||
"home": "Home",
|
||
"homeDescription": "Welcome to OmniRoute",
|
||
"endpoint": "Endpoints",
|
||
"endpointDescription": "Manage proxy endpoints, MCP, A2A, and API endpoints",
|
||
"mcp": "MCP",
|
||
"mcpDescription": "Model Context Protocol server management and tools",
|
||
"a2a": "A2A",
|
||
"a2aDescription": "Agent-to-Agent protocol tasks and observability",
|
||
"settings": "Settings",
|
||
"settingsDescription": "Manage your preferences",
|
||
"openaiCompatible": "OpenAI Compatible",
|
||
"anthropicCompatible": "Anthropic Compatible",
|
||
"media": "Media",
|
||
"mediaDescription": "Generate images, videos, and music",
|
||
"themes": "Themes",
|
||
"themesDescription": "Choose a color theme for the whole dashboard panel",
|
||
"costsDescription": "Track spending, analyze trends, and manage your AI budget across all providers",
|
||
"cacheDescription": "Monitor provider prompt cache efficiency and local semantic response reuse.",
|
||
"limitsDescription": "Configure rate limits and quotas per API key and provider",
|
||
"runtimeDescription": "Live runtime observability — circuit breakers, cooldowns, model lockouts, sessions and quota alerts",
|
||
"apiManagerDescription": "Manage API keys and access control for your OmniRoute instance",
|
||
"batchDescription": "Process large volumes of requests asynchronously with batched API calls",
|
||
"contextCavemanDescription": "Rule-based message compression, language packs, analytics and output mode controls.",
|
||
"contextRtkDescription": "Command-aware compression for tool output, terminal logs and build results.",
|
||
"contextCombosDescription": "Define how engines are combined for different routing scenarios.",
|
||
"changelogDescription": "Stay up to date with the latest platform features and announcements.",
|
||
"agentsDescription": "Manage and configure AI agent tools: Codex, Devin, Jules, and custom agents",
|
||
"cloudAgentsDescription": "Orchestrate cloud-based AI agents with live task tracking and plan approval",
|
||
"memoryDescription": "Persistent conversational memory with semantic search and FTS5 full-text indexing",
|
||
"skillsDescription": "Install and manage sandbox skills for automated prompt and tool execution",
|
||
"agentSkillsDescription": "Agent-ready skills catalog with one-click URL copy for AI client integration",
|
||
"translatorDescription": "Translate and test prompts across API formats: OpenAI ↔ Claude ↔ Gemini",
|
||
"playgroundDescription": "Test prompts interactively with live provider responses and format inspection",
|
||
"searchToolsDescription": "Search analytics, provider breakdown, cache hit rates, and cost tracking",
|
||
"logsDescription": "Real-time request logs, error traces, and streaming event inspector",
|
||
"auditDescription": "Compliance audit trail of API key usage, MCP tool calls, and policy events",
|
||
"webhooksDescription": "Configure webhook endpoints to receive real-time event notifications",
|
||
"healthDescription": "System health overview: providers, circuit breakers, rate limits, and database",
|
||
"proxyDescription": "Configure upstream proxy settings for outbound provider connections",
|
||
"apiEndpointsDescription": "Manage custom API endpoint configurations and routing overrides",
|
||
"batchFilesDescription": "Browse and manage batch job output files and results",
|
||
"analyticsEvalsDescription": "Model evaluation results and performance benchmarks",
|
||
"analyticsSearchDescription": "Search query analytics, cache hit rates, and cost tracking",
|
||
"analyticsUtilizationDescription": "Provider utilization metrics and capacity planning",
|
||
"analyticsComboHealthDescription": "Real-time health and performance of combo routing configurations",
|
||
"analyticsCompressionDescription": "Context compression analytics and token savings",
|
||
"costsBudgetDescription": "Budget limits and spending alerts per API key and provider",
|
||
"costsPricingDescription": "Custom pricing configuration for token cost calculations",
|
||
"logsProxyDescription": "Upstream proxy request logs and traffic inspection",
|
||
"logsConsoleDescription": "Application console output and debug logs",
|
||
"logsActivityDescription": "Audit trail of user actions and system events",
|
||
"auditMcpDescription": "MCP tool invocation audit trail and compliance records",
|
||
"auditA2a": "A2A নিরীক্ষা",
|
||
"auditA2aDescription": "A2A টাস্ক এক্সিকিউশন অডিট ট্রেইল, স্টেট ট্রানজিশন, এবং স্কিল ইনভোকেশন রেকর্ড",
|
||
"settingsGeneralDescription": "Storage, database, and general instance configuration",
|
||
"settingsAppearanceDescription": "Theme, branding, and visual customization",
|
||
"settingsAiDescription": "AI behaviors, thinking budgets, vision, and memory settings",
|
||
"settingsSecurityDescription": "Authentication, authorization, and access control settings",
|
||
"featureFlags": "বৈশিষ্ট্য পতাকা",
|
||
"featureFlagsDescription": "নিয়ন্ত্রণ সিস্টেম ক্ষমতা এবং পরীক্ষামূলক বৈশিষ্ট্য",
|
||
"featureFlagsActive": "{count} সক্রিয়",
|
||
"featureFlagsInactive": "{count} নিষ্ক্রিয়",
|
||
"featureFlagsOverrides": "{count} DB ওভাররাইড করে",
|
||
"featureFlagsSearch": "পতাকা অনুসন্ধান করুন...",
|
||
"featureFlagsCategoryAll": "সব",
|
||
"featureFlagsCategorySecurity": "নিরাপত্তা",
|
||
"featureFlagsCategoryNetwork": "নেটওয়ার্ক",
|
||
"featureFlagsCategoryPolicies": "নীতিমালা",
|
||
"featureFlagsCategoryRuntime": "রানটাইম",
|
||
"featureFlagsCategoryCli": "সিএলআই",
|
||
"featureFlagsCategoryHealth": "স্বাস্থ্য",
|
||
"featureFlagsSourceDb": "ডিবি",
|
||
"featureFlagsSourceEnv": "ENV",
|
||
"featureFlagsSourceDefault": "ডিইএফ",
|
||
"featureFlagsReset": "রিসেট করুন",
|
||
"featureFlagsResetAll": "সমস্ত ওভাররাইড রিসেট করুন",
|
||
"featureFlagsResetAllConfirm": "আপনি কি সমস্ত বৈশিষ্ট্য ফ্ল্যাগ ওভাররাইড রিসেট করার বিষয়ে নিশ্চিত? এটি সমস্ত পতাকাকে তাদের ENV বা ডিফল্ট মানগুলিতে ফিরিয়ে দেবে।",
|
||
"featureFlagsRestartRequired": "আবেদন করার জন্য পুনরায় চালু করতে হবে",
|
||
"featureFlagsNoResults": "কোনো পতাকা আপনার অনুসন্ধানের সাথে মেলে না",
|
||
"featureFlagsSaved": "পতাকা আপডেট করা হয়েছে",
|
||
"featureFlagsError": "পতাকা আপডেট করতে ব্যর্থ হয়েছে৷",
|
||
"settingsRoutingDescription": "Routing rules, model aliases, combo defaults, and degradation settings",
|
||
"settingsResilienceDescription": "Circuit breaker, retry, and fallback configuration",
|
||
"settingsAdvancedDescription": "Advanced payload rules, request limits, and proxy API settings",
|
||
"mitmProxyDescription": "Configure MITM proxy settings for traffic inspection and debugging",
|
||
"oneProxyDescription": "Configure 1Proxy settings for advanced proxy chaining"
|
||
},
|
||
"home": {
|
||
"quickStart": "Quick Start",
|
||
"quickStartDesc": "Get up and running in 4 steps. Connect providers, route models, monitor everything.",
|
||
"fullDocs": "Full Docs",
|
||
"step1Title": "1. Create API key",
|
||
"step1Desc": "Go to <endpoint>Endpoint</endpoint> -> Registered Keys. Generate one key per environment.",
|
||
"step2Title": "2. Connect providers",
|
||
"step2Desc": "Add accounts in <providers>Providers</providers>. Supports OAuth, API Key, and free tiers.",
|
||
"step3Title": "3. Point your client",
|
||
"step3Desc": "Set base URL to {url} in your IDE or API client.",
|
||
"step4Title": "4. Monitor & optimize",
|
||
"step4Desc": "Track tokens, cost and errors in <logs>Request Logs</logs> and <analytics>Analytics</analytics>.",
|
||
"providersOverview": "Providers Overview",
|
||
"configuredOf": "{configured} configured of {total} available providers",
|
||
"noModelsAvailable": "No models available for this provider.",
|
||
"noProvidersConfigured": "এখনও কোন প্রদানকারী কনফিগার করা হয়নি",
|
||
"addProvider": "একটি প্রদানকারী যোগ করুন",
|
||
"configureFirst": "Configure a connection first in {providers}",
|
||
"configureProvider": "Configure Provider",
|
||
"modelAvailable": "{count} model available",
|
||
"modelsAvailable": "{count} models available",
|
||
"connectionsActive": "{count} connection active",
|
||
"connectionsActivePlural": "{count} connections active",
|
||
"copyModelName": "Copy model name",
|
||
"documentation": "Documentation",
|
||
"healthMonitor": "Health Monitor",
|
||
"reportIssue": "Report issue",
|
||
"activeError": "{active} active · {errors} error",
|
||
"oauthLabel": "OAuth",
|
||
"apiKeyLabel": "API Key",
|
||
"requestsShort": "{count} reqs",
|
||
"providerModelsTitle": "{provider} - Models",
|
||
"copiedModel": "Copied: {model}",
|
||
"aliasLabel": "alias",
|
||
"updateNow": "Update Now",
|
||
"updating": "Updating...",
|
||
"updateAvailableDesc": "A new version is available. Click to update.",
|
||
"updateStarted": "Update started...",
|
||
"reloadingPageAutomatically": "স্বয়ংক্রিয়ভাবে পৃষ্ঠা পুনরায় লোড হচ্ছে...",
|
||
"providerTopology": "প্রদানকারী টপোলজি"
|
||
},
|
||
"analytics": {
|
||
"title": "Analytics",
|
||
"usageAnalyticsTitle": "__MISSING__:Usage Analytics",
|
||
"diversityScoreTitle": "প্রদানকারী বৈচিত্র্য",
|
||
"diversityScoreDesc": "__MISSING__:Provider concentration snapshot for the recent traffic window.",
|
||
"diversityShannonEntropy": "__MISSING__:Shannon entropy",
|
||
"diversityWindow": "__MISSING__:Window: {count} reqs · Last {mins} mins",
|
||
"diversityHealthy": "__MISSING__:Healthy Distribution",
|
||
"diversityRiskHigh": "__MISSING__:High Vendor Lock-in Risk",
|
||
"diversityRiskModerate": "__MISSING__:Moderate Distribution",
|
||
"diversityScoreLabel": "__MISSING__:score",
|
||
"diversityHigherExplanation": "__MISSING__:Higher values mean traffic is spread across multiple providers.",
|
||
"diversityNoData": "__MISSING__:No recent usage data available.",
|
||
"chartRequests": "__MISSING__:Requests",
|
||
"chartInput": "__MISSING__:Input",
|
||
"chartOutput": "__MISSING__:Output",
|
||
"chartTotal": "__MISSING__:Total",
|
||
"chartCost": "__MISSING__:Cost",
|
||
"chartShare": "__MISSING__:Share",
|
||
"chartServiceTier": "__MISSING__:Service Tier",
|
||
"chartServiceTierSplit": "__MISSING__:Fast / Standard cost split",
|
||
"chartCostPct": "__MISSING__:{pct}% of cost",
|
||
"chartUsageDetail": "__MISSING__:Usage Detail",
|
||
"chartCacheRead": "__MISSING__:Cache read",
|
||
"chartCostByProvider": "__MISSING__:Cost by Provider",
|
||
"chartNoCostData": "__MISSING__:No cost data",
|
||
"chartModelUsageOverTime": "__MISSING__:Model Usage Over Time",
|
||
"chartNoData": "__MISSING__:No data",
|
||
"chartWeekly": "__MISSING__:Weekly",
|
||
"chartModelBreakdown": "__MISSING__:Model Breakdown",
|
||
"chartModel": "__MISSING__:Model",
|
||
"chartProvider": "__MISSING__:Provider",
|
||
"chartProviderBreakdown": "__MISSING__:Provider Breakdown",
|
||
"filterAllKeys": "__MISSING__:All Keys",
|
||
"filterSearchKeys": "__MISSING__:Search keys…",
|
||
"filterNoKeysMatch": "__MISSING__:No keys match",
|
||
"filterOneKey": "__MISSING__:1 key",
|
||
"filterMultipleKeys": "__MISSING__:{count} keys",
|
||
"rangeToday": "__MISSING__:Today",
|
||
"rangeYesterday": "__MISSING__:Yesterday",
|
||
"rangeLast3Days": "__MISSING__:Last 3 days",
|
||
"rangeThisWeek": "__MISSING__:This week",
|
||
"rangeLast14Days": "__MISSING__:Last 14 days",
|
||
"rangeThisMonth": "__MISSING__:This month",
|
||
"rangeQuickSelect": "__MISSING__:Quick Select",
|
||
"rangeStart": "__MISSING__:Start",
|
||
"rangeEnd": "__MISSING__:End",
|
||
"rangeCancel": "__MISSING__:Cancel",
|
||
"rangeApply": "__MISSING__:Apply",
|
||
"rangeErrorInvalid": "__MISSING__:Start must be before end",
|
||
"period1D": "__MISSING__:1D",
|
||
"period7D": "__MISSING__:7D",
|
||
"period30D": "__MISSING__:30D",
|
||
"period90D": "__MISSING__:90D",
|
||
"periodYTD": "__MISSING__:YTD",
|
||
"periodAll": "__MISSING__:All",
|
||
"totalTokens": "__MISSING__:Total Tokens",
|
||
"inputTokens": "__MISSING__:Input Tokens",
|
||
"outputTokens": "__MISSING__:Output Tokens",
|
||
"estCost": "__MISSING__:Est. Cost",
|
||
"infraTitle": "__MISSING__:Infrastructure",
|
||
"infraAccounts": "__MISSING__:Accounts",
|
||
"infraProviders": "__MISSING__:Providers",
|
||
"infraApiKeys": "__MISSING__:API Keys",
|
||
"infraModels": "__MISSING__:Models",
|
||
"perfTitle": "__MISSING__:Performance",
|
||
"perfAvgTokens": "__MISSING__:Avg Tokens/Req",
|
||
"perfCostReq": "__MISSING__:Cost/Req",
|
||
"perfIoRatio": "__MISSING__:I/O Ratio",
|
||
"perfFastReq": "__MISSING__:Fast Requests",
|
||
"highlightsTitle": "__MISSING__:Highlights",
|
||
"highlightsTopModel": "__MISSING__:Top Model",
|
||
"highlightsTopProvider": "__MISSING__:Top Provider",
|
||
"highlightsBusiestDay": "__MISSING__:Busiest Day",
|
||
"highlightsDiversity": "__MISSING__:Diversity",
|
||
"highlightsFallbackRate": "__MISSING__:Fallback Rate",
|
||
"customRange": "__MISSING__:Custom",
|
||
"overviewDescription": "Monitor your API usage patterns, token consumption, costs, and activity trends across all providers and models.",
|
||
"evalsDescription": "Run evaluation suites to test and validate your LLM endpoints. Compare model quality, detect regressions, and benchmark latency.",
|
||
"overview": "Overview",
|
||
"evals": "Evals",
|
||
"utilization": "Utilization",
|
||
"utilizationDescription": "Provider quota usage trends and rate limit tracking",
|
||
"modelStatus": "Model Status",
|
||
"modelStatusCooldown": "Cooldown",
|
||
"modelStatusUnavailable": "Unavailable",
|
||
"modelStatusError": "Error",
|
||
"comboHealth": "Combo Health",
|
||
"comboHealthDescription": "Combo-level quota, usage distribution, and performance metrics",
|
||
"compressionAnalyticsTitle": "Compression",
|
||
"compressionAnalyticsDescription": "Compression analytics - token savings, mode breakdown, and provider stats.",
|
||
"autoRoutingTotalAutoRequests": "মোট স্বয়ংক্রিয় অনুরোধ",
|
||
"autoRoutingAvgSelectionScore": "গড় নির্বাচন স্কোর",
|
||
"autoRoutingExplorationRate": "অন্বেষণ হার",
|
||
"autoRoutingLkgpHitRate": "এলকেজিপি হিট রেট",
|
||
"autoRoutingRequestsByVariant": "ভেরিয়েন্ট দ্বারা অনুরোধ",
|
||
"autoRoutingTopRoutedProviders": "শীর্ষ রাউটেড প্রদানকারী",
|
||
"comboHealthWorstQuotaLeft": "সবচেয়ে খারাপ কোটা বাকি",
|
||
"comboHealthUsageSkew": "ব্যবহার তির্যক",
|
||
"comboHealthSuccessRate": "সাফল্যের হার",
|
||
"comboHealthQuotaHealth": "কোটা স্বাস্থ্য",
|
||
"comboHealthRequests": "অনুরোধ",
|
||
"comboHealthTokens": "টোকেন",
|
||
"comboHealthAvgLatency": "গড় বিলম্ব",
|
||
"comboHealthTotalRequests": "মোট অনুরোধ",
|
||
"comboHealthExecutionTargets": "মৃত্যুদন্ড লক্ষ্যমাত্রা",
|
||
"comboHealthSuccess": "সফলতা",
|
||
"comboHealthLatency": "লেটেন্সি",
|
||
"comboHealthQuota": "কোটা",
|
||
"comboHealthTitle": "কম্বো স্বাস্থ্য",
|
||
"comboHealthUnableToLoad": "কম্বো স্বাস্থ্য লোড করতে অক্ষম",
|
||
"comboHealthGettingStarted": "শুরু হচ্ছে",
|
||
"compressionAnalyticsTotalRequests": "মোট অনুরোধ",
|
||
"compressionAnalyticsTokensSaved": "টোকেন সংরক্ষিত",
|
||
"compressionAnalyticsAvgSavings": "গড় সঞ্চয়",
|
||
"compressionAnalyticsAvgDuration": "গড় সময়কাল",
|
||
"compressionAnalyticsReceipts": "রসিদ",
|
||
"compressionAnalyticsFallbacks": "ফলব্যাকস",
|
||
"compressionAnalyticsPromptTokens": "প্রম্পট টোকেন",
|
||
"compressionAnalyticsCompletionTokens": "সমাপ্তির টোকেন",
|
||
"compressionAnalyticsTotalTokens": "মোট টোকেন",
|
||
"compressionAnalyticsCacheTokens": "ক্যাশে টোকেন",
|
||
"compressionAnalyticsNoDataYet": "এখনও কোন কম্প্রেশন ডেটা নেই",
|
||
"searchAnalyticsTotalSearches": "মোট অনুসন্ধান",
|
||
"searchAnalyticsCacheHitRate": "ক্যাশে হিট রেট",
|
||
"searchAnalyticsTotalCost": "মোট খরচ",
|
||
"searchAnalyticsAvgResponse": "গড় প্রতিক্রিয়া",
|
||
"searchAnalyticsNoSearchesYet": "এখনও কোন অনুসন্ধান",
|
||
"providerUtilizationTitle": "প্রদানকারীর ব্যবহার",
|
||
"providerUtilizationFailedToLoad": "ব্যবহার ডেটা লোড করতে ব্যর্থ হয়েছে৷",
|
||
"providerUtilizationNoData": "কোন ব্যবহার তথ্য উপলব্ধ",
|
||
"providerUtilizationGettingStarted": "শুরু হচ্ছে",
|
||
"providerUtilizationLatestSnapshot": "সর্বশেষ কোটার স্ন্যাপশট",
|
||
"providerUtilizationRemainingCapacity": "অবশিষ্ট ক্ষমতা"
|
||
},
|
||
"apiManager": {
|
||
"title": "API Keys",
|
||
"createKey": "Create API Key",
|
||
"key": "Key",
|
||
"revokeKey": "Revoke Key",
|
||
"revokeConfirm": "Are you sure you want to revoke this API key?",
|
||
"noKeys": "No API keys yet",
|
||
"noKeysDesc": "Create your first API key to authenticate requests to your endpoint",
|
||
"keyLabel": "Key Label",
|
||
"permissions": "Permissions",
|
||
"expiresAt": "Expires",
|
||
"never": "Never",
|
||
"revoke": "Revoke",
|
||
"showKey": "Show Key",
|
||
"hideKey": "Hide Key",
|
||
"copyKey": "Copy API Key",
|
||
"allModels": "All models",
|
||
"selectedModels": "Selected Models",
|
||
"readOnly": "Read Only",
|
||
"fullAccess": "Full Access",
|
||
"keyManagement": "API Key Management",
|
||
"keyManagementDesc": "Create and manage API keys for authenticating requests to your endpoint",
|
||
"totalKeys": "Total Keys",
|
||
"restricted": "Restricted",
|
||
"totalRequests": "Total Requests",
|
||
"modelsAvailable": "Models Available",
|
||
"registeredKeys": "Registered Keys",
|
||
"keysRegistered": "{count} keys registered",
|
||
"keyRegistered": "{count} key registered",
|
||
"keysSecurityNote": "Each key isolates usage tracking and can be revoked independently. Keys are masked after creation for security.",
|
||
"createFirstKey": "Create Your First Key",
|
||
"name": "Name",
|
||
"usage": "Usage",
|
||
"created": "Created",
|
||
"actions": "Actions",
|
||
"reqs": "reqs",
|
||
"neverUsed": "Never used",
|
||
"deleteConfirm": "Delete this API key?",
|
||
"usageTips": "Usage Tips",
|
||
"tipAuth": "Use API keys in the Authorization header as Bearer YOUR_KEY",
|
||
"tipSecure": "Keys are only shown once during creation — store them securely",
|
||
"tipSeparate": "Create separate keys for different clients or environments",
|
||
"tipRestrict": "Restrict keys to specific models for better security and cost control",
|
||
"keyName": "Key Name",
|
||
"keyNamePlaceholder": "e.g., Production Key, Development Key",
|
||
"keyNameDesc": "Choose a descriptive name to identify this key's purpose",
|
||
"managementAccessDesc": "__MISSING__:Allow this API key to manage OmniRoute configuration.",
|
||
"keyCreated": "API Key Created",
|
||
"keyCreatedSuccess": "Key created successfully!",
|
||
"keyCreatedNote": "Copy and store this key now — it won't be shown again.",
|
||
"done": "Done",
|
||
"savePermissions": "Save Permissions",
|
||
"autoResolve": "Auto-Resolve",
|
||
"autoResolveDesc": "Auto-resolve ambiguous model names to native provider for this API key.",
|
||
"keyActive": "Key Active",
|
||
"keyActiveDesc": "Enable or disable this API key. Disabled keys are immediately rejected with 403.",
|
||
"accessSchedule": "Access Schedule",
|
||
"accessScheduleDesc": "Restrict access to specific hours and days of the week.",
|
||
"scheduleFrom": "From",
|
||
"scheduleUntil": "Until",
|
||
"scheduleDays": "Days",
|
||
"scheduleTimezone": "Timezone",
|
||
"scheduleTimezoneHint": "Use IANA timezone names, e.g. America/New_York, Europe/Berlin",
|
||
"scheduleActive": "Schedule",
|
||
"disabled": "Disabled",
|
||
"daySun": "Sun",
|
||
"dayMon": "Mon",
|
||
"dayTue": "Tue",
|
||
"dayWed": "Wed",
|
||
"dayThu": "Thu",
|
||
"dayFri": "Fri",
|
||
"daySat": "Sat",
|
||
"allowAll": "Allow All",
|
||
"restrict": "Restrict",
|
||
"allowAllInfo": "This key can access all available models.",
|
||
"restrictInfo": "This key can access {selected} of {total} models.",
|
||
"selected": "{count} selected",
|
||
"all": "All",
|
||
"clear": "Clear",
|
||
"searchModels": "Search models by name or provider...",
|
||
"noModelsFound": "No models found",
|
||
"keyNameRequired": "Key name is required",
|
||
"keyNameTooLong": "Key name must be {max} characters or less",
|
||
"keyNameInvalid": "Key name can only contain letters, numbers, spaces, hyphens, and underscores",
|
||
"invalidKeyName": "Invalid key name",
|
||
"failedCreateKey": "Failed to create key",
|
||
"failedCreateKeyRetry": "Failed to create key. Please try again.",
|
||
"invalidKeyId": "Invalid key ID",
|
||
"failedDeleteKey": "Failed to delete key",
|
||
"failedDeleteKeyRetry": "Failed to delete key. Please try again.",
|
||
"invalidModelsSelection": "Invalid models selection",
|
||
"cannotSelectMoreThanModels": "Cannot select more than {max} models",
|
||
"failedUpdatePermissions": "Failed to update permissions",
|
||
"failedUpdatePermissionsRetry": "Failed to update permissions. Please try again.",
|
||
"unknownProvider": "unknown",
|
||
"copyMaskedKey": "Copy masked key",
|
||
"keyOnlyAvailableAtCreation": "Full key available only at creation time — copy it when you first create the key",
|
||
"modelsCount": "{count, plural, one {# model} other {# models}}",
|
||
"lastUsedOn": "Last: {date}",
|
||
"editPermissions": "Edit permissions",
|
||
"deleteKey": "Delete key",
|
||
"regenerateKey": "কী পুনরায় তৈরি করুন",
|
||
"regenerateConfirm": "আপনি কি এই API কী পুনরায় তৈরি করতে চান? পুরানো কী অবিলম্বে অকার্যকর করা হবে.",
|
||
"failedRegenerateKey": "API কী পুনরায় তৈরি করতে ব্যর্থ হয়েছে৷",
|
||
"failedRegenerateKeyRetry": "API কী পুনরায় তৈরি করতে ব্যর্থ হয়েছে৷ আবার চেষ্টা করুন.",
|
||
"model": "{count} model",
|
||
"models": "{count} models",
|
||
"permissionsTitle": "Permissions: {name}",
|
||
"allowAllDesc": "This key can access all available models.",
|
||
"restrictDesc": "This key can access {selectedCount} of {totalModels} models.",
|
||
"selectedCount": "{count} selected",
|
||
"maxActiveSessions": "সর্বোচ্চ সক্রিয় অধিবেশন",
|
||
"apiManagerCustomRateLimits": "কাস্টম হার সীমা",
|
||
"apiManagerCustomRateLimitsDesc": "বিশ্বব্যাপী ডিফল্ট সীমা ওভাররাইড করুন। ডিফল্ট ব্যবহার করতে খালি ছেড়ে দিন।",
|
||
"apiManagerRateLimitRequestsPlaceholder": "অনুরোধ",
|
||
"apiManagerRateLimitReqPer": "অনুরোধ /",
|
||
"apiManagerRateLimitSecondsPlaceholder": "সেকেন্ড",
|
||
"apiManagerRemoveLimitTitle": "সীমা সরান",
|
||
"apiManagerTimezonePlaceholder": "আমেরিকা/সাও_পাওলো",
|
||
"noLogPayloadPrivacy": "নো-লগ পেলোড গোপনীয়তা",
|
||
"bannedStatus": "নিষিদ্ধ স্ট্যাটাস",
|
||
"managementApiAccess": "ব্যবস্থাপনা API অ্যাক্সেস",
|
||
"expirationDate": "মেয়াদ শেষ হওয়ার তারিখ",
|
||
"managementAccess": "ব্যবস্থাপনা অ্যাক্সেস",
|
||
"allowedConnections": "অনুমোদিত সংযোগ",
|
||
"searchPlaceholder": "__MISSING__:Search by name or token...",
|
||
"activeOnly": "__MISSING__:Active only",
|
||
"filterStatus": "__MISSING__:STATUS",
|
||
"filterType": "__MISSING__:TYPE",
|
||
"filterAll": "__MISSING__:All",
|
||
"filterStatusActive": "__MISSING__:Active",
|
||
"filterStatusDisabled": "__MISSING__:Disabled",
|
||
"filterStatusBanned": "__MISSING__:Banned",
|
||
"filterStatusExpired": "__MISSING__:Expired",
|
||
"filterTypeStandard": "__MISSING__:Standard",
|
||
"filterTypeManage": "__MISSING__:Manage",
|
||
"filterTypeRestricted": "__MISSING__:Restricted",
|
||
"shownOf": "__MISSING__:{shown} of {total} shown",
|
||
"emptyFilterTitle": "__MISSING__:No keys match your filters",
|
||
"emptyFilterClear": "__MISSING__:Clear filters",
|
||
"endpointRestrictions": "Allowed Endpoints",
|
||
"allEndpointsAllowed": "This key can access all API endpoints.",
|
||
"endpointsRestricted": "Restricted to {count} endpoint{count, plural, one {} other {s}}."
|
||
},
|
||
"auditLog": {
|
||
"title": "Audit Log",
|
||
"searchPlaceholder": "Search actions...",
|
||
"action": "Action",
|
||
"actor": "Actor",
|
||
"target": "Target",
|
||
"ipAddress": "IP Address",
|
||
"timestamp": "Timestamp",
|
||
"noEntries": "No audit entries found",
|
||
"filterByAction": "Filter by action...",
|
||
"filterByActor": "Filter by actor...",
|
||
"filterEntriesAria": "Filter audit log entries",
|
||
"filterByActionTypeAria": "Filter by action type",
|
||
"filterByActorAria": "Filter by actor",
|
||
"refreshAuditLogAria": "Refresh audit log",
|
||
"tableAria": "Audit log entries",
|
||
"failedFetchAuditLog": "Failed to fetch audit log",
|
||
"notAvailable": "—",
|
||
"description": "Administrative actions and security events",
|
||
"showing": "Showing {count} entries (offset {offset})",
|
||
"previous": "Previous"
|
||
},
|
||
"media": {
|
||
"title": "Media Playground",
|
||
"subtitle": "Generate images, videos, and music",
|
||
"model": "Model",
|
||
"prompt": "Prompt",
|
||
"generate": "Generate",
|
||
"generating": "Generating...",
|
||
"loadingModels": "Loading available models...",
|
||
"noModels": "No models available. Configure providers with media capabilities first.",
|
||
"error": "Generation Failed",
|
||
"result": "Result",
|
||
"imageDescription": "Generate images from text prompts using OpenAI, xAI, Together, Hyperbolic, SD WebUI, ComfyUI and more.",
|
||
"videoDescription": "Create videos with AnimateDiff, Stable Video Diffusion via ComfyUI or SD WebUI.",
|
||
"musicDescription": "Compose music using Stable Audio Open or MusicGen via ComfyUI.",
|
||
"kinds": {
|
||
"embedding": "__MISSING__:Embedding",
|
||
"image": "__MISSING__:Image",
|
||
"imageToText": "__MISSING__:Image to Text",
|
||
"tts": "__MISSING__:Text to Speech",
|
||
"stt": "__MISSING__:Speech to Text",
|
||
"webSearch": "__MISSING__:Web Search",
|
||
"webFetch": "__MISSING__:Web Fetch",
|
||
"video": "__MISSING__:Video",
|
||
"music": "__MISSING__:Music"
|
||
},
|
||
"noProviders": "__MISSING__:No providers configured for this kind yet.",
|
||
"addConnection": "__MISSING__:Add Connection",
|
||
"backToProviders": "__MISSING__:Back to Providers",
|
||
"connections": "__MISSING__:{count} Connections",
|
||
"noConnections": "__MISSING__:No connections yet — add one from the provider page.",
|
||
"loading": "__MISSING__:Loading..."
|
||
},
|
||
"search": {
|
||
"searchQuery": "Search Query",
|
||
"searchResults": "Search Results",
|
||
"cachedResult": "Cached",
|
||
"searchCost": "Cost",
|
||
"searchTools": "Search Tools",
|
||
"searchToolsDesc": "Advanced search testing with provider comparison",
|
||
"compareProviders": "Compare Providers",
|
||
"rerankResults": "Rerank Results",
|
||
"searchHistory": "Search History",
|
||
"urlOverlap": "URL Overlap",
|
||
"noSearchProviders": "No search providers configured. Add providers in Settings.",
|
||
"noRerankModels": "No rerank model available",
|
||
"webSearch": "Web Search",
|
||
"provider": "Provider",
|
||
"searchType": "Search Type",
|
||
"maxResults": "Max Results",
|
||
"filters": "Filters",
|
||
"country": "Country",
|
||
"language": "Language",
|
||
"timeRange": "Time Range",
|
||
"includeDomains": "Include Domains",
|
||
"excludeDomains": "Exclude Domains",
|
||
"safeSearch": "Safe Search",
|
||
"safeSearchOff": "Off",
|
||
"safeSearchModerate": "Moderate",
|
||
"safeSearchStrict": "Strict",
|
||
"queryPlaceholder": "Enter search query...",
|
||
"providerAuto": "auto (cheapest)",
|
||
"searchTypeWeb": "web",
|
||
"searchTypeNews": "news",
|
||
"optionAny": "any",
|
||
"timeRangeDay": "Past day",
|
||
"timeRangeWeek": "Past week",
|
||
"timeRangeMonth": "Past month",
|
||
"timeRangeYear": "Past year",
|
||
"domainPlaceholder": "example.com",
|
||
"requestTimedOut": "Request timed out ({seconds}s)",
|
||
"networkError": "Network error",
|
||
"formatted": "Formatted",
|
||
"rawJson": "JSON",
|
||
"cacheMiss": "cache miss",
|
||
"cacheHit": "cache hit",
|
||
"latency": "Latency",
|
||
"cost": "Cost",
|
||
"results": "Results",
|
||
"rerank": "Rerank",
|
||
"rerankModel": "Rerank Model",
|
||
"positionDelta": "Position Change",
|
||
"emptyState": "Send a search query to see results",
|
||
"copy": "কপি",
|
||
"resetToDefault": "ডিফল্টে রিসেট করুন"
|
||
},
|
||
"cliTools": {
|
||
"title": "CLI Tools",
|
||
"noActiveProviders": "No active providers",
|
||
"noActiveProvidersDesc": "Please add and connect providers first to configure CLI tools.",
|
||
"mapModels": "Map Models",
|
||
"testConnection": "Test Connection",
|
||
"connectionStatus": "Connection Status",
|
||
"configureEndpoint": "Configure Endpoint",
|
||
"instructions": "Instructions",
|
||
"modelMapping": "Model Mapping",
|
||
"baseUrl": "Base URL",
|
||
"apiKey": "API Key",
|
||
"configured": "Configured",
|
||
"notConfigured": "Not configured",
|
||
"notInstalled": "Not installed",
|
||
"custom": "Custom",
|
||
"unknown": "Unknown",
|
||
"lastSavedAt": "Last saved: {date}",
|
||
"never": "Never",
|
||
"justNow": "just now",
|
||
"minutesAgoShort": "{count}m ago",
|
||
"hoursAgoShort": "{count}h ago",
|
||
"daysAgoShort": "{count}d ago",
|
||
"monthsAgoShort": "{count}mo ago",
|
||
"yearsAgoShort": "{count}y ago",
|
||
"runtimeCheckFailed": "Runtime check failed",
|
||
"yourApiKeyPlaceholder": "your-api-key",
|
||
"modelPlaceholder": "provider/model-id",
|
||
"configurationSaved": "Configuration saved successfully.",
|
||
"failedToSave": "Failed to save configuration.",
|
||
"noApiKeysCreateOne": "No API keys - Create one in Keys page",
|
||
"defaultOmnirouteKey": "sk_omniroute (default)",
|
||
"selectModel": "Select Model",
|
||
"selectModelForAlias": "Select model for {alias}",
|
||
"selectModelForTool": "Select Model for {tool}",
|
||
"select": "Select",
|
||
"clear": "Clear",
|
||
"comingSoon": "Coming soon",
|
||
"checkingRuntime": "Checking runtime status...",
|
||
"guideOnlyIntegration": "Guide-only integration (no local runtime required)",
|
||
"cliRuntimeDetected": "CLI runtime detected and ready",
|
||
"cliFoundNotRunnable": "CLI found but not runnable{reason}",
|
||
"cliRuntimeNotDetected": "CLI runtime not detected",
|
||
"binary": "Binary",
|
||
"configPath": "Config path",
|
||
"configPathShort": "Config",
|
||
"failedCheckRuntimeStatus": "Failed to check runtime status.",
|
||
"copy": "Copy",
|
||
"copied": "Copied",
|
||
"copyConfig": "Copy Config",
|
||
"saveConfig": "Save Config",
|
||
"selectionSaved": "Selection saved",
|
||
"guide": "Guide",
|
||
"detected": "Detected",
|
||
"notReady": "Not ready",
|
||
"active": "Active",
|
||
"inactive": "Inactive",
|
||
"startMitm": "Start MITM",
|
||
"stopMitm": "Stop MITM",
|
||
"mitmStarted": "MITM started successfully!",
|
||
"mitmStopped": "MITM stopped successfully!",
|
||
"failedStart": "Failed to start MITM",
|
||
"failedStop": "Failed to stop MITM",
|
||
"saveMappings": "Save Mappings",
|
||
"mappingsSaved": "Mappings saved!",
|
||
"failedSaveMappings": "Failed to save mappings",
|
||
"howItWorks": "How it works:",
|
||
"antigravityHowWorksDesc": "Antigravity sends requests to Google's endpoint. MITM intercepts and redirects them to OmniRoute.",
|
||
"antigravityStep1": "1. Start MITM to route requests through OmniRoute.",
|
||
"antigravityStep2Prefix": "2. Add",
|
||
"antigravityStep2Suffix": "to your hosts file as 127.0.0.1.",
|
||
"antigravityStep3": "3. Open Antigravity and requests will be proxied.",
|
||
"mitmHowWorksDesc": "{toolName} sends requests to its provider endpoint. MITM intercepts and redirects them to OmniRoute.",
|
||
"mitmStep1": "1. Start MITM to route requests through OmniRoute.",
|
||
"mitmStep2Prefix": "2. Add",
|
||
"mitmStep2Suffix": "to your hosts file as 127.0.0.1.",
|
||
"mitmStep3": "3. Open {toolName} and requests will be proxied.",
|
||
"sudoPasswordRequiredTitle": "Sudo Password Required",
|
||
"sudoPasswordHint": "Administrator password is required to modify hosts file and system proxy settings.",
|
||
"enterSudoPassword": "Enter sudo password",
|
||
"sudoPasswordRequiredError": "Sudo password is required.",
|
||
"cancel": "Cancel",
|
||
"confirm": "Confirm",
|
||
"settingsApplied": "Settings applied successfully!",
|
||
"failedApplySettings": "Failed to apply settings",
|
||
"settingsReset": "Settings reset successfully!",
|
||
"failedResetSettings": "Failed to reset settings",
|
||
"backupRestored": "Backup restored!",
|
||
"failedRestore": "Failed to restore",
|
||
"checkingCli": "Checking {tool} CLI...",
|
||
"cliNotRunnable": "{tool} CLI installed but not runnable",
|
||
"cliNotInstalled": "{tool} CLI not installed",
|
||
"cliNotDetected": "{tool} CLI not detected",
|
||
"cliDetectedReady": "{tool} CLI detected and ready",
|
||
"cliFoundFailedHealthcheck": "{tool} CLI was found but failed runtime healthcheck{reason}.",
|
||
"installCliPrompt": "Please install {tool} CLI to use this feature.",
|
||
"installCodexPrompt": "Please install Codex CLI to use auto-apply feature.",
|
||
"hide": "Hide",
|
||
"howToInstall": "How to Install",
|
||
"installationGuide": "Installation Guide",
|
||
"platforms": "macOS / Linux / Windows:",
|
||
"afterInstallationRun": "After installation, run",
|
||
"toVerify": "to verify.",
|
||
"current": "Current",
|
||
"baseUrlPlaceholder": "https://.../v1",
|
||
"resetToDefault": "Reset to default",
|
||
"providerModelPlaceholder": "provider/model-id",
|
||
"apply": "Apply",
|
||
"reset": "Reset",
|
||
"manualConfig": "Manual Config",
|
||
"backups": "Backups",
|
||
"configBackups": "Config Backups",
|
||
"noBackupsYet": "No backups yet. Backups are created automatically before each Apply or Reset.",
|
||
"restore": "Restore",
|
||
"backupRestoredReloading": "Backup restored! Reloading status...",
|
||
"failedRestoreBackup": "Failed to restore backup",
|
||
"applied": "Applied!",
|
||
"failed": "Failed",
|
||
"resetDone": "Reset!",
|
||
"omnirouteConfiguredOpenAiCompatible": "OmniRoute is configured as OpenAI-compatible provider",
|
||
"provider": "Provider",
|
||
"model": "Model",
|
||
"providers": "Providers",
|
||
"auth": "Auth",
|
||
"noApiKeysAvailable": "No API keys available",
|
||
"usingDefaultOmniroute": "Using default: sk_omniroute",
|
||
"updateConfig": "Update Config",
|
||
"applyConfig": "Apply Config",
|
||
"noBackupsAvailable": "No backups available.",
|
||
"profileSaved": "Profile \"{name}\" saved!",
|
||
"failedSaveProfile": "Failed to save profile",
|
||
"profileActivated": "Profile activated!",
|
||
"failedActivateProfile": "Failed to activate profile",
|
||
"profiles": "Profiles",
|
||
"savedProfiles": "Saved Profiles",
|
||
"noProfilesYet": "No profiles saved yet. Save current config as a profile below.",
|
||
"activate": "Activate",
|
||
"deleteProfile": "Delete profile",
|
||
"profileNamePlaceholder": "Profile name (e.g. Personal Account)",
|
||
"saveCurrent": "Save Current",
|
||
"codexAuthNotePrefix": "Codex uses",
|
||
"codexAuthNoteMiddle": "with",
|
||
"codexAuthNoteSuffix": "Click \"Apply\" to auto-configure.",
|
||
"claudeManualConfiguration": "Claude CLI - Manual Configuration",
|
||
"codexManualConfiguration": "Codex CLI - Manual Configuration",
|
||
"droidManualConfiguration": "Factory Droid - Manual Configuration",
|
||
"openClawManualConfiguration": "Open Claw - Manual Configuration",
|
||
"clineManualConfiguration": "Cline Manual Configuration",
|
||
"kiloManualConfiguration": "Kilo Code Manual Configuration",
|
||
"whenToUseLabel": "When to use",
|
||
"openToolDocs": "Open tool docs",
|
||
"toolUseCases": {
|
||
"claude": "Use when you want strong planning workflows and long multi-file refactors with Claude Code.",
|
||
"codex": "Use when your team is standardized on OpenAI Codex CLI flows and profile-based auth.",
|
||
"droid": "Use when you need a lightweight terminal agent focused on fast coding and command execution loops.",
|
||
"openclaw": "Use when you want an Open Claw style coding agent but routed through OmniRoute policies.",
|
||
"cline": "Use when you configure coding agents inside editors and want guided setup with OmniRoute models.",
|
||
"kilo": "Use when your workflow depends on Kilo Code commands and fast iterative edits.",
|
||
"cursor": "Use when coding in Cursor and you need custom OpenAI-compatible models through OmniRoute.",
|
||
"continue": "Use when running Continue in IDEs and you need portable JSON-based provider configuration.",
|
||
"opencode": "Use when you prefer terminal-native agent runs and scripted automation via OpenCode.",
|
||
"kiro": "Use when integrating Kiro and controlling model routing centrally from OmniRoute.",
|
||
"windsurf": "Use when you want an AI-first IDE with Codeium/Windsurf models routed through OmniRoute.",
|
||
"antigravity": "Use when Antigravity/Kiro traffic must be intercepted through MITM and routed to OmniRoute.",
|
||
"copilot": "Use when you want Copilot chat style UX while enforcing OmniRoute keys and routing rules.",
|
||
"amp": "Use when you want Amp shorthand workflows but still need OmniRoute alias and routing rules enforcement.",
|
||
"qwen": "Use when you need Alibaba Qwen Code CLI for coding tasks.",
|
||
"hermes": "Use when you need a lightweight terminal-native AI assistant for quick tasks.",
|
||
"hermes-agent": "__MISSING__:Use when you need Hermes Agent (by Nousresearch) with default, delegation, vision and auxiliary models routed through OmniRoute.",
|
||
"custom": "Use for custom tool implementations or generic OpenAI-compatible configurations."
|
||
},
|
||
"toolDescriptions": {
|
||
"antigravity": "Google Antigravity IDE with MITM",
|
||
"claude": "Anthropic Claude Code CLI",
|
||
"codex": "OpenAI Codex CLI",
|
||
"droid": "Factory Droid AI Assistant",
|
||
"openclaw": "Open Claw AI Assistant",
|
||
"cline": "Cline AI Coding Assistant CLI",
|
||
"kilo": "Kilo Code AI Assistant CLI",
|
||
"cursor": "Cursor AI Code Editor",
|
||
"continue": "Continue AI Assistant",
|
||
"opencode": "OpenCode AI coding agent (Terminal)",
|
||
"kiro": "Amazon Kiro — AI-powered IDE",
|
||
"windsurf": "Windsurf AI Code Editor",
|
||
"copilot": "GitHub Copilot AI Assistant",
|
||
"qwen": "Alibaba Qwen Code CLI",
|
||
"amp": "Sourcegraph Amp coding assistant CLI",
|
||
"hermes": "Hermes AI Terminal Assistant",
|
||
"hermes-agent": "__MISSING__:Hermes Agent (by Nousresearch) - Advanced terminal AI with multi-model support (delegation, vision, compression, etc.)",
|
||
"custom": "Generic OpenAI-compatible CLI or SDK configuration generator"
|
||
},
|
||
"guides": {
|
||
"cursor": {
|
||
"notes": {
|
||
"0": "Requires Cursor Pro account to use this feature.",
|
||
"1": "Cursor routes requests through its own server, so local endpoint is not supported. Please enable Cloud Endpoint in Settings."
|
||
},
|
||
"steps": {
|
||
"1": {
|
||
"title": "Open Settings",
|
||
"desc": "Go to Settings -> Models"
|
||
},
|
||
"2": {
|
||
"title": "Enable OpenAI API",
|
||
"desc": "Enable \"OpenAI API key\" option"
|
||
},
|
||
"3": {
|
||
"title": "Base URL"
|
||
},
|
||
"4": {
|
||
"title": "API Key"
|
||
},
|
||
"5": {
|
||
"title": "Add Custom Model",
|
||
"desc": "Click \"View All Model\" -> \"Add Custom Model\""
|
||
},
|
||
"6": {
|
||
"title": "Select Model"
|
||
}
|
||
}
|
||
},
|
||
"continue": {
|
||
"steps": {
|
||
"1": {
|
||
"title": "Open Config",
|
||
"desc": "Open Continue configuration file"
|
||
},
|
||
"2": {
|
||
"title": "API Key"
|
||
},
|
||
"3": {
|
||
"title": "Select Model"
|
||
},
|
||
"4": {
|
||
"title": "Add Model Config",
|
||
"desc": "Add the following configuration to your models array:"
|
||
}
|
||
},
|
||
"notes": {
|
||
"0": "Continue uses JSON config file."
|
||
}
|
||
},
|
||
"opencode": {
|
||
"steps": {
|
||
"1": {
|
||
"title": "Install OpenCode",
|
||
"desc": "Install via npm: npm install -g opencode-ai"
|
||
},
|
||
"2": {
|
||
"title": "API Key"
|
||
},
|
||
"3": {
|
||
"title": "Set Base URL",
|
||
"desc": "opencode config set baseUrl {baseUrl}"
|
||
},
|
||
"4": {
|
||
"title": "Select Model"
|
||
},
|
||
"5": {
|
||
"title": "Use Thinking Variant",
|
||
"desc": "For thinking models, run with --variant high/low/max (example command below)."
|
||
}
|
||
},
|
||
"notes": {
|
||
"0": "OpenCode requires API key configuration.",
|
||
"1": "Set the base URL to your OmniRoute endpoint."
|
||
}
|
||
},
|
||
"kiro": {
|
||
"steps": {
|
||
"1": {
|
||
"title": "Open Kiro Settings",
|
||
"desc": "Go to Settings → AI Provider"
|
||
},
|
||
"2": {
|
||
"title": "Base URL",
|
||
"desc": "Paste your OmniRoute endpoint URL"
|
||
},
|
||
"3": {
|
||
"title": "API Key"
|
||
},
|
||
"4": {
|
||
"title": "Select Model"
|
||
}
|
||
},
|
||
"notes": {
|
||
"0": "Kiro requires Amazon account."
|
||
}
|
||
},
|
||
"windsurf": {
|
||
"steps": {
|
||
"1": {
|
||
"title": "Open AI Settings",
|
||
"desc": "Click the AI Settings icon in Windsurf or go to Settings"
|
||
},
|
||
"2": {
|
||
"title": "Add Custom Provider",
|
||
"desc": "Select \"Add custom provider\" (OpenAI-compatible)"
|
||
},
|
||
"3": {
|
||
"title": "Base URL",
|
||
"desc": "http://127.0.0.1:20128/v1"
|
||
},
|
||
"4": {
|
||
"title": "API Key",
|
||
"desc": "Select your OmniRoute API key"
|
||
},
|
||
"5": {
|
||
"title": "Select Model",
|
||
"desc": "Choose a model from the dropdown"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"autoConfiguredTab": "Auto-Configured",
|
||
"toolCategoriesDesc": "Configure AI coding assistants to route through OmniRoute",
|
||
"allToolsTab": "All Tools",
|
||
"guidedClientsTab": "Guided Clients",
|
||
"mitmClientsTab": "MITM Clients",
|
||
"customCliTab": "কাস্টম CLI",
|
||
"toolCategories": "Tool Categories",
|
||
"visibleToolsCount": "{count} tools available",
|
||
"customCliBuilderTitle": "OpenAI- সামঞ্জস্যপূর্ণ CLI নির্মাতা",
|
||
"customCliBuilderDescription": "যে কোনো CLI বা SDK-এর জন্য env vars এবং JSON স্নিপেট তৈরি করুন যা একটি OpenAI- সামঞ্জস্যপূর্ণ বেস URL, API কী এবং মডেল আইডি গ্রহণ করে।",
|
||
"customCliNoModels": "মডেল নির্বাচকদের তৈরি করতে কমপক্ষে একটি প্রদানকারীকে সংযুক্ত করুন৷",
|
||
"customCliNameLabel": "CLI নাম",
|
||
"customCliNamePlaceholder": "যেমন আমার দল CLI",
|
||
"customCliDefaultModelLabel": "ডিফল্ট মডেল",
|
||
"customCliDefaultModelHelp": "যেকোনো OmniRoute মডেল আইডি বা কম্বো ব্যবহার করুন। বেশিরভাগ OpenAI- সামঞ্জস্যপূর্ণ CLI-এর শুধুমাত্র /v1 বেস URL এবং একটি মডেল স্ট্রিং প্রয়োজন।",
|
||
"customCliKeyHelper": "স্থানীয় ইনস্টলের জন্য OmniRoute sk_omniroute ব্যবহার করতে পারে। ক্লাউড মোডে, আপনার ব্যবস্থাপনা API কীগুলির একটি বেছে নিন।",
|
||
"customCliAliasMappingsLabel": "উপনাম ম্যাপিং",
|
||
"customCliAliasMappingsHelp": "র্যাপার স্ক্রিপ্ট বা কনফিগার ফাইলের জন্য ঐচ্ছিক সাহায্যকারী উপনাম যা স্থিতিশীল শর্টহ্যান্ড নাম চায়।",
|
||
"customCliAddAlias": "উপনাম যোগ করুন",
|
||
"customCliNoMappings": "এখনও কোনো উপনাম ম্যাপিং নেই৷ আপনার মোড়ক বা টিম স্ক্রিপ্ট স্থিতিশীল ছোট নাম ব্যবহার করলে একটি যোগ করুন।",
|
||
"customCliAliasPlaceholder": "যেমন পর্যালোচনা",
|
||
"customCliTargetModelLabel": "লক্ষ্য মডেল",
|
||
"customCliEndpointHintLabel": "কিভাবে শেষ পয়েন্ট তারের",
|
||
"customCliEndpointHint": "যেকোনো OpenAI- সামঞ্জস্যপূর্ণ ক্লায়েন্টকে OmniRoute /v1 বেস ইউআরএলে নির্দেশ করুন। কাঁচা চ্যাট সমাপ্তির শেষ পয়েন্ট হল {endpoint}। টুলটি যখন একটি প্রদানকারী বস্তু চায় তখন JSON ব্লক ব্যবহার করুন, অথবা env স্ক্রিপ্টটি যখন OPENAI_* ভেরিয়েবল পড়তে চায়।",
|
||
"customCliEnvBlockTitle": "Env / শেল স্নিপেট",
|
||
"customCliJsonBlockTitle": "প্রদানকারী JSON ব্লক",
|
||
"copilotConfigGenerator": "গিটহাব কপিলট কনফিগার জেনারেটর",
|
||
"copilotApiKey": "API কী",
|
||
"copilotFilterModelsPlaceholder": "ফিল্টার মডেল...",
|
||
"copilotMaxInputTokens": "সর্বোচ্চ ইনপুট টোকেন",
|
||
"copilotMaxOutputTokens": "সর্বোচ্চ আউটপুট টোকেন",
|
||
"copilotToolCalling": "টুল কলিং",
|
||
"copilotPasteInto": "এতে পেস্ট করুন: ",
|
||
"wireApiChatCompletions": "চ্যাট সমাপ্তি (/চ্যাট/সম্পূর্ণতা)",
|
||
"wireApiResponses": "প্রতিক্রিয়া API (/প্রতিক্রিয়া)"
|
||
},
|
||
"combos": {
|
||
"title": "Combos",
|
||
"description": "Create model combos with weighted routing and fallback support",
|
||
"autoCatalogTitle": "স্বয়ংক্রিয়-রাউটিং ক্যাটালগ",
|
||
"autoCatalogTemplateCount": "{count} টেমপ্লেট",
|
||
"autoCatalogDescription": "অন্তর্নির্মিত স্বয়ংক্রিয়/* কম্বোগুলি সংযুক্ত প্রদানকারীদের থেকে গতিশীলভাবে সমাধান করা হয়েছে। মডেল ক্ষেত্র হিসাবে এই আইডিগুলির যে কোনও একটি ব্যবহার করুন — কোনও সেটআপের প্রয়োজন নেই৷",
|
||
"autoCatalogExpand": "স্বয়ংক্রিয়-রাউটিং ক্যাটালগ প্রসারিত করুন",
|
||
"autoCatalogCollapse": "স্বয়ংক্রিয়-রাউটিং ক্যাটালগ সঙ্কুচিত করুন",
|
||
"createCombo": "Create Combo",
|
||
"editCombo": "Edit Combo",
|
||
"deleteCombo": "Delete Combo",
|
||
"noModels": "No models",
|
||
"noModelsYet": "No models added yet",
|
||
"addModel": "Add Model",
|
||
"addModelToCombo": "Add Model to Combo",
|
||
"routingStrategy": "Routing Strategy",
|
||
"maxRetries": "Max Retries",
|
||
"timeout": "Timeout (ms)",
|
||
"healthcheck": "Healthcheck",
|
||
"priority": "Priority",
|
||
"fallback": "Fallback",
|
||
"roundRobin": "Round Robin",
|
||
"random": "Random",
|
||
"leastLatency": "Least Latency",
|
||
"comboName": "Combo Name",
|
||
"comboNamePlaceholder": "my-combo",
|
||
"deleteConfirm": "Delete this combo?",
|
||
"noCombosYet": "No combos yet",
|
||
"comboCreated": "Combo created successfully",
|
||
"comboUpdated": "Combo updated successfully",
|
||
"comboDeleted": "Combo deleted",
|
||
"failedCreate": "Failed to create combo",
|
||
"failedUpdate": "Failed to update combo",
|
||
"errorCreating": "Error creating combo",
|
||
"errorUpdating": "Error updating combo",
|
||
"errorDeleting": "Error deleting combo",
|
||
"testFailed": "Test request failed",
|
||
"failedToggle": "Failed to toggle combo",
|
||
"testResults": "Test Results — {name}",
|
||
"resolvedBy": "Resolved by:",
|
||
"more": "+{count} more",
|
||
"reqs": "reqs",
|
||
"success": "success",
|
||
"proxyConfigured": "Proxy configured",
|
||
"copyComboName": "Copy combo name",
|
||
"enableCombo": "Enable combo",
|
||
"disableCombo": "Disable combo",
|
||
"testCombo": "Test combo",
|
||
"duplicate": "Duplicate",
|
||
"proxyConfig": "Proxy configuration",
|
||
"nameRequired": "Name is required",
|
||
"nameInvalid": "Only letters, numbers, -, _, / and . allowed",
|
||
"nameHint": "Letters, numbers, -, _, / and . allowed",
|
||
"priorityDesc": "Sequential fallback: tries model 1 first, then 2, etc.",
|
||
"weightedDesc": "Distributes traffic by weight percentage with fallback",
|
||
"roundRobinDesc": "Circular distribution: each request goes to the next model in rotation",
|
||
"contextRelay": "Context Relay",
|
||
"contextRelayDesc": "Preserves session continuity with handoff summaries when accounts rotate",
|
||
"randomDesc": "Uniform random selection, then fallback to remaining models",
|
||
"leastUsedDesc": "Picks the model with fewest requests, balancing load over time",
|
||
"costOptimizedDesc": "Routes to the cheapest model first based on pricing",
|
||
"resetAware": "রিসেট-সচেতন RR",
|
||
"resetAwareDesc": "5h এবং সাপ্তাহিক রিসেটের বিপরীতে অবশিষ্ট কোটা ব্যালেন্স করে, তারপর রাউন্ড-রবিনের অনুরূপ স্কোর",
|
||
"strictRandom": "Strict Random",
|
||
"strictRandomDesc": "Shuffle deck — uses each model once before reshuffling",
|
||
"models": "Models",
|
||
"autoBalance": "Auto-balance",
|
||
"advancedSettings": "Advanced Settings",
|
||
"retryDelay": "Retry Delay (ms)",
|
||
"concurrencyPerModel": "Concurrency / Model",
|
||
"queueTimeout": "Queue Timeout (ms)",
|
||
"contextRelayHandoffThreshold": "Handoff Threshold",
|
||
"contextRelayHandoffThresholdHelp": "When quota usage reaches this threshold, OmniRoute generates a structured handoff summary before the active account is exhausted.",
|
||
"contextRelayMaxMessages": "Max Messages For Summary",
|
||
"contextRelayMaxMessagesHelp": "Limits how much recent history is condensed into the relay summary.",
|
||
"contextRelaySummaryModel": "Summary Model",
|
||
"contextRelaySummaryModelHelp": "Optional override model used only for generating the handoff summary. Leave empty to reuse the active combo model.",
|
||
"contextRelayProviderNote": "Context Relay currently generates handoffs for Codex account rotation. Pair it with multiple accounts of the same provider for the best continuity.",
|
||
"advancedHint": "Leave empty to use global defaults. These override per-provider settings.",
|
||
"failoverBeforeRetry": "পুনরায় চেষ্টা করার আগে ব্যর্থতা",
|
||
"maxSetRetries": "সর্বোচ্চ সেট পুনরায় চেষ্টা",
|
||
"setRetryDelayMs": "পুনরায় চেষ্টা করার বিলম্ব সেট করুন (ms)",
|
||
"moveUp": "Move up",
|
||
"moveDown": "Move down",
|
||
"removeModel": "Remove",
|
||
"saving": "Saving...",
|
||
"weighted": "Weighted",
|
||
"leastUsed": "Least-Used",
|
||
"costOpt": "Cost-Opt",
|
||
"strategyGuideTitle": "How to use this strategy",
|
||
"strategyGuideWhen": "When to use",
|
||
"strategyGuideAvoid": "Avoid when",
|
||
"strategyGuideExample": "Example",
|
||
"strategyGuide": {
|
||
"priority": {
|
||
"when": "You have one preferred model and only want fallback on failure.",
|
||
"avoid": "You need request distribution across models.",
|
||
"example": "Primary coding model with cheaper backup for outages."
|
||
},
|
||
"weighted": {
|
||
"when": "You need controlled traffic split across models.",
|
||
"avoid": "You cannot maintain accurate weights over time.",
|
||
"example": "80% stable model + 20% canary model rollout."
|
||
},
|
||
"round-robin": {
|
||
"when": "You want predictable and even distribution.",
|
||
"avoid": "Models differ too much in latency or cost.",
|
||
"example": "Same model on multiple accounts to spread throughput."
|
||
},
|
||
"random": {
|
||
"when": "You want simple distribution with minimal setup.",
|
||
"avoid": "You need strict traffic guarantees.",
|
||
"example": "Quick prototyping with equivalent models."
|
||
},
|
||
"least-used": {
|
||
"when": "You want adaptive balancing based on live demand.",
|
||
"avoid": "Traffic is too low to benefit from usage balancing.",
|
||
"example": "Mixed workloads where one model often gets overloaded."
|
||
},
|
||
"cost-optimized": {
|
||
"when": "Cost reduction is your top priority.",
|
||
"avoid": "Pricing data is missing or outdated.",
|
||
"example": "Background or batch jobs where lower cost is preferred."
|
||
},
|
||
"reset-aware": {
|
||
"when": "আপনি কোটা টেলিমেট্রি এবং বিভিন্ন রিসেট উইন্ডো সহ একাধিক অ্যাকাউন্ট জুড়ে রুট করেন।",
|
||
"avoid": "বেশিরভাগ অ্যাকাউন্টের জন্য কোটা টেলিমেট্রি অনুপলব্ধ৷",
|
||
"example": "আগামীকাল একটি 60% সাপ্তাহিক অ্যাকাউন্ট রিসেট করা পছন্দ করুন এবং পরে 80% অ্যাকাউন্ট রিসেট করুন৷"
|
||
},
|
||
"strict-random": {
|
||
"when": "Use when you want perfectly even spread — each model used once before repeating.",
|
||
"avoid": "Avoid when models have different quality or latency and order matters.",
|
||
"example": "Example: Multiple accounts of the same model to distribute usage evenly."
|
||
},
|
||
"p2c": {
|
||
"when": "Use when you want low-latency selection using Power-of-Two-Choices algorithm.",
|
||
"avoid": "Avoid for small combos with 2 or fewer models — no benefit over round-robin.",
|
||
"example": "Example: High-throughput inference across 4+ equivalent model endpoints."
|
||
},
|
||
"context-relay": {
|
||
"when": "Use when long sessions must survive account rotation without losing the working context.",
|
||
"avoid": "Avoid when account switching is rare or when you do not want extra summarization requests.",
|
||
"example": "Example: Codex sessions that rotate across multiple accounts near quota exhaustion."
|
||
},
|
||
"fill-first": {
|
||
"when": "Use when you want to fully exhaust one provider's quota before moving to the next.",
|
||
"avoid": "Avoid when you need request-level load balancing across providers.",
|
||
"example": "Example: Use all $200 Deepgram credits before falling back to Groq."
|
||
},
|
||
"auto": {
|
||
"when": "Use when you need multi-factor scoring routing based on cost, latency, and quality.",
|
||
"avoid": "Avoid when you need strict priority ordering or historical persistence.",
|
||
"example": "Example: Balance requests across models with different strengths."
|
||
},
|
||
"lkgp": {
|
||
"when": "Use when you want to route based on historical success rates and performance.",
|
||
"avoid": "Avoid when historical data is limited or unreliable.",
|
||
"example": "Example: Route to models with a good track record on specific tasks."
|
||
},
|
||
"context-optimized": {
|
||
"when": "Use when you need to optimize context window usage across models.",
|
||
"avoid": "Avoid when models have similar context lengths or tasks are simple.",
|
||
"example": "Example: Distribute long conversations across models with larger context windows."
|
||
}
|
||
},
|
||
"advancedHelp": {
|
||
"maxRetries": "How many retries are attempted before failing a request.",
|
||
"retryDelay": "Initial wait between retries. Higher values reduce burst pressure.",
|
||
"timeout": "Maximum request duration before aborting.",
|
||
"healthcheck": "Skips unhealthy models/providers from routing decisions.",
|
||
"concurrencyPerModel": "Max simultaneous requests allowed per model in round-robin.",
|
||
"queueTimeout": "How long a request can wait in queue before timing out.",
|
||
"failoverBeforeRetry": "সক্রিয় করা হলে, যেকোনো আপস্ট্রিম ত্রুটি পরবর্তী কম্বো টার্গেটে অবিলম্বে ব্যর্থতা ট্রিগার করে, সমস্ত পুনঃপ্রচার এবং ফলব্যাক URL এড়িয়ে যায়।",
|
||
"maxSetRetries": "প্রতিটি লক্ষ্য ব্যর্থ হলে পূর্ণ লক্ষ্য সেট করার জন্য পুনরায় চেষ্টা করার সংখ্যা। 0 = কোনো সেট-লেভেল পুনঃপ্রচেষ্টা নয়।",
|
||
"setRetryDelayMs": "সেট-লেভেলের পুনঃপ্রচেষ্টার মধ্যে বিলম্ব, ক্ষণস্থায়ী সমস্যা সমাধানের জন্য সময় দেয়।"
|
||
},
|
||
"templatesTitle": "Quick templates",
|
||
"templatesDescription": "Apply a starting profile, then adjust models and config.",
|
||
"templateApply": "Apply template",
|
||
"templateHighAvailability": "High availability",
|
||
"templateHighAvailabilityDesc": "Priority routing with health checks and safe retries.",
|
||
"templateCostSaver": "Cost saver",
|
||
"templateCostSaverDesc": "Cost-optimized routing for budget-first workloads.",
|
||
"templateBalanced": "Balanced load",
|
||
"templateBalancedDesc": "Least-used routing to spread demand over time.",
|
||
"usageGuideHide": "Hide",
|
||
"usageGuideDontShowAgain": "Don't show again",
|
||
"usageGuideShow": "Show guide",
|
||
"quickTestTitle": "Combo ready to validate",
|
||
"quickTestDescription": "Run a test now to confirm fallback and latency behavior.",
|
||
"testNow": "Test now",
|
||
"pricingCoverage": "Pricing coverage",
|
||
"pricingCoverageHint": "Cost-optimized works best when all combo models have pricing.",
|
||
"pricingAvailable": "Pricing available",
|
||
"pricingMissing": "No pricing",
|
||
"pricingAvailableShort": "priced",
|
||
"pricingMissingShort": "no-price",
|
||
"warningRoundRobinSingleModel": "Round-robin is most useful with at least 2 models.",
|
||
"warningCostOptimizedPartialPricing": "Only {priced} of {total} models have pricing. Routing may be partially cost-aware.",
|
||
"warningCostOptimizedNoPricing": "No pricing data found for this combo. Cost-optimized may route unexpectedly.",
|
||
"filterAll": "All",
|
||
"filterIntelligent": "Intelligent",
|
||
"filterDeterministic": "Deterministic",
|
||
"filterEmptyTitle": "No combos match this strategy filter.",
|
||
"filterEmptyIntelligentDescription": "Create an auto or LKGP combo to populate the intelligent routing dashboard.",
|
||
"filterEmptyDeterministicDescription": "Only auto and LKGP combos exist right now. Switch back to All or create a deterministic combo.",
|
||
"readinessTitle": "Ready to save?",
|
||
"readinessDescription": "Review the checklist before creating or updating this combo.",
|
||
"readinessCheckName": "Combo name is valid",
|
||
"readinessCheckModels": "At least one model is selected",
|
||
"readinessCheckWeights": "Weighted total is 100%",
|
||
"readinessCheckWeightsOptional": "Weight rule not required",
|
||
"readinessCheckPricing": "Pricing data is available",
|
||
"readinessCheckPricingOptional": "Pricing rule not required",
|
||
"saveBlockedTitle": "Save is blocked until the following items are fixed:",
|
||
"saveBlockName": "Define a combo name.",
|
||
"saveBlockModels": "Add at least one model.",
|
||
"saveBlockWeighted": "Set weights to 100% (current: {total}%).",
|
||
"saveBlockPricing": "Add pricing for at least one model or choose a different strategy.",
|
||
"recommendationsLabel": "Recommended setup",
|
||
"applyRecommendations": "Apply recommendations",
|
||
"recommendationsUpdated": "Recommendations updated for {strategy}.",
|
||
"recommendationsApplied": "Recommendations applied to this combo.",
|
||
"intelligentPanelTitle": "Intelligent Routing Dashboard",
|
||
"intelligentPanelDesc": "Real-time scoring and health status for this auto-routing combo.",
|
||
"configOnlyStatus": "__MISSING__:Configuration View",
|
||
"configOnlyHint": "__MISSING__:This panel shows routing inputs only. Live breaker state is available on the Health page.",
|
||
"routingInputs": "__MISSING__:Routing Inputs",
|
||
"routingInputsHint": "__MISSING__:Mode pack and weighting stay here; breaker runtime state stays on the Health page.",
|
||
"emailVisibilityHint": "__MISSING__:Account emails here follow the global privacy toggle.",
|
||
"emailVisibilityTooltip": "__MISSING__:Use the eye icon to reveal or hide account emails globally across combos, providers and quota screens.",
|
||
"manualModel": "__MISSING__:Manual model",
|
||
"manualModelInvalid": "__MISSING__:Enter a model as provider/model.",
|
||
"manualModelUnknownProvider": "__MISSING__:Unknown provider prefix.",
|
||
"builderDynamicAccountShort": "__MISSING__:Dynamic account",
|
||
"builderNeedValidName": "__MISSING__:Define a valid combo name before continuing.",
|
||
"statusOverview": "Status Overview",
|
||
"normalOperation": "Normal Operation",
|
||
"allProvidersHealthy": "Providers are reporting healthy routing conditions.",
|
||
"incidentMode": "Incident Mode",
|
||
"highCircuitBreakerRate": "High circuit breaker trip rate detected.",
|
||
"activeModePack": "Active Mode Pack",
|
||
"modePackUpdated": "Mode pack updated to {pack}.",
|
||
"modePackHint": "Switch presets to bias the routing engine without rebuilding the combo.",
|
||
"providerScores": "Provider Scores",
|
||
"allProvidersEvaluated": "No candidate pool configured. All active providers are evaluated at runtime.",
|
||
"excludedProviders": "Excluded Providers",
|
||
"excludedProvidersHint": "Providers with an OPEN circuit breaker are temporarily excluded from routing.",
|
||
"noExcludedProviders": "No providers are currently excluded.",
|
||
"cooldownMinutes": "Cooldown: {minutes}m",
|
||
"builderIntelligentTitle": "Intelligent Routing Configuration",
|
||
"builderIntelligentDesc": "Configure the multi-factor scoring engine for this auto-routing combo.",
|
||
"candidatePoolLabel": "Candidate Pool",
|
||
"candidatePoolHint": "Select which providers this engine should evaluate. Leave empty to use all active providers.",
|
||
"candidatePoolEmpty": "No active providers available yet.",
|
||
"candidatePoolAllProviders": "All providers",
|
||
"modePackLabel": "Mode Pack",
|
||
"routerStrategyLabel": "Router Strategy",
|
||
"strategyRules": "Rules (6-Factor Scoring)",
|
||
"explorationRateLabel": "Exploration Rate",
|
||
"explorationRateHint": "{percent}% of requests can explore non-optimal providers.",
|
||
"budgetCapLabel": "Budget Cap (USD / request)",
|
||
"budgetCapPlaceholder": "No limit",
|
||
"advancedWeightsTitle": "Advanced: Scoring Weights",
|
||
"weightQuota": "Quota",
|
||
"weightHealth": "Health",
|
||
"weightCostInv": "Cost",
|
||
"weightLatencyInv": "Latency",
|
||
"weightTaskFit": "Task Fit",
|
||
"weightStability": "Stability",
|
||
"weightTierPriority": "Tier",
|
||
"reviewIntelligentTitle": "Intelligent Routing Config",
|
||
"strategyRecommendations": {
|
||
"priority": {
|
||
"title": "Fail-safe baseline",
|
||
"description": "Use one primary model and keep fallback chain short and reliable.",
|
||
"tip1": "Put your most reliable model first.",
|
||
"tip2": "Keep 1-2 backup models with similar quality.",
|
||
"tip3": "Use safe retries to absorb transient provider failures."
|
||
},
|
||
"weighted": {
|
||
"title": "Controlled traffic split",
|
||
"description": "Great for canary rollouts and gradual migration between models.",
|
||
"tip1": "Start with conservative split like 90/10.",
|
||
"tip2": "Keep the total at 100% and auto-balance after changes.",
|
||
"tip3": "Monitor success and latency before increasing canary weight."
|
||
},
|
||
"round-robin": {
|
||
"title": "Predictable load sharing",
|
||
"description": "Best when models are equivalent and you need smooth distribution.",
|
||
"tip1": "Use at least 2 models.",
|
||
"tip2": "Set concurrency limits to avoid burst overload.",
|
||
"tip3": "Use queue timeout to fail fast under saturation."
|
||
},
|
||
"random": {
|
||
"title": "Quick spread with low setup",
|
||
"description": "Use when you need simple distribution without strict guarantees.",
|
||
"tip1": "Use models with similar latency profiles.",
|
||
"tip2": "Keep retries enabled to absorb random misses.",
|
||
"tip3": "Prefer this for experimentation, not strict SLAs."
|
||
},
|
||
"least-used": {
|
||
"title": "Adaptive balancing",
|
||
"description": "Routes to less-used models to reduce hotspots over time.",
|
||
"tip1": "Works better under continuous traffic.",
|
||
"tip2": "Combine with health checks for safer balancing.",
|
||
"tip3": "Track per-model usage to validate distribution gains."
|
||
},
|
||
"cost-optimized": {
|
||
"title": "Budget-first routing",
|
||
"description": "Routes to lower-cost models when pricing metadata is available.",
|
||
"tip1": "Ensure pricing coverage for all selected models.",
|
||
"tip2": "Keep a quality fallback for hard prompts.",
|
||
"tip3": "Use for batch/background jobs where cost is the main KPI."
|
||
},
|
||
"reset-aware": {
|
||
"title": "রিসেট-সচেতন অ্যাকাউন্ট ঘূর্ণন",
|
||
"description": "রিসেট সময়ের বিপরীতে অবশিষ্ট প্রদানকারী কোটা ব্যালেন্স করে।",
|
||
"tip1": "কোটা টেলিমেট্রি সহ প্রদানকারীদের জন্য স্পষ্ট অ্যাকাউন্ট পদক্ষেপ বা অ্যাকাউন্ট-ট্যাগ রাউটিং ব্যবহার করুন।",
|
||
"tip2": "টিউন সেশন বনাম সাপ্তাহিক ওজন যখন স্বল্পমেয়াদী ক্লান্তি বেশি ঝুঁকিপূর্ণ।",
|
||
"tip3": "টাই ব্যান্ড ছোট রাখুন যাতে সমান অ্যাকাউন্টগুলি এখনও মোটামুটিভাবে ঘোরে।"
|
||
},
|
||
"strict-random": {
|
||
"title": "Shuffle deck distribution",
|
||
"description": "Each model is used exactly once per cycle before reshuffling.",
|
||
"tip1": "Use at least 2 models for meaningful distribution.",
|
||
"tip2": "Works best with equivalent-performance models.",
|
||
"tip3": "Ideal for load balancing across multiple API accounts."
|
||
},
|
||
"fill-first": {
|
||
"description": "Exhaust provider quotas sequentially before falling back.",
|
||
"tip1": "Use for quota-based routing with clear fallback chains.",
|
||
"tip2": "Set quotas accurately to avoid premature fallback.",
|
||
"tip3": "Works best with providers offering free tiers or credit buckets.",
|
||
"title": "Quota Exhaustion"
|
||
},
|
||
"auto": {
|
||
"description": "Route based on real-time scoring for cost, latency, quality, and health.",
|
||
"tip1": "Let the engine balance multiple factors automatically.",
|
||
"tip2": "Monitor which factors drive routing decisions in logs.",
|
||
"tip3": "Use for complex workloads where no single factor dominates.",
|
||
"title": "Multi-Factor Optimization"
|
||
},
|
||
"lkgp": {
|
||
"description": "Route based on historical performance and success patterns.",
|
||
"tip1": "Requires sufficient request history for accurate predictions.",
|
||
"tip2": "Good for workloads with consistent model performance patterns.",
|
||
"tip3": "Monitor prediction accuracy and adjust weights as needed.",
|
||
"title": "History-Based Routing"
|
||
},
|
||
"context-optimized": {
|
||
"description": "Optimize routing based on context window usage and token efficiency.",
|
||
"tip1": "Route long conversations to models with larger context windows.",
|
||
"tip2": "Monitor context utilization to avoid token waste.",
|
||
"tip3": "Best for conversational AI requiring extensive context retention.",
|
||
"title": "Context Optimization"
|
||
},
|
||
"context-relay": {
|
||
"description": "Best when account rotation is expected and the next account must inherit a simplified task summary.",
|
||
"tip1": "Use with providers rotating accounts for the same model family.",
|
||
"tip2": "Set handoff threshold below hard quota cutoffs for summary generation time.",
|
||
"tip3": "Only set a dedicated summary model if the primary is too expensive or unstable.",
|
||
"title": "Session Continuity Priority"
|
||
},
|
||
"p2c": {
|
||
"description": "Route to the provider with the lowest current load based on real-time metrics.",
|
||
"tip1": "Monitor provider health metrics for accurate load assessment.",
|
||
"tip2": "Works best with homogeneous provider pools.",
|
||
"tip3": "Adjust sensitivity to avoid oscillation during traffic spikes.",
|
||
"title": "Power of Two Choices"
|
||
}
|
||
},
|
||
"templateFreeStack": "Free Stack ($0)",
|
||
"templateFreeStackDesc": "Round-robin across all free providers: Kiro (Claude), Qoder (5 models), Qwen (4 models), Gemini CLI. Zero cost, never stops coding.",
|
||
"auto": "Intelligent Auto",
|
||
"autoDesc": "Self-healing smart routing pool with multi-factor scoring",
|
||
"lkgp": "LKGP Mode",
|
||
"lkgpDesc": "Prioritizes the last provider that successfully completed a request",
|
||
"wizardGuideTitle": "Getting Started with Combos",
|
||
"wizardGuideDesc": "Create model combos to route AI traffic intelligently",
|
||
"wizardGuideHint": "or click + Create Combo above",
|
||
"createFirstCombo": "Create Your First Combo",
|
||
"wizardStep1Title": "Name Your Combo",
|
||
"wizardStep1Desc": "Give your combo a unique name to identify it in routing rules",
|
||
"wizardStep2Title": "Add Models",
|
||
"wizardStep2Desc": "Select AI models and arrange their fallback priority order",
|
||
"wizardStep3Title": "Choose Strategy",
|
||
"wizardStep3Desc": "Pick how requests are distributed across your models - 13 strategies available",
|
||
"wizardStep4Title": "Review & Save",
|
||
"wizardStep4Desc": "Review your configuration and activate the combo",
|
||
"emailVisibilityStateOn": "On",
|
||
"emailVisibilityStateOff": "Off",
|
||
"reorderHandle": "Drag to reorder",
|
||
"failedReorder": "Failed to reorder models",
|
||
"builderFlowTitle": "Combo Builder Flow",
|
||
"builderStage": {
|
||
"basics": {
|
||
"label": "Basics",
|
||
"description": "Name and starting template"
|
||
},
|
||
"steps": {
|
||
"label": "Steps",
|
||
"description": "Provider, model, and account selection"
|
||
},
|
||
"strategy": {
|
||
"label": "Strategy",
|
||
"description": "Routing behavior and advanced settings"
|
||
},
|
||
"intelligent": {
|
||
"label": "Smart Routing",
|
||
"description": "Auto-routing candidate pool, presets, and scoring"
|
||
},
|
||
"review": {
|
||
"label": "Review",
|
||
"description": "Final validation before saving"
|
||
}
|
||
},
|
||
"builderStageVisited": "Stage completed",
|
||
"builderStageCurrent": "Current stage",
|
||
"builderStagePending": "Pending",
|
||
"builderStageLocked": "Locked — complete previous stage first",
|
||
"builderTitle": "Build a Combo",
|
||
"builderBrowseCatalog": "Browse catalog",
|
||
"builderProvider": "Provider",
|
||
"builderLoadingProviders": "Loading providers...",
|
||
"builderSelectProvider": "Select provider",
|
||
"builderModel": "Model",
|
||
"builderSelectModel": "Select model",
|
||
"builderProviderFirst": "Pick provider first",
|
||
"builderAccount": "Account",
|
||
"builderPreview": "Preview",
|
||
"builderAddStep": "Add step",
|
||
"builderDuplicateExact": "This exact provider/model/account step is already in the combo.",
|
||
"builderComboRef": "Combo Ref",
|
||
"builderAddComboRef": "Add combo reference",
|
||
"builderComboRefStep": "Add combo reference",
|
||
"builderPinnedAccount": "Pinned Account",
|
||
"builderLegacyEntry": "Legacy entry",
|
||
"reviewName": "Name",
|
||
"reviewStrategy": "Strategy",
|
||
"reviewSteps": "Steps",
|
||
"reviewAccounts": "Accounts",
|
||
"reviewProviders": "Providers",
|
||
"reviewComboRefs": "Combo References",
|
||
"reviewAdvanced": "Advanced Settings",
|
||
"reviewAgentFlags": "Agent Flags",
|
||
"reviewSequence": "Model Sequence",
|
||
"reviewNoSteps": "No steps configured",
|
||
"builderStagesDescription": "Complete each stage in order to define combos, build steps, select routing strategy, and review results.",
|
||
"builderStepsDescription": "Build each combo step in order: provider, model, then account. This allows reusing the same provider and model across different accounts.",
|
||
"selectProvider": "Select Provider",
|
||
"selectProviderPlaceholder": "Select a provider",
|
||
"selectModel": "Select Model",
|
||
"selectModelPlaceholder": "Select a provider first",
|
||
"selectAccount": "Select Account",
|
||
"selectComboToReference": "Select combo to reference",
|
||
"comboReference": "Combo Reference",
|
||
"addComboReference": "Add Combo Reference",
|
||
"addStepBeforeContinue": "Please add at least one step before proceeding to the next stage.",
|
||
"previewNextStep": "Preview next step",
|
||
"autoSelectAccount": "Automatically select account at runtime",
|
||
"modePackBalanced": "Balanced",
|
||
"modePackBudget": "Budget",
|
||
"modePackPerformance": "Performance",
|
||
"modePackCustom": "Custom",
|
||
"browseLegacyCatalog": "Browse legacy combo catalog",
|
||
"agentFeaturesTitle": "Agent Features",
|
||
"agentFeaturesDescription": "Enable advanced features for agents using this combo",
|
||
"agentFeaturesSystemMessageOverride": "Override system message",
|
||
"agentFeaturesSystemMessagePlaceholder": "You are an expert assistant...",
|
||
"agentFeaturesSystemMessageHint": "System message override for agents",
|
||
"agentFeaturesToolFilterRegex": "/regex-pattern/",
|
||
"agentFeaturesToolFilterHint": "Tool filter regex for agents",
|
||
"agentFeaturesContextCacheHint": "Enable in-context cache for agent tools",
|
||
"agentFeaturesContextCacheProtection": "Protect cache from agent tool mutations",
|
||
"agentFeaturesContextLength": "প্রসঙ্গ দৈর্ঘ্য",
|
||
"agentFeaturesContextLengthPlaceholder": "যেমন 128000",
|
||
"agentFeaturesContextLengthHint": "/v1/মডেলে এই কম্বোর জন্য প্রসঙ্গ উইন্ডো সংজ্ঞায়িত করে।",
|
||
"agentFeaturesContextLengthErrorInteger": "প্রসঙ্গ দৈর্ঘ্য একটি বৈধ পূর্ণসংখ্যা হতে হবে",
|
||
"agentFeaturesContextLengthErrorRange": "প্রসঙ্গ দৈর্ঘ্য 1000 এবং 2000000 এর মধ্যে হতে হবে",
|
||
"compressionOverride": "কম্প্রেশন ওভাররাইড",
|
||
"modePack": "মোড প্যাক"
|
||
},
|
||
"costs": {
|
||
"title": "Costs",
|
||
"pageDescription": "Track spending, analyze trends, and manage your AI budget across all providers",
|
||
"overview": "Overview",
|
||
"budget": "Budget",
|
||
"totalCost": "Total Cost",
|
||
"breakdown": "Cost Breakdown",
|
||
"noData": "No cost data",
|
||
"byModel": "By Model",
|
||
"byProvider": "By Provider",
|
||
"range7d": "7 Days",
|
||
"range30d": "30 Days",
|
||
"range90d": "90 Days",
|
||
"rangeAll": "All Time",
|
||
"spend30d": "Spend 30D",
|
||
"activeModels": "Active Models",
|
||
"selectedWindow": "Selected Window",
|
||
"activeProviders": "Active Providers",
|
||
"overviewTitle": "Cost Overview",
|
||
"spend7d": "Spend 7D",
|
||
"avgCostPerRequest": "Avg Cost / Request",
|
||
"noCostDataDescription": "Start making requests to see cost data appear here. Costs are tracked automatically for all providers.",
|
||
"spendToday": "Spend Today",
|
||
"overviewLoadFailed": "Failed to load cost overview",
|
||
"overviewDescription": "Real-time spending breakdown across all connected providers and models",
|
||
"providerShare": "Provider Share",
|
||
"topProviders": "Top Providers",
|
||
"costTrend": "Cost Trend",
|
||
"noCostDataTitle": "No cost data yet",
|
||
"topModels": "Top Models",
|
||
"requestsInWindow": "Requests in Window",
|
||
"tokenUsage": "টোকেন ব্যবহার",
|
||
"totalTokens": "মোট টোকেন",
|
||
"inputTokens": "ইনপুট টোকেন",
|
||
"outputTokens": "আউটপুট টোকেন",
|
||
"inputOutputRatio": "ইনপুট/আউটপুট অনুপাত",
|
||
"tokens": "টোকেন",
|
||
"routingEfficiency": "রাউটিং দক্ষতা",
|
||
"fallbackCount": "ফলব্যাক অনুরোধ",
|
||
"fallbackRate": "ফলব্যাক রেট",
|
||
"modelCoverage": "মডেল কভারেজ",
|
||
"modelCoverageDesc": "সুস্পষ্ট মডেল সহ অনুরোধের %",
|
||
"outOfRequests": "{total} অনুরোধের মধ্যে",
|
||
"costByApiKey": "API কী দ্বারা খরচ",
|
||
"costByAccount": "অ্যাকাউন্ট দ্বারা খরচ",
|
||
"apiKeyName": "API কী",
|
||
"account": "হিসাব",
|
||
"requests": "অনুরোধ",
|
||
"cost": "খরচ",
|
||
"dayStreak": "দিনের ধারা",
|
||
"weeklyUsagePattern": "সাপ্তাহিক ব্যবহারের প্যাটার্ন",
|
||
"activityHeatmap": "কার্যকলাপ (365 দিন)",
|
||
"less": "কম",
|
||
"more": "আরও",
|
||
"monthlyForecast": "মাসিক পূর্বাভাস",
|
||
"forecastBasis": "গত {days} দিনের উপর ভিত্তি করে",
|
||
"avgDailyCost": "গড় দৈনিক খরচ",
|
||
"daysRemaining": "{days} দিন বাকি",
|
||
"periodComparison": "সময়ের তুলনা",
|
||
"previousPeriod": "আগের অর্ধেক",
|
||
"currentPeriod": "বর্তমান অর্ধেক",
|
||
"exportCSV": "CSV হিসাবে রপ্তানি করুন৷",
|
||
"exportJSON": "JSON হিসাবে রপ্তানি করুন",
|
||
"legacyFreeLabel": "__MISSING__:Legacy / Free",
|
||
"costExplorerTitle": "খরচ অনুসন্ধানকারী",
|
||
"costExplorerDescription": "প্রোভাইডার, মডেল, API কী, অ্যাকাউন্ট বা সার্ভিস স্তর অনুযায়ী ব্যয় দেখুন।",
|
||
"groupProvider": "প্রোভাইডার",
|
||
"groupModel": "মডেল",
|
||
"groupApiKey": "API কী",
|
||
"groupAccount": "অ্যাকাউন্ট",
|
||
"groupServiceTier": "সার্ভিস স্তর",
|
||
"serviceTierFast": "__MISSING__:Fast",
|
||
"serviceTierFlex": "__MISSING__:Flex",
|
||
"serviceTierStandard": "__MISSING__:Standard",
|
||
"serviceTierBreakdownTitle": "__MISSING__:Service Tier",
|
||
"serviceTierBreakdownSubtitle": "__MISSING__:Fast / Flex / Standard split",
|
||
"serviceTierUsageSaved": "__MISSING__:usage saved",
|
||
"serviceTierCostSaved": "__MISSING__:saved",
|
||
"serviceTierCostShareSuffix": "__MISSING__:of cost",
|
||
"dimension": "মাত্রা",
|
||
"share": "অংশ",
|
||
"legacyOrFree": "পুরোনো / বিনামূল্যে",
|
||
"filterRows": "সারি ফিল্টার করুন…",
|
||
"filterCostExplorerRows": "খরচ অনুসন্ধানকারীর সারি ফিল্টার করুন",
|
||
"noMatchingCostRows": "মিলে যাওয়া কোনো খরচের সারি নেই",
|
||
"noMatchingCostRowsDescription": "অনুসন্ধান টেক্সট, গ্রুপিং বা নির্বাচিত সময়সীমা সমন্বয় করুন।",
|
||
"showingCostRows": "{total}টি মিল থাকা সারির মধ্যে {shown}টি দেখানো হচ্ছে।",
|
||
"showingTopCostRows": "{total}টি মিল থাকা সারির মধ্যে {shown}টি দেখানো হচ্ছে (শীর্ষ ৫০)।"
|
||
},
|
||
"endpoint": {
|
||
"title": "API Endpoint",
|
||
"available": "Available Endpoints",
|
||
"cloudProxy": "Cloud Proxy",
|
||
"disableConfirm": "Are you sure you want to disable cloud proxy?",
|
||
"baseUrl": "Base URL",
|
||
"apiKeyLabel": "API Key",
|
||
"registeredKeys": "Registered Keys",
|
||
"chatCompletions": "Chat Completions",
|
||
"responses": "Responses",
|
||
"listModels": "List Models",
|
||
"usingCloudProxy": "Using Cloud Proxy",
|
||
"usingLocalServer": "Using Local Server",
|
||
"machineId": "Machine ID: {id}...",
|
||
"disableCloud": "Disable Cloud",
|
||
"enableCloud": "Enable Cloud",
|
||
"modelsAcrossEndpoints": "{models} models across {endpoints} endpoints",
|
||
"loadingModels": "Loading available models...",
|
||
"chatDesc": "Streaming & non-streaming chat with all providers",
|
||
"embeddings": "Embeddings",
|
||
"embeddingsDesc": "Text embeddings for search & RAG pipelines",
|
||
"imageGeneration": "Image Generation",
|
||
"imageDesc": "Generate images from text prompts",
|
||
"rerank": "Rerank",
|
||
"rerankDesc": "Rerank documents by relevance to a query",
|
||
"audioTranscription": "Audio Transcription",
|
||
"audioTranscriptionDesc": "Transcribe audio files to text (Whisper)",
|
||
"textToSpeech": "Text to Speech",
|
||
"textToSpeechDesc": "Convert text to natural-sounding speech",
|
||
"musicGeneration": "Music Generation",
|
||
"musicDesc": "Generate music and audio tracks via ComfyUI (Stable Audio, MusicGen)",
|
||
"moderations": "Moderations",
|
||
"moderationsDesc": "Content moderation and safety classification",
|
||
"responsesDesc": "OpenAI Responses API for Codex and advanced agentic workflows",
|
||
"listModelsDesc": "List all available models across all connected providers",
|
||
"settingsApiDesc": "Read and modify OmniRoute configuration via API",
|
||
"settingsApi": "Settings API",
|
||
"categoryCore": "Core APIs",
|
||
"categoryMedia": "Media & Multi-Modal",
|
||
"categorySearch": "Search & Discovery",
|
||
"categoryUtility": "Utility & Management",
|
||
"webSearch": "Web Search",
|
||
"webSearchDesc": "Unified web search across multiple providers with automatic failover and caching",
|
||
"searchProvider": "Search Provider",
|
||
"searchProviderDesc": "This provider is used for web search via POST /v1/search. No model configuration needed — search providers are ready to use once an API key is connected.",
|
||
"enableCloudTitle": "Enable Cloud Proxy",
|
||
"whatYouGet": "What you will get",
|
||
"cloudBenefitAccess": "Access your API from anywhere in the world",
|
||
"cloudBenefitShare": "Share endpoint with your team easily",
|
||
"cloudBenefitPorts": "No need to open ports or configure firewall",
|
||
"cloudBenefitEdge": "Fast global edge network",
|
||
"cloudSessionNote": "Cloud will keep your auth session for 1 day. If not used, it will be automatically deleted.",
|
||
"cloudUnstableNote": "Cloud is currently unstable with Claude Code OAuth in some cases.",
|
||
"cloudConnected": "Cloud Proxy connected!",
|
||
"connectingToCloud": "Connecting to cloud...",
|
||
"verifyingConnection": "Verifying connection...",
|
||
"connecting": "Connecting...",
|
||
"verifying": "Verifying...",
|
||
"connected": "Connected!",
|
||
"disableCloudTitle": "Disable Cloud Proxy",
|
||
"disableWarning": "All auth sessions will be deleted from cloud.",
|
||
"syncingData": "Syncing latest data...",
|
||
"disablingCloud": "Disabling cloud...",
|
||
"syncing": "Syncing...",
|
||
"disabling": "Disabling...",
|
||
"cloudConnectedVerified": "Cloud Proxy connected and verified!",
|
||
"connectedVerificationPending": "Connected — verification pending",
|
||
"connectedVerificationPendingWithError": "Connected — verification pending: {error}",
|
||
"cloudDisabledSuccess": "Cloud disabled successfully",
|
||
"syncedSuccess": "Synced successfully",
|
||
"failedDisable": "Failed to disable cloud",
|
||
"failedEnable": "Failed to enable cloud",
|
||
"cloudRequestTimeout": "Cloud request timeout",
|
||
"cloudRequestFailed": "Cloud request failed",
|
||
"cloudWorkerUnreachable": "Could not reach cloud worker. Make sure the cloud service is running (npm run dev in /cloud).",
|
||
"connectionFailed": "Connection failed",
|
||
"syncFailed": "Failed to sync cloud data",
|
||
"cloudflaredTitle": "Cloudflare Quick Tunnel",
|
||
"cloudflaredDescription": "Create a Cloudflare Quick Tunnel for this endpoint.",
|
||
"cloudflaredUrlNotice": "Creates a temporary Cloudflare Quick Tunnel. The URL changes after every restart.",
|
||
"cloudflaredEnable": "Enable Tunnel",
|
||
"cloudflaredInstallAndEnable": "Install & Enable",
|
||
"cloudflaredDisable": "Stop Tunnel",
|
||
"cloudflaredRunning": "Running",
|
||
"cloudflaredStarting": "Starting",
|
||
"cloudflaredStoppedState": "Stopped",
|
||
"cloudflaredNotInstalled": "Not installed",
|
||
"cloudflaredUnsupported": "Unsupported",
|
||
"cloudflaredError": "Error",
|
||
"cloudflaredStarted": "Cloudflare tunnel started",
|
||
"cloudflaredStopped": "Cloudflare tunnel stopped",
|
||
"cloudflaredRequestFailed": "Failed to update Cloudflare tunnel",
|
||
"cloudflaredTemporaryNote": "Quick Tunnel URLs are temporary and will change after every restart.",
|
||
"cloudflaredUnsupportedNote": "This platform is not supported for managed installs. Install cloudflared manually or point CLOUDFLARED_BIN to an existing binary.",
|
||
"cloudflaredIdleNote": "Create a temporary Cloudflare Quick Tunnel for this endpoint.",
|
||
"cloudflaredLastError": "Last error: {error}",
|
||
"providerModelsTitle": "{provider} — Models",
|
||
"noModelsForProvider": "No models available for this provider.",
|
||
"chat": "Chat",
|
||
"embedding": "Embedding",
|
||
"image": "Image",
|
||
"custom": "custom",
|
||
"modelsCount": "{count, plural, one {# model} other {# models}}",
|
||
"sectionTitle": "Integration Surface",
|
||
"sectionDescription": "OpenAI-compatible APIs and operational protocol endpoints",
|
||
"tabApis": "OpenAI-compatible APIs",
|
||
"tabProtocols": "Protocols",
|
||
"tabsAria": "Endpoint sections",
|
||
"protocolsTitle": "Protocols",
|
||
"protocolsDescription": "MCP and A2A are first-class endpoints with dedicated observability and controls.",
|
||
"mcpCardTitle": "MCP Server",
|
||
"mcpCardDescription": "Model Context Protocol over stdio",
|
||
"a2aCardTitle": "A2A Server",
|
||
"a2aCardDescription": "Agent2Agent JSON-RPC endpoint",
|
||
"protocolToolsLabel": "Tools",
|
||
"protocolTasksLabel": "Tasks",
|
||
"protocolActiveStreamsLabel": "Active streams",
|
||
"protocolLastActivity": "Last activity",
|
||
"quickStart": "Quick Start",
|
||
"openMcpDashboard": "Open MCP management",
|
||
"openA2aDashboard": "Open A2A management",
|
||
"mcpQuickStartTitle": "MCP Quick Start",
|
||
"mcpQuickStartStep1": "Run the MCP server via `omniroute --mcp`.",
|
||
"mcpQuickStartStep2": "Configure your MCP client to connect over stdio transport.",
|
||
"mcpQuickStartStep3": "Invoke tools such as `omniroute_get_health` and `omniroute_list_combos`.",
|
||
"a2aQuickStartTitle": "A2A Quick Start",
|
||
"a2aQuickStartStep1": "Discover the agent card at `/.well-known/agent.json`.",
|
||
"a2aQuickStartStep2": "Send JSON-RPC requests to `POST /a2a` using `message/send` or `message/stream`.",
|
||
"a2aQuickStartStep3": "Track and control tasks using `tasks/get` and `tasks/cancel`.",
|
||
"completionsLegacy": "Completions (Legacy)",
|
||
"completionsLegacyDesc": "Legacy OpenAI text completions — accepts both prompt string and messages array format",
|
||
"messagesApi": "বার্তা",
|
||
"messagesApiDesc": "Claude-সামঞ্জস্যপূর্ণ প্রদানকারীদের জন্য নেটিভ নৃতাত্ত্বিক বার্তা API বিন্যাস",
|
||
"imageEdits": "ছবি সম্পাদনা",
|
||
"imageEditsDesc": "AI (ইনপেইন্টিং, আউটপেইন্টিং, বৈচিত্র) সহ বিদ্যমান চিত্রগুলি সম্পাদনা এবং সংশোধন করুন",
|
||
"batchApi": "ব্যাচ API",
|
||
"batchApiDesc": "অ্যাসিঙ্ক্রোনাসভাবে অনুরোধের বড় ব্যাচ প্রক্রিয়া করুন (ওপেনএআই-সামঞ্জস্যপূর্ণ)",
|
||
"filesApi": "ফাইল API",
|
||
"filesApiDesc": "ব্যাচ প্রক্রিয়াকরণের জন্য ফাইলগুলি আপলোড এবং পরিচালনা করুন",
|
||
"videoGeneration": "Video Generation",
|
||
"videoDesc": "Generate videos using AI models like ComfyUI and Stable Video Diffusion.",
|
||
"tailscaleRequestFailed": "Failed to load Tailscale status",
|
||
"tailscaleEnableFailed": "Failed to enable Tailscale Funnel",
|
||
"tailscaleWaitingForLogin": "Complete the Tailscale login in the opened browser tab. OmniRoute will retry automatically.",
|
||
"tailscaleLoginTimedOut": "Timed out waiting for Tailscale login",
|
||
"tailscaleWaitingForFunnel": "Enable Funnel for this device in the opened browser tab. OmniRoute will keep polling.",
|
||
"tailscaleFunnelTimedOut": "Timed out waiting for Tailscale Funnel to be enabled",
|
||
"tailscaleStarted": "Tailscale Funnel enabled",
|
||
"tailscaleDisableFailed": "Failed to disable Tailscale Funnel",
|
||
"tailscaleStopped": "Tailscale Funnel disabled",
|
||
"tailscaleInstallFailed": "Failed to install Tailscale",
|
||
"tailscaleInstallProgress": "Working...",
|
||
"tailscaleInstalled": "Tailscale installed successfully",
|
||
"tailscaleRunning": "Running",
|
||
"tailscaleNeedsLogin": "Needs Login",
|
||
"tailscaleStoppedState": "Stopped",
|
||
"tailscaleNotInstalled": "Not installed",
|
||
"tailscaleUnsupported": "Unsupported",
|
||
"tailscaleError": "Error",
|
||
"tailscaleDisable": "Stop Funnel",
|
||
"tailscaleInstallAndEnable": "Install & Enable",
|
||
"tailscaleLoginAndEnable": "Login & Enable",
|
||
"tailscaleEnable": "Enable Funnel",
|
||
"tailscaleUrlNotice": "Uses your Tailscale .ts.net address. Login and Funnel approval may be required on first use.",
|
||
"tailscaleTitle": "Tailscale Funnel",
|
||
"tailscaleNeedsLoginHint": "Authenticate this machine with Tailscale, then enable Funnel.",
|
||
"tailscaleBinaryPath": "Binary: {path}",
|
||
"tailscaleLastError": "Last error: {error}",
|
||
"tailscaleInstallTitle": "Install Tailscale",
|
||
"tailscaleInstallIntro": "Installs Tailscale on this machine and prepares OmniRoute to enable Funnel.",
|
||
"tailscaleInstallPasswordHint": "On macOS and Linux, sudo may be required for the package install and daemon start.",
|
||
"tailscaleSudoPlaceholder": "Optional sudo password",
|
||
"tailscaleInstalling": "Installing",
|
||
"tailscaleSudoLabel": "Sudo Password (required on macOS/Linux)",
|
||
"ngrokTitle": "ngrok টানেল",
|
||
"ngrokRunning": "চলমান",
|
||
"ngrokStarting": "শুরু হচ্ছে",
|
||
"ngrokStoppedState": "থেমে গেল",
|
||
"ngrokNeedsAuth": "প্রমাণ প্রয়োজন",
|
||
"ngrokNotInstalled": "ইনস্টল করা হয়নি",
|
||
"ngrokUnsupported": "অসমর্থিত",
|
||
"ngrokError": "ত্রুটি",
|
||
"ngrokEnable": "টানেল সক্ষম করুন",
|
||
"ngrokDisable": "টানেল বন্ধ করুন",
|
||
"ngrokUrlNotice": "একটি পাবলিক এনগ্রোক টানেল তৈরি করে।",
|
||
"ngrokAuthTokenLabel": "অথটোকেন (NGROK_AUTHTOKEN সেট না থাকলে প্রয়োজনীয়)",
|
||
"ngrokAuthTokenPlaceholder": "আপনার এনগ্রোক অথটোকেন লিখুন",
|
||
"ngrokLastError": "শেষ ত্রুটি: {error}",
|
||
"ngrokStarted": "ngrok টানেল শুরু হয়েছে",
|
||
"ngrokStopped": "ngrok টানেল থেমে গেছে",
|
||
"ngrokRequestFailed": "Ngrok টানেল আপডেট করতে ব্যর্থ হয়েছে",
|
||
"tokenSaverSubtitle": "প্রতিটি অনুরোধে কম টোকেন ব্যয় করুন।",
|
||
"tokenSaverToolOutput": "টুল আউটপুট",
|
||
"tokenSaverLlmOutput": "এলএলএম আউটপুট",
|
||
"tokenSaverInputCompression": "ইনপুট কম্প্রেশন",
|
||
"apiEndpointsCatalogUnavailable": "API ক্যাটালগ অনুপলব্ধ৷",
|
||
"apiEndpointsSearchPlaceholder": "শেষ পয়েন্ট খুঁজুন...",
|
||
"apiEndpointsRequiresAuth": "প্রমাণীকরণ প্রয়োজন",
|
||
"apiEndpointsNoMatch": "কোনো শেষবিন্দু আপনার ফিল্টারের সাথে মেলে না",
|
||
"localServer": "স্থানীয় সার্ভার",
|
||
"cloudOmniroute": "ক্লাউড OmniRoute",
|
||
"copyUrl": "ইউআরএল কপি করুন",
|
||
"badgeLoopbackTooltip": "__MISSING__:This endpoint is only accessible locally (loopback only)",
|
||
"badgeAlwaysProtectedTooltip": "__MISSING__:This endpoint is always protected and requires authorization",
|
||
"badgeInternalTooltip": "__MISSING__:This is an internal system endpoint",
|
||
"tierAll": "__MISSING__:All",
|
||
"tierAuth": "__MISSING__:Authenticated",
|
||
"tierLoopback": "__MISSING__:Loopback",
|
||
"tierAlwaysProtected": "__MISSING__:Always Protected",
|
||
"tierPublic": "__MISSING__:Public",
|
||
"hideInternal": "__MISSING__:Hide Internal",
|
||
"showInternal": "__MISSING__:Show Internal"
|
||
},
|
||
"endpoints": {
|
||
"tabProxy": "Endpoint Proxy",
|
||
"tabApiEndpoints": "API Endpoints",
|
||
"apiEndpointsTitle": "API Endpoints",
|
||
"apiEndpointsDescription": "Backend API endpoints that can be consumed by other applications and services. This section will list all available REST APIs with documentation and testing capabilities.",
|
||
"comingSoon": "Coming Soon",
|
||
"plannedFeatures": "Planned Features",
|
||
"featureRestApi": "REST API endpoint catalog with interactive documentation",
|
||
"featureWebhooks": "Webhook configuration and event subscriptions",
|
||
"featureSwagger": "OpenAPI / Swagger spec auto-generation",
|
||
"featureAuth": "API key and OAuth scope management per endpoint"
|
||
},
|
||
"mcpDashboard": {
|
||
"loading": "Loading MCP dashboard...",
|
||
"activate": "activate",
|
||
"deactivate": "deactivate",
|
||
"confirmSwitchCombo": "Confirm {action} combo \"{combo}\"?",
|
||
"switchComboFailed": "Failed to switch combo state.",
|
||
"switchComboSuccess": "Combo \"{combo}\" updated.",
|
||
"confirmApplyProfile": "Apply resilience profile \"{profile}\"?",
|
||
"applyProfileFailed": "Failed to apply resilience profile.",
|
||
"applyProfileSuccess": "Profile \"{profile}\" applied.",
|
||
"confirmResetBreakers": "Reset all circuit breakers?",
|
||
"resetBreakersFailed": "Failed to reset circuit breakers.",
|
||
"resetBreakersSuccess": "Circuit breakers reset.",
|
||
"processStatus": "Process status",
|
||
"online": "Online",
|
||
"offline": "Offline",
|
||
"disableLabel": "__MISSING__:Disable {label}",
|
||
"enableLabel": "__MISSING__:Enable {label}",
|
||
"transportMode": "__MISSING__:Transport Mode",
|
||
"transportStdioDesc": "__MISSING__:Local — IDE spawns process via omniroute --mcp",
|
||
"transportSseDesc": "__MISSING__:Remote — Server-Sent Events over HTTP",
|
||
"transportStreamableHttpDesc": "__MISSING__:Remote — Modern bidirectional HTTP",
|
||
"copy": "__MISSING__:Copy",
|
||
"mcpDashboardCopyUrl": "ইউআরএল কপি করুন",
|
||
"mcpDisabledTitle": "__MISSING__:MCP is disabled",
|
||
"mcpDisabledDesc": "__MISSING__:Enable MCP above to configure transport mode and view server telemetry.",
|
||
"mcpIntro": "__MISSING__:Model Context Protocol — {tools} tools across {scopes} scopes, {transports} transports (stdio / SSE / Streamable HTTP).",
|
||
"mcpStep1": "__MISSING__:Run via {code}",
|
||
"mcpStep2": "__MISSING__:Configure your MCP client to connect over stdio transport.",
|
||
"mcpStep3": "__MISSING__:Invoke tools like {code1} and {code2}.",
|
||
"pid": "PID",
|
||
"sessionUptime": "Session uptime",
|
||
"lastHeartbeat": "Last heartbeat",
|
||
"activity24h": "Activity (24h)",
|
||
"totalCalls": "Total calls",
|
||
"successRate": "Success rate",
|
||
"avgLatency": "Avg latency",
|
||
"topTools": "Top tools",
|
||
"noToolCalls24h": "No tool calls in the last 24 hours.",
|
||
"runtimeDetails": "Runtime details",
|
||
"transport": "Transport",
|
||
"scopesEnforced": "Scopes enforced",
|
||
"yes": "yes",
|
||
"no": "no",
|
||
"lastCall": "Last call",
|
||
"heartbeatPath": "Heartbeat path",
|
||
"operationalControls": "Operational controls",
|
||
"switchCombo": "Switch combo",
|
||
"inactive": "inactive",
|
||
"active": "active",
|
||
"activateCombo": "Activate combo",
|
||
"deactivateCombo": "Deactivate combo",
|
||
"applyResilienceProfile": "Apply resilience profile",
|
||
"profileAggressive": "aggressive",
|
||
"profileBalanced": "balanced",
|
||
"profileConservative": "conservative",
|
||
"applyProfile": "Apply profile",
|
||
"resetCircuitBreakers": "Reset circuit breakers",
|
||
"resetCircuitBreakersHelp": "Clears current breaker state and failure counters for providers.",
|
||
"resetAllBreakers": "Reset all breakers",
|
||
"toolsAndScopes": "Tools and scopes",
|
||
"tableTool": "Tool",
|
||
"tableScopes": "Scopes",
|
||
"tablePhase": "Phase",
|
||
"tableAudit": "Audit",
|
||
"auditLog": "Audit log",
|
||
"auditSummary": "Calls: {total} | page {page} of {totalPages}",
|
||
"allTools": "All tools",
|
||
"allResults": "All results",
|
||
"success": "Success",
|
||
"failure": "Failure",
|
||
"apiKeyIdPlaceholder": "apiKeyId",
|
||
"loadingAuditEntries": "Loading audit entries...",
|
||
"noAuditEntriesForFilters": "No audit entries found for current filters.",
|
||
"tableTimestamp": "Timestamp",
|
||
"tableDuration": "Duration",
|
||
"tableResult": "Result",
|
||
"tableApiKey": "API key",
|
||
"failed": "failed",
|
||
"previous": "Previous",
|
||
"next": "Next",
|
||
"apiKeyId": "Api Key Id",
|
||
"offset": "Offset",
|
||
"limit": "Limit",
|
||
"tool": "Tool"
|
||
},
|
||
"a2aDashboard": {
|
||
"loading": "Loading A2A dashboard...",
|
||
"confirmCancelTask": "Cancel task {taskId}?",
|
||
"cancelTaskFailed": "Failed to cancel task.",
|
||
"cancelTaskSuccess": "Task {taskId} cancelled.",
|
||
"smokeSendFailed": "message/send smoke test failed.",
|
||
"smokeSendSuccessWithTask": "message/send ok (task {taskId}).",
|
||
"smokeSendSuccess": "message/send ok.",
|
||
"smokeStreamFailed": "message/stream smoke test failed.",
|
||
"smokeStreamSuccessWithTask": "message/stream ok (task {taskId}{stateSuffix}).",
|
||
"smokeStreamNoTaskId": "message/stream finished without task id.",
|
||
"health": "Health",
|
||
"ok": "ok",
|
||
"totalTasks": "Total tasks",
|
||
"activeStreams": "Active streams",
|
||
"lastTask": "Last task",
|
||
"taskStateOverview": "Task state overview",
|
||
"state": {
|
||
"submitted": "submitted",
|
||
"working": "working",
|
||
"completed": "completed",
|
||
"failed": "failed",
|
||
"cancelled": "cancelled"
|
||
},
|
||
"agentCard": "Agent card",
|
||
"agentCardPath": "__MISSING__:/.well-known/agent.json",
|
||
"version": "Version",
|
||
"url": "URL",
|
||
"capabilities": "Capabilities",
|
||
"agentCardNotAvailable": "Agent card not available.",
|
||
"quickValidation": "Quick validation",
|
||
"quickValidationDescription": "Executes smoke calls through the live `/a2a` endpoint.",
|
||
"runMessageSend": "Run message/send",
|
||
"runMessageStream": "Run message/stream",
|
||
"taskManagement": "Task management",
|
||
"taskSummary": "{total} tasks | page {page} of {totalPages}",
|
||
"allStates": "all",
|
||
"allSkills": "all skills",
|
||
"loadingTasks": "Loading tasks...",
|
||
"noTasksForFilters": "No tasks found for current filters.",
|
||
"tableTask": "Task",
|
||
"tableSkill": "Skill",
|
||
"tableState": "State",
|
||
"tableUpdated": "Updated",
|
||
"tableActions": "Actions",
|
||
"view": "View",
|
||
"cancel": "Cancel",
|
||
"previous": "Previous",
|
||
"next": "Next",
|
||
"taskDetail": "Task detail",
|
||
"close": "Close",
|
||
"metadata": "Metadata",
|
||
"events": "Events",
|
||
"artifacts": "Artifacts",
|
||
"tablePhase": "Table Phase",
|
||
"offset": "Offset",
|
||
"limit": "Limit",
|
||
"skill": "Skill",
|
||
"rpcEndpoint": "পোস্ট /a2a",
|
||
"rpcMethodSend": "বার্তা/পাঠান",
|
||
"rpcMethodStream": "বার্তা/প্রবাহ",
|
||
"rpcMethodGet": "কাজ/পাও",
|
||
"rpcMethodCancel": "কাজ/বাতিল",
|
||
"serviceLabel": "A2A",
|
||
"online": "__MISSING__:Online",
|
||
"offline": "__MISSING__:Offline",
|
||
"disableLabel": "__MISSING__:Disable {label}",
|
||
"enableLabel": "__MISSING__:Enable {label}",
|
||
"a2aDisabledTitle": "__MISSING__:A2A is disabled",
|
||
"a2aDisabledDesc": "__MISSING__:Enable A2A above to view task telemetry, agent details, and validation tools.",
|
||
"a2aIntro": "__MISSING__:Agent2Agent JSON-RPC 2.0 endpoint — send tasks, stream responses, cancel in-flight jobs.",
|
||
"a2aStep1": "__MISSING__:Discover the agent card at {code}.",
|
||
"a2aStep2": "__MISSING__:Send JSON-RPC to {code1} using {code2} or {code3}.",
|
||
"a2aStep3": "__MISSING__:Track and cancel tasks with {code1} and {code2}."
|
||
},
|
||
"memory": {
|
||
"title": "Memory Management",
|
||
"description": "View and manage stored memory entries",
|
||
"memories": "Memories",
|
||
"totalEntries": "Total Entries",
|
||
"tokensUsed": "Tokens Used",
|
||
"hitRate": "Hit Rate",
|
||
"loading": "Loading memories...",
|
||
"noMemories": "No memories found",
|
||
"search": "Search memories...",
|
||
"allTypes": "All Types",
|
||
"export": "Export",
|
||
"import": "Import",
|
||
"addMemory": "Add Memory",
|
||
"type": "Type",
|
||
"key": "Key",
|
||
"content": "Content",
|
||
"created": "Created",
|
||
"actions": "Actions",
|
||
"delete": "Delete",
|
||
"factual": "Factual",
|
||
"episodic": "Episodic",
|
||
"procedural": "Procedural",
|
||
"semantic": "Semantic",
|
||
"a": "A",
|
||
"pipelineOk": "পাইপলাইন ঠিক আছে ({latencyMs}ms)",
|
||
"pipelineError": "পাইপলাইনের ত্রুটি",
|
||
"healthUnknown": "স্বাস্থ্য অজানা",
|
||
"checkingHealth": "পরীক্ষা করা হচ্ছে...",
|
||
"checkHealth": "স্বাস্থ্য পরীক্ষা করুন",
|
||
"pageInfo": "পৃষ্ঠা {page} এর {totalPages} ({total} মোট)",
|
||
"previous": "আগের",
|
||
"next": "পরবর্তী",
|
||
"cancel": "বাতিল করুন",
|
||
"save": "সংরক্ষণ করুন",
|
||
"keyPlaceholder": "যেমন user.preferences.theme",
|
||
"contentPlaceholder": "মনে রাখতে মান বা JSON সামগ্রী"
|
||
},
|
||
"skills": {
|
||
"title": "Skills",
|
||
"description": "Manage and monitor AI skills",
|
||
"skillsTab": "Skills",
|
||
"executionsTab": "Executions",
|
||
"sandboxTab": "Sandbox",
|
||
"loading": "Loading skills...",
|
||
"noSkills": "No skills found",
|
||
"noExecutions": "No executions found",
|
||
"enabled": "Enabled",
|
||
"disabled": "Disabled",
|
||
"version": "Version",
|
||
"tableDescription": "Description",
|
||
"skill": "Skill",
|
||
"status": "Status",
|
||
"duration": "Duration",
|
||
"time": "Time",
|
||
"sandboxConfig": "Sandbox Configuration",
|
||
"cpuLimit": "CPU Limit",
|
||
"cpuLimitDesc": "Maximum execution time per skill",
|
||
"memoryLimit": "Memory Limit",
|
||
"memoryLimitDesc": "Maximum memory allocation",
|
||
"timeout": "Timeout",
|
||
"timeoutDesc": "Maximum wait time for response",
|
||
"networkAccess": "Network Access",
|
||
"networkAccessDesc": "Allow outbound network requests",
|
||
"mode": "Mode",
|
||
"q": "Q",
|
||
"filterSkillsPlaceholder": "নাম, বিবরণ, বা ট্যাগ দ্বারা ফিল্টার দক্ষতা",
|
||
"allModes": "সব মোড",
|
||
"totalSkills": "__MISSING__:Total Skills",
|
||
"enabledSkills": "__MISSING__:Enabled",
|
||
"totalExecutions": "__MISSING__:Executions",
|
||
"successRate": "__MISSING__:Success Rate",
|
||
"marketplaceTab": "__MISSING__:Marketplace",
|
||
"applyFilters": "__MISSING__:Apply filters",
|
||
"popularDefaultsLabel": "__MISSING__:Popular by default for selected provider:",
|
||
"onMode": "__MISSING__:ON",
|
||
"offMode": "__MISSING__:OFF",
|
||
"autoMode": "__MISSING__:AUTO",
|
||
"installSkillButton": "__MISSING__:Install Skill",
|
||
"installSkillModalTitle": "__MISSING__:Install Skill",
|
||
"installJsonPlaceholder": "__MISSING__:Paste skill manifest JSON here...",
|
||
"installing": "__MISSING__:Installing...",
|
||
"installSuccess": "__MISSING__:Skill installed ({id})",
|
||
"installError": "__MISSING__:Install failed",
|
||
"invalidJson": "__MISSING__:Invalid JSON",
|
||
"searchMarketplacePlaceholder": "__MISSING__:Search skills...",
|
||
"searchMarketplace": "__MISSING__:Search Marketplace",
|
||
"marketplaceEmpty": "__MISSING__:No skills found in marketplace",
|
||
"marketplaceError": "__MISSING__:Search failed",
|
||
"installingFromMarketplace": "__MISSING__:Installing from marketplace...",
|
||
"popularSkills": "__MISSING__:Popular Skills",
|
||
"skillsMarketplace": "স্কিল মার্কেটপ্লেস",
|
||
"searching": "__MISSING__:Searching...",
|
||
"pageInfo": "__MISSING__:Page {page} of {totalPages} ({total} total)",
|
||
"previous": "__MISSING__:Previous",
|
||
"next": "__MISSING__:Next",
|
||
"activeProvider": "__MISSING__:Active provider:",
|
||
"changeInSettings": "__MISSING__:Change this in Settings → Memory & Skills.",
|
||
"installs": "__MISSING__:installs",
|
||
"marketplaceSkillsMpHint": "__MISSING__:Configure your SkillsMP API key in Settings to browse the marketplace.",
|
||
"marketplaceSkillsShHint": "__MISSING__:Search the skills.sh open directory to discover and install agent skills.",
|
||
"installSkillModalDesc": "__MISSING__:Paste a skill manifest JSON or upload a .json file.",
|
||
"uploadJson": "__MISSING__:Upload JSON",
|
||
"cancel": "__MISSING__:Cancel",
|
||
"installSkill": "দক্ষতা ইনস্টল করুন"
|
||
},
|
||
"health": {
|
||
"title": "System Health",
|
||
"description": "Real-time monitoring of your OmniRoute instance",
|
||
"healthy": "Healthy",
|
||
"degraded": "Degraded",
|
||
"down": "Down",
|
||
"uptime": "Uptime",
|
||
"memory": "Memory",
|
||
"memoryRss": "Memory (RSS)",
|
||
"heap": "Heap",
|
||
"cpu": "CPU",
|
||
"database": "Database",
|
||
"version": "Version",
|
||
"lastCheck": "Last Check",
|
||
"providerHealth": "Provider Health",
|
||
"systemMetrics": "System Metrics",
|
||
"tokenHealth": "Token Health",
|
||
"refreshAll": "Refresh All",
|
||
"checkNow": "Check Now",
|
||
"loadingHealth": "Loading health data...",
|
||
"failedToLoad": "Failed to load health data: {error}",
|
||
"retry": "Retry",
|
||
"allOperational": "All systems operational",
|
||
"issuesDetected": "System issues detected",
|
||
"updatedAt": "Updated {time}",
|
||
"latency": "Latency",
|
||
"latencyP50": "p50",
|
||
"latencyP95": "p95",
|
||
"latencyP99": "p99",
|
||
"millisecondsShort": "{value}ms",
|
||
"notAvailable": "—",
|
||
"totalRequests": "Total requests",
|
||
"noDataYet": "No data yet",
|
||
"promptCache": "Prompt Cache",
|
||
"entries": "Entries",
|
||
"hitRate": "Hit Rate",
|
||
"hitsMisses": "Hits / Misses",
|
||
"signatureCache": "Signature Cache",
|
||
"signatureDefaults": "Defaults",
|
||
"signatureTool": "Tool",
|
||
"signatureFamily": "Family",
|
||
"signatureSession": "Session",
|
||
"recovering": "Recovering",
|
||
"noCBData": "No circuit breaker data available. Make some requests first.",
|
||
"providerHealthStatusAria": "Provider health status",
|
||
"issuesLabel": "Issues Detected",
|
||
"operational": "Operational",
|
||
"providers": "Providers",
|
||
"configuredProvidersLabel": "Configured in dashboard",
|
||
"configuredProvidersHint": "Providers with credentials saved in /dashboard/providers, regardless of runtime state.",
|
||
"activeProviders": "{count} active",
|
||
"activeProvidersHint": "Configured providers currently enabled for routing requests.",
|
||
"monitoredProviders": "{count} monitored",
|
||
"monitoredProvidersHint": "Providers currently tracked by circuit-breaker health monitors.",
|
||
"healthyCount": "{count} healthy",
|
||
"nodeVersion": "Node {version}",
|
||
"failures": "{count} failure",
|
||
"failuresPlural": "{count} failures",
|
||
"lastFailure": "Last",
|
||
"rateLimitStatus": "Rate Limit Status",
|
||
"activeLimiters": "{count} active limiter",
|
||
"activeLimitersPlural": "{count} active limiters",
|
||
"queued": "Queued",
|
||
"queuedCount": "{count} queued",
|
||
"running": "running",
|
||
"runningCount": "{count} running",
|
||
"ok": "OK",
|
||
"activeLockouts": "Active Lockouts",
|
||
"resetConfirm": "Reset all circuit breakers to healthy state? This will clear all failure counts and restore all providers to operational status.",
|
||
"resetAllTitle": "Reset all circuit breakers to healthy state",
|
||
"resetting": "Resetting...",
|
||
"resetAll": "Reset All",
|
||
"until": "Until {time}",
|
||
"limitExhausted": "Exhausted",
|
||
"learnedFromHeaders": "Learned from headers",
|
||
"remainingOfLimit": "{remaining}/{limit} remaining",
|
||
"throttleStatus": "Throttle: {value}",
|
||
"lastHeaderUpdate": "Header update: {age}",
|
||
"databaseHealth": "ডাটাবেস স্বাস্থ্য",
|
||
"stickyBoundSessions": "স্টিকি-বাউন্ড সেশন",
|
||
"sessionsByApiKey": "API কী দ্বারা সেশন",
|
||
"noActiveSessionsTracked": "এখনো কোনো সক্রিয় সেশন ট্র্যাক করা হয়নি৷",
|
||
"noSessionQuotaMonitorsActive": "কোন সেশন কোটা মনিটর সক্রিয় নেই.",
|
||
"gracefulDegradationStatus": "করুণাময় অধঃপতন অবস্থা",
|
||
"additionalModels": "+{count} আরো মডেল",
|
||
"providerHealthMatrixTitle": "__MISSING__:Provider Health Matrix",
|
||
"providerHealthMatrixDescription": "__MISSING__:Provider × account × model states from breakers, cooldowns, lockouts and logs.",
|
||
"healthMatrixRange": "__MISSING__:Health matrix range",
|
||
"providerFilter": "__MISSING__:Provider filter",
|
||
"onlyIssues": "__MISSING__:Only issues",
|
||
"refresh": "__MISSING__:Refresh",
|
||
"accounts": "__MISSING__:Accounts",
|
||
"models": "__MISSING__:Models",
|
||
"issues": "__MISSING__:Issues",
|
||
"loadingProviderHealthMatrix": "__MISSING__:Loading provider health matrix...",
|
||
"failedProviderHealthMatrix": "__MISSING__:Failed to load Provider Health Matrix: {error}",
|
||
"noProvidersMatchedFilters": "__MISSING__:No providers matched the current filters.",
|
||
"modelPillSummary": "__MISSING__:{requests} req · {successRate} success · {latency} avg",
|
||
"modelLockoutSummary": "__MISSING__:{reason} · {duration} left",
|
||
"locked": "__MISSING__:locked",
|
||
"inferred": "__MISSING__:inferred",
|
||
"inactive": "__MISSING__:Inactive",
|
||
"noConnectionId": "__MISSING__:no connection id",
|
||
"accountModelSummary": "__MISSING__:{connectionId} · {count} models",
|
||
"cooldown": "__MISSING__:cooldown",
|
||
"durationRemaining": "__MISSING__:{duration} remaining",
|
||
"noSyncedModelsOrTraffic": "__MISSING__:No synced models or recent traffic yet.",
|
||
"providerRowSummary": "__MISSING__:{active}/{total} active accounts · {requests} req · {successRate} success · {latency} avg",
|
||
"cooldownCount": "__MISSING__:{count} cooldown",
|
||
"lockoutCount": "__MISSING__:{count} lockouts",
|
||
"issueCount": "__MISSING__:{count} issues",
|
||
"score": "__MISSING__:Score",
|
||
"lastRequest": "__MISSING__:Last request",
|
||
"lastError": "__MISSING__:Last error"
|
||
},
|
||
"telemetry": {
|
||
"title": "সিস্টেম টেলিমেট্রি",
|
||
"description": "এই OmniRoute প্রক্রিয়া থেকে রোলিং অনুরোধ, রানটাইম, সেশন এবং মেমরি সংকেত।",
|
||
"uptime": "আপটাইম",
|
||
"totalRequests": "মোট অনুরোধ",
|
||
"avgLatency": "গড় বিলম্ব",
|
||
"errorRate": "ত্রুটি হার",
|
||
"activeConnections": "সক্রিয় সংযোগ",
|
||
"memoryUsage": "মেমরি ব্যবহার",
|
||
"latencyTrend": "লেটেন্সি প্রবণতা",
|
||
"throughputTrend": "থ্রুপুট প্রবণতা",
|
||
"memoryTrend": "স্মৃতি প্রবণতা",
|
||
"refresh": "রিফ্রেশ",
|
||
"updatedAt": "আপডেট করা হয়েছে {time}",
|
||
"loadFailed": "টেলিমেট্রি লোড করতে ব্যর্থ হয়েছে৷",
|
||
"partialData": "টেলিমেট্রি আংশিকভাবে উপলব্ধ: {error}"
|
||
},
|
||
"mitm": {
|
||
"title": "এমআইটিএম প্রক্সি",
|
||
"description": "ক্লায়েন্টের অনুরোধগুলিকে আটকানো এবং রাউটিং করার জন্য স্বচ্ছ প্রক্সি।",
|
||
"enable": "MITM প্রক্সি সক্ষম করুন৷",
|
||
"enableDesc": "স্থানীয় বাধা প্রক্রিয়া এবং DNS ওভাররাইড শুরু বা বন্ধ করুন।",
|
||
"status": "স্ট্যাটাস",
|
||
"running": "চলমান",
|
||
"stopped": "থেমে গেল",
|
||
"start": "শুরু করুন",
|
||
"stop": "থামো",
|
||
"refresh": "রিফ্রেশ",
|
||
"port": "প্রক্সি পোর্ট",
|
||
"apiKey": "রাউটার API কী",
|
||
"apiKeyPlaceholder": "ঐচ্ছিক; একটি স্থানীয় কী ফিরে পড়ে",
|
||
"sudoPassword": "সুডো পাসওয়ার্ড",
|
||
"cachedPassword": "এই প্রক্রিয়ার জন্য ক্যাশে করা হয়েছে",
|
||
"saveSettings": "সেটিংস সংরক্ষণ করুন",
|
||
"settingsSaved": "MITM সেটিংস সংরক্ষণ করা হয়েছে৷",
|
||
"startedSuccess": "MITM প্রক্সি শুরু হয়েছে।",
|
||
"stoppedSuccess": "MITM প্রক্সি বন্ধ হয়েছে৷",
|
||
"saveFailed": "MITM সেটিংস আপডেট করতে ব্যর্থ হয়েছে৷",
|
||
"loadFailed": "MITM সেটিংস লোড করতে ব্যর্থ হয়েছে৷",
|
||
"invalidPort": "স্বচ্ছ MITM বাধাদানের জন্য বর্তমানে পোর্ট 443 প্রয়োজন।",
|
||
"certificate": "CA সার্টিফিকেট",
|
||
"certificateReady": "ক্লায়েন্ট ট্রাস্ট ইনস্টলেশনের জন্য শংসাপত্র উপলব্ধ।",
|
||
"certificateMissing": "সার্টিফিকেট এখনো তৈরি করা হয়নি.",
|
||
"available": "পাওয়া যায়",
|
||
"missing": "অনুপস্থিত",
|
||
"downloadCert": "CA সার্টিফিকেট ডাউনলোড করুন",
|
||
"regenerateCert": "শংসাপত্র পুনরুত্পাদন",
|
||
"regenerateConfirm": "এটি বিদ্যমান ক্লায়েন্ট বিশ্বাসকে বাতিল করবে। চালিয়ে যান?",
|
||
"regenerateSuccess": "MITM শংসাপত্র পুনরুত্থিত হয়েছে৷",
|
||
"regenerateFailed": "MITM শংসাপত্র পুনরায় তৈরি করতে ব্যর্থ হয়েছে৷",
|
||
"targetRoutes": "টার্গেট রুট",
|
||
"interceptedRequests": "বাধাপ্রাপ্ত অনুরোধ",
|
||
"activeConnections": "সক্রিয় সংযোগ",
|
||
"dnsConfigured": "DNS কনফিগার করা হয়েছে",
|
||
"pid": "পিআইডি",
|
||
"lastIntercept": "লাস্ট ইন্টারসেপ্ট",
|
||
"target": "টার্গেট",
|
||
"host": "হোস্ট",
|
||
"localPort": "স্থানীয় বন্দর",
|
||
"endpoints": "শেষবিন্দু",
|
||
"enabled": "সক্রিয়",
|
||
"configured": "কনফিগার করা হয়েছে",
|
||
"yes": "হ্যাঁ",
|
||
"no": "না",
|
||
"noTargets": "কোনো টার্গেট রুট কনফিগার করা নেই।"
|
||
},
|
||
"limits": {
|
||
"title": "Limits & Quotas",
|
||
"rateLimit": "Rate Limit",
|
||
"remaining": "Remaining",
|
||
"requestsPerMinute": "Requests/min",
|
||
"tokensPerMinute": "Tokens/min",
|
||
"dailyLimit": "Daily Limit"
|
||
},
|
||
"logs": {
|
||
"title": "Logs",
|
||
"requestLogs": "Request Logs",
|
||
"proxyLogs": "Proxy Logs",
|
||
"auditLog": "Audit Log",
|
||
"console": "Console",
|
||
"auditLogDesc": "Administrative actions and security events",
|
||
"loading": "Loading...",
|
||
"refresh": "Refresh",
|
||
"filterByAction": "Filter by action...",
|
||
"filterByActor": "Filter by actor...",
|
||
"filterEntriesAria": "Filter audit log entries",
|
||
"filterByActionTypeAria": "Filter by action type",
|
||
"filterByActorAria": "Filter by actor",
|
||
"refreshAuditLogAria": "Refresh audit log",
|
||
"tableAria": "Audit log entries",
|
||
"failedFetchAuditLog": "Failed to fetch audit log",
|
||
"showing": "Showing {count} entries (offset {offset})",
|
||
"search": "Search",
|
||
"timestamp": "Timestamp",
|
||
"action": "Action",
|
||
"actor": "Actor",
|
||
"target": "Target",
|
||
"details": "Details",
|
||
"ipAddress": "IP Address",
|
||
"notAvailable": "—",
|
||
"noEntries": "No audit log entries found",
|
||
"previous": "Previous",
|
||
"next": "Next",
|
||
"providerWarningTitle": "Provider Warnings",
|
||
"viewDetails": "View Details",
|
||
"eventMetadata": "Event Metadata",
|
||
"eventPayload": "Event Payload",
|
||
"requestId": "Request Id",
|
||
"providerWarningDesc": "Some providers returned warnings during request processing",
|
||
"a": "A",
|
||
"offset": "Offset",
|
||
"limit": "Limit",
|
||
"status": "Status",
|
||
"resourceType": "Resource Type",
|
||
"totalEntries": "Total Entries",
|
||
"tab": "Tab",
|
||
"auditModalSubtitle": "Event details and metadata",
|
||
"close": "Close",
|
||
"runningRequests": "Active Requests",
|
||
"runningRequestsDesc": "Real-time view of currently running upstream requests",
|
||
"clearAll": "সমস্ত সাফ করুন",
|
||
"confirmClearActiveRequests": "সমস্ত সক্রিয় অনুরোধ সাফ করবেন?",
|
||
"model": "Model",
|
||
"provider": "Provider",
|
||
"account": "Account",
|
||
"elapsed": "Elapsed",
|
||
"activeStage": "__MISSING__:Stage",
|
||
"activeStageUnknown": "__MISSING__:Not sent to upstream yet",
|
||
"activeStageRegistered": "__MISSING__:Registered",
|
||
"activeStagePayloadPrepared": "__MISSING__:Payload prepared",
|
||
"activeStageWaitingAccountSlot": "__MISSING__:Waiting for account slot",
|
||
"activeStageWaitingRateLimit": "__MISSING__:Waiting for rate limiter",
|
||
"activeStageRateLimitSlotAcquired": "__MISSING__:Rate limit slot acquired",
|
||
"activeStageSendingToProvider": "__MISSING__:Sending to upstream",
|
||
"activeStageProviderResponseStarted": "__MISSING__:Upstream response started",
|
||
"count": "Count",
|
||
"payloads": "Payloads",
|
||
"viewPayloads": "View",
|
||
"activeCount": "{count} active",
|
||
"clientPayload": "Client Request Payload",
|
||
"upstreamPayload": "Upstream Provider Payload",
|
||
"upstreamNotSentYet": "Not sent to upstream yet",
|
||
"runningRequestDetailMeta": "Account: {account} — Elapsed: {elapsed}",
|
||
"export": "Export",
|
||
"exporting": "Exporting...",
|
||
"exportFailed": "Export failed",
|
||
"timeRange": "Time Range",
|
||
"lastNHours": "Last {hours}",
|
||
"defaultRange": "default",
|
||
"consoleViewer": {
|
||
"fetchFailed": "Failed to fetch logs",
|
||
"copyFailed": "Failed to copy log entry",
|
||
"copyLogEntry": "Copy log entry"
|
||
}
|
||
},
|
||
"onboarding": {
|
||
"welcome": "Welcome",
|
||
"security": "Security",
|
||
"test": "Test",
|
||
"ready": "Ready!",
|
||
"setPassword": "Set Password",
|
||
"addProvider": "Add your first provider",
|
||
"getStarted": "Get Started",
|
||
"skip": "Skip",
|
||
"skipWizard": "Skip wizard entirely",
|
||
"skipPassword": "Skip password setup",
|
||
"skipAndContinue": "Skip & Continue",
|
||
"passwordLabel": "Password",
|
||
"confirmPassword": "Confirm Password",
|
||
"enterPassword": "Enter password",
|
||
"confirmPasswordPlaceholder": "Confirm password",
|
||
"passwordsMismatch": "Passwords do not match",
|
||
"setupComplete": "Setup Complete!",
|
||
"goToDashboard": "Go to Dashboard →",
|
||
"welcomeDesc": "OmniRoute is your local AI API proxy. It routes requests to multiple AI providers with load balancing, failover, and usage tracking.",
|
||
"multiProvider": "Multi-Provider",
|
||
"usageTracking": "Usage Tracking",
|
||
"securityDesc": "Set a password to protect your dashboard, or skip for now.",
|
||
"providerDesc": "Connect your first AI provider. You can add more later.",
|
||
"apiKeyRequired": "API Key (required)",
|
||
"customUrlOptional": "Custom URL (optional)",
|
||
"testDesc": "Let's verify your provider connection works.",
|
||
"runTest": "Run Connection Test",
|
||
"testingConnection": "Testing connection...",
|
||
"connectionSuccessful": "Connection successful! Your provider is ready.",
|
||
"noProviderFound": "No provider found. You can add one from the dashboard later.",
|
||
"testFailed": "Test failed, but you can configure this later.",
|
||
"couldNotTest": "Could not test right now. You can test from the dashboard.",
|
||
"doneDesc": "You're all set! Your OmniRoute instance is configured and ready to proxy AI requests.",
|
||
"yourEndpoint": "Your endpoint:",
|
||
"continue": "Continue",
|
||
"retry": "Retry",
|
||
"failedSetPassword": "Failed to set password. Try again.",
|
||
"failedAddProvider": "Failed to add provider. Try again.",
|
||
"connectionError": "Connection error. Please try again.",
|
||
"provider": "Provider",
|
||
"apiKeyHelp": "একটি API কী AI পরিষেবাগুলির জন্য একটি পাসওয়ার্ড। আপনার প্রদানকারীর ওয়েবসাইট থেকে একটি পান (যেমন, platform.openai.com, console.anthropic.com)।",
|
||
"tier": {
|
||
"subtitle": "OmniRoute প্রদানকারীদেরকে তিনটি স্তরে সংগঠিত করে তাই রাউটিং প্রথমে সবচেয়ে নির্ভরযোগ্য, সর্বনিম্ন-খরচের পথ পছন্দ করে।",
|
||
"tier1": {
|
||
"label": "প্রিমিয়াম ক্লায়েন্ট",
|
||
"description": "স্থানীয় প্রমাণীকরণ প্রবাহ এবং যুক্তি মডেল সহ প্রথম-শ্রেণীর CLI।"
|
||
},
|
||
"tier2": {
|
||
"label": "খরচ-অপ্টিমাইজড",
|
||
"description": "দৈনন্দিন ট্রাফিকের জন্য ব্যবহৃত সস্তা, উচ্চ-থ্রুপুট প্রদানকারী।"
|
||
},
|
||
"tier3": {
|
||
"label": "ফলব্যাক এবং বিশেষত্ব",
|
||
"description": "স্থানীয়ভাবে হোস্ট করা বা বিশেষ শেষ পয়েন্ট ফলব্যাক হিসাবে ব্যবহৃত হয়।"
|
||
},
|
||
"configure": "প্রদানকারী কনফিগার করুন"
|
||
},
|
||
"tierFlowDiagramAlt": "OmniRoute 3-স্তরের ফলব্যাক ডায়াগ্রাম",
|
||
"apiKeyMgmt": "API Key Mgmt"
|
||
},
|
||
"providers": {
|
||
"title": "Providers",
|
||
"allProviders": "সমস্ত প্রদানকারী",
|
||
"audioProviders": "অডিও প্রদানকারী",
|
||
"showFreeOnly": "শুধুমাত্র বিনামূল্যে",
|
||
"addProvider": "Add Provider",
|
||
"addFirstProvider": "আপনার প্রথম প্রদানকারী যোগ করুন",
|
||
"addFirstProviderDesc": "OmniRoute এর মাধ্যমে রাউটিং অনুরোধ শুরু করতে একটি AI প্রদানকারীকে সংযুক্ত করুন। আপনি বিনামূল্যে প্রদানকারী, API কী, বা OAuth অ্যাকাউন্ট ব্যবহার করতে পারেন।",
|
||
"learnMore": "আরও জানুন",
|
||
"editProvider": "Edit Provider",
|
||
"deleteProvider": "Delete Provider",
|
||
"noProviders": "No providers configured",
|
||
"modelAvailability": "Model Availability",
|
||
"accounts": "Accounts",
|
||
"newAccount": "New Account",
|
||
"deleteConfirm": "Are you sure you want to delete this provider?",
|
||
"testing": "Testing...",
|
||
"testConnection": "Test Connection",
|
||
"testSuccess": "Connection successful",
|
||
"testFailed": "Connection failed",
|
||
"available": "Available",
|
||
"cooldown": "Cooldown",
|
||
"unavailable": "Unavailable",
|
||
"unknown": "Unknown",
|
||
"oauthLabel": "OAuth",
|
||
"compatibleLabel": "Compatible",
|
||
"chat": "Chat",
|
||
"responses": "Responses",
|
||
"messages": "Messages",
|
||
"oauthProviders": "OAuth Providers",
|
||
"freeProviders": "Free Providers",
|
||
"apiKeyProviders": "API Key Providers",
|
||
"compatibleProviders": "API Key Compatible Providers",
|
||
"testAll": "Test All",
|
||
"testAllOAuth": "Test all OAuth connections",
|
||
"testAllFree": "Test all Free connections",
|
||
"testAllApiKey": "Test all API Key connections",
|
||
"testAllCompatible": "Test all Compatible connections",
|
||
"connected": "{count} Connected",
|
||
"errorCount": "{count} Error ({code})",
|
||
"errorCountNoCode": "{count} Error",
|
||
"warningCount": "{count} সতর্কতা",
|
||
"noConnections": "No connections",
|
||
"expiredBadge": "Expired",
|
||
"expiringSoonBadge": "Expiring Soon",
|
||
"freeTier": "বিনামূল্যের স্তর",
|
||
"freeTierAvailable": "বিনামূল্যে স্তর উপলব্ধ",
|
||
"hasFreeTooltip": "__MISSING__:Free tier available",
|
||
"noAuthLabel": "__MISSING__:No Auth",
|
||
"noAuthProviders": "__MISSING__:No Auth Providers",
|
||
"upstreamProxyLabel": "__MISSING__:Upstream Proxy",
|
||
"freeAggregated": "__MISSING__:All providers with free tier (also shown in their native category)",
|
||
"deprecated": "অবচয়",
|
||
"deprecatedProvider": "এই প্রদানকারীকে অবমূল্যায়ন করা হয়েছে",
|
||
"riskNotice": {
|
||
"title": "__MISSING__:Before continuing",
|
||
"tooltip": "__MISSING__:Provider with usage caveats — click for details",
|
||
"oauth": "__MISSING__:This provider uses your official product session/OAuth, which is not authorized for proxy/router use.\n\nWe don't recommend intensive autonomous agent usage (OpenCloud-style, long multi-step flows, large batches) — the upstream may react by restricting or banning the account.\n\nUse at your own risk.",
|
||
"webCookie": "__MISSING__:This provider authenticates through your web session cookies. The upstream service may invalidate the session at any time, requiring you to log in again. Not recommended for long unattended operations.\n\nUse at your own risk.",
|
||
"deprecated": "__MISSING__:This provider was discontinued by its upstream and may stop working without notice. Existing connections may continue working until the upstream fully removes access. Consider alternatives.",
|
||
"dontShowAgain": "__MISSING__:Don't show this again for this provider",
|
||
"understand": "__MISSING__:I understand, continue",
|
||
"cancel": "__MISSING__:Cancel"
|
||
},
|
||
"disabled": "Disabled",
|
||
"enableProvider": "Enable provider",
|
||
"disableProvider": "Disable provider",
|
||
"testResults": "Test Results",
|
||
"noCompatibleYet": "No compatible providers added yet",
|
||
"compatibleHint": "Use the buttons above to add OpenAI or Anthropic compatible endpoints",
|
||
"addOpenAICompatible": "Add OpenAI Compatible",
|
||
"addAnthropicCompatible": "Add Anthropic Compatible",
|
||
"addNewProvider": "Add New Provider",
|
||
"backToProviders": "Back to Providers",
|
||
"configureNewProvider": "Configure a new AI provider to use with your applications.",
|
||
"providerLabel": "Provider",
|
||
"selectProvider": "Select a provider",
|
||
"selectedProvider": "Selected provider",
|
||
"authMethod": "Authentication Method",
|
||
"apiKeyLabel": "API Key",
|
||
"apiKeyRequired": "API Key is required",
|
||
"selectProviderRequired": "Please select a provider",
|
||
"enterApiKey": "Enter your API key",
|
||
"apiKeySecure": "Your API key will be encrypted and stored securely.",
|
||
"oauth2Connect": "Connect with OAuth2",
|
||
"oauth2Label": "OAuth2",
|
||
"oauth2Desc": "Connect your account using OAuth2 authentication.",
|
||
"displayName": "Display Name",
|
||
"displayNamePlaceholder": "e.g., Production API, Dev Environment",
|
||
"displayNameHint": "Optional. A friendly name to identify this configuration.",
|
||
"active": "Active",
|
||
"activeDescription": "Enable this provider for use in your applications",
|
||
"cancel": "Cancel",
|
||
"createProvider": "Create Provider",
|
||
"failedCreate": "Failed to create provider",
|
||
"errorOccurred": "An error occurred. Please try again.",
|
||
"modelStatus": "Model Status",
|
||
"showConfiguredOnly": "Configured only",
|
||
"allModelsOperational": "All models operational",
|
||
"modelsWithIssues": "{count} model(s) with issues",
|
||
"allModelsNormal": "All models are responding normally.",
|
||
"cooldownCleared": "Cooldown cleared for {model}",
|
||
"failedClearCooldown": "Failed to clear cooldown",
|
||
"loadingAvailability": "Loading model availability...",
|
||
"clearCooldown": "Clear",
|
||
"clearing": "Clearing...",
|
||
"until": "Until {time}",
|
||
"providerTestFailed": "Provider test failed",
|
||
"providerTestTimeout": "Provider test timed out — too many connections to test at once",
|
||
"modeTest": "{mode} Test",
|
||
"passedCount": "{count} passed",
|
||
"failedCount": "{count} failed",
|
||
"testedCount": "{count} tested",
|
||
"millisecondsAbbr": "{value}ms",
|
||
"okShort": "OK",
|
||
"errorShort": "ERROR",
|
||
"noActiveConnectionsInGroup": "No active connections found for this group.",
|
||
"allTestsPassed": "All {total} tests passed",
|
||
"testSummary": "{passed}/{total} passed, {failed} failed",
|
||
"nameLabel": "Name",
|
||
"prefixLabel": "Prefix",
|
||
"baseUrlLabel": "Base URL",
|
||
"apiTypeLabel": "API Type",
|
||
"prefixHint": "Required. Unique prefix for model names.",
|
||
"nameHint": "Required. A friendly label for this node.",
|
||
"baseUrlHint": "Required. Provider API base URL.",
|
||
"anthropicPrefixPlaceholder": "ac-prod",
|
||
"openaiPrefixPlaceholder": "oc-prod",
|
||
"anthropicBaseUrlPlaceholder": "https://api.anthropic.com/v1",
|
||
"openaiBaseUrlPlaceholder": "https://api.openai.com/v1",
|
||
"validateConnection": "Validate Connection",
|
||
"validating": "Validating...",
|
||
"connectionValid": "Connection is valid!",
|
||
"connectionFailed": "Connection failed. Check URL and key.",
|
||
"testKeyLabel": "Test API Key",
|
||
"testKeyPlaceholder": "sk-... (for validation only)",
|
||
"providerNotFound": "Provider not found",
|
||
"deleteConnectionConfirm": "Delete this connection?",
|
||
"batchDeleteSelected": "Delete Selected ({count})",
|
||
"batchDeleteConfirm": "Delete {count} connection(s)? This action cannot be undone.",
|
||
"batchDeleteSuccess": "Deleted {count} connection(s)",
|
||
"failedSetAlias": "Failed to set alias",
|
||
"failedSaveConnection": "Failed to save connection",
|
||
"failedSaveConnectionRetry": "Failed to save connection. Please try again.",
|
||
"failedRetestConnection": "Failed to retest connection",
|
||
"deleteCompatibleNodeConfirm": "Delete this {type} Compatible node?",
|
||
"anthropicCompatibleDetails": "Anthropic Compatible Details",
|
||
"openaiCompatibleDetails": "OpenAI Compatible Details",
|
||
"messagesApi": "Messages API",
|
||
"responsesApi": "Responses API",
|
||
"embeddings": "Embeddings",
|
||
"audioTranscriptions": "Audio Transcriptions",
|
||
"audioSpeech": "Audio Speech",
|
||
"imagesGenerations": "Images Generations",
|
||
"chatCompletions": "Chat Completions",
|
||
"importingModels": "Importing...",
|
||
"importFromModels": "Import from /models",
|
||
"modelsImported": "{count} models imported",
|
||
"allModelsAlreadyImported": "All models already imported",
|
||
"noNewModelsToImport": "No new models to import — all models are already in the registry or custom models list",
|
||
"skippingExistingModels": "Skipping {count} existing models",
|
||
"autoSync": "Auto-Sync",
|
||
"autoSyncTooltip": "Automatically refresh model list every 24h (configurable via MODEL_SYNC_INTERVAL_HOURS)",
|
||
"autoSyncEnabled": "Auto-sync enabled — models will refresh periodically",
|
||
"autoSyncDisabled": "Auto-sync disabled",
|
||
"autoSyncToggleFailed": "Failed to toggle auto-sync",
|
||
"clearAllModels": "Clear All Models",
|
||
"clearAllModelsConfirm": "Are you sure you want to remove all models for this provider? This cannot be undone.",
|
||
"clearAllModelsSuccess": "All models cleared",
|
||
"clearAllModelsFailed": "Failed to clear models",
|
||
"addConnectionToImport": "Add a connection to enable importing.",
|
||
"noModelsConfigured": "No models configured",
|
||
"connectionCount": "{count} connection(s)",
|
||
"fetchingModels": "Fetching available models...",
|
||
"failedFetchModels": "Failed to fetch models",
|
||
"noModelsFound": "No models found",
|
||
"importFailed": "Import failed",
|
||
"noNewModelsAdded": "No new models were added.",
|
||
"adding": "Adding...",
|
||
"close": "Close",
|
||
"importingModelsTitle": "Importing Models",
|
||
"copyModel": "Copy model",
|
||
"filterModels": "Filter models...",
|
||
"modelsActive": "Active",
|
||
"showModel": "Show model",
|
||
"hideModel": "Hide model",
|
||
"removeModel": "Remove model",
|
||
"rateLimitProtected": "Protected",
|
||
"rateLimitUnprotected": "Unprotected",
|
||
"enableRateLimitProtection": "Click to enable rate limit protection",
|
||
"disableRateLimitProtection": "Click to disable rate limit protection",
|
||
"productionKey": "Production Key",
|
||
"enterNewApiKey": "Enter new API key",
|
||
"codexApplyModalTitle": "স্থানীয় কোডেক্সে আবেদন করুন",
|
||
"codexApplyTargetLabel": "লক্ষ্য পথ",
|
||
"codexApplyBackupLabel": "ব্যাকআপ",
|
||
"codexApplyWarning": "এটি বিদ্যমান auth.json কে প্রতিস্থাপন করবে। চালিয়ে যান?",
|
||
"codexApplyConfirmCheckbox": "আমি নিশ্চিত করছি যে আমি বিদ্যমান auth.json প্রতিস্থাপন করতে চাই",
|
||
"codexApply": "আবেদন করুন",
|
||
"bulkTabSingle": "একক",
|
||
"bulkTabBulkAdd": "বাল্ক অ্যাড",
|
||
"bulkAddFormatHint": "প্রতি লাইনে একটি কী। বিন্যাস: নাম|apiKey বা শুধু apiKey (সূচী দ্বারা স্বয়ংক্রিয় নামকরণ)।",
|
||
"bulkValidateKeys": "সংরক্ষণ করার আগে প্রতিটি কী যাচাই করুন (ধীরে)",
|
||
"bulkAddAllKeys": "সমস্ত কী যোগ করুন",
|
||
"bulkAddedCount": "{count, plural, one {# key added} other {# keys added}}",
|
||
"bulkFailedCount": "{count, plural, one {# failed} other {# failed}}",
|
||
"optional": "Optional",
|
||
"anthropicCompatibleName": "Anthropic Compatible",
|
||
"openaiCompatibleName": "OpenAI Compatible",
|
||
"failedImportModels": "Failed to import models",
|
||
"noModelsReturnedFromEndpoint": "No models returned from /models endpoint.",
|
||
"importingModelsProgress": "Importing {current} of {total} models...",
|
||
"foundModelsStartingImport": "Found {count} models. Starting import...",
|
||
"importingModelById": "Importing {modelId}...",
|
||
"importSuccessCount": "Successfully imported {count, plural, one {# model} other {# models}}!",
|
||
"noNewModelsAddedExisting": "No new models were added (all already exist).",
|
||
"importDoneCount": "✓ Done! {count, plural, one {# model imported.} other {# models imported.}}",
|
||
"unexpectedErrorOccurred": "An unexpected error occurred",
|
||
"connectionCountLabel": "{count, plural, one {# connection} other {# connections}}",
|
||
"messagesPath": "messages",
|
||
"responsesPath": "responses",
|
||
"chatCompletionsPath": "chat/completions",
|
||
"add": "Add",
|
||
"edit": "Edit",
|
||
"delete": "Delete",
|
||
"anthropic": "Anthropic",
|
||
"openai": "OpenAI",
|
||
"singleConnectionPerCompatible": "Only one connection is allowed per compatible node. Add another node if you need more connections.",
|
||
"connections": "Connections",
|
||
"providerProxyTitleConfigured": "Provider proxy: {host}",
|
||
"configured": "configured",
|
||
"providerProxyConfigureHint": "Configure proxy for all connections of this provider",
|
||
"providerProxy": "Provider Proxy",
|
||
"repairEnv": "Repair env",
|
||
"repairEnvWorking": "Repairing...",
|
||
"repairEnvHint": "Restore missing OAuth defaults into .env without overwriting existing values.",
|
||
"repairEnvSuccess": "OAuth defaults restored",
|
||
"repairEnvFailed": "Failed to repair .env",
|
||
"noConnectionsYet": "No connections yet",
|
||
"addFirstConnectionHint": "Add your first connection to get started",
|
||
"addConnection": "Add Connection",
|
||
"availableModels": "Available Models",
|
||
"builtInModels": "Built-in models",
|
||
"builtInModelsHint": "Registry models for this provider. Use the pencil to set compatibility options.",
|
||
"pageAutoRefresh": "Page will refresh automatically...",
|
||
"statusDisabled": "disabled",
|
||
"statusConnected": "connected",
|
||
"statusRuntimeIssue": "runtime issue",
|
||
"statusAuthFailed": "auth failed",
|
||
"statusRateLimited": "rate limited",
|
||
"statusNetworkIssue": "network issue",
|
||
"statusTestUnsupported": "test unsupported",
|
||
"statusUnavailable": "unavailable",
|
||
"statusFailed": "failed",
|
||
"statusError": "error",
|
||
"oauthAccount": "OAuth Account",
|
||
"errorTypeRuntime": "Local runtime",
|
||
"errorTypeUpstreamAuth": "Upstream auth",
|
||
"errorTypeMissingCredential": "Missing credential",
|
||
"errorTypeRefreshFailed": "Refresh failed",
|
||
"errorTypeTokenExpired": "Token expired",
|
||
"errorTypeRateLimited": "Rate limited",
|
||
"errorTypeUpstreamUnavailable": "Upstream unavailable",
|
||
"errorTypeNetworkError": "Network error",
|
||
"errorTypeTestUnsupported": "Test unsupported",
|
||
"errorTypeUpstreamError": "Upstream error",
|
||
"proxySourceGlobal": "Global",
|
||
"proxySourceProvider": "Provider",
|
||
"proxySourceKey": "Key",
|
||
"proxyConfiguredBySource": "Proxy ({source}): {host}",
|
||
"autoPriority": "Auto: {priority}",
|
||
"proxy": "Proxy",
|
||
"retestAuthentication": "Retest authentication",
|
||
"retest": "Retest",
|
||
"disableConnection": "Disable connection",
|
||
"enableConnection": "Enable connection",
|
||
"reauthenticateConnection": "Re-authenticate this connection",
|
||
"proxyConfig": "Proxy config",
|
||
"aliasExistsAlert": "Alias \"{alias}\" already exists. Please use a different model or edit existing alias.",
|
||
"openRouterAnyModelHint": "OpenRouter supports any model. Add models and create aliases for quick access.",
|
||
"modelIdFromOpenRouter": "Model ID (from OpenRouter)",
|
||
"openRouterModelPlaceholder": "anthropic/claude-3-opus",
|
||
"customModels": "Custom Models",
|
||
"customModelsHint": "Add model IDs not in the default list. These will be available for routing.",
|
||
"normalizeToolCallIdLabel": "Normalize tool call IDs to 9 characters (e.g. Mistral)",
|
||
"preserveDeveloperRoleLabel": "Keep OpenAI Responses developer role (do not map to system)",
|
||
"compatAdjustmentsTitle": "Compatibility",
|
||
"compatButtonLabel": "Compatibility",
|
||
"compatToolIdShort": "Tool ID 9",
|
||
"compatDeveloperShort": "Developer role",
|
||
"compatDoNotPreserveDeveloper": "Do not preserve developer role",
|
||
"compatBadgeNoPreserve": "No preserve",
|
||
"compatProtocolLabel": "Client request protocol",
|
||
"compatProtocolHint": "These options apply when OmniRoute detects this request shape (OpenAI Chat, Responses API, or Anthropic Messages).",
|
||
"compatProtocolOpenAI": "OpenAI Chat Completions",
|
||
"compatProtocolOpenAIResponses": "OpenAI Responses API",
|
||
"compatProtocolClaude": "Anthropic Messages",
|
||
"compatUpstreamHeadersLabel": "Extra upstream headers",
|
||
"compatUpstreamHeadersHint": "High-privilege setting — same trust level as editing provider API credentials; only trusted admins should use it. Merged after OmniRoute adds auth from the provider API key. If a custom header uses the same name as an existing one (e.g. Authorization), your value fully replaces the auto-generated header (including the Bearer token) — the upstream only sees what you typed, not the key from settings. Misconfiguration can cause 401 or broken upstream auth. One row per header (e.g. extra Authentication for some gateways). Hover or focus the value to preview. Saves on blur, outside click, or closing this panel.",
|
||
"compatUpstreamHeaderName": "Header name",
|
||
"compatUpstreamHeaderValue": "Value",
|
||
"compatUpstreamAddRow": "Add header",
|
||
"compatUpstreamRemoveRow": "Remove row",
|
||
"compatBadgeUpstreamHeaders": "Headers",
|
||
"perModelQuotaLabel": "Per-Model Quota",
|
||
"perModelQuotaDescription": "When enabled, 429/404 errors only lock the specific model, not the entire connection. Use for providers with per-model rate limits (e.g., ModelScope).",
|
||
"perModelQuotaToggle": "Per-Model Quota Toggle",
|
||
"modelId": "Model ID",
|
||
"customModelPlaceholder": "e.g. gpt-4.5-turbo",
|
||
"loading": "Loading...",
|
||
"removeCustomModel": "Remove custom model",
|
||
"noCustomModels": "No custom models added yet.",
|
||
"allSuggestedAliasesExist": "All suggested aliases already exist. Please choose a different model or remove conflicting aliases.",
|
||
"failedSaveCustomModel": "Failed to save custom model",
|
||
"modelAddedSuccess": "Model {modelId} added successfully",
|
||
"failedAddModelTryAgain": "Failed to add model. Please try again.",
|
||
"failedSaveImportedModel": "Failed to save imported model to custom database",
|
||
"failedImportModelsTryAgain": "Failed to import models. Please try again.",
|
||
"failedRemoveModelFromDatabase": "Failed to remove model from database",
|
||
"modelRemovedSuccess": "Model removed successfully",
|
||
"failedDeleteModelTryAgain": "Failed to delete model. Please try again.",
|
||
"compatibleModelsDescription": "Add {type}-compatible models manually or import them from the /models endpoint.",
|
||
"anthropicCompatibleModelPlaceholder": "claude-3-opus-20240229",
|
||
"openaiCompatibleModelPlaceholder": "gpt-4o",
|
||
"apiKeyValidationFailed": "API key validation failed. Please check your key and try again.",
|
||
"addProviderApiKeyTitle": "Add {provider} API Key",
|
||
"checking": "Checking...",
|
||
"check": "Check",
|
||
"valid": "Valid",
|
||
"invalid": "Invalid",
|
||
"creating": "Creating...",
|
||
"validationChecksAnthropicCompatible": "Validation checks {provider} by verifying the API key.",
|
||
"validationChecksOpenAiCompatible": "Validation checks {provider} via /models on your base URL.",
|
||
"priorityLabel": "Priority",
|
||
"saving": "Saving...",
|
||
"save": "Save",
|
||
"editConnection": "Edit Connection",
|
||
"accountName": "Account name",
|
||
"email": "Email",
|
||
"healthCheckMinutes": "Health Check (min)",
|
||
"healthCheckHint": "Proactive token refresh interval. 0 = disabled.",
|
||
"selectAllModels": "Select all",
|
||
"deselectAllModels": "Deselect all",
|
||
"modelsActiveCount": "{active}/{total} active",
|
||
"noModelsMatch": "No models match \"{filter}\"",
|
||
"groupLabel": "Environment",
|
||
"groupPlaceholder": "e.g. eKaizen, Personal",
|
||
"failedTestConnection": "Failed to test connection",
|
||
"failed": "Failed",
|
||
"leaveBlankKeepCurrentApiKey": "Leave blank to keep the current API key.",
|
||
"editCompatibleTitle": "Edit {type} Compatible",
|
||
"compatibleBaseUrlHint": "Root URL of your {type}-compatible API. Use Advanced Settings for custom endpoint paths.",
|
||
"apiKeyForCheck": "API Key (for Check)",
|
||
"compatibleProdPlaceholder": "{type} Compatible (Prod)",
|
||
"tokenRefreshed": "Token refreshed successfully",
|
||
"tokenRefreshFailed": "Token refresh failed",
|
||
"applyCodexAuthLocal": "Apply auth",
|
||
"exportCodexAuthFile": "Export auth",
|
||
"applyClaudeAuthLocal": "প্রমাণীকরণ প্রয়োগ করুন",
|
||
"exportClaudeAuthFile": "রপ্তানি অনুমোদন",
|
||
"importClaudeAuth": "আমদানি অনুমোদন",
|
||
"claudeApplyModalTitle": "স্থানীয় ক্লাউড কোডে আবেদন করুন",
|
||
"claudeApplyTargetLabel": "লক্ষ্য পথ",
|
||
"claudeApplyBackupLabel": "ব্যাকআপ",
|
||
"claudeApplyMcpHint": "বিদ্যমান MCP OAuth রাজ্য সংরক্ষণ করা হবে।",
|
||
"claudeApplyWarning": "এটি বিদ্যমান claudeAiOauth বিভাগটিকে প্রতিস্থাপন করবে। চালিয়ে যান?",
|
||
"claudeApplyConfirmCheckbox": "আমি নিশ্চিত করছি যে আমি বিদ্যমান claudeAiOauth বিভাগটি প্রতিস্থাপন করতে চাই",
|
||
"claudeApply": "আবেদন করুন",
|
||
"claudeAuthAppliedLocal": "Claude auth স্থানীয়ভাবে প্রয়োগ করা হয়েছে",
|
||
"claudeAuthApplyFailed": "স্থানীয়ভাবে Claude auth প্রয়োগ করতে ব্যর্থ হয়েছে৷",
|
||
"claudeAuthExported": "Claude auth ফাইল রপ্তানি করা হয়েছে",
|
||
"claudeAuthExportFailed": "Claude auth ফাইল রপ্তানি করতে ব্যর্থ হয়েছে",
|
||
"claudeImportModalTitle": "ক্লদ প্রমাণ আমদানি করুন",
|
||
"claudeImportTabSingle": "একক",
|
||
"claudeImportTabBulk": "বাল্ক",
|
||
"claudeImportTabUpload": "ফাইল আপলোড করুন",
|
||
"claudeImportTabPaste": "JSON পেস্ট করুন",
|
||
"claudeImportFileLabel": ".credentials.json বেছে নিন",
|
||
"claudeImportPasteLabel": "JSON কন্টেন্ট পেস্ট করুন",
|
||
"claudeImportEmailLabel": "অ্যাকাউন্ট ইমেল",
|
||
"claudeImportNameLabel": "সংযোগের নাম (ঐচ্ছিক)",
|
||
"claudeImportOverwriteLabel": "যদি অ্যাকাউন্ট ইতিমধ্যে বিদ্যমান থাকে তাহলে বিদ্যমান সংযোগ প্রতিস্থাপন করুন",
|
||
"claudeImportSubmit": "আমদানি",
|
||
"claudeImportSuccess": "ক্লড সংযোগ সফলভাবে আমদানি করা হয়েছে৷",
|
||
"claudeImportInvalidJson": "JSON হিসাবে ফাইল পার্স করা যায়নি",
|
||
"claudeImportInvalidShape": "ফাইলটি একটি বৈধ .credentials.json নয়",
|
||
"claudeImportDuplicate": "অ্যাকাউন্ট ইতিমধ্যেই বিদ্যমান — ওভাররাইট করতে \"বিদ্যমান প্রতিস্থাপন\" সক্ষম করুন৷",
|
||
"claudeImportIdentityUnverified": "বুটস্ট্র্যাপ অ্যাকাউন্ট যাচাই করতে পারেনি। \"বিদ্যমান প্রতিস্থাপন\" সক্ষম করুন বা একটি ইমেল প্রদান করুন৷",
|
||
"claudeImportFailed": "Claude auth আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"claudeImportBulkModeUpload": "ফাইল আপলোড করুন",
|
||
"claudeImportBulkModePaste": "JSON অ্যারে আটকান",
|
||
"claudeImportBulkModeZip": "জিপ আপলোড করুন",
|
||
"claudeImportBulkUploadHint": "50টি .credentials.json ফাইল ড্রপ বা পিক আপ করুন (প্রতিটি 256KB, মোট 10MB)।",
|
||
"claudeImportBulkPasteHint": "বস্তুর একটি অ্যারে আটকান: [{ json, name?, email? }, ...]",
|
||
"claudeImportBulkZipHint": ".json এন্ট্রি ধারণকারী ZIP. সর্বোচ্চ 50টি এন্ট্রি, 10MB আনপ্যাক করা।",
|
||
"claudeImportBulkSubmit": "সব আমদানি করুন",
|
||
"claudeImportBulkSuccess": "আমদানি করা {count} ক্লাউড সংযোগ",
|
||
"claudeImportBulkFailed": "কিছু এন্ট্রি আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"claudeImportBulkZipExtracting": "জিপ বের করা হচ্ছে...",
|
||
"claudeImportBulkZipError": "ZIP এক্সট্র্যাক্ট করা যায়নি",
|
||
"applyGeminiAuthLocal": "প্রমাণীকরণ প্রয়োগ করুন",
|
||
"exportGeminiAuthFile": "রপ্তানি অনুমোদন",
|
||
"importGeminiAuth": "আমদানি অনুমোদন",
|
||
"geminiApplyModalTitle": "স্থানীয় জেমিনি CLI-তে আবেদন করুন",
|
||
"geminiApplyTargetLabel": "লক্ষ্য পথ",
|
||
"geminiApplyBackupLabel": "ব্যাকআপ",
|
||
"geminiApplyAccountsHint": "এই সংযোগের সাথে মেলে google_accounts.json সক্রিয় অ্যাকাউন্ট আপডেট করা হবে।",
|
||
"geminiApplyWarning": "এটি বিদ্যমান oauth_creds.json কে প্রতিস্থাপন করবে এবং google_accounts.json আপডেট করবে। চালিয়ে যান?",
|
||
"geminiApplyConfirmCheckbox": "আমি নিশ্চিত করছি যে আমি বিদ্যমান oauth_creds.json প্রতিস্থাপন করতে চাই",
|
||
"geminiApply": "আবেদন করুন",
|
||
"geminiAuthAppliedLocal": "Gemini auth স্থানীয়ভাবে প্রয়োগ করা হয়েছে",
|
||
"geminiAuthApplyFailed": "স্থানীয়ভাবে Gemini auth প্রয়োগ করতে ব্যর্থ হয়েছে৷",
|
||
"geminiAuthExported": "Gemini auth ফাইল রপ্তানি করা হয়েছে৷",
|
||
"geminiAuthExportFailed": "Gemini auth ফাইল রপ্তানি করতে ব্যর্থ হয়েছে",
|
||
"geminiImportModalTitle": "Gemini Auth আমদানি করুন",
|
||
"geminiImportTabSingle": "একক",
|
||
"geminiImportTabBulk": "বাল্ক",
|
||
"geminiImportTabUpload": "ফাইল আপলোড করুন",
|
||
"geminiImportTabPaste": "JSON পেস্ট করুন",
|
||
"geminiImportFileLabel": "oauth_creds.json বেছে নিন",
|
||
"geminiImportPasteLabel": "JSON কন্টেন্ট পেস্ট করুন",
|
||
"geminiImportEmailLabel": "অ্যাকাউন্ট ইমেল",
|
||
"geminiImportNameLabel": "সংযোগের নাম (ঐচ্ছিক)",
|
||
"geminiImportOverwriteLabel": "যদি অ্যাকাউন্ট ইতিমধ্যে বিদ্যমান থাকে তাহলে বিদ্যমান সংযোগ প্রতিস্থাপন করুন",
|
||
"geminiImportSubmit": "আমদানি",
|
||
"geminiImportSuccess": "মিথুন সংযোগ সফলভাবে আমদানি করা হয়েছে৷",
|
||
"geminiImportInvalidJson": "JSON হিসাবে ফাইল পার্স করা যায়নি",
|
||
"geminiImportInvalidShape": "ফাইলটি একটি বৈধ oauth_creds.json নয়",
|
||
"geminiImportDuplicate": "অ্যাকাউন্ট ইতিমধ্যেই বিদ্যমান — ওভাররাইট করতে \"বিদ্যমান প্রতিস্থাপন\" সক্ষম করুন৷",
|
||
"geminiImportIdentityUnverified": "id_token থেকে পরিচয় যাচাই করা যায়নি। \"বিদ্যমান প্রতিস্থাপন\" সক্ষম করুন বা একটি ইমেল প্রদান করুন৷",
|
||
"geminiImportFailed": "Gemini auth আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"geminiImportBulkModeUpload": "ফাইল আপলোড করুন",
|
||
"geminiImportBulkModePaste": "JSON অ্যারে আটকান",
|
||
"geminiImportBulkModeZip": "জিপ আপলোড করুন",
|
||
"geminiImportBulkUploadHint": "50টি oauth_creds.json ফাইল ড্রপ বা পিক আপ করুন (প্রতিটি 256KB, মোট 10MB)।",
|
||
"geminiImportBulkPasteHint": "বস্তুর একটি অ্যারে আটকান: [{ json, name?, email? }, ...]",
|
||
"geminiImportBulkZipHint": "ZIP-এ oauth_creds.json এন্ট্রি রয়েছে। সর্বোচ্চ 50টি এন্ট্রি, 10MB আনপ্যাক করা।",
|
||
"geminiImportBulkSubmit": "সব আমদানি করুন",
|
||
"geminiImportBulkSuccess": "আমদানি করা {count} মিথুন সংযোগ",
|
||
"geminiImportBulkFailed": "কিছু এন্ট্রি আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"geminiImportBulkZipExtracting": "জিপ বের করা হচ্ছে...",
|
||
"geminiImportBulkZipError": "ZIP এক্সট্র্যাক্ট করা যায়নি",
|
||
"codexAuthAppliedLocal": "Codex auth.json applied locally",
|
||
"codexAuthApplyFailed": "Failed to apply Codex auth.json locally",
|
||
"codexAuthExported": "Codex auth.json exported",
|
||
"codexAuthExportFailed": "Failed to export Codex auth.json",
|
||
"importCodexAuth": "আমদানি অনুমোদন",
|
||
"codexImportModalTitle": "কোডেক্স প্রমাণীকরণ আমদানি করুন",
|
||
"codexImportTabSingle": "একক",
|
||
"codexImportTabBulk": "বাল্ক",
|
||
"codexImportTabUpload": "ফাইল আপলোড করুন",
|
||
"codexImportTabPaste": "JSON পেস্ট করুন",
|
||
"codexImportFileLabel": "auth.json বেছে নিন",
|
||
"codexImportFileHint": "কোডেক্স বা OmniRoute থেকে এক্সপোর্ট করা auth.json ফাইলটি নির্বাচন করুন।",
|
||
"codexImportPasteLabel": "JSON কন্টেন্ট পেস্ট করুন",
|
||
"codexImportEmailLabel": "অ্যাকাউন্ট ইমেল",
|
||
"codexImportEmailHint": "ফাইল থেকে স্বয়ংক্রিয় সনাক্ত; প্রয়োজন হলে সম্পাদনা করুন।",
|
||
"codexImportNameLabel": "সংযোগের নাম (ঐচ্ছিক)",
|
||
"codexImportOverwriteLabel": "যদি অ্যাকাউন্ট ইতিমধ্যে বিদ্যমান থাকে তাহলে বিদ্যমান সংযোগ প্রতিস্থাপন করুন",
|
||
"codexImportSubmit": "আমদানি",
|
||
"codexImportSuccess": "কোডেক্স সংযোগ সফলভাবে আমদানি করা হয়েছে৷",
|
||
"codexImportInvalidJson": "JSON হিসাবে ফাইল পার্স করা যায়নি",
|
||
"codexImportInvalidShape": "ফাইলটি একটি বৈধ কোডেক্স auth.json নয়",
|
||
"codexImportDuplicate": "অ্যাকাউন্ট ইতিমধ্যেই বিদ্যমান — ওভাররাইট করতে \"বিদ্যমান প্রতিস্থাপন\" সক্ষম করুন৷",
|
||
"codexImportFailed": "কোডেক্স প্রমাণীকরণ আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"codexImportDetectedEmail": "সনাক্ত করা হয়েছে: {email}",
|
||
"codexImportNoEmailDetected": "ফাইলে কোনো ইমেল সনাক্ত করা যায়নি",
|
||
"codexImportBulkModeUpload": "ফাইল আপলোড করুন",
|
||
"codexImportBulkModePaste": "তালিকা পেস্ট করুন",
|
||
"codexImportBulkModeZip": "জিপ সংরক্ষণাগার",
|
||
"codexImportBulkUploadHint": "একাধিক .json ফাইল নির্বাচন করুন বা টেনে আনুন",
|
||
"codexImportBulkPasteHint": "JSON অ্যারে [ {...}, {...} ] বা একাধিক JSON এর নিজস্ব লাইনে --- দ্বারা বিভক্ত",
|
||
"codexImportBulkZipHint": "auth.json ফাইল ধারণকারী একটি zip আপলোড করুন (সর্বোচ্চ 50 ফাইল, 10 MB)",
|
||
"codexImportBulkSubmit": "{count} অ্যাকাউন্ট আমদানি করুন",
|
||
"codexImportBulkLimit": "প্রতি আমদানি সর্বোচ্চ 50টি ফাইল",
|
||
"codexImportBulkSuccess": "{count} আমদানি করা হয়েছে",
|
||
"codexImportBulkFailed": "{count} ব্যর্থ হয়েছে৷",
|
||
"codexImportBulkZipExtracting": "জিপ বের করা হচ্ছে...",
|
||
"codexImportBulkZipError": "ZIP এক্সট্র্যাক্ট করা যায়নি",
|
||
"advancedSettings": "Advanced Settings",
|
||
"chatPathLabel": "Chat Endpoint Path",
|
||
"chatPathPlaceholder": "/chat/completions",
|
||
"chatPathHint": "Custom chat path for providers with non-standard APIs (e.g. /v4/chat/completions)",
|
||
"modelsPathLabel": "Models Endpoint Path",
|
||
"modelsPathPlaceholder": "/models",
|
||
"modelsPathHint": "Custom models path for validation (e.g. /v4/models)",
|
||
"statusDeactivated": "Deactivated (Manual)",
|
||
"statusBanned": "Banned / Sandbox Violation",
|
||
"statusCreditsExhausted": "Insufficient Balance / Quota Exhausted",
|
||
"showEmails": "Show all emails",
|
||
"hideEmails": "Hide all emails",
|
||
"a": "A",
|
||
"accountConcurrencyCapHint": "Account Concurrency Cap Hint",
|
||
"accountConcurrencyCapLabel": "Account Concurrency Cap Label",
|
||
"accountIdHint": "Account Id Hint",
|
||
"accountIdLabel": "Account Id Label",
|
||
"accountIdPlaceholder": "Account Id Placeholder",
|
||
"addAnotherApiKey": "Add another API key or paste multiple keys",
|
||
"addCcCompatible": "Add Cc Compatible",
|
||
"aggregatorsGateways": "Aggregators Gateways",
|
||
"enterpriseCloud": "এন্টারপ্রাইজ এবং ক্লাউড",
|
||
"apiFormatLabel": "Api Format Label",
|
||
"apiKeyOptionalHint": "Api Key Optional Hint",
|
||
"apiKeyOptionalLabel": "Api Key Optional Label",
|
||
"apiRegionChina": "Api Region China",
|
||
"apiRegionHint": "Api Region Hint",
|
||
"apiRegionInternational": "Api Region International",
|
||
"apiRegionLabel": "Api Region Label",
|
||
"apikey": "Apikey",
|
||
"audio": "Audio",
|
||
"audioProvidersHeading": "Audio Providers Heading",
|
||
"cloudAgentProviders": "ক্লাউড এজেন্ট প্রদানকারী",
|
||
"audioShortLabel": "Audio Short Label",
|
||
"azureOpenAiBaseUrlHint": "Azure Open Ai Base Url Hint",
|
||
"bailianBaseUrlHint": "Bailian Base Url Hint",
|
||
"claudeWebCookieHint": "Open claude.ai → DevTools → Application → Cookies → claude.ai, copy the 'sessionKey' value. Also need cf_clearance, __cf_bm, _cfuvid for Cloudflare.",
|
||
"claudeWebCookiePlaceholder": "sessionKey=sk-ant-...",
|
||
"blackboxWebCookieHint": "Blackbox Web Cookie Hint",
|
||
"blackboxWebCookiePlaceholder": "Blackbox Web Cookie Placeholder",
|
||
"t3ChatWebCookieHint": "t3.chat → DevTools → Application → Local Storage → https://t3.chat খুলুন, 'convex-session-id' কপি করুন। তারপর DevTools → Network খুলুন, যেকোনো চ্যাট অনুরোধ থেকে সম্পূর্ণ কুকি হেডারটি কপি করুন। নীচের ক্ষেত্রগুলিতে উভয় মান আটকান।",
|
||
"t3ChatWebCookiePlaceholder": "উত্তল-সেশন-id=abc123...",
|
||
"blockClaudeExtraUsageDescription": "Block Claude Extra Usage Description",
|
||
"blockClaudeExtraUsageLabel": "Block Claude Extra Usage Label",
|
||
"bulkPasteAdded": "{count, plural, one {1 key added} other {# keys added}}",
|
||
"bulkPasteDuplicatesIgnored": "{count, plural, one {1 duplicate skipped} other {# duplicates skipped}}",
|
||
"bulkPasteHint": "Paste one API key per line. Empty lines are ignored and duplicate keys are skipped.",
|
||
"ccCompatibleBaseUrlHint": "Cc Compatible Base Url Hint",
|
||
"ccCompatibleBaseUrlPlaceholder": "Cc Compatible Base Url Placeholder",
|
||
"ccCompatibleChatPathHint": "Cc Compatible Chat Path Hint",
|
||
"ccCompatibleContext1mDescription": "Cc Compatible Context1M Description",
|
||
"ccCompatibleContext1mLabel": "Cc Compatible Context1M Label",
|
||
"ccCompatibleDetailsTitle": "Cc Compatible Details Title",
|
||
"ccCompatibleLabel": "Cc Compatible Label",
|
||
"ccCompatibleModelsDescription": "Cc Compatible Models Description",
|
||
"ccCompatibleNameHint": "Cc Compatible Name Hint",
|
||
"ccCompatibleNamePlaceholder": "Cc Compatible Name Placeholder",
|
||
"ccCompatiblePrefixHint": "Cc Compatible Prefix Hint",
|
||
"ccCompatiblePrefixPlaceholder": "Cc Compatible Prefix Placeholder",
|
||
"ccCompatibleValidationHint": "Cc Compatible Validation Hint",
|
||
"claudeExtraUsageShort": "Claude Extra Usage Short",
|
||
"claudeExtraUsageToggleTitle": "Claude Extra Usage Toggle Title",
|
||
"codex5hToggleTitle": "Codex5H Toggle Title",
|
||
"codexFastServiceTierDescription": "Use the priority service tier for Codex requests when available.",
|
||
"codexFastServiceTierLabel": "Codex fast service tier",
|
||
"codexWeeklyToggleTitle": "Codex Weekly Toggle Title",
|
||
"compatUpstreamHeaderNamePlaceholder": "Compat Upstream Header Name Placeholder",
|
||
"compatUpstreamHeaderValuePlaceholder": "Compat Upstream Header Value Placeholder",
|
||
"compatible": "Compatible",
|
||
"configuredCount": "Configured Count",
|
||
"consoleApiKeyOracleHint": "Console Api Key Oracle Hint",
|
||
"consoleApiKeyOracleLabel": "Console Api Key Oracle Label",
|
||
"consoleApiKeyOraclePlaceholder": "Console Api Key Oracle Placeholder",
|
||
"cpaModeDisabledTitle": "Cpa Mode Disabled Title",
|
||
"cpaModeEnabledTitle": "Cpa Mode Enabled Title",
|
||
"customUserAgentHint": "Custom User Agent Hint",
|
||
"customUserAgentLabel": "Custom User Agent Label",
|
||
"databricksBaseUrlHint": "Databricks Base Url Hint",
|
||
"defaultThinkingStrengthHint": "Used when a request does not specify reasoning effort.",
|
||
"defaultThinkingStrengthLabel": "Default thinking strength",
|
||
"deleteAllExtraApiKeys": "Delete all",
|
||
"excludedModelsHint": "Excluded Models Hint",
|
||
"excludedModelsLabel": "Excluded Models Label",
|
||
"excludedModelsPlaceholder": "Excluded Models Placeholder",
|
||
"expirationBannerExpired": "Expiration Banner Expired",
|
||
"expirationBannerExpiredDesc": "Expiration Banner Expired Desc",
|
||
"expirationBannerExpiringSoon": "Expiration Banner Expiring Soon",
|
||
"expirationBannerExpiringSoonDesc": "Expiration Banner Expiring Soon Desc",
|
||
"extraApiKeyMasked": "Key {index}: {prefix}••••{suffix}",
|
||
"extraApiKeysHint": "Extra Api Keys Hint",
|
||
"extraApiKeysLabel": "Extra Api Keys Label",
|
||
"apiKeyHealthLabel": "API Key Health",
|
||
"apiKeyStatusActive": "Active",
|
||
"apiKeyStatusWarning": "Warning ({count} failures)",
|
||
"apiKeyStatusInvalid": "Invalid",
|
||
"primaryKey": "Primary Key",
|
||
"apiKeyInvalidAlert": "{count} API key(s) marked as invalid due to authentication failures in connections: {connections}. They will be skipped in rotation. Click to review.",
|
||
"apiKeyInvalidAlertTitle": "API Key Health Alert",
|
||
"apiKeyWarningAlert": "{count} API key(s) in warning state due to elevated failure rate in connections: {connections}. Review to prevent rotation issues.",
|
||
"apiKeyWarningAlertTitle": "API Key Warning",
|
||
"googlePseInfo": "Google Pse Info",
|
||
"geminiCliProjectIdHint": "আপনার Google ক্লাউড প্রকল্প আইডি। ব্যতিক্রম সহ অ্যাকাউন্টগুলির জন্য প্রয়োজনীয়। Gemini CLI-এর সাথে ব্যবহার করতে আপনার GCP প্রোজেক্ট আইডি লিখুন।",
|
||
"geminiCliProjectIdLabel": "Google ক্লাউড প্রকল্প আইডি",
|
||
"geminiCliProjectIdPlaceholder": "my-gcp-project-id",
|
||
"antigravityProjectIdHint": "অ্যান্টিগ্র্যাভিটি ক্লাউড কোড অনুরোধের জন্য ঐচ্ছিক ওভাররাইড। Google OAuth সময় আবিষ্কৃত প্রকল্প ব্যবহার করতে ফাঁকা ছেড়ে দিন।",
|
||
"antigravityClientProfileLabel": "__MISSING__:Client profile",
|
||
"antigravityClientProfileHint": "__MISSING__:Choose which Antigravity client identity OmniRoute presents to the API.",
|
||
"antigravityClientProfileIde": "__MISSING__:IDE",
|
||
"antigravityClientProfileHarness": "__MISSING__:Harness / CLI",
|
||
"codexFastTierActiveChip": "__MISSING__:Codex Fast tier is active",
|
||
"tierFast": "__MISSING__:Fast",
|
||
"antigravityProjectIdLabel": "Google ক্লাউড প্রকল্প আইডি",
|
||
"antigravityProjectIdPlaceholder": "my-gcp-project-id",
|
||
"grokWebCookieHint": "Grok Web Cookie Hint",
|
||
"grokWebCookiePlaceholder": "Grok Web Cookie Placeholder",
|
||
"herokuBaseUrlHint": "Heroku Base Url Hint",
|
||
"hideEmail": "Hide Email",
|
||
"imageProviders": "Image Providers",
|
||
"videoProviders": "ভিডিও জেনারেশন",
|
||
"embeddingRerankProviders": "এমবেডিং এবং রির্যাঙ্ক",
|
||
"imagesShortLabel": "Images Short Label",
|
||
"llmProviders": "Llm Providers",
|
||
"localProviderApiKeyOptionalHint": "Local Provider Api Key Optional Hint",
|
||
"localProviderBaseUrlHint": "Local Provider Base Url Hint",
|
||
"localProviders": "Local Providers",
|
||
"maxConcurrentWholeNumberError": "Max Concurrent Whole Number Error",
|
||
"museSparkWebCookieHint": "Muse Spark Web Cookie Hint",
|
||
"museSparkWebCookiePlaceholder": "Muse Spark Web Cookie Placeholder",
|
||
"oauth": "Oauth",
|
||
"openCliTools": "Open Cli Tools",
|
||
"openSettings": "Open Settings",
|
||
"openaiResponsesStoreDescription": "Allow compatible Responses API requests to preserve stored response state.",
|
||
"openaiResponsesStoreLabel": "OpenAI Responses store",
|
||
"perplexitySearchSharedKeyInfo": "Perplexity Search Shared Key Info",
|
||
"perplexityWebCookieHint": "Perplexity Web Cookie Hint",
|
||
"perplexityWebCookiePlaceholder": "Perplexity Web Cookie Placeholder",
|
||
"personalAccessTokenLabel": "Personal Access Token Label",
|
||
"qoderPatHint": "Qoder Pat Hint",
|
||
"qoderPatPlaceholder": "Qoder Pat Placeholder",
|
||
"refreshOauthTokenTitle": "Refresh Oauth Token Title",
|
||
"regionHint": "Region Hint",
|
||
"regionLabel": "Region Label",
|
||
"removeThisKey": "Remove This Key",
|
||
"routingTagsHint": "Routing Tags Hint",
|
||
"routingTagsLabel": "Routing Tags Label",
|
||
"routingTagsPlaceholder": "Routing Tags Placeholder",
|
||
"search": "Search",
|
||
"searchEngineIdHint": "Search Engine Id Hint",
|
||
"searchEngineIdLabel": "Search Engine Id Label",
|
||
"searchEngineIdRequired": "Search Engine Id Required",
|
||
"searchProvider": "Search Provider",
|
||
"searchProviderDesc": "Search Provider Desc",
|
||
"searchProviders": "Search Providers",
|
||
"searchProvidersHeading": "Search Providers Heading",
|
||
"searxngBaseUrlHint": "Searxng Base Url Hint",
|
||
"searxngInfo": "Searxng Info",
|
||
"sessionCookieLabel": "Session Cookie Label",
|
||
"showEmail": "Show Email",
|
||
"snowflakeBaseUrlHint": "Snowflake Base Url Hint",
|
||
"supportedEndpointAudio": "Supported Endpoint Audio",
|
||
"supportedEndpointChat": "Supported Endpoint Chat",
|
||
"supportedEndpointEmbeddings": "Supported Endpoint Embeddings",
|
||
"supportedEndpointImages": "Supported Endpoint Images",
|
||
"supportedEndpointsLabel": "Supported Endpoints Label",
|
||
"tagGroupHint": "Tag Group Hint",
|
||
"tagGroupLabel": "Tag Group Label",
|
||
"tagGroupPlaceholder": "Tag Group Placeholder",
|
||
"testModel": "Test Model",
|
||
"testingModel": "Testing Model",
|
||
"toggleOffShort": "Toggle Off Short",
|
||
"toggleOnShort": "Toggle On Short",
|
||
"tokenExpiredBadge": "Token Expired Badge",
|
||
"tokenExpiredTitle": "Token Expired Title",
|
||
"tokenExpiresSoonTitle": "Token Expires Soon Title",
|
||
"tokenShort": "Token Short",
|
||
"totalKeysRotating": "{count, plural, one {1 key rotating} other {# keys rotating}}",
|
||
"unhideModel": "Unhide Model",
|
||
"upstreamProxyProviders": "Upstream Proxy Providers",
|
||
"validationModelIdHint": "Validation Model Id Hint",
|
||
"validationModelIdLabel": "Validation Model Id Label",
|
||
"validationModelIdPlaceholder": "Validation Model Id Placeholder",
|
||
"vertexServiceAccountPlaceholder": "Vertex Service Account Placeholder",
|
||
"webCookieProviders": "Web Cookie Providers",
|
||
"weeklyShort": "Weekly Short",
|
||
"xiaomiMimoBaseUrlHint": "Xiaomi Mimo Base Url Hint",
|
||
"zedImportButton": "Zed Import Button",
|
||
"zedImportFailed": "Zed Import Failed",
|
||
"zedImportHint": "Zed Import Hint",
|
||
"zedImportNetworkError": "Zed Import Network Error",
|
||
"zedImportNone": "Zed Import None",
|
||
"zedImportSuccess": "Zed Import Success",
|
||
"zedImporting": "Zed Importing",
|
||
"freeTierProviders": "বিনামূল্যে স্তর প্রদানকারী",
|
||
"freeTierLabel": "বিনামূল্যে স্তর উপলব্ধ",
|
||
"freeTierProvidersDesc": "বিনামূল্যের স্তর সহ প্রদানকারীরা — কিছু একটি API কী সাইনআপ প্রয়োজন, অন্যদের কোনো শংসাপত্রের প্রয়োজন নেই৷",
|
||
"providerSummaryAll": "মোট",
|
||
"ideProviders": "IDE প্রদানকারী",
|
||
"ideProvidersDesc": "অন্তর্নির্মিত AI সদস্যতা সহ সম্পাদক। IDE কীচেন থেকে সরাসরি শংসাপত্র আমদানি করতে প্রদানকারী পৃষ্ঠাটি ব্যবহার করুন৷",
|
||
"noIdeProviders": "কোনো IDE প্রদানকারী বর্তমান ফিল্টারগুলির সাথে মেলে না।",
|
||
"providerDetailFastTierTooltip": "ডিফল্টরূপে সমস্ত কোডেক্স সংযোগে কোডেক্স ফাস্ট টায়ার প্রয়োগ করুন",
|
||
"providerDetailFastDefaultLabel": "দ্রুত ডিফল্ট",
|
||
"providerDetailBrowserManualConnect": "ব্রাউজার/ম্যানুয়াল সংযোগ",
|
||
"providerDetailAuthUrl": "প্রমাণীকরণ URL",
|
||
"providerDetailCallbackUrl": "কলব্যাক URL",
|
||
"providerDetailValidClaudeCredentialsFile": "বৈধ Claude শংসাপত্র ফাইল",
|
||
"providerDetailPathAutoDetectedAllOs": "OS (Linux/Mac/Windows) প্রতি পাথ স্বয়ংক্রিয়ভাবে সনাক্ত করা হয়।",
|
||
"providerDetailMyClaudeAccountPlaceholder": "আমার ক্লদ অ্যাকাউন্ট",
|
||
"providerDetailPathAutoDetected": "OS (Linux/Mac) প্রতি পাথ স্বয়ংক্রিয়ভাবে সনাক্ত করা হয়।",
|
||
"webFetch": "__MISSING__:Web Fetch",
|
||
"webFetchTooltip": "__MISSING__:Providers that extract content from web URLs (HTML → Markdown, scrape, screenshot)",
|
||
"webFetchProvidersHeading": "__MISSING__:Web Fetch Providers",
|
||
"compatibleProvidersDesc": "__MISSING__:OpenAI-compatible and Anthropic-compatible endpoints you host or configure. Point any OpenAI SDK to your own URL and route requests here.",
|
||
"oauthProvidersDesc": "__MISSING__:Providers authenticated via OAuth — sign in once and OmniRoute handles token rotation automatically.",
|
||
"webCookieProvidersDesc": "এই প্রদানকারীরা API কীগুলির পরিবর্তে ব্রাউজার ওয়েব সেশন, কুকিজ বা ওয়েব টোকেন ব্যবহার করে। প্রয়োজনীয় সেশন শংসাপত্র যোগ করতে একটি প্রদানকারী খুলুন।",
|
||
"apiKeyProvidersDesc": "__MISSING__:Standard API key providers. Add your key once and OmniRoute routes, retries, and rate-limits on your behalf.",
|
||
"noAuthProvidersDesc": "__MISSING__:Open endpoints that require no credentials — ready to use immediately without any sign-up.",
|
||
"upstreamProxyProvidersDesc": "__MISSING__:Route outbound traffic through an upstream proxy before it reaches the provider. Useful for corporate networks or traffic inspection.",
|
||
"webFetchProvidersDesc": "__MISSING__:Providers that fetch and extract content from web URLs. Use them to ground prompts with live web data.",
|
||
"aggregatorsGatewaysDesc": "__MISSING__:Multi-provider aggregators and AI gateways that expose a single unified API across dozens of underlying models.",
|
||
"enterpriseCloudDesc": "__MISSING__:Enterprise-tier and cloud-hosted models with enhanced SLAs, compliance certifications, and dedicated capacity.",
|
||
"cloudAgentProvidersDesc": "__MISSING__:Autonomous cloud agents that execute long-running tasks with plan approval and live status tracking.",
|
||
"localProvidersDesc": "__MISSING__:Self-hosted models running on your own hardware. No data leaves your infrastructure.",
|
||
"searchProvidersDesc": "__MISSING__:Web and document search providers. Attach them to LLM calls for Retrieval-Augmented Generation.",
|
||
"audioProvidersDesc": "__MISSING__:Text-to-speech and speech-to-text providers for voice I/O and audio transcription pipelines.",
|
||
"embeddingRerankProvidersDesc": "__MISSING__:Vector embedding and reranking providers for semantic search, RAG pipelines, and similarity scoring.",
|
||
"imageProvidersDesc": "__MISSING__:Image generation and vision providers — create images from text or analyse existing ones.",
|
||
"videoProvidersDesc": "__MISSING__:Video generation providers. Create short video clips from text prompts or images.",
|
||
"onboardingWizard": "প্রদানকারী অনবোর্ডিং উইজার্ড",
|
||
"onboardingWizardShort": "অনবোর্ডিং উইজার্ড",
|
||
"onboardingWizardDescription": "এপিআই-কী, কাস্টম সামঞ্জস্যপূর্ণ, এবং OAuth প্রদানকারীকে বৈধতা, অধ্যবসায়, এবং একটি তাত্ক্ষণিক সংযোগ পরীক্ষার সাথে সংযুক্ত করুন।",
|
||
"onboardingStepType": "টাইপ",
|
||
"onboardingStepProvider": "প্রদানকারী",
|
||
"onboardingStepCredentials": "শংসাপত্র",
|
||
"onboardingStepResult": "ফলাফল",
|
||
"onboardingTypeApiKeyTitle": "API-কী প্রদানকারী",
|
||
"onboardingTypeApiKeyText": "অন্তর্নির্মিত প্রদানকারী যেমন OpenAI, Anthropic, Gemini, Groq, Azure এবং আরও অনেক কিছু ব্যবহার করুন।",
|
||
"onboardingTypeCustomTitle": "কাস্টম সামঞ্জস্যপূর্ণ প্রদানকারী",
|
||
"onboardingTypeCustomText": "একটি OpenAI-, Anthropic-, বা Claude Code-compatible endpoint তৈরি করুন এবং এর কী যোগ করুন।",
|
||
"onboardingTypeOAuthTitle": "OAuth প্রদানকারী",
|
||
"onboardingTypeOAuthText": "কোডিং প্রদানকারীদের জন্য বিদ্যমান OAuth, ডিভাইস-কোড বা স্থানীয় আমদানি প্রবাহ পুনরায় ব্যবহার করুন।",
|
||
"onboardingChooseOAuthProvider": "একটি OAuth প্রদানকারী বেছে নিন",
|
||
"onboardingChooseApiKeyProvider": "একটি API-কী প্রদানকারী চয়ন করুন৷",
|
||
"onboardingChooseProviderDescription": "একটি প্রদানকারী নির্বাচন করুন, তারপর উইজার্ড আপনাকে শংসাপত্র এবং পরীক্ষার মাধ্যমে গাইড করবে।",
|
||
"onboardingChangeType": "ধরন পরিবর্তন করুন",
|
||
"onboardingChangeProvider": "প্রদানকারী পরিবর্তন করুন",
|
||
"onboardingSearchProviders": "প্রদানকারী অনুসন্ধান করুন...",
|
||
"onboardingApiKeyOptional": "API কী ঐচ্ছিক",
|
||
"onboardingProviderConnected": "প্রদানকারী সংযুক্ত",
|
||
"onboardingProviderSavedWithWarnings": "সরবরাহকারী সতর্কতা সহ সংরক্ষিত",
|
||
"onboardingProviderFinished": "প্রদানকারীর অনবোর্ডিং শেষ",
|
||
"onboardingYourProviderConnection": "আপনার প্রদানকারী সংযোগ",
|
||
"onboardingTestPassed": "পরীক্ষায় উত্তীর্ণ হয়েছে",
|
||
"onboardingTestFailed": "পরীক্ষা ব্যর্থ হয়েছে",
|
||
"onboardingOpenProviderDetails": "প্রদানকারীর বিবরণ খুলুন",
|
||
"onboardingTryInPlayground": "খেলার মাঠে চেষ্টা করুন",
|
||
"onboardingDefaultConnectionName": "{provider} প্রাথমিক",
|
||
"onboardingTestingConnection": "প্রদানকারী সংযোগ পরীক্ষা করা হচ্ছে...",
|
||
"onboardingValidatingCredentials": "প্রমাণপত্রাদি যাচাই করা হচ্ছে...",
|
||
"onboardingSavingConnection": "প্রদানকারী সংযোগ সংরক্ষণ করা হচ্ছে...",
|
||
"onboardingProviderFailed": "প্রদানকারী অনবোর্ডিং ব্যর্থ হয়েছে",
|
||
"onboardingCreatingCompatibleProvider": "সামঞ্জস্যপূর্ণ প্রদানকারী তৈরি করা হচ্ছে...",
|
||
"onboardingSavingCompatibleConnection": "সামঞ্জস্যপূর্ণ প্রদানকারী সংযোগ সংরক্ষণ করা হচ্ছে...",
|
||
"onboardingCustomProviderFallbackName": "কাস্টম প্রদানকারী",
|
||
"onboardingCustomProviderFailed": "কাস্টম প্রদানকারী অনবোর্ডিং ব্যর্থ হয়েছে",
|
||
"onboardingLoadingOAuthConnection": "OAuth সংযোগ লোড হচ্ছে...",
|
||
"onboardingOAuthNoConnectionFound": "OAuth শেষ হয়েছে, কিন্তু কোনো প্রদানকারী সংযোগ পাওয়া যায়নি।",
|
||
"onboardingOAuthFailed": "OAuth অনবোর্ডিং ব্যর্থ হয়েছে৷",
|
||
"onboardingAddProvider": "{provider} যোগ করুন",
|
||
"onboardingConnectionName": "সংযোগের নাম",
|
||
"onboardingApiKeyOptionalLabel": "API কী (ঐচ্ছিক)",
|
||
"onboardingBaseUrlOverride": "বেস ইউআরএল ওভাররাইড",
|
||
"onboardingBaseUrlOverrideHint": "ঐচ্ছিক। প্রদানকারীSpecificData.baseUrl হিসাবে সংরক্ষিত।",
|
||
"onboardingRegion": "অঞ্চল",
|
||
"onboardingSearchCx": "CX / ইঞ্জিন আইডি অনুসন্ধান করুন",
|
||
"onboardingProviderSpecificIdPlaceholder": "ঐচ্ছিক প্রদানকারী-নির্দিষ্ট আইডি",
|
||
"onboardingCustomUserAgent": "কাস্টম ব্যবহারকারী-এজেন্ট",
|
||
"onboardingWorking": "কাজ করছে...",
|
||
"onboardingValidateSaveTest": "যাচাই করুন, সংরক্ষণ করুন এবং পরীক্ষা করুন",
|
||
"onboardingBack": "ফিরে",
|
||
"onboardingCreateCustomCompatibleProvider": "কাস্টম সামঞ্জস্যপূর্ণ প্রদানকারী তৈরি করুন",
|
||
"onboardingCreateCustomCompatibleDescription": "উইজার্ড প্রথমে একটি প্রদানকারী নোড তৈরি করে, তারপর এটির API-কী সংযোগ সঞ্চয় করে এবং পরীক্ষা করে।",
|
||
"onboardingProtocol": "প্রোটোকল",
|
||
"onboardingOpenAiCompatible": "OpenAI- সামঞ্জস্যপূর্ণ",
|
||
"onboardingAnthropicCompatible": "নৃতাত্ত্বিক-সামঞ্জস্যপূর্ণ",
|
||
"onboardingClaudeCodeCompatible": "ক্লদ কোড-সামঞ্জস্যপূর্ণ",
|
||
"onboardingProviderPrefix": "প্রদানকারী উপসর্গ",
|
||
"onboardingProviderPrefixHint": "পরিচালিত প্রদানকারী আইডি তৈরি করতে ব্যবহৃত হয়।",
|
||
"onboardingChatPath": "চ্যাটের পথ",
|
||
"onboardingModelsPath": "মডেল পাথ",
|
||
"onboardingCreateSaveTest": "তৈরি করুন, সংরক্ষণ করুন এবং পরীক্ষা করুন",
|
||
"onboardingConnectProvider": "সংযোগ করুন {provider}",
|
||
"onboardingOAuthFlowDescription": "OmniRoute এই প্রদানকারীর জন্য বিদ্যমান OAuth ফ্লো খুলবে। লগইন করার পরে, উইজার্ড সংরক্ষিত সংযোগটি পুনরায় লোড করে এবং প্রদানকারী পৃষ্ঠার মতো একই সংযোগ পরীক্ষা চালায়।",
|
||
"onboardingStartOAuthFlow": "OAuth প্রবাহ শুরু করুন",
|
||
"passthroughModelsDescription": "{provider} প্রদানকারী-নেটিভ মডেল আইডি গ্রহণ করে। /মডেল থেকে আমদানি করুন বা রাউটিং এর জন্য কাস্টম আইডি যোগ করুন।",
|
||
"bedrockModelsDescription": "অ্যামাজন বেডরক মডেলগুলি AWS অঞ্চল দ্বারা স্কোপ করা হয়েছে৷ /মডেল থেকে আমদানি করুন বা নির্বাচিত অঞ্চলে সক্ষম বেডরক মডেল আইডি যোগ করুন।",
|
||
"bedrockModelPlaceholder": "anthropic.claude-sonnet-4-6",
|
||
"addProviderSessionCookieTitle": "{provider} সেশন কুকি যোগ করুন",
|
||
"addProviderWebTokenTitle": "{provider} ওয়েব টোকেন যোগ করুন",
|
||
"addProviderConnectionTitle": "{provider} সংযোগ যোগ করুন",
|
||
"webTokenCredentialLabel": "ওয়েব সেশন টোকেন",
|
||
"webNoAuthCredentialLabel": "কোন শংসাপত্র প্রয়োজন",
|
||
"webCookieCredentialHint": "প্রয়োজনীয় কুকি: {credential}। আপনার নিজের সাইন-ইন {provider} ওয়েব সেশন থেকে কুকি হেডার মান আটকান। কুকি: উপসর্গ অন্তর্ভুক্ত করবেন না।",
|
||
"webTokenCredentialHint": "শংসাপত্র: {credential}। আপনার নিজের সাইন-ইন করা {provider} ওয়েব সেশন থেকে টোকেন মান পেস্ট করুন, অথবা যদি প্রদানকারী এটিকে সমর্থন করে তাহলে একটি DevTools HAR রপ্তানি করুন।",
|
||
"webCookieEditHint": "বর্তমান সেশন কুকি রাখতে ফাঁকা ছেড়ে দিন। প্রয়োজনীয় কুকি: {credential}।",
|
||
"webTokenEditHint": "বর্তমান ওয়েব সেশন টোকেন রাখতে ফাঁকা ছেড়ে দিন। শংসাপত্র: {credential}।",
|
||
"webSessionGuideTitle": "কিভাবে সেশন শংসাপত্র পেতে",
|
||
"webSessionGuideIntro": "{provider} একটি API কী এর পরিবর্তে একটি ব্রাউজার ওয়েব সেশন ব্যবহার করে।",
|
||
"webCookieRequiredCredential": "প্রয়োজনীয় কুকি: {credential}",
|
||
"webTokenRequiredCredential": "প্রয়োজনীয় টোকেন: {credential}",
|
||
"webSessionGuideStep1": "আপনার ব্রাউজারে {provider} এ সাইন ইন করুন।",
|
||
"webSessionGuideStep2": "ব্রাউজার ডেভেলপার টুল খুলুন এবং ওয়েব অ্যাপ দ্বারা করা একটি অনুরোধ পরিদর্শন করুন।",
|
||
"webSessionGuideStep3": "প্রদানকারীর নিজস্ব ডোমেন থেকে প্রয়োজনীয় শংসাপত্রটি অনুলিপি করুন। কুকির জন্য, শুধুমাত্র কুকি হেডার মান কপি করুন এবং কুকি বাদ দিন:",
|
||
"webSessionGuideStep4": "এটি এখানে পেস্ট করুন এবং সংযোগ পরীক্ষা করুন। যদি এটি কাজ করা বন্ধ করে দেয়, আবার সাইন ইন করুন এবং একটি নতুন মান দিয়ে প্রতিস্থাপন করুন।",
|
||
"webSessionSecurityHint": "এটিকে একটি পাসওয়ার্ডের মতো ব্যবহার করুন: এটি মেয়াদ শেষ না হওয়া বা প্রত্যাহার না হওয়া পর্যন্ত এটি আপনার সাইন-ইন করা ওয়েব অ্যাকাউন্ট অ্যাক্সেস করতে পারে৷",
|
||
"webNoAuthGuideTitle": "কোন শংসাপত্র প্রয়োজন",
|
||
"webNoAuthGuideBody": "{provider} এর একটি API কী বা কুকির প্রয়োজন নেই৷ এর বিনামূল্যের ওয়েব এন্ডপয়েন্ট ব্যবহার করতে সংযোগটি সংরক্ষণ করুন।",
|
||
"webSessionCredentialValidationFailed": "সেশন শংসাপত্রের বৈধতা ব্যর্থ হয়েছে৷ আবার সাইন ইন করুন, একটি নতুন শংসাপত্র অনুলিপি করুন এবং আবার চেষ্টা করুন৷",
|
||
"checkCookie": "কুকি চেক করুন",
|
||
"checkWebToken": "টোকেন চেক করুন"
|
||
},
|
||
"settings": {
|
||
"title": "Settings",
|
||
"general": "General",
|
||
"security": "Security",
|
||
"appearance": "Appearance",
|
||
"routing": "Routing",
|
||
"cache": "Cache",
|
||
"resilience": "Resilience",
|
||
"routingSettingsIntro": "কীভাবে আপনার অনুরোধগুলিকে রুট করা, রূপান্তরিত করা এবং AI প্রদানকারীদের কাছে পাঠানো হয় তা নিয়ন্ত্রণ করে।",
|
||
"routingOpDropParagraphContainsLabel": "__MISSING__:Drop paragraph (contains)",
|
||
"routingOpDropParagraphStartsWithLabel": "__MISSING__:Drop paragraph (starts with)",
|
||
"routingOpReplaceTextLabel": "__MISSING__:Replace text",
|
||
"routingOpReplaceRegexLabel": "__MISSING__:Replace regex",
|
||
"routingOpDropBlockContainsLabel": "__MISSING__:Drop block (contains)",
|
||
"routingOpPrependSystemBlockLabel": "__MISSING__:Prepend system block",
|
||
"routingOpAppendSystemBlockLabel": "__MISSING__:Append system block",
|
||
"routingOpInjectBillingHeaderLabel": "__MISSING__:Inject billing header",
|
||
"routingOpObfuscateWordsLabel": "__MISSING__:Obfuscate words (ZWJ)",
|
||
"routingOpDropParagraphContainsDesc": "__MISSING__:Removes any paragraph (text block split on blank lines) inside the system prompt whose text contains ANY of the listed substrings. Use to strip third-party client fingerprints like 'github.com/anomalyco/opencode' or 'docs.openwebui.com' that Anthropic's classifier flags.",
|
||
"routingOpDropParagraphStartsWithDesc": "__MISSING__:Removes any paragraph that STARTS WITH one of the listed prefixes. Use for identity lines like 'You are OpenCode' or 'You are Open WebUI' that announce the calling client.",
|
||
"routingOpReplaceTextDesc": "__MISSING__:Replaces a literal substring with another literal substring. Use for known trigger phrases — e.g. rewrite 'Here is some useful information about the environment you are running in:' to 'Environment context you are running in:' (an empirically-validated trigger phrase).",
|
||
"routingOpReplaceRegexDesc": "__MISSING__:Replaces text matching a regular expression. Use when you need patterns (character classes, optional whitespace, anchors) instead of literal substrings. A malformed pattern is caught at runtime when the op runs.",
|
||
"routingOpDropBlockContainsDesc": "__MISSING__:Removes ENTIRE system blocks (not just paragraphs) whose text contains any of the listed substrings. Use when a whole block is fingerprint-bearing and you want it gone — e.g. an injected MCP-server description.",
|
||
"routingOpPrependSystemBlockDesc": "__MISSING__:Inserts a new text block at the FRONT of the system array. Use to add the SDK identity 'You are a Claude agent, built on Anthropic's Claude Agent SDK.' that Anthropic's classifier expects.",
|
||
"routingOpAppendSystemBlockDesc": "__MISSING__:Inserts a new text block at the END of the system array. Use for cosmetic additions that don't need to be at position [0].",
|
||
"routingOpInjectBillingHeaderDesc": "__MISSING__:Prepends the special 'x-anthropic-billing-header: cc_version=...; cc_entrypoint=...; cch=...;' text block that Anthropic's classifier validates. Required for CC bridge relay endpoints; for the native claude provider OmniRoute already injects its own billing line so this op is usually redundant there.",
|
||
"routingOpObfuscateWordsDesc": "__MISSING__:Inserts a Zero-Width-Joiner character after the first letter of each listed word, so 'opencode' becomes 'opencode'. Reads identical to humans but bypasses classifier word matches. Targets system blocks, user/assistant messages, and tool descriptions.",
|
||
"routingNeedlesHint": "__MISSING__:List of substrings. A paragraph matches if it contains ANY one of them. Add one per line via 'Add entry'.",
|
||
"routingPrefixesHint": "__MISSING__:List of strings. A paragraph matches if it starts with any one of them (leading whitespace is trimmed before matching).",
|
||
"routingCaseSensitiveHint": "__MISSING__:When ON, 'OpenCode' and 'opencode' are different strings. When OFF (default), the comparison ignores case.",
|
||
"routingMatchLiteralHint": "__MISSING__:Exact literal substring to find. No regex syntax — special chars like . * ? are treated as themselves.",
|
||
"routingReplacementTextHint": "__MISSING__:Replacement string. Leave blank to delete the match. The output preserves surrounding text.",
|
||
"routingAllOccurrencesHint": "__MISSING__:When ON (default), every instance is replaced. When OFF, only the first match is replaced.",
|
||
"routingPatternHint": "__MISSING__:JavaScript regex source. Don't wrap in slashes — just 'foo(.*)bar'. Server rejects patterns that fail to compile.",
|
||
"routingRegexFlagsHint": "__MISSING__:JavaScript regex flags (g = all matches, i = case-insensitive, s = dot matches newline, m = multiline). Default 'g'.",
|
||
"routingBlockTextHint": "__MISSING__:Full text of the new system block. Use a literal string; the system block stores text only.",
|
||
"routingIdempotencyKeyHint": "__MISSING__:Optional. If set, the op skips when a block whose text starts with this key is already present. Prevents double-prepend on retries.",
|
||
"routingBillingEntrypointHint": "__MISSING__:Value injected as 'cc_entrypoint='. Anthropic accepts 'sdk-cli' (Agent SDK), 'cli' (Claude Code CLI), or other documented values.",
|
||
"routingBillingVersionFormatHint": "__MISSING__:How the 3-char build hash after cc_version= is computed. 'ex-machina' = sha256 of CCH_SALT+chars-from-first-user-msg+version (per-message). 'omniroute-daystamp' = sha256 of YYYY-MM-DD+version (stable per-day).",
|
||
"routingBillingCchAlgoHint": "__MISSING__:How the 5-char cch= token is computed. 'sha256-first-user' = sha256 of first user message text. 'xxhash64-body' = body-level signing fills it later. 'static-zero' = literal '00000' placeholder.",
|
||
"routingObfuscateWordsHint": "__MISSING__:Lowercase words to obfuscate. ZWJ insertion is applied case-insensitively, so 'opencode' also matches 'OpenCode' and 'OPENCODE'.",
|
||
"routingObfuscateTargetsHint": "__MISSING__:Which body regions to scan for the words: system blocks, user/assistant messages, and/or tool descriptions.",
|
||
"routingObfuscateTargetsLabel": "__MISSING__:Targets",
|
||
"routingSummarizeDropParagraphContains": "__MISSING__:drop paragraphs containing: {items}",
|
||
"routingSummarizeDropParagraphStartsWith": "__MISSING__:drop paragraphs starting with: {items}",
|
||
"routingSummarizeReplaceText": "__MISSING__:replace \"{match}\" → \"{replacement}\"",
|
||
"routingSummarizeReplaceRegex": "__MISSING__:regex /{pattern}/{flags} → \"{replacement}\"",
|
||
"routingSummarizeDropBlockContains": "__MISSING__:drop blocks containing: {items}",
|
||
"routingSummarizePrependSystemBlock": "__MISSING__:prepend block: \"{text}\"",
|
||
"routingSummarizeAppendSystemBlock": "__MISSING__:append block: \"{text}\"",
|
||
"routingSummarizeInjectBillingHeader": "__MISSING__:inject billing header (entrypoint={entrypoint}, version={versionFormat}, cch={cchAlgo})",
|
||
"routingSummarizeObfuscateWords": "__MISSING__:obfuscate {count} word(s) via ZWJ in {targets}",
|
||
"routingDefaultAutoVariantLKGP": "__MISSING__:Last Known Good Provider",
|
||
"routingDefaultAutoVariantLKGPDesc": "__MISSING__:Last Known Good Provider",
|
||
"routingDefaultAutoVariantCoding": "__MISSING__:Quality-first for code",
|
||
"routingDefaultAutoVariantCodingDesc": "__MISSING__:Quality-first for code",
|
||
"routingDefaultAutoVariantFast": "__MISSING__:Low-latency routing",
|
||
"routingDefaultAutoVariantFastDesc": "__MISSING__:Low-latency routing",
|
||
"routingDefaultAutoVariantCheap": "__MISSING__:Cost-optimized",
|
||
"routingDefaultAutoVariantCheapDesc": "__MISSING__:Cost-optimized",
|
||
"routingDefaultAutoVariantOffline": "__MISSING__:High availability",
|
||
"routingDefaultAutoVariantOfflineDesc": "__MISSING__:High availability",
|
||
"routingDefaultAutoVariantSmart": "__MISSING__:Best discovery (10% explore)",
|
||
"routingDefaultAutoVariantSmartDesc": "__MISSING__:Best discovery (10% explore)",
|
||
"routingOpSummaryCount": "__MISSING__:{count, plural, =0 {no ops} one {# op} other {# ops}}",
|
||
"routingOpEnabled": "__MISSING__:enabled",
|
||
"routingOpDisabled": "__MISSING__:disabled",
|
||
"routingOpStatusSeparator": "__MISSING__: · ",
|
||
"resilienceSettingsIntro": "প্রদানকারী ব্যর্থ হলে স্বয়ংক্রিয়ভাবে পুনরায় চেষ্টা, কুলডাউন এবং ফলব্যাক।",
|
||
"aiSettingsIntro": "চিন্তা বাজেট, মডেল আচরণ এবং সংকোচনের জন্য AI-নির্দিষ্ট সেটিংস।",
|
||
"systemPrompt": "System Prompt",
|
||
"thinkingBudget": "Thinking Budget",
|
||
"proxy": "Proxy",
|
||
"httpProxy": "HTTP Proxy",
|
||
"1proxy": "1proxy",
|
||
"proxySubTabsAria": "Proxy sections",
|
||
"requestBodyLimitTitle": "Request Body Limit",
|
||
"requestBodyLimitDescription": "Maximum API payload size accepted before a request body is parsed. Dedicated upload routes keep at least their built-in 100 MB limit.",
|
||
"requestBodyLimitInputLabel": "Request body limit in MB",
|
||
"requestBodyLimitEmptyError": "Enter a limit in MB",
|
||
"requestBodyLimitWholeNumberError": "Use a whole number",
|
||
"requestBodyLimitMinimumError": "Minimum is {min} MB",
|
||
"requestBodyLimitMaximumError": "Maximum is {max} MB",
|
||
"requestBodyLimitLoadFailed": "Failed to load request limit settings",
|
||
"requestBodyLimitSaveSuccess": "Request body limit saved",
|
||
"requestBodyLimitSaveFailed": "Failed to save request body limit",
|
||
"requestBodyLimitSaving": "Saving...",
|
||
"requestBodyLimitSave": "Save",
|
||
"requestBodyLimitCurrent": "Current: {value}",
|
||
"mitmProxy": "এমআইটিএম প্রক্সি",
|
||
"pricing": "Pricing",
|
||
"storage": "Storage",
|
||
"policies": "Policies",
|
||
"ipFilter": "IP Filter",
|
||
"comboDefaults": "Combo Defaults",
|
||
"fallbackChains": "Fallback Chains",
|
||
"changePassword": "Change Password",
|
||
"enablePassword": "Enable Password",
|
||
"darkMode": "Dark Mode",
|
||
"lightMode": "Light Mode",
|
||
"memoryTitle": "Memory",
|
||
"memoryDesc": "Persistent cross-session conversational memory",
|
||
"memoryEnabled": "Enable Memory",
|
||
"memoryEnabledDesc": "When enabled, OmniRoute will inject relevant past context.",
|
||
"maxTokens": "Max Tokens",
|
||
"retentionDays": "Retention",
|
||
"recent": "Recent",
|
||
"recentDesc": "Chronological window",
|
||
"semantic": "Semantic",
|
||
"semanticDesc": "Vector search",
|
||
"hybrid": "Hybrid",
|
||
"hybridDesc": "Recent + Semantic",
|
||
"skillsTitle": "Skills",
|
||
"skillsDesc": "Tools for models",
|
||
"skillsEnabled": "Enable Skills",
|
||
"skillsEnabledDesc": "Allows agents to trigger functions.",
|
||
"skillsComingSoon": "Skills marketplace coming soon.",
|
||
"memorySkillsTitle": "Memory & Skills",
|
||
"memorySkillsDesc": "Persistent context & capabilities",
|
||
"modelsDevTitle": "Model Database",
|
||
"modelsDevDesc": "Auto-sync pricing, capabilities & specs from models.dev",
|
||
"modelsDevEnabled": "Enable models.dev Sync",
|
||
"modelsDevEnabledDesc": "Fetch model pricing, capabilities, and specs from the open-source models.dev database",
|
||
"modelsDevInterval": "Sync Interval",
|
||
"syncNow": "Sync Now",
|
||
"syncing": "Syncing...",
|
||
"lastSync": "Last sync",
|
||
"never": "Never",
|
||
"justNow": "Just now",
|
||
"modelsDevStats": "Sync Statistics",
|
||
"modelsDevStatsDesc": "Current models.dev data coverage",
|
||
"providers": "Providers",
|
||
"modelsWithPricing": "Models with Pricing",
|
||
"capabilities": "Capabilities",
|
||
"lastSyncCount": "Last Sync Count",
|
||
"lastSyncFull": "Last full sync",
|
||
"modelsDevInfo": "How It Works",
|
||
"modelsDevInfoDesc": "models.dev is an open-source database of AI model specifications maintained by the SST/OpenCode team. It provides pricing, capabilities, context limits, and modalities for 4,000+ models across 100+ providers.",
|
||
"modelsDevInfoResolution": "Pricing resolution order (highest priority first):",
|
||
"modelsDevInfoOrder": "User Override → models.dev → LiteLLM → Hardcoded Default",
|
||
"systemTheme": "System Theme",
|
||
"debugToggle": "Enable Debug Mode",
|
||
"sidebarVisibilityToggle": "Show Sidebar Items",
|
||
"enableCache": "Enable Cache",
|
||
"cacheTTL": "Cache TTL",
|
||
"maxCacheSize": "Max Cache Size",
|
||
"clearCache": "Clear Cache",
|
||
"cacheCleared": "Cache cleared successfully",
|
||
"clearCacheFailed": "Failed to clear cache",
|
||
"cacheHits": "Cache Hits",
|
||
"cacheMisses": "Cache Misses",
|
||
"hitRate": "Hit Rate",
|
||
"cacheEntries": "Cache Entries",
|
||
"cacheSettings": "Cache Settings",
|
||
"semanticCache": "Semantic Cache",
|
||
"maxEntries": "Max Entries",
|
||
"ttlMinutes": "TTL (minutes)",
|
||
"promptCache": "Prompt Cache",
|
||
"strategy": "Strategy",
|
||
"preserveClientCache": "Preserve Client Cache",
|
||
"enabled": "Enabled",
|
||
"loading": "Loading...",
|
||
"saving": "Saving...",
|
||
"save": "Save",
|
||
"circuitBreaker": "Circuit Breaker",
|
||
"retryPolicy": "Retry Policy",
|
||
"maxRetries": "Max Retries",
|
||
"retryDelay": "Retry Delay",
|
||
"timeoutMs": "Timeout (ms)",
|
||
"enableSystemPrompt": "Enable System Prompt",
|
||
"systemPromptText": "System Prompt Text",
|
||
"autoDisableBannedAccounts": "Auto-Disable Banned Accounts",
|
||
"autoDisableDescription": "Permanently mark provider connections as deactivated if they return specific terminal ban signals (e.g. HTTP 403 'verify your account'). This removes them from the combo rotation.",
|
||
"autoDisableThreshold": "Ban Threshold",
|
||
"autoDisableThresholdDesc": "Consecutive ban signals required before permanent deactivation.",
|
||
"resilienceStructureTitle": "Resilience Structure",
|
||
"resilienceStructureDesc": "এই পৃষ্ঠাটি শুধুমাত্র আচরণ কনফিগার করে। স্বাস্থ্য পৃষ্ঠায় লাইভ ব্রেকার স্টেট দেখানো হয়েছে। কম্বো-নির্দিষ্ট পুনরায় চেষ্টা এবং রাউন্ড-রবিন স্লট নিয়ন্ত্রণ কম্বো সেটিংসে থাকে।",
|
||
"enableThinking": "Enable Thinking",
|
||
"maxThinkingTokens": "Max Thinking Tokens",
|
||
"enableProxy": "Enable Proxy",
|
||
"proxyUrl": "Proxy URL",
|
||
"pricingRates": "Pricing Rates Format",
|
||
"currentPricing": "Current Pricing Overview",
|
||
"loadingPricing": "Loading pricing data...",
|
||
"noPricing": "No pricing data available",
|
||
"input": "Input",
|
||
"output": "Output",
|
||
"cached": "Cached",
|
||
"reasoning": "Reasoning",
|
||
"cacheCreation": "Cache Creation",
|
||
"customPricing": "Custom Pricing",
|
||
"databaseSize": "Database Size",
|
||
"backupDb": "Backup Database",
|
||
"restoreDb": "Restore Database",
|
||
"exportData": "Export Data",
|
||
"importData": "Import Data",
|
||
"clearData": "Clear All Data",
|
||
"clearDataConfirm": "This will permanently delete all data. Are you sure?",
|
||
"enableRequestLogs": "Enable Request Logs",
|
||
"logRetention": "Log Retention",
|
||
"ipWhitelist": "IP Whitelist",
|
||
"ipBlacklist": "IP Blacklist",
|
||
"addIP": "Add IP",
|
||
"savedSuccessfully": "Settings saved successfully",
|
||
"ai": "AI",
|
||
"advanced": "Advanced",
|
||
"localMode": "Local Mode — All data stored on your machine",
|
||
"settingsSectionsAria": "Settings sections",
|
||
"switchThemes": "Switch between light and dark themes",
|
||
"themeSelectionAria": "Theme selection",
|
||
"themeLight": "Light",
|
||
"themeDark": "Dark",
|
||
"themeSystem": "System",
|
||
"endpointTunnelVisibility": "এন্ডপয়েন্ট টানেলের দৃশ্যমানতা",
|
||
"endpointTunnelVisibilityDesc": "টানেলের অবস্থা পরিবর্তন না করে এন্ডপয়েন্ট পৃষ্ঠা থেকে টানেল নিয়ন্ত্রণ লুকান।",
|
||
"showCloudflareTunnel": "ক্লাউডফ্লেয়ার কুইক টানেল",
|
||
"showCloudflareTunnelDesc": "এন্ডপয়েন্ট পৃষ্ঠায় Cloudflare দ্রুত টানেল নিয়ন্ত্রণগুলি দেখান৷",
|
||
"showTailscaleFunnel": "টেলস্কেল ফানেল",
|
||
"showTailscaleFunnelDesc": "এন্ডপয়েন্ট পৃষ্ঠায় টেলস্কেল ফানেল নিয়ন্ত্রণগুলি দেখান৷",
|
||
"showNgrokTunnel": "ngrok টানেল",
|
||
"showNgrokTunnelDesc": "এন্ডপয়েন্ট পৃষ্ঠায় ngrok টানেল নিয়ন্ত্রণ দেখান।",
|
||
"sidebarVisibility": "Hide sidebar items",
|
||
"sidebarVisibilityDesc": "Hide any sidebar navigation entry to reduce visual clutter without disabling any features",
|
||
"sidebarVisibilityHint": "Any sidebar section is hidden automatically when all of its entries are hidden",
|
||
"hideHealthLogs": "Hide Health Check Logs",
|
||
"hideHealthLogsDesc": "When ON, suppress [HealthCheck] messages in server console",
|
||
"themeAccent": "Theme color",
|
||
"themeAccentDesc": "Choose a preset color or create your own theme with one color",
|
||
"themeCreate": "Create theme",
|
||
"themeCustom": "Custom theme",
|
||
"themeBlue": "Blue",
|
||
"themeRed": "Red",
|
||
"themeGreen": "Green",
|
||
"themeViolet": "Violet",
|
||
"themeOrange": "Orange",
|
||
"themeCyan": "Cyan",
|
||
"whitelabeling": "Branding",
|
||
"whitelabelingDesc": "Customize the application name and logo",
|
||
"appName": "Application Name",
|
||
"appNameDesc": "Display name shown in sidebar and browser tab",
|
||
"customLogo": "Custom Logo URL",
|
||
"customLogoDesc": "URL to your custom logo image",
|
||
"uploadLogo": "Upload Logo",
|
||
"resetLogo": "Reset to Default",
|
||
"logoPreview": "Preview",
|
||
"customFavicon": "Browser Favicon",
|
||
"customFaviconDesc": "URL to your custom favicon (shown in browser tab)",
|
||
"uploadFavicon": "Upload Favicon",
|
||
"resetFavicon": "Reset Favicon",
|
||
"faviconPreview": "Favicon Preview",
|
||
"flushCache": "Flush Cache",
|
||
"flushing": "Flushing…",
|
||
"size": "Size",
|
||
"hits": "Hits",
|
||
"evictions": "Evictions",
|
||
"loadingCacheStats": "Loading cache stats…",
|
||
"globalProxy": "Global Proxy",
|
||
"globalProxyDesc": "Configure a global outbound proxy for all API calls. Individual providers, combos, and keys can override this.",
|
||
"noGlobalProxy": "No global proxy configured",
|
||
"globalLabel": "Global",
|
||
"configure": "Configure",
|
||
"globalSystemPrompt": "Global System Prompt",
|
||
"saved": "Saved",
|
||
"beforePromptLabel": "__MISSING__:Before Prompt",
|
||
"beforePromptDesc": "__MISSING__:Injected before agent/provider system instructions",
|
||
"beforePromptPlaceholder": "__MISSING__:Instructions inserted before agent/provider prompt...",
|
||
"afterPromptLabel": "__MISSING__:After Prompt",
|
||
"afterPromptDesc": "__MISSING__:Injected after agent/provider system instructions",
|
||
"afterPromptPlaceholder": "__MISSING__:Instructions inserted after agent/provider prompt...",
|
||
"chars": "{count} chars",
|
||
"thinkingBudgetTitle": "Thinking Budget",
|
||
"thinkingBudgetDesc": "Control AI reasoning token usage across all requests",
|
||
"passthrough": "Passthrough",
|
||
"passthroughDesc": "No changes — client controls thinking budget",
|
||
"auto": "Auto Combo",
|
||
"autoDesc": "Self-healing smart routing pool (Performance optimized)",
|
||
"custom": "Custom",
|
||
"customDesc": "Set a fixed token budget for all requests",
|
||
"adaptive": "Adaptive",
|
||
"adaptiveDesc": "Scale budget based on request complexity",
|
||
"effortNone": "None (0 tokens)",
|
||
"effortLow": "Low (1K tokens)",
|
||
"effortMedium": "Medium (10K tokens)",
|
||
"effortHigh": "High (128K tokens)",
|
||
"tokenBudget": "Token Budget",
|
||
"tokens": "tokens",
|
||
"baseEffortLevel": "Base Effort Level",
|
||
"adaptiveHint": "Adaptive mode scales from this base level based on message count, tool usage, and prompt length.",
|
||
"requireLogin": "Require login",
|
||
"requireLoginDesc": "When ON, dashboard requires password. When OFF, access without login.",
|
||
"currentPassword": "Current Password",
|
||
"enterCurrentPassword": "Enter current password",
|
||
"newPassword": "New Password",
|
||
"enterNewPassword": "Enter new password",
|
||
"confirmPassword": "Confirm New Password",
|
||
"confirmPasswordPlaceholder": "Confirm new password",
|
||
"passwordsNoMatch": "Passwords do not match",
|
||
"passwordUpdated": "Password updated successfully",
|
||
"failedUpdatePassword": "Failed to update password",
|
||
"errorOccurred": "An error occurred",
|
||
"updatePassword": "Update Password",
|
||
"setPassword": "Set Password",
|
||
"apiEndpointProtection": "API Endpoint Protection",
|
||
"requireAuthModels": "Require API key for /models",
|
||
"requireAuthModelsDesc": "When ON, the /v1/models endpoint returns 404 for unauthenticated requests. Prevents model discovery by unauthorized users.",
|
||
"authModelHeading": "সক্রিয় অনুমোদন মডেল",
|
||
"authModelClient": "ক্লায়েন্ট API এন্ডপয়েন্ট (/v1/*, /chat/*, /responses/*, /codex/*, /messages/*) এর জন্য একটি Bearer API কী প্রয়োজন।",
|
||
"authModelManagement": "ম্যানেজমেন্ট এন্ডপয়েন্টের (/ড্যাশবোর্ড, /api/*) একটি ড্যাশবোর্ড সেশন বা ম্যানেজমেন্ট শংসাপত্র প্রয়োজন।",
|
||
"authModelPublic": "শুধুমাত্র লগইন, স্বাস্থ্য, এবং বুটস্ট্র্যাপ রুট সর্বজনীন।",
|
||
"bruteForceProtection": "ব্রুট-ফোর্স সুরক্ষা লগইন করুন",
|
||
"bruteForceProtectionDesc": "একই IP থেকে বারবার ব্যর্থতার পর থ্রোটল এবং লক /api/auth/login করুন।",
|
||
"corsAllowedOrigins": "CORS অনুমোদিত উত্স",
|
||
"corsAllowedOriginsDesc": "এই সার্ভারে কল করার জন্য অনুমোদিত ব্রাউজার উত্সের কমা দ্বারা পৃথক করা তালিকা৷ খালি তালিকা = কোন ব্রাউজার CORS অ্যাক্সেস নেই (সার্ভার থেকে সার্ভার এখনও কাজ করে)। শুধুমাত্র উন্নয়নের জন্য CORS_ALLOW_ALL=true env var ব্যবহার করুন।",
|
||
"blockedProviders": "Blocked Providers",
|
||
"blockedProvidersDesc": "Hide specific providers from the /v1/models response. Blocked providers will not appear in model listings.",
|
||
"providersBlocked": "{count} provider(s) blocked from /models",
|
||
"blockProviderTitle": "Block {provider}",
|
||
"unblockProviderTitle": "Unblock {provider}",
|
||
"cliFingerprint": "CLI Fingerprint Matching",
|
||
"cliFingerprintDesc": "Match native CLI binary signatures when proxying requests. Reorders headers and body fields to look identical to the official CLI tools. Your proxy IP is preserved.",
|
||
"cliFingerprintEnabled": "{count} provider(s) with CLI fingerprint active",
|
||
"enableFingerprintTitle": "Enable fingerprint for {provider}",
|
||
"disableFingerprintTitle": "Disable fingerprint for {provider}",
|
||
"systemTransforms": "সিস্টেম-ব্লক ট্রান্সফর্ম পাইপলাইন",
|
||
"systemTransformsDesc": "প্রতি-প্রদানকারী ফরওয়ার্ড করার আগে অনুরোধের বডিতে প্রয়োগ করা রূপান্তরের পাইপলাইন অর্ডার করেছে। যেকোনো প্রদানকারী আইডি সমর্থন করে।",
|
||
"systemTransformsAddProvider": "প্রদানকারী যোগ করুন",
|
||
"systemTransformsAddProviderPlaceholder": "একটি প্রদানকারী নির্বাচন করুন...",
|
||
"systemTransformsAddProviderAllConfigured": "সমস্ত প্রদানকারী ইতিমধ্যে কনফিগার করা হয়েছে",
|
||
"systemTransformsRemoveProvider": "প্রদানকারী সরান",
|
||
"systemTransformsNoProviders": "কোন প্রদানকারী কনফিগার করা নেই. শুরু করতে একজন প্রদানকারী যোগ করুন।",
|
||
"systemTransformsOpMoveUp": "উপরে সরান",
|
||
"systemTransformsOpMoveDown": "নিচে সরান",
|
||
"systemTransformsOpDelete": "অপশন মুছুন",
|
||
"routingStrategy": "Routing Strategy",
|
||
"routingAdvancedGuideTitle": "Advanced routing guidance",
|
||
"routingAdvancedGuideHint1": "Use Fill First for predictable priority, Round Robin for fairness, and P2C for latency resilience.",
|
||
"routingAdvancedGuideHint2": "If providers vary in quality/cost, start with Cost Opt for background work and Least Used for balanced wear.",
|
||
"fillFirst": "Fill First",
|
||
"fillFirstDesc": "Use accounts in priority order",
|
||
"roundRobin": "Round Robin",
|
||
"roundRobinDesc": "Cycle through all accounts",
|
||
"p2c": "P2C",
|
||
"p2cDesc": "Pick 2 random, use the healthier one",
|
||
"random": "Random",
|
||
"randomDesc": "Random account each request",
|
||
"leastUsed": "Least Used",
|
||
"leastUsedDesc": "Pick least recently used account",
|
||
"costOpt": "Cost Opt",
|
||
"costOptDesc": "Prefer cheapest available account",
|
||
"resetAware": "রিসেট-সচেতন RR",
|
||
"resetAwareDesc": "স্বাস্থ্যকর অবশিষ্ট কোটা এবং কাছাকাছি রিসেট সহ অ্যাকাউন্ট পছন্দ করুন",
|
||
"strictRandom": "Strict Random",
|
||
"strictRandomDesc": "Shuffle deck — uses each account once before reshuffling",
|
||
"stickyLimit": "Sticky Limit",
|
||
"stickyLimitDesc": "Calls per account before switching",
|
||
"modelAliases": "Model Aliases",
|
||
"modelAliasesTitle": "Model Aliases",
|
||
"modelAliasesDesc": "Remap model names using exact matches or wildcard patterns.",
|
||
"addCustomAlias": "Add Custom Alias",
|
||
"deprecatedModelId": "Deprecated model ID",
|
||
"newModelId": "New model ID",
|
||
"customAliases": "Custom Aliases",
|
||
"builtInAliases": "Built-in Aliases",
|
||
"backgroundDegradationTitle": "Background Task Degradation",
|
||
"backgroundDegradationDesc": "Auto-detect background tasks (titles, summaries) and route to cheaper models",
|
||
"enableDegradation": "Enable Background Degradation",
|
||
"enableDegradationHint": "When enabled, background tasks like title generation and summarization are routed to cheaper models automatically",
|
||
"tasksDetected": "Tasks detected",
|
||
"degradationMap": "Model Degradation Map",
|
||
"premiumModel": "Premium model",
|
||
"cheapModel": "Cheap model",
|
||
"detectionPatterns": "Detection Patterns",
|
||
"newPattern": "e.g. \"generate a title\"",
|
||
"aliasPatternPlaceholder": "claude-sonnet-*",
|
||
"aliasTargetPlaceholder": "claude-sonnet-4-20250514",
|
||
"pattern": "Pattern",
|
||
"targetModel": "Target Model",
|
||
"add": "+ Add",
|
||
"session": "Session",
|
||
"sessionDetailsAria": "Session details",
|
||
"status": "Status",
|
||
"authenticated": "Authenticated",
|
||
"guest": "Guest",
|
||
"loginTime": "Login Time",
|
||
"sessionAge": "Session Age",
|
||
"browser": "Browser",
|
||
"clearLocalData": "Clear Local Data",
|
||
"logout": "Logout",
|
||
"clearLocalDataConfirm": "Clear all local data? This will reset your preferences.",
|
||
"unknown": "Unknown",
|
||
"systemActor": "system",
|
||
"ipAccessControl": "IP Access Control",
|
||
"ipAccessControlDesc": "Block or allow specific IP addresses",
|
||
"ipModeDisabled": "Disabled",
|
||
"ipModeBlacklist": "Blacklist",
|
||
"ipModeWhitelist": "Whitelist",
|
||
"ipModeWhitelistPriority": "WL Priority",
|
||
"addIpAddress": "Add IP Address",
|
||
"ipAddressPlaceholder": "192.168.1.0/24 or 10.0.*.*",
|
||
"block": "+ Block",
|
||
"allow": "+ Allow",
|
||
"blocked": "Blocked ({count})",
|
||
"allowed": "Allowed ({count})",
|
||
"temporaryBans": "Temporary Bans ({count})",
|
||
"minLeft": "{min}m left",
|
||
"auditLog": "Audit Log",
|
||
"searchAuditLogs": "Search audit logs...",
|
||
"failedLoadAuditLog": "Failed to load audit log",
|
||
"noAuditEvents": "No audit events found",
|
||
"action": "Action",
|
||
"actor": "Actor",
|
||
"details": "Details",
|
||
"time": "Time",
|
||
"fallbackChainsTitle": "Fallback Chains",
|
||
"fallbackChainsDesc": "Define provider fallback order per model",
|
||
"addChain": "+ Add Chain",
|
||
"modelName": "Model Name",
|
||
"modelNamePlaceholder": "claude-sonnet-4-20250514",
|
||
"providersCommaSeparated": "Providers (comma-separated, in priority order)",
|
||
"providersCommaSeparatedPlaceholder": "anthropic, openai, gemini",
|
||
"createChain": "Create Chain",
|
||
"noFallbackChains": "No Fallback Chains",
|
||
"noFallbackChainsDesc": "Create a chain to define provider fallback order for a model.",
|
||
"loadingFallbackChains": "Loading fallback chains...",
|
||
"deleteChainConfirm": "Delete fallback chain for \"{model}\"?",
|
||
"chainCreated": "Chain created for {model}",
|
||
"chainDeleted": "Chain deleted for {model}",
|
||
"failedCreateChain": "Failed to create chain",
|
||
"failedDeleteChain": "Failed to delete chain",
|
||
"deleteChain": "Delete chain",
|
||
"fillModelAndProviders": "Please fill model name and providers",
|
||
"addAtLeastOneProvider": "Add at least one provider",
|
||
"comboDefaultsTitle": "Combo Defaults",
|
||
"comboDefaultsGuideTitle": "How to tune combo defaults",
|
||
"comboDefaultsGuideHint1": "Keep retries low in low-latency flows; increase timeout only for long generation tasks.",
|
||
"comboDefaultsGuideHint2": "Use provider overrides when one provider needs different timeout/retry behavior than global defaults.",
|
||
"globalComboConfig": "Global combo configuration",
|
||
"defaultStrategy": "Default Strategy",
|
||
"defaultStrategyDesc": "Applied to new combos without explicit strategy",
|
||
"comboStrategyAria": "Combo strategy",
|
||
"priority": "Priority",
|
||
"weighted": "Weighted",
|
||
"contextRelay": "Context Relay",
|
||
"contextRelayDesc": "Priority-style routing with automatic context handoffs when account rotation happens",
|
||
"maxRetriesLabel": "Max Retries",
|
||
"retryDelayLabel": "Retry Delay (ms)",
|
||
"timeoutLabel": "Timeout (ms)",
|
||
"healthCheck": "Health Check",
|
||
"healthCheckDesc": "Pre-check provider availability",
|
||
"trackMetrics": "Track Metrics",
|
||
"trackMetricsDesc": "Record per-combo request metrics",
|
||
"providerOverrides": "Provider Overrides",
|
||
"providerOverridesDesc": "Override timeout and retries per provider. Provider settings override global defaults.",
|
||
"providerMaxRetriesAria": "{provider} max retries",
|
||
"providerTimeoutAria": "{provider} timeout ms",
|
||
"removeProviderOverrideAria": "Remove {provider} override",
|
||
"newProviderNamePlaceholder": "e.g. google, openai...",
|
||
"newProviderNameAria": "New provider name",
|
||
"retries": "retries",
|
||
"ms": "ms",
|
||
"saveComboDefaults": "Save Combo Defaults",
|
||
"maxNestingDepth": "Max Nesting Depth",
|
||
"concurrencyPerModel": "Concurrency / Model",
|
||
"queueTimeout": "Queue Timeout (ms)",
|
||
"contextRelayHandoffThreshold": "Handoff Threshold",
|
||
"contextRelayMaxMessages": "Max Messages For Summary",
|
||
"contextRelaySummaryModel": "Summary Model",
|
||
"contextRelayProviderNote": "Context Relay currently generates handoffs for Codex accounts and uses these values as global defaults for new or unconfigured combos.",
|
||
"providerProfiles": "Provider Profiles",
|
||
"providerProfilesDesc": "Separate resilience settings for OAuth (session-based) and API Key (metered) providers. OAuth providers have stricter thresholds due to lower rate limits.",
|
||
"oauthProviders": "OAuth Providers",
|
||
"apiKeyProviders": "API Key Providers",
|
||
"transientCooldown": "Transient Cooldown",
|
||
"rateLimitCooldown": "Rate Limit Cooldown",
|
||
"maxBackoffLevel": "Max Backoff Level",
|
||
"cbThreshold": "CB Threshold",
|
||
"cbResetTime": "CB Reset Time",
|
||
"rateLimiting": "Rate Limiting",
|
||
"rateLimitingDesc": "API Key providers are automatically rate-limited with safe defaults. Limits are learned from response headers and adapt over time.",
|
||
"defaultSafetyNet": "Default Safety Net",
|
||
"rpm": "RPM",
|
||
"minGap": "Min Gap",
|
||
"maxConcurrent": "Max Concurrent",
|
||
"activeLimiters": "Active Limiters",
|
||
"noActiveLimiters": "No active rate limiters yet.",
|
||
"reservoir": "Reservoir",
|
||
"running": "Running",
|
||
"queued": "Queued",
|
||
"circuitBreakers": "Circuit Breakers",
|
||
"breakerStateClosed": "Closed",
|
||
"breakerStateOpen": "Open",
|
||
"breakerStateHalfOpen": "Half-Open",
|
||
"tripped": "{count} tripped",
|
||
"healthy": "{count} healthy",
|
||
"resetAll": "Reset All",
|
||
"noCircuitBreakers": "No circuit breakers active yet. They are created automatically when requests flow through the combo pipeline.",
|
||
"failures": "{count} failure(s)",
|
||
"policiesLocked": "Policies & Locked Identifiers",
|
||
"allOperational": "All systems operational — no lockouts or tripped breakers",
|
||
"loadingPolicies": "Loading policies...",
|
||
"lockedIdentifiers": "Locked Identifiers",
|
||
"unlockedIdentifier": "Unlocked: {identifier}",
|
||
"sinceDate": "since {date}",
|
||
"forceUnlock": "Force Unlock",
|
||
"unlocking": "Unlocking...",
|
||
"failedUnlock": "Failed to unlock",
|
||
"failedLoadWithStatus": "Failed to load: {status}",
|
||
"failedLoadResilience": "Failed to load resilience status",
|
||
"saveFailed": "Save failed",
|
||
"resetFailed": "Reset failed",
|
||
"loadingResilience": "Loading resilience status...",
|
||
"retry": "Retry",
|
||
"systemStorage": "System & Storage",
|
||
"allDataLocal": "All data stored locally on your machine",
|
||
"databasePath": "Database Path",
|
||
"exportDatabase": "Export Database",
|
||
"exportAll": "Export All (.tar.gz)",
|
||
"importDatabase": "Import Database",
|
||
"confirmDbImport": "Confirm Database Import",
|
||
"confirmDbImportDesc": "This will replace all current data with the content from {file}. A backup will be created automatically before the import.",
|
||
"yesImport": "Yes, Import",
|
||
"lastBackup": "Last Backup",
|
||
"noBackupYet": "No backup yet",
|
||
"backupNow": "Backup Now",
|
||
"backupRestore": "Backup & Restore",
|
||
"viewBackups": "View Backups",
|
||
"hide": "Hide",
|
||
"backupRetentionDesc": "Database snapshots are created automatically before restore and every 15 minutes when data changes. Retention: 24 hourly + 30 daily backups with smart rotation.",
|
||
"loadingBackups": "Loading backups...",
|
||
"noBackupsYet": "No backups available yet. Backups will be created automatically when data changes.",
|
||
"backupsAvailable": "{count} backup(s) available",
|
||
"refresh": "Refresh",
|
||
"confirm": "Confirm?",
|
||
"yes": "Yes",
|
||
"no": "No",
|
||
"restore": "Restore",
|
||
"invalidFileType": "Invalid file type. Only .sqlite files are accepted.",
|
||
"exportFailed": "Export failed",
|
||
"exportFailedWithError": "Export failed: {error}",
|
||
"fullExportFailedWithError": "Full export failed: {error}",
|
||
"backupCreated": "Backup created: {file}",
|
||
"restoreSuccess": "Restored! {connections} connections, {nodes} nodes, {combos} combos, {apiKeys} API keys.",
|
||
"importSuccess": "Database imported! {connections} connections, {nodes} nodes, {combos} combos, {apiKeys} API keys.",
|
||
"minutesAgo": "{count}m ago",
|
||
"hoursAgo": "{count}h ago",
|
||
"daysAgo": "{count}d ago",
|
||
"backupReasonManual": "manual",
|
||
"backupReasonPreRestore": "pre-restore",
|
||
"connectionsCount": "{count, plural, one {# connection} other {# connections}}",
|
||
"noChangesSinceBackup": "No changes since last backup",
|
||
"backupFailed": "Backup failed",
|
||
"restoreFailed": "Restore failed",
|
||
"importFailed": "Import failed",
|
||
"errorDuringRestore": "An error occurred during restore",
|
||
"errorDuringImport": "An error occurred during import",
|
||
"modelPricing": "Model Pricing",
|
||
"modelPricingDesc": "Configure cost rates per model • All rates in $/1M tokens",
|
||
"registry": "Registry",
|
||
"priced": "Priced",
|
||
"searchProvidersModels": "Search providers or models...",
|
||
"showAll": "Show All",
|
||
"noProvidersMatch": "No providers match your search.",
|
||
"howPricingWorks": "How Pricing Works",
|
||
"cacheWrite": "Cache Write",
|
||
"unsaved": "unsaved",
|
||
"resetDefaults": "Reset Defaults",
|
||
"saveProvider": "Save Provider",
|
||
"model": "Model",
|
||
"models": "models",
|
||
"moreProviders": "{count} more providers",
|
||
"withPricing": "with pricing configured",
|
||
"policiesCircuitBreakers": "Policies & Circuit Breakers",
|
||
"activeIssuesDetected": "Active issues detected",
|
||
"off": "Off",
|
||
"resetPricingConfirm": "Reset all pricing for {provider} to defaults?",
|
||
"pricingDescInput": "Input: tokens sent to the model",
|
||
"pricingDescOutput": "Output: tokens generated",
|
||
"pricingDescCached": "Cached: reused input (~50% of input rate)",
|
||
"pricingDescReasoning": "Reasoning: thinking tokens (falls back to Output)",
|
||
"pricingDescCacheWrite": "Cache Write: creating cache entries (falls back to Input)",
|
||
"pricingDescFormula": "Cost = (input × input_rate) + (output × output_rate) + (cached × cached_rate) per million tokens.",
|
||
"pricingSettingsTitle": "Pricing Settings",
|
||
"totalModels": "Total Models",
|
||
"active": "Active",
|
||
"costCalculation": "Cost Calculation",
|
||
"costCalculationDesc": "Costs are calculated based on token usage and pricing rates configured for each model.",
|
||
"pricingFormat": "Pricing Format",
|
||
"pricingFormatDesc": "All rates are in $/1M tokens (dollars per million tokens).",
|
||
"tokenTypes": "Token Types",
|
||
"inputTokenDesc": "Standard prompt tokens",
|
||
"outputTokenDesc": "Completion/response tokens",
|
||
"cachedTokenDesc": "Cached input tokens (typically 50% of input rate)",
|
||
"reasoningTokenDesc": "Special reasoning/thinking tokens (fallback to output rate)",
|
||
"cacheCreationTokenDesc": "Tokens used to create cache entries (fallback to input rate)",
|
||
"customPricingNote": "You can override default pricing for specific models. Custom overrides take priority over auto-detected pricing.",
|
||
"editPricing": "Edit Pricing",
|
||
"viewFullDetails": "View Full Details",
|
||
"themeCoral": "Coral",
|
||
"adaptiveVolumeRouting": "Adaptive Volume Routing",
|
||
"adaptiveVolumeRoutingDesc": "Scale connections dynamically based on payload volume and throughput pressure.",
|
||
"lkgpToggleTitle": "Last Known Good Provider (LKGP)",
|
||
"lkgpToggleDesc": "When enabled, the router remembers which provider last served a successful response and tries it first on subsequent requests.",
|
||
"clearLkgpCache": "Clear LKGP Cache",
|
||
"lkgpCacheCleared": "LKGP cache cleared successfully",
|
||
"lkgpCacheClearFailed": "Failed to clear LKGP cache",
|
||
"days": "Days",
|
||
"lkgp": "LKGP Mode",
|
||
"lkgpDesc": "Last Known Good Provider (Predictable resilience)",
|
||
"maintenance": "Maintenance",
|
||
"purgeExpiredLogs": "Purge Expired Logs",
|
||
"purgeLogsFailed": "Failed to purge logs",
|
||
"contextOpt": "Context Optimized",
|
||
"contextOptDesc": "Routes based on context window requirements and conversation length",
|
||
"priorityDesc": "Sequential fallback - tries provider 1 first, then provider 2, and so on",
|
||
"weightedDesc": "Distributes traffic by percentage weights across providers",
|
||
"modelRoutingTitle": "Model Routing Rules",
|
||
"modelRoutingDesc": "Automatically route models to specific combos using glob patterns",
|
||
"addRule": "Add Rule",
|
||
"routeToCombo": "Route to Combo",
|
||
"selectCombo": "Select combo...",
|
||
"priorityHint": "Higher = checked first. Use 10+ for specific patterns.",
|
||
"patternHint": "Use * for any chars, ? for single char. Case-insensitive.",
|
||
"noRoutingRules": "No routing rules configured. Requests use the global combo by default.",
|
||
"routingRuleHint": "Add a rule like claude-opus* -> frontier-combo to automatically route requests.",
|
||
"deleteRoutingRule": "Delete this model routing rule?",
|
||
"exactMatchMode": "Exact Match",
|
||
"wildcardPatternMode": "Wildcard Pattern",
|
||
"exactMatchModeDesc": "Use exact aliases for deprecated or renamed model IDs.",
|
||
"wildcardPatternModeDesc": "Use wildcard aliases with * and ? when a family of models should map to one target.",
|
||
"noExactAliasesConfigured": "No exact-match aliases configured.",
|
||
"wildcardRulesTitle": "Wildcard Rules",
|
||
"noWildcardAliasesConfigured": "No wildcard aliases configured.",
|
||
"overview": "Overview",
|
||
"unknownError": "Unknown Error",
|
||
"pricingSourceLiteLLM": "LiteLLM (Community)",
|
||
"clearSyncedPricingConfirm": "Clear all synced pricing data? Provider defaults will be used instead.",
|
||
"clearSyncedPricingFailed": "Failed to clear synced pricing",
|
||
"pricingSourceUser": "User Override",
|
||
"pageDescription": "Manage application settings, model aliases, pricing, and routing rules",
|
||
"pricingSyncStatus": "Sync Status",
|
||
"whitelist": "Whitelist",
|
||
"syncDisabled": "Sync Disabled",
|
||
"pricingLoadFailed": "Failed to load pricing data",
|
||
"pricingSyncDescription": "Automatically sync model pricing from external sources to keep cost calculations accurate",
|
||
"clearSyncedPricingSuccess": "Synced pricing data cleared",
|
||
"clearSyncedPricingFailedWithReason": "Failed to clear pricing: {reason}",
|
||
"pricingSourceDefault": "Built-in Default",
|
||
"pricingSyncSuccess": "Pricing synced successfully",
|
||
"enableSyncError": "Failed to toggle pricing sync",
|
||
"syncEnabled": "Sync Enabled",
|
||
"blacklist": "Blacklist",
|
||
"pricingSourceModelsDev": "Models.dev",
|
||
"syncedModels": "Synced Models",
|
||
"budget": "Budget",
|
||
"pricingSyncTitle": "Pricing Sync",
|
||
"pricingResetFailedWithReason": "Failed to reset pricing: {reason}",
|
||
"tab": "Tab",
|
||
"pricingSavedProvider": "Pricing saved for {provider}",
|
||
"pricingSyncFailed": "Pricing sync failed",
|
||
"pricingSaveFailedWithReason": "Failed to save pricing: {reason}",
|
||
"pricingResetProvider": "Pricing reset for {provider}",
|
||
"nextSync": "Next Sync",
|
||
"pricingSyncFailedWithReason": "Pricing sync failed: {reason}",
|
||
"clearSyncedPricing": "Clear Synced Pricing",
|
||
"compressionTitle": "Prompt Compression",
|
||
"compressionDesc": "Reduce token usage by compressing prompts before sending to providers",
|
||
"compressionMode": "Compression Mode",
|
||
"compressionModeOff": "Off",
|
||
"compressionModeOffDesc": "No compression applied",
|
||
"compressionModeLite": "Lite",
|
||
"compressionModeLiteDesc": "Whitespace and blank line reduction",
|
||
"compressionModeStandard": "Standard (Caveman)",
|
||
"compressionModeStandardDesc": "Rule-based compression with 30+ patterns, preserves code blocks and URLs",
|
||
"compressionModeAggressive": "আক্রমণাত্মক",
|
||
"compressionModeAggressiveDesc": "সংক্ষিপ্তকরণ + টুল ফলাফল কম্প্রেশন + সর্বাধিক সঞ্চয়ের জন্য প্রগতিশীল বার্ধক্য",
|
||
"compressionModeUltra": "আল্ট্রা",
|
||
"compressionModeUltraDesc": "ঐচ্ছিক স্থানীয় SLM ফলব্যাক সহ হিউরিস্টিক টোকেন ছাঁটাই",
|
||
"compressionAggressiveConfig": "আক্রমণাত্মক ইঞ্জিন কনফিগারেশন",
|
||
"compressionAggressiveConfigDesc": "সূক্ষ্ম-টিউন সংক্ষিপ্তকরণ, টুল কম্প্রেশন, এবং বার্ধক্য থ্রেশহোল্ড",
|
||
"compressionUltraConfig": "আল্ট্রা ইঞ্জিন কনফিগারেশন",
|
||
"compressionUltraConfigDesc": "ফাইন-টিউন হিউরিস্টিক প্রুনিং, SLM ফলব্যাক এবং প্রতি-বার্তা থ্রেশহোল্ড",
|
||
"compressionUltraRate": "রেট রাখুন",
|
||
"compressionUltraMinScore": "ন্যূনতম স্কোর থ্রেশহোল্ড",
|
||
"compressionUltraSlmFallback": "আক্রমনাত্মক পতন",
|
||
"compressionUltraModelPath": "এসএলএম মডেল পাথ",
|
||
"compressionSummarizerEnabled": "সামারাইজার সক্ষম করুন",
|
||
"compressionMaxTokensPerMessage": "বার্তা প্রতি সর্বোচ্চ টোকেন",
|
||
"compressionMinSavings": "ন্যূনতম সঞ্চয় থ্রেশহোল্ড",
|
||
"compressionAgingThresholds": "বার্ধক্য থ্রেশহোল্ড",
|
||
"compressionAgingThresholdsDesc": "প্রতিটি বার্ধক্য স্তরে রাখা সাম্প্রতিক বার্তাগুলির সংখ্যা (উচ্চতর = আরও সংরক্ষিত)",
|
||
"compressionToolStrategies": "টুল ফলাফল কৌশল",
|
||
"compressionToolStrategiesDesc": "বিভিন্ন টুল ফলাফল প্রকারের জন্য কম্প্রেশন কৌশল টগল করুন",
|
||
"compressionGeneral": "General Settings",
|
||
"compressionAutoTrigger": "Auto-Trigger Threshold",
|
||
"compressionCacheTTL": "Cache TTL",
|
||
"compressionPreserveSystem": "Preserve System Prompt",
|
||
"compressionCavemanConfig": "Caveman Engine Configuration",
|
||
"compressionCavemanConfigDesc": "Fine-tune the rule-based compression engine",
|
||
"compressionRoles": "Compress Message Roles",
|
||
"compressionRoleUser": "User",
|
||
"compressionRoleAssistant": "Assistant",
|
||
"compressionRoleSystem": "System",
|
||
"compressionMinLength": "Minimum Message Length",
|
||
"compressionSkipRules": "Skip Compression Rules",
|
||
"compressionSkipRulesDesc": "Click rules to skip them during compression",
|
||
"compressionPreservePatterns": "Preserve Patterns",
|
||
"compressionPreservePatternsDesc": "Regex patterns that are never compressed (one per line)",
|
||
"compressionLogTitle": "Compression Log",
|
||
"compressionLogEmpty": "No compressed requests yet. Compression stats will appear here when requests are processed with compression enabled.",
|
||
"minutes": "মিনিট",
|
||
"compressionModeRtk": "RTK",
|
||
"compressionModeRtkDesc": "Command-aware tool output filtering",
|
||
"compressionModeStacked": "Stacked",
|
||
"compressionModeStackedDesc": "RTK tool-output filtering followed by Caveman message compression",
|
||
"qdrantTitle": "Qdrant (Vector memory)",
|
||
"qdrantDesc": "Optional. Indexes semantic memories in an external vector database for faster retrieval.",
|
||
"qdrantStatusActive": "Active",
|
||
"qdrantStatusError": "Error",
|
||
"qdrantStatusDisabled": "Disabled",
|
||
"qdrantEnable": "Enable Qdrant",
|
||
"qdrantEnableDesc": "When enabled, semantic/hybrid strategy can use Qdrant to retrieve memories.",
|
||
"qdrantTesting": "Testing...",
|
||
"qdrantTestConnection": "Test connection",
|
||
"qdrantSaved": "Configuration saved",
|
||
"qdrantSaveError": "Failed to save configuration",
|
||
"qdrantHostHint": "Without port. Example: 127.0.0.1 or http://qdrant",
|
||
"qdrantPort": "Port",
|
||
"qdrantPortHint": "Qdrant default: 6333",
|
||
"qdrantCollectionHint": "Where memory points will be stored.",
|
||
"qdrantEmbeddingModel": "Embedding model",
|
||
"qdrantHelpTitle": "Quick setup help",
|
||
"qdrantHelpQuickTitle": "Quick setup (Qdrant + OpenRouter)",
|
||
"qdrantHelpStep1": "1. Host: Qdrant IP/URL, Port: 6333, Collection: omniroute_memory.",
|
||
"qdrantHelpStep2": "2. If using nvidia/llama-nemotron-embed-vl-1b-v2:free, use collection dimension 2048.",
|
||
"qdrantHelpStep3": "3. Model field: openrouter/nvidia/llama-nemotron-embed-vl-1b-v2:free.",
|
||
"qdrantHelpStep4": "4. Save, test connection, then test search.",
|
||
"qdrantEmbeddingQuickSelect": "Quick select from discovered models...",
|
||
"qdrantEmbeddingInputPlaceholder": "openai/text-embedding-3-small",
|
||
"qdrantEmbeddingHint": "Format: provider/model. The provider credential must be configured.",
|
||
"qdrantApiKeyPlaceholderKeep": "(leave empty to keep current key)",
|
||
"qdrantApiKeyPlaceholderOptional": "(leave empty if not used)",
|
||
"qdrantSaveHint": "Tip: edit host/port/collection/model and click Save. API key is optional.",
|
||
"qdrantSearchTestTitle": "Search test",
|
||
"qdrantSearchTestDesc": "Generates embedding and searches in Qdrant.",
|
||
"qdrantSearchPlaceholder": "Example: user preferences, history, etc",
|
||
"qdrantNoResults": "No results (or Qdrant is not configured).",
|
||
"qdrantCleanupTitle": "Retention and cleanup",
|
||
"qdrantCleanupDesc": "Removes expired and old points based on",
|
||
"searching": "Searching...",
|
||
"cleaning": "Cleaning...",
|
||
"cleanNow": "Clean now",
|
||
"optional": "ঐচ্ছিক",
|
||
"current": "কারেন্ট",
|
||
"remove": "সরান",
|
||
"search": "অনুসন্ধান করুন",
|
||
"oneproxyTitle": "1প্রক্সি ফ্রি প্রক্সি মার্কেটপ্লেস",
|
||
"oneproxyTotalProxies": "মোট প্রক্সি",
|
||
"oneproxyAvgQuality": "গড় গুণমান",
|
||
"resilienceScope": "সুযোগ:",
|
||
"resilienceTrigger": "ট্রিগার:",
|
||
"resilienceEffect": "প্রভাব:",
|
||
"resilienceRequestQueueTitle": "Request Queue & Rate",
|
||
"resilienceAutoEnableApiKeyProviders": "Auto-enable for API-key providers",
|
||
"resilienceRequestsPerMinute": "Requests per minute",
|
||
"resilienceMinTimeBetweenRequests": "Minimum time between requests",
|
||
"resilienceConcurrentRequests": "Concurrent requests",
|
||
"resilienceMaxQueueWaitTime": "সর্বোচ্চ সারি অপেক্ষার সময়",
|
||
"resilienceBaseCooldown": "Base cooldown",
|
||
"resilienceUseUpstreamRetryHints": "Use upstream retry hints",
|
||
"resilienceDefaultPerProvider": "Default (per provider)",
|
||
"resilienceAlwaysOn": "Always on",
|
||
"resilienceAlwaysOff": "Always off",
|
||
"routingRemoveEntry": "এন্ট্রি সরান",
|
||
"routingNeedlesSubstrings": "সূঁচ (মেলে সাবস্ট্রিং)",
|
||
"routingCaseSensitive": "কেস সংবেদনশীল",
|
||
"routingPrefixes": "উপসর্গ",
|
||
"routingMatch": "ম্যাচ",
|
||
"routingReplacement": "প্রতিস্থাপন",
|
||
"routingReplaceAllOccurrences": "সব ঘটনা প্রতিস্থাপন",
|
||
"routingPatternRegex": "প্যাটার্ন (রেজেক্স)",
|
||
"routingFlags": "পতাকা",
|
||
"routingNeedles": "সূঁচ",
|
||
"routingBlockText": "টেক্সট ব্লক করুন",
|
||
"routingIdempotencyKey": "অদম্যতা কী",
|
||
"routingEntrypoint": "এন্ট্রিপয়েন্ট",
|
||
"routingVersionFormat": "সংস্করণ বিন্যাস",
|
||
"routingCchAlgorithm": "CCH অ্যালগরিদম",
|
||
"routingWordsToObfuscate": "অস্পষ্ট করার জন্য শব্দ (প্রথম অক্ষরের পরে ZWJ ঢোকানো হয়েছে)",
|
||
"logsSettingsTitle": "লগ সেটিংস",
|
||
"detailedLogsLabel": "বিস্তারিত লগ সক্রিয়",
|
||
"detailedLogsDesc": "বিস্তারিত অনুরোধ/প্রতিক্রিয়া লগিং সক্ষম করুন",
|
||
"callLogPipelineLabel": "কল লগ পাইপলাইন",
|
||
"callLogPipelineDesc": "কল লগ প্রক্রিয়াকরণ পাইপলাইন সক্ষম করুন৷",
|
||
"maxDetailSizeLabel": "সর্বাধিক বিস্তারিত আকার (KB)",
|
||
"maxDetailSizeDesc": "বিস্তারিত লগ এন্ট্রির জন্য সর্বোচ্চ আকার",
|
||
"ringBufferSizeLabel": "রিং বাফার সাইজ",
|
||
"ringBufferSizeDesc": "লগের জন্য রিং বাফারের আকার",
|
||
"semanticCacheEnabledLabel": "শব্দার্থিক ক্যাশে সক্ষম",
|
||
"semanticCacheMaxSizeLabel": "শব্দার্থিক ক্যাশে সর্বোচ্চ আকার",
|
||
"semanticCacheMaxSizeDesc": "শব্দার্থক ক্যাশে এন্ট্রির সর্বাধিক সংখ্যা৷",
|
||
"semanticCacheTTLLabel": "শব্দার্থিক ক্যাশে TTL",
|
||
"promptCacheEnabledLabel": "প্রম্পট ক্যাশে সক্ষম",
|
||
"promptCacheEnabledDesc": "প্রম্পট ক্যাশিং সক্ষম করুন",
|
||
"promptCacheStrategyLabel": "প্রম্পট ক্যাশে কৌশল",
|
||
"promptCacheStrategyDesc": "প্রম্পট ক্যাশে করার কৌশল",
|
||
"alwaysPreserveClientCacheLabel": "সর্বদা ক্লায়েন্ট ক্যাশে সংরক্ষণ করুন",
|
||
"alwaysPreserveClientCacheDesc": "ক্লায়েন্ট ক্যাশে সংরক্ষণ নীতি",
|
||
"logRetentionPolicyTitle": "লগ ধরে রাখার নীতি",
|
||
"resilienceUseUpstream429HintsForBreaker": "আপস্ট্রিম 429 ইঙ্গিত ব্যবহার করুন (ব্রেকার)",
|
||
"appearanceLogoPreviewAlt": "লোগো প্রিভিউ",
|
||
"appearanceFaviconPreviewAlt": "ফেভিকন প্রিভিউ",
|
||
"oneproxyLastSync": "শেষ সিঙ্ক",
|
||
"oneproxyAllProtocols": "সমস্ত প্রোটোকল",
|
||
"oneproxyCountryCodePlaceholder": "দেশের কোড (যেমন US)",
|
||
"oneproxyMinQualityPlaceholder": "সর্বনিম্ন গুণমান",
|
||
"oneproxyLoadingProxies": "প্রক্সি লোড হচ্ছে...",
|
||
"oneproxyLastSyncLabel": "শেষ সিঙ্ক:",
|
||
"oneproxyProxiesFetched": "প্রক্সি আনা হয়েছে:",
|
||
"oneproxyConsecutiveFailures": "ক্রমাগত ব্যর্থতা:",
|
||
"oneproxyErrorLabel": "ত্রুটি:",
|
||
"oneproxyNever": "কখনই না",
|
||
"oneproxySyncStatusTitle": "সিঙ্ক স্থিতি",
|
||
"oneproxySuccess": "সফলতা",
|
||
"oneproxyFailed": "ব্যর্থ হয়েছে",
|
||
"routingAntigravitySignatureTitle": "অ্যান্টিগ্র্যাভিটি সিগনেচার ক্যাশে মোড",
|
||
"routingAntigravitySignatureDesc": "__MISSING__:Control whether OmniRoute reuses only stored Gemini thought signatures or accepts validated client-provided signatures in Antigravity-compatible tool-call flows.",
|
||
"routingAntigravitySignatureEnabledLabel": "__MISSING__:Enabled",
|
||
"routingAntigravitySignatureEnabledDesc": "__MISSING__:Current behavior. Ignore client-provided signatures and keep using the stored OmniRoute flow.",
|
||
"routingAntigravitySignatureBypassLabel": "__MISSING__:Bypass",
|
||
"routingAntigravitySignatureBypassDesc": "__MISSING__:Accept client-provided signatures after lightweight validation and fall back to the stored signature when invalid.",
|
||
"routingAntigravitySignatureBypassStrictLabel": "__MISSING__:Bypass Strict",
|
||
"routingAntigravitySignatureBypassStrictDesc": "__MISSING__:Require full protobuf validation before accepting a client-provided signature.",
|
||
"routingHeaderFingerprintTitle": "হেডার ফিঙ্গারপ্রিন্ট (প্রতি প্রদানকারীর জন্য)",
|
||
"routingServerRejectedSave": "⚠ সার্ভার প্রত্যাখ্যান সংরক্ষণ:",
|
||
"routingAddTransformOp": "একটি রূপান্তর অপশন যোগ করুন",
|
||
"routingClientCacheControlTitle": "ক্লায়েন্ট ক্যাশে নিয়ন্ত্রণ",
|
||
"routingClientCacheControlDesc": "__MISSING__:Configure whether OmniRoute preserves client-provided cache_control markers",
|
||
"routingClientCacheControlAutoDesc": "__MISSING__:For deterministic Claude-compatible flows, preserve client-provided cache_control as-is. If the request has no cache_control, OmniRoute does not inject any bridge-owned markers for CC-compatible third-party proxy compatibility.",
|
||
"routingClientCacheControlAlwaysLabel": "__MISSING__:Always Preserve",
|
||
"routingClientCacheControlAlwaysDesc": "__MISSING__:Always forward client-provided cache_control headers to upstream providers as-is.",
|
||
"routingClientCacheControlNeverLabel": "__MISSING__:Never Preserve",
|
||
"routingClientCacheControlNeverDesc": "__MISSING__:Always remove client cache_control headers and let OmniRoute manage caching where native provider flows support it.",
|
||
"routingZeroConfigTitle": "জিরো-কনফিগ অটো-রাউটিং",
|
||
"routingZeroConfigDesc": "__MISSING__:Enable automatic provider selection using the auto/ prefix. When enabled, requests to auto, auto/coding, auto/fast, etc. will dynamically route across all connected providers.",
|
||
"routingDefaultAutoVariant": "ডিফল্ট অটো ভেরিয়েন্ট",
|
||
"visionBridge": "দৃষ্টি সেতু",
|
||
"visionBridgeDesc": "__MISSING__:Run an automatic vision-to-text fallback before routing image requests to text-only models.",
|
||
"visionBridgeEnabledLabel": "__MISSING__:Enabled",
|
||
"visionBridgeEnabledDesc": "__MISSING__:Toggle the pre-call bridge that replaces image parts with extracted text.",
|
||
"visionBridgeModel": "সেতু মডেল",
|
||
"visionBridgeModelPlaceholder": "openai/gpt-4o-mini",
|
||
"visionBridgeModelHint": "__MISSING__:Any OmniRoute model ID that supports vision can be used here.",
|
||
"visionBridgePrompt": "ব্রিজ প্রম্পট",
|
||
"visionBridgePromptPlaceholder": "এই চিত্রটি সংক্ষিপ্তভাবে বর্ণনা করুন।",
|
||
"visionBridgePromptHint": "__MISSING__:Sent to the vision model before the extracted description is injected back into the original request.",
|
||
"visionBridgeTimeoutMs": "টাইমআউট (মিসে)",
|
||
"visionBridgeMaxImagesPerRequest": "অনুরোধ প্রতি সর্বোচ্চ ছবি",
|
||
"resilienceMaxBackoffSteps": "Max backoff steps",
|
||
"resilienceProviderBreakerTitle": "Circuit Breaker per Provider",
|
||
"resilienceFailureThreshold": "Failure threshold",
|
||
"resilienceResetTimeout": "টাইমআউট রিসেট করুন",
|
||
"resilienceFailureThresholdLabel": "ব্যর্থতার থ্রেশহোল্ড",
|
||
"resilienceResetTimeoutLabel": "টাইমআউট রিসেট করুন",
|
||
"resilienceConnectionCooldownTitle": "Connection Cooldown",
|
||
"resilienceUseUpstreamRetryHintsLabel": "আপস্ট্রিম পুনরায় চেষ্টা ইঙ্গিত ব্যবহার করুন",
|
||
"resilienceUseUpstream429BreakerLabel": "আপস্ট্রিম 429 ইঙ্গিত ব্যবহার করুন (ব্রেকার)",
|
||
"resilienceMaxBackoffStepsLabel": "সর্বোচ্চ ব্যাকঅফ পদক্ষেপ",
|
||
"resilienceYes": "হ্যাঁ",
|
||
"resilienceNo": "না",
|
||
"resilienceDefault": "Default",
|
||
"storageDatabaseBackupRetention": "ডাটাবেস ব্যাকআপ ধরে রাখা",
|
||
"storagePurgeData": "ডেটা শুদ্ধ করুন",
|
||
"retentionQuotaSnapshots": "কোটা স্ন্যাপশট (দিন)",
|
||
"retentionMcpAudit": "MCP অডিট (দিন)",
|
||
"retentionA2aEvents": "A2A ইভেন্ট (দিন)",
|
||
"retentionCallLogs": "কল লগ (দিন)",
|
||
"retentionUsageHistory": "ব্যবহারের ইতিহাস (দিন)",
|
||
"retentionMemoryEntries": "মেমরি এন্ট্রি (দিন)",
|
||
"storageAutoVacuumMode": "অটো ভ্যাকুয়াম মোড",
|
||
"storageScheduledVacuum": "নির্ধারিত ভ্যাকুয়াম",
|
||
"storageVacuumHour": "ভ্যাকুয়াম আওয়ার (0-23)",
|
||
"storagePageSize": "পৃষ্ঠার আকার (বাইট)",
|
||
"storageDatabaseSize": "ডাটাবেসের আকার",
|
||
"storagePageCount": "পৃষ্ঠা গণনা",
|
||
"storageFreelistCount": "ফ্রিলিস্ট কাউন্ট",
|
||
"storageLastVacuum": "শেষ ভ্যাকুয়াম",
|
||
"storageLastOptimization": "শেষ অপ্টিমাইজেশান",
|
||
"storageIntegrityCheck": "ইন্টিগ্রিটি চেক",
|
||
"storageIntegrityOk": "✓ ঠিক আছে",
|
||
"storageIntegrityError": "✗ ত্রুটি",
|
||
"storageUsageTokenBuffer": "টোকেন বাফার ব্যবহার করুন",
|
||
"compressionSettingsAutoTriggerMode": "অটো ট্রিগার মোড",
|
||
"compressionSettingsMcpDescriptionCompression": "MCP বর্ণনা সংকোচন",
|
||
"compressionSettingsCavemanIntensity": "গুহামানবের তীব্রতা",
|
||
"compressionSettingsCavemanOutputMode": "গুহামানব আউটপুট মোড",
|
||
"compressionSettingsOutputIntensity": "আউটপুট তীব্রতা",
|
||
"compressionSettingsAutoClarityBypass": "স্বয়ংক্রিয় স্বচ্ছতা বাইপাস",
|
||
"resilienceWaitForCooldown": "কুলডাউনের জন্য অপেক্ষা করুন",
|
||
"resilienceEnableServerSideWait": "সার্ভার-সাইড অপেক্ষা সক্ষম করুন",
|
||
"resilienceMaximumRetries": "সর্বোচ্চ পুনঃপ্রচেষ্টা",
|
||
"resilienceMaximumWaitPerRetry": "পুনঃপ্রচেষ্টা প্রতি সর্বোচ্চ অপেক্ষা",
|
||
"memorySkillsSkillsmpMarketplace": "SkillsMP মার্কেটপ্লেস",
|
||
"memorySkillsFailedToSave": "সংরক্ষণ করতে ব্যর্থ হয়েছে",
|
||
"memorySkillsApiKey": "API কী",
|
||
"memorySkillsActiveSkillsProvider": "সক্রিয় দক্ষতা প্রদানকারী",
|
||
"cliproxyapiFallback": "CLIProxyAPI ফলব্যাক",
|
||
"cliproxyapiEnableFallback": "CLIProxyAPI ফলব্যাক সক্ষম করুন৷",
|
||
"cliproxyapiUrl": "CLIProxyAPI URL",
|
||
"cliproxyapiStatus": "CLIProxyAPI স্থিতি",
|
||
"cliproxyapiNotDetected": "সনাক্ত করা হয়নি",
|
||
"payloadRulesTitle": "পেলোডের নিয়ম",
|
||
"payloadRulesDesc": "__MISSING__:Configure request payload mutations by model and protocol. Changes are persisted in settings and hot reloaded into the runtime immediately after save.",
|
||
"payloadRuleDefaultTitle": "__MISSING__:default",
|
||
"payloadRuleDefaultDesc": "__MISSING__:Applies params only when the target path is missing from the outgoing payload.",
|
||
"payloadRuleOverrideTitle": "__MISSING__:override",
|
||
"payloadRuleOverrideDesc": "__MISSING__:Forces values onto the payload, replacing anything already present at that path.",
|
||
"payloadRuleFilterTitle": "__MISSING__:filter",
|
||
"payloadRuleFilterDesc": "__MISSING__:Removes blocked params from the payload before the upstream request is sent.",
|
||
"payloadRuleDefaultRawTitle": "__MISSING__:defaultRaw",
|
||
"payloadRuleDefaultRawDesc": "__MISSING__:Like default, but string values are parsed as JSON first when possible. The legacy input alias default-raw is also accepted on save.",
|
||
"payloadEditorTitle": "__MISSING__:Editor",
|
||
"payloadEditorDesc": "__MISSING__:Use the runtime schema shape: default, override, filter, defaultRaw. The API also accepts the legacy input key default-raw.",
|
||
"payloadEditorReady": "__MISSING__:Ready",
|
||
"payloadResetInfo": "__MISSING__:Editor reset to the neutral template. Save to apply it.",
|
||
"payloadSaveSuccess": "__MISSING__:Payload rules saved and hot reloaded.",
|
||
"payloadJsonParseError": "__MISSING__:JSON parse error: {error}",
|
||
"payloadMustBeObject": "__MISSING__:Payload rules must be a JSON object.",
|
||
"payloadInvalidJson": "__MISSING__:Invalid JSON payload.",
|
||
"payloadValidJsonRequired": "__MISSING__:Payload rules must be valid JSON before saving.",
|
||
"savePayloadRules": "__MISSING__:Save Payload Rules",
|
||
"requestLimitsTitle": "__MISSING__:Request Limits",
|
||
"requestLimitsDesc": "__MISSING__:Configure global request limits and concurrency guards.",
|
||
"maxRequestSizeLabel": "__MISSING__:Max Request Size (MB)",
|
||
"maxRequestSizeDesc": "__MISSING__:Maximum allowed size for incoming API requests.",
|
||
"maxResponseSizeLabel": "__MISSING__:Max Response Size (MB)",
|
||
"maxResponseSizeDesc": "__MISSING__:Maximum allowed size for outgoing API responses.",
|
||
"maxRequestTokensLabel": "__MISSING__:Max Request Tokens",
|
||
"maxRequestTokensDesc": "__MISSING__:Maximum total tokens allowed in a single request.",
|
||
"maxResponseTokensLabel": "__MISSING__:Max Response Tokens",
|
||
"maxResponseTokensDesc": "__MISSING__:Maximum total tokens allowed in a single response.",
|
||
"modelCooldownsTitle": "কুলডাউনে মডেল",
|
||
"modelCooldownsEmpty": "এই মুহূর্তে কুলডাউনে কোনো মডেল নেই।",
|
||
"codexFastTierTitle": "কোডেক্স ফাস্ট টিয়ার",
|
||
"codexFastTierDesc": "ওপেনএআই কোডেক্স অনুরোধের জন্য বিশ্বব্যাপী service_tier=প্রোরিটি ইনজেক্ট করুন।",
|
||
"codexFastTierHint": "যখন সক্রিয় করা হয়, OmniRoute সংযোগের জন্য আউটবাউন্ড কোডেক্স অনুরোধগুলিতে service_tier=priority যোগ করে যা ইতিমধ্যে একটি স্তর নির্দিষ্ট করে না। অগ্রাধিকার স্তরের জন্য একটি OpenAI Enterprise API কী বা ChatGPT-auth Codex পাথ প্রয়োজন; অন্যান্য কী ধরনের OpenAI থেকে একটি স্তর-সম্পর্কিত ত্রুটি পাবে। কোডেক্স প্রদানকারী পৃষ্ঠায় প্রতি-সংযোগ সেটিংস অগ্রাধিকার নেয়।",
|
||
"codexFastTierSaveError": "কোডেক্স ফাস্ট টিয়ার সেটিং আপডেট করতে ব্যর্থ হয়েছে",
|
||
"codexFastTierTierLabel": "__MISSING__:Service tier",
|
||
"codexFastTierTierPriority": "__MISSING__:Priority",
|
||
"codexFastTierTierFlex": "__MISSING__:Flex",
|
||
"codexFastTierTierDefault": "__MISSING__:Default",
|
||
"codexFastTierModelsLabel": "__MISSING__:Fast-tier models",
|
||
"codexFastTierModelsHint": "__MISSING__:Only checked models receive service_tier when Fast Tier is enabled.",
|
||
"codexFastTierModelCheckbox": "__MISSING__:Enable Fast Tier for {model}",
|
||
"claudeFastModeTitle": "ক্লদ ফাস্ট মোড",
|
||
"claudeFastModeDesc": "অ্যানথ্রপিক ফাস্ট মোডে (গতি:\"দ্রুত\") নির্বাচিত ক্লড অনুরোধগুলি বেছে নিন।",
|
||
"claudeFastModeHint": "Anthropic আনুষ্ঠানিকভাবে SDK-শৈলী ক্লায়েন্টদের জন্য দ্রুত মোড সমর্থন করে না। সক্রিয় থাকা অবস্থায়, OmniRoute একটি X-CPA-Force-Fast-Mode শিরোনামকে ফরোয়ার্ড করে যাতে একটি পেয়ার করা CLIProxyAPI বিল্ড এন্ট্রিপয়েন্টটিকে স্পুফ করতে পারে৷ শুধুমাত্র তালিকাভুক্ত Opus মডেলগুলি Anthropic-এর ক্লায়েন্ট-সাইড চেক দ্বারা গেট করা হয়। সাবস্ক্রিপশন টিয়ার, ম্যাক্স প্ল্যান, এবং ফাস্ট মোড ক্রেডিট ব্যালেন্স এখনও সার্ভার-সাইডে প্রয়োগ করা হয়েছে — অ্যানথ্রোপিক টগল চালু থাকা অবস্থায়ও ক্রেডিট-অফ_অফ_রিটার্ন করতে পারে।",
|
||
"claudeFastModeModelsLabel": "মডেলগুলিতে প্রয়োগ করা হয়েছে ({count})",
|
||
"claudeFastModeModelCheckbox": "{model} এর জন্য দ্রুত মোড সক্ষম করুন",
|
||
"claudeFastModeSaveError": "ক্লড ফাস্ট মোড সেটিং আপডেট করতে ব্যর্থ হয়েছে৷",
|
||
"authz": {
|
||
"title": "__MISSING__:Authz Inventory",
|
||
"description": "__MISSING__:5-tier route classification with live bypass policy. Read shows the full taxonomy; mutations re-prompt for the management password.",
|
||
"loading": "__MISSING__:Loading inventory…",
|
||
"loadError": "__MISSING__:Failed to load authz inventory",
|
||
"tier": {
|
||
"LOCAL_ONLY": "__MISSING__:Local only",
|
||
"ALWAYS_PROTECTED": "__MISSING__:Always protected",
|
||
"MANAGEMENT": "__MISSING__:Management",
|
||
"CLIENT_API": "__MISSING__:Client API",
|
||
"PUBLIC": "__MISSING__:Public"
|
||
},
|
||
"bypass": {
|
||
"section": "__MISSING__:Manage-scope bypass",
|
||
"kill_switch": {
|
||
"label": "__MISSING__:Bypass kill-switch",
|
||
"desc": "__MISSING__:Master toggle. When off, no LOCAL_ONLY prefix is reachable from non-loopback regardless of the per-prefix list."
|
||
},
|
||
"prefix": {
|
||
"label": "__MISSING__:Bypassable prefixes",
|
||
"desc": "__MISSING__:LOCAL_ONLY prefixes that manage-scope API keys (or dashboard sessions) may reach from non-loopback hosts.",
|
||
"add": "__MISSING__:Add prefix",
|
||
"placeholder": "__MISSING__:/api/mcp/v2/",
|
||
"empty": "__MISSING__:No prefixes configured. Bypass effectively off."
|
||
},
|
||
"cli_tools_runtime_note": "__MISSING__:Spawn-capable prefix. Compile-time deny; cannot be made bypassable. Shown read-only."
|
||
},
|
||
"password": {
|
||
"prompt": {
|
||
"label": "__MISSING__:Current password",
|
||
"desc": "__MISSING__:Re-confirm to apply security-impacting changes."
|
||
},
|
||
"placeholder": "__MISSING__:Current management password",
|
||
"cancel": "__MISSING__:Cancel",
|
||
"submit": "__MISSING__:Apply"
|
||
},
|
||
"save": "__MISSING__:Save changes",
|
||
"saved": "__MISSING__:Authz settings updated",
|
||
"pending": "__MISSING__:Unsaved changes",
|
||
"badge": {
|
||
"bypassable": "__MISSING__:Bypassable via manage scope",
|
||
"strict": "__MISSING__:Strict loopback",
|
||
"auth_required": "__MISSING__:Auth required",
|
||
"public": "__MISSING__:Public",
|
||
"always_protected": "__MISSING__:Always protected",
|
||
"spawn_capable": "__MISSING__:Spawn-capable"
|
||
},
|
||
"error": {
|
||
"PASSWORD_REQUIRED": "__MISSING__:Current password required to apply these changes.",
|
||
"PASSWORD_MISMATCH": "__MISSING__:Current password is incorrect.",
|
||
"INSUFFICIENT_SCOPE": "__MISSING__:API key lacks the manage scope.",
|
||
"BYPASS_PREFIX_NOT_ALLOWED": "__MISSING__:One or more prefixes target spawn-capable routes and cannot be bypassed.",
|
||
"GENERIC": "__MISSING__:Failed to update authz settings."
|
||
}
|
||
},
|
||
"resilienceBaseCooldownLabel": "বেস কুলডাউন",
|
||
"scopeLabel": "ব্যাপ্তি",
|
||
"triggerLabel": "ট্রিগার",
|
||
"effectLabel": "প্রভাব",
|
||
"statusEnabled": "সক্রিয়",
|
||
"statusDisabled": "অক্ষম",
|
||
"resilienceRequestQueueScope": "অনুরোধ সারি প্রতি",
|
||
"resilienceRequestQueueTrigger": "উজানে পাঠানোর আগে",
|
||
"resilienceRequestQueueEffect": "সারিবদ্ধ অনুরোধ, সীমাবদ্ধতা, এবং স্পেস আউট কল",
|
||
"resilienceRequestQueueDesc": "এই স্তরটি শুধুমাত্র সারিবদ্ধ এবং পেসিং নিয়ন্ত্রণ করে। এটি কুলডাউন বা খোলা সার্কিট ব্রেকার সংরক্ষণ করে না।",
|
||
"resilienceAutoEnableApiKeyProvidersDesc": "সক্রিয় API কী সংযোগের জন্য ডিফল্টরূপে সারি সুরক্ষা সক্ষম করে৷",
|
||
"resilienceMaxQueueWait": "সর্বোচ্চ সারি অপেক্ষার সময়",
|
||
"resilienceConnectionCooldownScope": "স্বতন্ত্র সংযোগ",
|
||
"resilienceConnectionCooldownTrigger": "যখন একটি সংযোগ একটি ক্ষণস্থায়ী আপস্ট্রিম ব্যর্থতা প্রদান করে",
|
||
"resilienceConnectionCooldownEffect": "সাময়িকভাবে সেই সংযোগটি এড়িয়ে যায় এবং বারবার ব্যর্থতার জন্য ব্যাকঅফ বাড়ায়",
|
||
"resilienceConnectionCooldownDesc": "বেস কুলডাউন ক্ষণস্থায়ী সংযোগ ব্যর্থতা কভার করে। যখন আপস্ট্রিম পুনরায় চেষ্টা করার ইঙ্গিত সক্রিয় করা হয়, প্রদানকারীর স্পষ্ট উইন্ডো স্থানীয় কুলডাউনকে ওভাররাইড করে।",
|
||
"resilienceUseUpstreamRetryHintsDesc": "উপলব্ধ হলে আপস্ট্রিম প্রদানকারী থেকে পুনরায় চেষ্টা-পরে/রিসেট মান ব্যবহার করে।",
|
||
"resilienceUseUpstream429BreakerHints": "ব্রেকার কুলডাউনের জন্য আপস্ট্রিম 429 ইঙ্গিত ব্যবহার করুন",
|
||
"resilienceUseUpstream429BreakerHintsShort": "আপস্ট্রিম 429 ইঙ্গিত ব্যবহার করুন",
|
||
"resilienceUseUpstream429BreakerHintsDesc": "সার্কিট-ব্রেকার কুলডাউন সময়কালের জন্য 429টি প্রতিক্রিয়া থেকে পুনরায় চেষ্টা-পরে/কোটা-নিঃশেষিত সংকেত প্রয়োগ করুন। ডিফল্ট একটি প্রতি-প্রদানকারী নীতি ব্যবহার করে: সরাসরি ক্লাউড প্রদানকারী ডিফল্ট চালু; বিপরীত-প্রক্সি, স্ব-হোস্টেড, এবং CLI-সমর্থিত প্রদানকারী ডিফল্ট বন্ধ। \"আপস্ট্রিম পুনরায় চেষ্টা করার ইঙ্গিতগুলি ব্যবহার করুন\" থেকে স্বাধীন।",
|
||
"resilienceProviderBreakerScope": "সম্পূর্ণ প্রদানকারী",
|
||
"resilienceProviderBreakerTrigger": "সংযোগ ফলব্যাক শেষ হওয়ার পরে চূড়ান্ত পরিবহন/সার্ভার ব্যর্থতা",
|
||
"resilienceProviderBreakerEffect": "রিসেট সময় শেষ না হওয়া পর্যন্ত সেই প্রদানকারীকে সাময়িকভাবে ব্লক করে",
|
||
"resilienceProviderBreakerDesc": "লাইভ ব্রেকার অবস্থা শুধুমাত্র স্বাস্থ্য পৃষ্ঠায় প্রদর্শিত হয়। কানেকশন-স্কোপড 429 রেট লিমিট কানেকশন কুলডাউনে থাকে এবং প্রদানকারী ব্রেকারকে ট্রিপ করবেন না।",
|
||
"resilienceResetTime": "সময় রিসেট করুন",
|
||
"resilienceWaitForCooldownTitle": "কুলডাউনের জন্য অপেক্ষা করুন",
|
||
"resilienceWaitForCooldownScope": "বর্তমান ক্লায়েন্ট অনুরোধ",
|
||
"resilienceWaitForCooldownTrigger": "যখন সমস্ত প্রার্থী সংযোগ ইতিমধ্যেই ঠান্ডা হয়ে যাচ্ছে",
|
||
"resilienceWaitForCooldownEffect": "সার্ভারে অপেক্ষা করে এবং প্রথম কুলডাউনের মেয়াদ শেষ হলে পুনরায় চেষ্টা করে",
|
||
"resilienceWaitForCooldownDesc": "এটি শুধুমাত্র বর্তমান অনুরোধকে প্রভাবিত করে। এটি সংযোগ বা প্রদানকারীর অবস্থা সঞ্চয় করে না।",
|
||
"resilienceEnableServerWait": "সার্ভার-সাইড অপেক্ষা সক্ষম করুন",
|
||
"resilienceEnableServerWaitDesc": "সক্রিয় করা হলে, OmniRoute প্রথম কুলডাউনের মেয়াদ শেষ হওয়ার জন্য অপেক্ষা করে এবং স্বয়ংক্রিয়ভাবে পুনরায় চেষ্টা করে।",
|
||
"resilienceMaxAttempts": "সর্বোচ্চ প্রচেষ্টা",
|
||
"resilienceMaxWaitPerAttempt": "প্রতি প্রচেষ্টা সর্বোচ্চ অপেক্ষা",
|
||
"forcedFingerprintTitle": "Always enabled for {provider} — required for OAuth account safety; cannot be turned off.",
|
||
"forcedFingerprintBadge": "Required",
|
||
"codexSessionAffinityTitle": "কোডেক্স সেশন অ্যাফিনিটি",
|
||
"codexSessionAffinityDesc": "এই অনেক সেকেন্ডের জন্য একই অ্যাকাউন্টে একটি কোডেক্স কথোপকথন রাখে। 0 এটি নিষ্ক্রিয় করে।",
|
||
"codexSessionAffinityTtl": "অ্যাফিনিটি TTL (সেকেন্ড)",
|
||
"resetAwareQuotaCacheTitle": "রিসেট-সচেতন কোটা ক্যাশে",
|
||
"resetAwareQuotaCacheDesc": "শুধুমাত্র রিসেট-সচেতন অর্ডারের জন্য ক্যাশে কোটা টেলিমেট্রি। কোটা preflight এখনও অনুরোধ রক্ষা করে. 0/0 লাইভ আনয়ন রাখে।",
|
||
"resetAwareQuotaCacheTtl": "ফ্রেশ TTL (সেকেন্ড)",
|
||
"resetAwareQuotaCacheMaxStale": "সর্বাধিক বাসি (সেকেন্ড)",
|
||
"qdrantCleanupSuccess": "ঠিক আছে: {count} পয়েন্ট(গুলি) সরানো হয়েছে (ধারণ: {days} দিন)",
|
||
"qdrantCleanupFailed": "ক্লিনআপ ব্যর্থ হয়েছে",
|
||
"qdrantCleanupError": "ত্রুটি: {error}",
|
||
"vercelRelaySuccess": "__MISSING__:Vercel Relay deployed successfully",
|
||
"vercelRelayButton": "__MISSING__:Deploy Vercel Relay",
|
||
"vercelRelayModalTitle": "__MISSING__:Deploy Vercel Relay",
|
||
"vercelRelayWarning": "__MISSING__:Warning: A Vercel deployment token is required. This token will only be used to create the serverless relay and will never be stored by OmniRoute.",
|
||
"vercelRelayTokenLabel": "__MISSING__:Vercel Access Token",
|
||
"vercelRelayProjectNameLabel": "__MISSING__:Vercel Project Name",
|
||
"vercelRelayFreeTierNote": "__MISSING__:Relays are lightweight proxy endpoints deployed on Vercel's free tier to bypass local network/region limitations.",
|
||
"vercelRelayDeploying": "__MISSING__:Deploying...",
|
||
"vercelRelayDeploy": "__MISSING__:Deploy",
|
||
"homePinProviderQuotaToHome": "Pin Information to Home Page",
|
||
"homeProviderQuotaLimits": "Provider Quota Limits",
|
||
"homeProviderQuotaLimitsDesc": "Pin the Provider Quota status container (with Refresh All button) to the top of the Home page.",
|
||
"homeQuickStart": "Quick Start",
|
||
"homeQuickStartDesc": "Show the Quick Start panel on the Home page.",
|
||
"homeProviderTopology": "Provider Topology",
|
||
"homeProviderTopologyDesc": "Show the Provider Topology on the Home page."
|
||
},
|
||
"contextRtk": {
|
||
"title": "RTK Engine",
|
||
"description": "Command-aware compression for tool output, terminal logs and build results.",
|
||
"enabled": "Enabled",
|
||
"intensity": "Intensity",
|
||
"intensityMinimal": "Minimal",
|
||
"intensityStandard": "Standard",
|
||
"intensityAggressive": "Aggressive",
|
||
"toolResults": "Tool results",
|
||
"assistantMessages": "Assistant messages",
|
||
"codeBlocks": "Code blocks",
|
||
"filterCatalog": "ফিল্টার ক্যাটালগ",
|
||
"filterCatalogDesc": "বিভাগ দ্বারা উপলব্ধ আউটপুট ফিল্টার",
|
||
"guidedConfig": "কনফিগারেশন",
|
||
"guidedConfigDesc": "RTK কীভাবে আপনার টার্মিনাল আউটপুট ফিল্টার করে তা সামঞ্জস্য করুন",
|
||
"maxLines": "Max lines",
|
||
"maxChars": "Max chars",
|
||
"deduplicateThreshold": "ডিডুপ্লিকেট থ্রেশহোল্ড",
|
||
"customFilters": "কাস্টম ফিল্টার",
|
||
"detectedType": "সনাক্ত করা টাইপ",
|
||
"confidence": "আত্মবিশ্বাস",
|
||
"beforeAfter": "আগে/পরে",
|
||
"trustProjectFilters": "প্রজেক্ট ফিল্টার বিশ্বাস করুন",
|
||
"rawOutputRetention": "কাঁচা আউটপুট ধরে রাখা",
|
||
"rawOutputNever": "কখনই না",
|
||
"rawOutputFailures": "ব্যর্থতা",
|
||
"rawOutputAlways": "সর্বদা",
|
||
"rawOutputMaxBytes": "কাঁচা আউটপুট সর্বোচ্চ বাইট",
|
||
"filterTesting": "Filter Testing",
|
||
"pasteOutput": "Paste tool output to test filtering...",
|
||
"presetHigh": "আক্রমণাত্মক",
|
||
"presetLow": "আলো",
|
||
"presetMaxChars": "সর্বোচ্চ আউটপুট অক্ষর",
|
||
"presetMaxLines": "সর্বোচ্চ আউটপুট লাইন",
|
||
"presetMedium": "স্ট্যান্ডার্ড",
|
||
"run": "Run",
|
||
"result": "Result",
|
||
"previewEmpty": "Run a sample to preview RTK output.",
|
||
"detected": "Detected",
|
||
"masterSwitchOffAlert": "__MISSING__:Token Saver master switch is OFF — these settings will not affect requests until you turn it on from the Endpoint page.",
|
||
"tokensFiltered": "Tokens filtered",
|
||
"filtersActive": "Filters active",
|
||
"requests": "Requests",
|
||
"avgSavings": "Avg savings",
|
||
"simpleMode": "সরল",
|
||
"advancedMode": "উন্নত",
|
||
"searchFilters": "ফিল্টার অনুসন্ধান করুন...",
|
||
"tooltipDedup": "বারবার লাইন মুছে ফেলার জন্য কতটা আক্রমনাত্মক।",
|
||
"tooltipMaxChars": "আউটপুট ব্লক প্রতি সর্বোচ্চ অক্ষর।",
|
||
"tooltipMaxLines": "কমান্ড আউটপুট থেকে রাখা সর্বোচ্চ লাইন। অতিরিক্ত কাটা হয়."
|
||
},
|
||
"contextCombos": {
|
||
"title": "Compression Combos",
|
||
"description": "Define how engines are combined for different routing scenarios.",
|
||
"createCombo": "Create Compression Combo",
|
||
"editCombo": "Edit",
|
||
"deleteCombo": "Delete",
|
||
"deleteConfirm": "Delete this compression combo?",
|
||
"pipeline": "Pipeline",
|
||
"addStep": "Add Step",
|
||
"removeStep": "Remove",
|
||
"name": "Name",
|
||
"descriptionField": "Description",
|
||
"languagePacks": "Language Packs",
|
||
"outputMode": "Output Mode",
|
||
"assignToRouting": "Assign to Routing Combos",
|
||
"noAssignments": "No routing combos available",
|
||
"default": "Default",
|
||
"setAsDefault": "Set as Default",
|
||
"save": "Save",
|
||
"cancel": "Cancel",
|
||
"enabled": "Enabled"
|
||
},
|
||
"contextCaveman": {
|
||
"title": "Caveman Engine",
|
||
"description": "Rule-based message compression, language packs, analytics and output mode controls.",
|
||
"advancedConfig": "উন্নত কনফিগারেশন",
|
||
"advancedConfigDesc": "ফাইন-টিউন কম্প্রেশন আচরণ",
|
||
"aggressiveSettings": "আক্রমণাত্মক সেটিংস",
|
||
"aggressiveSettingsDesc": "সম্ভাব্য মানের ট্রেড-অফ সহ সর্বাধিক কম্প্রেশন",
|
||
"requests": "Requests",
|
||
"tokensSaved": "Tokens saved",
|
||
"savingsPercent": "Savings %",
|
||
"avgLatency": "Avg latency",
|
||
"languagePacks": "Language Packs",
|
||
"languagePacksDesc": "Enable compression rules for specific languages.",
|
||
"labelAutoTrigger": "প্রসঙ্গ ছাড়িয়ে গেলে স্বয়ংক্রিয়-সংকোচন করুন",
|
||
"labelCompressionRate": "কম্প্রেশন শক্তি",
|
||
"labelMaxTokens": "বার্তা প্রতি লক্ষ্য টোকেন",
|
||
"labelMinLength": "ন্যূনতম বার্তা দৈর্ঘ্য",
|
||
"labelMinSavings": "সংরক্ষণ করার জন্য ন্যূনতম টোকেন",
|
||
"enabled": "Enabled",
|
||
"autoDetect": "Auto-detect language",
|
||
"rulesCount": "{count} rules",
|
||
"inputCompressionTitle": "__MISSING__:Input compression",
|
||
"inputCompressionDesc": "__MISSING__:Rewrite chat history with shorter wording. Reduces input tokens by ~50%.",
|
||
"analyticsTitle": "Compression Analytics",
|
||
"noAnalytics": "No compression analytics yet.",
|
||
"outputMode": "আউটপুট মোড",
|
||
"outputModeDesc": "Instructs the LLM to respond in a terse, compact format.",
|
||
"outputModeTitle": "Output Mode",
|
||
"quickSettings": "দ্রুত সেটিংস",
|
||
"quickSettingsDesc": "শুরু করার জন্য প্রাথমিক কম্প্রেশন সেটিংস",
|
||
"autoClarity": "Auto-Clarity Bypass",
|
||
"bypassConditions": "Bypass conditions",
|
||
"bypassConditionsList": "নিরাপত্তা, অপরিবর্তনীয়, স্পষ্টীকরণ, আদেশ-সংবেদনশীল",
|
||
"simpleMode": "সরল",
|
||
"advancedMode": "উন্নত",
|
||
"tooltipAutoTrigger": "প্রসঙ্গ এই আকার অতিক্রম করলে স্বয়ংক্রিয়ভাবে সংকুচিত করুন।",
|
||
"tooltipCompressionRate": "0.0 = কোনোটিই নয়, 1.0 = সর্বোচ্চ। 0.5 = সুষম।",
|
||
"tooltipMaxTokens": "সংকোচনের পরে লক্ষ্য টোকেন গণনা। নিম্ন = আরও আক্রমণাত্মক।",
|
||
"tooltipMinLength": "এর চেয়ে ছোট বার্তাগুলি সংকুচিত হয় না। নিম্ন = আরও সংকোচন।",
|
||
"tooltipMinSavings": "শুধুমাত্র সংকুচিত করুন যদি এটি অন্তত এতগুলো টোকেন সংরক্ষণ করে।",
|
||
"ultraSettings": "আল্ট্রা সেটিংস",
|
||
"ultraSettingsDesc": "SLM-চালিত শব্দার্থিক কম্প্রেশন",
|
||
"preview": {
|
||
"lite": "Respond concise. Preserve technical terms, code, errors, URLs, and identifiers.",
|
||
"full": "Respond terse and compact. Preserve all technical substance.",
|
||
"ultra": "Respond ultra terse with common technical abbreviations. Preserve exact symbols."
|
||
}
|
||
},
|
||
"translator": {
|
||
"title": "Translator",
|
||
"metaTitle": "Translator Playground | OmniRoute",
|
||
"metaDescription": "Debug, test, and visualize API format translations between providers",
|
||
"playgroundTitle": "Translator Playground",
|
||
"playground": "Playground",
|
||
"realtime": "Real-Time Translation Activity",
|
||
"chatTester": "Chat Tester",
|
||
"testBench": "Test Bench",
|
||
"liveMonitor": "Live Monitor",
|
||
"modeDescriptionPlayground": "Paste any API request body and see how OmniRoute translates it between provider formats (OpenAI ↔ Claude ↔ Gemini ↔ Responses API)",
|
||
"modeDescriptionChatTester": "Send real chat requests through OmniRoute and inspect the full round-trip: input, translated request, provider response, and translated output.",
|
||
"modeDescriptionTestBench": "Run predefined scenarios and compare compatibility across providers and models.",
|
||
"modeDescriptionLiveMonitor": "Watch translation events in real time as requests flow through OmniRoute.",
|
||
"modeDescriptionFallback": "Debug, test, and visualize how OmniRoute translates API requests between providers.",
|
||
"recentTranslations": "Recent Translations",
|
||
"noTranslations": "No translations yet",
|
||
"source": "Source",
|
||
"target": "Target",
|
||
"time": "Time",
|
||
"model": "Model",
|
||
"status": "Status",
|
||
"latency": "Latency",
|
||
"totalTranslations": "Total Translations",
|
||
"successful": "Successful",
|
||
"errors": "Errors",
|
||
"avgLatency": "Avg Latency",
|
||
"millisecondsShort": "{value}ms",
|
||
"notAvailableSymbol": "—",
|
||
"liveAutoRefreshing": "Live — Auto-refreshing",
|
||
"paused": "Paused",
|
||
"eventsAppearHint": "Translation events appear here as requests flow through OmniRoute. Use any of these methods to generate events:",
|
||
"chatTesterTab": "Chat Tester",
|
||
"testBenchTab": "Test Bench",
|
||
"externalApiCalls": "External API calls",
|
||
"ideCliIntegrations": "IDE/CLI integrations",
|
||
"inMemoryNote": "Note: Events are stored in-memory and reset when the server restarts.",
|
||
"ok": "OK",
|
||
"errorShort": "ERR",
|
||
"formatConverter": "Format Converter",
|
||
"formatConverterDescription": "Paste or type a JSON request body. The translator will auto-detect the source format and convert it to the target format. Use this to debug how OmniRoute translates requests between formats (OpenAI ↔ Claude ↔ Gemini ↔ Responses API).",
|
||
"translationPathHubSpoke": "{source} → OpenAI (ইন্টারমিডিয়েট) → {target}",
|
||
"translationPathDirect": "{source} → {target} (সরাসরি অনুবাদক)",
|
||
"translationPathPassthrough": "একই বিন্যাস — কোন অনুবাদের প্রয়োজন নেই",
|
||
"openaiIntermediatePanel": "ওপেনএআই ইন্টারমিডিয়েট",
|
||
"autoFeaturesTitle": "OmniRoute স্বয়ংক্রিয়ভাবে কি করে",
|
||
"autoFeaturesCount": "8 বৈশিষ্ট্য",
|
||
"featureReasoningCache": "রিজনিং ক্যাশে",
|
||
"featureReasoningCacheDesc": "ক্লায়েন্টরা কথোপকথনের ইতিহাস থেকে বাদ দিলে চিন্তা-মোড মডেলের (DeepSeek V4, Kimi K2, Qwen) জন্য ক্যাশে করা যুক্তি_কন্টেন্ট পুনরায় ইনজেক্ট করে।",
|
||
"featureSchemaCoercion": "স্কিমা জবরদস্তি",
|
||
"featureSchemaCoercionDesc": "ভাঙা টুল স্কিমাগুলি সংশোধন করে: অনুপস্থিত অতিরিক্ত বৈশিষ্ট্যগুলি যোগ করে, দীর্ঘ বিবরণ স্যানিটাইজ করে, নেস্টেড অবজেক্টগুলিকে স্বাভাবিক করে।",
|
||
"featureRoleNormalization": "ভূমিকা স্বাভাবিককরণ",
|
||
"featureRoleNormalizationDesc": "নন-ওপেনএআই লক্ষ্যগুলির জন্য মানচিত্র বিকাশকারী→ সিস্টেম। মানচিত্র সিস্টেম→এমন মডেলের ব্যবহারকারী যা সিস্টেমের ভূমিকা সমর্থন করে না।",
|
||
"featureToolCallIds": "টুল কল আইডি স্বাভাবিককরণ",
|
||
"featureToolCallIdsDesc": "অনুপস্থিত থাকাকালীন অনন্য টুল_কল আইডি তৈরি করে। Mistral এর মত প্রদানকারীদের জন্য 9-char বিন্যাসে স্বাভাবিক করে।",
|
||
"featureMissingToolResponse": "টুল রেসপন্স ইনজেকশন",
|
||
"featureMissingToolResponseDesc": "ক্লায়েন্টরা সংশ্লিষ্ট প্রতিক্রিয়া ছাড়াই টুল_কল পাঠালে খালি টুল_ফলাফল বার্তাগুলি ইনজেক্ট করে।",
|
||
"featureThinkingBudget": "চিন্তা বাজেট",
|
||
"featureThinkingBudgetDesc": "স্বয়ংক্রিয়ভাবে চিন্তা কনফিগার পরিচালনা করে। শেষ বার্তা ব্যবহারকারীর কাছ থেকে না হলে চিন্তার পরামিতিগুলি সরিয়ে দেয়।",
|
||
"featureDirectPaths": "সরাসরি অনুবাদের পথ",
|
||
"featureDirectPathsDesc": "কিছু ফরম্যাট জোড়ার (Claude→Jemini) সরাসরি অনুবাদক আছে যা OpenAI হাবকে বাইপাস করে, আরও সঠিক আউটপুট তৈরি করে।",
|
||
"featureImageMapping": "ইমেজ সাইজ ম্যাপিং",
|
||
"featureImageMappingDesc": "API ফরম্যাটের মধ্যে চিত্রের মাত্রা কনভেনশন অনুবাদ করে (যেমন, OpenAI বিস্তারিত মাত্রা → মিথুন মাত্রা)।",
|
||
"input": "Input",
|
||
"output": "Output",
|
||
"auto": "Auto",
|
||
"swapFormats": "Swap formats",
|
||
"translateAction": "Translate",
|
||
"clear": "Clear",
|
||
"inputPlaceholder": "Paste a request body here or select a template below...",
|
||
"exampleTemplates": "Example Templates",
|
||
"exampleTemplatesHint": "— Click to load",
|
||
"templateLoadHint": "Template loads the request in {format} format. Change Source Format to load in a different format.",
|
||
"compatibilityTester": "Compatibility Tester",
|
||
"compatibilityReport": "Compatibility Report",
|
||
"testBenchDescription": "Run predefined scenarios (Simple Chat, Tool Calling, etc.) to verify translation and provider compatibility. Select a source format and target provider, then run all tests to see a compatibility percentage. Use this to find which features work across providers.",
|
||
"targetProvider": "Target Provider",
|
||
"runAllTests": "Run All Tests",
|
||
"runTest": "Run Test",
|
||
"reRun": "Re-run",
|
||
"running": "Running...",
|
||
"passed": "passed",
|
||
"failed": "failed",
|
||
"passedIconLabel": "✅ Passed",
|
||
"chunks": "chunks",
|
||
"scenarioSimpleChat": "Simple Chat",
|
||
"scenarioToolCalling": "Tool Calling",
|
||
"scenarioMultiTurn": "Multi-turn",
|
||
"scenarioThinking": "Thinking",
|
||
"scenarioSystemPrompt": "System Prompt",
|
||
"scenarioStreaming": "Streaming",
|
||
"templateNames": {
|
||
"simple-chat": "Simple Chat",
|
||
"tool-calling": "Tool Calling",
|
||
"multi-turn": "Multi-turn",
|
||
"thinking": "Thinking",
|
||
"system-prompt": "System Prompt",
|
||
"streaming": "Streaming",
|
||
"vision": "দৃষ্টি",
|
||
"schema-coercion": "স্কিমা জবরদস্তি"
|
||
},
|
||
"templateDescriptions": {
|
||
"simple-chat": "Basic text message",
|
||
"tool-calling": "Function/tool invocation",
|
||
"multi-turn": "Conversation with history",
|
||
"thinking": "Extended thinking / reasoning",
|
||
"system-prompt": "Complex system instructions",
|
||
"streaming": "SSE streaming request",
|
||
"vision": "ইমেজ ইনপুট সহ মাল্টিমোডাল অনুরোধ",
|
||
"schema-coercion": "স্ট্রাকচার্ড-আউটপুট / JSON স্কিমা এনফোর্সমেন্ট"
|
||
},
|
||
"templatePayloads": {
|
||
"simpleChat": {
|
||
"system": "You are a helpful assistant.",
|
||
"userGreeting": "Hello! How are you today?"
|
||
},
|
||
"toolCalling": {
|
||
"userWeather": "What's the weather in São Paulo?",
|
||
"toolDescription": "Get current weather for a location",
|
||
"cityNameDescription": "City name"
|
||
},
|
||
"multiTurn": {
|
||
"system": "You are a coding assistant.",
|
||
"userInitial": "Write a function to sort an array in Python.",
|
||
"assistantExample": "Here's a simple sort function:\n\n```python\ndef sort_array(arr):\n return sorted(arr)\n```",
|
||
"userFollowUp": "Now make it sort in descending order."
|
||
},
|
||
"thinking": {
|
||
"question": "What is the sum of the first 100 prime numbers?"
|
||
},
|
||
"systemPrompt": {
|
||
"systemInstruction": "You are a senior software engineer specializing in distributed systems. Answer questions concisely using industry best practices. Always provide code examples when relevant. Format your responses using markdown.",
|
||
"question": "How do I implement a circuit breaker pattern?"
|
||
},
|
||
"streaming": {
|
||
"prompt": "Tell me a short story about a robot learning to paint."
|
||
},
|
||
"vision": {
|
||
"system": "আপনি একজন সহকারী যিনি চিত্রগুলিকে সুনির্দিষ্টভাবে বর্ণনা করেন৷",
|
||
"userPrompt": "এই ছবিতে কি দেখানো হয়েছে?",
|
||
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/600px-PNG_transparency_demonstration_1.png"
|
||
},
|
||
"schemaCoercion": {
|
||
"userPrompt": "মেট্রিক ইউনিট ব্যবহার করে টোকিওর আবহাওয়া দেখুন এবং ঘন্টায় ভাঙ্গন অন্তর্ভুক্ত করুন।",
|
||
"toolDescription": "কাঠামোগত বিকল্প সহ একটি শহরের জন্য আবহাওয়া আনুন।",
|
||
"cityDescription": "প্রশ্ন করার জন্য শহর, যেমন 'টোকিও' বা 'নিউ ইয়র্ক'।"
|
||
}
|
||
},
|
||
"openaiCompatibleLabel": "OpenAI Compatible",
|
||
"anthropicCompatibleLabel": "Anthropic Compatible",
|
||
"noTemplateForFormat": "No template for this format",
|
||
"translationFailed": "Translation failed: {error}",
|
||
"pipelineDebugger": "Pipeline Debugger",
|
||
"translationPipeline": "Translation Pipeline",
|
||
"pipelineVisualization": "Pipeline visualization",
|
||
"pipelineVisualizationHint": "Send a message to see how your request flows through detection → translation → provider call.",
|
||
"chatTesterDescription": "Send messages as a specific client format and inspect each step of the translation pipeline.",
|
||
"chatTesterFlow": "Client Request → Format Detection → OpenAI Intermediate → Provider Format → Response",
|
||
"clickStepToInspect": "Click any step to inspect the data at that stage.",
|
||
"clientFormat": "Client Format",
|
||
"provider": "Provider",
|
||
"modelPlaceholder": "Select or type a model name...",
|
||
"sendMessageToSeePipeline": "Send a message to see the translation pipeline",
|
||
"chatMessageHintPrefix": "Your message will be formatted as a",
|
||
"chatMessageHintSuffix": "request, translated through the pipeline, and sent to the selected provider.",
|
||
"youWithFormat": "You ({format})",
|
||
"assistant": "Assistant",
|
||
"typeMessage": "Type a message...",
|
||
"send": "Send",
|
||
"clientRequest": "Client Request",
|
||
"clientRequestDescription": "The request body as your client would send it",
|
||
"formatDetected": "Format Detected",
|
||
"formatDetectedDescription": "OmniRoute auto-detects the API format from the request structure",
|
||
"openaiIntermediate": "OpenAI Intermediate",
|
||
"openaiIntermediateDescription": "All formats are first normalized to OpenAI format (the universal bridge)",
|
||
"providerFormat": "Provider Format",
|
||
"providerFormatDescription": "OpenAI format is translated to the provider's native format",
|
||
"providerResponse": "Provider Response",
|
||
"providerResponseRawDescription": "The raw response from the provider API",
|
||
"providerResponseSseDescription": "The raw SSE stream from the provider API",
|
||
"unexpectedError": "An unexpected error occurred",
|
||
"error": "Error",
|
||
"errorMessage": "Error: {message}",
|
||
"requestFailed": "Request failed",
|
||
"noTextExtracted": "(No text extracted)",
|
||
"liveMonitorMemoryNote": "ইভেন্টগুলি মেমরিতে সংরক্ষণ করা হয় এবং পুনরায় চালু করার সময় হারিয়ে যায়।",
|
||
"liveMonitorMemoryCapNote": "সর্বোচ্চ 200টি ইভেন্ট রাখা হয়েছে।",
|
||
"eventSourcesLabel": "ইভেন্ট সূত্র:",
|
||
"eventSourceTranslatorPage": "• অনুবাদক পৃষ্ঠা (চ্যাট টেস্টার, টেস্ট বেঞ্চ)",
|
||
"eventSourceMainPipeline": "• প্রধান অনুরোধ পাইপলাইন (CLI/IDE/API ট্র্যাফিক)",
|
||
"liveMonitorDescriptionPrefix": "Shows translation events as API calls flow through OmniRoute. Events come from the in-memory buffer (resets on restart). Use",
|
||
"liveMonitorDescriptionSuffix": ", or external API calls to generate events.",
|
||
"streamTransformer": "স্ট্রিম ট্রান্সফরমার",
|
||
"modeDescriptionStreamTransformer": "রেসপন্স ট্রান্সফরমারের মাধ্যমে চ্যাট সমাপ্তি SSE স্ট্রীম চালান।",
|
||
"streamTransformerTitle": "প্রতিক্রিয়া স্ট্রীম ট্রান্সফরমার",
|
||
"streamTransformerDescription": "একটি চ্যাট সমাপ্তি SSE স্ট্রীম পেস্ট করুন, OmniRoute এর প্রতিক্রিয়া ট্রান্সফরমারের মাধ্যমে এটি চালান এবং নির্গত প্রতিক্রিয়া পরিদর্শন করুন।* একটি ক্লায়েন্ট ওয়্যারিং করার আগে ইভেন্টগুলি।",
|
||
"loadTextSample": "পাঠ্য নমুনা লোড করুন",
|
||
"loadToolSample": "টুল-কল নমুনা লোড করুন",
|
||
"transformToResponses": "প্রতিক্রিয়ায় রূপান্তর করুন",
|
||
"rawChatSseInput": "কাঁচা চ্যাট সমাপ্তি SSE",
|
||
"transformedResponsesSse": "রূপান্তরিত প্রতিক্রিয়া API SSE",
|
||
"noResultsYet": "এখনো কোনো ফলাফল নেই",
|
||
"transformedEvents": "রূপান্তরিত ঘটনা",
|
||
"uniqueEventTypes": "অনন্য ইভেন্ট প্রকার",
|
||
"inputLines": "ইনপুট লাইন",
|
||
"outputLines": "আউটপুট লাইন",
|
||
"transformedEventTimeline": "রূপান্তরিত ইভেন্ট টাইমলাইন",
|
||
"transformerTimelineHint": "নির্গত প্রতিক্রিয়া পরিদর্শন করতে ট্রান্সফরমার চালান.আউটপুট_* ইভেন্টগুলি ক্রমানুসারে।",
|
||
"eventType": "ইভেন্টের ধরন",
|
||
"eventPreview": "পূর্বরূপ",
|
||
"comboRouted": "কম্বো রুটেড",
|
||
"uniqueEndpoints": "অনন্য শেষ পয়েন্ট",
|
||
"routeDetails": "রুট বিবরণ",
|
||
"comboBadge": "কম্বো",
|
||
"routeEndpointLabel": "শেষবিন্দু",
|
||
"routeConnectionLabel": "সংযোগ",
|
||
"scenarioVision": "দৃষ্টি (চিত্র বোঝা)",
|
||
"scenarioSchemaCoercion": "স্কিমা জবরদস্তি (গঠিত আউটপুট)",
|
||
"techniques": "কৌশল:"
|
||
},
|
||
"usage": {
|
||
"title": "Usage",
|
||
"loggerTab": "Logger",
|
||
"proxyTab": "Proxy",
|
||
"budgetManagement": "Budget Management",
|
||
"budgetSaved": "Budget limits saved",
|
||
"budgetSaveFailed": "Failed to save budget",
|
||
"loadingBudgetData": "Loading budget data...",
|
||
"noApiKeysTitle": "No API Keys",
|
||
"noApiKeysDescription": "Add API keys first to set up budget limits.",
|
||
"apiKey": "API Key",
|
||
"todaysSpend": "Today's Spend",
|
||
"thisMonth": "This Month",
|
||
"setLimits": "Set Limits",
|
||
"dailyLimitUsd": "Daily Limit (USD)",
|
||
"monthlyLimitUsd": "Monthly Limit (USD)",
|
||
"warningThresholdPercent": "Warning Threshold (%)",
|
||
"dailyLimitPlaceholder": "e.g. 5.00",
|
||
"monthlyLimitPlaceholder": "e.g. 50.00",
|
||
"warningThresholdPlaceholder": "80",
|
||
"saveLimits": "Save Limits",
|
||
"budgetOk": "Budget OK — {remaining} remaining",
|
||
"budgetExceeded": "Budget exceeded — requests may be blocked",
|
||
"totalRequests": "Total requests",
|
||
"noDataYet": "No data yet",
|
||
"latency": "Latency",
|
||
"latencyP50": "p50",
|
||
"latencyP95": "p95",
|
||
"latencyP99": "p99",
|
||
"promptCache": "Prompt Cache",
|
||
"systemHealth": "System Health",
|
||
"entries": "Entries",
|
||
"activeCount": "{count} active",
|
||
"openCircuitBreakersDetected": "Open circuit breakers detected",
|
||
"hitRate": "Hit Rate",
|
||
"hitsMisses": "Hits / Misses",
|
||
"circuitBreakers": "Circuit Breakers",
|
||
"lockedIPs": "Locked IPs",
|
||
"lockoutsAutoRefreshHint": "Per-model rate limit locks • Auto-refresh 10s",
|
||
"lockedCount": "{count, plural, one {# locked} other {# locked}}",
|
||
"timeLeft": "{time} left",
|
||
"howItWorks": "How It Works",
|
||
"howItWorksSubtitle": "Learn how evaluations validate your LLM responses",
|
||
"define": "Define",
|
||
"defineStepDescription": "Create test cases with input prompts and expected output criteria using strategies like contains, regex, or exact match.",
|
||
"run": "Run",
|
||
"runStepDescription": "Execute test cases against your LLM endpoints through OmniRoute. Each case is sent as a real API request.",
|
||
"evaluate": "Evaluate",
|
||
"evaluateStepDescription": "Responses are compared against expected criteria. See pass/fail for each case with latency metrics and detailed feedback.",
|
||
"evalsStrategyContainsLabel": "__MISSING__:Contains",
|
||
"evalsStrategyExactLabel": "__MISSING__:Exact Match",
|
||
"evalsStrategyRegexLabel": "__MISSING__:Regex",
|
||
"evalsStrategyCustomLabel": "__MISSING__:Custom Logic",
|
||
"evalsStrategyContainsDescription": "__MISSING__:Checks if the LLM output contains the expected substring.",
|
||
"evalsStrategyExactDescription": "__MISSING__:Checks if the LLM output exactly matches the expected value.",
|
||
"evalsStrategyRegexDescription": "__MISSING__:Validates the LLM output against a regular expression pattern.",
|
||
"evalsStrategyCustomDescription": "__MISSING__:Custom evaluation logic (configured via JSON).",
|
||
"historyColumnSuiteName": "__MISSING__:Suite Name",
|
||
"historyColumnTarget": "__MISSING__:Target",
|
||
"historyColumnPassRate": "__MISSING__:Pass Rate",
|
||
"historyColumnAvgLatencyMs": "__MISSING__:Avg Latency",
|
||
"historyColumnCreatedAt": "__MISSING__:Executed",
|
||
"evalSuites": "Evaluation Suites",
|
||
"evalSuitesHint": "Click a suite to view test cases, then run to evaluate your LLM endpoints",
|
||
"evalsLoading": "Loading eval suites...",
|
||
"noEvalSuitesFound": "No Eval Suites Found",
|
||
"noEvalSuitesDescription": "Eval suites can be defined via the API or in code. They test model outputs against expected results using strategies like contains, regex, exact match, and custom functions.",
|
||
"columnCase": "Case",
|
||
"columnStatus": "Status",
|
||
"columnLatency": "Latency",
|
||
"columnDetails": "Details",
|
||
"columnModel": "Model",
|
||
"columnStrategy": "Strategy",
|
||
"columnExpected": "Expected",
|
||
"statsSuites": "Suites",
|
||
"statsTestCases": "Test Cases",
|
||
"statsModels": "Models",
|
||
"statsCoverage": "Coverage",
|
||
"statsStrategiesCount": "{count} strategies",
|
||
"evaluationStrategies": "Evaluation Strategies",
|
||
"modelsUnderTest": "Models Under Test",
|
||
"searchSuitesPlaceholder": "Search suites...",
|
||
"passSuffix": "pass",
|
||
"casesCount": "{count, plural, one {# case} other {# cases}}",
|
||
"runEval": "Run Eval",
|
||
"runAllSuites": "সব চালান",
|
||
"runAllRunning": "সব চলছে...",
|
||
"runAllProgress": "চলছে {current}/{total}: {name}",
|
||
"runAllFailedSuites": "{count, plural, one {# suite failed} other {# suites failed}}",
|
||
"runAllCompleted": "{suites} স্যুট চালিয়েছে — {passed} পাস করেছে, {failed} ব্যর্থ হয়েছে",
|
||
"runAllCompletedWithFailures": "{completed} স্যুট চালান; {failedSuites} সম্পূর্ণ হতে ব্যর্থ হয়েছে৷",
|
||
"runningProgress": "Running {current}/{total}...",
|
||
"passRate": "pass rate",
|
||
"summaryBreakdown": "{passed} passed · {failed} failed · {total} total",
|
||
"passedIconLabel": "✅ Passed",
|
||
"failedIconLabel": "❌ Failed",
|
||
"resultPassed": "পাস করেছে",
|
||
"resultFailed": "ব্যর্থ হয়েছে",
|
||
"expandResult": "ফলাফলের বিবরণ প্রসারিত করুন",
|
||
"collapseResult": "ফলাফলের বিবরণ আড়াল করুন",
|
||
"detailsContains": "Contains: \"{term}\"",
|
||
"detailsRegex": "Regex: {pattern}",
|
||
"detailsExpected": "Expected: \"{expected}\"",
|
||
"expectedOutputLabel": "প্রত্যাশিত আউটপুট",
|
||
"noResultsYet": "No results yet",
|
||
"testCasesCount": "Test Cases ({count})",
|
||
"noTestCasesDefined": "No test cases defined",
|
||
"runEvalHint": "Click \"Run Eval\" to execute all cases against your LLM endpoint. Each test sends a real request through OmniRoute.",
|
||
"notifyNoTestCases": "No test cases defined for this suite",
|
||
"notifyAllCasesPassed": "All {total} cases passed ✅",
|
||
"notifySomeCasesFailed": "{passed}/{total} passed, {failed} failed",
|
||
"notifyEvalRunFailed": "Eval run failed",
|
||
"notifyEvalTitle": "Eval: {name}",
|
||
"modelEvals": "Model Evaluations",
|
||
"evalsHeroDescription": "Test and validate your LLM endpoints by running predefined evaluation suites. Each suite contains test cases that send real prompts through OmniRoute and compare responses against expected criteria — helping you detect regressions, compare models, and ensure response quality across providers.",
|
||
"qualityValidation": "Quality Validation",
|
||
"modelComparison": "Model Comparison",
|
||
"regressionDetection": "Regression Detection",
|
||
"latencyBenchmarks": "Latency Benchmarks",
|
||
"modelLockouts": "Model Lockouts",
|
||
"noLockouts": "No models currently locked",
|
||
"activeSessions": "Active Sessions",
|
||
"noSessions": "No active sessions",
|
||
"sessionsHint": "Sessions appear as requests flow through the proxy",
|
||
"sessionsTrackedHint": "Tracked via request fingerprinting • Auto-refresh 5s",
|
||
"session": "Session",
|
||
"age": "Age",
|
||
"requests": "Requests",
|
||
"connection": "Connection",
|
||
"durationMillisecondsShort": "{value}ms",
|
||
"durationSecondsShort": "{value}s",
|
||
"durationMinutesShort": "{value}m",
|
||
"durationHoursShort": "{value}h",
|
||
"reasonSeparator": " - ",
|
||
"notAvailableSymbol": "-",
|
||
"providerLimits": "Provider Limits",
|
||
"noProviders": "No Providers Connected",
|
||
"connectProvidersForQuota": "Connect to providers with OAuth to track your API quota limits and usage.",
|
||
"accountsCount": "{count, plural, one {# account} other {# accounts}}",
|
||
"filteredFromCount": "(filtered from {count})",
|
||
"autoRefresh": "Auto-refresh",
|
||
"refreshAll": "Refresh All",
|
||
"loadingQuotas": "Loading...",
|
||
"account": "Account",
|
||
"modelQuotas": "Model Quotas",
|
||
"lastUsed": "Last Refreshed",
|
||
"actions": "Actions",
|
||
"refreshQuota": "Refresh quota",
|
||
"today": "Today",
|
||
"tomorrow": "Tomorrow",
|
||
"dayTimeFormat": "{day}, {time}",
|
||
"inDuration": "in {duration}",
|
||
"notApplicable": "N/A",
|
||
"rawPlanWithValue": "Raw plan: {plan}",
|
||
"noPlanFromProvider": "No plan from provider",
|
||
"noQuotaData": "No quota data",
|
||
"cardExpand": "__MISSING__:Expand",
|
||
"cardCollapse": "__MISSING__:Collapse",
|
||
"moreQuotas": "__MISSING__:+{count} more",
|
||
"ungrouped": "Ungrouped",
|
||
"viewFlat": "Flat",
|
||
"viewByEnvironment": "By Environment",
|
||
"noQuotaDataAvailable": "No quota data available",
|
||
"noAccountsForTierFilter": "No accounts found for tier filter",
|
||
"tierAll": "All",
|
||
"tierEnterprise": "Enterprise",
|
||
"tierTeam": "Team",
|
||
"tierBusiness": "Business",
|
||
"tierUltra": "Ultra",
|
||
"tierPro": "Pro",
|
||
"tierPlus": "Plus",
|
||
"tierFree": "Free",
|
||
"tierLite": "__MISSING__:Lite",
|
||
"tierUnknown": "Unknown",
|
||
"statTotal": "__MISSING__:Total",
|
||
"statCritical": "__MISSING__:Critical",
|
||
"statAlert": "__MISSING__:Alert",
|
||
"statHealthy": "__MISSING__:Healthy",
|
||
"filterPurchaseTypeLabel": "__MISSING__:Type",
|
||
"filterTierLabel": "__MISSING__:Tier",
|
||
"purchaseAll": "__MISSING__:All",
|
||
"purchaseOauthSub": "__MISSING__:Subscription",
|
||
"purchaseOauthFree": "__MISSING__:OAuth Free",
|
||
"purchaseApiKey": "__MISSING__:API Key",
|
||
"creditsLabel": "__MISSING__:Credits",
|
||
"creditBalanceHint": "__MISSING__:Remaining balance",
|
||
"unlimitedLabel": "__MISSING__:Unlimited",
|
||
"refreshing": "__MISSING__:Refreshing",
|
||
"resetsIn": "__MISSING__:Resets in",
|
||
"editCutoffs": "কাটঅফ সম্পাদনা করুন",
|
||
"forceRefresh": "এখন রিফ্রেশ করুন",
|
||
"suiteBuilderSaveFailed": "Failed to save suite",
|
||
"clone": "ক্লোন",
|
||
"exportSuite": "রপ্তানি",
|
||
"importSuite": "আমদানি",
|
||
"suiteExported": "স্যুট রপ্তানি করা হয়েছে",
|
||
"suiteExportFailed": "স্যুট রপ্তানি করতে ব্যর্থ হয়েছে৷",
|
||
"suiteImportReady": "স্যুট আমদানি পর্যালোচনার জন্য লোড করা হয়েছে৷",
|
||
"suiteImportFailed": "স্যুট আমদানি করতে ব্যর্থ হয়েছে৷",
|
||
"suiteImportInvalid": "অবৈধ eval স্যুট JSON",
|
||
"suiteBuilderCloneSuffix": "অনুলিপি",
|
||
"suiteBuilderImportedSuite": "আমদানিকৃত স্যুট",
|
||
"scorecardTitle": "Scorecard",
|
||
"evalApiKey": "API Key",
|
||
"scorecardPassRate": "Pass Rate",
|
||
"targetTypeModel": "Model",
|
||
"actualOutputLabel": "Actual Output",
|
||
"evalTargetHint": "Select a model or combo to evaluate.",
|
||
"suiteBuilderDeleted": "Suite deleted successfully",
|
||
"suiteBuilderCaseCardHint": "Define the input prompt and expected output criteria.",
|
||
"nextResetUtc": "Next reset (UTC)",
|
||
"scorecardHint": "Aggregated pass rates across all evaluation suites.",
|
||
"suiteLatestRunsHint": "Most recent evaluation runs for this suite.",
|
||
"saving": "Saving",
|
||
"suiteBuilderCaseModelLabel": "Model (optional)",
|
||
"evalControlsTitle": "Evaluation Controls",
|
||
"suiteBuilderEditTitle": "Edit Eval Suite",
|
||
"suiteBuilderCaseStrategyLabel": "Validation Strategy",
|
||
"notifySelectDifferentCompareTarget": "Please select a different target for comparison",
|
||
"recentRunsHint": "Showing the most recent evaluation runs. Click a run to see detailed results.",
|
||
"evalCompareHint": "Optionally compare results against a second target.",
|
||
"suiteBuilderCaseInvalid": "This case has validation errors. Please fix before saving.",
|
||
"historyEmpty": "No evaluation history yet",
|
||
"suiteBuilderUpdated": "Suite updated successfully",
|
||
"resetInterval": "Reset Interval",
|
||
"suiteBuilderCreateTitle": "Create Eval Suite",
|
||
"activePeriodSpend": "Active Period Spend",
|
||
"evalApiKeyHint": "Select which API key to use for evaluation requests.",
|
||
"evalCompareOptional": "Compare (optional)",
|
||
"suiteBuilderDeleteFailed": "Failed to delete suite",
|
||
"suiteBuilderCaseSystemPromptPlaceholder": "Optional system instructions...",
|
||
"scorecardCases": "Cases",
|
||
"runCompletedWithScore": "Evaluation completed — {score}% pass rate",
|
||
"suiteBuilderCustomBadge": "Custom",
|
||
"targetSuiteDefaults": "Suite defaults",
|
||
"suiteBuilderDeleteConfirm": "Are you sure you want to delete this suite? This action cannot be undone.",
|
||
"suiteBuilderNameLabel": "Suite Name",
|
||
"scorecardSuites": "Suites",
|
||
"evalCompareTarget": "Compare Target",
|
||
"suiteBuilderCaseModelPlaceholder": "e.g. gpt-4o-mini",
|
||
"evalControlsHint": "Configure your evaluation target and API key, then run suites to validate model quality.",
|
||
"recentRunsTitle": "Recent Runs",
|
||
"suiteBuilderCaseSystemPromptLabel": "System Prompt",
|
||
"suiteBuilderCaseExpectedPlaceholder": "e.g. def fibonacci",
|
||
"suiteBuilderCaseExpectedPlaceholderContains": "যেমন ডিফ ফিবোনাচি",
|
||
"suiteBuilderCaseExpectedPlaceholderExact": "সঠিক প্রত্যাশিত প্রতিক্রিয়া আটকান",
|
||
"suiteBuilderCaseExpectedPlaceholderRegex": "যেমন ^\\\\s*\\\\{.*\\\\}\\\\s*$",
|
||
"suiteBuilderCaseExpectedHintRegex": "স্ল্যাশগুলি মোড়ানো ছাড়াই একটি জাভাস্ক্রিপ্ট রেগুলার এক্সপ্রেশন ব্যবহার করুন।",
|
||
"suiteBuilderNamePlaceholder": "e.g. Coding Quality Suite",
|
||
"suiteBuilderAddCase": "Add Case",
|
||
"cancel": "Cancel",
|
||
"evalTarget": "Target",
|
||
"suiteBuilderCaseNameLabel": "Case Name",
|
||
"weeklyLimitUsd": "Weekly Limit (USD)",
|
||
"suiteBuilderCaseUserPromptPlaceholder": "e.g. Write a fibonacci function in Python",
|
||
"suiteBuilderNameRequired": "Suite name is required",
|
||
"suiteBuilderCaseUserPromptLabel": "User Prompt",
|
||
"daily": "Daily",
|
||
"resultErrorLabel": "Error",
|
||
"suiteBuilderBuiltInBadge": "Built-in",
|
||
"suiteBuilderCaseCardTitle": "Test Case",
|
||
"suiteBuilderDuplicateCase": "ডুপ্লিকেট",
|
||
"weeklyLimitPlaceholder": "e.g. 50.00",
|
||
"suiteBuilderCaseTagsHint": "Comma-separated tags for organizing test cases.",
|
||
"notifyEvalRunFailedWithReason": "Evaluation failed: {reason}",
|
||
"weekly": "Weekly",
|
||
"runEvalRunning": "Running evaluation...",
|
||
"delete": "Delete",
|
||
"resetTimeUtc": "Reset Time (UTC)",
|
||
"evalApiKeyAuto": "Auto (use default)",
|
||
"suiteBuilderDescriptionPlaceholder": "Optional description of what this suite tests...",
|
||
"targetComparisonTitle": "Target Comparison",
|
||
"save": "Save",
|
||
"suiteBuilderCreated": "Suite created successfully",
|
||
"suiteLatestRuns": "Latest Runs",
|
||
"suiteBuilderCaseExpectedLabel": "Expected Value",
|
||
"historyLatency": "Latency",
|
||
"suiteBuilderCaseTagsPlaceholder": "e.g. coding, python",
|
||
"targetTypeCombo": "Combo",
|
||
"scorecardPassed": "Passed",
|
||
"suiteBuilderCaseTagsLabel": "Tags",
|
||
"suiteBuilderNewSuite": "New Suite",
|
||
"notifyEvalLoadFailed": "Failed to load evaluation data",
|
||
"notConfigured": "Not Configured",
|
||
"suiteBuilderCaseNamePlaceholder": "e.g. Python fibonacci test",
|
||
"intervalLabel": "Interval",
|
||
"suiteBuilderCreateAction": "Create Suite",
|
||
"suiteBuilderCasesHint": "Each case sends a prompt and validates the response.",
|
||
"suiteBuilderUpdatedAt": "Updated",
|
||
"errorBadge": "Error",
|
||
"suiteBuilderCasesTitle": "Test Cases",
|
||
"edit": "Edit",
|
||
"monthly": "Monthly",
|
||
"suiteBuilderCasesRequired": "At least one test case is required",
|
||
"weeklyLimitSummary": "Weekly budget limit summary",
|
||
"suiteBuilderDescriptionLabel": "Description",
|
||
"targetComparisonHint": "Side-by-side comparison of evaluation results between targets.",
|
||
"compareCompletedWithScore": "Comparison completed — {score}% pass rate",
|
||
"staleQuotaTooltip": "Last refresh failed — showing cached data",
|
||
"quotaThresholdLabel": "মিনিট বাকি",
|
||
"quotaCutoffsColumnHelp": "অবশিষ্ট কোটা এই শতাংশে বা তার নিচে পড়লে অনুরোধগুলি বন্ধ করুন।",
|
||
"quotaCutoffsButtonDefault": "ডিফল্ট",
|
||
"quotaCutoffsButtonHelp": "এই অ্যাকাউন্টের জন্য ন্যূনতম অবশিষ্ট কোটা কাটঅফ সম্পাদনা করুন।",
|
||
"quotaCutoffsButtonDisabled": "এই অ্যাকাউন্টের জন্য এখনও কোনো কোটা উইন্ডো উপলব্ধ নেই৷",
|
||
"quotaCutoffsTitle": "{name} ({provider}) এর জন্য কোটা কাটঅফ",
|
||
"quotaCutoffsExplainer": "ন্যূনতম অবশিষ্ট কোটা শতাংশ ওভাররাইড করুন যেখানে এই অ্যাকাউন্টটি প্রতিটি কোটা উইন্ডোর জন্য নির্বাচন করা বন্ধ করে দেয়। প্রদানকারীর ডিফল্ট উত্তরাধিকারী করতে ফাঁকা ছেড়ে দিন।",
|
||
"quotaCutoffsDefaultHint": "ডিফল্ট মিনিট অবশিষ্ট: {default}%",
|
||
"quotaCutoffsResetAll": "সব রিসেট করুন",
|
||
"quotaCutoffsNoWindows": "এই অ্যাকাউন্টের জন্য এখনও কোনো কোটা উইন্ডো উপলব্ধ নেই৷",
|
||
"quotaThresholdInvalid": "0 থেকে 100 পর্যন্ত একটি পূর্ণ সংখ্যা লিখুন।",
|
||
"budgetKpiToday": "আজ",
|
||
"budgetKpiThisMonth": "এই মাসে",
|
||
"budgetKpiProjEom": "প্রকল্প ইওএম",
|
||
"budgetKpiBlocked": "অবরুদ্ধ",
|
||
"budgetKpiAtRisk": "ঝুঁকিতে",
|
||
"budgetKpiActiveKeys": "সক্রিয় কী",
|
||
"budgetSearchKeysPlaceholder": "অনুসন্ধান কী...",
|
||
"budgetSortPctUsed": "সাজান: % ব্যবহৃত ↓",
|
||
"budgetSortTodayDollar": "সাজান: আজ $ ↓",
|
||
"budgetSortMonthDollar": "বাছাই: মাস $ ↓",
|
||
"budgetSortNameAZ": "সাজান: নাম (A-Z)",
|
||
"budgetColDailyLim": "দৈনিক লিম",
|
||
"budgetColMonthlyLim": "মাসিক লিম",
|
||
"budgetColUsedPct": "ব্যবহৃত %",
|
||
"budgetLoading": "লোড হচ্ছে...",
|
||
"budgetNoKeysMatch": "কোনো কী ফিল্টারের সাথে মেলে না",
|
||
"budgetLinearExtrapolation": "রৈখিক এক্সট্রাপোলেশন",
|
||
"budgetThisMonthSoFar": "এই মাসে এখন পর্যন্ত",
|
||
"budgetProjectedEndOfMonth": "মাসের শেষের দিকে প্রত্যাশিত",
|
||
"budgetByProvider": "প্রদানকারী দ্বারা",
|
||
"budgetDailyDollar": "দৈনিক $",
|
||
"budgetWeeklyDollar": "সাপ্তাহিক $",
|
||
"budgetMonthlyDollar": "মাসিক $",
|
||
"budgetWarnAtPct": "% এ সতর্ক করুন",
|
||
"quotaAlerts": "কোটা সতর্কতা",
|
||
"quotaTableRefreshing": "⟳ রিফ্রেশ হচ্ছে...",
|
||
"noSpendLast30Days": "গত 30 দিনে কোন খরচ নেই",
|
||
"updatedShort": "__MISSING__:Updated",
|
||
"lastRefreshed": "__MISSING__:Last refreshed",
|
||
"providerQuota": "__MISSING__:Provider Quota",
|
||
"providerQuotaHomeHint": "__MISSING__:Live status across connected accounts"
|
||
},
|
||
"modals": {
|
||
"waitingAuth": "Waiting for Authorization",
|
||
"verificationUrl": "Verification URL",
|
||
"yourCode": "Your Code",
|
||
"remoteAccess": "Remote access:",
|
||
"connectedSuccess": "Connected Successfully!",
|
||
"connectionFailed": "Connection Failed",
|
||
"chooseAuthMethod": "Choose your authentication method:",
|
||
"awsBuilderId": "AWS Builder ID",
|
||
"awsIamIdentity": "AWS IAM Identity Center",
|
||
"googleAccount": "Google Account",
|
||
"githubAccount": "GitHub Account",
|
||
"importToken": "Import Token",
|
||
"pasteToken": "Paste refresh token from Kiro IDE.",
|
||
"awsRegion": "AWS Region",
|
||
"autoDetecting": "Auto-detecting tokens...",
|
||
"readingFromCache": "Reading from AWS SSO cache",
|
||
"readingFromCursor": "Reading from Cursor IDE database",
|
||
"initializing": "Initializing...",
|
||
"pricingConfig": "Pricing Configuration",
|
||
"loadingPricing": "Loading pricing data...",
|
||
"pricingRatesFormat": "Pricing Rates Format",
|
||
"noPricingData": "No pricing data available",
|
||
"noModelsFound": "No models found"
|
||
},
|
||
"loggers": {
|
||
"allProviders": "All Providers",
|
||
"allModels": "All Models",
|
||
"allAccounts": "All Accounts",
|
||
"allApiKeys": "All API Keys",
|
||
"allTypes": "All Types",
|
||
"allLevels": "All Levels",
|
||
"modelAZ": "Model A-Z",
|
||
"modelZA": "Model Z-A",
|
||
"loadingLogs": "Loading logs...",
|
||
"loadingProxyLogs": "Loading proxy logs...",
|
||
"noLogEntries": "No log entries found",
|
||
"noPayloadData": "No payload data available for this log entry.",
|
||
"proxyEvent": "Proxy Event",
|
||
"proxy": "Proxy",
|
||
"level": "Level",
|
||
"directNative": "Direct (native)",
|
||
"combo": "Combo",
|
||
"inputTokens": "I:",
|
||
"outputTokens": "O:"
|
||
},
|
||
"stats": {
|
||
"usageOverview": "Usage Overview",
|
||
"outputTokens": "Output Tokens",
|
||
"totalCost": "Total Cost",
|
||
"usageByModel": "Usage by Model",
|
||
"usageByAccount": "Usage by Account",
|
||
"failedToLoad": "Failed to load usage statistics.",
|
||
"tokenHealth": "Token Health",
|
||
"totalOAuth": "Total OAuth",
|
||
"healthy": "Healthy",
|
||
"warning": "Warning",
|
||
"errored": "Errored",
|
||
"lastCheck": "Last check",
|
||
"noData": "No data",
|
||
"share": "Share",
|
||
"unableToLoad": "Unable to load system metrics",
|
||
"product": "Product",
|
||
"resources": "Resources",
|
||
"company": "Company"
|
||
},
|
||
"auth": {
|
||
"welcome": "Welcome",
|
||
"signIn": "Sign in",
|
||
"enterPassword": "Enter your password to continue",
|
||
"password": "Password",
|
||
"unifiedProxy": "Unified AI API Proxy",
|
||
"unifiedAiApiProxy": "Unified AI API Proxy",
|
||
"unifiedAiApiProxyDesc": "Route requests to multiple AI providers through a single endpoint. Load balancing, failover, and usage tracking built in.",
|
||
"passwordNotEnabled": "Password protection is not enabled",
|
||
"loading": "Loading...",
|
||
"invalidPassword": "Invalid password",
|
||
"errorOccurredRetry": "An error occurred. Please try again.",
|
||
"configureInstance": "Let's get your OmniRoute instance configured",
|
||
"runOnboardingWizard": "Run the onboarding wizard to set up your password and connect your first AI provider.",
|
||
"startOnboarding": "Start Onboarding",
|
||
"secureYourInstance": "Secure Your Instance",
|
||
"setPasswordDescription": "Set a password to protect your dashboard and secure your API endpoints from unauthorized access.",
|
||
"configurePassword": "Configure Password",
|
||
"continue": "Continue",
|
||
"windowWillClose": "This window will close automatically...",
|
||
"closeTabNow": "You can close this tab now.",
|
||
"copyUrlManual": "Please copy the URL from the address bar and paste it in the application.",
|
||
"accessDeniedDescription": "You don't have permission to access this resource. Check your API key or contact the administrator.",
|
||
"goToDashboard": "Go to Dashboard",
|
||
"featureMultiProviderTitle": "Multi-Provider",
|
||
"featureMultiProviderDesc": "OpenAI, Anthropic, Google, and more",
|
||
"featureLoadBalancingTitle": "Load Balancing",
|
||
"featureLoadBalancingDesc": "Distribute requests intelligently",
|
||
"featureUsageTrackingTitle": "Usage Tracking",
|
||
"featureUsageTrackingDesc": "Monitor costs and tokens",
|
||
"resetPassword": "Reset Password",
|
||
"resetDescription": "Choose a method to recover access to your dashboard",
|
||
"stopServer": "Stop the OmniRoute server",
|
||
"processing": "Processing...",
|
||
"pleaseWait": "Please wait while we complete the authorization.",
|
||
"authSuccess": "Authorization Successful!",
|
||
"copyUrl": "Copy This URL",
|
||
"accessDenied": "Access Denied",
|
||
"methodCliTitle": "Method 1: CLI Reset",
|
||
"methodCliDescription": "Run the following command on the server where OmniRoute is running:",
|
||
"methodCliHint": "This will prompt you to set a new password. The server must be stopped first.",
|
||
"methodManualTitle": "Method 2: Manual Reset",
|
||
"methodManualDescription": "Delete the password from the database and set a new one on startup:",
|
||
"setPasswordInYour": "Set a new password in your",
|
||
"fileLabelSuffix": "file:",
|
||
"newPasswordPlaceholder": "your_new_password",
|
||
"deleteSettingsFile": "Delete",
|
||
"orRemovePasswordHashField": "or remove the passwordHash field",
|
||
"restartServerWithNewPassword": "Restart the server - it will use the new password",
|
||
"backToLogin": "Back to Login",
|
||
"forgotPassword": "Forgot password?",
|
||
"defaultPasswordHint": "Default password: CHANGEME (unless INITIAL_PASSWORD was set)",
|
||
"Authorization": "Authorization",
|
||
"Content-Disposition": "Content-Disposition",
|
||
"waitingForAuthorization": "Waiting for authorization...",
|
||
"waitingForGoogleAuthorization": "Waiting for Google authorization...",
|
||
"waitingForOpenAIAuthorization": "Waiting for OpenAI authorization...",
|
||
"waitingForAntigravityAuthorization": "Waiting for Antigravity authorization...",
|
||
"waitingForQoderAuthorization": "Waiting for Qoder authorization...",
|
||
"exchangingCodeForTokens": "Exchanging code for tokens...",
|
||
"nodeIncompatibleTitle": "Incompatible Node.js Version",
|
||
"nodeIncompatibleDesc": "You are running Node.js {version}, which is outside OmniRoute's supported secure runtime policy. Use a patched Node.js 20.x or 22.x LTS release.",
|
||
"nodeIncompatibleFixLabel": "Fix: install a patched Node.js 22 LTS release",
|
||
"nodeIncompatibleHint": "OmniRoute requires Node.js 20.20.2+ (20.x LTS), 22.22.2+ (22.x LTS) or 24.0.0+ (24.x LTS). Node 24 LTS is recommended."
|
||
},
|
||
"landing": {
|
||
"brandName": "OmniRoute",
|
||
"navigateHome": "Navigate to home",
|
||
"toggleMenu": "Toggle menu",
|
||
"featuresLink": "Features",
|
||
"docsLink": "Docs",
|
||
"github": "GitHub",
|
||
"versionLive": "v1.0 is now live",
|
||
"oneEndpoint": "One Endpoint for",
|
||
"allProviders": "All AI Providers",
|
||
"heroDescription": "AI endpoint proxy with web dashboard - A JavaScript port of CLIProxyAPI. Works seamlessly with Claude Code, OpenAI Codex, Cline, RooCode, and other CLI tools.",
|
||
"getStarted": "Get Started",
|
||
"viewOnGithub": "View on GitHub",
|
||
"powerfulFeatures": "Powerful Features",
|
||
"featuresSubtitle": "Everything you need to manage your AI infrastructure in one place, built for scale.",
|
||
"featureUnifiedEndpointTitle": "Unified Endpoint",
|
||
"featureUnifiedEndpointDesc": "Access all providers via a single standard API URL.",
|
||
"featureEasySetupTitle": "Easy Setup",
|
||
"featureEasySetupDesc": "Get up and running in minutes with npx command.",
|
||
"featureModelFallbackTitle": "Model Fallback",
|
||
"featureModelFallbackDesc": "Automatically switch providers on failure or high latency.",
|
||
"featureUsageTrackingTitle": "Usage Tracking",
|
||
"featureUsageTrackingDesc": "Detailed analytics and cost monitoring across all models.",
|
||
"featureOAuthApiKeysTitle": "OAuth & API Keys",
|
||
"featureOAuthApiKeysDesc": "Securely manage credentials in one vault.",
|
||
"featureCloudSyncTitle": "Cloud Sync",
|
||
"featureCloudSyncDesc": "Sync your configurations across devices instantly.",
|
||
"featureCliSupportTitle": "CLI Support",
|
||
"featureCliSupportDesc": "Works with Claude Code, Codex, Cline, Cursor, and more.",
|
||
"featureDashboardTitle": "Dashboard",
|
||
"featureDashboardDesc": "Visual dashboard for real-time traffic analysis.",
|
||
"howItWorks": "How OmniRoute Works",
|
||
"howItWorksDescription": "Data flows seamlessly from your application through our intelligent routing layer to the best provider for the job.",
|
||
"howItWorksStep1Title": "1. CLI & SDKs",
|
||
"howItWorksStep1Description": "Your requests start from your favorite tools or our unified SDK. Just change the base URL.",
|
||
"howItWorksStep2Title": "2. OmniRoute Hub",
|
||
"howItWorksStep2Description": "Our engine analyzes the prompt, checks provider health, and routes for lowest latency or cost.",
|
||
"howItWorksStep3Title": "3. AI Providers",
|
||
"howItWorksStep3Description": "The request is fulfilled by OpenAI, Anthropic, Gemini, or others instantly.",
|
||
"getStartedIn30Seconds": "Get Started in 30 Seconds",
|
||
"getStartedDescription": "Install OmniRoute, configure your providers via web dashboard, and start routing AI requests.",
|
||
"installOmniRoute": "Install OmniRoute",
|
||
"installStepDescription": "Run npx command to start the server instantly",
|
||
"openDashboard": "Open Dashboard",
|
||
"openDashboardStepDescription": "Configure providers and API keys via web interface",
|
||
"routeRequests": "Route Requests",
|
||
"routeRequestsStepDescription": "Point your CLI tools to {endpoint}",
|
||
"terminal": "terminal",
|
||
"copy": "Copy",
|
||
"copied": "✓ Copied",
|
||
"startingOmniRoute": "Starting OmniRoute...",
|
||
"serverRunningOnLabel": "Server running on",
|
||
"dashboardLabel": "Dashboard",
|
||
"readyToRoute": "Ready to route! ✓",
|
||
"configureProvidersNote": "📝 Configure providers in dashboard or use environment variables",
|
||
"dataLocation": "Data Location:",
|
||
"dataLocationMacLinux": " macOS/Linux:",
|
||
"dataLocationWindows": " Windows:",
|
||
"product": "Product",
|
||
"dashboardLink": "Dashboard",
|
||
"changelog": "Changelog",
|
||
"resources": "Resources",
|
||
"documentation": "Documentation",
|
||
"npm": "NPM",
|
||
"legal": "Legal",
|
||
"mitLicense": "MIT License",
|
||
"footerTagline": "The unified endpoint for AI generation. Connect, route, and manage your AI providers with ease.",
|
||
"copyright": "© {year} OmniRoute. All rights reserved.",
|
||
"flowToolClaudeCode": "Claude Code",
|
||
"flowToolOpenAICodex": "OpenAI Codex",
|
||
"flowToolCline": "Cline",
|
||
"flowToolCursor": "Cursor",
|
||
"flowProviderOpenAI": "OpenAI",
|
||
"flowProviderAnthropic": "Anthropic",
|
||
"flowProviderGemini": "Gemini",
|
||
"flowProviderGithubCopilot": "GitHub Copilot",
|
||
"interactiveDiagram": "Interactive diagram visible on desktop",
|
||
"ctaTitle": "Ready to Simplify Your AI Infrastructure?",
|
||
"ctaDescription": "Join developers who are streamlining their AI integrations with OmniRoute. Open source and free to start.",
|
||
"startFree": "Start Free",
|
||
"readDocumentation": "Read Documentation"
|
||
},
|
||
"docs": {
|
||
"title": "Documentation",
|
||
"quickStart": "Quick Start",
|
||
"deploymentGuides": "স্থাপনার নির্দেশিকা",
|
||
"features": "Features",
|
||
"supportedProviders": "Supported Providers",
|
||
"supportedProvidersToc": "Providers",
|
||
"commonUseCases": "Common Use Cases",
|
||
"clientCompatibility": "Client Compatibility",
|
||
"protocolsToc": "Protocols",
|
||
"apiReference": "API Reference",
|
||
"managementApiReference": "Management API Reference",
|
||
"managementApiDescription": "Automation endpoints for proxy registry, scope assignments, and legacy proxy migration.",
|
||
"method": "Method",
|
||
"path": "Path",
|
||
"notes": "Notes",
|
||
"modelPrefixes": "Model Prefixes",
|
||
"prefix": "Prefix",
|
||
"troubleshooting": "Troubleshooting",
|
||
"supportsChat": "Supports both chat and responses endpoints.",
|
||
"oauthAutoRefresh": "OAuth connection with automatic token refresh.",
|
||
"fullStreaming": "Full streaming support for all models.",
|
||
"docsLabel": "Docs",
|
||
"docsHeroDescription": "AI gateway for multi-provider LLMs. One endpoint for OpenAI, Anthropic, Gemini, DeepSeek, GitHub Copilot, Claude Code, Cursor, and 100+ more providers.",
|
||
"openDashboard": "Open Dashboard",
|
||
"endpointPage": "Endpoint Page",
|
||
"github": "GitHub",
|
||
"reportIssue": "Report Issue",
|
||
"onThisPage": "On this page",
|
||
"documentationVersion": "Documentation - v{version}",
|
||
"quickStartStep1Title": "1. Install and run",
|
||
"quickStartStep1Prefix": "Run",
|
||
"quickStartStep1Middle": "or clone from GitHub and run",
|
||
"quickStartStep2Title": "2. Create API key",
|
||
"quickStartStep2Text": "Go to Endpoint -> Registered Keys. Generate one key per environment.",
|
||
"quickStartStep3Title": "3. Connect providers",
|
||
"quickStartStep3Text": "Add provider accounts via OAuth login, API key, or free-tier auto-connect.",
|
||
"quickStartStep4Title": "4. Set client base URL",
|
||
"quickStartStep4Prefix": "Point your IDE or API client to",
|
||
"quickStartStep4Suffix": "Use provider prefix, for example",
|
||
"deploySetupTitle": "সেটআপ গাইড",
|
||
"deploySetupText": "ধাপে ধাপে ইনস্টলেশন, পরিবেশ কনফিগারেশন, এবং OmniRoute-এর জন্য প্রথম-রান ওয়াকথ্রু।",
|
||
"deployElectronTitle": "ইলেক্ট্রন ডেস্কটপ",
|
||
"deployElectronText": "Windows, macOS এবং Linux-এ একটি নেটিভ ডেস্কটপ অ্যাপ্লিকেশন হিসাবে OmniRoute চালান।",
|
||
"deployDockerTitle": "ডকার",
|
||
"deployDockerText": "ডকার কম্পোজের সাথে কন্টেইনারাইজড স্থাপনা; উত্পাদন স্ট্যাক এবং Kubernetes জন্য প্রস্তুত.",
|
||
"deployVmTitle": "ভার্চুয়াল মেশিন",
|
||
"deployVmText": "যেকোনো লিনাক্স ভিএম-এ স্ব-হোস্ট। সিস্টেমড ইউনিট, লগ রোটেশন এবং ব্যাকআপ টুলিং অন্তর্ভুক্ত।",
|
||
"deployFlyTitle": "Fly.io",
|
||
"deployFlyText": "একটি fly.toml এবং একটি একক ডিপ্লোয় কমান্ড সহ Fly.io প্রান্ত রানটাইমে স্থাপন করুন৷",
|
||
"deployPwaTitle": "পিডব্লিউএ",
|
||
"deployPwaText": "Android, iOS এবং ডেস্কটপ ব্রাউজারে একটি প্রগতিশীল ওয়েব অ্যাপ হিসাবে OmniRoute ইনস্টল করুন।",
|
||
"deployTermuxTitle": "Termux (Android)",
|
||
"deployTermuxText": "Run OmniRoute headless on Android via Termux. Access the dashboard from your mobile browser.",
|
||
"featureRoutingTitle": "Multi-Provider Routing",
|
||
"featureRoutingText": "Route requests to 30+ AI providers through a single OpenAI-compatible endpoint. Supports chat, responses, audio, and image APIs.",
|
||
"featureCombosTitle": "Combos and Balancing",
|
||
"featureCombosText": "Create model combos with fallback chains and balancing strategies: round-robin, priority, random, least-used, and cost-optimized.",
|
||
"featureUsageTitle": "Usage and Cost Tracking",
|
||
"featureUsageText": "Real-time token counting, cost calculation per provider/model, and detailed usage breakdown by API key and account.",
|
||
"featureAnalyticsTitle": "Analytics Dashboard",
|
||
"featureAnalyticsText": "Visual analytics with charts for requests, tokens, errors, latency, costs, and model popularity over time.",
|
||
"featureHealthTitle": "Health Monitoring",
|
||
"featureHealthText": "Live health checks, provider status, circuit breaker states, and automatic rate limit detection with exponential backoff.",
|
||
"featureCliTitle": "CLI Tools",
|
||
"featureCliText": "Manage IDE configurations, export/import backups, discover codex profiles, and configure settings from the dashboard.",
|
||
"featureSecurityTitle": "Security and Policies",
|
||
"featureSecurityText": "API key authentication, IP filtering, prompt injection guard, domain policies, session management, and audit logging.",
|
||
"featureCloudSyncTitle": "Cloud Sync",
|
||
"featureCloudSyncText": "Sync your configuration to Cloudflare Workers for remote access with encrypted credentials and automatic failover.",
|
||
"providersAcrossConnectionTypes": "{count} providers across three connection types.",
|
||
"manageProviders": "Manage Providers",
|
||
"providersCount": "{count} providers",
|
||
"providerTypeFree": "Free Tier",
|
||
"providerTypeOAuth": "OAuth",
|
||
"providerTypeApiKey": "API Key",
|
||
"useCaseSingleEndpointTitle": "Single endpoint for many providers",
|
||
"useCaseSingleEndpointText": "Point clients to one base URL and route by model prefix (for example: gh/, cc/, kr/, openai/).",
|
||
"useCaseFallbackTitle": "Fallback and model switching with combos",
|
||
"useCaseFallbackText": "Create combo models in Dashboard and keep client config stable while providers rotate internally.",
|
||
"useCaseUsageVisibilityTitle": "Usage, cost and debug visibility",
|
||
"useCaseUsageVisibilityText": "Track tokens and cost by provider, account, and API key in Usage and Analytics tabs.",
|
||
"clientCherryStudioTitle": "Cherry Studio",
|
||
"baseUrlLabel": "Base URL",
|
||
"chatEndpointLabel": "Chat endpoint",
|
||
"modelRecommendationLabel": "Model recommendation: explicit prefix",
|
||
"clientCodexTitle": "Codex / GitHub Copilot Models",
|
||
"clientCodexBullet1": "Use model IDs with",
|
||
"clientCodexBullet2": "Codex-family models auto-route to",
|
||
"clientCodexBullet3": "Non-Codex models continue on",
|
||
"clientCursorTitle": "Cursor IDE",
|
||
"clientCursorBullet1": "Use",
|
||
"clientCursorBullet1Suffix": "prefix for Cursor models.",
|
||
"clientCursorBullet2": "OAuth connection - login from the Providers page.",
|
||
"clientClaudeTitle": "Claude Code / Antigravity",
|
||
"clientClaudeBullet1Prefix": "Use",
|
||
"clientClaudeBullet1Middle": "(Claude) or",
|
||
"clientClaudeBullet1Suffix": "(Antigravity) prefix.",
|
||
"clientWindsurfTitle": "Windsurf",
|
||
"clientWindsurfBullet1": "Use OmniRoute as an OpenAI-compatible base URL and keep explicit provider prefixes for deterministic routing.",
|
||
"clientWindsurfBullet2": "Point models to `/v1/chat/completions` for general traffic and preserve `/v1/responses` for Codex-style flows.",
|
||
"clientWindsurfBullet3": "Use Dashboard -> CLI Tools for a ready-made Windsurf configuration guide.",
|
||
"clientClineTitle": "Cline",
|
||
"clientClineBullet1": "Cline works best with explicit provider/model prefixes so the router never has to guess the backend.",
|
||
"clientClineBullet2": "Use `/v1/chat/completions` for general models and reuse the same OmniRoute base URL across different accounts.",
|
||
"clientClineBullet3": "Use the Providers dashboard to validate OAuth/API key before debugging Cline runtime issues.",
|
||
"clientKimiTitle": "Kimi Coding",
|
||
"clientKimiBullet1": "Use OmniRoute as a stable base URL while rotating accounts or provider combos underneath.",
|
||
"clientKimiBullet2": "Prefer prefixed models in coding flows so fallback and audit trail remain explicit.",
|
||
"clientKimiBullet3": "Use `/v1/responses` when you want native Responses-style routing for tool-using clients.",
|
||
"protocolsTitle": "Protocols: MCP & A2A",
|
||
"protocolsDescription": "OmniRoute exposes two operational protocols in addition to OpenAI-compatible APIs: MCP for tool execution and A2A for agent-to-agent workflows.",
|
||
"protocolMcpTitle": "MCP (Model Context Protocol)",
|
||
"protocolMcpDesc": "Use MCP over stdio to let clients discover and call OmniRoute tools with audit visibility.",
|
||
"protocolMcpStep1": "Start MCP transport with `omniroute --mcp`.",
|
||
"protocolMcpStep2": "Point your MCP client to stdio transport.",
|
||
"protocolMcpStep3": "Call `omniroute_get_health` and `omniroute_list_combos` to validate connectivity.",
|
||
"protocolA2aTitle": "A2A (Agent2Agent)",
|
||
"protocolA2aDesc": "Use A2A JSON-RPC to submit tasks synchronously or via SSE streaming.",
|
||
"protocolA2aStep1": "Read `/.well-known/agent.json` for agent discovery.",
|
||
"protocolA2aStep2": "Send `message/send` or `message/stream` requests to `POST /a2a`.",
|
||
"protocolA2aStep3": "Manage task lifecycle with `tasks/get` and `tasks/cancel`.",
|
||
"protocolTroubleshootingTitle": "Protocol Troubleshooting",
|
||
"protocolTroubleshooting1": "If MCP status is offline, verify the stdio process is running and heartbeat file is updating.",
|
||
"protocolTroubleshooting2": "If A2A tasks stay in `working`, inspect `/api/a2a/tasks/:id` and stream events for terminal state.",
|
||
"protocolTroubleshooting3": "Use `/dashboard/mcp` and `/dashboard/a2a` for operational controls and audit visibility.",
|
||
"endpointChatNote": "OpenAI-compatible chat endpoint (default).",
|
||
"endpointResponsesNote": "Responses API endpoint (Codex, o-series).",
|
||
"endpointModelsNote": "Model catalog for all connected providers.",
|
||
"endpointAudioNote": "Audio transcription (Deepgram, AssemblyAI).",
|
||
"endpointSpeechNote": "Text-to-speech generation (ElevenLabs, OpenAI TTS).",
|
||
"endpointEmbeddingsNote": "Text embedding generation (OpenAI, Cohere, Voyage).",
|
||
"endpointImagesNote": "Image generation (NanoBanana).",
|
||
"endpointRewriteChatNote": "Rewrite helper for clients without /v1.",
|
||
"endpointRewriteResponsesNote": "Rewrite helper for Responses without /v1.",
|
||
"endpointRewriteModelsNote": "Rewrite helper for model discovery without /v1.",
|
||
"mgmtProxiesListNote": "List saved proxy registry items (supports pagination).",
|
||
"mgmtProxiesCreateNote": "Create a reusable proxy item in the registry.",
|
||
"mgmtProxiesHealthNote": "Get 24h/rolling health metrics per saved proxy from proxy logs.",
|
||
"mgmtProxiesBulkAssignNote": "Assign or clear one proxy across many scope IDs in one request.",
|
||
"mgmtAssignmentsListNote": "List proxy assignments by scope, scope_id, or proxy_id.",
|
||
"mgmtAssignmentsUpdateNote": "Assign or clear proxy for global/provider/account/combo scope.",
|
||
"mgmtLegacyMigrationNote": "Import legacy proxyConfig maps into registry assignments.",
|
||
"modelPrefixesDescriptionStart": "Use the provider prefix before the model name to route to a specific provider. Example:",
|
||
"modelPrefixesDescriptionEnd": "routes to GitHub Copilot.",
|
||
"provider": "Provider",
|
||
"type": "Type",
|
||
"troubleshootingModelRouting": "If the client fails with model routing, use explicit provider/model (for example: gh/gpt-5.1-codex).",
|
||
"troubleshootingAmbiguousModels": "If you receive ambiguous model errors, pick a provider prefix instead of a bare model ID.",
|
||
"troubleshootingCodexFamily": "For GitHub Codex-family models, keep model as gh/codex-model; router selects /responses automatically.",
|
||
"troubleshootingTestConnection": "Use Dashboard > Providers > Test Connection before testing from IDEs or external clients.",
|
||
"troubleshootingCircuitBreaker": "If a provider shows circuit breaker open, wait for the cooldown or check Health page for details.",
|
||
"troubleshootingOAuth": "For OAuth providers, re-authenticate if tokens expire. Check the provider card status indicator.",
|
||
"endpointCompletionsNote": "Legacy completions endpoint for text generation.",
|
||
"endpointModerationsNote": "Content moderation and safety classification.",
|
||
"endpointRerankNote": "Document reranking for retrieval-augmented generation (Cohere, Jina).",
|
||
"endpointSearchNote": "Web search with 5 providers (Serper, Brave, Exa, Tavily, Perplexity).",
|
||
"endpointSearchAnalyticsNote": "Analytics and metrics for search requests.",
|
||
"endpointVideoNote": "Video generation (ComfyUI, SD WebUI workflows).",
|
||
"endpointMusicNote": "Music generation via ComfyUI workflows.",
|
||
"endpointMessagesNote": "Anthropic-native messages endpoint.",
|
||
"endpointCountTokensNote": "Count tokens for a given message payload.",
|
||
"endpointFilesNote": "File upload for multimodal inputs.",
|
||
"endpointBatchesNote": "Batch processing for bulk API requests.",
|
||
"endpointWsNote": "WebSocket endpoint for real-time streaming.",
|
||
"mgmtProvidersListNote": "List all registered provider connections.",
|
||
"mgmtProvidersCreateNote": "Create a new provider connection.",
|
||
"mgmtProvidersUpdateNote": "Update an existing provider connection.",
|
||
"mgmtProvidersDeleteNote": "Delete a provider connection.",
|
||
"mgmtProvidersTestNote": "Test connectivity and authentication for a provider.",
|
||
"mgmtProvidersModelsNote": "List available models for a specific provider.",
|
||
"mgmtSettingsGetNote": "Retrieve current application settings.",
|
||
"mgmtSettingsUpdateNote": "Update application settings.",
|
||
"mgmtPayloadRulesGetNote": "Get payload transformation rules.",
|
||
"mgmtPayloadRulesUpdateNote": "Update payload transformation rules.",
|
||
"mcpToolsTitle": "MCP Tools",
|
||
"mcpToolsDescription": "OmniRoute exposes {count} tools via Model Context Protocol for agent orchestration.",
|
||
"mcpToolsCount": "{count} tools",
|
||
"mcpToolsToc": "MCP Tools",
|
||
"mcpToolsRoutingTitle": "Routing & Discovery",
|
||
"mcpToolsRoutingDesc": "Health checks, combo management, quota monitoring, cost reporting, and model catalog access.",
|
||
"mcpToolsOperationsTitle": "Operations & Strategy",
|
||
"mcpToolsOperationsDesc": "Route simulation, budget guards, strategy switching, resilience profiles, and provider metrics.",
|
||
"mcpToolsCacheTitle": "Cache Management",
|
||
"mcpToolsCacheDesc": "View cache statistics and flush semantic or signature caches.",
|
||
"mcpToolsCompressionTitle": "কম্প্রেশন ইঞ্জিন",
|
||
"mcpToolsCompressionDesc": "RTK/Brotli কম্প্রেশন কনফিগার করুন, সোয়াপ ইঞ্জিন, এবং কম্বো দ্বারা কম্প্রেশন বিশ্লেষণ পরিদর্শন করুন।",
|
||
"mcpToolsOneProxyTitle": "1 প্রক্সি / টানেল",
|
||
"mcpToolsOneProxyDesc": "আউটবাউন্ড প্রক্সিগুলি পরিচালনা করুন, আবাসিক আইপিগুলি ঘোরান এবং প্রক্সি স্বাস্থ্য পরিদর্শন করুন৷",
|
||
"mcpToolsMemoryTitle": "Memory",
|
||
"mcpToolsMemoryDesc": "Search, add, and clear persistent conversational memory entries.",
|
||
"mcpToolsSkillsTitle": "Skills",
|
||
"mcpToolsSkillsDesc": "List, enable, execute, and monitor custom skill executions.",
|
||
"featureAutoComboTitle": "Auto-Combo",
|
||
"featureAutoComboText": "Automatically create optimized combos based on your connected providers, usage patterns, and model capabilities.",
|
||
"featureSearchTitle": "Web Search",
|
||
"featureSearchText": "Integrated web search with 5 providers (Serper, Brave, Exa, Tavily, Perplexity) including analytics and cost tracking.",
|
||
"featureMemoryTitle": "Memory System",
|
||
"featureMemoryText": "Persistent conversational memory with extraction, injection, retrieval, and summarization across sessions.",
|
||
"featureSkillsTitle": "Skills Framework",
|
||
"featureSkillsText": "Extensible skill system with built-in and custom skills, sandbox execution, request interception, and context injection.",
|
||
"featureAcpTitle": "Agent Communication",
|
||
"featureAcpText": "Agent Communication Protocol (ACP) registry for managing agent-to-agent workflows and tool orchestration.",
|
||
"protocolAcpTitle": "ACP (Agent Communication)",
|
||
"protocolAcpDesc": "Register and manage agents via the ACP registry for inter-agent communication and tool sharing.",
|
||
"protocolAcpStep1": "Navigate to Dashboard → Agents to view registered ACP agents.",
|
||
"protocolAcpStep2": "Register new agents with capabilities and endpoint configuration.",
|
||
"protocolAcpStep3": "Use CLI Tools to configure agent communication channels."
|
||
},
|
||
"legal": {
|
||
"privacyPolicy": "Privacy Policy",
|
||
"termsOfService": "Terms of Service",
|
||
"providerConfigurations": "Provider configurations",
|
||
"apiKeys": "API keys",
|
||
"usageLogs": "Usage logs",
|
||
"applicationSettings": "Application settings",
|
||
"viewExportAnalytics": "View and export usage analytics",
|
||
"clearHistory": "Clear usage history at any time",
|
||
"configureRetention": "Configure log retention policies",
|
||
"backupRestore": "Back up and restore your database",
|
||
"privacyMetadataTitle": "Privacy Policy | OmniRoute",
|
||
"privacyMetadataDescription": "Privacy policy for the OmniRoute AI API proxy router.",
|
||
"termsMetadataTitle": "Terms of Service | OmniRoute",
|
||
"termsMetadataDescription": "Terms of service for the OmniRoute AI API proxy router.",
|
||
"backToHome": "Back to home",
|
||
"lastUpdated": "Last updated: {date}",
|
||
"policyLastUpdatedDate": "February 13, 2026",
|
||
"listSeparator": "-",
|
||
"questionsVisit": "Questions? Visit our",
|
||
"githubRepository": "GitHub repository",
|
||
"privacySection1Title": "1. Local-First Architecture",
|
||
"privacySection1Text": "OmniRoute is designed as a local-first application. All data processing and storage occurs entirely on your machine. There is no centralized server collecting your information.",
|
||
"privacySection2Title": "2. Data We Store",
|
||
"privacyDataStoredIn": "The following data is stored locally in",
|
||
"privacyDataProviderConfigurationsDesc": "connection URLs, provider types, and priority settings",
|
||
"privacyDataApiKeysDesc": "encrypted and stored locally for authenticating with AI providers",
|
||
"privacyDataUsageLogsDesc": "request counts, token usage, model names, timestamps, and response times",
|
||
"privacyDataApplicationSettingsDesc": "theme preferences, routing strategy, and combo configurations",
|
||
"privacySection3Title": "3. No Telemetry",
|
||
"privacySection3Text": "OmniRoute does not collect telemetry, analytics, or crash reports. No data is sent to us or any third party. Your usage patterns, API calls, and configurations remain entirely private.",
|
||
"privacySection4Title": "4. Third-Party AI Providers",
|
||
"privacySection4Text": "When you make API calls through OmniRoute, your requests are forwarded to the AI providers you have configured (for example: OpenAI, Anthropic, Google). These providers have their own privacy policies that govern how they handle your data. Please review:",
|
||
"privacyOpenAiPolicy": "OpenAI Privacy Policy",
|
||
"privacyAnthropicPolicy": "Anthropic Privacy Policy",
|
||
"privacyGooglePolicy": "Google Privacy Policy",
|
||
"privacySection5Title": "5. Cloud Sync (Optional)",
|
||
"privacySection5Text": "If you enable the optional cloud sync feature, provider configurations and API keys may be transmitted to a configured cloud endpoint. This feature is disabled by default and requires explicit opt-in.",
|
||
"privacySection6Title": "6. Logging",
|
||
"privacyLoggingIntro": "Request logs can be configured through the dashboard settings. You can:",
|
||
"privacySection7Title": "7. Your Rights",
|
||
"privacySection7TextStart": "Since all data is stored locally, you have full control. You can delete your data at any time by removing the",
|
||
"privacySection7TextEnd": "directory or using the database backup and restore features in the dashboard.",
|
||
"termsSection1Title": "1. Overview",
|
||
"termsSection1Text": "OmniRoute is a local-first AI API proxy router that operates entirely on your machine. It routes requests to multiple AI providers with load balancing, failover, and usage tracking.",
|
||
"termsSection2Title": "2. User Responsibilities",
|
||
"termsResponsibilityApiKeys": "You are solely responsible for managing your own API keys and credentials for third-party AI providers (OpenAI, Anthropic, Google, etc.).",
|
||
"termsResponsibilityCompliance": "You must comply with the terms of service of each AI provider whose API you access through OmniRoute.",
|
||
"termsResponsibilitySecurity": "You are responsible for the security of your local OmniRoute installation, including setting a password and restricting network access.",
|
||
"termsSection3Title": "3. How It Works",
|
||
"termsSection3Text": "OmniRoute acts as an intermediary proxy. API calls sent to OmniRoute are translated and forwarded to your configured AI providers. OmniRoute does not modify the content of your requests or responses beyond the necessary protocol translation.",
|
||
"termsSection4Title": "4. Data Handling",
|
||
"termsDataStoredLocally": "All data is stored locally on your machine in a SQLite database.",
|
||
"termsNoTransmission": "OmniRoute does not transmit any data to external servers unless you explicitly enable cloud sync features.",
|
||
"termsDataLocationText": "Usage logs, API keys, and configuration are stored in",
|
||
"termsSection5Title": "5. Disclaimer",
|
||
"termsSection5Text": "OmniRoute is provided \"as is\" without warranty of any kind. We are not responsible for any costs incurred through API usage, service disruptions, or data loss. Always maintain backups of your configuration.",
|
||
"termsSection6Title": "6. Open Source",
|
||
"termsSection6Text": "OmniRoute is open-source software. You are free to inspect, modify, and distribute it under the terms of its license."
|
||
},
|
||
"agents": {
|
||
"title": "CLI Agents",
|
||
"description": "Discover installed CLI agents on your system. Add custom agents for auto-detection.",
|
||
"refresh": "Refresh",
|
||
"installed": "Installed",
|
||
"notFound": "Not Found",
|
||
"builtIn": "Built-in",
|
||
"custom": "Custom",
|
||
"remove": "Remove",
|
||
"addCustomAgent": "Add Custom Agent",
|
||
"addCustomAgentDesc": "Register any CLI tool for detection. It will be scanned automatically on refresh.",
|
||
"agentName": "Agent Name",
|
||
"binaryName": "Binary Name",
|
||
"versionCommand": "Version Command",
|
||
"spawnArgs": "Spawn Args",
|
||
"addAgent": "Add Agent",
|
||
"scanning": "Scanning system for CLI agents...",
|
||
"opencodeIntegration": "OpenCode Integration",
|
||
"opencodeDetected": "opencode {version} detected",
|
||
"opencodeDesc": "Generate a ready-to-use {configFile} with your OmniRoute base URL and all available models — drop it in your project root and run {command}.",
|
||
"downloadConfig": "Download {file}",
|
||
"downloaded": "Downloaded!",
|
||
"setupGuideTitle": "Setup guide",
|
||
"openCliTools": "Open CLI Tools",
|
||
"setupGuideDetectCliTitle": "Detect installed CLIs",
|
||
"setupGuideDetectCliDesc": "Click Refresh after installing or updating a CLI so OmniRoute can rescan binaries and versions.",
|
||
"setupGuideCustomAgentTitle": "Register custom binary",
|
||
"setupGuideCustomAgentDesc": "Use Add Custom Agent when your CLI is not in the built-in list. Provide binary name and version command.",
|
||
"setupGuideCommandMissingTitle": "Fix 'command not found'",
|
||
"setupGuideCommandMissingDesc": "Ensure the CLI command exists in PATH, open a new terminal session, and rerun Refresh.",
|
||
"cliToolsRedirectTitle": "Cli Tools Redirect Title",
|
||
"cliToolsRedirectDesc": "Cli Tools Redirect Desc",
|
||
"spawnArgsPlaceholder": "Spawn Args Placeholder",
|
||
"binaryNamePlaceholder": "Binary Name Placeholder",
|
||
"versionCommandPlaceholder": "Version Command Placeholder",
|
||
"architectureTitle": "Architecture Title",
|
||
"flowLocalBinary": "Flow Local Binary",
|
||
"flowOmniRoute": "Flow Omni Route",
|
||
"agentNamePlaceholder": "Agent Name Placeholder",
|
||
"architectureDescription": "Architecture Description",
|
||
"flowExecute": "Flow Execute",
|
||
"flowSpawn": "Flow Spawn",
|
||
"cliToolsRedirectCta": "Cli Tools Redirect Cta",
|
||
"comparisonTitle": "CLI টুলস বনাম এজেন্ট টার্গেট - পার্থক্য কি?",
|
||
"comparisonCliToolsLabel": "CLI টুলস পৃষ্ঠা",
|
||
"comparisonCliToolsTitle": "আপনার IDE OmniRoute এর মাধ্যমে অনুরোধ পাঠায়",
|
||
"comparisonCliToolsDesc": "OmniRoute কে তাদের API বেস ইউআরএল হিসাবে ব্যবহার করতে Claude কোড, কোডেক্স, কার্সার এবং অন্যান্য IDE কনফিগার করুন। OmniRoute একটি প্রক্সি হিসাবে কাজ করে, আপনার কনফিগার করা প্রদানকারীদের অনুরোধ রাউটিং করে।",
|
||
"comparisonAgentsLabel": "এই পৃষ্ঠা (এজেন্ট টার্গেট)",
|
||
"comparisonAgentsTitle": "OmniRoute স্থানীয় CLI সরঞ্জামগুলিতে অনুরোধ পাঠায়",
|
||
"comparisonAgentsDesc": "OmniRoute এক্সিকিউশন ব্যাকএন্ড হিসাবে স্থানীয় CLI বাইনারি (ক্লোড, কোডেক্স, হংস) তৈরি করতে পারে। CLI টুল তার নিজস্ব প্রমাণীকরণ ব্যবহার করে অনুরোধ প্রক্রিয়া করে এবং ফলাফল প্রদান করে।",
|
||
"comparisonSummary": "সংক্ষেপে: CLI টুলস = আপনি OmniRoute-এ নির্দেশ করার জন্য টুলগুলি কনফিগার করেন। এজেন্ট টার্গেট = OmniRoute তার শেষ পয়েন্ট হিসাবে সরঞ্জাম ব্যবহার করে।",
|
||
"agentUseCaseHint": "ACP প্রোটোকলের মাধ্যমে একটি কার্যকরী লক্ষ্য হিসাবে ব্যবহার করা যেতে পারে",
|
||
"flowDiagramClient": "ক্লায়েন্ট অ্যাপ",
|
||
"flowDiagramClientDesc": "SDK, API, বা আপস্ট্রিম পরিষেবা",
|
||
"flowDiagramOmniRoute": "OmniRoute",
|
||
"flowDiagramOmniRouteDesc": "অনুরোধ গ্রহণ করে এবং লক্ষ্য নির্বাচন করে",
|
||
"flowDiagramSpawn": "স্পন প্রক্রিয়া",
|
||
"flowDiagramSpawnDesc": "stdio এর মাধ্যমে CLI বাইনারি চালু করে",
|
||
"flowDiagramCli": "CLI এজেন্ট",
|
||
"flowDiagramCliDesc": "নিজস্ব প্রমাণ/মডেল সহ প্রসেস",
|
||
"fingerprintSettingsHint": "CLI ফিঙ্গারপ্রিন্ট ম্যাচিং (নির্দিষ্ট CLI টুল হিসাবে ছদ্মবেশে অনুরোধ) কনফিগার করা যেতে পারে",
|
||
"settingsRoutingLink": "সেটিংস/রাউটিং",
|
||
"openSettings": "সেটিংস",
|
||
"copyRawUrlTitle": "ক্লিপবোর্ডে কাঁচা URL কপি করুন",
|
||
"copied": "অনুলিপি করা হয়েছে!",
|
||
"copyUrl": "ইউআরএল কপি করুন",
|
||
"startHere": "এখানে শুরু করুন",
|
||
"badgeNew": "নতুন",
|
||
"viewOnGithub": "GitHub এ দেখুন",
|
||
"howToUse": "কিভাবে ব্যবহার করবেন",
|
||
"browseAllSkillsOnGithub": "GitHub-এ সমস্ত দক্ষতা ব্রাউজ করুন",
|
||
"apiSkills": "API দক্ষতা",
|
||
"cliSkills": "CLI দক্ষতা",
|
||
"apiSkillsSubtitle": "__MISSING__:{count} skills — control OmniRoute via REST / HTTP",
|
||
"cliSkillsSubtitle": "__MISSING__:{count} skills — control OmniRoute via the omniroute terminal binary",
|
||
"howToUseStep1": "__MISSING__:Click <bold>{copyUrl}</bold> on the skill you want your agent to know about.",
|
||
"howToUseStep2": "__MISSING__:In your AI agent (Claude, Cursor, Cline…), say:",
|
||
"howToUseStep2Code": "__MISSING__:Use the skill at [pasted-url]",
|
||
"howToUseStep3": "__MISSING__:The agent fetches the SKILL.md and learns OmniRoute's API or CLI — no manual docs needed."
|
||
},
|
||
"cloudAgents": {
|
||
"title": "ক্লাউড এজেন্ট",
|
||
"description": "স্বায়ত্তশাসিত কোডিং এজেন্ট পরিচালনা করুন (জুলস, ডেভিন, কোডেক্স ক্লাউড)",
|
||
"loading": "টাস্ক লোড হচ্ছে...",
|
||
"aboutTitle": "ক্লাউড এজেন্ট সম্পর্কে",
|
||
"aboutDescription": "ক্লাউড এজেন্ট হল দূরবর্তী AI কোডিং সহকারী যা স্বায়ত্তশাসিতভাবে কাজগুলি সম্পাদন করতে পারে। তারা স্থানীয় CLI এজেন্টদের থেকে আলাদাভাবে কাজ করে - আপনি OmniRoute এর API এর মাধ্যমে তাদের সাথে যোগাযোগ করেন।",
|
||
"howItWorksTitle": "এটি কিভাবে কাজ করে:",
|
||
"howItWorksDesc": "একটি টাস্ক তৈরি করুন → এজেন্ট একটি পরিকল্পনা বিশ্লেষণ করে এবং প্রস্তাব করে → আপনি অনুমোদন করেন → এজেন্ট কার্যকর করে → ফলাফল ফিরে আসে",
|
||
"newTaskTitle": "নতুন টাস্ক তৈরি করুন",
|
||
"newTaskDescription": "একটি ক্লাউড এজেন্টের সাথে একটি নতুন কাজ শুরু করুন",
|
||
"selectAgent": "এজেন্ট নির্বাচন করুন",
|
||
"taskDescription": "টাস্ক বর্ণনা",
|
||
"taskDescriptionPlaceholder": "আপনি এজেন্টকে কী করতে চান তা বর্ণনা করুন...",
|
||
"startTask": "টাস্ক শুরু করুন",
|
||
"tasks": "কাজ",
|
||
"taskDetail": "টাস্ক বিস্তারিত",
|
||
"noTasks": "এখনো কোনো কাজ নেই। শুরু করার জন্য একটি তৈরি করুন।",
|
||
"noTasksTitle": "__MISSING__:No tasks yet",
|
||
"noTasksDesc": "__MISSING__:Create your first task to get started.",
|
||
"tasksTab": "__MISSING__:Tasks",
|
||
"agentsTab": "__MISSING__:Agents",
|
||
"settingsTab": "__MISSING__:Settings",
|
||
"agentsEnabled": "__MISSING__:Enabled",
|
||
"agentsDisabled": "__MISSING__:Disabled",
|
||
"filterAllProviders": "__MISSING__:All Providers",
|
||
"filterAll": "__MISSING__:All",
|
||
"autoRefreshing": "__MISSING__:Auto-refreshing",
|
||
"viewPR": "__MISSING__:View Pull Request",
|
||
"connected": "__MISSING__:Connected",
|
||
"notConnected": "__MISSING__:Not connected",
|
||
"configure": "__MISSING__:Configure",
|
||
"settingsTitle": "__MISSING__:Cloud Agent Settings",
|
||
"settingsDesc": "__MISSING__:Configure local preferences for cloud agents.",
|
||
"settingEnableAgents": "__MISSING__:Enable cloud agents",
|
||
"settingEnableAgentsDesc": "__MISSING__:Allow OmniRoute to orchestrate autonomous coding agents.",
|
||
"settingAutoPR": "__MISSING__:Auto-create PR",
|
||
"settingAutoPRDesc": "__MISSING__:When a task is completed, automatically create a Pull Request with the changes.",
|
||
"settingRequireApproval": "__MISSING__:Require plan approval",
|
||
"settingRequireApprovalDesc": "__MISSING__:Always wait for manual approval before an agent executes a proposed plan.",
|
||
"untitledTask": "শিরোনামহীন টাস্ক",
|
||
"created": "তৈরি হয়েছে",
|
||
"conversation": "কথোপকথন",
|
||
"result": "ফলাফল",
|
||
"error": "ত্রুটি",
|
||
"planReady": "অনুমোদনের জন্য পরিকল্পনা প্রস্তুত",
|
||
"approvePlan": "পরিকল্পনা অনুমোদন করুন",
|
||
"rejectPlan": "প্রত্যাখ্যান করুন এবং বাতিল করুন",
|
||
"sendMessagePlaceholder": "এজেন্টকে একটি বার্তা পাঠান...",
|
||
"cancel": "বাতিল করুন",
|
||
"delete": "মুছুন",
|
||
"selectTaskPrompt": "বিস্তারিত দেখতে একটি টাস্ক নির্বাচন করুন",
|
||
"statusPending": "মুলতুবি",
|
||
"statusRunning": "চলমান",
|
||
"statusWaitingApproval": "অনুমোদনের অপেক্ষায়",
|
||
"statusCompleted": "সম্পন্ন",
|
||
"statusFailed": "ব্যর্থ হয়েছে",
|
||
"statusCancelled": "বাতিল",
|
||
"repositoryName": "সংগ্রহস্থলের নাম",
|
||
"repositoryUrl": "সংগ্রহস্থল URL",
|
||
"branch": "শাখা"
|
||
},
|
||
"templateNames": {
|
||
"simple-chat": "Simple Chat",
|
||
"streaming": "Streaming",
|
||
"system-prompt": "System Prompt",
|
||
"thinking": "Thinking",
|
||
"tool-calling": "Tool Calling",
|
||
"multi-turn": "Multi-turn",
|
||
"vision": "দৃষ্টি",
|
||
"schema-coercion": "স্কিমা জবরদস্তি"
|
||
},
|
||
"templateDescriptions": {
|
||
"simple-chat": "Basic chat template with system message",
|
||
"streaming": "Template for streaming responses",
|
||
"system-prompt": "Template with custom system prompt",
|
||
"thinking": "Template with reasoning/thinking budget",
|
||
"tool-calling": "Template for tool/function calling",
|
||
"multi-turn": "Template for multi-turn conversations",
|
||
"vision": "ইমেজ ইনপুট সহ মাল্টিমোডাল টেমপ্লেট",
|
||
"schema-coercion": "স্ট্রাকচার্ড-আউটপুট / JSON স্কিমা এনফোর্সমেন্ট"
|
||
},
|
||
"templatePayloads": {
|
||
"simpleChat": {
|
||
"system": "You are a helpful AI assistant.",
|
||
"userGreeting": "Hello! How can I help you today?"
|
||
},
|
||
"streaming": {
|
||
"prompt": "Write a story about"
|
||
},
|
||
"systemPrompt": {
|
||
"question": "What is the meaning of life?",
|
||
"systemInstruction": "Provide a thoughtful, philosophical answer."
|
||
},
|
||
"thinking": {
|
||
"question": "Explain quantum computing"
|
||
},
|
||
"toolCalling": {
|
||
"cityNameDescription": "The name of the city to get weather for",
|
||
"toolDescription": "Get current weather for a location",
|
||
"userWeather": "What's the weather in Tokyo?"
|
||
},
|
||
"multiTurn": {
|
||
"system": "You are a helpful assistant.",
|
||
"assistantExample": "I'd be happy to help you with that.",
|
||
"userInitial": "I need help with",
|
||
"userFollowUp": "Can you elaborate on that?"
|
||
}
|
||
},
|
||
"cache": {
|
||
"title": "Cache Management",
|
||
"description": "Monitor provider prompt cache efficiency and local semantic response reuse.",
|
||
"refresh": "Refresh",
|
||
"clearAll": "Clear Semantic Cache",
|
||
"memoryEntries": "Memory Entries",
|
||
"memoryEntriesSub": "In-memory LRU",
|
||
"dbEntries": "DB Entries",
|
||
"dbEntriesSub": "Persisted (SQLite)",
|
||
"cacheHits": "Cache Hits",
|
||
"cacheHitsSub": "of {total} total",
|
||
"tokensSaved": "Tokens Saved",
|
||
"tokensSavedSub": "Estimated from hits",
|
||
"hitRate": "Hit Rate",
|
||
"performance": "Cache Performance",
|
||
"autoRefresh": "Auto-refreshes every {seconds}s",
|
||
"hits": "Hits",
|
||
"misses": "Misses",
|
||
"total": "Total",
|
||
"behavior": "Cache Behavior",
|
||
"behaviorDeterministic": "Only non-streaming requests with temperature=0 are cached.",
|
||
"behaviorBypass": "Bypass with header {header}.",
|
||
"behaviorTwoTier": "Two-tier storage: in-memory LRU (fast) + SQLite (persistent across restarts).",
|
||
"behaviorTtl": "Default TTL: 30 minutes. Configure via {envVar}.",
|
||
"idempotency": "Idempotency Layer",
|
||
"activeDedupKeys": "Active Dedup Keys",
|
||
"dedupWindow": "Dedup Window",
|
||
"clearSuccess": "Semantic cache cleared. {count} entries removed.",
|
||
"clearError": "Failed to clear cache.",
|
||
"unavailable": "Cache unavailable",
|
||
"unavailableDesc": "Could not fetch cache statistics. Make sure the server is running.",
|
||
"loadingCacheAria": "__MISSING__:Loading cache",
|
||
"promptCache": "Prompt Cache (Provider-Side)",
|
||
"semanticCache": "Semantic Cache",
|
||
"promptCacheSectionDesc": "Shows provider-side prompt caching activity from usage history so you can see where cache control is active and how much input reuse you are getting.",
|
||
"promptTrendDesc": "Hourly request volume, cache coverage, and cache read volume across the last 24 hours.",
|
||
"cachedRequests": "Cached Requests",
|
||
"cachedRequests24h": "Cached Requests (24h)",
|
||
"cacheHitRate": "Cache Hit Rate",
|
||
"cacheRate": "Cache Rate",
|
||
"cacheRateDesc": "of total requests",
|
||
"cachedTokens": "Cache Read Tokens",
|
||
"cacheCreationTokens": "Cache Write Tokens",
|
||
"cacheMetrics": "Prompt Cache Metrics",
|
||
"withCacheControl": "With Cache Control",
|
||
"cachedTokensRead": "Read from cache",
|
||
"cacheCreationWrite": "Written to cache",
|
||
"cacheReuseRatio": "Cache Reuse Ratio",
|
||
"cacheReuseRatioDesc": "Cache read tokens / Total input tokens",
|
||
"estCostSaved": "Est. Cost Saved",
|
||
"lastUpdated": "Last updated",
|
||
"hoursTracked": "hours tracked",
|
||
"busiestHour": "Busiest Hour",
|
||
"peakCacheRate": "Peak Cache Rate",
|
||
"trendHour": "Hour",
|
||
"activityVolume": "Activity",
|
||
"requestsShort": "reqs",
|
||
"inputShort": "In",
|
||
"cachedShort": "Cached",
|
||
"writeShort": "Write",
|
||
"resetting": "Resetting...",
|
||
"resetMetrics": "Reset Metrics",
|
||
"byProvider": "Breakdown by Provider",
|
||
"providerCacheRateDesc": "Each provider exposes total input tokens, cache read tokens, and cache write tokens so you can verify the reuse ratio against raw totals.",
|
||
"provider": "Provider",
|
||
"requests": "Requests",
|
||
"inputTokens": "Total Input Tokens",
|
||
"cachedTokensCol": "Cache Read",
|
||
"cacheCreation": "Cache Write",
|
||
"trend24h": "Cache Trend (24h)",
|
||
"peakCached": "Peak cached",
|
||
"cached": "Cached",
|
||
"overview": "Overview",
|
||
"tableProvider": "__MISSING__:Provider",
|
||
"tableModel": "__MISSING__:Model",
|
||
"performanceTitle": "__MISSING__:Performance",
|
||
"semanticCacheSectionDesc": "OmniRoute's own deterministic response cache. When enabled, repeated non-streaming temperature=0 requests can be served locally without hitting the upstream provider.",
|
||
"semanticCacheDisabledDesc": "Semantic cache is disabled. OmniRoute will skip local response reuse until you turn it back on in Settings.",
|
||
"semanticEntriesDesc": "Persisted semantic cache records currently stored in SQLite. Provider-side prompt cache activity is not listed here.",
|
||
"searchEntries": "Search entries...",
|
||
"search": "Search",
|
||
"loading": "Loading...",
|
||
"entriesLoadError": "Failed to load semantic cache entries.",
|
||
"noEntries": "No cache entries found",
|
||
"noPromptCacheData": "No provider-side prompt cache activity has been recorded yet.",
|
||
"noTrendData": "No prompt cache activity has been recorded over the last 24 hours.",
|
||
"signature": "Signature",
|
||
"model": "Model",
|
||
"created": "Created",
|
||
"expires": "Expires",
|
||
"actions": "Actions",
|
||
"deduplicatedRequests": "Deduplicated Requests",
|
||
"savedCalls": "Saved API Calls",
|
||
"totalProcessed": "Total Requests Processed",
|
||
"disabled": "Disabled",
|
||
"totalRequests": "Total Requests",
|
||
"reasoningCache": "রিজনিং রিপ্লে",
|
||
"reasoningCacheDesc": "মাল্টি-টার্ন টুল কলিং প্রবাহের জন্য মডেল চিন্তা সংরক্ষণ করে",
|
||
"reasoningEntries": "সক্রিয় এন্ট্রি",
|
||
"reasoningReplayRate": "রিপ্লে রেট",
|
||
"reasoningReplays": "মোট রিপ্লে",
|
||
"reasoningCharsCached": "ক্যাশে করা অক্ষর",
|
||
"reasoningMisses": "ক্যাশে মিস",
|
||
"reasoningByProvider": "প্রদানকারী দ্বারা",
|
||
"reasoningByModel": "মডেল দ্বারা",
|
||
"reasoningRecentEntries": "সাম্প্রতিক এন্ট্রি",
|
||
"reasoningToolCallId": "টুল কল আইডি",
|
||
"reasoningChars": "অক্ষর",
|
||
"reasoningAge": "বয়স",
|
||
"reasoningView": "দেখুন",
|
||
"reasoningDetail": "যুক্তিযুক্ত বিষয়বস্তু",
|
||
"reasoningBehavior": "আচরণ",
|
||
"reasoningBehaviorCapture": "স্ট্রিমিং প্রতিক্রিয়া থেকে যুক্তি_সামগ্রী ক্যাপচার করে",
|
||
"reasoningBehaviorReplay": "ক্লায়েন্ট এটি বাদ দিলে পরবর্তী মোড়ে পুনরায় ইনজেকশন দেয়",
|
||
"reasoningBehaviorFallback": "ক্র্যাশ পুনরুদ্ধারের জন্য SQLite ফলব্যাকের সাথে মেমরি-প্রথম",
|
||
"reasoningBehaviorTtl": "TTL: 2 ঘন্টা | সর্বাধিক এন্ট্রি: 2,000 (মেমরি)",
|
||
"reasoningBehaviorModels": "সমর্থিত: ডিপসিক, কিমি, কুয়েন-থিংকিং, জিএলএম",
|
||
"reasoningClearAll": "রিজনিং ক্যাশে সাফ করুন",
|
||
"reasoningClearSuccess": "সাফ করা হয়েছে {count} যুক্তিযুক্ত ক্যাশে এন্ট্রি",
|
||
"reasoningClearError": "যুক্তি ক্যাশে সাফ করতে ব্যর্থ হয়েছে",
|
||
"reasoningNoData": "কোন যুক্তি এন্ট্রি এখনও ক্যাশে. এন্ট্রি প্রদর্শিত হয় যখন চিন্তা মডেল টুল কলিং ব্যবহার করে.",
|
||
"cachePerformanceRetry": "আবার চেষ্টা করুন",
|
||
"cachePerformanceHitRate": "আঘাত হার",
|
||
"cachePerformanceAvgLatency": "গড় বিলম্বিতা (মিলিসে)",
|
||
"cachePerformanceP95Latency": "p95 লেটেন্সি (ms)",
|
||
"retry": "আবার চেষ্টা করুন",
|
||
"reasoningAvgChars": "গড় অক্ষর",
|
||
"tableShare": "__MISSING__:Share",
|
||
"justNow": "__MISSING__:just now",
|
||
"minutesAgo": "__MISSING__:{minutes}m ago",
|
||
"hoursAgo": "__MISSING__:{hours}h ago",
|
||
"daysAgo": "__MISSING__:{days}d ago",
|
||
"entries": "Entries"
|
||
},
|
||
"proxyConfigModal": {
|
||
"levelGlobal": "Global",
|
||
"levelProvider": "Provider",
|
||
"levelCombo": "Combo",
|
||
"levelKey": "Key",
|
||
"levelDirect": "Direct (no proxy)",
|
||
"titleGlobal": "Global Proxy Configuration",
|
||
"titleLevel": "{level} Proxy — {label}",
|
||
"loading": "Loading proxy configuration...",
|
||
"inheritingFrom": "Inheriting from",
|
||
"source": "Source",
|
||
"savedProxy": "Saved Proxy",
|
||
"custom": "Custom",
|
||
"selectSavedProxyPlaceholder": "Select saved proxy...",
|
||
"proxyType": "Proxy Type",
|
||
"host": "Host",
|
||
"hostPlaceholder": "1.2.3.4 or proxy.example.com",
|
||
"port": "Port",
|
||
"authOptional": "Authentication (optional)",
|
||
"username": "Username",
|
||
"usernamePlaceholder": "Username",
|
||
"password": "Password",
|
||
"passwordPlaceholder": "Password",
|
||
"connected": "Connected",
|
||
"ip": "IP:",
|
||
"connectionFailed": "Connection failed",
|
||
"testConnection": "Test connection",
|
||
"clear": "Clear",
|
||
"cancel": "Cancel",
|
||
"save": "Save",
|
||
"errorSelectSavedProxy": "Please select a saved proxy first.",
|
||
"errorSelectProxyFirst": "Please select a proxy first.",
|
||
"errorProxyNotFound": "Selected proxy not found.",
|
||
"errorClearSavedProxy": "Failed to clear saved proxy",
|
||
"errorSaveProxy": "Failed to save proxy configuration",
|
||
"errorClearProxy": "Failed to clear proxy configuration",
|
||
"errorSocks5Hidden": "SOCKS5 is configured but hidden because NEXT_PUBLIC_ENABLE_SOCKS5_PROXY=false."
|
||
},
|
||
"oauthModal": {
|
||
"title": "Connect {providerName}",
|
||
"waiting": "Waiting for authorization",
|
||
"completeAuthInPopup": "Complete authorization in popup.",
|
||
"popupClosedHint": "If the popup closed without redirecting back (e.g. Qoder), this dialog will auto-switch to manual URL entry mode.",
|
||
"popupBlocked": "Popup blocked? Enter URL manually",
|
||
"deviceCodeVisitUrl": "Visit the URL below and enter code:",
|
||
"deviceCodeVerificationUrl": "Verification URL",
|
||
"deviceCodeYourCode": "Your code",
|
||
"deviceCodeWaiting": "Waiting for authorization...",
|
||
"googleOAuthWarning": "Remote access + Google OAuth: Default credentials only accept redirects to <code>localhost</code>. After authorizing, your browser will try to open <code>localhost</code> — copy that full URL and paste it below. For fully remote use without this manual step, <a>configure your own OAuth credentials</a>.",
|
||
"remoteAccessInfo": "Remote access: Since you're accessing OmniRoute remotely, after authorization you'll see an error page (localhost not found). This is normal — just copy the full URL from your browser address bar and paste it below.",
|
||
"step1OpenUrl": "Step 1: Open this URL in your browser",
|
||
"copy": "Copy",
|
||
"step2PasteCallback": "Step 2: Paste callback URL or authorization code here",
|
||
"step2Hint": "After authorization, paste the full callback URL. For Claude Code and Cline, you can also paste the authentication code directly, e.g. <code>code#state</code>.",
|
||
"connect": "Connect",
|
||
"cancel": "Cancel",
|
||
"success": "Connection successful!",
|
||
"successMessage": "Your {providerName} account has been connected.",
|
||
"done": "Done",
|
||
"error": "Connection failed",
|
||
"tryAgain": "Try again"
|
||
},
|
||
"cursorAuthModal": {
|
||
"title": "Connect Cursor IDE",
|
||
"autoDetecting": "Auto-detecting tokens...",
|
||
"readingFromCursor": "Reading from Cursor IDE or cursor-agent",
|
||
"tokensAutoDetected": "Tokens successfully auto-detected from Cursor IDE!",
|
||
"cursorNotDetected": "Cursor IDE not detected. Please manually paste your token.",
|
||
"accessToken": "Access Token",
|
||
"required": "*",
|
||
"accessTokenPlaceholder": "Access token will auto-populate...",
|
||
"machineId": "Machine ID",
|
||
"optional": "(optional)",
|
||
"machineIdPlaceholder": "Machine ID will auto-populate...",
|
||
"importing": "Importing...",
|
||
"importToken": "Import Token",
|
||
"cancel": "Cancel",
|
||
"errorAutoDetect": "Unable to auto-detect tokens",
|
||
"errorAutoDetectFailed": "Auto-detect tokens failed",
|
||
"errorEnterToken": "Please enter access token",
|
||
"errorImportFailed": "Import failed"
|
||
},
|
||
"pricingModal": {
|
||
"title": "Pricing Configuration",
|
||
"loading": "Loading pricing data...",
|
||
"pricingRatesFormat": "Pricing Rates Format",
|
||
"ratesDescription": "All rates are in <strong>dollars per million tokens</strong> ($/1M tokens). Example: Input rate of 2.50 means $2.50 per 1,000,000 input tokens.",
|
||
"model": "Model",
|
||
"input": "Input",
|
||
"output": "Output",
|
||
"cached": "Cached",
|
||
"reasoning": "Reasoning",
|
||
"cacheCreation": "Cache Creation",
|
||
"noPricingData": "No pricing data available",
|
||
"resetToDefaults": "Reset to defaults",
|
||
"cancel": "Cancel",
|
||
"saving": "Saving...",
|
||
"saveChanges": "Save changes",
|
||
"resetConfirm": "Reset all pricing to defaults? This cannot be undone.",
|
||
"errorSaveFailed": "Failed to save pricing",
|
||
"errorResetFailed": "Failed to reset pricing"
|
||
},
|
||
"proxyRegistry": {
|
||
"title": "Proxy Registry",
|
||
"description": "Store reusable proxies and track assignments.",
|
||
"importLegacy": "Import Legacy",
|
||
"bulkAssign": "Bulk Assign",
|
||
"addProxy": "Add Proxy",
|
||
"loading": "Loading proxies...",
|
||
"noProxies": "No saved proxies yet.",
|
||
"tableName": "Name",
|
||
"tableEndpoint": "Endpoint",
|
||
"tableStatus": "Status",
|
||
"tableHealth": "Health (24h)",
|
||
"tableUsage": "Usage",
|
||
"tableActions": "Actions",
|
||
"test": "Test",
|
||
"edit": "Edit",
|
||
"delete": "Delete",
|
||
"modalCreateTitle": "Create Proxy",
|
||
"modalEditTitle": "Edit Proxy",
|
||
"labelName": "Name",
|
||
"labelType": "Type",
|
||
"labelHost": "Host",
|
||
"labelPort": "Port",
|
||
"labelUsername": "Username",
|
||
"labelPassword": "Password",
|
||
"labelRegion": "Region",
|
||
"labelStatus": "Status",
|
||
"labelNotes": "Notes",
|
||
"usernamePlaceholderEdit": "Leave blank to keep current username",
|
||
"passwordPlaceholderEdit": "Leave blank to keep current password",
|
||
"statusActive": "Active",
|
||
"statusInactive": "Inactive",
|
||
"cancel": "Cancel",
|
||
"save": "Save",
|
||
"bulkModalTitle": "Bulk Proxy Assignment",
|
||
"bulkLabelScope": "Scope",
|
||
"bulkLabelProxy": "Proxy",
|
||
"bulkClearAssignment": "(Clear assignment)",
|
||
"bulkLabelScopeIds": "Scope IDs (comma or newline separated)",
|
||
"bulkScopeIdsPlaceholder": "provider-openai,provider-anthropic",
|
||
"bulkApply": "Apply",
|
||
"labelScope": "__MISSING__:Scope",
|
||
"labelProxy": "__MISSING__:Proxy",
|
||
"scopeGlobal": "__MISSING__:global",
|
||
"scopeProvider": "__MISSING__:provider",
|
||
"scopeAccount": "__MISSING__:account",
|
||
"scopeCombo": "__MISSING__:combo",
|
||
"bulkImportErrorMissingName": "NAME অনুপস্থিত৷",
|
||
"bulkImportErrorMissingHost": "HOST অনুপস্থিত৷",
|
||
"bulkImportErrorInvalidPort": "অবৈধ PORT (1-65535 হতে হবে)",
|
||
"bulkImportErrorInvalidType": "অবৈধ TYPE (http, https, বা মোজা5 ব্যবহার করুন)",
|
||
"bulkImportErrorInvalidStatus": "অবৈধ স্ট্যাটাস (সক্রিয় বা নিষ্ক্রিয় ব্যবহার করুন)",
|
||
"errorLoadFailed": "Failed to load proxy registry",
|
||
"errorNameHostRequired": "Name and host are required",
|
||
"errorSaveFailed": "Failed to save proxy",
|
||
"errorDeleteFailed": "Failed to delete proxy",
|
||
"errorForceDeleteConfirm": "This proxy is still assigned. Force delete and remove all assignments?",
|
||
"errorMigrateFailed": "Failed to migrate legacy proxy config",
|
||
"errorBulkFailed": "Failed to execute bulk assignment",
|
||
"success": "✓",
|
||
"failure": "✗",
|
||
"failed": "Failed",
|
||
"successRate": "{rate}% success",
|
||
"avgLatency": "{latency}ms average",
|
||
"assignmentsCount": "{count} assignments",
|
||
"noData": "—",
|
||
"testSuccess": "✓ {ip}",
|
||
"testLatency": "{latency}ms",
|
||
"testFailure": "✗ {error}",
|
||
"bulkImport": "বাল্ক আমদানি",
|
||
"bulkImportTitle": "বাল্ক ইম্পোর্ট প্রক্সি",
|
||
"bulkImportDescription": "পাইপ-ডিলিমিটেড ফরম্যাট ব্যবহার করে প্রক্সি প্রোফাইল পেস্ট করুন। প্রতি লাইনে একটি প্রক্সি। বিদ্যমান প্রক্সি (একই হোস্ট + পোর্ট) আপডেট করা হবে।",
|
||
"bulkImportParse": "পার্স",
|
||
"bulkImportImport": "{count} প্রক্সি আমদানি করুন",
|
||
"bulkImportImporting": "আমদানি করা হচ্ছে...",
|
||
"bulkImportParsed": "{count} প্রক্সি পার্স করা হয়েছে",
|
||
"bulkImportSkipped": "{count} লাইন এড়িয়ে গেছে",
|
||
"bulkImportParseErrors": "{count} ত্রুটি",
|
||
"bulkImportNoValidEntries": "কোনো বৈধ এন্ট্রি পাওয়া যায়নি. বিন্যাস পরীক্ষা করুন এবং আবার চেষ্টা করুন.",
|
||
"bulkImportSuccess": "আমদানি সম্পূর্ণ হয়েছে: {created} তৈরি হয়েছে, {updated} আপডেট হয়েছে, {failed} ব্যর্থ হয়েছে",
|
||
"bulkImportErrorLine": "লাইন {line}: {reason}",
|
||
"bulkImportMaxExceeded": "প্রতি আমদানি সর্বোচ্চ 100টি প্রক্সি",
|
||
"bulkImportPreview": "পূর্বরূপ",
|
||
"clearAssignment": "(স্পষ্ট অ্যাসাইনমেন্ট)",
|
||
"bulkProxyAssignment": "বাল্ক প্রক্সি অ্যাসাইনমেন্ট"
|
||
},
|
||
"playground": {
|
||
"title": "Model Playground",
|
||
"description": "Test any model directly from the dashboard. Select provider, model, and endpoint type, then send a request to see the raw response.",
|
||
"endpoint": "Endpoint",
|
||
"provider": "Provider",
|
||
"model": "Model",
|
||
"accountKey": "Account / Key",
|
||
"autoAccounts": "Auto ({count} accounts)",
|
||
"noAccounts": "No accounts",
|
||
"send": "Send",
|
||
"cancel": "Cancel",
|
||
"audioFile": "Audio File",
|
||
"attachImages": "Attach Images (Vision)",
|
||
"multipartFormData": "multipart/form-data",
|
||
"upToImages": "Up to 4 images",
|
||
"selectAudioFile": "Select audio file for transcription (mp3, wav, m4a, ogg, flac…)",
|
||
"clearAll": "Clear All",
|
||
"request": "Request",
|
||
"response": "Response",
|
||
"transcription": "Transcription",
|
||
"copy": "Copy",
|
||
"resetToDefault": "Reset to default",
|
||
"downloadAudio": "Download audio",
|
||
"copyText": "Copy text",
|
||
"transcriptionHint": "Transcription uses multipart/form-data. Upload the audio file above — the JSON below controls extra parameters (model, language).",
|
||
"imagesGenerated": "Generated {count} images",
|
||
"generatedImage": "Generated image {index}",
|
||
"save": "Save",
|
||
"endpointOptions": {
|
||
"chat": "Chat completions",
|
||
"responses": "Responses",
|
||
"images": "Image generation",
|
||
"embeddings": "Embeddings",
|
||
"speech": "Text-to-speech",
|
||
"transcription": "Audio transcription",
|
||
"video": "Video generation",
|
||
"music": "Music generation",
|
||
"rerank": "Rerank",
|
||
"search": "Web search"
|
||
},
|
||
"conversationalChat": "কথোপকথন চ্যাট",
|
||
"clearChat": "পরিষ্কার চ্যাট",
|
||
"typeMessagePlaceholder": "একটি বার্তা টাইপ করুন... (নতুন লাইনের জন্য Shift+Enter)"
|
||
},
|
||
"miniPlayground": {
|
||
"endpoint": "__MISSING__:Endpoint",
|
||
"apiKey": "__MISSING__:API Key",
|
||
"model": "__MISSING__:Model",
|
||
"voice": "__MISSING__:Voice",
|
||
"speed": "__MISSING__:Speed",
|
||
"input": "__MISSING__:Input",
|
||
"url": "__MISSING__:URL",
|
||
"format": "__MISSING__:Format",
|
||
"depth": "__MISSING__:Depth",
|
||
"copyCurl": "__MISSING__:Copy cURL",
|
||
"copied": "__MISSING__:Copied!",
|
||
"run": "__MISSING__:Run",
|
||
"running": "__MISSING__:Running...",
|
||
"response": "__MISSING__:Response",
|
||
"tunnel": "__MISSING__:Tunnel",
|
||
"send": "__MISSING__:Send",
|
||
"selectKey": "__MISSING__:Select key",
|
||
"testLabel": "__MISSING__:Test",
|
||
"expandTest": "__MISSING__:Expand test",
|
||
"collapseTest": "__MISSING__:Collapse test",
|
||
"revealKey": "__MISSING__:Reveal key",
|
||
"hideKey": "__MISSING__:Hide key",
|
||
"download": "__MISSING__:Download",
|
||
"play": "__MISSING__:Play",
|
||
"query": "__MISSING__:Query",
|
||
"numResults": "__MISSING__:Max results",
|
||
"prompt": "__MISSING__:Prompt",
|
||
"size": "__MISSING__:Size",
|
||
"duration": "__MISSING__:Duration",
|
||
"question": "__MISSING__:Question",
|
||
"audioFile": "__MISSING__:Audio file",
|
||
"noKeysFound": "__MISSING__:No API keys found. Add one in the Keys section.",
|
||
"exampleLabel": "__MISSING__:Example",
|
||
"latency": "__MISSING__:{ms}ms",
|
||
"statsLine": "__MISSING__:{ms}ms · {tokensIn} in / {tokensOut} out tokens"
|
||
},
|
||
"requestLogger": {
|
||
"recording": "Recording",
|
||
"paused": "Paused",
|
||
"pipelineLogsOn": "Pipeline logs on",
|
||
"pipelineLogsOff": "Pipeline logs off",
|
||
"updatingPipelineLogs": "Updating pipeline logs...",
|
||
"updatePipelineFailed": "Failed to update pipeline logging",
|
||
"capturePipeline": "Capture pipeline payloads for new requests",
|
||
"searchPlaceholder": "Search models, providers, accounts, API keys, combos...",
|
||
"allProviders": "All providers",
|
||
"allModels": "All models",
|
||
"allAccounts": "All accounts",
|
||
"allApiKeys": "All API keys",
|
||
"total": "Total",
|
||
"ok": "Success",
|
||
"err": "Error",
|
||
"combo": "Combo",
|
||
"keys": "Keys",
|
||
"shown": "Shown",
|
||
"sortNewest": "Newest",
|
||
"sortOldest": "Oldest",
|
||
"sortTokensDesc": "Tokens ↓",
|
||
"sortTokensAsc": "Tokens ↑",
|
||
"sortDurationDesc": "Duration ↓",
|
||
"sortDurationAsc": "Duration ↑",
|
||
"sortStatusDesc": "Status ↓",
|
||
"sortStatusAsc": "Status ↑",
|
||
"sortModelAsc": "Model A-Z",
|
||
"sortModelDesc": "Model Z-A",
|
||
"sortLogs": "Sort logs",
|
||
"refresh": "Refresh",
|
||
"columnsLabel": "Columns",
|
||
"cacheSem": "SEM",
|
||
"cacheUp": "UP",
|
||
"semantic": "Semantic",
|
||
"upstream": "Upstream",
|
||
"semanticCacheHit": "Semantic cache hit (served by OmniRoute)",
|
||
"upstreamResponse": "Upstream provider response",
|
||
"noApiKey": "No API key",
|
||
"requestedRoutedTitle": "Requested {requested}, routed as {routed}",
|
||
"statusFilters": {
|
||
"all": "All",
|
||
"error": "Error",
|
||
"success": "Success",
|
||
"combo": "Combo"
|
||
},
|
||
"columns": {
|
||
"status": "Status",
|
||
"cacheSource": "Cache Source",
|
||
"model": "Model",
|
||
"requested": "Requested",
|
||
"provider": "Provider",
|
||
"protocol": "Request Protocol",
|
||
"account": "Account",
|
||
"apiKey": "API Key",
|
||
"combo": "Combo",
|
||
"tokens": "Tokens",
|
||
"compressed": "কম্প্রেশন",
|
||
"tps": "TPS",
|
||
"duration": "Duration",
|
||
"time": "Time"
|
||
},
|
||
"loadingLogs": "Loading logs...",
|
||
"noLogs": "No logs yet. Make some API calls to see them here.",
|
||
"noMatchingLogs": "No logs matching current filters.",
|
||
"callLogsInfo": "Call logs are also saved as JSON files to {dataDir} and rotated based on {retentionDays} and {maxEntries}."
|
||
},
|
||
"proxyLogger": {
|
||
"filterAll": "All",
|
||
"filterErrors": "Errors",
|
||
"filterSuccess": "Success",
|
||
"filterTimeout": "Timeout",
|
||
"colStatus": "Status",
|
||
"colProxy": "Proxy",
|
||
"colTls": "TLS",
|
||
"colType": "Type",
|
||
"colLevel": "Level",
|
||
"colProvider": "Provider",
|
||
"colTarget": "Target",
|
||
"colLatency": "Latency",
|
||
"colPublicIp": "Public IP",
|
||
"colTime": "Time",
|
||
"recording": "Recording",
|
||
"paused": "Paused",
|
||
"searchPlaceholder": "Search host, provider, target, IP...",
|
||
"allTypes": "All Types",
|
||
"allLevels": "All Levels",
|
||
"allProviders": "All Providers",
|
||
"total": "total",
|
||
"ok": "OK",
|
||
"err": "ERR",
|
||
"timeoutShort": "TMO",
|
||
"direct": "direct",
|
||
"newest": "Newest",
|
||
"oldest": "Oldest",
|
||
"latencyDesc": "Latency ↓",
|
||
"latencyAsc": "Latency ↑",
|
||
"refresh": "Refresh",
|
||
"columns": "Columns",
|
||
"loadingProxyLogs": "Loading proxy logs...",
|
||
"noProxyLogs": "No proxy logs yet. Configure proxies and make API calls to see them here.",
|
||
"noMatchingLogs": "No logs match the current filters.",
|
||
"tlsFingerprint": "Chrome 124 TLS Fingerprint"
|
||
},
|
||
"endpointOptions": {
|
||
"speech": "Speech",
|
||
"search": "Search",
|
||
"images": "Images",
|
||
"chat": "Chat",
|
||
"music": "Music",
|
||
"responses": "Responses",
|
||
"rerank": "Rerank",
|
||
"video": "Video",
|
||
"embeddings": "Embeddings",
|
||
"transcription": "Transcription"
|
||
},
|
||
"toolDescriptions": {
|
||
"cline": "Cline",
|
||
"openclaw": "Openclaw",
|
||
"droid": "Droid",
|
||
"codex": "Codex",
|
||
"claude": "Claude",
|
||
"kilo": "Kilo"
|
||
},
|
||
"runtime": {
|
||
"title": "Runtime",
|
||
"description": "Realtime observability — 3-layer resilience + sessions + quota alerts",
|
||
"pause": "Pause",
|
||
"resume": "Resume",
|
||
"refreshNow": "Refresh now",
|
||
"kpiSessions": "Sessions",
|
||
"kpiCircuits": "Circuits",
|
||
"kpiCooldowns": "Cooldowns",
|
||
"kpiLockouts": "Lockouts",
|
||
"hintStickyBound": "{count} sticky-bound",
|
||
"hintRecovering": "{count} recovering",
|
||
"hintAllHealthy": "all healthy",
|
||
"hintOpen": "open",
|
||
"hintConnsCooling": "connections cooling",
|
||
"hintModelsBlocked": "models blocked",
|
||
"resilienceTitle": "3-Layer Resilience",
|
||
"resilienceSubtitle": "Mirrors the documented resilience model",
|
||
"providersHealthy": "{percent}% providers healthy",
|
||
"layer": "Layer {n}",
|
||
"layer1Title": "Provider Circuit Breakers",
|
||
"layer1Desc": "Stop traffic to providers failing at the upstream level",
|
||
"layer2Title": "Connection Cooldowns",
|
||
"layer2Desc": "Skip one bad account/key; other connections keep serving",
|
||
"layer3Title": "Model Lockouts",
|
||
"layer3Desc": "Per-model rate-limit locks; same connection still serves other models",
|
||
"badgeAffectedOf": "{affected} of {total} affected",
|
||
"badgeCooling": "{count} cooling",
|
||
"badgeLocked": "{count} locked",
|
||
"emptyCircuits": "No circuit breakers active yet",
|
||
"emptyCooldowns": "No connection cooldowns active",
|
||
"emptyLockouts": "No model lockouts",
|
||
"moreCooldowns": "+{count} more cooldowns",
|
||
"moreLockouts": "+{count} more lockouts",
|
||
"feedTitle": "Live Feed",
|
||
"feedSubtitle": "Last {count} events",
|
||
"feedFilterAll": "All",
|
||
"feedFilterCircuits": "Circuits",
|
||
"feedFilterCooldowns": "Cooldowns",
|
||
"feedFilterLockouts": "Lockouts",
|
||
"feedFilterSessions": "Sessions",
|
||
"feedFilterQuotas": "Quotas",
|
||
"feedClear": "Clear",
|
||
"feedEmptyWaiting": "Waiting for events... (polled every 5s)",
|
||
"feedEmptyFiltered": "No events match this filter",
|
||
"sessionsTitle": "Active Sessions",
|
||
"sessionsSubtitle": "Sticky-bound request fingerprints (live)",
|
||
"sessionsActive": "{count} active",
|
||
"sessionsEmptyTitle": "No active sessions",
|
||
"sessionsEmptyHint": "Sessions appear as requests flow through the proxy",
|
||
"tblSession": "Session",
|
||
"tblAge": "Age",
|
||
"tblIdle": "Idle",
|
||
"tblReqs": "Reqs",
|
||
"tblBoundTo": "Bound to",
|
||
"topApiKeys": "Top API keys",
|
||
"quotaMonitorsTitle": "Quota Monitors",
|
||
"quotaMonitorsSubtitle": "Live quota state per account window",
|
||
"openQuota": "Open Quota",
|
||
"allQuotasHealthy": "All quotas healthy",
|
||
"statusExhausted": "EXHAUSTED",
|
||
"statusAlerting": "ALERTING",
|
||
"statusError": "ERROR",
|
||
"moreSuffix": "+{count} more"
|
||
},
|
||
"quotaShare": {
|
||
"title": "Quota Sharing",
|
||
"description": "Share provider quotas across API keys with % limits",
|
||
"newPool": "New pool",
|
||
"betaTitle": "Beta — UI preview.",
|
||
"betaDescription": "Configuration is saved in localStorage (not yet persisted on the server). Per-request cap enforcement is not yet wired into the proxy pipeline. This screen lets you design and visualize the quota split; real enforcement will land in a future iteration with DB persistence and upstream call interception.",
|
||
"kpiActivePools": "Active pools",
|
||
"kpiKeysAllocated": "Keys allocated",
|
||
"kpiAvgUnallocated": "Avg unallocated",
|
||
"kpiProvidersWithQuota": "Providers w/ quota",
|
||
"emptyTitle": "No pools configured",
|
||
"emptyDescription": "Create a pool to assign API keys to share a provider's quota window with % allocations.",
|
||
"loading": "Loading…",
|
||
"removePool": "Remove pool",
|
||
"removeConfirm": "Remove this pool?",
|
||
"pool": "Pool",
|
||
"used": "used",
|
||
"allocationsCount": "Allocations ({count})",
|
||
"allocatedFree": "{allocated}% allocated · {free}% free",
|
||
"noAllocations": "No keys allocated yet",
|
||
"capLabel": "cap {value}",
|
||
"notTrackedYet": "(not tracked yet)",
|
||
"policy": "Policy",
|
||
"policyHard": "hard",
|
||
"policySoft": "soft",
|
||
"policyBurst": "burst",
|
||
"policyHardHint": "Block when key exhausts allocation",
|
||
"policySoftHint": "Allow overflow, alert only",
|
||
"policyBurstHint": "Allow burst into free pool",
|
||
"editAllocations": "Edit allocations",
|
||
"newPoolTitle": "New quota pool",
|
||
"providerConnection": "Provider connection (account)",
|
||
"selectConnection": "Select a connection…",
|
||
"noEligibleConnections": "No connections with quota data. Refresh from /dashboard/quota first.",
|
||
"quotaWindow": "Quota window",
|
||
"selectWindow": "Select a window…",
|
||
"alreadyUsedSuffix": "(already used)",
|
||
"windowReset": "Reset",
|
||
"duplicatePoolError": "A pool for this connection + window already exists",
|
||
"cancel": "Cancel",
|
||
"createPool": "Create pool",
|
||
"editTitle": "Edit allocations",
|
||
"noKeysAdded": "No keys allocated. Add one below.",
|
||
"totalLabel": "Total: {percent}%",
|
||
"totalExceeded": "⚠ exceeds 100%",
|
||
"addKey": "+ Add key…",
|
||
"equalSplit": "Equal split",
|
||
"save": "Save allocations",
|
||
"betaPreviewLabel": "বিটা — UI পূর্বরূপ।",
|
||
"betaConfigSavedPrefix": "কনফিগারেশন সংরক্ষিত হয়",
|
||
"betaConfigSavedSuffix": "(এখনও সার্ভারে স্থায়ী হয়নি)। প্রতি-অনুরোধের ক্যাপ এনফোর্সমেন্ট এখনও প্রক্সি পাইপলাইনে সংযুক্ত করা হয়নি৷ এই স্ক্রিনটি আপনাকে কোটা বিভাজন ডিজাইন এবং কল্পনা করতে দেয়; বাস্তব প্রয়োগ ডিবি অধ্যবসায় এবং আপস্ট্রিম কল ইন্টারসেপশন সহ ভবিষ্যতের পুনরাবৃত্তিতে অবতরণ করবে।",
|
||
"policyLabel": "নীতি:",
|
||
"resetIn": "রিসেট করুন",
|
||
"quotaTotal": "মোট"
|
||
}
|
||
}
|