@redocly/redoc-revel 0.137.0 → 0.138.0-next.0

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.
Files changed (120) hide show
  1. package/CHANGELOG.md +37 -2
  2. package/dist/bin.js +1 -1
  3. package/dist/cli/eject/themeOperations.js +1 -1
  4. package/dist/cli/generate/generate-tag.js +1 -1
  5. package/dist/cli/generate/generate.js +1 -1
  6. package/dist/client/app/hooks/catalog/useCatalog.d.ts +1 -2
  7. package/dist/client/app/l10n/hooks/useL10n.js +1 -1
  8. package/dist/client/app/l10n/index.js +1 -1
  9. package/dist/client/app/search/sse-parser.d.ts +5 -2
  10. package/dist/client/app/search/sse-parser.js +2 -2
  11. package/dist/client/constants/ai-search.d.ts +8 -0
  12. package/dist/client/constants/ai-search.js +1 -1
  13. package/dist/constants/l10n/langs/ar.js +1 -1
  14. package/dist/constants/l10n/langs/de.js +1 -1
  15. package/dist/constants/l10n/langs/en.js +1 -1
  16. package/dist/constants/l10n/langs/es.js +1 -1
  17. package/dist/constants/l10n/langs/fr.js +1 -1
  18. package/dist/constants/l10n/langs/hi.js +1 -1
  19. package/dist/constants/l10n/langs/it.js +1 -1
  20. package/dist/constants/l10n/langs/ja.js +1 -1
  21. package/dist/constants/l10n/langs/ko.js +1 -1
  22. package/dist/constants/l10n/langs/pl.js +1 -1
  23. package/dist/constants/l10n/langs/pt-BR.js +1 -1
  24. package/dist/constants/l10n/langs/pt.js +1 -1
  25. package/dist/constants/l10n/langs/ru.js +1 -1
  26. package/dist/constants/l10n/langs/uk.js +1 -1
  27. package/dist/constants/l10n/langs/zh.js +1 -1
  28. package/dist/markdoc/helpers/guards/is-example-node.d.ts +2 -1
  29. package/dist/markdoc/helpers/guards/is-example-node.js +1 -1
  30. package/dist/markdoc/nodes/fence/index.js +1 -1
  31. package/dist/server/constants/entitlements.d.ts +1 -2
  32. package/dist/server/esbuild/plugins/styled-components-ssr.js +1 -1
  33. package/dist/server/esbuild/plugins/themes-resolver.js +2 -2
  34. package/dist/server/fs/cache.js +1 -1
  35. package/dist/server/fs/fs.js +1 -1
  36. package/dist/server/fs/utils/remove-l10n-prefix.js +1 -1
  37. package/dist/server/persistence/file-hashes/repositories/file-hashes-repository.d.ts +1 -2
  38. package/dist/server/persistence/file-hashes/services/file-hashes-service.d.ts +1 -2
  39. package/dist/server/plugins/analytics/rudderstack/browser-hooks.js +1 -1
  40. package/dist/server/plugins/analytics/segment/browser-hooks.js +1 -1
  41. package/dist/server/plugins/analytics/segment/build-script.js +3 -3
  42. package/dist/server/plugins/api-docs/loader.d.ts +2 -3
  43. package/dist/server/plugins/api-docs/options.d.ts +1 -1
  44. package/dist/server/plugins/api-docs/search/get-ai-search-documents.d.ts +1 -1
  45. package/dist/server/plugins/api-docs/utils/decorators.js +1 -1
  46. package/dist/server/plugins/api-functions/index.js +1 -1
  47. package/dist/server/plugins/catalog-entities/database/repositories/entities/entities-write-repository.js +1 -1
  48. package/dist/server/plugins/catalog-entities/types/extractors.d.ts +1 -2
  49. package/dist/server/plugins/catalog-entities/utils/openapi-component-content-extractor.d.ts +1 -2
  50. package/dist/server/plugins/catalog-entities/utils/openapi-schema-resolver.d.ts +1 -2
  51. package/dist/server/plugins/config-parser/format-error.js +4 -4
  52. package/dist/server/plugins/l10n/index.js +1 -1
  53. package/dist/server/plugins/lifecycle.js +2 -2
  54. package/dist/server/plugins/markdown/attribute-resolvers/resolve-link.js +1 -1
  55. package/dist/server/plugins/markdown/attribute-resolvers/resolve-svg-content.js +1 -1
  56. package/dist/server/plugins/markdown/compiler.js +1 -1
  57. package/dist/server/plugins/markdown/errors.js +1 -1
  58. package/dist/server/plugins/markdown/markdoc/reparse-example-fences.d.ts +7 -0
  59. package/dist/server/plugins/markdown/markdoc/reparse-example-fences.js +1 -0
  60. package/dist/server/plugins/markdown/markdoc/resolve-raw-partials.js +1 -1
  61. package/dist/server/plugins/markdown/runtime-transform.js +1 -1
  62. package/dist/server/plugins/markdown/search/to-markdown.js +20 -20
  63. package/dist/server/plugins/mcp/codemode/code-execution-telemetry.d.ts +7 -2
  64. package/dist/server/plugins/mcp/codemode/code-execution-telemetry.js +1 -1
  65. package/dist/server/plugins/mcp/codemode/invoke-tool.js +1 -1
  66. package/dist/server/plugins/mcp/codemode/sandbox/unknown-tool-hint.d.ts +5 -1
  67. package/dist/server/plugins/mcp/codemode/sandbox/unknown-tool-hint.js +2 -2
  68. package/dist/server/plugins/mcp/codemode/tools/execute.js +1 -1
  69. package/dist/server/plugins/mcp/codemode/tools/tool-errors.d.ts +4 -0
  70. package/dist/server/plugins/mcp/codemode/tools/tool-errors.js +1 -1
  71. package/dist/server/plugins/mcp/constants.d.ts +1 -0
  72. package/dist/server/plugins/mcp/constants.js +1 -1
  73. package/dist/server/plugins/mcp/docs-mcp/tool-schemas.d.ts +1 -0
  74. package/dist/server/plugins/mcp/docs-mcp/tool-schemas.js +1 -1
  75. package/dist/server/plugins/mcp/docs-mcp/tools/core/submit-feedback.d.ts +7 -0
  76. package/dist/server/plugins/mcp/docs-mcp/tools/core/submit-feedback.js +3 -0
  77. package/dist/server/plugins/mcp/docs-mcp/tools/core/types.d.ts +6 -0
  78. package/dist/server/plugins/mcp/docs-mcp/tools/index.d.ts +1 -0
  79. package/dist/server/plugins/mcp/docs-mcp/tools/index.js +1 -1
  80. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/get-endpoint-info.js +1 -1
  81. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/get-endpoints.js +1 -1
  82. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/get-full-api-description.js +1 -1
  83. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/get-security-schemes.js +1 -1
  84. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/list-apis.js +1 -1
  85. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/load-api-description.d.ts +16 -4
  86. package/dist/server/plugins/mcp/docs-mcp/tools/openapi/load-api-description.js +1 -1
  87. package/dist/server/plugins/mcp/docs-mcp/utils/api-name-matching.d.ts +6 -1
  88. package/dist/server/plugins/mcp/docs-mcp/utils/api-name-matching.js +1 -1
  89. package/dist/server/plugins/mcp/docs-mcp/utils/api-titles.d.ts +8 -0
  90. package/dist/server/plugins/mcp/docs-mcp/utils/api-titles.js +1 -1
  91. package/dist/server/plugins/mcp/handlers/docs-mcp-handler.js +1 -1
  92. package/dist/server/plugins/mcp/index.js +1 -1
  93. package/dist/server/plugins/nav-utils.js +1 -1
  94. package/dist/server/plugins/search/llmstxt/is-included-in-llms-txt.d.ts +1 -2
  95. package/dist/server/sandbox/constants/host-functions.d.ts +3 -0
  96. package/dist/server/sandbox/constants/host-functions.js +1 -1
  97. package/dist/server/sandbox/constants/sandbox.d.ts +10 -0
  98. package/dist/server/sandbox/constants/sandbox.js +1 -1
  99. package/dist/server/sandbox/sandbox.js +3 -3
  100. package/dist/server/sandbox/types.d.ts +3 -0
  101. package/dist/server/sandbox/utils/read-result.d.ts +8 -0
  102. package/dist/server/sandbox/utils/read-result.js +1 -0
  103. package/dist/server/sandbox/utils/setup-host-functions.js +3 -3
  104. package/dist/server/ssr/index.js +1 -1
  105. package/dist/server/store.d.ts +1 -1
  106. package/dist/server/store.js +1 -1
  107. package/dist/server/tools/notifiers/helpers/privacy/remove-pii.js +1 -1
  108. package/dist/server/types/plugins/common.d.ts +1 -2
  109. package/dist/server/utils/rbac.js +1 -1
  110. package/dist/server/web-server/routes/catalog/helpers/create-entity-update-schema.d.ts +1 -1
  111. package/dist/server/web-server/routes/catalog/helpers/create-entity-update-schema.js +1 -1
  112. package/dist/server/web-server/routes/feedback.d.ts +3 -1
  113. package/dist/server/web-server/routes/feedback.js +1 -1
  114. package/dist/server/web-server/routes/mcp-routes/mcp-oauth.js +1 -1
  115. package/dist/server/web-server/routes/otel/otel.js +1 -1
  116. package/dist/server/web-server/utils/legacy-openapi-redirects.js +1 -1
  117. package/dist/types/global-data.d.ts +1 -2
  118. package/dist/utils/slugger.js +1 -1
  119. package/dist/utils/url/sanitize-redirect-pathname.js +1 -1
  120. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @redocly/redoc-revel
2
2
 
3
+ ## 0.138.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0312a50ad9c: Added a `submit-feedback` tool to report documentation issues through the MCP server.
8
+ - e1b53618fb4: Changed the defaults of the `analytics.segment.trackPage`, `analytics.segment.includeTitleInPageCall`, and `analytics.rudderstack.trackPage` options to disable page view tracking by default.
9
+
10
+ ### Patch Changes
11
+
12
+ - 9e9b4914145: Improved the reliability of AI assistant answers during streaming.
13
+ - a4abb7fe95e: Fixed an issue where dropdown menus were cut off at the bottom of the viewport.
14
+ - a4abb7fe95e: Fixed an issue where GraphQL enum pages didn't render the **Referenced in** panel.
15
+ - fef7333d138: Fixed an issue where the `markdoc-example` tag rendered an empty result panel with `renderDemo=true`.
16
+ - 6605daa2732: Updated the Claude Desktop instructions on the `/mcp` page to add the Docs MCP server as a custom connector.
17
+ - e37c4f10360: Fixed an issue where MCP server lookups failed when several API description files shared a title.
18
+ - 2f3a264ac57: Fixed webhook and callback payload schemas in OpenAPI docs to correctly display read-only and write-only fields.
19
+ - 870f2254ffb: Fixed MCP server returning an empty result instead of an error when code execution produced a value too large or invalid for JSON conversion.
20
+ - 26e86082ad6: Fixed the API docs sidebar incorrectly highlighting an adjacent section while content was being lazy-loaded.
21
+ - bb5709ab9be: Updated the **Try it** console's example picker to label unnamed examples as `Default` instead of an internal identifier from the API description.
22
+ - bb5709ab9be: Fixed an issue where the **Try it** console opened on the first request body example in OpenAPI docs instead of the example selected in the request panel.
23
+ - e5306838bd9: Fixed an issue where the theme UI strings remained in the previously selected language after users navigated to a page in a different locale without using the language picker.
24
+ - Updated dependencies [a4abb7fe95e]
25
+ - Updated dependencies [a4abb7fe95e]
26
+ - Updated dependencies [ded8ed1ec72]
27
+ - Updated dependencies [fef7333d138]
28
+ - Updated dependencies [6605daa2732]
29
+ - Updated dependencies [de7f42377f7]
30
+ - Updated dependencies [2f3a264ac57]
31
+ - Updated dependencies [26e86082ad6]
32
+ - Updated dependencies [bb5709ab9be]
33
+ - Updated dependencies [bb5709ab9be]
34
+ - @redocly/theme@0.70.0-next.0
35
+ - @redocly/api-docs@0.3.0-next.0
36
+ - @redocly/realm-asyncapi-sdk@0.16.0-next.0
37
+
3
38
  ## 0.137.0
4
39
 
5
40
  ### Minor Changes
@@ -48,7 +83,7 @@
48
83
  - bff49e7278: Fixed an issue in OpenAPI docs where selecting an example in the response panel did not update the request code sample.
49
84
  The issue occurred when request and response examples shared the same key.
50
85
  - 2f5a68164c: Fixed an issue where Docs MCP API lookups rejected names that are unique parts of API titles.
51
- - ac184788d1: Fixed an issue where angle brackets: `<`, `>` weren't rendered inside inline code within Markdown link text, such as ``[`command <name>`](./page.md)``.
86
+ - ac184788d1: Fixed an issue where angle brackets: `<`, `>` weren't rendered inside inline code within Markdown link text, such as `` [`command <name>`](./page.md) ``.
52
87
  - d43a91af69: Fixed MCP code mode tool results and descriptions to match declared signatures.
53
88
  - b146b82606: Fixed MCP server code mode crashes for runs that produce no output.
54
89
  - e984568ea3: Improved the MCP gateway to ask which credentials the user holds instead of picking the default.
@@ -305,7 +340,7 @@
305
340
  - 4925ce16bea: Fixed an issue where a variant whose schema was unavailable, such as a schema restricted by RBAC, displayed as an empty option.
