@yina-npm/openrouterx 0.4.38 → 0.4.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +89 -396
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +8 -8
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/required-server-files.json +16 -3
- package/app/.next/routes-manifest.json +26 -24
- package/app/.next/server/app/(dashboard)/dashboard/admin/keys/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/admin/keys/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/admin/keys/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/admin/users/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/admin/users/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/admin/users/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +24 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/focus-ui/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/focus-ui/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/focus-ui/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +10 -10
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/network-analysis/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/network-analysis/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/network-analysis/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +4 -4
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/user/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/user/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/user/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +2 -2
- package/app/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/me/route.js +1 -1
- package/app/.next/server/app/api/auth/me/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/status/route.js +1 -1
- package/app/.next/server/app/api/auth/status/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js +10 -2
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/inject-auth/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/inject-auth/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/restart/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/restart/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/test/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/activate-account/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-settings/activate-account/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js +9 -0
- package/app/.next/server/app/api/{cloud/auth → cli-tools/deepseek-tui-settings}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js +3 -0
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
- package/app/.next/server/app/api/health/route.js +1 -1
- package/app/.next/server/app/api/health/route.js.nft.json +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/init/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/locale/route.js.nft.json +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js +3 -3
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js +4 -4
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js +1 -0
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -0
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/custom/route.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/disabled/route.js +1 -1
- package/app/.next/server/app/api/models/disabled/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/network-analysis/route.js +2 -2
- package/app/.next/server/app/api/network-analysis/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +2 -2
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/database/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js.nft.json +1 -1
- package/app/.next/server/app/api/startup-notices/route.js +2 -2
- package/app/.next/server/app/api/startup-notices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/tags/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/load/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js +4 -4
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js +2 -2
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/api-keys/route.js +1 -1
- package/app/.next/server/app/api/usage/api-keys/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/logs/route.js +1 -1
- package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/providers/route.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stats/route.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stream/route.js +2 -2
- package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -1
- package/app/.next/server/app/api/users/[id]/route.js +1 -1
- package/app/.next/server/app/api/users/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/users/route.js +1 -1
- package/app/.next/server/app/api/users/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/search/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/version/route.js +1 -1
- package/app/.next/server/app/api/version/route.js.nft.json +1 -1
- package/app/.next/server/app/api/version/shutdown/route.js +1 -1
- package/app/.next/server/app/api/version/shutdown/route.js.nft.json +1 -1
- package/app/.next/server/app/api/version/update/route.js +1 -1
- package/app/.next/server/app/api/version/update/route.js.nft.json +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page.js.nft.json +1 -1
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +4 -4
- package/app/.next/server/app/callback.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +4 -4
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page.js.nft.json +1 -1
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +4 -4
- package/app/.next/server/app/landing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page.js.nft.json +1 -1
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +5 -5
- package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page.js.nft.json +1 -1
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +8 -8
- package/app/.next/server/chunks/1350.js +4 -4
- package/app/.next/server/chunks/1476.js +1 -0
- package/app/.next/server/chunks/2415.js +17 -0
- package/app/.next/server/chunks/2506.js +4 -4
- package/app/.next/server/chunks/2560.js +1 -1
- package/app/.next/server/chunks/2574.js +1 -0
- package/app/.next/server/chunks/2722.js +58 -0
- package/app/.next/server/chunks/3110.js +56 -5
- package/app/.next/server/chunks/3493.js +2 -2
- package/app/.next/server/chunks/3593.js +2 -2
- package/app/.next/server/chunks/412.js +5 -5
- package/app/.next/server/chunks/{9641.js → 4565.js} +2 -2
- package/app/.next/server/chunks/4664.js +1 -1
- package/app/.next/server/chunks/5217.js +1 -1
- package/app/.next/server/chunks/5330.js +7 -5
- package/app/.next/server/chunks/5681.js +1 -1
- package/app/.next/server/chunks/6001.js +1 -1
- package/app/.next/server/chunks/6393.js +1 -1
- package/app/.next/server/chunks/7177.js +1 -0
- package/app/.next/server/chunks/7595.js +1 -1
- package/app/.next/server/chunks/7828.js +1 -1
- package/app/.next/server/chunks/7930.js +6 -0
- package/app/.next/server/chunks/8574.js +1 -0
- package/app/.next/server/chunks/8651.js +9 -0
- package/app/.next/server/chunks/8750.js +1 -0
- package/app/.next/server/chunks/8760.js +1 -1
- package/app/.next/server/chunks/8895.js +25 -16
- package/app/.next/server/chunks/9095.js +1 -0
- package/app/.next/server/chunks/9489.js +1 -1
- package/app/.next/server/chunks/9718.js +1 -1
- package/app/.next/server/chunks/9856.js +1 -1
- package/app/.next/server/functions-config-manifest.json +2 -30
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +2 -2
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/4G6rOhJtfkDwKINMqIIf1/_buildManifest.js +1 -0
- package/app/.next/static/chunks/1321-682ad944ed69404c.js +1 -0
- package/app/.next/static/chunks/4072-fdb34c3bf82582e6.js +6 -0
- package/app/.next/static/chunks/{5095-42d435b0583b2f98.js → 5095-47fe70cd930f3c59.js} +2 -2
- package/app/.next/static/chunks/5497-b59396fb56e7b9b1.js +7 -0
- package/app/.next/static/chunks/6069-7c51e16aef293430.js +58 -0
- package/app/.next/static/chunks/7055-e60e20f43bfbe5f8.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-efbd0b93d35d25cc.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-acbac7a67319955a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-7fabe6d07b1f8823.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/focus-ui/{page-fb59dea0e48968bf.js → page-329b3a170ddd28c6.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-e43ee64cc1f1547c.js +59 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-e0f570e37fcc4d53.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/{page-31a6e1cb19ebc4d8.js → page-c3234f9c82b1a78e.js} +2 -2
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-979e3e3663264d2b.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-5040868a50d977bf.js +4 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-18d6399108c458a6.js +1 -0
- package/app/.next/static/chunks/app/_global-error/page-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/me/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/auth/status/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/inject-auth/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/restart/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/activate-account/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/health/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/custom/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/disabled/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/network-analysis/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/startup-notices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/disable/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/enable/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/status/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/api-keys/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/users/[id]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/users/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/info/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/search/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/version/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/version/shutdown/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/api/version/update/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/app/page-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/{main-2237af167d2c1c35.js → main-b8d198db3858ff3e.js} +3 -3
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-814b95c8fc310a6a.js +1 -0
- package/app/.next/static/css/9b92fc8235e99d1e.css +1 -0
- package/app/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/app/node_modules/sql.js/dist/sql-wasm.js +185 -0
- package/app/node_modules/sql.js/dist/sql-wasm.wasm +0 -0
- package/app/node_modules/sql.js/package.json +58 -0
- package/app/package.json +6 -2
- package/app/public/i18n/literals/ar.json +200 -173
- package/app/public/i18n/literals/bn.json +200 -173
- package/app/public/i18n/literals/cs.json +200 -173
- package/app/public/i18n/literals/da.json +200 -173
- package/app/public/i18n/literals/de.json +200 -173
- package/app/public/i18n/literals/el.json +200 -173
- package/app/public/i18n/literals/es.json +200 -173
- package/app/public/i18n/literals/fi.json +200 -173
- package/app/public/i18n/literals/fr.json +200 -173
- package/app/public/i18n/literals/he.json +200 -173
- package/app/public/i18n/literals/hi.json +200 -173
- package/app/public/i18n/literals/hu.json +200 -173
- package/app/public/i18n/literals/id.json +200 -173
- package/app/public/i18n/literals/it.json +200 -173
- package/app/public/i18n/literals/ja.json +200 -173
- package/app/public/i18n/literals/ko.json +200 -173
- package/app/public/i18n/literals/nl.json +200 -173
- package/app/public/i18n/literals/no.json +200 -173
- package/app/public/i18n/literals/pl.json +200 -173
- package/app/public/i18n/literals/pt-BR.json +200 -173
- package/app/public/i18n/literals/pt-PT.json +200 -173
- package/app/public/i18n/literals/ro.json +200 -173
- package/app/public/i18n/literals/ru.json +200 -173
- package/app/public/i18n/literals/sv.json +200 -173
- package/app/public/i18n/literals/th.json +200 -173
- package/app/public/i18n/literals/tl.json +200 -173
- package/app/public/i18n/literals/tr.json +200 -173
- package/app/public/i18n/literals/uk.json +200 -173
- package/app/public/i18n/literals/ur.json +200 -173
- package/app/public/i18n/literals/vi.json +200 -173
- package/app/public/i18n/literals/zh-CN.json +381 -359
- package/app/public/i18n/literals/zh-TW.json +208 -181
- package/app/public/providers/amp.png +0 -0
- package/app/public/providers/deepseek-tui.png +0 -0
- package/app/public/providers/jcode.png +0 -0
- package/app/public/providers/xiaomi-tokenplan.png +0 -0
- package/app/server.js +1 -1
- package/app/src/lib/db/migrate.js +56 -18
- package/app/src/mitm/config.js +16 -1
- package/app/src/mitm/handlers/antigravity.js +2 -1
- package/app/src/mitm/handlers/base.js +4 -1
- package/app/src/mitm/handlers/kiro.js +3 -1
- package/app/src/mitm/logger.js +11 -1
- package/app/src/mitm/server.js +18 -15
- package/package.json +2 -2
- package/app/.next/server/app/api/cloud/auth/route.js +0 -1
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +0 -1
- package/app/.next/server/chunks/2343.js +0 -1
- package/app/.next/server/chunks/3855.js +0 -1
- package/app/.next/server/chunks/4126.js +0 -1
- package/app/.next/server/chunks/4922.js +0 -9
- package/app/.next/server/chunks/5434.js +0 -1
- package/app/.next/server/chunks/5627.js +0 -17
- package/app/.next/server/chunks/723.js +0 -44
- package/app/.next/server/chunks/8866.js +0 -1
- package/app/.next/server/chunks/9300.js +0 -3
- package/app/.next/server/chunks/9460.js +0 -1
- package/app/.next/static/9qtW6KlzV_D2b828CZp1A/_buildManifest.js +0 -1
- package/app/.next/static/chunks/1321-634f2d25db77d618.js +0 -1
- package/app/.next/static/chunks/4072-91de6609dc7e6753.js +0 -3
- package/app/.next/static/chunks/5497-4a0f0c365aea0ea7.js +0 -7
- package/app/.next/static/chunks/5964-08d6048e026d4245.js +0 -44
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-211e322f002d5464.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-69469b6440aff8d0.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-95d31a6372622fcf.js +0 -59
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-7ae37df256035f59.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-9d071b63170b7f71.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-7762d83be0982941.js +0 -4
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-f77dc916ed5a6f99.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/me/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/auth/status/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/inject-auth/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/restart/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/activate-account/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/disabled/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/network-analysis/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/startup-notices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/api-keys/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/users/[id]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/users/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/info/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/search/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/version/shutdown/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/api/version/update/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/app/page-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-1879675a73caf73c.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-1879675a73caf73c.js +0 -1
- package/app/.next/static/css/f6642f5333f94810.css +0 -1
- /package/app/.next/static/{9qtW6KlzV_D2b828CZp1A → 4G6rOhJtfkDwKINMqIIf1}/_ssgManifest.js +0 -0
|
@@ -3,29 +3,20 @@
|
|
|
3
3
|
". Click \"Apply\" to auto-configure.": "。单击“应用”进行自动配置。",
|
|
4
4
|
"($/1M tokens). Example: An input rate of 2.50 means $2.50 per 1,000,000 input tokens.": "($/100 万 Token)。示例:输入费率 2.50 表示每 1,000,000 个输入 Token 需 2.50 美元。",
|
|
5
5
|
"($/1M tokens). Example: Input rate of 2.50 means $2.50 per 1,000,000 input tokens.": "($/100 万 Token)。示例:输入费率 2.50 表示每 1,000,000 个输入 Token 需 2.50 美元。",
|
|
6
|
-
"(via inference test)": "(通过推理测试)",
|
|
7
|
-
"→ OpenAI": "→ OpenAI",
|
|
8
|
-
"→ Target": "→ 目标",
|
|
9
|
-
"1. CLI & SDKs": "1. CLI 和 SDK",
|
|
10
6
|
"1. Client Request (Input)": "1. 客户端请求(输入)",
|
|
11
7
|
"1. Generates SSL cert & adds to system keychain": "1. 生成 SSL 证书并添加到系统钥匙串",
|
|
12
|
-
"2. OpenrouterX Hub": "2. OpenrouterX 枢纽",
|
|
13
8
|
"2. Provider Request (Translated)": "2. 提供商请求(已翻译)",
|
|
14
9
|
"2. Redirects": "2. 重定向",
|
|
15
10
|
"24h": "24小时",
|
|
16
|
-
"3. AI Providers": "3. AI 提供商",
|
|
17
|
-
"3. Maps Antigravity models to any provider via OpenrouterX": "3. 通过 OpenrouterX 将Antigravity模型映射到任何提供商",
|
|
18
11
|
"3. Provider Response (Raw)": "3. 提供商响应(原始)",
|
|
19
12
|
"4. Client Response (Final)": "4. 客户端响应(最终)",
|
|
20
13
|
"About": "关于",
|
|
21
14
|
"Access Anywhere": "随处访问",
|
|
22
15
|
"Access Token": "访问令牌",
|
|
23
16
|
"Access token will be auto-filled...": "访问令牌将自动填充...",
|
|
24
|
-
"Access your terminal, desktop & files from anywhere": "从任何地方访问您的终端、桌面和文件",
|
|
25
17
|
"Account": "账号",
|
|
26
18
|
"account has been connected.": "账号已连接。",
|
|
27
19
|
"Action": "操作",
|
|
28
|
-
"active": "活跃",
|
|
29
20
|
"Active": "活跃",
|
|
30
21
|
"Add": "添加",
|
|
31
22
|
"Add a connection to enable importing models.": "添加连接以启用导入模型。",
|
|
@@ -35,29 +26,21 @@
|
|
|
35
26
|
"Add Custom Model": "添加自定义模型",
|
|
36
27
|
"Add model": "添加模型",
|
|
37
28
|
"Add Model": "添加模型",
|
|
38
|
-
"Add Model for OpenCode": "为 OpenCode 添加模型",
|
|
39
29
|
"Add Model to Combo": "将模型添加到组合",
|
|
40
30
|
"Add New Provider": "添加新提供商",
|
|
41
31
|
"Add OpenAI Compatible": "添加 OpenAI 兼容",
|
|
42
|
-
"Add Proxy Pool": "添加代理池",
|
|
43
32
|
"Add your first connection to get started": "添加您的第一个连接以开始使用",
|
|
44
33
|
"added)": "已添加)",
|
|
45
34
|
"After authorization, copy the full URL from your browser address bar.": "授权后,从浏览器地址栏中复制完整的 URL。",
|
|
46
35
|
"After authorization, copy the full URL from your browser.": "授权后,从浏览器复制完整的 URL。",
|
|
47
|
-
"After installation, run": "
|
|
36
|
+
"After installation, run": "安装后运行",
|
|
48
37
|
"After login, you'll need to copy the callback URL from your browser and paste it back here.": "登录后,您需要从浏览器复制回调 URL 并将其粘贴回此处。",
|
|
49
|
-
"All AI Providers": "所有 AI 提供商",
|
|
50
38
|
"All models are responding normally.": "所有模型均响应正常。",
|
|
51
39
|
"All Providers": "所有提供商",
|
|
52
40
|
"All rates are in": "所有费率均在",
|
|
53
|
-
"All selected currently unbound": "所有选中项当前未绑定",
|
|
54
|
-
"Allow dashboard access via tunnel": "允许通过隧道访问仪表盘",
|
|
55
41
|
"An error occurred": "发生错误",
|
|
56
|
-
"An error occurred. Please try again.": "发生错误,请重试。",
|
|
57
42
|
"Anthropic Compatible (Prod)": "Anthropic 兼容(生产)",
|
|
58
|
-
"Anthropic Compatible Details": "Anthropic 兼容详情",
|
|
59
43
|
"API Endpoint": "API端点",
|
|
60
|
-
"API endpoint configuration": "API 端点配置",
|
|
61
44
|
"API Key": "API密钥",
|
|
62
45
|
"API Key (for Check)": "API 密钥(用于检查)",
|
|
63
46
|
"API Key Compatible Providers": "API 密钥兼容提供商",
|
|
@@ -68,10 +51,7 @@
|
|
|
68
51
|
"API Reference": "API参考",
|
|
69
52
|
"API Type": "API类型",
|
|
70
53
|
"Apply": "应用",
|
|
71
|
-
"Applying...": "应用中...",
|
|
72
|
-
"Are you sure you want to close the proxy server?": "您确定要关闭代理服务器吗?",
|
|
73
54
|
"Are you sure you want to disable the tunnel?": "您确定要禁用隧道吗?",
|
|
74
|
-
"Attempting to reconnect...": "正在尝试重新连接...",
|
|
75
55
|
"Authenticate": "认证",
|
|
76
56
|
"Authentication Method": "认证方式",
|
|
77
57
|
"Authentication Successful!": "认证成功!",
|
|
@@ -80,9 +60,7 @@
|
|
|
80
60
|
"Auto-detecting token...": "自动检测令牌...",
|
|
81
61
|
"Auto-detecting tokens...": "自动检测令牌...",
|
|
82
62
|
"Auto:": "自动:",
|
|
83
|
-
"Automatically switch between providers when limits are hit.": "当达到限额时自动切换提供商。",
|
|
84
63
|
"Available": "可用",
|
|
85
|
-
"Available Models": "可用模型",
|
|
86
64
|
"AWS Builder ID": "AWS 构建器 ID",
|
|
87
65
|
"AWS IAM Identity Center": "AWS IAM 身份中心",
|
|
88
66
|
"AWS Region": "AWS 区域",
|
|
@@ -90,13 +68,8 @@
|
|
|
90
68
|
"Back": "返回",
|
|
91
69
|
"Back to Providers": "返回提供商",
|
|
92
70
|
"Base URL": "基础 URL",
|
|
93
|
-
"Batch Import": "批量导入",
|
|
94
|
-
"Batch Import Proxies": "批量导入代理",
|
|
95
71
|
"Batch Size": "批量大小",
|
|
96
|
-
"Beautiful web dashboard for managing providers and monitoring usage.": "精美的 Web 仪表盘,用于管理提供商和监控使用情况。",
|
|
97
72
|
"Blog": "博客",
|
|
98
|
-
"bound": "已绑定",
|
|
99
|
-
"Browse & edit files": "浏览和编辑文件",
|
|
100
73
|
"Cache Creation": "缓存创建",
|
|
101
74
|
"Cache Creation:": "缓存创建:",
|
|
102
75
|
"Cached": "缓存",
|
|
@@ -105,23 +78,15 @@
|
|
|
105
78
|
"Calls per account before switching": "切换前每个账号的调用次数",
|
|
106
79
|
"Cancel": "取消",
|
|
107
80
|
"Cert": "证书",
|
|
108
|
-
"Change Log": "更新日志",
|
|
109
81
|
"Changelog": "变更日志",
|
|
110
82
|
"chars)": "字符)",
|
|
111
|
-
"Chat": "对话",
|
|
112
83
|
"Chat Completions": "聊天完成",
|
|
113
|
-
"Check": "检查",
|
|
114
84
|
"Checking Claude CLI...": "检查 Claude CLI...",
|
|
115
85
|
"Checking Codex CLI...": "正在检查 Codex CLI...",
|
|
116
86
|
"Checking Copilot config...": "正在检查Copilot配置...",
|
|
117
87
|
"Checking Factory Droid CLI...": "检查 Factory Droid CLI...",
|
|
118
88
|
"Checking Open Claw CLI...": "正在检查 Open Claw CLI...",
|
|
119
89
|
"Checking OpenCode CLI...": "检查 OpenCode CLI...",
|
|
120
|
-
"Checking Cline...": "正在检查 Cline...",
|
|
121
|
-
"Checking Kilo Code...": "正在检查 Kilo Code...",
|
|
122
|
-
"Checking Hermes Agent...": "正在检查 Hermes Agent...",
|
|
123
|
-
"Checking Claude Cowork...": "正在检查 Claude Cowork...",
|
|
124
|
-
"Checking...": "检查中...",
|
|
125
90
|
"Choose your authentication method:": "选择您的身份验证方法:",
|
|
126
91
|
"Claude": "Claude",
|
|
127
92
|
"Claude CLI - Manual Configuration": "Claude CLI - 手动配置",
|
|
@@ -129,36 +94,21 @@
|
|
|
129
94
|
"Clear": "清除",
|
|
130
95
|
"Clear Filters": "清除过滤器",
|
|
131
96
|
"Clear search": "清除搜索",
|
|
132
|
-
"CLI Support": "CLI 支持",
|
|
133
|
-
"CLI Tools": "命令行工具",
|
|
134
|
-
"Click a model to set/clear active": "点击模型以设置/取消活跃状态",
|
|
135
97
|
"Click to edit": "点击编辑",
|
|
136
|
-
"Click to retry": "点击重试",
|
|
137
|
-
"Client Request": "客户端请求",
|
|
138
|
-
"Client Response": "客户端响应",
|
|
139
|
-
"Close Proxy": "关闭代理",
|
|
140
98
|
"Close test results": "关闭测试结果",
|
|
141
|
-
"Cloud Sync": "云端同步",
|
|
142
|
-
"Cloudflare tunnel": "Cloudflare 隧道",
|
|
143
99
|
"Cloudflare Tunnel": "Cloudflare 隧道",
|
|
144
100
|
"Codex CLI - Manual Configuration": "Codex CLI - 手动配置",
|
|
145
101
|
"Codex CLI not installed": "Codex CLI 未安装",
|
|
146
102
|
"Codex uses": "Codex 使用",
|
|
147
|
-
"Collapse": "收起",
|
|
148
103
|
"Combo Name": "组合名称",
|
|
149
|
-
"Combo Round Robin": "组合轮询",
|
|
150
104
|
"Combos": "组合",
|
|
151
105
|
"Coming soon...": "即将推出...",
|
|
152
106
|
"Comma-separated hostnames/domains to bypass the proxy.": "以逗号分隔的主机名/域以绕过代理。",
|
|
153
107
|
"Company": "公司",
|
|
154
108
|
"Complete the authorization in the popup window.": "在弹出的窗口中完成授权。",
|
|
155
109
|
"Completion/response tokens": "补全/响应 Token",
|
|
156
|
-
"Compress tool output to reduce token usage.": "压缩工具输出以减少 Token 使用量。",
|
|
157
110
|
"Configure a new AI provider to use with your applications.": "配置新的 AI 提供程序以与您的应用程序一起使用。",
|
|
158
|
-
"Configure CLI tools": "配置 CLI 工具",
|
|
159
|
-
"Configure local coding tools to use your openrouterX providers.": "配置本地编码工具以使用你的 openrouterX 提供商。",
|
|
160
111
|
"Configure pricing rates for cost tracking and calculations": "配置定价以进行成本跟踪和计算",
|
|
161
|
-
"Configured outbound proxy timed out": "配置的出站代理超时",
|
|
162
112
|
"Confirm": "确认",
|
|
163
113
|
"Confirm new password": "确认新密码",
|
|
164
114
|
"Confirm New Password": "确认新密码",
|
|
@@ -167,17 +117,12 @@
|
|
|
167
117
|
"Connect Cursor IDE": "连接CursorIDE",
|
|
168
118
|
"Connect Kiro": "连接Kiro",
|
|
169
119
|
"Connect to providers with OAuth to track your API quota limits and usage.": "使用 OAuth 连接到提供商以跟踪您的 API 配额限制和使用情况。",
|
|
170
|
-
"Connect via OAuth or API keys. Securely manage credentials.": "通过 OAuth 或 API 密钥连接。安全管理凭据。",
|
|
171
120
|
"Connect with OAuth2": "使用 OAuth2 连接",
|
|
172
121
|
"Connect your account using OAuth2 authentication.": "使用 OAuth2 身份验证连接您的账号。",
|
|
173
122
|
"Connected": "已连接",
|
|
174
123
|
"Connected Successfully!": "连接成功!",
|
|
175
|
-
"connection": "个连接",
|
|
176
124
|
"Connection Failed": "连接失败",
|
|
177
|
-
"connections": "个连接",
|
|
178
125
|
"Connections": "连接",
|
|
179
|
-
"Console Log": "控制台日志",
|
|
180
|
-
"Console Logs": "控制台日志",
|
|
181
126
|
"Contact": "联系",
|
|
182
127
|
"Content": "内容",
|
|
183
128
|
"Continue": "继续",
|
|
@@ -187,7 +132,6 @@
|
|
|
187
132
|
"Cookie Auth": "Cookie 验证",
|
|
188
133
|
"Cookie String": "Cookie 字符串",
|
|
189
134
|
"Cooldown": "冷却",
|
|
190
|
-
"Copied!": "已复制!",
|
|
191
135
|
"Copy": "复制",
|
|
192
136
|
"Copy combo name": "复制组合名称",
|
|
193
137
|
"Copy model": "复制模型",
|
|
@@ -198,7 +142,6 @@
|
|
|
198
142
|
"Costs are calculated based on token usage and pricing rates. Each request's cost is determined by: (input_tokens × input_rate) + (output_tokens × output_rate) + (cached_tokens × cached_rate)": "成本根据 Token 用量和费率计算。每个请求的成本由以下公式决定:(input_tokens × input_rate) + (output_tokens × output_rate) + (cached_tokens × cached_rate)",
|
|
199
143
|
"Could not read Cursor database automatically.": "无法自动读取 Cursor 数据库。",
|
|
200
144
|
"Create": "创建",
|
|
201
|
-
"Create a proxy pool entry, then assign it to connections.": "创建代理池条目,然后分配到连接。",
|
|
202
145
|
"Create API Key": "创建 API 密钥",
|
|
203
146
|
"Create Combo": "创建组合",
|
|
204
147
|
"Create Key": "创建密钥",
|
|
@@ -206,50 +149,24 @@
|
|
|
206
149
|
"Create Provider": "创建提供商",
|
|
207
150
|
"Create your first API key to get started": "创建您的第一个 API 密钥以开始使用",
|
|
208
151
|
"Created": "已创建",
|
|
209
|
-
"Creating...": "创建中...",
|
|
210
152
|
"Current": "当前",
|
|
211
|
-
"Current Machine State": "当前机器状态",
|
|
212
153
|
"Current Password": "当前密码",
|
|
213
154
|
"Current Pricing Overview": "当前定价概述",
|
|
214
155
|
"Current: Keeps": "当前: 保留",
|
|
215
|
-
"Currently using accounts in priority order (Fill First).": "当前按优先级顺序使用账号(优先填满)。",
|
|
216
156
|
"Cursor IDE not detected. Please paste your tokens manually.": "未检测到Cursor IDE。请手动粘贴您的令牌。",
|
|
217
157
|
"Custom Pricing:": "定制定价:",
|
|
218
158
|
"Cycle through accounts to distribute load": "循环切换账号以分配负载",
|
|
219
|
-
"Cycle through providers in combos instead of always starting with first": "在组合中循环使用提供商,而不是总是从第一个开始",
|
|
220
|
-
"dark": "深色",
|
|
221
|
-
"Dashboard": "仪表盘",
|
|
222
|
-
"Data flows seamlessly through our intelligent routing system": "数据通过我们的智能路由系统无缝流转",
|
|
223
159
|
"Database backup downloaded": "数据库备份已下载",
|
|
224
160
|
"Database imported successfully": "数据库导入成功",
|
|
225
161
|
"Database Location": "数据库位置",
|
|
226
162
|
"DateTime": "日期时间",
|
|
227
|
-
"Debug": "调试",
|
|
228
163
|
"Debug translation flow between formats": "调试格式之间的翻译流程",
|
|
229
|
-
"Default Model": "默认模型",
|
|
230
|
-
"Default password is 123456": "默认密码为 123456",
|
|
231
|
-
"Default route": "默认路由",
|
|
232
164
|
"Delete": "删除",
|
|
233
|
-
"Delete this combo?": "删除此组合?",
|
|
234
|
-
"Delete this connection?": "删除此连接?",
|
|
235
|
-
"Deploy": "部署",
|
|
236
|
-
"Deploy Vercel Relay": "部署 Vercel Relay",
|
|
237
|
-
"Deploying... (may take ~1 min)": "部署中...(可能需要约 1 分钟)",
|
|
238
|
-
"Deploys an edge relay function to Vercel that proxies requests through Vercel's network.": "将边缘中继函数部署到 Vercel,通过 Vercel 的网络代理请求。",
|
|
239
|
-
"Desktop": "桌面",
|
|
240
165
|
"Detail": "详情",
|
|
241
|
-
"Details": "详情",
|
|
242
|
-
"Diagnose local connectivity, proxy, DNS, and MITM network impact": "诊断本地连接、代理、DNS 和 MITM 对网络的影响",
|
|
243
|
-
"Disable": "禁用",
|
|
244
|
-
"Disable provider": "禁用提供商",
|
|
245
166
|
"Disable Tunnel": "禁用隧道",
|
|
246
|
-
"disabled": "已禁用",
|
|
247
167
|
"Disabled": "已禁用",
|
|
248
|
-
"Disconnected from server": "与服务器断开连接",
|
|
249
168
|
"Display Name": "显示名称",
|
|
250
|
-
"DNS errors": "DNS 错误",
|
|
251
169
|
"DNS off": "DNS 关闭",
|
|
252
|
-
"Docs": "文档",
|
|
253
170
|
"Documentation": "文档",
|
|
254
171
|
"dollars per million tokens": "美元 / 百万 Token",
|
|
255
172
|
"Domain:": "域名:",
|
|
@@ -257,21 +174,14 @@
|
|
|
257
174
|
"Download Backup": "下载备份",
|
|
258
175
|
"e.g. claude-opus-4-5": "例如 claude-opus-4-5",
|
|
259
176
|
"e.g., Production API, Dev Environment": "例如,生产 API、开发环境",
|
|
260
|
-
"EADDRNOTAVAIL means Node could not allocate a usable local outbound address at that moment. This normally points to Wi-Fi/DHCP/route churn or VPN/proxy path loss before an upstream request completed.": "EADDRNOTAVAIL 表示 Node 当时无法分配可用的本地出站地址。通常说明上游请求完成前发生了 Wi-Fi、DHCP、路由变化,或 VPN/代理路径丢失。",
|
|
261
|
-
"Easy Setup": "简单设置",
|
|
262
177
|
"Edit": "编辑",
|
|
263
178
|
"Edit Connection": "编辑连接",
|
|
264
179
|
"Edit Pricing": "编辑定价",
|
|
265
|
-
"Edit Proxy Pool": "编辑代理池",
|
|
266
180
|
"Email": "邮箱",
|
|
267
|
-
"Enable": "启用",
|
|
268
181
|
"Enable DNS per tool below to activate interception": "启用下面每个工具的 DNS 以激活拦截",
|
|
269
182
|
"Enable Observability": "启用可观察性",
|
|
270
|
-
"Enable provider": "启用提供商",
|
|
271
183
|
"Enable proxy for OAuth + provider outbound requests.": "为 OAuth + 提供商出站请求启用代理。",
|
|
272
184
|
"Enable Tunnel": "启用隧道",
|
|
273
|
-
"Enabled": "已启用",
|
|
274
|
-
"Enabled outside OpenrouterX": "在 OpenrouterX 外部启用",
|
|
275
185
|
"Encrypted": "已加密",
|
|
276
186
|
"End Date": "结束日期",
|
|
277
187
|
"End-to-end TLS via Cloudflare": "通过 Cloudflare 的端到端 TLS",
|
|
@@ -279,192 +189,93 @@
|
|
|
279
189
|
"Enter current password": "输入当前密码",
|
|
280
190
|
"Enter new API key": "输入新的 API 密钥",
|
|
281
191
|
"Enter new password": "输入新密码",
|
|
282
|
-
"Enter password": "输入密码",
|
|
283
192
|
"Enter sudo password": "输入sudo密码",
|
|
284
193
|
"Enter your API key": "输入您的 API 密钥",
|
|
285
|
-
"Enter your password to access the dashboard": "输入密码以访问仪表盘",
|
|
286
|
-
"Error": "错误",
|
|
287
194
|
"Est. Cost": "预计。成本",
|
|
288
|
-
"Everything you need to manage your AI infrastructure efficiently.": "高效管理 AI 基础设施所需的一切。",
|
|
289
|
-
"Existing TLS sockets were reset": "现有 TLS 连接被重置",
|
|
290
|
-
"Expand": "展开",
|
|
291
|
-
"Experimental": "实验性",
|
|
292
|
-
"Expose your local OpenrouterX to the internet. No port forwarding, no static IP needed. Share endpoint URL with your team or use it in Cursor, Cline, and other AI tools from anywhere.": "将您本地的 OpenrouterX 暴露到互联网。无需端口转发,无需静态 IP。与您的团队共享端点 URL 或从任何地方在 Cursor、Cline 和其他 AI 工具中使用它。",
|
|
293
|
-
"External route instability": "外部路由不稳定",
|
|
294
195
|
"Factory Droid - Manual Configuration": "Factory Droid - 手动配置",
|
|
295
196
|
"Factory Droid CLI not installed": "Factory Droid CLI 未安装",
|
|
296
|
-
"Fail request if proxy is unreachable instead of falling back to direct.": "当代理不可达时直接失败,而不是回退到直连。",
|
|
297
|
-
"failed": "失败",
|
|
298
|
-
"Failed to apply settings": "应用设置失败",
|
|
299
|
-
"Failed to create combo": "创建组合失败",
|
|
300
|
-
"Failed to load changelog:": "加载更新日志失败:",
|
|
301
197
|
"Failed to load usage statistics.": "无法加载使用情况统计信息。",
|
|
302
|
-
"Failed to reset settings": "重置设置失败",
|
|
303
|
-
"Failed to set alias": "设置别名失败",
|
|
304
|
-
"Failed to update combo": "更新组合失败",
|
|
305
198
|
"Features": "功能特性",
|
|
306
|
-
"Files": "文件",
|
|
307
|
-
"Filter naming": "过滤命名",
|
|
308
|
-
"Filter naming requests": "过滤命名请求",
|
|
309
|
-
"Findings": "发现",
|
|
310
199
|
"Flush Interval (ms)": "刷新间隔(毫秒)",
|
|
311
200
|
"For enterprise users with custom AWS IAM Identity Center.": "适用于具有自定义 AWS IAM Identity Center 的企业用户。",
|
|
312
|
-
"Format": "格式化",
|
|
313
|
-
"Free & Free Tier Providers": "免费及免费额度提供商",
|
|
314
201
|
"Free Providers": "免费提供商",
|
|
315
202
|
"Fresh API key obtained": "获得新的 API 密钥",
|
|
316
|
-
"Full shell access": "完整 Shell 访问",
|
|
317
|
-
"Get 9Remote": "获取 9Remote",
|
|
318
|
-
"Get API Key →": "获取 API 密钥 →",
|
|
319
|
-
"Get Started": "开始使用",
|
|
320
|
-
"Get Started in 30 Seconds": "30 秒快速上手",
|
|
321
|
-
"Get started in seconds. Just install, open, and route.": "几秒钟即可上手。安装、打开、路由。",
|
|
322
|
-
"GitHub": "GitHub",
|
|
323
203
|
"GitHub Account": "GitHub 账号",
|
|
324
204
|
"GitHub Copilot - Manual Configuration": "GitHub Copilot - 手动配置",
|
|
325
205
|
"Google Account": "Google 账号",
|
|
326
|
-
"h ago": "小时前",
|
|
327
206
|
"has been connected.": "已连接。",
|
|
328
|
-
"Healthy": "健康",
|
|
329
207
|
"Help Center": "帮助中心",
|
|
330
|
-
"Hide": "隐藏",
|
|
331
|
-
"high": "高",
|
|
332
|
-
"Hostname": "主机名",
|
|
333
|
-
"How it Works": "工作原理",
|
|
334
208
|
"How it works:": "工作原理:",
|
|
335
|
-
"How OpenrouterX Works": "OpenrouterX 工作原理",
|
|
336
209
|
"How Pricing Works": "定价如何运作",
|
|
337
210
|
"How to get cookie:": "如何获取cookie:",
|
|
338
|
-
"How to Install": "如何安装",
|
|
339
|
-
"Hide": "隐藏",
|
|
340
211
|
"IDC Start URL": "IDC 起始 URL",
|
|
341
|
-
"If provider lacks /models endpoint, enter a model ID to validate via chat/completions instead.": "如果提供商不支持 /models 端点,请输入模型 ID 通过 chat/completions 进行验证。",
|
|
342
212
|
"iFlow AI": "iFlow AI",
|
|
343
213
|
"iFlow Cookie Authentication": "iFlow Cookie 身份验证",
|
|
344
|
-
"Import": "导入",
|
|
345
214
|
"Import Backup": "导入备份",
|
|
346
215
|
"Import Token": "导入令牌",
|
|
347
|
-
"Importing...": "导入中...",
|
|
348
216
|
"In": "输入",
|
|
349
217
|
"In / Out": "输入/输出",
|
|
350
|
-
"inactive": "未激活",
|
|
351
218
|
"Inactive": "未激活",
|
|
352
|
-
"Inactive pools are ignored by runtime resolution.": "未激活的代理池将被运行时解析忽略。",
|
|
353
219
|
"Inc. All rights reserved.": "公司。保留所有权利。",
|
|
354
|
-
"info": "信息",
|
|
355
220
|
"Input": "输入",
|
|
356
|
-
"Input Cost": "输入成本",
|
|
357
221
|
"Input Tokens": "输入 Token",
|
|
358
222
|
"Input Tokens:": "输入 Token:",
|
|
359
223
|
"Input:": "输入:",
|
|
360
|
-
"Install OpenrouterX": "安装 OpenrouterX",
|
|
361
|
-
"Install Tailscale": "安装 Tailscale",
|
|
362
224
|
"Installation Guide": "安装指南",
|
|
363
|
-
"Install Cline VS Code extension or CLI from": "从以下位置安装 Cline VS Code 扩展或 CLI:",
|
|
364
|
-
"Install Kilo Code from": "从以下位置安装 Kilo Code:",
|
|
365
|
-
"Installing Tailscale...": "正在安装 Tailscale...",
|
|
366
225
|
"Interactive diagram visible on desktop": "桌面上可见的交互式图表",
|
|
367
|
-
"Intercept CLI tool traffic and route through OpenrouterX": "拦截 CLI 工具流量并通过 OpenrouterX 路由",
|
|
368
|
-
"Intercepts Antigravity traffic via DNS redirect, letting you reroute models through OpenrouterX.": "通过 DNS 重定向拦截Antigravity流量,让您可以通过 OpenrouterX 重新路由模型。",
|
|
369
|
-
"Intercepts Claude Code's topic-naming requests and returns a fake response locally, saving API tokens.": "拦截 Claude Code 的主题命名请求并在本地返回伪响应,节省 API Token。",
|
|
370
|
-
"Invalid": "无效",
|
|
371
|
-
"Invalid password": "密码错误",
|
|
372
|
-
"Just now": "刚刚",
|
|
373
226
|
"KB per field": "每个字段的 KB",
|
|
374
227
|
"Key Name": "密钥名称",
|
|
375
228
|
"Kimi": "Kimi",
|
|
376
229
|
"Kiro AI": "Kiro AI",
|
|
377
230
|
"Kiro IDE not detected. Please paste your refresh token manually.": "未检测到 Kiro IDE。请手动粘贴您的刷新令牌。",
|
|
378
|
-
"Last tested:": "上次测试:",
|
|
379
231
|
"Last updated:": "最后更新:",
|
|
380
232
|
"Last Used": "最后使用",
|
|
381
233
|
"Latency": "延迟",
|
|
382
234
|
"Latency:": "延迟:",
|
|
383
235
|
"Lean": "Lean",
|
|
384
236
|
"Leave empty to inherit existing env proxy (if any).": "留空以继承现有的 env 代理(如果有)。",
|
|
385
|
-
"Legacy:": "旧版:",
|
|
386
|
-
"Legal": "法律",
|
|
387
|
-
"light": "浅色",
|
|
388
|
-
"Live": "实时",
|
|
389
|
-
"Live server console output": "服务器实时控制台输出",
|
|
390
237
|
"Load": "加载",
|
|
391
238
|
"Loading logs...": "正在加载日志...",
|
|
392
239
|
"Loading models from provider...": "正在从提供商处加载模型...",
|
|
393
240
|
"Loading pricing data...": "正在加载定价数据...",
|
|
394
|
-
"Loading...": "加载中...",
|
|
395
241
|
"Local Mode": "本地模式",
|
|
396
242
|
"Local Mode - All data stored on your machine": "本地模式 - 所有数据都存储在您的计算机上",
|
|
397
|
-
"Local route became unavailable": "本地路由不可用",
|
|
398
|
-
"Login": "登录",
|
|
399
243
|
"Login to your account": "登录您的账号",
|
|
400
244
|
"Login with your GitHub account (manual callback).": "使用您的 GitHub 账号登录(手动回调)。",
|
|
401
245
|
"Login with your Google account (manual callback).": "使用您的 Google 账号登录(手动回调)。",
|
|
402
|
-
"Logout": "退出登录",
|
|
403
246
|
"Logs are saved to log.txt in the application data directory.": "日志保存在应用程序数据目录下的log.txt中。",
|
|
404
|
-
"low": "低",
|
|
405
|
-
"m ago": "分钟前",
|
|
406
247
|
"Machine ID": "机器ID",
|
|
407
248
|
"Machine ID will be auto-filled...": "机器 ID 将自动填充...",
|
|
408
249
|
"macOS / Linux / Windows:": "macOS / Linux / Windows:",
|
|
409
250
|
"macOS / Linux:": "macOS / Linux:",
|
|
410
|
-
"Manage reusable per-connection proxies and bind them to provider connections.": "管理可复用的连接代理并绑定到提供商连接。",
|
|
411
|
-
"Manage your AI provider connections": "管理您的 AI 提供商连接",
|
|
412
|
-
"Manage your preferences": "管理您的偏好设置",
|
|
413
|
-
"Manage your proxy pool configurations": "管理您的代理池配置",
|
|
414
251
|
"Manual Callback Required": "需要手动回调",
|
|
415
252
|
"Manual Config": "手动配置",
|
|
416
|
-
"Manual configuration is still available if OpenrouterX is deployed on a remote server.": "如果 OpenrouterX 部署在远程服务器上,仍可使用手动配置。",
|
|
417
253
|
"Max JSON Size (KB)": "最大 JSON 大小 (KB)",
|
|
418
254
|
"Max Records": "最大记录数",
|
|
419
255
|
"Maximum request detail records to keep (older records are auto-deleted)": "要保留的最大请求详细记录(较旧的记录会自动删除)",
|
|
420
256
|
"Maximum size for each JSON field (request/response) before truncation": "截断前每个 JSON 字段(请求/响应)的最大大小",
|
|
421
257
|
"Maximum time to wait before flushing buffer (prevents data loss during low traffic)": "刷新缓冲区之前等待的最长时间(防止低流量期间数据丢失)",
|
|
422
|
-
"Media Providers": "媒体提供商",
|
|
423
|
-
"medium": "中",
|
|
424
258
|
"Messages": "消息",
|
|
425
|
-
"Messages API": "消息 API",
|
|
426
259
|
"MiniMax": "MiniMax",
|
|
427
|
-
"MITM": "MITM",
|
|
428
|
-
"MITM / OpenrouterX realtime output": "MITM / OpenrouterX 实时输出",
|
|
429
|
-
"MITM DNS tools": "MITM DNS 工具",
|
|
430
|
-
"MITM Proxy": "MITM 代理",
|
|
431
260
|
"MITM Server": "中间人服务器",
|
|
432
|
-
"MITM server status and controls": "中间人服务器状态与启动控制",
|
|
433
|
-
"MITM tool interception status": "MITM 工具拦截状态",
|
|
434
261
|
"Model": "模型",
|
|
435
|
-
"Model combos with fallback": "模型组合及回退",
|
|
436
|
-
"Model Fallback": "模型回退",
|
|
437
262
|
"Model ID": "模型 ID",
|
|
438
263
|
"Model ID (from OpenRouter)": "模型 ID(来自 OpenRouter)",
|
|
439
|
-
"Model ID (optional)": "模型 ID(可选)",
|
|
440
264
|
"Model is reachable": "模型可达",
|
|
441
265
|
"Model mappings will be available soon.": "模型映射即将推出。",
|
|
442
|
-
"Model not reachable": "模型不可达",
|
|
443
266
|
"Model Status": "模型状态",
|
|
444
267
|
"Model:": "模型:",
|
|
445
268
|
"Models": "模型",
|
|
446
|
-
"Monitor MITM status, quota, and realtime logs in one place": "在一个页面中关注 MITM 状态、配额和实时日志",
|
|
447
|
-
"Monitor your API usage, token consumption, and request logs": "监控您的 API 使用量、Token 消耗和请求日志",
|
|
448
|
-
"more": "更多",
|
|
449
269
|
"more providers": "更多提供商",
|
|
450
270
|
"Move down": "下移",
|
|
451
271
|
"Move up": "向上移动",
|
|
452
272
|
"ms / Total": "毫秒/总计",
|
|
453
273
|
"Name": "名称",
|
|
454
|
-
"Name is required": "名称为必填项",
|
|
455
|
-
"Native CLI tool support for Cursor, Claude, Copilot, and more.": "原生支持 Cursor、Claude、Copilot 等 CLI 工具。",
|
|
456
274
|
"Network": "网络",
|
|
457
|
-
"Network Analysis": "网络分析",
|
|
458
|
-
"Network error": "网络错误",
|
|
459
|
-
"Network Error Timeline": "网络错误时间线",
|
|
460
|
-
"Network path instability is affecting OpenrouterX": "网络路径不稳定正在影响 OpenrouterX",
|
|
461
|
-
"Never": "从未",
|
|
462
275
|
"New Password": "新密码",
|
|
463
276
|
"No active connections found for this group.": "未找到该组的活跃连接。",
|
|
464
277
|
"No active providers": "没有活跃的提供商",
|
|
465
|
-
"No API keys - Create one in Keys page": "暂无 API 密钥 - 请在密钥页面创建",
|
|
466
278
|
"No API keys yet": "还没有 API 密钥",
|
|
467
|
-
"No authentication required": "无需身份验证",
|
|
468
279
|
"No combos yet": "还没有组合",
|
|
469
280
|
"No compatible providers added yet": "尚未添加兼容的提供商",
|
|
470
281
|
"No connections": "无连接",
|
|
@@ -472,93 +283,44 @@
|
|
|
472
283
|
"No console logs yet.": "暂无控制台日志。",
|
|
473
284
|
"No data for this period": "此期间没有数据",
|
|
474
285
|
"No logs recorded yet.": "尚未记录任何日志。",
|
|
475
|
-
"No macOS system proxy detected": "未检测到 macOS 系统代理",
|
|
476
286
|
"No models": "暂无模型",
|
|
477
287
|
"No models added yet": "尚未添加模型",
|
|
478
288
|
"No models configured": "未配置模型",
|
|
479
289
|
"No models found": "未找到模型",
|
|
480
290
|
"No models match your filter.": "没有模型匹配您的筛选条件。",
|
|
481
|
-
"No models selected": "未选择模型",
|
|
482
|
-
"No network transport errors in the sampled logs.": "采样日志中没有网络传输错误。",
|
|
483
|
-
"No port forwarding needed": "无需端口转发",
|
|
484
291
|
"No pricing data available": "无可用定价数据",
|
|
485
292
|
"No Providers Connected": "没有连接提供商",
|
|
486
293
|
"No Proxy": "无代理",
|
|
487
|
-
"No proxy pool entries yet": "暂无代理池条目",
|
|
488
|
-
"No proxy:": "无代理:",
|
|
489
294
|
"No quota data available": "无可用配额数据",
|
|
490
|
-
"No recent network transport errors in app logs": "应用日志中没有近期网络传输错误",
|
|
491
295
|
"No request details found": "未找到请求详细信息",
|
|
492
296
|
"No requests yet.": "暂无请求。",
|
|
493
|
-
"No transport errors in sampled logs": "采样日志中没有传输错误",
|
|
494
|
-
"no_proxy:": "无代理:",
|
|
495
|
-
"none": "无",
|
|
496
|
-
"None": "无",
|
|
497
297
|
"Not configured": "未配置",
|
|
498
|
-
"not detected locally": "未在本地检测到",
|
|
499
|
-
"npm install -g 9router": "npm install -g 9router",
|
|
500
298
|
"Number of items to accumulate before writing to database (higher = better performance)": "写入数据库之前要累积的项目数(越高=性能越好)",
|
|
501
|
-
"OAuth": "OAuth",
|
|
502
|
-
"OAuth & API Keys": "OAuth 和 API 密钥",
|
|
503
|
-
"OAuth Account": "OAuth 账号",
|
|
504
299
|
"OAuth Providers": "OAuth 提供商",
|
|
505
300
|
"Observability": "可观察性",
|
|
506
|
-
"One Endpoint for": "统一端点,接入",
|
|
507
301
|
"Only letters, numbers, - and _ allowed": "只允许使用字母、数字、- 和 _",
|
|
508
|
-
"Only letters, numbers, -, _ and . allowed": "仅允许使用字母、数字、-、_ 和 .",
|
|
509
302
|
"Only one connection is allowed per compatible node. Add another node if you need more connections.": "每个兼容节点仅允许一个连接。如果需要更多连接,请添加另一个节点。",
|
|
510
303
|
"Open Claw - Manual Configuration": "Open Claw - 手动配置",
|
|
511
304
|
"Open Claw CLI not installed": "未安装 Open Claw CLI",
|
|
512
|
-
"Open Dashboard": "打开仪表盘",
|
|
513
305
|
"Open DevTools (F12) → Application/Storage → Cookies": "打开 DevTools (F12) → 应用程序/存储 → Cookie",
|
|
514
|
-
"open http://localhost:9099": "open http://localhost:9099",
|
|
515
306
|
"Open platform.iflow.cn in your browser": "在浏览器中打开platform.iflow.cn",
|
|
516
307
|
"OpenAI Compatible (Prod)": "OpenAI 兼容(生产)",
|
|
517
|
-
"OpenAI Compatible Details": "OpenAI 兼容详情",
|
|
518
|
-
"OpenAI Intermediate": "OpenAI 中间格式",
|
|
519
|
-
"OpenAI Response": "OpenAI 响应",
|
|
520
308
|
"OpenCode - Manual Configuration": "OpenCode - 手动配置",
|
|
521
309
|
"OpenCode CLI not installed": "未安装 OpenCode CLI",
|
|
522
|
-
"Claude CLI not detected locally": "未在本机检测到 Claude CLI",
|
|
523
|
-
"Codex CLI not detected locally": "未在本机检测到 Codex CLI",
|
|
524
|
-
"Codex CLI status unavailable": "无法获取 Codex CLI 状态",
|
|
525
|
-
"OpenCode CLI not detected locally": "未在本机检测到 OpenCode CLI",
|
|
526
|
-
"Factory Droid CLI not detected locally": "未在本机检测到 Factory Droid CLI",
|
|
527
|
-
"Open Claw CLI not detected locally": "未在本机检测到 Open Claw CLI",
|
|
528
|
-
"Hermes Agent not detected locally": "未在本机检测到 Hermes Agent",
|
|
529
|
-
"Cline not detected locally": "未在本机检测到 Cline",
|
|
530
|
-
"Kilo Code not detected locally": "未在本机检测到 Kilo Code",
|
|
531
|
-
"Claude Desktop (Cowork mode) not detected": "未检测到 Claude Desktop(Cowork 模式)",
|
|
532
|
-
"Manual configuration is still available if openrouterX is deployed on a remote server.": "如果 openrouterX 部署在远程服务器上,仍可使用手动配置。",
|
|
533
|
-
"Manual configuration is still available if OpenrouterX is deployed on a remote server.": "如果 OpenrouterX 部署在远程服务器上,仍可使用手动配置。",
|
|
534
|
-
"Click \"Apply\" to auto-configure.": "点击“应用”自动配置。",
|
|
535
|
-
"After installation, run": "安装后运行",
|
|
536
|
-
"to verify.": "进行验证。",
|
|
537
310
|
"OpenRouter": "OpenRouter",
|
|
538
311
|
"OpenRouter supports any model. Add models and create aliases for quick access.": "OpenRouter 支持任何模型。添加模型并创建别名以便快速访问。",
|
|
539
|
-
"OpenrouterX Base URL": "base URL",
|
|
540
|
-
"OpenrouterX fell back after the configured proxy connection timed out. Because the app stores this as a targeted proxy allowlist, the failure affects selected upstream API calls rather than macOS global networking.": "配置的代理连接超时后,OpenrouterX 已回退。由于应用将其作为定向代理白名单保存,该故障影响的是选定的上游 API 调用,而不是 macOS 全局网络。",
|
|
541
312
|
"Other": "其他",
|
|
542
|
-
"Our engine analyzes the prompt and routes through your subscription, cheap, and free provider tiers with automatic fallback.": "我们的引擎分析提示词并通过您的订阅、低价和免费提供商层级路由,自动回退。",
|
|
543
313
|
"Out": "输出",
|
|
544
|
-
"Outbound proxy": "出站代理",
|
|
545
314
|
"Outbound Proxy": "出站代理",
|
|
546
|
-
"Outbound scope": "出站范围",
|
|
547
315
|
"Output": "输出",
|
|
548
|
-
"Output Cost": "输出成本",
|
|
549
316
|
"Output Tokens": "输出 Token",
|
|
550
317
|
"Output Tokens:": "输出 Token:",
|
|
551
318
|
"Output:": "输出:",
|
|
552
|
-
"Overview": "概览",
|
|
553
|
-
"passed": "通过",
|
|
554
|
-
"Password": "密码",
|
|
555
319
|
"Password updated successfully": "密码更新成功",
|
|
556
320
|
"Passwords do not match": "密码不匹配",
|
|
557
321
|
"Paste it below": "粘贴在下面",
|
|
558
|
-
"Paste Proxy List (One per line)": "粘贴代理列表(每行一个)",
|
|
559
322
|
"Paste refresh token from Kiro IDE.": "从 Kiro IDE 粘贴刷新令牌。",
|
|
560
323
|
"Paused": "已暂停",
|
|
561
|
-
"Platform": "平台",
|
|
562
324
|
"Please add and connect providers first to configure CLI tools.": "请先添加并连接提供商以配置 CLI 工具。",
|
|
563
325
|
"Please copy the URL from the address bar and paste it in the application.": "请复制地址栏中的 URL 并将其粘贴到应用程序中。",
|
|
564
326
|
"Please enter a Proxy URL to test": "请输入代理 URL 进行测试",
|
|
@@ -568,9 +330,7 @@
|
|
|
568
330
|
"Please install Open Claw CLI to use this feature.": "请安装 Open Claw CLI 才能使用此功能。",
|
|
569
331
|
"Please install OpenCode CLI to use auto-apply feature.": "请安装 OpenCode CLI 以使用自动应用功能。",
|
|
570
332
|
"Please wait while we complete the authorization.": "我们正在完成授权,请稍候。",
|
|
571
|
-
"Pool:": "代理池:",
|
|
572
333
|
"Popup blocked? Enter URL manually": "弹出窗口被拦截?请手动输入 URL",
|
|
573
|
-
"Powerful Features": "强大功能",
|
|
574
334
|
"Prefix": "前缀",
|
|
575
335
|
"Pricing": "定价",
|
|
576
336
|
"Pricing Configuration": "定价配置",
|
|
@@ -581,58 +341,33 @@
|
|
|
581
341
|
"Privacy Policy": "隐私政策",
|
|
582
342
|
"Product": "产品",
|
|
583
343
|
"Production Key": "生产密钥",
|
|
584
|
-
"Project Name": "项目名称",
|
|
585
|
-
"Project Network Scope": "项目网络范围",
|
|
586
344
|
"Provider": "提供商",
|
|
587
|
-
"Provider account quota overview": "提供商账号配额概览",
|
|
588
345
|
"Provider Limits": "提供商限制",
|
|
589
346
|
"Provider not found": "未找到提供商",
|
|
590
|
-
"Provider Response": "提供商响应",
|
|
591
|
-
"Provider test failed": "提供商测试失败",
|
|
592
347
|
"Provider:": "提供商:",
|
|
593
348
|
"Providers": "提供商",
|
|
594
|
-
"Proxy": "代理",
|
|
595
|
-
"Proxy Action": "代理操作",
|
|
596
|
-
"Proxy failures": "代理故障",
|
|
597
|
-
"Proxy Pool": "代理池",
|
|
598
|
-
"Proxy pool created": "代理池已创建",
|
|
599
|
-
"Proxy pool deleted": "代理池已删除",
|
|
600
|
-
"Proxy pool updated": "代理池已更新",
|
|
601
|
-
"Proxy Pools": "代理池",
|
|
602
349
|
"Proxy settings applied": "已应用代理设置",
|
|
603
|
-
"Proxy test failed": "代理测试失败",
|
|
604
|
-
"Proxy test passed": "代理测试通过",
|
|
605
350
|
"Proxy URL": "代理 URL",
|
|
606
351
|
"Purpose:": "用途:",
|
|
607
|
-
"Quota Management": "配额管理",
|
|
608
|
-
"Quota Tracker": "配额跟踪器",
|
|
609
352
|
"Qwen": "Qwen",
|
|
610
|
-
"Raw DNS and proxy snapshot": "原始 DNS 和代理快照",
|
|
611
353
|
"Reading from AWS SSO cache": "从 AWS SSO 缓存中读取",
|
|
612
354
|
"Reading from Cursor IDE database": "从 Cursor IDE 数据库读取",
|
|
613
|
-
"Ready": "就绪",
|
|
614
|
-
"Ready! Requests route automatically through your configured providers.": "就绪!请求将自动通过您配置的提供商路由。",
|
|
615
355
|
"Reasoning": "推理",
|
|
616
356
|
"Reasoning:": "推理:",
|
|
617
357
|
"Recent Requests": "最近的请求",
|
|
618
358
|
"Recommended for most users. Free AWS account required.": "推荐给大多数用户。需要免费 AWS 帐户。",
|
|
619
|
-
"Record request details for inspection in the logs view": "记录请求详情以在日志视图中查看",
|
|
620
359
|
"records, batches every": "记录,每批",
|
|
621
360
|
"Refresh": "刷新",
|
|
622
361
|
"Refresh All": "全部刷新",
|
|
623
362
|
"Refresh quota": "刷新配额",
|
|
624
363
|
"Refresh Token": "刷新令牌",
|
|
625
|
-
"Reload Page": "重新加载页面",
|
|
626
364
|
"Reload VS Code after applying for changes to take effect.": "应用更改后请重新加载 VS Code 以使其生效。",
|
|
627
|
-
"Remote": "远程",
|
|
628
365
|
"Remove": "移除",
|
|
629
366
|
"Remove custom model": "删除自定义模型",
|
|
630
367
|
"Remove model": "删除模型",
|
|
631
|
-
"Replay request flow — matches log files": "重放请求流程——匹配日志文件",
|
|
632
368
|
"Request Details": "请求详情",
|
|
633
369
|
"Request Logs": "请求日志",
|
|
634
370
|
"Requests": "请求",
|
|
635
|
-
"Requests were reset while in flight. This can come from upstream, Wi-Fi churn, or an intermediate proxy.": "请求进行中被重置。这可能来自上游服务、Wi-Fi 波动或中间代理。",
|
|
636
371
|
"Requests without a valid key will be rejected": "没有有效密钥的请求将被拒绝",
|
|
637
372
|
"requests, max": "请求数,最大",
|
|
638
373
|
"Require API key": "需要 API 密钥",
|
|
@@ -640,37 +375,23 @@
|
|
|
640
375
|
"Required for SSL certificate and DNS configuration": "SSL 证书和 DNS 配置所需",
|
|
641
376
|
"Required for SSL certificate and server startup": "SSL 证书和服务器启动所需",
|
|
642
377
|
"Required to modify /etc/hosts and flush DNS cache": "需要修改 /etc/hosts 并刷新 DNS 缓存",
|
|
643
|
-
"Required. A friendly label for this node.": "必填。为此节点设置一个友好的显示名称。",
|
|
644
|
-
"Required. Used as the provider prefix for model IDs.": "必填。用作模型 ID 的提供商前缀。",
|
|
645
378
|
"Requires outbound port 7844 (TCP/UDP). Connection may take 10-30s.": "需要出站端口 7844 (TCP/UDP)。连接可能需要 10-30 秒。",
|
|
646
379
|
"Reset": "重置",
|
|
647
380
|
"Reset to default": "重置为默认值",
|
|
648
381
|
"Reset to Defaults": "重置为默认值",
|
|
649
382
|
"Resources": "资源",
|
|
650
|
-
"Responses": "响应",
|
|
651
383
|
"Responses API": "响应API",
|
|
652
384
|
"Retry": "重试",
|
|
653
|
-
"Risk level": "风险等级",
|
|
654
385
|
"Round Robin": "轮询",
|
|
655
|
-
"Route AI requests through subscription, cheap, and free tiers with auto-fallback. One endpoint for Claude, GPT, Gemini, and more.": "通过订阅、低价和免费层级路由 AI 请求并自动回退。一个端点接入 Claude、GPT、Gemini 等。",
|
|
656
|
-
"Route loss": "路由丢失",
|
|
657
|
-
"Route Requests": "路由请求",
|
|
658
386
|
"Routing Strategy": "路由策略",
|
|
659
387
|
"Rows:": "行:",
|
|
660
388
|
"Run this command in your terminal, then click": "在终端中运行此命令,然后单击",
|
|
661
389
|
"Running": "运行中",
|
|
662
390
|
"Running on your machine": "在你的机器上运行",
|
|
663
391
|
"s)": ")",
|
|
664
|
-
"Save": "保存",
|
|
665
|
-
"Save Changes": "保存更改",
|
|
666
392
|
"Save Mappings": "保存映射",
|
|
667
393
|
"Save this key now!": "立即保存此密钥!",
|
|
668
|
-
"Saving": "保存中",
|
|
669
|
-
"Saving...": "保存中...",
|
|
670
|
-
"Scan QR to connect instantly": "扫描二维码即刻连接",
|
|
671
|
-
"Screen sharing": "屏幕共享",
|
|
672
394
|
"Search model id": "搜索模型 ID",
|
|
673
|
-
"Search...": "搜索...",
|
|
674
395
|
"Security": "安全",
|
|
675
396
|
"Select": "选择",
|
|
676
397
|
"Select a provider": "选择提供商",
|
|
@@ -681,36 +402,17 @@
|
|
|
681
402
|
"Select Model for GitHub Copilot": "选择 GitHub Copilot 模型",
|
|
682
403
|
"Select Model for Open Claw": "选择 Open Claw 模型",
|
|
683
404
|
"Select Model for OpenCode": "选择 OpenCode 模型",
|
|
684
|
-
"Select models to add": "选择要添加的模型",
|
|
685
|
-
"Select one or more connections, then click Proxy Action.": "选择一个或多个连接,然后点击代理操作。",
|
|
686
|
-
"Select Subagent Model for Codex": "选择 Codex 子代理模型",
|
|
687
|
-
"Select Subagent Model for OpenCode": "选择 OpenCode 子代理模型",
|
|
688
|
-
"Select to pre-fill, then edit model ID in the input": "选择以预填充,然后在输入框中编辑模型 ID",
|
|
689
|
-
"Selected connections have mixed proxy bindings": "所选连接的代理绑定状态不一致",
|
|
690
405
|
"Selected only": "仅选定",
|
|
691
406
|
"Selected provider": "选定的提供商",
|
|
692
|
-
"Selecting None will unbind selected connections from proxy pool.": "选择「无」将解除所选连接与代理池的绑定。",
|
|
693
|
-
"Send": "发送",
|
|
694
407
|
"Send to Provider": "发送给提供商",
|
|
695
408
|
"Sent to provider as:": "发送给提供商:",
|
|
696
409
|
"Server": "服务器",
|
|
697
|
-
"Server Disconnected": "服务器已断开",
|
|
698
410
|
"Server off": "服务器关闭",
|
|
699
|
-
"Service is running in terminal. You can close this web page. Shutdown will stop the service.": "服务正在终端中运行。您可以关闭此网页。关闭将停止服务。",
|
|
700
|
-
"Set Password": "设置密码",
|
|
701
411
|
"Setting up": "设置",
|
|
702
|
-
"Settings": "设置",
|
|
703
|
-
"Settings applied successfully!": "设置已成功应用!",
|
|
704
|
-
"Settings reset successfully!": "设置已成功重置!",
|
|
705
412
|
"Share Endpoint": "共享端点",
|
|
706
413
|
"Share URL with team members": "与团队成员共享 URL",
|
|
707
414
|
"Show only selected models": "仅显示选中的模型",
|
|
708
415
|
"Showing": "显示中",
|
|
709
|
-
"Shutdown": "关闭",
|
|
710
|
-
"Single API endpoint for all major AI providers. Simplify your integration.": "一个 API 端点接入所有主要 AI 提供商。简化集成。",
|
|
711
|
-
"sk_9router (default)": "sk_9router(默认)",
|
|
712
|
-
"Socket resets": "连接重置",
|
|
713
|
-
"Source Body": "源请求体",
|
|
714
416
|
"Special reasoning/thinking tokens (fallback to output rate)": "特殊推理/思考 Token(回退至输出费率)",
|
|
715
417
|
"Standard prompt tokens": "标准提示 Token",
|
|
716
418
|
"Start Date": "开始日期",
|
|
@@ -723,31 +425,13 @@
|
|
|
723
425
|
"Step 1: Open this URL in your browser": "第 1 步:在浏览器中打开此 URL",
|
|
724
426
|
"Step 2: Paste the callback URL here": "第 2 步:将回调 URL 粘贴到此处",
|
|
725
427
|
"Sticky Limit": "粘性限制",
|
|
726
|
-
"Sticky:": "粘滞:",
|
|
727
428
|
"Stop DNS": "停止 DNS",
|
|
728
429
|
"Stop MITM": "停止中间人",
|
|
729
430
|
"Stop Server": "停止服务器",
|
|
730
431
|
"Stopped": "已停止",
|
|
731
|
-
"Strict Proxy": "严格代理",
|
|
732
|
-
"Subagent Model": "子代理模型",
|
|
733
|
-
"success": "成功",
|
|
734
432
|
"Sudo Password Required": "需要 sudo 密码",
|
|
735
|
-
"Suggested free models (≥200k context):": "推荐的免费模型(≥200k 上下文):",
|
|
736
|
-
"Supported formats: protocol://user:pass@host:port, host:port:user:pass": "支持的格式:protocol://user:pass@host:port, host:port:user:pass",
|
|
737
|
-
"Sync settings across devices with optional cloud storage.": "通过可选的云存储在设备间同步设置。",
|
|
738
|
-
"system": "跟随系统",
|
|
739
|
-
"System": "系统",
|
|
740
|
-
"System proxy": "系统代理",
|
|
741
|
-
"Tailscale": "Tailscale",
|
|
742
|
-
"Tailscale Funnel": "Tailscale Funnel",
|
|
743
|
-
"Tailscale installed": "Tailscale 已安装",
|
|
744
|
-
"Target Request": "目标请求",
|
|
745
|
-
"targeted": "定向",
|
|
746
|
-
"Targeted": "定向",
|
|
747
|
-
"Terminal": "终端",
|
|
748
433
|
"Terms of Service": "服务条款",
|
|
749
434
|
"Test": "测试",
|
|
750
|
-
"Test All": "全部测试",
|
|
751
435
|
"Test all API Key connections": "测试所有 API 密钥连接",
|
|
752
436
|
"Test all Compatible connections": "测试所有兼容连接",
|
|
753
437
|
"Test all Free connections": "测试所有免费连接",
|
|
@@ -756,95 +440,407 @@
|
|
|
756
440
|
"Test model": "测试模型",
|
|
757
441
|
"Test proxy URL": "测试代理 URL",
|
|
758
442
|
"Test Results": "测试结果",
|
|
759
|
-
"tested": "已测试",
|
|
760
|
-
"Testing...": "测试中...",
|
|
761
|
-
"The current app log window does not show route loss, DNS failures, proxy timeout, or socket reset patterns.": "当前应用日志窗口中没有出现路由丢失、DNS 故障、代理超时或套接字重置模式。",
|
|
762
|
-
"The log pattern points to local route loss, transient TLS disconnects, or the configured upstream proxy timing out before API calls complete.": "日志模式指向本地路由丢失、短暂 TLS 断开,或配置的上游代理在 API 调用完成前超时。",
|
|
763
|
-
"The proxy server has been stopped.": "代理服务器已停止。",
|
|
764
|
-
"The request is fulfilled by OpenAI, Anthropic, Gemini, or others instantly.": "请求由 OpenAI、Anthropic、Gemini 或其他提供商即时响应。",
|
|
765
|
-
"The sampled OpenrouterX logs do not currently show connection resets, route loss, DNS failures, or proxy timeouts.": "当前采样的 OpenrouterX 日志没有显示连接重置、路由丢失、DNS 故障或代理超时。",
|
|
766
443
|
"The tunnel will be disconnected. Remote access will stop working.": "隧道将被断开。远程访问将停止工作。",
|
|
767
444
|
"The unified interface for modern AI infrastructure. Secure, observable, and scalable.": "现代人工智能基础设施的统一接口。安全、可观察且可扩展。",
|
|
768
|
-
"Theme": "主题",
|
|
769
445
|
"Thinking Process": "思考过程",
|
|
770
446
|
"This is the only time you will see this key. Store it securely.": "这是您唯一一次看到此密钥的机会。请妥善保管。",
|
|
771
|
-
"This provider is ready to use.": "此提供商已准备就绪。",
|
|
772
447
|
"Timestamp": "时间戳",
|
|
773
448
|
"Timestamp:": "时间戳:",
|
|
774
|
-
"TLS disconnects and ECONNRESET are consistent with transient network drops, upstream resets, or proxy interruption while MITM passthrough traffic was active.": "TLS 断开和 ECONNRESET 与临时断网、上游重置,或 MITM 透传流量活动期间代理中断的表现一致。",
|
|
775
449
|
"To get a fresh API key, paste your browser cookie from": "要获取新的 API 密钥,请粘贴您的浏览器 cookie",
|
|
776
450
|
"to verify.": "来验证。",
|
|
777
451
|
"Toggle DNS to redirect": "切换 DNS 重定向",
|
|
778
452
|
"Token auto-detected from Kiro IDE successfully!": "已成功从 Kiro IDE 自动检测到令牌!",
|
|
779
|
-
"Token Saver": "Token 节省器",
|
|
780
453
|
"Token Types:": "Token 类型:",
|
|
781
454
|
"Token will be auto-filled...": "令牌将自动填充...",
|
|
782
455
|
"Tokens": "Token",
|
|
783
456
|
"Tokens auto-detected from Cursor IDE successfully!": "已成功从 Cursor IDE 自动检测到令牌!",
|
|
784
457
|
"Tokens used to create cache entries (fallback to input rate)": "用于创建缓存条目的 Token(回退至输入费率)",
|
|
785
|
-
"Total Cost": "总成本",
|
|
786
458
|
"Total Input Tokens": "输入 Token 总计",
|
|
787
459
|
"Total Models": "模型总数",
|
|
788
460
|
"Total Requests": "请求总数",
|
|
789
|
-
"Total Tokens": "总 Token",
|
|
790
461
|
"Total:": "全部的:",
|
|
791
|
-
"Track and manage your API quota limits": "跟踪和管理您的 API 配额限制",
|
|
792
|
-
"Track token usage, costs, and performance across all providers.": "跟踪所有提供商的 Token 使用量、成本和性能。",
|
|
793
|
-
"traffic through OpenrouterX via MITM.": "通过 MITM 通过 OpenrouterX 的流量。",
|
|
794
|
-
"Translator": "翻译器",
|
|
795
462
|
"Translator Debug": "翻译器调试",
|
|
796
|
-
"Trust Cert": "信任证书",
|
|
797
|
-
"Trusted": "已信任",
|
|
798
463
|
"Try Again": "再试一次",
|
|
799
464
|
"Tunnel connected!": "隧道连通!",
|
|
800
465
|
"Tunnel disabled": "隧道已禁用",
|
|
801
466
|
"Turn request detail recording on/off globally": "全局打开/关闭请求详细信息记录",
|
|
802
467
|
"Twitter": "Twitter",
|
|
803
468
|
"Unavailable": "不可用",
|
|
804
|
-
"Unified Endpoint": "统一端点",
|
|
805
|
-
"unknown": "未知",
|
|
806
469
|
"Unknown": "未知",
|
|
807
470
|
"Unselect all": "取消选择全部",
|
|
808
471
|
"Update": "更新",
|
|
809
|
-
"Update Password": "修改密码",
|
|
810
|
-
"Updated": "更新于",
|
|
811
|
-
"Upstream sockets were interrupted": "上游连接被中断",
|
|
812
|
-
"Usage": "使用情况",
|
|
813
|
-
"Usage & Analytics": "使用量和分析",
|
|
814
472
|
"Usage by Account": "按帐户使用情况",
|
|
815
473
|
"Usage by API Key": "按 API 密钥使用",
|
|
816
474
|
"Usage by Endpoint": "按端点使用",
|
|
817
475
|
"Usage by Model": "按型号使用",
|
|
818
|
-
"Usage Tracking": "使用量跟踪",
|
|
819
|
-
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from OpenrouterX": "使用 Antigravity IDE 和 GitHub Copilot → 与 OpenrouterX 的任何提供商/模型",
|
|
820
476
|
"Use in Cursor/Cline": "在Cursor/Cline中使用",
|
|
821
477
|
"Use the buttons above to add OpenAI or Anthropic compatible endpoints": "使用上面的按钮添加 OpenAI 或 Anthropic 兼容端点",
|
|
822
478
|
"Use your API from any network": "从任何网络使用您的 API",
|
|
823
|
-
"Valid": "有效",
|
|
824
|
-
"Vercel API Token": "Vercel API Token",
|
|
825
|
-
"Vercel Relay": "Vercel Relay",
|
|
826
479
|
"Verification URL": "验证 URL",
|
|
827
480
|
"View Full Details": "查看完整详情",
|
|
828
|
-
"View on GitHub": "在 GitHub 上查看",
|
|
829
481
|
"Visit the URL below and enter the code:": "访问以下网址并输入代码:",
|
|
830
482
|
"Waiting for Authorization": "等待授权",
|
|
831
483
|
"Waiting for authorization...": "等待授权...",
|
|
832
|
-
"warning": "警告",
|
|
833
484
|
"Warning": "警告",
|
|
834
|
-
"What is Vercel Relay?": "什么是 Vercel Relay?",
|
|
835
485
|
"When": "时间",
|
|
836
486
|
"When ON, dashboard requires password. When OFF, access without login.": "当打开时,仪表板需要密码。当关闭时,无需登录即可访问。",
|
|
837
|
-
"Wi-Fi status": "Wi-Fi 状态",
|
|
838
|
-
"Windows: Run OpenrouterX terminal as Administrator": "Windows:以管理员身份运行 OpenrouterX 终端",
|
|
839
|
-
"Windows: Run terminal (OpenrouterX) as Administrator to enable MITM": "Windows:以管理员身份运行终端 (OpenrouterX) 以启用 MITM",
|
|
840
|
-
"Works on any device": "适用于任何设备",
|
|
841
487
|
"Writes to": "写入到",
|
|
842
488
|
"You can override default pricing for specific models. Reset to defaults anytime to restore standard rates.": "您可以覆盖特定模型的默认定价。随时重置为默认值以恢复标准费率。",
|
|
843
489
|
"Your": "你的",
|
|
844
490
|
"Your Code": "你的代码",
|
|
845
491
|
"Your Kiro account via": "您的 Kiro 帐户通过",
|
|
846
492
|
"Your organization's AWS IAM Identity Center URL": "您组织的 AWS IAM Identity Center URL",
|
|
493
|
+
"Quota Tracker": "配额跟踪器",
|
|
494
|
+
"CLI Tools": "命令行工具",
|
|
495
|
+
"Console Log": "控制台日志",
|
|
496
|
+
"System": "系统",
|
|
497
|
+
"Debug": "调试",
|
|
498
|
+
"Settings": "设置",
|
|
499
|
+
"Usage": "使用情况",
|
|
500
|
+
"Shutdown": "关闭",
|
|
501
|
+
"Close Proxy": "关闭代理",
|
|
502
|
+
"Are you sure you want to close the proxy server?": "您确定要关闭代理服务器吗?",
|
|
503
|
+
"Server Disconnected": "服务器已断开",
|
|
504
|
+
"The proxy server has been stopped.": "代理服务器已停止。",
|
|
505
|
+
"Reload Page": "重新加载页面",
|
|
506
|
+
"Service is running in terminal. You can close this web page. Shutdown will stop the service.": "服务正在终端中运行。您可以关闭此网页。关闭将停止服务。",
|
|
507
|
+
"One Endpoint for": "统一端点,接入",
|
|
508
|
+
"All AI Providers": "所有 AI 提供商",
|
|
509
|
+
"Route AI requests through subscription, cheap, and free tiers with auto-fallback. One endpoint for Claude, GPT, Gemini, and more.": "通过订阅、低价和免费层级路由 AI 请求并自动回退。一个端点接入 Claude、GPT、Gemini 等。",
|
|
510
|
+
"Get Started": "开始使用",
|
|
511
|
+
"View on GitHub": "在 GitHub 上查看",
|
|
512
|
+
"Data flows seamlessly through our intelligent routing system": "数据通过我们的智能路由系统无缝流转",
|
|
513
|
+
"1. CLI & SDKs": "1. CLI 和 SDK",
|
|
847
514
|
"Your requests start from your favorite tools — Cursor, Claude, Copilot, or any OpenAI-compatible SDK.": "请求从您常用的工具发起——Cursor、Claude、Copilot 或任何 OpenAI 兼容的 SDK。",
|
|
515
|
+
"Our engine analyzes the prompt and routes through your subscription, cheap, and free provider tiers with automatic fallback.": "我们的引擎分析提示词并通过您的订阅、低价和免费提供商层级路由,自动回退。",
|
|
516
|
+
"3. AI Providers": "3. AI 提供商",
|
|
517
|
+
"The request is fulfilled by OpenAI, Anthropic, Gemini, or others instantly.": "请求由 OpenAI、Anthropic、Gemini 或其他提供商即时响应。",
|
|
518
|
+
"Powerful Features": "强大功能",
|
|
519
|
+
"Everything you need to manage your AI infrastructure efficiently.": "高效管理 AI 基础设施所需的一切。",
|
|
520
|
+
"Unified Endpoint": "统一端点",
|
|
521
|
+
"Single API endpoint for all major AI providers. Simplify your integration.": "一个 API 端点接入所有主要 AI 提供商。简化集成。",
|
|
522
|
+
"Easy Setup": "简单设置",
|
|
523
|
+
"Get started in seconds. Just install, open, and route.": "几秒钟即可上手。安装、打开、路由。",
|
|
524
|
+
"Model Fallback": "模型回退",
|
|
525
|
+
"Automatically switch between providers when limits are hit.": "当达到限额时自动切换提供商。",
|
|
526
|
+
"Usage Tracking": "使用量跟踪",
|
|
527
|
+
"Track token usage, costs, and performance across all providers.": "跟踪所有提供商的 Token 使用量、成本和性能。",
|
|
528
|
+
"OAuth & API Keys": "OAuth 和 API 密钥",
|
|
529
|
+
"Connect via OAuth or API keys. Securely manage credentials.": "通过 OAuth 或 API 密钥连接。安全管理凭据。",
|
|
530
|
+
"Cloud Sync": "云端同步",
|
|
531
|
+
"Sync settings across devices with optional cloud storage.": "通过可选的云存储在设备间同步设置。",
|
|
532
|
+
"CLI Support": "CLI 支持",
|
|
533
|
+
"Native CLI tool support for Cursor, Claude, Copilot, and more.": "原生支持 Cursor、Claude、Copilot 等 CLI 工具。",
|
|
534
|
+
"Dashboard": "仪表盘",
|
|
535
|
+
"Beautiful web dashboard for managing providers and monitoring usage.": "精美的 Web 仪表盘,用于管理提供商和监控使用情况。",
|
|
536
|
+
"Get Started in 30 Seconds": "30 秒快速上手",
|
|
537
|
+
"Open Dashboard": "打开仪表盘",
|
|
538
|
+
"Route Requests": "路由请求",
|
|
539
|
+
"npm install -g 9router": "npm install -g 9router",
|
|
540
|
+
"open http://localhost:9099": "open http://localhost:9099",
|
|
541
|
+
"Ready! Requests route automatically through your configured providers.": "就绪!请求将自动通过您配置的提供商路由。",
|
|
542
|
+
"How it Works": "工作原理",
|
|
543
|
+
"Docs": "文档",
|
|
544
|
+
"GitHub": "GitHub",
|
|
545
|
+
"Legal": "法律",
|
|
546
|
+
"Manage your AI provider connections": "管理您的 AI 提供商连接",
|
|
547
|
+
"Model combos with fallback": "模型组合及回退",
|
|
548
|
+
"Monitor your API usage, token consumption, and request logs": "监控您的 API 使用量、Token 消耗和请求日志",
|
|
549
|
+
"Track and manage your API quota limits": "跟踪和管理您的 API 配额限制",
|
|
550
|
+
"Configure CLI tools": "配置 CLI 工具",
|
|
551
|
+
"Manage your proxy pool configurations": "管理您的代理池配置",
|
|
552
|
+
"API endpoint configuration": "API 端点配置",
|
|
553
|
+
"Manage your preferences": "管理您的偏好设置",
|
|
554
|
+
"Live server console output": "服务器实时控制台输出",
|
|
555
|
+
"Usage & Analytics": "使用量和分析",
|
|
556
|
+
"MITM Proxy": "MITM 代理",
|
|
557
|
+
"Translator": "翻译器",
|
|
558
|
+
"Media Providers": "媒体提供商",
|
|
559
|
+
"Theme": "主题",
|
|
560
|
+
"Remote": "远程",
|
|
561
|
+
"Logout": "退出登录",
|
|
562
|
+
"Change Log": "更新日志",
|
|
563
|
+
"Proxy Pools": "代理池",
|
|
564
|
+
"MITM": "MITM",
|
|
565
|
+
"Loading...": "加载中...",
|
|
566
|
+
"Enter your password to access the dashboard": "输入密码以访问仪表盘",
|
|
567
|
+
"Password": "密码",
|
|
568
|
+
"Enter password": "输入密码",
|
|
569
|
+
"Login": "登录",
|
|
570
|
+
"Default password is 123456": "默认密码为 123456",
|
|
571
|
+
"Invalid password": "密码错误",
|
|
572
|
+
"An error occurred. Please try again.": "发生错误,请重试。",
|
|
573
|
+
"light": "浅色",
|
|
574
|
+
"dark": "深色",
|
|
575
|
+
"system": "跟随系统",
|
|
576
|
+
"Combo Round Robin": "组合轮询",
|
|
577
|
+
"Cycle through providers in combos instead of always starting with first": "在组合中循环使用提供商,而不是总是从第一个开始",
|
|
578
|
+
"Currently using accounts in priority order (Fill First).": "当前按优先级顺序使用账号(优先填满)。",
|
|
579
|
+
"Record request details for inspection in the logs view": "记录请求详情以在日志视图中查看",
|
|
580
|
+
"Update Password": "修改密码",
|
|
581
|
+
"Set Password": "设置密码",
|
|
582
|
+
"Overview": "概览",
|
|
583
|
+
"Details": "详情",
|
|
584
|
+
"Search...": "搜索...",
|
|
585
|
+
"Saving...": "保存中...",
|
|
586
|
+
"Save": "保存",
|
|
587
|
+
"Save Changes": "保存更改",
|
|
588
|
+
"Saving": "保存中",
|
|
589
|
+
"Importing...": "导入中...",
|
|
590
|
+
"Import": "导入",
|
|
591
|
+
"Deploying... (may take ~1 min)": "部署中...(可能需要约 1 分钟)",
|
|
592
|
+
"Deploy": "部署",
|
|
593
|
+
"Enable": "启用",
|
|
594
|
+
"Disable": "禁用",
|
|
595
|
+
"Token Saver": "Token 节省器",
|
|
596
|
+
"Experimental": "实验性",
|
|
597
|
+
"Compress tool output to reduce token usage.": "压缩工具输出以减少 Token 使用量。",
|
|
598
|
+
"sk_9router (default)": "sk_9router(默认)",
|
|
599
|
+
"Install Tailscale": "安装 Tailscale",
|
|
600
|
+
"Installing Tailscale...": "正在安装 Tailscale...",
|
|
601
|
+
"Tailscale installed": "Tailscale 已安装",
|
|
602
|
+
"Tailscale Funnel": "Tailscale Funnel",
|
|
603
|
+
"Allow dashboard access via tunnel": "允许通过隧道访问仪表盘",
|
|
604
|
+
"Disconnected from server": "与服务器断开连接",
|
|
605
|
+
"Attempting to reconnect...": "正在尝试重新连接...",
|
|
606
|
+
"Click to retry": "点击重试",
|
|
607
|
+
"Failed to load changelog:": "加载更新日志失败:",
|
|
608
|
+
"Copied!": "已复制!",
|
|
609
|
+
"Manage reusable per-connection proxies and bind them to provider connections.": "管理可复用的连接代理并绑定到提供商连接。",
|
|
610
|
+
"Vercel Relay": "Vercel Relay",
|
|
611
|
+
"Batch Import": "批量导入",
|
|
612
|
+
"Add Proxy Pool": "添加代理池",
|
|
613
|
+
"No proxy pool entries yet": "暂无代理池条目",
|
|
614
|
+
"Create a proxy pool entry, then assign it to connections.": "创建代理池条目,然后分配到连接。",
|
|
615
|
+
"Batch Import Proxies": "批量导入代理",
|
|
616
|
+
"Paste Proxy List (One per line)": "粘贴代理列表(每行一个)",
|
|
617
|
+
"Supported formats: protocol://user:pass@host:port, host:port:user:pass": "支持的格式:protocol://user:pass@host:port, host:port:user:pass",
|
|
618
|
+
"Deploy Vercel Relay": "部署 Vercel Relay",
|
|
619
|
+
"What is Vercel Relay?": "什么是 Vercel Relay?",
|
|
620
|
+
"Deploys an edge relay function to Vercel that proxies requests through Vercel's network.": "将边缘中继函数部署到 Vercel,通过 Vercel 的网络代理请求。",
|
|
621
|
+
"Vercel API Token": "Vercel API Token",
|
|
622
|
+
"Project Name": "项目名称",
|
|
623
|
+
"Edit Proxy Pool": "编辑代理池",
|
|
624
|
+
"Strict Proxy": "严格代理",
|
|
625
|
+
"Fail request if proxy is unreachable instead of falling back to direct.": "当代理不可达时直接失败,而不是回退到直连。",
|
|
626
|
+
"Inactive pools are ignored by runtime resolution.": "未激活的代理池将被运行时解析忽略。",
|
|
627
|
+
"active": "活跃",
|
|
628
|
+
"inactive": "未激活",
|
|
629
|
+
"unknown": "未知",
|
|
630
|
+
"bound": "已绑定",
|
|
631
|
+
"Last tested:": "上次测试:",
|
|
632
|
+
"No proxy:": "无代理:",
|
|
633
|
+
"Proxy pool updated": "代理池已更新",
|
|
634
|
+
"Proxy pool created": "代理池已创建",
|
|
635
|
+
"Proxy pool deleted": "代理池已删除",
|
|
636
|
+
"Proxy test passed": "代理测试通过",
|
|
637
|
+
"Proxy test failed": "代理测试失败",
|
|
638
|
+
"Replay request flow — matches log files": "重放请求流程——匹配日志文件",
|
|
639
|
+
"Client Request": "客户端请求",
|
|
640
|
+
"Source Body": "源请求体",
|
|
641
|
+
"OpenAI Intermediate": "OpenAI 中间格式",
|
|
642
|
+
"Target Request": "目标请求",
|
|
643
|
+
"Provider Response": "提供商响应",
|
|
644
|
+
"OpenAI Response": "OpenAI 响应",
|
|
645
|
+
"Client Response": "客户端响应",
|
|
646
|
+
"Format": "格式化",
|
|
647
|
+
"Send": "发送",
|
|
648
|
+
"→ OpenAI": "→ OpenAI",
|
|
649
|
+
"→ Target": "→ 目标",
|
|
650
|
+
"Terminal": "终端",
|
|
651
|
+
"Full shell access": "完整 Shell 访问",
|
|
652
|
+
"Desktop": "桌面",
|
|
653
|
+
"Screen sharing": "屏幕共享",
|
|
654
|
+
"Files": "文件",
|
|
655
|
+
"Browse & edit files": "浏览和编辑文件",
|
|
656
|
+
"Scan QR to connect instantly": "扫描二维码即刻连接",
|
|
657
|
+
"No port forwarding needed": "无需端口转发",
|
|
658
|
+
"Works on any device": "适用于任何设备",
|
|
659
|
+
"Access your terminal, desktop & files from anywhere": "从任何地方访问您的终端、桌面和文件",
|
|
660
|
+
"Get 9Remote": "获取 9Remote",
|
|
661
|
+
"How to Install": "如何安装",
|
|
662
|
+
"Hide": "隐藏",
|
|
663
|
+
"Filter naming": "过滤命名",
|
|
664
|
+
"Filter naming requests": "过滤命名请求",
|
|
665
|
+
"Intercepts Claude Code's topic-naming requests and returns a fake response locally, saving API tokens.": "拦截 Claude Code 的主题命名请求并在本地返回伪响应,节省 API Token。",
|
|
666
|
+
"Settings applied successfully!": "设置已成功应用!",
|
|
667
|
+
"Failed to apply settings": "应用设置失败",
|
|
668
|
+
"Settings reset successfully!": "设置已成功重置!",
|
|
669
|
+
"Failed to reset settings": "重置设置失败",
|
|
670
|
+
"No API keys - Create one in Keys page": "暂无 API 密钥 - 请在密钥页面创建",
|
|
671
|
+
"Subagent Model": "子代理模型",
|
|
672
|
+
"Select Subagent Model for Codex": "选择 Codex 子代理模型",
|
|
673
|
+
"Select Subagent Model for OpenCode": "选择 OpenCode 子代理模型",
|
|
674
|
+
"No models selected": "未选择模型",
|
|
675
|
+
"Click a model to set/clear active": "点击模型以设置/取消活跃状态",
|
|
676
|
+
"Select models to add": "选择要添加的模型",
|
|
677
|
+
"Add Model for OpenCode": "为 OpenCode 添加模型",
|
|
678
|
+
"Default Model": "默认模型",
|
|
679
|
+
"Trust Cert": "信任证书",
|
|
680
|
+
"Trusted": "已信任",
|
|
681
|
+
"not detected locally": "未在本地检测到",
|
|
682
|
+
"Select to pre-fill, then edit model ID in the input": "选择以预填充,然后在输入框中编辑模型 ID",
|
|
683
|
+
"Free & Free Tier Providers": "免费及免费额度提供商",
|
|
684
|
+
"Testing...": "测试中...",
|
|
685
|
+
"Test All": "全部测试",
|
|
686
|
+
"Ready": "就绪",
|
|
687
|
+
"Valid": "有效",
|
|
688
|
+
"Invalid": "无效",
|
|
689
|
+
"Checking...": "检查中...",
|
|
690
|
+
"Check": "检查",
|
|
691
|
+
"Creating...": "创建中...",
|
|
692
|
+
"Network error": "网络错误",
|
|
693
|
+
"Provider test failed": "提供商测试失败",
|
|
694
|
+
"Enable provider": "启用提供商",
|
|
695
|
+
"Disable provider": "禁用提供商",
|
|
696
|
+
"Chat": "对话",
|
|
697
|
+
"Responses": "响应",
|
|
698
|
+
"passed": "通过",
|
|
699
|
+
"failed": "失败",
|
|
700
|
+
"tested": "已测试",
|
|
701
|
+
"Required. A friendly label for this node.": "必填。为此节点设置一个友好的显示名称。",
|
|
702
|
+
"Required. Used as the provider prefix for model IDs.": "必填。用作模型 ID 的提供商前缀。",
|
|
703
|
+
"Model ID (optional)": "模型 ID(可选)",
|
|
704
|
+
"If provider lacks /models endpoint, enter a model ID to validate via chat/completions instead.": "如果提供商不支持 /models 端点,请输入模型 ID 通过 chat/completions 进行验证。",
|
|
705
|
+
"(via inference test)": "(通过推理测试)",
|
|
706
|
+
"Delete this combo?": "删除此组合?",
|
|
707
|
+
"Name is required": "名称为必填项",
|
|
708
|
+
"Failed to create combo": "创建组合失败",
|
|
709
|
+
"Failed to update combo": "更新组合失败",
|
|
710
|
+
"Only letters, numbers, -, _ and . allowed": "仅允许使用字母、数字、-、_ 和 .",
|
|
711
|
+
"Input Cost": "输入成本",
|
|
712
|
+
"Output Cost": "输出成本",
|
|
713
|
+
"Total Cost": "总成本",
|
|
714
|
+
"Total Tokens": "总 Token",
|
|
715
|
+
"Never": "从未",
|
|
716
|
+
"Just now": "刚刚",
|
|
717
|
+
"m ago": "分钟前",
|
|
718
|
+
"h ago": "小时前",
|
|
719
|
+
"None": "无",
|
|
720
|
+
"disabled": "已禁用",
|
|
721
|
+
"OAuth Account": "OAuth 账号",
|
|
722
|
+
"no_proxy:": "无代理:",
|
|
723
|
+
"Pool:": "代理池:",
|
|
724
|
+
"Legacy:": "旧版:",
|
|
725
|
+
"Error": "错误",
|
|
726
|
+
"more": "更多",
|
|
727
|
+
"Proxy": "代理",
|
|
728
|
+
"No authentication required": "无需身份验证",
|
|
729
|
+
"This provider is ready to use.": "此提供商已准备就绪。",
|
|
730
|
+
"Available Models": "可用模型",
|
|
731
|
+
"Model not reachable": "模型不可达",
|
|
732
|
+
"Failed to set alias": "设置别名失败",
|
|
733
|
+
"Delete this connection?": "删除此连接?",
|
|
734
|
+
"Proxy Pool": "代理池",
|
|
735
|
+
"Proxy Action": "代理操作",
|
|
736
|
+
"Selecting None will unbind selected connections from proxy pool.": "选择「无」将解除所选连接与代理池的绑定。",
|
|
737
|
+
"Applying...": "应用中...",
|
|
738
|
+
"Select one or more connections, then click Proxy Action.": "选择一个或多个连接,然后点击代理操作。",
|
|
739
|
+
"All selected currently unbound": "所有选中项当前未绑定",
|
|
740
|
+
"Selected connections have mixed proxy bindings": "所选连接的代理绑定状态不一致",
|
|
741
|
+
"Anthropic Compatible Details": "Anthropic 兼容详情",
|
|
742
|
+
"OpenAI Compatible Details": "OpenAI 兼容详情",
|
|
743
|
+
"Messages API": "消息 API",
|
|
744
|
+
"Sticky:": "粘滞:",
|
|
745
|
+
"connection": "个连接",
|
|
746
|
+
"connections": "个连接",
|
|
747
|
+
"Suggested free models (≥200k context):": "推荐的免费模型(≥200k 上下文):",
|
|
748
|
+
"Get API Key →": "获取 API 密钥 →",
|
|
749
|
+
"OAuth": "OAuth",
|
|
750
|
+
"2. OpenrouterX Hub": "2. OpenrouterX 枢纽",
|
|
751
|
+
"3. Maps Antigravity models to any provider via OpenrouterX": "3. 通过 OpenrouterX 将Antigravity模型映射到任何提供商",
|
|
752
|
+
"Checking Cline...": "正在检查 Cline...",
|
|
753
|
+
"Checking Kilo Code...": "正在检查 Kilo Code...",
|
|
754
|
+
"Checking Hermes Agent...": "正在检查 Hermes Agent...",
|
|
755
|
+
"Checking Claude Cowork...": "正在检查 Claude Cowork...",
|
|
756
|
+
"Cloudflare tunnel": "Cloudflare 隧道",
|
|
757
|
+
"Collapse": "收起",
|
|
758
|
+
"Configure local coding tools to use your openrouterX providers.": "配置本地编码工具以使用你的 openrouterX 提供商。",
|
|
759
|
+
"Configured outbound proxy timed out": "配置的出站代理超时",
|
|
760
|
+
"Console Logs": "控制台日志",
|
|
761
|
+
"Current Machine State": "当前机器状态",
|
|
762
|
+
"Default route": "默认路由",
|
|
763
|
+
"Diagnose local connectivity, proxy, DNS, and MITM network impact": "诊断本地连接、代理、DNS 和 MITM 对网络的影响",
|
|
764
|
+
"DNS errors": "DNS 错误",
|
|
765
|
+
"EADDRNOTAVAIL means Node could not allocate a usable local outbound address at that moment. This normally points to Wi-Fi/DHCP/route churn or VPN/proxy path loss before an upstream request completed.": "EADDRNOTAVAIL 表示 Node 当时无法分配可用的本地出站地址。通常说明上游请求完成前发生了 Wi-Fi、DHCP、路由变化,或 VPN/代理路径丢失。",
|
|
766
|
+
"Enabled": "已启用",
|
|
767
|
+
"Enabled outside OpenrouterX": "在 OpenrouterX 外部启用",
|
|
768
|
+
"Existing TLS sockets were reset": "现有 TLS 连接被重置",
|
|
769
|
+
"Expand": "展开",
|
|
770
|
+
"Expose your local OpenrouterX to the internet. No port forwarding, no static IP needed. Share endpoint URL with your team or use it in Cursor, Cline, and other AI tools from anywhere.": "将您本地的 OpenrouterX 暴露到互联网。无需端口转发,无需静态 IP。与您的团队共享端点 URL 或从任何地方在 Cursor、Cline 和其他 AI 工具中使用它。",
|
|
771
|
+
"External route instability": "外部路由不稳定",
|
|
772
|
+
"Findings": "发现",
|
|
773
|
+
"Healthy": "健康",
|
|
774
|
+
"high": "高",
|
|
775
|
+
"Hostname": "主机名",
|
|
776
|
+
"How OpenrouterX Works": "OpenrouterX 工作原理",
|
|
777
|
+
"info": "信息",
|
|
778
|
+
"Install OpenrouterX": "安装 OpenrouterX",
|
|
779
|
+
"Install Cline VS Code extension or CLI from": "从以下位置安装 Cline VS Code 扩展或 CLI:",
|
|
780
|
+
"Install Kilo Code from": "从以下位置安装 Kilo Code:",
|
|
781
|
+
"Intercept CLI tool traffic and route through OpenrouterX": "拦截 CLI 工具流量并通过 OpenrouterX 路由",
|
|
782
|
+
"Intercepts Antigravity traffic via DNS redirect, letting you reroute models through OpenrouterX.": "通过 DNS 重定向拦截Antigravity流量,让您可以通过 OpenrouterX 重新路由模型。",
|
|
783
|
+
"Live": "实时",
|
|
784
|
+
"Local route became unavailable": "本地路由不可用",
|
|
785
|
+
"low": "低",
|
|
786
|
+
"Manual configuration is still available if OpenrouterX is deployed on a remote server.": "如果 OpenrouterX 部署在远程服务器上,仍可使用手动配置。",
|
|
787
|
+
"medium": "中",
|
|
788
|
+
"MITM / OpenrouterX realtime output": "MITM / OpenrouterX 实时输出",
|
|
789
|
+
"MITM DNS tools": "MITM DNS 工具",
|
|
790
|
+
"MITM server status and controls": "中间人服务器状态与启动控制",
|
|
791
|
+
"MITM tool interception status": "MITM 工具拦截状态",
|
|
792
|
+
"Monitor MITM status, quota, and realtime logs in one place": "在一个页面中关注 MITM 状态、配额和实时日志",
|
|
793
|
+
"Network Analysis": "网络分析",
|
|
794
|
+
"Network Error Timeline": "网络错误时间线",
|
|
795
|
+
"Network path instability is affecting OpenrouterX": "网络路径不稳定正在影响 OpenrouterX",
|
|
796
|
+
"No macOS system proxy detected": "未检测到 macOS 系统代理",
|
|
797
|
+
"No network transport errors in the sampled logs.": "采样日志中没有网络传输错误。",
|
|
798
|
+
"No recent network transport errors in app logs": "应用日志中没有近期网络传输错误",
|
|
799
|
+
"No transport errors in sampled logs": "采样日志中没有传输错误",
|
|
800
|
+
"none": "无",
|
|
801
|
+
"Claude CLI not detected locally": "未在本机检测到 Claude CLI",
|
|
802
|
+
"Codex CLI not detected locally": "未在本机检测到 Codex CLI",
|
|
803
|
+
"Codex CLI status unavailable": "无法获取 Codex CLI 状态",
|
|
804
|
+
"OpenCode CLI not detected locally": "未在本机检测到 OpenCode CLI",
|
|
805
|
+
"Factory Droid CLI not detected locally": "未在本机检测到 Factory Droid CLI",
|
|
806
|
+
"Open Claw CLI not detected locally": "未在本机检测到 Open Claw CLI",
|
|
807
|
+
"Hermes Agent not detected locally": "未在本机检测到 Hermes Agent",
|
|
808
|
+
"Cline not detected locally": "未在本机检测到 Cline",
|
|
809
|
+
"Kilo Code not detected locally": "未在本机检测到 Kilo Code",
|
|
810
|
+
"Claude Desktop (Cowork mode) not detected": "未检测到 Claude Desktop(Cowork 模式)",
|
|
811
|
+
"Manual configuration is still available if openrouterX is deployed on a remote server.": "如果 openrouterX 部署在远程服务器上,仍可使用手动配置。",
|
|
812
|
+
"Click \"Apply\" to auto-configure.": "点击“应用”自动配置。",
|
|
813
|
+
"OpenrouterX Base URL": "base URL",
|
|
814
|
+
"OpenrouterX fell back after the configured proxy connection timed out. Because the app stores this as a targeted proxy allowlist, the failure affects selected upstream API calls rather than macOS global networking.": "配置的代理连接超时后,OpenrouterX 已回退。由于应用将其作为定向代理白名单保存,该故障影响的是选定的上游 API 调用,而不是 macOS 全局网络。",
|
|
815
|
+
"Outbound proxy": "出站代理",
|
|
816
|
+
"Outbound scope": "出站范围",
|
|
817
|
+
"Platform": "平台",
|
|
818
|
+
"Project Network Scope": "项目网络范围",
|
|
819
|
+
"Provider account quota overview": "提供商账号配额概览",
|
|
820
|
+
"Proxy failures": "代理故障",
|
|
821
|
+
"Quota Management": "配额管理",
|
|
822
|
+
"Raw DNS and proxy snapshot": "原始 DNS 和代理快照",
|
|
823
|
+
"Requests were reset while in flight. This can come from upstream, Wi-Fi churn, or an intermediate proxy.": "请求进行中被重置。这可能来自上游服务、Wi-Fi 波动或中间代理。",
|
|
824
|
+
"Risk level": "风险等级",
|
|
825
|
+
"Route loss": "路由丢失",
|
|
826
|
+
"Socket resets": "连接重置",
|
|
827
|
+
"success": "成功",
|
|
828
|
+
"System proxy": "系统代理",
|
|
829
|
+
"Tailscale": "Tailscale",
|
|
830
|
+
"targeted": "定向",
|
|
831
|
+
"Targeted": "定向",
|
|
832
|
+
"The current app log window does not show route loss, DNS failures, proxy timeout, or socket reset patterns.": "当前应用日志窗口中没有出现路由丢失、DNS 故障、代理超时或套接字重置模式。",
|
|
833
|
+
"The log pattern points to local route loss, transient TLS disconnects, or the configured upstream proxy timing out before API calls complete.": "日志模式指向本地路由丢失、短暂 TLS 断开,或配置的上游代理在 API 调用完成前超时。",
|
|
834
|
+
"The sampled OpenrouterX logs do not currently show connection resets, route loss, DNS failures, or proxy timeouts.": "当前采样的 OpenrouterX 日志没有显示连接重置、路由丢失、DNS 故障或代理超时。",
|
|
835
|
+
"TLS disconnects and ECONNRESET are consistent with transient network drops, upstream resets, or proxy interruption while MITM passthrough traffic was active.": "TLS 断开和 ECONNRESET 与临时断网、上游重置,或 MITM 透传流量活动期间代理中断的表现一致。",
|
|
836
|
+
"traffic through OpenrouterX via MITM.": "通过 MITM 通过 OpenrouterX 的流量。",
|
|
837
|
+
"Updated": "更新于",
|
|
838
|
+
"Upstream sockets were interrupted": "上游连接被中断",
|
|
839
|
+
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from OpenrouterX": "使用 Antigravity IDE 和 GitHub Copilot → 与 OpenrouterX 的任何提供商/模型",
|
|
840
|
+
"warning": "警告",
|
|
841
|
+
"Wi-Fi status": "Wi-Fi 状态",
|
|
842
|
+
"Windows: Run OpenrouterX terminal as Administrator": "Windows:以管理员身份运行 OpenrouterX 终端",
|
|
843
|
+
"Windows: Run terminal (OpenrouterX) as Administrator to enable MITM": "Windows:以管理员身份运行终端 (OpenrouterX) 以启用 MITM",
|
|
848
844
|
"关注UI": "关注UI",
|
|
849
845
|
"Open New Antigravity": "新开 Antigravity",
|
|
850
846
|
"Open a new Antigravity window with MITM enabled": "新开一个启用 MITM 的 Antigravity 窗口",
|
|
@@ -879,8 +875,6 @@
|
|
|
879
875
|
"No sub-users yet. Create one to get started.": "还没有子用户。创建一个即可开始。",
|
|
880
876
|
"Create Sub-user": "创建子用户",
|
|
881
877
|
"Username": "用户名",
|
|
882
|
-
"Display Name": "显示名称",
|
|
883
|
-
"Password": "密码",
|
|
884
878
|
"Permissions": "权限",
|
|
885
879
|
"Allow Quota Tracker for this sub-user": "允许此子用户使用配额跟踪",
|
|
886
880
|
"Quota On": "配额开",
|
|
@@ -946,7 +940,35 @@
|
|
|
946
940
|
"Admin password": "管理员密码",
|
|
947
941
|
"Sign In": "登录",
|
|
948
942
|
"Invalid credentials": "账号或密码无效",
|
|
949
|
-
"An error occurred. Please try again.": "发生错误,请重试。",
|
|
950
943
|
"OIDC user": "OIDC 用户",
|
|
951
|
-
"Password user": "密码用户"
|
|
944
|
+
"Password user": "密码用户",
|
|
945
|
+
"Click to add, click again to remove. Changes are saved automatically.": "点击添加,再次点击删除。更改将自动保存。",
|
|
946
|
+
"Close": "关闭",
|
|
947
|
+
"⚠️ Risk Notice: This provider uses a subscription/OAuth session not officially licensed for proxy/router use. Account may be restricted or banned. Use at your own risk.": "⚠️ 风险提示:此提供商使用的订阅/OAuth 会话未获官方授权用于代理/路由器使用。账户可能被限制或封禁。使用风险自负。",
|
|
948
|
+
"⚠️ MITM intercepts HTTPS traffic of IDE tools (Antigravity, GitHub Copilot, Kiro) via local CA to redirect requests to your providers. May violate ToS → account ban. Use at your own risk.": "⚠️ MITM 通过本地 CA 拦截 IDE 工具(Antigravity、GitHub Copilot、Kiro)的 HTTPS 流量,将请求重定向到您的提供商。可能违反 ToS → 账户封禁风险。使用风险自负。",
|
|
949
|
+
"Auto Routes": "自动路由",
|
|
950
|
+
"Use these routes as the OpenAI-compatible model field, or run the generated curl to verify routing.": "将这些路由作为 OpenAI 兼容的 model 字段使用,或运行生成的 curl 验证路由。",
|
|
951
|
+
"Virtual combo": "虚拟组合",
|
|
952
|
+
"Balanced": "均衡",
|
|
953
|
+
"Default active provider fallback": "默认活跃提供商回退",
|
|
954
|
+
"Coding": "编码",
|
|
955
|
+
"Prioritizes coding-capable models": "优先使用适合编码的模型",
|
|
956
|
+
"Fast": "快速",
|
|
957
|
+
"Low-latency route for quick tasks": "适合快速任务的低延迟路由",
|
|
958
|
+
"Cheap": "低价",
|
|
959
|
+
"Cost-focused active route": "优先控制成本的活跃路由",
|
|
960
|
+
"Offline": "离线",
|
|
961
|
+
"Smart": "智能",
|
|
962
|
+
"Reasoning-oriented route": "偏推理能力的路由",
|
|
963
|
+
"LKGP": "最近可用",
|
|
964
|
+
"Last-known-good provider route": "最近验证可用的提供商路由",
|
|
965
|
+
"Test passed": "测试通过",
|
|
966
|
+
"Test failed": "测试失败",
|
|
967
|
+
"Test curl": "测试 curl",
|
|
968
|
+
"Copy curl": "复制 curl",
|
|
969
|
+
"Test route": "测试路由",
|
|
970
|
+
"Copy model ID": "复制模型 ID",
|
|
971
|
+
"Route responded": "路由已响应",
|
|
972
|
+
"Provider responded without completion choices yet": "提供商已响应,但暂未返回 completion choices",
|
|
973
|
+
"Provider responded without message content yet": "提供商已响应,但暂未返回消息内容"
|
|
952
974
|
}
|