306
341
  - bff49e7278f: Fixed an issue in OpenAPI docs where selecting an example in the response panel did not update the request code sample.
307
342
  The issue occurred when request and response examples shared the same key.
308
- - ac184788d19: Fixed an issue where angle brackets: `<`, `>` weren't rendered inside inline code within Markdown link text, such as ``[`command <name>`](./page.md)``.
343
+ - ac184788d19: Fixed an issue where angle brackets: `<`, `>` weren't rendered inside inline code within Markdown link text, such as `` [`command <name>`](./page.md) ``.
309
344
  - 67c2f278ff4: Fixed an issue where example descriptions weren't rendered in the request and response samples panels.
310
345
  Descriptions render as Markdown below the example selector for all languages and include callback payloads and descriptions pre-parsed by the portal.
311
346
  - 4925ce16bea: Fixed an issue where code samples omitted the discriminator value of the selected variant.
package/dist/bin.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import"./server/utils/set-execution-mode.js";import"./cli/utils/node-version-check.js";import o from"mri";import*as r from"node:path";import{tmpdir as T}from"node:os";import*as u from"node:fs";import{cliCommandNames as b}from"./constants/common.js";import{initPlugins as S}from"./server/plugins/lifecycle.js";import{loadEnvVariables as k}from"./server/utils/envs/load-env-variables.js";import{PORTAL_VERSION as I}from"./server/version.js";import{logger as i}from"./server/tools/notifiers/logger.js";import{reporter as t}from"./server/tools/notifiers/reporter.js";import{sha as V}from"./server/utils/crypto/sha.js";import{envConfig as L}from"./server/config/env-config.js";import{PACKAGE_NAME as w}from"./config/product-gates.js";import{develop as R}from"./cli/develop.js";import{eject as M}from"./cli/eject/index.js";import{beforeCommand as j}from"./server/utils/lifecycle-hooks.js";import{Store as E}from"./server/store.js";import{build as N}from"./cli/build/index.js";import{fromCurrentDir as _}from"./server/utils/paths.js";import{translationsCliOpts as F}from"./cli/translations/options.js";import{generateTranslations as U}from"./cli/translations/index.js";import{EntitlementsProvider as $}from"./server/entitlements/entitlements-provider.js";import{isValidPlan as B}from"./server/entitlements/is-valid-plan.js";import{stopAllCompilers as G}from"./server/esbuild/esbuild.js";import{copyLibsqlPrebuiltBinary as q}from"./cli/build/libsql/copy-prebuilt-binary.js";import{telemetry as f}from"./cli/telemetry/index.js";import{stats as K}from"./cli/stats/index.js";import{statsCliOpts as Y}from"./cli/stats/options.js";const c=process.argv[2];let a;const v={alias:{d:"project-dir",p:"port"},default:{"project-dir":L.REDOCLY_CONTENT_DIR||process.cwd(),outdir:"public"}},z={alias:v.alias,default:{...v.default,plan:"enterprise"}},H={alias:{d:"buildDir"},default:{buildDir:"public"}},J={boolean:["force"],alias:{f:"force",d:"project-dir"},default:{"project-dir":process.cwd()}};process.on("uncaughtException",async function(e){e?.code==="ERR_INVALID_STATE"?console.log("Ignore premature close error"):(i.error("Uncaught exception occurred. Stopping compilers."),await G(),i.error("Exiting due to uncaught exception"),await t.panic(e))});try{c||await t.panicOnContentError("Command not specified.");const e=$.instance();switch(["build","prepare","serve","stats"].includes(c)&&await e.init(),["eject","translate"].includes(c)&&await e.init({developModePlan:"enterprise"}),c){case"develop":case"preview":const s=o(process.argv.slice(3),z),O=r.resolve(s["project-dir"]),h=encodeURIComponent(V(O)),m=r.join(T(),"redocly-public-"+h);u.existsSync(m)&&(i.verbose("Cleaning temporary output directory..."),u.rmSync(m,{recursive:!0,force:!0}),i.verbose("Temporary output directory cleaned."));const p=s.plan.toLowerCase();B(p)||await t.panicOnContentError(`Invalid --plan argument value '${p}'.`),await e.init({developModePlan:p}),a=new E({contentDir:r.resolve(s["project-dir"]),outdir:m,serverOutDir:_(import.meta.url,"./server/esbuild/cache/server")}),await j(b.DEVELOP,s,a),await R(s,a);break;case"build":case"prepare":const n=o(process.argv.slice(3),v),g=r.resolve(r.join(n.outdir,"server"));a=new E({contentDir:r.resolve(n["project-dir"]),outdir:r.resolve(n.outdir,"client"),serverOutDir:g}),await j(b.BUILD,n,a),q(g),await N(n,a);break;case"serve":await k();const y=o(process.argv.slice(3),H),A=r.resolve(y.buildDir);f.sendServeCliCommandExecutedMessage();const C=r.join(A,"server","index.mjs");u.existsSync(C)||await t.panic(`Server not found. Please run \`${w} build\` first (or \`${w} prepare\` for the deprecated command)`),import(C).catch(async l=>{await t.panic("Failed to load server",l)});break;case"eject":e.canAccessFeature("themeEjecting")||await t.panicOnContentError('The "eject" command is not available for this project');const d=o(process.argv.slice(3),J),{lifecycleContext:{getConfig:D,fs:P}}=await S({outdir:"",contentDir:r.resolve(d["project-dir"]),setGlobalConfig:()=>null});P.dispose(),f.sendCliCommandEjectExecutedMessage([{id:"eject",object:"cliCommand",uri:"urn:redocly:realm:cli:cliCommand:eject",arguments:d}]),await M({...d,config:await D()}),i.clearAllTimeouts();break;case"translate":if(e.canAccessFeature("l10n")){const l=o(process.argv.slice(3),F);f.sendCliCommandTranslateExecutedMessage([{id:"translate",object:"cliCommand",uri:"urn:redocly:realm:cli:cliCommand:translate",arguments:l}]),await U(l)}else await t.panicOnContentError('The "translate" command is not available for this project');break;case"stats":const x=o(process.argv.slice(3),Y);await K(x);break;case"--version":console.log(I);break;default:await t.panicOnContentError(`Unknown command "${c}"`)}}catch(e){i.error("Exiting due to uncaught exception"),await t.panic(e)}
2
+ import"./server/utils/set-execution-mode.js";import"./cli/utils/node-version-check.js";import s from"mri";import*as t from"node:path";import{tmpdir as w}from"node:os";import*as d from"node:fs";import{cliCommandNames as v}from"./constants/common.js";import{initPlugins as j}from"./server/plugins/lifecycle.js";import{loadEnvVariables as E}from"./server/utils/envs/load-env-variables.js";import{PORTAL_VERSION as O}from"./server/version.js";import{logger as n}from"./server/tools/notifiers/logger.js";import{reporter as o}from"./server/tools/notifiers/reporter.js";import{sha as h}from"./server/utils/crypto/sha.js";import{envConfig as y}from"./server/config/env-config.js";import{PACKAGE_NAME as g}from"./config/product-gates.js";import{develop as A}from"./cli/develop.js";import{eject as D}from"./cli/eject/index.js";import{beforeCommand as C}from"./server/utils/lifecycle-hooks.js";import{Store as b}from"./server/store.js";import{build as P}from"./cli/build/index.js";import{fromCurrentDir as x}from"./server/utils/paths.js";import{translationsCliOpts as T}from"./cli/translations/options.js";import{generateTranslations as S}from"./cli/translations/index.js";import{EntitlementsProvider as k}from"./server/entitlements/entitlements-provider.js";import{isValidPlan as I}from"./server/entitlements/is-valid-plan.js";import{stopAllCompilers as V}from"./server/esbuild/esbuild.js";import{copyLibsqlPrebuiltBinary as L}from"./cli/build/libsql/copy-prebuilt-binary.js";import{telemetry as u}from"./cli/telemetry/index.js";import{stats as R}from"./cli/stats/index.js";import{statsCliOpts as M}from"./cli/stats/options.js";const m=process.argv[2];let c;const f={alias:{d:"project-dir",p:"port"},default:{"project-dir":y.REDOCLY_CONTENT_DIR||process.cwd(),outdir:"public"}},N={alias:f.alias,default:{...f.default,plan:"enterprise"}},_={alias:{d:"buildDir"},default:{buildDir:"public"}},F={boolean:["force"],alias:{f:"force",d:"project-dir"},default:{"project-dir":process.cwd()}};process.on("uncaughtException",async function(r){r?.code==="ERR_INVALID_STATE"?console.log("Ignore premature close error"):(n.error("Uncaught exception occurred. Stopping compilers."),await V(),n.error("Exiting due to uncaught exception"),await o.panic(r))});try{m||await o.panicOnContentError("Command not specified.");const r=k.instance();switch(["build","prepare","serve","stats"].includes(m)&&await r.init(),["eject","translate"].includes(m)&&await r.init({developModePlan:"enterprise"}),m){case"develop":case"preview":{const e=s(process.argv.slice(3),N),i=t.resolve(e["project-dir"]),a=encodeURIComponent(h(i)),l=t.join(w(),"redocly-public-"+a);d.existsSync(l)&&(n.verbose("Cleaning temporary output directory..."),d.rmSync(l,{recursive:!0,force:!0}),n.verbose("Temporary output directory cleaned."));const p=e.plan.toLowerCase();I(p)||await o.panicOnContentError(`Invalid --plan argument value '${p}'.`),await r.init({developModePlan:p}),c=new b({contentDir:t.resolve(e["project-dir"]),outdir:l,serverOutDir:x(import.meta.url,"./server/esbuild/cache/server")}),await C(v.DEVELOP,e,c),await A(e,c);break}case"build":case"prepare":{const e=s(process.argv.slice(3),f),i=t.resolve(t.join(e.outdir,"server"));c=new b({contentDir:t.resolve(e["project-dir"]),outdir:t.resolve(e.outdir,"client"),serverOutDir:i}),await C(v.BUILD,e,c),L(i),await P(e,c);break}case"serve":{await E();const e=s(process.argv.slice(3),_),i=t.resolve(e.buildDir);u.sendServeCliCommandExecutedMessage();const a=t.join(i,"server","index.mjs");d.existsSync(a)||await o.panic(`Server not found. Please run \`${g} build\` first (or \`${g} prepare\` for the deprecated command)`),import(a).catch(async l=>{await o.panic("Failed to load server",l)});break}case"eject":{r.canAccessFeature("themeEjecting")||await o.panicOnContentError('The "eject" command is not available for this project');const e=s(process.argv.slice(3),F),{lifecycleContext:{getConfig:i,fs:a}}=await j({outdir:"",contentDir:t.resolve(e["project-dir"]),setGlobalConfig:()=>null});a.dispose(),u.sendCliCommandEjectExecutedMessage([{id:"eject",object:"cliCommand",uri:"urn:redocly:realm:cli:cliCommand:eject",arguments:e}]),await D({...e,config:await i()}),n.clearAllTimeouts();break}case"translate":if(r.canAccessFeature("l10n")){const e=s(process.argv.slice(3),T);u.sendCliCommandTranslateExecutedMessage([{id:"translate",object:"cliCommand",uri:"urn:redocly:realm:cli:cliCommand:translate",arguments:e}]),await S(e)}else await o.panicOnContentError('The "translate" command is not available for this project');break;case"stats":{const e=s(process.argv.slice(3),M);await R(e);break}case"--version":console.log(O);break;default:await o.panicOnContentError(`Unknown command "${m}"`)}}catch(r){n.error("Exiting due to uncaught exception"),await o.panic(r)}
@@ -1 +1 @@
1
- import*as c from"path";import{lstatSync as m,readdirSync as y,copyFileSync as F,mkdirSync as h}from"fs";import{FsErrors as g}from"../../constants/common.js";import{logger as a}from"../../server/tools/notifiers/logger.js";import{getGlobMatcher as l}from"./glob.js";import{askUserToConfirm as x,askUserToSelectComponents as j}from"./ejectPrompt.js";function f(r){return y(r).flatMap(i=>{const t=c.join(r,i);return m(t).isDirectory()?f(t):t})}function A(r,i=c.resolve("")){const t=(n,o,e)=>{o.forEach(s=>{n[s]={...n[s]||{}},n=n[s]}),n["."]=Array.isArray(n["."])?[...n["."],e]:[e]};return r.reduce((n,o)=>{if(m(c.join(i,o)).isFile()){const{dir:e,base:s}=c.parse(o),d=e?e.split(c.sep).filter(Boolean):[];t(n,d,s)}return n},{})}function u(r,i){return c.normalize(r).replace(c.normalize(i),"").replace(/^[\/\\]+/,"")}function C(r,i={}){let t=[];const{ignoreFilePatterns:n,onlyFilePatterns:o}=i;try{if(t=f(r).map(e=>u(e,r)),o){const e=l(o);t=t.filter(s=>e(s))}if(n){const e=l(n);return t.filter(s=>!e(s))}return t}catch(e){if(e.code===g.NotExist)return t;throw e}}function T(r,i){return r.filter(t=>i.includes(t))}function v(r,i,t){const n=u(t,i),o=c.resolve(i,n),e=c.resolve(r,n);return h(c.dirname(e),{recursive:!0}),F(o,e),e}function p(r,i,t,n){const o=a.startTiming(),e=v(t,i,r),s=`\u{1F4E6} Component ${r} has been ejected into %rp`;n?.onSuccess?.(s),a.infoTime(o,s,e)}async function S({componentToCopy:r,ejectedFiles:i=[],copyFrom:t,copyTo:n,options:o={}}){if(i.includes(r)&&!o.force){const e=`File [ ${r} ] will be overwritten. Are you sure ?`;return o&&o.onOverride?o.onOverride(e):await x(e)?p(r,t,n):a.info(`Skipped [ ${r} ] component ejection.`)}return p(r,t,n,o)}async function $({componentList:r,ejectedComponents:i,pathToThemeFolder:t,pathToPortalCustomThemeFolder:n,options:o}){const e=await j(r,t);for(const s of e)await S({componentToCopy:s,ejectedFiles:i,copyFrom:t,copyTo:n,options:o})}export{S as copyComponent,p as copyComponentAndReport,$ as copyComponentsFromList,v as copyThemeComponent,T as getEjectedFiles,C as getThemeFiles,u as stripComponentThemePath,A as toFileTree};
1
+ import*as c from"path";import{lstatSync as m,readdirSync as y,copyFileSync as F,mkdirSync as h}from"fs";import{FsErrors as g}from"../../constants/common.js";import{logger as a}from"../../server/tools/notifiers/logger.js";import{getGlobMatcher as l}from"./glob.js";import{askUserToConfirm as x,askUserToSelectComponents as j}from"./ejectPrompt.js";function f(r){return y(r).flatMap(i=>{const t=c.join(r,i);return m(t).isDirectory()?f(t):t})}function A(r,i=c.resolve("")){const t=(n,o,e)=>{o.forEach(s=>{n[s]={...n[s]||{}},n=n[s]}),n["."]=Array.isArray(n["."])?[...n["."],e]:[e]};return r.reduce((n,o)=>{if(m(c.join(i,o)).isFile()){const{dir:e,base:s}=c.parse(o),d=e?e.split(c.sep).filter(Boolean):[];t(n,d,s)}return n},{})}function u(r,i){return c.normalize(r).replace(c.normalize(i),"").replace(/^[/\\]+/,"")}function C(r,i={}){let t=[];const{ignoreFilePatterns:n,onlyFilePatterns:o}=i;try{if(t=f(r).map(e=>u(e,r)),o){const e=l(o);t=t.filter(s=>e(s))}if(n){const e=l(n);return t.filter(s=>!e(s))}return t}catch(e){if(e.code===g.NotExist)return t;throw e}}function T(r,i){return r.filter(t=>i.includes(t))}function v(r,i,t){const n=u(t,i),o=c.resolve(i,n),e=c.resolve(r,n);return h(c.dirname(e),{recursive:!0}),F(o,e),e}function p(r,i,t,n){const o=a.startTiming(),e=v(t,i,r),s=`\u{1F4E6} Component ${r} has been ejected into %rp`;n?.onSuccess?.(s),a.infoTime(o,s,e)}async function S({componentToCopy:r,ejectedFiles:i=[],copyFrom:t,copyTo:n,options:o={}}){if(i.includes(r)&&!o.force){const e=`File [ ${r} ] will be overwritten. Are you sure ?`;return o&&o.onOverride?o.onOverride(e):await x(e)?p(r,t,n):a.info(`Skipped [ ${r} ] component ejection.`)}return p(r,t,n,o)}async function $({componentList:r,ejectedComponents:i,pathToThemeFolder:t,pathToPortalCustomThemeFolder:n,options:o}){const e=await j(r,t);for(const s of e)await S({componentToCopy:s,ejectedFiles:i,copyFrom:t,copyTo:n,options:o})}export{S as copyComponent,p as copyComponentAndReport,$ as copyComponentsFromList,v as copyThemeComponent,T as getEjectedFiles,C as getThemeFiles,u as stripComponentThemePath,A as toFileTree};
@@ -1 +1 @@
1
- import{appendFileSync as P,mkdirSync as p,writeFileSync as a}from"fs";import e from"path";import{CUSTOM_MARKDOC_TAGS_PATH as d,CUSTOM_MARKDOC_OPTIONS_PATH as l}from"../../constants/common.js";import{USER_THEME_ALIAS as C}from"../../constants/common.js";import{logger as T}from"../../server/tools/notifiers/logger.js";import{getComponentTemplate as O}from"./get-component-template.js";import{getComponentsFileTemplate as D}from"./get-components-file-template.js";import{getSchemaTemplate as E}from"./get-schema-template.js";import{isValidFilePath as f}from"./is-valid-file-path.js";import{capitalize as F}from"./string-utils.js";async function I(h,o,m){const t=F(o),s=e.resolve(h,C),c=e.resolve(s,l,d),i=e.resolve(s,t),S=e.resolve(s,l,"components.ts"),n=e.resolve(i,`${t}.tsx`),r=e.resolve(c,`${o}.markdoc.ts`),g=!await f(n,m),u=!await f(r,m);if((g||u)&&!m)return;const v=O(t),_=E(o),A=D(t);p(i,{recursive:!0}),p(c,{recursive:!0}),a(r,_),T.success(`Generated schema: file://${r}`),a(n,v),T.success(`Generated component: file://${n}`),P(S,A)}export{I as generateTag};
1
+ import{appendFileSync as P,mkdirSync as p,writeFileSync as a}from"fs";import e from"path";import{CUSTOM_MARKDOC_TAGS_PATH as d,CUSTOM_MARKDOC_OPTIONS_PATH as l,USER_THEME_ALIAS as C}from"../../constants/common.js";import{logger as T}from"../../server/tools/notifiers/logger.js";import{getComponentTemplate as O}from"./get-component-template.js";import{getComponentsFileTemplate as D}from"./get-components-file-template.js";import{getSchemaTemplate as E}from"./get-schema-template.js";import{isValidFilePath as f}from"./is-valid-file-path.js";import{capitalize as F}from"./string-utils.js";async function k(h,o,s){const t=F(o),n=e.resolve(h,C),c=e.resolve(n,l,d),i=e.resolve(n,t),S=e.resolve(n,l,"components.ts"),m=e.resolve(i,`${t}.tsx`),r=e.resolve(c,`${o}.markdoc.ts`),g=!await f(m,s),u=!await f(r,s);if((g||u)&&!s)return;const v=O(t),_=E(o),A=D(t);p(i,{recursive:!0}),p(c,{recursive:!0}),a(r,_),T.success(`Generated schema: file://${r}`),a(m,v),T.success(`Generated component: file://${m}`),P(S,A)}export{k as generateTag};
@@ -1 +1 @@
1
- import{logger as a}from"../../server/tools/notifiers/logger.js";import{reporter as n}from"../../server/tools/notifiers/reporter.js";import{generateTag as i}from"./generate-tag.js";import{normalizeTagName as c}from"./normalize-tag-name.js";const p={Tag:"tag"},g={boolean:["force"],alias:{f:"force",d:"contentDir"},default:{contentDir:process.cwd()}};async function l(t){const[e,r]=t._;try{switch(e){case p.Tag:if(!r)return n.panicOnContentError(`${e} "name" is not provided.`);const o=await c(r);return i(t.contentDir,o,t.force);case null:case void 0:await n.panicOnContentError('generation "type" is not provided.');break;default:await n.panicOnContentError(`Unsupported type: "${e}".`)}}catch{return a.warn(`${e} was not created.`)}}export{l as generate,g as generateCliOptions};
1
+ import{logger as a}from"../../server/tools/notifiers/logger.js";import{reporter as n}from"../../server/tools/notifiers/reporter.js";import{generateTag as i}from"./generate-tag.js";import{normalizeTagName as c}from"./normalize-tag-name.js";const p={Tag:"tag"},g={boolean:["force"],alias:{f:"force",d:"contentDir"},default:{contentDir:process.cwd()}};async function l(t){const[e,r]=t._;try{switch(e){case p.Tag:{if(!r)return n.panicOnContentError(`${e} "name" is not provided.`);const o=await c(r);return i(t.contentDir,o,t.force)}case null:case void 0:await n.panicOnContentError('generation "type" is not provided.');break;default:await n.panicOnContentError(`Unsupported type: "${e}".`)}}catch{return a.warn(`${e} was not created.`)}}export{l as generate,g as generateCliOptions};
@@ -1,4 +1,3 @@
1
- import type { UseCatalogResponse } from '@redocly/theme/core/types';
2
- import type { UseCatalogProps } from '@redocly/theme/core/types';
1
+ import type { UseCatalogResponse, UseCatalogProps } from '@redocly/theme/core/types';
3
2
  export declare function useCatalog(props?: UseCatalogProps): UseCatalogResponse;
4
3
  //# sourceMappingURL=useCatalog.d.ts.map
@@ -1 +1 @@
1
- import n from"i18next";const e=()=>({changeLanguage:n.changeLanguage,lang:n.language});export{e as useL10n};
1
+ import e from"i18next";import{useSyncExternalStore as g}from"react";const t=n=>(e.on("languageChanged",n),()=>e.off("languageChanged",n)),a=()=>e.language,u=()=>{const n=g(t,a,a);return{changeLanguage:e.changeLanguage,lang:n}};export{u as useL10n};
@@ -1 +1 @@
1
- import e from"i18next";import{useEffect as a}from"react";import{DEFAULT_LOCALE_PLACEHOLDER as s}from"../../../constants/common";import{defaultTranslationImports as l}from"../../../constants/l10n/default-translations";import{useL10nConfig as i}from"../hooks";const p=()=>{const{currentLocale:t}=i();a(()=>{const o=!t||t===s?"en":t;document.documentElement.setAttribute("lang",o)},[t])},g=async t=>{if(!t)return;const o=new Set(e.languages);for(const n of Object.keys(t.translations)){const r=await l[n]?.()||{};e.addResourceBundle(n,"translation",{...r,...t.translations[n]?.translation??{}},!0,!0),o.delete(n)}for(const n of o)e.removeResourceBundle(n,"translation")};export{g as updateTranslations,p as useL10n};
1
+ import e from"i18next";import{useEffect as r}from"react";import{DEFAULT_LOCALE_PLACEHOLDER as s}from"../../../constants/common";import{defaultTranslationImports as i}from"../../../constants/l10n/default-translations";import{useL10nConfig as l}from"../hooks";const d=()=>{const{currentLocale:t}=l();r(()=>{const o=!t||t===s?"en":t;document.documentElement.setAttribute("lang",o),t&&e.language!==t&&e.changeLanguage(t)},[t])},p=async t=>{if(!t)return;const o=new Set(e.languages);for(const n of Object.keys(t.translations)){const a=await i[n]?.()||{};e.addResourceBundle(n,"translation",{...a,...t.translations[n]?.translation??{}},!0,!0),o.delete(n)}for(const n of o)e.removeResourceBundle(n,"translation")};export{p as updateTranslations,d as useL10n};
@@ -1,8 +1,11 @@
1
1
  import type { SSEMessage } from '../../types/ai-search';
2
2
  /**
3
- * Parses SSE data lines from a chunk string
3
+ * Parses SSE lines, keeping the trailing incomplete line buffered between network chunks
4
4
  */
5
- export declare function parseSSEChunk(chunk: string): SSEMessage[];
5
+ export declare function createSSEParser(): {
6
+ push(chunk: string): SSEMessage[];
7
+ flush(): SSEMessage[];
8
+ };
6
9
  /**
7
10
  * Creates an async generator that reads SSE messages from a ReadableStream
8
11
  */
@@ -1,2 +1,2 @@
1
- import{SSE_EVENTS as i,SSE_DATA_PREFIX as a}from"../../constants";function d(e){return Object.values(i).includes(e)}function p(e){const s=[],t=e.split(`
2
- `);for(const n of t){if(!n.startsWith(a))continue;const r=n.slice(a.length);if(r)try{const c=JSON.parse(r),o=S(c);o&&s.push(o)}catch{}}return s}function S(e){return e.type&&typeof e.type=="string"&&d(e.type)?e:"messageId"in e&&typeof e.messageId=="string"?{type:i.MESSAGE_ID,messageId:e.messageId}:"sources"in e&&Array.isArray(e.sources)?{type:i.SOURCES,sources:e.sources}:"answer"in e&&typeof e.answer=="string"?{type:i.ANSWER,answer:e.answer}:null}async function*y(e,s){const t=e.getReader(),n=new TextDecoder;try{for(;!s?.aborted;){const{value:r,done:c}=await t.read();if(c)break;const o=n.decode(r),u=p(o);for(const f of u)yield f}}finally{t.releaseLock()}}export{p as parseSSEChunk,y as streamSSEMessages};
1
+ import{SSE_EVENTS as a,SSE_DATA_PREFIX as c,SSE_EVENT_PREFIX as f,SSE_ERROR_EVENT_NAME as l}from"../../constants";const p="Stream error";function S(e){return Object.values(a).includes(e)}function E(){let e="",o="";const u=s=>{if(s==="")return o="",null;if(s.startsWith(f))return o=s.slice(f.length).trim(),null;if(!s.startsWith(c))return null;const r=s.slice(c.length);if(!r)return null;try{const n=JSON.parse(r);if(o===l){const t=typeof n.message=="string"?n.message:p;return{type:a.ERROR,error:{message:t}}}return d(n)}catch{return console.warn(`[redocly-ai-search] Skipping malformed SSE data line: ${r}`),null}},i=s=>{const r=[];for(const n of s){const t=u(n);t&&r.push(t)}return r};return{push(s){e+=s;const r=e.split(`
2
+ `);return e=r.pop()??"",i(r)},flush(){const s=e;return e="",s?i([s]):[]}}}function d(e){return e.type&&typeof e.type=="string"&&S(e.type)?e:"messageId"in e&&typeof e.messageId=="string"?{type:a.MESSAGE_ID,messageId:e.messageId}:"sources"in e&&Array.isArray(e.sources)?{type:a.SOURCES,sources:e.sources}:"answer"in e&&typeof e.answer=="string"?{type:a.ANSWER,answer:e.answer}:null}async function*m(e,o){const u=e.getReader(),i=new TextDecoder,s=E();try{for(;!o?.aborted;){const{value:r,done:n}=await u.read();if(o?.aborted)break;if(n){for(const t of[...s.push(i.decode()),...s.flush()])yield t;break}for(const t of s.push(i.decode(r,{stream:!0})))yield t}}finally{u.releaseLock()}}export{E as createSSEParser,m as streamSSEMessages};
@@ -4,6 +4,14 @@ import { AiSearchError } from '@redocly/theme/core/constants';
4
4
  * Following the SSE specification: https://html.spec.whatwg.org/multipage/server-sent-events.html
5
5
  */
6
6
  export declare const SSE_DATA_PREFIX = "data: ";
7
+ /**
8
+ * SSE protocol prefix that names the event a following `data:` line belongs to
9
+ */
10
+ export declare const SSE_EVENT_PREFIX = "event: ";
11
+ /**
12
+ * Event name the API uses to frame a stream failure, see the `SseStream` decorator
13
+ */
14
+ export declare const SSE_ERROR_EVENT_NAME = "error";
7
15
  /**
8
16
  * Maximum number of resources to display in the search results
9
17
  * Limits UI clutter while providing sufficient context
@@ -1 +1 @@
1
- import{AiSearchError as o}from"@redocly/theme/core/constants";const t="data: ",r=5,S={"Content-Type":"application/json"},e={MESSAGE_ID:"messageId",SOURCES:"sources",ANSWER:"answer",TOOL_CALL:"toolCall",TOOL_RESULT:"toolResult",ERROR:"error"},R={401:o.Unauthorized,403:o.Forbidden};export{S as AI_SEARCH_REQUEST_HEADERS,R as HTTP_ERROR_MAP,r as MAX_DISPLAYED_RESOURCES,t as SSE_DATA_PREFIX,e as SSE_EVENTS};
1
+ import{AiSearchError as E}from"@redocly/theme/core/constants";const t="data: ",r="event: ",S="error",e=5,R={"Content-Type":"application/json"},_={MESSAGE_ID:"messageId",SOURCES:"sources",ANSWER:"answer",TOOL_CALL:"toolCall",TOOL_RESULT:"toolResult",ERROR:"error"},n={401:E.Unauthorized,403:E.Forbidden};export{R as AI_SEARCH_REQUEST_HEADERS,n as HTTP_ERROR_MAP,e as MAX_DISPLAYED_RESOURCES,t as SSE_DATA_PREFIX,S as SSE_ERROR_EVENT_NAME,_ as SSE_EVENTS,r as SSE_EVENT_PREFIX};
@@ -1 +1 @@
1
- const e={"dev.newApp":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.newApp.text":"\u0623\u0646\u0634\u0626 \u062A\u0637\u0628\u064A\u0642\u0643 \u0627\u0644\u0623\u0648\u0644","dev.sidebar.header":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","dev.sidebar.footer.text":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.create.app.dialog.appName.placeholder":"\u0627\u0633\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.appName.error":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0627\u0644\u0627\u0633\u0645 \u0628\u062D\u0631\u0641 \u0648\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u062D\u062A\u0648\u064A \u0641\u0642\u0637 \u0639\u0644\u0649: \u0623\u062D\u0631\u0641 \u0648\u0623\u0631\u0642\u0627\u0645 \u0648\u0645\u0633\u0627\u0641\u0627\u062A \u0648. \u0648_ \u0648- \u0648$ \u0648% \u0648#","dev.create.app.dialog.selectAPIs":"\u0627\u062E\u062A\u0631 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.create.app.dialog.description":"\u0627\u0644\u0648\u0635\u0641","dev.create.app.dialog.description.placeholder":"\u0641\u0627\u0631\u063A","dev.create.app.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.main.tab.appKeys":"\u0645\u0641\u0627\u062A\u064A\u062D API","dev.main.tab.logs":"\u0627\u0644\u0633\u062C\u0644\u0627\u062A","dev.app.description.title":"\u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.description.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.create.app.dialog.callbackUrls":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.app.callbackUrls.title":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.edit.callbackUrls.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.callbackUrls.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.edit.apis.dialog.selectedAPIs":"\u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629","dev.app.key.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.title":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.edit":"\u062A\u0639\u062F\u064A\u0644","dev.app.delete":"\u062D\u0630\u0641","dev.edit.app.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636","dev.edit.app.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.delete.app.dialog.title":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u061F","dev.delete.app.dialog.delete":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.title":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.roll.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.roll.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.roll.key.dialog.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.update.key.dialog.title":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.update":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.api.name":"\u0627\u0633\u0645 API","dev.app.key.api.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.key.api.edit":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.title":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"\u062D\u0641\u0638","dev.edit.apis.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.select.placeholder":"\u0641\u0627\u0631\u063A","dev.app.overview.status.pending":"\u0642\u064A\u062F \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631","dev.app.overview.status.approved":"\u0645\u0639\u062A\u0645\u062F","dev.app.overview.status.revoked":"\u0645\u0644\u063A\u0649","dev.app.overview.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.overview.non-production":"\u0627\u062E\u062A\u0628\u0627\u0631","dev.app.overview.production":"\u0625\u0646\u062A\u0627\u062C\u064A","dev.app.overview.clientId":"\u0627\u0644\u0633\u0631","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.title":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.revoke.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.revoke.key.dialog.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.overview.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.app.overview.created":"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","dev.app.overview.visibilityToggle.hide":"\u0625\u062E\u0641\u0627\u0621","dev.app.overview.visibilityToggle.show":"\u0625\u0638\u0647\u0627\u0631","search.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","search.noResults.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","search.keys.navigate":"\u0644\u0644\u062A\u0646\u0642\u0644","search.keys.select":"\u0644\u0644\u0627\u062E\u062A\u064A\u0627\u0631","search.keys.exit":"\u0644\u0644\u062E\u0631\u0648\u062C","search.searchItem.deprecated":"\u0645\u0647\u0645\u0644","search.label":"\u0627\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A...","search.cancel":"\u0625\u0644\u063A\u0627\u0621","search.recent":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0623\u062E\u064A\u0631\u0629","search.navbar.label":"\u0628\u062D\u062B","search.suggested":"\u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0629","search.groups.all":"\u0627\u0644\u0643\u0644","search.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","search.filter.title":"\u0645\u0631\u0634\u062D \u0645\u062A\u0642\u062F\u0645","search.filter.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","search.filter.field.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646","search.filter.field.footer":"\u0627\u0628\u062D\u062B \u0644\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631...","search.error.title":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.error.button":"\u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649","search.ai.newConversation":"\u0645\u062D\u0627\u062F\u062B\u0629 \u062C\u062F\u064A\u062F\u0629","search.ai.welcomeText":"\u0645\u0631\u062D\u0628\u064B\u0627 \u0628\u0643 \u0641\u064A \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A! \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0633\u0624\u0627\u0644\u064A \u0639\u0646 \u0623\u064A \u0634\u064A\u0621. \u0643\u064A\u0641 \u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629\u061F","search.ai.placeholder":"\u0627\u0637\u0631\u062D \u0633\u0624\u0627\u0644\u0627\u064B...","search.ai.back":"\u0631\u062C\u0648\u0639","search.ai.generatingResponse":"\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u062F...","search.ai.followUpQuestion":"\u0647\u0644 \u0644\u062F\u064A\u0643 \u0633\u0624\u0627\u0644 \u0645\u062A\u0627\u0628\u0639\u0629\u061F","search.ai.suggestionsTitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A","search.ai.thinkingText":"\u0623\u0641\u0643\u0631...","search.ai.resourcesFound":"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0648\u0627\u0631\u062F","search.ai.resourcesFound.basedOn":"\u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649","search.ai.resourcesFound.resources":"\u0645\u0648\u0627\u0631\u062F","search.ai.toolCall.executed":"\u062A\u0645 \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.executing":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.withArgs":"\u0645\u0639 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","search.ai.feedback.title":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0644\u0645 \u064A\u0639\u062C\u0628\u0643 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629\u061F","search.ai.feedback.detailsPlaceholder":"\u0623\u0636\u0641 \u062A\u0641\u0627\u0635\u064A\u0644 \u0645\u062D\u062F\u062F\u0629","search.ai.feedback.thanks":"\u0634\u0643\u0631\u0627\u064B \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","search.ai.feedback.more":"\u0627\u0644\u0645\u0632\u064A\u062F...","search.ai.label":"\u0627\u0633\u0623\u0644 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.button":"\u0628\u062D\u062B \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.backToSearch":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062D\u062B","search.ai.assistant":"\u0627\u0644\u0645\u0633\u0627\u0639\u062F","search.ai.disclaimer":"\u0642\u062F \u064A\u0648\u0641\u0631 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0646\u062A\u0627\u0626\u062C \u063A\u064A\u0631 \u0643\u0627\u0645\u0644\u0629 \u0623\u0648 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0647\u0645\u0629.","search.ai.error.description":"\u0648\u0627\u062C\u0647\u062A\u0646\u0627 \u0645\u0634\u0643\u0644\u0629 \u0623\u062B\u0646\u0627\u0621 \u0645\u0639\u0627\u0644\u062C\u0629 \u0628\u062D\u062B\u0643. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u062A\u062D\u0633\u064A\u0646 \u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0643. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 Redocly.","search.ai.error.description.forbidden":"\u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631 \u062D\u0627\u0644\u064A\u064B\u0627.","search.ai.error.description.unauthorized":"\u063A\u064A\u0631 \u0645\u0635\u0631\u062D \u0644\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A.","search.ai.error.header":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.ai.error.header.forbidden":"\u0627\u0644\u0645\u064A\u0632\u0629 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631\u0629","search.ai.error.header.unauthorized":"\u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0645\u0637\u0644\u0648\u0628\u0629","aiAssistant.trigger":"\u0627\u0633\u0623\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","toc.header":"\u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","footer.copyrightText":"","page.homeButton":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","page.forbidden.title":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0631\u0641\u0648\u0636","page.forbidden.description":"\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0625\u0630\u0646 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629. \u0625\u0630\u0627 \u0643\u0646\u062A \u062A\u0639\u062A\u0642\u062F \u0623\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629.","page.notFound.title":"\u0634\u064A\u0621 \u0645\u0627 \u0645\u0641\u0642\u0648\u062F...","page.notFound.description":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u064A \u0643\u0646\u062A \u062A\u062D\u0627\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0623\u0648 \u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627. \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\u060C \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0634\u0631\u064A\u0637 \u0627\u0644\u0628\u062D\u062B \u0644\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u062A\u0628\u062D\u062B \u0639\u0646\u0647.","page.lastUpdated.timeago":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B","page.lastUpdated.on":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B \u0641\u064A","page.apiNotFound.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0641\u062D\u0629 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646","page.apiNotFound.description":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0641\u062D\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0631","page.apiNotFound.hint":"\u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627 \u0623\u0648 \u062D\u0630\u0641\u0647\u0627.","page.apiNotFound.backButton":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","page.mcpNotAllowed.title":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062E\u0627\u062F\u0645 MCP","page.mcpNotAllowed.description":"\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062E\u0627\u062F\u0645 MCP\u060C \u0633\u062C\u0651\u0644\u0647 \u0641\u064A \u0639\u0645\u064A\u0644 MCP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 (\u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: VS Code\u060C Cursor\u060C \u0623\u0648 Claude Code).","page.mcpNotAllowed.publicNote":"\u062A\u0642\u062F\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u062A\u0627\u062D \u0644\u0644\u0639\u0627\u0645\u0629 \u0641\u0642\u0637 \u0648\u0644\u0627 \u062A\u062A\u0637\u0644\u0628 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644.","page.mcpNotAllowed.publicEndpointHint":"\u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0634\u0643\u0644 \u0645\u062C\u0647\u0648\u0644 \u062F\u0648\u0646 \u062D\u0633\u0627\u0628\u060C \u0627\u0633\u062A\u062E\u062F\u0645 <link>\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0639\u0627\u0645\u0629</link>.","page.mcpNotAllowed.mainEndpointHint":"\u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u062A\u0627\u062D \u0644\u062D\u0633\u0627\u0628\u0643\u060C \u0627\u0633\u062A\u062E\u062F\u0645 <link>\u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064A\u0629 MCP \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629</link>.","page.mcpNotAllowed.snippets.terminal.hint":"\u0634\u063A\u0651\u0644 \u0647\u0630\u0627 \u0627\u0644\u0623\u0645\u0631 \u0641\u064A \u0627\u0644\u0637\u0631\u0641\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643:","page.mcpNotAllowed.snippets.claudeCode.headline":"Claude Code","page.mcpNotAllowed.snippets.claudeDesktop.headline":"Claude Desktop","page.mcpNotAllowed.snippets.claudeDesktop.instruction":"\u0641\u064A Claude Desktop\u060C \u0627\u0641\u062A\u062D \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u2190 \u0627\u0644\u0645\u0637\u0648\u0631 \u2190 \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u0648\u0623\u0636\u0641 \u0647\u0630\u0627 \u0625\u0644\u0649 \u0645\u0644\u0641 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u062B\u0645 \u0623\u0639\u062F \u062A\u0634\u063A\u064A\u0644 Claude Desktop:","page.mcpNotAllowed.snippets.chatgptApp.headline":"\u062A\u0637\u0628\u064A\u0642 ChatGPT \u0644\u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628","page.mcpNotAllowed.snippets.chatgptApp.instruction":'\u0641\u064A \u062A\u0637\u0628\u064A\u0642 ChatGPT \u0644\u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u2190 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A \u2190 MCPs \u0648\u0623\u0636\u0641 \u062E\u0627\u062F\u0645\u064B\u0627 \u0628\u0627\u0644\u0646\u0648\u0639 "Streamable HTTP" \u0648\u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 URL (\u062B\u0645 \u0623\u0639\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642):',"page.mcpNotAllowed.snippets.codexCli.headline":"Codex CLI","page.mcpNotAllowed.snippets.prompt.headline":"\u0627\u0644\u0645\u0648\u062C\u0651\u0647","page.mcpNotAllowed.snippets.prompt.hint":"\u0623\u0648 \u0627\u0644\u0635\u0642 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u062C\u0651\u0647 \u0641\u064A \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0644\u064A\u0636\u064A\u0641 \u0627\u0644\u062E\u0627\u062F\u0645 \u0646\u064A\u0627\u0628\u0629\u064B \u0639\u0646\u0643:","page.mcpNotAllowed.snippets.json.hint":"\u0623\u0636\u0641 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062E\u0627\u062F\u0645 \u0647\u0630\u0627 \u0625\u0644\u0649 \u0645\u0644\u0641 \u062A\u0643\u0648\u064A\u0646 MCP \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0645\u064A\u0644\u0643:","page.mcpNotAllowed.tabs.claude":"Claude","page.mcpNotAllowed.tabs.chatgpt":"ChatGPT","page.mcpNotAllowed.tabs.json":"JSON","catalog.filters.title":"\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.add":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.placeholder":"\u0627\u0643\u062A\u0628 \u0644\u0644\u062A\u0631\u0634\u064A\u062D...","catalog.filters.clearAll":"\u0645\u0633\u062D \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.select.addFilter":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.select.all":"\u0627\u0644\u0643\u0644","catalog.filters.done":"\u062A\u0645","filter.dateRange.from":"\u0645\u0646:","filter.dateRange.to":"\u0625\u0644\u0649:","sidebar.menu.backLabel":"\u0631\u062C\u0648\u0639","sidebar.menu.backToLabel":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 {{value}}","sidebar.actions.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.changeToSingleColumn":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.changeToTwoColumns":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F\u064A\u0646","sidebar.actions.singleColumn":"\u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.twoColumns":"\u0639\u0645\u0648\u062F\u0627\u0646","versionPicker.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631:","versionPicker.unversioned":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","codeSnippet.copy.buttonText":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","codeSnippet.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","codeSnippet.copy.toasterText":"\u0646\u0633\u062E","codeSnippet.expand.tooltipText":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","codeSnippet.collapse.tooltipText":"\u0637\u064A \u0627\u0644\u0643\u0644","markdown.editPage.text":"\u062A\u0639\u062F\u064A\u0644","feedback.settings.comment.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0644\u0645\u0633\u0627\u0639\u062F\u062A\u0643 \u0641\u064A \u062A\u062D\u0633\u064A\u0646 \u0648\u062B\u0627\u0626\u0642\u0646\u0627!","feedback.settings.comment.label":"\u064A\u0631\u062C\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643 \u0645\u0639\u0646\u0627.","feedback.settings.comment.send":"\u0625\u0631\u0633\u0627\u0644","feedback.settings.comment.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.maxLength":"\u062A\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0648\u0647\u0648 {{maxLength}} \u062D\u0631\u0641","feedback.settings.comment.satisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.neutralLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.comment.dissatisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","feedback.settings.label":"\u0647\u0644 \u0643\u0627\u0646 \u0647\u0630\u0627 \u0645\u0641\u064A\u062F\u064B\u0627\u061F","feedback.settings.reasons.label":"\u0623\u064A \u0639\u0628\u0627\u0631\u0629 \u062A\u0635\u0641 \u0623\u0641\u0643\u0627\u0631\u0643 \u062D\u0648\u0644 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u061F","feedback.submit":"\u0625\u0631\u0633\u0627\u0644","feedback.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.likeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.dislikeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.sentiment.thumbUp":"\u0623\u0639\u062C\u0628\u0646\u064A","feedback.sentiment.thumbDown":"\u0644\u0645 \u064A\u0639\u062C\u0628\u0646\u064A","feedback.settings.leftScaleLabel":"\u063A\u064A\u0631 \u0645\u0641\u064A\u062F \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642","feedback.settings.rightScaleLabel":"\u0645\u0641\u064A\u062F \u0644\u0644\u063A\u0627\u064A\u0629","feedback.settings.optionalEmail.label":"\u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A (\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u060C \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629)","feedback.settings.optionalEmail.placeholder":"yourname@example.com","jsonViewer.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","jsonViewer.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","codeSnippet.report.buttonText":"\u0625\u0628\u0644\u0627\u063A","codeSnippet.report.tooltipText":"\u0627\u0644\u0625\u0628\u0644\u0627\u063A \u0639\u0646 \u0645\u0634\u0643\u0644\u0629","codeSnippet.report.label":"\u0645\u0627 \u0647\u064A \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632\u061F","userMenu.login":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","userMenu.logout":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062E\u0631\u0648\u062C","userMenu.devOnboardingLabel":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","mobileMenu.mainMenu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","mobileMenu.previous":"\u0627\u0644\u0633\u0627\u0628\u0642","mobileMenu.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","mobileMenu.version":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","page.nextButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","page.previousButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","page.actions.moreActions":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A","page.actions.copyButtonText":"\u0646\u0633\u062E","page.actions.copyTitle":"\u0646\u0633\u062E \u0644\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A","page.actions.copyDescription":"\u0646\u0633\u062E \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown \u0644\u0644\u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A\u0629","page.actions.viewAsMdButtonText":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdTitle":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdDescription":"\u0641\u062A\u062D \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown","page.actions.chatGptButtonText":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptTitle":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptDescription":"\u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0645\u0646 ChatGPT","page.actions.claudeButtonText":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeTitle":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeDescription":"\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0631\u0624\u0649 \u0645\u0646 \u0643\u0644\u0648\u062F","page.actions.cursorMcpButtonText":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpTitle":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp":"\u062A\u0648\u0635\u064A\u0644 MCP","page.actions.connectMcp.cursor":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.connectMcp.cursorDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp.vscode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 VS Code","page.actions.connectMcp.vscodeDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 VS Code","page.actions.connectMcp.claudeCode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Claude Code","page.actions.connectMcp.claudeCodeDescription":"\u0646\u0633\u062E \u0623\u0645\u0631 Claude Code CLI","page.actions.connectMcp.codex":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Codex CLI","page.actions.connectMcp.codexDescription":"\u0646\u0633\u062E \u0623\u0645\u0631 Codex CLI","page.actions.connectMcp.copyConfig":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP","page.actions.connectMcp.copyConfigDescription":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP \u0628\u0635\u064A\u063A\u0629 JSON","page.actions.connectMcp.moreOptions":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A","navbar.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","openapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 OpenAPI","openapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","openapi.info.contact.url":"URL","openapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","openapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","openapi.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","button.download.tooltipText":"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0648\u0635\u0641","button.externalLink.tooltipText":"\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629","button.email.tooltipText":"\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","openapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","openapi.enum":"\u062A\u0639\u062F\u0627\u062F","openapi.items":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.default":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.variable":"\u0645\u062A\u063A\u064A\u0631","openapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","openapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","openapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","openapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","openapi.languages.title":"\u0627\u0644\u0644\u063A\u0627\u062A","openapi.languages.moreButton.tooltipText":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A","openapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","openapi.operations":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","openapi.schemas":"\u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A","openapi.webhooks":"Webhooks","openapi.description":"\u0627\u0644\u0648\u0635\u0641","openapi.badges.deprecated":"\u0645\u0647\u0645\u0644","openapi.badges.required":"\u0645\u0637\u0644\u0648\u0628","openapi.badges.webhook":"Webhook","openapi.request":"\u0627\u0644\u0637\u0644\u0628","openapi.path":"\u0627\u0644\u0645\u0633\u0627\u0631","openapi.query":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.querystring":"\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.cookie":"\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637","openapi.header":"\u0627\u0644\u0631\u0624\u0648\u0633","openapi.body":"\u0627\u0644\u062C\u0633\u0645","openapi.responses":"\u0627\u0644\u0631\u062F\u0648\u062F","openapi.response":"\u0627\u0644\u0631\u062F","openapi.callbacks":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackRequest":"\u0637\u0644\u0628 \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackResponse":"\u0631\u062F \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.payload":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0637\u0644\u0628","openapi.discriminator":"\u0627\u0644\u0645\u0645\u064A\u0632","openapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","openapi.tryIt":"\u062C\u0631\u0628\u0647\u0627","openapi.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","openapi.example":"\u0645\u062B\u0627\u0644","openapi.examples":"\u0623\u0645\u062B\u0644\u0629","openapi.additionalProperties":"\u062E\u0627\u0635\u064A\u0629 \u0625\u0636\u0627\u0641\u064A\u0629","openapi.patternProperties":"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0646\u0645\u0637","openapi.required":"\u0645\u0637\u0644\u0648\u0628","openapi.recursive":"\u0645\u062A\u0643\u0631\u0631","openapi.complex":"\u0645\u0639\u0642\u062F","openapi.property":"\u062E\u0627\u0635\u064A\u0629","openapi.properties":"\u062E\u0635\u0627\u0626\u0635","openapi.details":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","openapi.hideExample":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.showExample":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.expandAll":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","openapi.collapseAll":"\u0637\u064A \u0627\u0644\u0643\u0644","openapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","openapi.noResponseExample":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062B\u0627\u0644 \u0644\u0644\u0631\u062F","openapi.discriminator.searchPlaceholder":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.discriminator.searchNoResults":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631","openapi.discriminator.defaultMapping":"\u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: \u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649.","openapi.noResponseContent":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649","openapi.noRequestPayload":"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0645\u0648\u0644\u0629 \u0637\u0644\u0628","openapi.noRequestData":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0637\u0644\u0628","openapi.hidePattern":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0645\u0637","openapi.showPattern":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0645\u0637","openapi.authorizationUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u0641\u0648\u064A\u0636","openapi.tokenUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064A\u0632","openapi.refreshUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u062D\u062F\u064A\u062B","openapi.showOptionalScopes":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.hideOptionalScopes":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.security":"\u0627\u0644\u0623\u0645\u0627\u0646","openapi.httpAuthorizationScheme":"\u0645\u062E\u0637\u0637 \u062A\u0641\u0648\u064A\u0636 HTTP","openapi.bearerFormat":"\u062A\u0646\u0633\u064A\u0642 Bearer","openapi.parameterName":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645\u0629","openapi.flowType":"\u0646\u0648\u0639 \u0627\u0644\u062A\u062F\u0641\u0642","openapi.connectUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0627\u062A\u0635\u0627\u0644","openapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","openapi.unsupportedLanguage":"\u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u0629.","openapi.failedToGenerateCodeSample":"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0631\u0645\u0632.","openapi.schemaCatalogLink.title":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u0645\u0634\u062A\u0631\u0643","openapi.schemaCatalogLink.copyButtonTooltip":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","openapi.schemaCatalogLink.copiedTooltip":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","openapi.mcp.title":"\u062E\u0627\u062F\u0645 MCP","openapi.mcp.endpoint":"\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629","openapi.mcp.tools":"MCP \u0627\u0644\u0623\u062F\u0648\u0627\u062A","openapi.mcp.protocolVersion":"\u0646\u0633\u062E\u0629 \u0627\u0644\u0628\u0631\u0648\u062A\u0648\u0643\u0648\u0644","openapi.mcp.capabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","openapi.mcp.experimentalCapabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629","openapi.mcp.inputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.inputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.outputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.outputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.exampleTitle":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0648\u0631\u062F","openapi.mcp.argumentsExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","asyncapi.info.contact.url":"URL","asyncapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","asyncapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","asyncapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","asyncapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","asyncapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","asyncapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","asyncapi.required":"\u0645\u0637\u0644\u0648\u0628","asyncapi.badges.deprecated":"\u0645\u0647\u0645\u0644","asyncapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","asyncapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0645\u062E\u0637\u0637 GraphQL","graphql.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.info.contact.url":"\u0639\u0646\u0648\u0627\u0646 URL","graphql.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","graphql.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","graphql.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","graphql.overview":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 GraphQL","graphql.metadata":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","graphql.value":"\u0627\u0644\u0642\u064A\u0645\u0629","graphql.queries":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A","graphql.mutations":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644\u0627\u062A","graphql.subscriptions":"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643\u0627\u062A","graphql.directives":"\u0627\u0644\u062A\u0648\u062C\u064A\u0647\u0627\u062A","graphql.objects":"\u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.interfaces":"\u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.unions":"\u0627\u0644\u0627\u062A\u062D\u0627\u062F\u0627\u062A","graphql.enums":"\u0627\u0644\u062A\u0639\u062F\u0627\u062F\u0627\u062A","graphql.inputs":"\u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A","graphql.scalars":"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0639\u062F\u062F\u064A\u0629","graphql.fields":"\u0627\u0644\u062D\u0642\u0648\u0644","graphql.inputFields":"\u062D\u0642\u0648\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644","graphql.values":"\u0627\u0644\u0642\u064A\u0645","graphql.actions.show":"\u0625\u0638\u0647\u0627\u0631","graphql.actions.hide":"\u0625\u062E\u0641\u0627\u0621","graphql.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","graphql.arguments.label":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.here":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0647\u0646\u0627","graphql.returnTypes.label":"\u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.show":"\u0625\u0638\u0647\u0627\u0631 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.hide":"\u0625\u062E\u0641\u0627\u0621 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.possibleTypes":"\u0627\u0644\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u062D\u062A\u0645\u0644\u0629","graphql.defaultValue":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","graphql.deprecationReason":"\u0633\u0628\u0628 \u0627\u0644\u0625\u0647\u0645\u0627\u0644","graphql.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644","graphql.objectScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.fieldScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062D\u0642\u0648\u0644","graphql.implementedInterfaces":"\u064A\u0646\u0641\u0630 \u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.implementedBy":"\u0645\u0646\u0641\u0630 \u0628\u0648\u0627\u0633\u0637\u0629","graphql.nonNull":"\u063A\u064A\u0631 \u0641\u0627\u0631\u063A","graphql.required":"\u0645\u0637\u0644\u0648\u0628","graphql.badges.deprecated":"\u0645\u0647\u0645\u0644","asyncapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","asyncapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","asyncapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","asyncapi.payload":"\u0627\u0644\u062D\u0645\u0648\u0644\u0629","asyncapi.parameters":"\u0627\u0644\u0645\u0639\u0644\u0645\u0627\u062A","asyncapi.messages":"\u0627\u0644\u0631\u0633\u0627\u0626\u0644","asyncapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","asyncapi.moreDetails":"\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","asyncapi.property":"\u062E\u0627\u0635\u064A\u0629","asyncapi.properties":"\u062E\u0635\u0627\u0626\u0635","asyncapi.details":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","asyncapi.reply":"\u0627\u0644\u0631\u062F","asyncapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","graphql.variables":"\u0627\u0644\u0645\u062A\u063A\u064A\u0631\u0627\u062A","graphql.querySample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0633\u062A\u0639\u0644\u0627\u0645","graphql.mutationSample":"\u0646\u0645\u0648\u0630\u062C \u062A\u0639\u062F\u064A\u0644","graphql.subscriptionSample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0634\u062A\u0631\u0627\u0643","graphql.responseSample":"\u0646\u0645\u0648\u0630\u062C \u0631\u062F","graphql.locations":"\u0627\u0644\u0645\u0648\u0627\u0642\u0639","graphql.sample":"\u0639\u064A\u0646\u0629","graphql.referenced":"\u0645\u0634\u0627\u0631 \u0625\u0644\u064A\u0647 \u0641\u064A","graphql.content.fragment":"\u062C\u0632\u0621","codeWalkthrough.preview":"\u0645\u0639\u0627\u064A\u0646\u0629","codeWalkthrough.download":"\u062A\u0646\u0632\u064A\u0644","time.justNow":"\u0627\u0644\u0622\u0646 \u0641\u0642\u0637","time.past.second":"\u0645\u0646\u0630 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.seconds":"\u0645\u0646\u0630 {{value}} \u062B\u0648\u0627\u0646\u064D","time.past.minute":"\u0645\u0646\u0630 \u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.minutes":"\u0645\u0646\u0630 {{value}} \u062F\u0642\u0627\u0626\u0642","time.past.hour":"\u0645\u0646\u0630 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.hours":"\u0645\u0646\u0630 {{value}} \u0633\u0627\u0639\u0627\u062A","time.past.day":"\u0645\u0646\u0630 \u064A\u0648\u0645 \u0648\u0627\u062D\u062F","time.past.days":"\u0645\u0646\u0630 {{value}} \u0623\u064A\u0627\u0645","time.past.week":"\u0645\u0646\u0630 \u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F","time.past.weeks":"\u0645\u0646\u0630 {{value}} \u0623\u0633\u0627\u0628\u064A\u0639","time.past.month":"\u0645\u0646\u0630 \u0634\u0647\u0631 \u0648\u0627\u062D\u062F","time.past.months":"\u0645\u0646\u0630 {{value}} \u0623\u0634\u0647\u0631","time.past.year":"\u0645\u0646\u0630 \u0639\u0627\u0645 \u0648\u0627\u062D\u062F","time.past.years":"\u0645\u0646\u0630 {{value}} \u0623\u0639\u0648\u0627\u0645","page.internalServerError.title":"\u062E\u0637\u0623 \u062F\u0627\u062E\u0644\u064A \u0641\u064A \u0627\u0644\u062E\u0627\u062F\u0645","page.internalServerError.description":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627 \u0645\u0646 \u062C\u0627\u0646\u0628\u0646\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u062F\u0639\u0645 \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629.","page.skipToContent.label":"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","catalog.catalogs.label":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C\u0627\u062A","catalog.catalogs.all.title":"\u0627\u0644\u0643\u0644","catalog.catalogs.all.description":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A","catalog.catalogs.all.switcherLabel":"\u0627\u0644\u0643\u0644","catalog.catalogs.service.title":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.service.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u062F\u0645\u0629","catalog.catalogs.service.switcherLabel":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.user.title":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.user.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","catalog.catalogs.user.switcherLabel":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.team.title":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.team.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0641\u0631\u064A\u0642","catalog.catalogs.team.switcherLabel":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.domain.title":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.domain.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0637\u0627\u0642","catalog.catalogs.domain.switcherLabel":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.apiDescription.title":"\u0648\u0635\u0641 API","catalog.catalogs.apiDescription.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641 API","catalog.catalogs.apiDescription.switcherLabel":"\u0648\u0635\u0641 API","catalog.catalogs.dataSchema.title":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.switcherLabel":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.apiOperation.title":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.switcherLabel":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.entity.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","catalog.entity.schema.title":"\u0627\u0644\u0646\u0645\u0648\u0630\u062C","catalog.entity.properties.apiDescription.title":"\u0648\u0635\u0641 API","catalog.backToAllLabel":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C","catalog.notConnected":"\u063A\u064A\u0631 \u0645\u062A\u0635\u0644","catalog.tags.label":"\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A","catalog.owners.label":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646","catalog.repositories.label":"\u0627\u0644\u0645\u0633\u062A\u0648\u062F\u0639\u0627\u062A","catalog.email.label":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","catalog.format.label":"\u0627\u0644\u062A\u0646\u0633\u064A\u0642","catalog.entityType.label":"\u0646\u0648\u0639 \u0627\u0644\u0643\u064A\u0627\u0646","catalog.domains.label":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.contact.label":"\u0642\u0646\u0648\u0627\u062A Slack","catalog.methodAndPath.label":"\u0627\u0644\u0637\u0631\u064A\u0642\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0631","catalog.links.label":"\u0627\u0644\u0631\u0648\u0627\u0628\u0637","catalog.metadata.domains":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A:","catalog.metadata.owners":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646:","catalog.sort":"\u062A\u0631\u062A\u064A\u0628","catalog.history.button.label":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.title":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.close":"\u0625\u063A\u0644\u0627\u0642 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.version.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","catalog.filters.close":"\u0625\u063A\u0644\u0627\u0642","catalog.history.version.notSpecified":"\u063A\u064A\u0631 \u0645\u062D\u062F\u062F","catalog.history.version.default":"\u0627\u0641\u062A\u0631\u0627\u0636\u064A","catalog.history.revisions.limitMessage":"\u0644\u0627 \u064A\u062A\u0645 \u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0627\u062A \u0627\u0644\u0623\u0642\u062F\u0645.","catalog.history.revision.current":"\u0627\u0644\u062D\u0627\u0644\u064A","catalog.history.revisions.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","catalog.history.revisions.showMore":"\u0639\u0631\u0636 {{count}} \u0627\u0644\u0645\u0632\u064A\u062F","select.noResults":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","loaders.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","diagram.openFullscreen":"\u0627\u0646\u0642\u0631 \u0644\u0641\u062A\u062D \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0641\u064A \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629","diagram.zoomIn":"\u062A\u0643\u0628\u064A\u0631","diagram.zoomOut":"\u062A\u0635\u063A\u064A\u0631","diagram.reset":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0639\u0631\u0636","diagram.close":"\u0625\u063A\u0644\u0627\u0642","diagram.viewer":"\u0639\u0627\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A"};export{e as ar};
1
+ const e={"dev.newApp":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.newApp.text":"\u0623\u0646\u0634\u0626 \u062A\u0637\u0628\u064A\u0642\u0643 \u0627\u0644\u0623\u0648\u0644","dev.sidebar.header":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","dev.sidebar.footer.text":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.create.app.dialog.appName.placeholder":"\u0627\u0633\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.appName.error":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0627\u0644\u0627\u0633\u0645 \u0628\u062D\u0631\u0641 \u0648\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u062D\u062A\u0648\u064A \u0641\u0642\u0637 \u0639\u0644\u0649: \u0623\u062D\u0631\u0641 \u0648\u0623\u0631\u0642\u0627\u0645 \u0648\u0645\u0633\u0627\u0641\u0627\u062A \u0648. \u0648_ \u0648- \u0648$ \u0648% \u0648#","dev.create.app.dialog.selectAPIs":"\u0627\u062E\u062A\u0631 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.create.app.dialog.description":"\u0627\u0644\u0648\u0635\u0641","dev.create.app.dialog.description.placeholder":"\u0641\u0627\u0631\u063A","dev.create.app.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.main.tab.appKeys":"\u0645\u0641\u0627\u062A\u064A\u062D API","dev.main.tab.logs":"\u0627\u0644\u0633\u062C\u0644\u0627\u062A","dev.app.description.title":"\u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.description.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.create.app.dialog.callbackUrls":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.app.callbackUrls.title":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.edit.callbackUrls.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.callbackUrls.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.edit.apis.dialog.selectedAPIs":"\u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629","dev.app.key.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.title":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.edit":"\u062A\u0639\u062F\u064A\u0644","dev.app.delete":"\u062D\u0630\u0641","dev.edit.app.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636","dev.edit.app.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.delete.app.dialog.title":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u061F","dev.delete.app.dialog.delete":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.title":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.roll.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.roll.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.roll.key.dialog.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.update.key.dialog.title":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.update":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.api.name":"\u0627\u0633\u0645 API","dev.app.key.api.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.key.api.edit":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.title":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"\u062D\u0641\u0638","dev.edit.apis.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.select.placeholder":"\u0641\u0627\u0631\u063A","dev.app.overview.status.pending":"\u0642\u064A\u062F \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631","dev.app.overview.status.approved":"\u0645\u0639\u062A\u0645\u062F","dev.app.overview.status.revoked":"\u0645\u0644\u063A\u0649","dev.app.overview.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.overview.non-production":"\u0627\u062E\u062A\u0628\u0627\u0631","dev.app.overview.production":"\u0625\u0646\u062A\u0627\u062C\u064A","dev.app.overview.clientId":"\u0627\u0644\u0633\u0631","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.title":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.revoke.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.revoke.key.dialog.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.overview.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.app.overview.created":"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","dev.app.overview.visibilityToggle.hide":"\u0625\u062E\u0641\u0627\u0621","dev.app.overview.visibilityToggle.show":"\u0625\u0638\u0647\u0627\u0631","search.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","search.noResults.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","search.keys.navigate":"\u0644\u0644\u062A\u0646\u0642\u0644","search.keys.select":"\u0644\u0644\u0627\u062E\u062A\u064A\u0627\u0631","search.keys.exit":"\u0644\u0644\u062E\u0631\u0648\u062C","search.searchItem.deprecated":"\u0645\u0647\u0645\u0644","search.label":"\u0627\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A...","search.cancel":"\u0625\u0644\u063A\u0627\u0621","search.recent":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0623\u062E\u064A\u0631\u0629","search.navbar.label":"\u0628\u062D\u062B","search.suggested":"\u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0629","search.groups.all":"\u0627\u0644\u0643\u0644","search.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","search.filter.title":"\u0645\u0631\u0634\u062D \u0645\u062A\u0642\u062F\u0645","search.filter.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","search.filter.field.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646","search.filter.field.footer":"\u0627\u0628\u062D\u062B \u0644\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631...","search.error.title":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.error.button":"\u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649","search.ai.newConversation":"\u0645\u062D\u0627\u062F\u062B\u0629 \u062C\u062F\u064A\u062F\u0629","search.ai.welcomeText":"\u0645\u0631\u062D\u0628\u064B\u0627 \u0628\u0643 \u0641\u064A \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A! \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0633\u0624\u0627\u0644\u064A \u0639\u0646 \u0623\u064A \u0634\u064A\u0621. \u0643\u064A\u0641 \u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629\u061F","search.ai.placeholder":"\u0627\u0637\u0631\u062D \u0633\u0624\u0627\u0644\u0627\u064B...","search.ai.back":"\u0631\u062C\u0648\u0639","search.ai.generatingResponse":"\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u062F...","search.ai.followUpQuestion":"\u0647\u0644 \u0644\u062F\u064A\u0643 \u0633\u0624\u0627\u0644 \u0645\u062A\u0627\u0628\u0639\u0629\u061F","search.ai.suggestionsTitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A","search.ai.thinkingText":"\u0623\u0641\u0643\u0631...","search.ai.resourcesFound":"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0648\u0627\u0631\u062F","search.ai.resourcesFound.basedOn":"\u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649","search.ai.resourcesFound.resources":"\u0645\u0648\u0627\u0631\u062F","search.ai.toolCall.executed":"\u062A\u0645 \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.executing":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.withArgs":"\u0645\u0639 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","search.ai.feedback.title":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0644\u0645 \u064A\u0639\u062C\u0628\u0643 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629\u061F","search.ai.feedback.detailsPlaceholder":"\u0623\u0636\u0641 \u062A\u0641\u0627\u0635\u064A\u0644 \u0645\u062D\u062F\u062F\u0629","search.ai.feedback.thanks":"\u0634\u0643\u0631\u0627\u064B \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","search.ai.feedback.more":"\u0627\u0644\u0645\u0632\u064A\u062F...","search.ai.label":"\u0627\u0633\u0623\u0644 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.button":"\u0628\u062D\u062B \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.backToSearch":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062D\u062B","search.ai.assistant":"\u0627\u0644\u0645\u0633\u0627\u0639\u062F","search.ai.disclaimer":"\u0642\u062F \u064A\u0648\u0641\u0631 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0646\u062A\u0627\u0626\u062C \u063A\u064A\u0631 \u0643\u0627\u0645\u0644\u0629 \u0623\u0648 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0647\u0645\u0629.","search.ai.error.description":"\u0648\u0627\u062C\u0647\u062A\u0646\u0627 \u0645\u0634\u0643\u0644\u0629 \u0623\u062B\u0646\u0627\u0621 \u0645\u0639\u0627\u0644\u062C\u0629 \u0628\u062D\u062B\u0643. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u062A\u062D\u0633\u064A\u0646 \u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0643. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 Redocly.","search.ai.error.description.forbidden":"\u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631 \u062D\u0627\u0644\u064A\u064B\u0627.","search.ai.error.description.unauthorized":"\u063A\u064A\u0631 \u0645\u0635\u0631\u062D \u0644\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A.","search.ai.error.header":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.ai.error.header.forbidden":"\u0627\u0644\u0645\u064A\u0632\u0629 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631\u0629","search.ai.error.header.unauthorized":"\u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0645\u0637\u0644\u0648\u0628\u0629","aiAssistant.trigger":"\u0627\u0633\u0623\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","toc.header":"\u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","footer.copyrightText":"","page.homeButton":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","page.forbidden.title":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0631\u0641\u0648\u0636","page.forbidden.description":"\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0625\u0630\u0646 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629. \u0625\u0630\u0627 \u0643\u0646\u062A \u062A\u0639\u062A\u0642\u062F \u0623\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629.","page.notFound.title":"\u0634\u064A\u0621 \u0645\u0627 \u0645\u0641\u0642\u0648\u062F...","page.notFound.description":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u064A \u0643\u0646\u062A \u062A\u062D\u0627\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0623\u0648 \u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627. \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\u060C \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0634\u0631\u064A\u0637 \u0627\u0644\u0628\u062D\u062B \u0644\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u062A\u0628\u062D\u062B \u0639\u0646\u0647.","page.lastUpdated.timeago":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B","page.lastUpdated.on":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B \u0641\u064A","page.apiNotFound.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0641\u062D\u0629 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646","page.apiNotFound.description":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0641\u062D\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0631","page.apiNotFound.hint":"\u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627 \u0623\u0648 \u062D\u0630\u0641\u0647\u0627.","page.apiNotFound.backButton":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","page.mcpNotAllowed.title":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062E\u0627\u062F\u0645 MCP","page.mcpNotAllowed.description":"\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062E\u0627\u062F\u0645 MCP\u060C \u0633\u062C\u0651\u0644\u0647 \u0641\u064A \u0639\u0645\u064A\u0644 MCP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 (\u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: VS Code\u060C Cursor\u060C \u0623\u0648 Claude Code).","page.mcpNotAllowed.publicNote":"\u062A\u0642\u062F\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u062A\u0627\u062D \u0644\u0644\u0639\u0627\u0645\u0629 \u0641\u0642\u0637 \u0648\u0644\u0627 \u062A\u062A\u0637\u0644\u0628 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644.","page.mcpNotAllowed.publicEndpointHint":"\u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0634\u0643\u0644 \u0645\u062C\u0647\u0648\u0644 \u062F\u0648\u0646 \u062D\u0633\u0627\u0628\u060C \u0627\u0633\u062A\u062E\u062F\u0645 <link>\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0639\u0627\u0645\u0629</link>.","page.mcpNotAllowed.mainEndpointHint":"\u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u062A\u0627\u062D \u0644\u062D\u0633\u0627\u0628\u0643\u060C \u0627\u0633\u062A\u062E\u062F\u0645 <link>\u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064A\u0629 MCP \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629</link>.","page.mcpNotAllowed.snippets.terminal.hint":"\u0634\u063A\u0651\u0644 \u0647\u0630\u0627 \u0627\u0644\u0623\u0645\u0631 \u0641\u064A \u0627\u0644\u0637\u0631\u0641\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643:","page.mcpNotAllowed.snippets.claudeCode.headline":"Claude Code","page.mcpNotAllowed.snippets.claudeDesktop.headline":"Claude Desktop","page.mcpNotAllowed.snippets.claudeDesktop.instruction":"\u0627\u0641\u062A\u062D \u062A\u062E\u0635\u064A\u0635 \u2192 \u0627\u0644\u0645\u0648\u0635\u0644\u0627\u062A \u2192 \u0625\u0636\u0627\u0641\u0629 \u0645\u0648\u0635\u0644 \u0645\u062E\u0635\u0635 \u0648\u0627\u0644\u0635\u0642 \u0639\u0646\u0648\u0627\u0646 URL \u0647\u0630\u0627 \u0644\u0644\u062E\u0627\u062F\u0645:","page.mcpNotAllowed.snippets.chatgptApp.headline":"\u062A\u0637\u0628\u064A\u0642 ChatGPT \u0644\u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628","page.mcpNotAllowed.snippets.chatgptApp.instruction":'\u0641\u064A \u062A\u0637\u0628\u064A\u0642 ChatGPT \u0644\u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u2190 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A \u2190 MCPs \u0648\u0623\u0636\u0641 \u062E\u0627\u062F\u0645\u064B\u0627 \u0628\u0627\u0644\u0646\u0648\u0639 "Streamable HTTP" \u0648\u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 URL (\u062B\u0645 \u0623\u0639\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642):',"page.mcpNotAllowed.snippets.codexCli.headline":"Codex CLI","page.mcpNotAllowed.snippets.prompt.headline":"\u0627\u0644\u0645\u0648\u062C\u0651\u0647","page.mcpNotAllowed.snippets.prompt.hint":"\u0623\u0648 \u0627\u0644\u0635\u0642 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u062C\u0651\u0647 \u0641\u064A \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0644\u064A\u0636\u064A\u0641 \u0627\u0644\u062E\u0627\u062F\u0645 \u0646\u064A\u0627\u0628\u0629\u064B \u0639\u0646\u0643:","page.mcpNotAllowed.snippets.json.hint":"\u0623\u0636\u0641 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062E\u0627\u062F\u0645 \u0647\u0630\u0627 \u0625\u0644\u0649 \u0645\u0644\u0641 \u062A\u0643\u0648\u064A\u0646 MCP \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0645\u064A\u0644\u0643:","page.mcpNotAllowed.tabs.claude":"Claude","page.mcpNotAllowed.tabs.chatgpt":"ChatGPT","page.mcpNotAllowed.tabs.json":"JSON","catalog.filters.title":"\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.add":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.placeholder":"\u0627\u0643\u062A\u0628 \u0644\u0644\u062A\u0631\u0634\u064A\u062D...","catalog.filters.clearAll":"\u0645\u0633\u062D \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.select.addFilter":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.select.all":"\u0627\u0644\u0643\u0644","catalog.filters.done":"\u062A\u0645","filter.dateRange.from":"\u0645\u0646:","filter.dateRange.to":"\u0625\u0644\u0649:","sidebar.menu.backLabel":"\u0631\u062C\u0648\u0639","sidebar.menu.backToLabel":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 {{value}}","sidebar.actions.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.changeToSingleColumn":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.changeToTwoColumns":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F\u064A\u0646","sidebar.actions.singleColumn":"\u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.twoColumns":"\u0639\u0645\u0648\u062F\u0627\u0646","versionPicker.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631:","versionPicker.unversioned":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","codeSnippet.copy.buttonText":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","codeSnippet.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","codeSnippet.copy.toasterText":"\u0646\u0633\u062E","codeSnippet.expand.tooltipText":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","codeSnippet.collapse.tooltipText":"\u0637\u064A \u0627\u0644\u0643\u0644","markdown.editPage.text":"\u062A\u0639\u062F\u064A\u0644","feedback.settings.comment.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0644\u0645\u0633\u0627\u0639\u062F\u062A\u0643 \u0641\u064A \u062A\u062D\u0633\u064A\u0646 \u0648\u062B\u0627\u0626\u0642\u0646\u0627!","feedback.settings.comment.label":"\u064A\u0631\u062C\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643 \u0645\u0639\u0646\u0627.","feedback.settings.comment.send":"\u0625\u0631\u0633\u0627\u0644","feedback.settings.comment.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.maxLength":"\u062A\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0648\u0647\u0648 {{maxLength}} \u062D\u0631\u0641","feedback.settings.comment.satisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.neutralLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.comment.dissatisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","feedback.settings.label":"\u0647\u0644 \u0643\u0627\u0646 \u0647\u0630\u0627 \u0645\u0641\u064A\u062F\u064B\u0627\u061F","feedback.settings.reasons.label":"\u0623\u064A \u0639\u0628\u0627\u0631\u0629 \u062A\u0635\u0641 \u0623\u0641\u0643\u0627\u0631\u0643 \u062D\u0648\u0644 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u061F","feedback.submit":"\u0625\u0631\u0633\u0627\u0644","feedback.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.likeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.dislikeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.sentiment.thumbUp":"\u0623\u0639\u062C\u0628\u0646\u064A","feedback.sentiment.thumbDown":"\u0644\u0645 \u064A\u0639\u062C\u0628\u0646\u064A","feedback.settings.leftScaleLabel":"\u063A\u064A\u0631 \u0645\u0641\u064A\u062F \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642","feedback.settings.rightScaleLabel":"\u0645\u0641\u064A\u062F \u0644\u0644\u063A\u0627\u064A\u0629","feedback.settings.optionalEmail.label":"\u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A (\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u060C \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629)","feedback.settings.optionalEmail.placeholder":"yourname@example.com","jsonViewer.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","jsonViewer.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","codeSnippet.report.buttonText":"\u0625\u0628\u0644\u0627\u063A","codeSnippet.report.tooltipText":"\u0627\u0644\u0625\u0628\u0644\u0627\u063A \u0639\u0646 \u0645\u0634\u0643\u0644\u0629","codeSnippet.report.label":"\u0645\u0627 \u0647\u064A \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632\u061F","userMenu.login":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","userMenu.logout":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062E\u0631\u0648\u062C","userMenu.devOnboardingLabel":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","mobileMenu.mainMenu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","mobileMenu.previous":"\u0627\u0644\u0633\u0627\u0628\u0642","mobileMenu.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","mobileMenu.version":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","page.nextButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","page.previousButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","page.actions.moreActions":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A","page.actions.copyButtonText":"\u0646\u0633\u062E","page.actions.copyTitle":"\u0646\u0633\u062E \u0644\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A","page.actions.copyDescription":"\u0646\u0633\u062E \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown \u0644\u0644\u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A\u0629","page.actions.viewAsMdButtonText":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdTitle":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdDescription":"\u0641\u062A\u062D \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown","page.actions.chatGptButtonText":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptTitle":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptDescription":"\u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0645\u0646 ChatGPT","page.actions.claudeButtonText":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeTitle":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeDescription":"\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0631\u0624\u0649 \u0645\u0646 \u0643\u0644\u0648\u062F","page.actions.cursorMcpButtonText":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpTitle":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp":"\u062A\u0648\u0635\u064A\u0644 MCP","page.actions.connectMcp.cursor":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.connectMcp.cursorDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp.vscode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 VS Code","page.actions.connectMcp.vscodeDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 VS Code","page.actions.connectMcp.claudeCode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Claude Code","page.actions.connectMcp.claudeCodeDescription":"\u0646\u0633\u062E \u0623\u0645\u0631 Claude Code CLI","page.actions.connectMcp.codex":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Codex CLI","page.actions.connectMcp.codexDescription":"\u0646\u0633\u062E \u0623\u0645\u0631 Codex CLI","page.actions.connectMcp.copyConfig":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP","page.actions.connectMcp.copyConfigDescription":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP \u0628\u0635\u064A\u063A\u0629 JSON","page.actions.connectMcp.moreOptions":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A","navbar.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","openapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 OpenAPI","openapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","openapi.info.contact.url":"URL","openapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","openapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","openapi.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","button.download.tooltipText":"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0648\u0635\u0641","button.externalLink.tooltipText":"\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629","button.email.tooltipText":"\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","openapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","openapi.enum":"\u062A\u0639\u062F\u0627\u062F","openapi.items":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.default":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.variable":"\u0645\u062A\u063A\u064A\u0631","openapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","openapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","openapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","openapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","openapi.languages.title":"\u0627\u0644\u0644\u063A\u0627\u062A","openapi.languages.moreButton.tooltipText":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A","openapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","openapi.operations":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","openapi.schemas":"\u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A","openapi.webhooks":"Webhooks","openapi.description":"\u0627\u0644\u0648\u0635\u0641","openapi.badges.deprecated":"\u0645\u0647\u0645\u0644","openapi.badges.required":"\u0645\u0637\u0644\u0648\u0628","openapi.badges.webhook":"Webhook","openapi.request":"\u0627\u0644\u0637\u0644\u0628","openapi.path":"\u0627\u0644\u0645\u0633\u0627\u0631","openapi.query":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.querystring":"\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.cookie":"\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637","openapi.header":"\u0627\u0644\u0631\u0624\u0648\u0633","openapi.body":"\u0627\u0644\u062C\u0633\u0645","openapi.responses":"\u0627\u0644\u0631\u062F\u0648\u062F","openapi.response":"\u0627\u0644\u0631\u062F","openapi.callbacks":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackRequest":"\u0637\u0644\u0628 \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackResponse":"\u0631\u062F \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.payload":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0637\u0644\u0628","openapi.discriminator":"\u0627\u0644\u0645\u0645\u064A\u0632","openapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","openapi.tryIt":"\u062C\u0631\u0628\u0647\u0627","openapi.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","openapi.example":"\u0645\u062B\u0627\u0644","openapi.examples":"\u0623\u0645\u062B\u0644\u0629","openapi.additionalProperties":"\u062E\u0627\u0635\u064A\u0629 \u0625\u0636\u0627\u0641\u064A\u0629","openapi.patternProperties":"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0646\u0645\u0637","openapi.required":"\u0645\u0637\u0644\u0648\u0628","openapi.recursive":"\u0645\u062A\u0643\u0631\u0631","openapi.complex":"\u0645\u0639\u0642\u062F","openapi.property":"\u062E\u0627\u0635\u064A\u0629","openapi.properties":"\u062E\u0635\u0627\u0626\u0635","openapi.details":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","openapi.hideExample":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.showExample":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.expandAll":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","openapi.collapseAll":"\u0637\u064A \u0627\u0644\u0643\u0644","openapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","openapi.noResponseExample":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062B\u0627\u0644 \u0644\u0644\u0631\u062F","openapi.discriminator.searchPlaceholder":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.discriminator.searchNoResults":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631","openapi.discriminator.defaultMapping":"\u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: \u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649.","openapi.noResponseContent":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649","openapi.noRequestPayload":"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0645\u0648\u0644\u0629 \u0637\u0644\u0628","openapi.noRequestData":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0637\u0644\u0628","openapi.hidePattern":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0645\u0637","openapi.showPattern":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0645\u0637","openapi.authorizationUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u0641\u0648\u064A\u0636","openapi.tokenUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064A\u0632","openapi.refreshUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u062D\u062F\u064A\u062B","openapi.showOptionalScopes":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.hideOptionalScopes":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.security":"\u0627\u0644\u0623\u0645\u0627\u0646","openapi.httpAuthorizationScheme":"\u0645\u062E\u0637\u0637 \u062A\u0641\u0648\u064A\u0636 HTTP","openapi.bearerFormat":"\u062A\u0646\u0633\u064A\u0642 Bearer","openapi.parameterName":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645\u0629","openapi.flowType":"\u0646\u0648\u0639 \u0627\u0644\u062A\u062F\u0641\u0642","openapi.connectUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0627\u062A\u0635\u0627\u0644","openapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","openapi.unsupportedLanguage":"\u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u0629.","openapi.failedToGenerateCodeSample":"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0631\u0645\u0632.","openapi.schemaCatalogLink.title":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u0645\u0634\u062A\u0631\u0643","openapi.schemaCatalogLink.copyButtonTooltip":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","openapi.schemaCatalogLink.copiedTooltip":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","openapi.mcp.title":"\u062E\u0627\u062F\u0645 MCP","openapi.mcp.endpoint":"\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629","openapi.mcp.tools":"MCP \u0627\u0644\u0623\u062F\u0648\u0627\u062A","openapi.mcp.protocolVersion":"\u0646\u0633\u062E\u0629 \u0627\u0644\u0628\u0631\u0648\u062A\u0648\u0643\u0648\u0644","openapi.mcp.capabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","openapi.mcp.experimentalCapabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629","openapi.mcp.inputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.inputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.outputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.outputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.exampleTitle":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0648\u0631\u062F","openapi.mcp.argumentsExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","asyncapi.info.contact.url":"URL","asyncapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","asyncapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","asyncapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","asyncapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","asyncapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","asyncapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","asyncapi.required":"\u0645\u0637\u0644\u0648\u0628","asyncapi.badges.deprecated":"\u0645\u0647\u0645\u0644","asyncapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","asyncapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0645\u062E\u0637\u0637 GraphQL","graphql.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.info.contact.url":"\u0639\u0646\u0648\u0627\u0646 URL","graphql.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","graphql.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","graphql.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","graphql.overview":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 GraphQL","graphql.metadata":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","graphql.value":"\u0627\u0644\u0642\u064A\u0645\u0629","graphql.queries":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A","graphql.mutations":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644\u0627\u062A","graphql.subscriptions":"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643\u0627\u062A","graphql.directives":"\u0627\u0644\u062A\u0648\u062C\u064A\u0647\u0627\u062A","graphql.objects":"\u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.interfaces":"\u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.unions":"\u0627\u0644\u0627\u062A\u062D\u0627\u062F\u0627\u062A","graphql.enums":"\u0627\u0644\u062A\u0639\u062F\u0627\u062F\u0627\u062A","graphql.inputs":"\u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A","graphql.scalars":"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0639\u062F\u062F\u064A\u0629","graphql.fields":"\u0627\u0644\u062D\u0642\u0648\u0644","graphql.inputFields":"\u062D\u0642\u0648\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644","graphql.values":"\u0627\u0644\u0642\u064A\u0645","graphql.actions.show":"\u0625\u0638\u0647\u0627\u0631","graphql.actions.hide":"\u0625\u062E\u0641\u0627\u0621","graphql.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","graphql.arguments.label":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.here":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0647\u0646\u0627","graphql.returnTypes.label":"\u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.show":"\u0625\u0638\u0647\u0627\u0631 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.hide":"\u0625\u062E\u0641\u0627\u0621 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.possibleTypes":"\u0627\u0644\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u062D\u062A\u0645\u0644\u0629","graphql.defaultValue":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","graphql.deprecationReason":"\u0633\u0628\u0628 \u0627\u0644\u0625\u0647\u0645\u0627\u0644","graphql.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644","graphql.objectScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.fieldScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062D\u0642\u0648\u0644","graphql.implementedInterfaces":"\u064A\u0646\u0641\u0630 \u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.implementedBy":"\u0645\u0646\u0641\u0630 \u0628\u0648\u0627\u0633\u0637\u0629","graphql.nonNull":"\u063A\u064A\u0631 \u0641\u0627\u0631\u063A","graphql.required":"\u0645\u0637\u0644\u0648\u0628","graphql.badges.deprecated":"\u0645\u0647\u0645\u0644","asyncapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","asyncapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","asyncapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","asyncapi.payload":"\u0627\u0644\u062D\u0645\u0648\u0644\u0629","asyncapi.parameters":"\u0627\u0644\u0645\u0639\u0644\u0645\u0627\u062A","asyncapi.messages":"\u0627\u0644\u0631\u0633\u0627\u0626\u0644","asyncapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","asyncapi.moreDetails":"\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","asyncapi.property":"\u062E\u0627\u0635\u064A\u0629","asyncapi.properties":"\u062E\u0635\u0627\u0626\u0635","asyncapi.details":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","asyncapi.reply":"\u0627\u0644\u0631\u062F","asyncapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","graphql.variables":"\u0627\u0644\u0645\u062A\u063A\u064A\u0631\u0627\u062A","graphql.querySample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0633\u062A\u0639\u0644\u0627\u0645","graphql.mutationSample":"\u0646\u0645\u0648\u0630\u062C \u062A\u0639\u062F\u064A\u0644","graphql.subscriptionSample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0634\u062A\u0631\u0627\u0643","graphql.responseSample":"\u0646\u0645\u0648\u0630\u062C \u0631\u062F","graphql.locations":"\u0627\u0644\u0645\u0648\u0627\u0642\u0639","graphql.sample":"\u0639\u064A\u0646\u0629","graphql.referenced":"\u0645\u0634\u0627\u0631 \u0625\u0644\u064A\u0647 \u0641\u064A","graphql.content.fragment":"\u062C\u0632\u0621","codeWalkthrough.preview":"\u0645\u0639\u0627\u064A\u0646\u0629","codeWalkthrough.download":"\u062A\u0646\u0632\u064A\u0644","time.justNow":"\u0627\u0644\u0622\u0646 \u0641\u0642\u0637","time.past.second":"\u0645\u0646\u0630 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.seconds":"\u0645\u0646\u0630 {{value}} \u062B\u0648\u0627\u0646\u064D","time.past.minute":"\u0645\u0646\u0630 \u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.minutes":"\u0645\u0646\u0630 {{value}} \u062F\u0642\u0627\u0626\u0642","time.past.hour":"\u0645\u0646\u0630 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.hours":"\u0645\u0646\u0630 {{value}} \u0633\u0627\u0639\u0627\u062A","time.past.day":"\u0645\u0646\u0630 \u064A\u0648\u0645 \u0648\u0627\u062D\u062F","time.past.days":"\u0645\u0646\u0630 {{value}} \u0623\u064A\u0627\u0645","time.past.week":"\u0645\u0646\u0630 \u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F","time.past.weeks":"\u0645\u0646\u0630 {{value}} \u0623\u0633\u0627\u0628\u064A\u0639","time.past.month":"\u0645\u0646\u0630 \u0634\u0647\u0631 \u0648\u0627\u062D\u062F","time.past.months":"\u0645\u0646\u0630 {{value}} \u0623\u0634\u0647\u0631","time.past.year":"\u0645\u0646\u0630 \u0639\u0627\u0645 \u0648\u0627\u062D\u062F","time.past.years":"\u0645\u0646\u0630 {{value}} \u0623\u0639\u0648\u0627\u0645","page.internalServerError.title":"\u062E\u0637\u0623 \u062F\u0627\u062E\u0644\u064A \u0641\u064A \u0627\u0644\u062E\u0627\u062F\u0645","page.internalServerError.description":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627 \u0645\u0646 \u062C\u0627\u0646\u0628\u0646\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u062F\u0639\u0645 \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629.","page.skipToContent.label":"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","catalog.catalogs.label":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C\u0627\u062A","catalog.catalogs.all.title":"\u0627\u0644\u0643\u0644","catalog.catalogs.all.description":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A","catalog.catalogs.all.switcherLabel":"\u0627\u0644\u0643\u0644","catalog.catalogs.service.title":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.service.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u062F\u0645\u0629","catalog.catalogs.service.switcherLabel":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.user.title":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.user.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","catalog.catalogs.user.switcherLabel":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.team.title":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.team.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0641\u0631\u064A\u0642","catalog.catalogs.team.switcherLabel":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.domain.title":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.domain.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0637\u0627\u0642","catalog.catalogs.domain.switcherLabel":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.apiDescription.title":"\u0648\u0635\u0641 API","catalog.catalogs.apiDescription.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641 API","catalog.catalogs.apiDescription.switcherLabel":"\u0648\u0635\u0641 API","catalog.catalogs.dataSchema.title":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.switcherLabel":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.apiOperation.title":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.switcherLabel":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.entity.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","catalog.entity.schema.title":"\u0627\u0644\u0646\u0645\u0648\u0630\u062C","catalog.entity.properties.apiDescription.title":"\u0648\u0635\u0641 API","catalog.backToAllLabel":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C","catalog.notConnected":"\u063A\u064A\u0631 \u0645\u062A\u0635\u0644","catalog.tags.label":"\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A","catalog.owners.label":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646","catalog.repositories.label":"\u0627\u0644\u0645\u0633\u062A\u0648\u062F\u0639\u0627\u062A","catalog.email.label":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","catalog.format.label":"\u0627\u0644\u062A\u0646\u0633\u064A\u0642","catalog.entityType.label":"\u0646\u0648\u0639 \u0627\u0644\u0643\u064A\u0627\u0646","catalog.domains.label":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.contact.label":"\u0642\u0646\u0648\u0627\u062A Slack","catalog.methodAndPath.label":"\u0627\u0644\u0637\u0631\u064A\u0642\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0631","catalog.links.label":"\u0627\u0644\u0631\u0648\u0627\u0628\u0637","catalog.metadata.domains":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A:","catalog.metadata.owners":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646:","catalog.sort":"\u062A\u0631\u062A\u064A\u0628","catalog.history.button.label":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.title":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.close":"\u0625\u063A\u0644\u0627\u0642 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.version.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","catalog.filters.close":"\u0625\u063A\u0644\u0627\u0642","catalog.history.version.notSpecified":"\u063A\u064A\u0631 \u0645\u062D\u062F\u062F","catalog.history.version.default":"\u0627\u0641\u062A\u0631\u0627\u0636\u064A","catalog.history.revisions.limitMessage":"\u0644\u0627 \u064A\u062A\u0645 \u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0627\u062A \u0627\u0644\u0623\u0642\u062F\u0645.","catalog.history.revision.current":"\u0627\u0644\u062D\u0627\u0644\u064A","catalog.history.revisions.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","catalog.history.revisions.showMore":"\u0639\u0631\u0636 {{count}} \u0627\u0644\u0645\u0632\u064A\u062F","select.noResults":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","loaders.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","diagram.openFullscreen":"\u0627\u0646\u0642\u0631 \u0644\u0641\u062A\u062D \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0641\u064A \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629","diagram.zoomIn":"\u062A\u0643\u0628\u064A\u0631","diagram.zoomOut":"\u062A\u0635\u063A\u064A\u0631","diagram.reset":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0639\u0631\u0636","diagram.close":"\u0625\u063A\u0644\u0627\u0642","diagram.viewer":"\u0639\u0627\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A"};export{e as ar};