@redocly/redoc-reef 0.135.0-next.6 → 0.135.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 (69) hide show
  1. package/CHANGELOG.md +87 -0
  2. package/dist/cli/develop.js +1 -1
  3. package/dist/client/templates/openapi-docs/helpers.js +1 -1
  4. package/dist/constants/l10n/langs/ar.js +1 -1
  5. package/dist/constants/l10n/langs/de.js +1 -1
  6. package/dist/constants/l10n/langs/en.js +1 -1
  7. package/dist/constants/l10n/langs/es.js +1 -1
  8. package/dist/constants/l10n/langs/fr.js +1 -1
  9. package/dist/constants/l10n/langs/hi.js +1 -1
  10. package/dist/constants/l10n/langs/it.js +1 -1
  11. package/dist/constants/l10n/langs/ja.js +1 -1
  12. package/dist/constants/l10n/langs/ko.js +1 -1
  13. package/dist/constants/l10n/langs/pl.js +1 -1
  14. package/dist/constants/l10n/langs/pt-BR.js +1 -1
  15. package/dist/constants/l10n/langs/pt.js +1 -1
  16. package/dist/constants/l10n/langs/ru.js +1 -1
  17. package/dist/constants/l10n/langs/uk.js +1 -1
  18. package/dist/constants/l10n/langs/zh.js +1 -1
  19. package/dist/server/api-routes/execute-api-route.js +1 -1
  20. package/dist/server/api-routes/import-api-routes-handlers.js +1 -1
  21. package/dist/server/constants/common.d.ts +0 -2
  22. package/dist/server/constants/common.js +1 -1
  23. package/dist/server/constants/plugins/openapi-docs.d.ts +0 -1
  24. package/dist/server/constants/plugins/openapi-docs.js +1 -1
  25. package/dist/server/esbuild/plugins/api-request-handlers-resolver.js +1 -1
  26. package/dist/server/esbuild/plugins/on-rebuild.d.ts +4 -4
  27. package/dist/server/plugins/api-functions/index.js +1 -1
  28. package/dist/server/plugins/catalog-classic/index.d.ts +0 -1
  29. package/dist/server/plugins/catalog-classic/index.js +1 -1
  30. package/dist/server/plugins/config-parser/loaders/redocly-config-loader.js +1 -1
  31. package/dist/server/plugins/config-parser/loaders/utils/read-and-validate-config.js +1 -1
  32. package/dist/server/plugins/lifecycle.js +2 -2
  33. package/dist/server/plugins/markdown/search/walk-sections.js +3 -1
  34. package/dist/server/plugins/mcp/constants.d.ts +1 -0
  35. package/dist/server/plugins/mcp/constants.js +1 -1
  36. package/dist/server/plugins/mcp/docs-mcp/codemode/build-tool-type-declarations.d.ts +4 -0
  37. package/dist/server/plugins/mcp/docs-mcp/codemode/build-tool-type-declarations.js +8 -0
  38. package/dist/server/plugins/mcp/docs-mcp/codemode/prompts.d.ts +5 -0
  39. package/dist/server/plugins/mcp/docs-mcp/codemode/prompts.js +4 -0
  40. package/dist/server/plugins/mcp/docs-mcp/tool-schemas.d.ts +3 -0
  41. package/dist/server/plugins/mcp/docs-mcp/tool-schemas.js +1 -1
  42. package/dist/server/plugins/mcp/docs-mcp/tools/core/search.js +2 -2
  43. package/dist/server/plugins/mcp/docs-mcp/tools/core/types.d.ts +1 -0
  44. package/dist/server/plugins/mcp/docs-mcp/tools/execute.js +1 -1
  45. package/dist/server/plugins/mcp/docs-mcp/tools/graphql/list-graphql-apis.js +1 -1
  46. package/dist/server/plugins/mcp/handlers/handle-mcp-request.js +1 -1
  47. package/dist/server/plugins/mcp/index.js +1 -1
  48. package/dist/server/plugins/mcp/servers/docs-server.js +3 -1
  49. package/dist/server/plugins/openapi-docs/index.js +1 -1
  50. package/dist/server/plugins/scorecard-classic/get-scorecard-config.d.ts +5 -0
  51. package/dist/server/plugins/scorecard-classic/index.js +1 -1
  52. package/dist/server/plugins/search/index.js +1 -1
  53. package/dist/server/plugins/sso/index.js +1 -1
  54. package/dist/server/store.d.ts +5 -1
  55. package/dist/server/store.js +1 -1
  56. package/dist/server/utils/ai-agent-detection.d.ts +6 -0
  57. package/dist/server/utils/ai-agent-detection.js +1 -1
  58. package/dist/server/web-server/routes/otel/otel.js +1 -1
  59. package/dist/server/web-server/routes/page-data.js +1 -1
  60. package/dist/server/web-server/utils.js +1 -1
  61. package/package.json +10 -10
  62. package/dist/server/plugins/catalog-classic/get-server-props.d.ts +0 -4
  63. package/dist/server/plugins/catalog-classic/get-server-props.js +0 -1
  64. package/dist/server/plugins/catalog-classic/get-template-path.d.ts +0 -2
  65. package/dist/server/plugins/catalog-classic/get-template-path.js +0 -1
  66. package/dist/server/plugins/mcp/docs-mcp/codemode/build-execute-tool-description.d.ts +0 -4
  67. package/dist/server/plugins/mcp/docs-mcp/codemode/build-execute-tool-description.js +0 -4
  68. package/dist/server/plugins/openapi-docs/get-server-props-custom-fields.d.ts +0 -11
  69. package/dist/server/plugins/openapi-docs/get-server-props-custom-fields.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # @redocly/redoc-reef
2
2
 
3
+ ## 0.135.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 76189db569: Added `GraphQL` support to Docs MCP server.
8
+ - d88f0270a1: Adds validation and logging for mutually exclusive `access.idps` and `access.sso` in `redocly.yaml`.
9
+ - 736405a589: Added `title` attribute to the `json-schema` Markdoc tag to display a heading above the rendered schema.
10
+ - ed259391ab: Updated the `img` Markdoc tag with `framed`, `caption`, and `images` properties.
11
+ - a614929940: Added annotations to the MCP tools.
12
+ - 8358282927: Added support for the `openapi-code-sample` and `openapi-response-sample` Markdoc tags in `llms.txt`.
13
+ - 914428551a: Added a setup instructions page which is displayed when users open the Docs MCP server URL `/mcp` in a browser.
14
+
15
+ ### Patch Changes
16
+
17
+ - d3d0786f4b: Fixed an issue where the Docs MCP server `search` tool returned results from all locales.
18
+ After the fix, search results are filtered by the requested locale, defaulting to the project's default locale.
19
+ - b93a2a6166: Fixed an issue where the login button did not return users to their previous page after signing in.
20
+ - 08dea43493: Fixed scroll synchronization between the Webview and editor: dragging the Webview scrollbar scrolls the editor, and mouse-wheel scrolling maintains alignment.
21
+ - 612676ed50: Fixed an issue where setting an empty string in `openapi.corsProxyUrl` did not disable the CORS proxy server.
22
+ - 63244207e9: Fixed an issue where search results prioritized matches in page text over matches in page titles.
23
+ - 054f8d0400: Fixed issues in the breadcrumbs dropdown component where the chevron icon did not change and a focus outline was added on click.
24
+ - 413e45fabe: Fixed an issue where the selected version persisted across versioned content sets instead of resetting to each set's default version.
25
+ - ed64b3849b: Fixed an issue where italic or bold text inside headings was excluded from generated anchor links.
26
+ - f07927efd7: Fixed an issue where Markdown output for `llms.txt` was missing blank lines after Markdoc tags.
27
+ - 735eee33a0: Fixed an issue where MCP page actions were hidden on pages for which `llms.txt` files weren't generated.
28
+ - 09ad3982eb: Updated `@redocly/openapi-core` to version `2.37.0`.
29
+ - 2115596347: Fixed layout shift in the sidebar that happened when users selected a sidebar item.
30
+ - 4267dc2f1e: Fixed an issue where the Markdoc `tabs` tag crashed if it contained content without a `label` attribute.
31
+ - e811ac08af: Fixed an issue where API functions could stop working and return errors after a function had been edited, added, or renamed during preview.
32
+ Changes are picked up automatically.
33
+ A full restart of Webview is no longer required.
34
+ - f52a2b04b5: Fixed an issue where the deprecated badge didn't appear in search dialog results for the Typesense search engine.
35
+ - c202a2acd4: Improved HTTP caching for public and private pages.
36
+ - ead3c5da07: Fixed an issue where search results were incorrectly scoped to the selected product, version, or filter.
37
+ This issue occurred when names of products, versions or filters included the same word, for example: `Version` and `Version 2`.
38
+ - Updated dependencies [359a05ad5d]
39
+ - Updated dependencies [46970189d8]
40
+ - Updated dependencies [5f5fcd52f7]
41
+ - Updated dependencies [63244207e9]
42
+ - Updated dependencies [054f8d0400]
43
+ - Updated dependencies [9df2991666]
44
+ - Updated dependencies [735eee33a0]
45
+ - Updated dependencies [09ad3982eb]
46
+ - Updated dependencies [4800c0c1f2]
47
+ - Updated dependencies [2115596347]
48
+ - Updated dependencies [4267dc2f1e]
49
+ - Updated dependencies [ed259391ab]
50
+ - Updated dependencies [2d154630f3]
51
+ - Updated dependencies [8358282927]
52
+ - Updated dependencies [914428551a]
53
+ - Updated dependencies [33b827ed76]
54
+ - @redocly/realm-asyncapi-sdk@0.13.0
55
+ - @redocly/theme@0.67.0
56
+ - @redocly/openapi-docs@3.23.0
57
+ - @redocly/portal-plugin-mock-server@0.20.0
58
+ - @redocly/asyncapi-docs@1.12.0
59
+ - @redocly/graphql-docs@1.12.0
60
+ - @redocly/portal-legacy-ui@0.18.0
61
+
62
+ ## 0.135.0-next.7
63
+
64
+ ### Minor Changes
65
+
66
+ - d88f0270a1: Adds validation and logging for the use of mutually exclusive `access.idps` and `access.sso` in `redocly.yaml`.
67
+ - 914428551a: Added a setup instructions page displayed when users open the Docs MCP server URL `/mcp` in a browser.
68
+
69
+ ### Patch Changes
70
+
71
+ - d3d0786f4b7: Fixed an issue where the Docs MCP server `search` tool returned results across all locales.
72
+ After the fix, search results are filtered by the requested locale, defaulting to the project's default locale.
73
+ - 612676ed508: Fixed an issue where setting an empty string in openapi.corsProxyUrl did not disable the CORS proxy server.
74
+ - f07927efd73: Fixed an issue where Markdown output for `llms.txt` was missing blank lines after Markdoc tags.
75
+ - 735eee33a09: Fixed an issue where MCP page actions were hidden on pages for which `llms.txt` files weren't generated.
76
+ - 09ad3982eb: Updated `@redocly/openapi-core` to version `2.37.0`.
77
+ - e811ac08af3: Fixed an issue where API functions could stop working and return errors after a function had been edited, added, or renamed during preview.
78
+ Changes are picked up automatically.
79
+ A full restart of Webview is no longer required.
80
+ - Updated dependencies [735eee33a09]
81
+ - Updated dependencies [09ad3982eb]
82
+ - Updated dependencies [4800c0c1f2]
83
+ - Updated dependencies [914428551a]
84
+ - @redocly/theme@0.67.0-next.6
85
+ - @redocly/openapi-docs@3.23.0-next.7
86
+ - @redocly/asyncapi-docs@1.12.0-next.7
87
+ - @redocly/graphql-docs@1.12.0-next.7
88
+ - @redocly/portal-plugin-mock-server@0.20.0-next.7
89
+
3
90
  ## 0.135.0-next.6
4
91
 
5
92
  ### Minor Changes
@@ -1 +1 @@
1
- import{logger as t}from"../server/tools/notifiers/logger.js";import{reporter as c}from"../server/tools/notifiers/reporter.js";import{green as v}from"../server/tools/notifiers/helpers/colors.js";import{envConfig as m}from"../server/config/env-config.js";import{resolveCache as w}from"../server/esbuild/plugins/themes-resolver.js";import{getBilledPagesCount as p}from"../server/utils/index.js";import{createClientCompiler as C,createServerCompiler as R}from"../server/esbuild/esbuild.js";import{initPlugins as S,runPlugins as f,writeClientEntries as h}from"../server/plugins/lifecycle.js";import{writeServerRebuildTrigger as y}from"../server/esbuild/generate.js";import{startDevServer as E}from"../server/web-server/dev-server.js";import{validateAllMarkdowns as b}from"../server/plugins/markdown/compiler.js";import{reportAllErrors as g}from"../server/utils/report-all-errors.js";import{copyMigrationsFolder as D}from"../server/providers/database/copy-migrations.js";import{listenStdin as L}from"./utils/listen-stdin.js";async function J(i,e){t.info("Starting project preview mode."),h(e),t.startTiming("initial-js"),await T(e),t.infoTime("initial-js","JavaScript compiled");const{pluginInstances:l,lifecycleContext:r}=await S({contentDir:e.contentDir,outdir:e.outdir,serverOutDir:void 0,devLogin:i["dev-login"]!==!1,setGlobalConfig:e.setGlobalConfig});e.lifecycleContext=r,D(e),await f(l,e,r,{failFast:!0});const s=async()=>{const n=performance.now();c.clearErrors(),await f(l,e,r),m.REDOCLY_EXP_DISABLE_MD_VALIDATION?t.info("Skipping markdown validation step"):await b(e,r),A().then(async()=>{await g(r);const a=p(e.getAllRoutes()),o=c.summary(` \u{1F440} Last change processed in ${v(Math.round(performance.now()-n)+"ms")}`,a);e.runListeners("errors-updated",void 0,o),e.runListeners("pages-updated",void 0,a),e.runListeners("routes-updated")})};m.REDOCLY_EXP_DISABLE_MD_VALIDATION?t.info("Skipping markdown validation step"):await b(e,r),await g(r);const d=p(e.getAllRoutes());c.summary(" \u{1F440} Watching for changes...",d),e.runListeners("pages-updated",void 0,d),r.fs.watch(async()=>{const n=Array.from(e.apiRoutesRequestHandlers.keys()).sort().join(",");w.clear(),await s();const a=Array.from(e.apiRoutesRequestHandlers.keys()).sort().join(",");n!==a&&y(e.serverOutDir)}),t.verbose("Starting development server."),await E(e,r,{port:Number(i.port||4e3)}),L()}async function T(i){let e=!0,l=!0;const r=n=>{n==="client"?e=!0:l=!0,i.runListeners("build-started"),e!=l&&(i.startEsbuildRun(),t.startTiming("rebuild"))},s=async n=>{n==="client"?e=!1:l=!1,!(e||l)&&(i.finishEsbuildRun(),i.buildRevision++,t.infoTime("rebuild","JavaScript re-compiled"),await i.reloadMarkdocOptions(),i.markUserCodeReady(),i.runListeners("build-updated"),i.lifecycleContext&&i.buildRevision>1&&i.lifecycleContext.fs.emitCodeUpdated())},d=[new Promise((n,a)=>{const o={label:"client",buildStart(){t.verbose("Start compiling client code."),t.startTiming(this.label)},buildEnd(){t.verboseTime(this.label,"Client compiled"),n(!0)},rebuildStart:()=>r("client"),rebuildEnd:()=>s("client")};C(i,i.outdir,"development",o).then(u=>u.watch()).catch(a)}),new Promise((n,a)=>{const o={label:"server",buildStart(){t.verbose("Start compiling server code."),t.startTiming(this.label)},buildEnd(){t.verboseTime(this.label,"Server compiled"),n(!0)},rebuildStart:()=>r("server"),rebuildEnd:()=>s("server")};R(i,i.serverOutDir,"development",o).then(u=>u.watch()).catch(a)})];await Promise.all(d),await i.reloadMarkdocOptions()}function A(){return new Promise(i=>{setTimeout(i,0)})}export{J as develop};
1
+ import{logger as t}from"../server/tools/notifiers/logger.js";import{reporter as c}from"../server/tools/notifiers/reporter.js";import{green as v}from"../server/tools/notifiers/helpers/colors.js";import{envConfig as m}from"../server/config/env-config.js";import{resolveCache as w}from"../server/esbuild/plugins/themes-resolver.js";import{getBilledPagesCount as p}from"../server/utils/index.js";import{createClientCompiler as C,createServerCompiler as S}from"../server/esbuild/esbuild.js";import{initPlugins as R,runPlugins as f,writeClientEntries as h}from"../server/plugins/lifecycle.js";import{startDevServer as E}from"../server/web-server/dev-server.js";import{validateAllMarkdowns as b}from"../server/plugins/markdown/compiler.js";import{reportAllErrors as g}from"../server/utils/report-all-errors.js";import{copyMigrationsFolder as y}from"../server/providers/database/copy-migrations.js";import{listenStdin as L}from"./utils/listen-stdin.js";async function q(e,i){t.info("Starting project preview mode."),h(i),t.startTiming("initial-js"),await D(i),t.infoTime("initial-js","JavaScript compiled");const{pluginInstances:l,lifecycleContext:n}=await R({contentDir:i.contentDir,outdir:i.outdir,serverOutDir:void 0,devLogin:e["dev-login"]!==!1,setGlobalConfig:i.setGlobalConfig});i.lifecycleContext=n,y(i),await f(l,i,n,{failFast:!0});const d=async()=>{const r=performance.now();c.clearErrors(),await f(l,i,n),m.REDOCLY_EXP_DISABLE_MD_VALIDATION?t.info("Skipping markdown validation step"):await b(i,n),P().then(async()=>{await g(n);const a=p(i.getAllRoutes()),o=c.summary(` \u{1F440} Last change processed in ${v(Math.round(performance.now()-r)+"ms")}`,a);i.runListeners("errors-updated",void 0,o),i.runListeners("pages-updated",void 0,a),i.runListeners("routes-updated")})};m.REDOCLY_EXP_DISABLE_MD_VALIDATION?t.info("Skipping markdown validation step"):await b(i,n),await g(n);const s=p(i.getAllRoutes());c.summary(" \u{1F440} Watching for changes...",s),i.runListeners("pages-updated",void 0,s),n.fs.watch(async()=>{w.clear(),await d()}),t.verbose("Starting development server."),await E(i,n,{port:Number(e.port||4e3)}),L()}async function D(e){let i=!0,l=!0;const n=async r=>{r==="client"?i=!0:l=!0,e.runListeners("build-started");const a=i!=l;a&&e.startEsbuildRun(),e.buildRevision>0&&await e.waitForPluginsRun(),r!=="client"&&e.noteRequestHandlersEntryBuildStart(),a&&t.startTiming("rebuild")},d=async r=>{r==="client"?i=!1:(l=!1,e.markRequestHandlersEntryUpdated()),!(i||l)&&(e.finishEsbuildRun(),e.buildRevision++,t.infoTime("rebuild","JavaScript re-compiled"),await e.reloadMarkdocOptions(),e.markUserCodeReady(),e.runListeners("build-updated"),e.lifecycleContext&&e.buildRevision>1&&e.lifecycleContext.fs.emitCodeUpdated())},s=[new Promise((r,a)=>{const o={label:"client",buildStart(){t.verbose("Start compiling client code."),t.startTiming(this.label)},buildEnd(){t.verboseTime(this.label,"Client compiled"),r(!0)},rebuildStart:()=>n("client"),rebuildEnd:()=>d("client")};C(e,e.outdir,"development",o).then(u=>u.watch()).catch(a)}),new Promise((r,a)=>{const o={label:"server",buildStart(){t.verbose("Start compiling server code."),t.startTiming(this.label)},buildEnd(){t.verboseTime(this.label,"Server compiled"),r(!0)},rebuildStart:()=>n("server"),rebuildEnd:()=>d("server")};S(e,e.serverOutDir,"development",o).then(u=>u.watch()).catch(a)})];await Promise.all(s),await e.reloadMarkdocOptions()}function P(){return new Promise(e=>{setTimeout(e,0)})}export{q as develop};
@@ -1,4 +1,4 @@
1
- import{useMemo as f}from"react";import{components as g}from"@redocly-markdoc/components";import{schema as c}from"@redocly-markdoc/schema";import{Ast as d}from"@markdoc/markdoc";import{PageNavigation as h}from"@redocly/theme/components/PageNavigation/PageNavigation";import{tags as _,components as y}from"@redocly/theme/markdoc/default";import{Breadcrumbs as P}from"@redocly/theme/components/Breadcrumbs/Breadcrumbs";import{withPathPrefix as m}from"@redocly/theme/core/utils";import{ServerRoutes as u}from"../../../constants/api.js";import{OPENAPI_DOCS_TEMPLATE_ID as w}from"../../../constants/common.js";import{isBrowser as S}from"../../../utils/env/is-browser.js";import*as O from"../../../markdoc/nodes/index.js";import v from"../../../markdoc/tags/index.js";import{normalizeCustomTags as C}from"../../../markdoc/helpers/normalize-custom-tags.js";import*as T from"../../app/markdoc/custom-components/index.js";import{usePageData as x,useSidebarSiblingsData as A}from"../../providers/page-data/hooks";import{telemetry as E}from"../../app/telemetry/index.js";import{getMockServerDocsConfig as R}from"./mock-server-config.js";function X(o="",r="",t="/"){return o.endsWith(t)&&(o=o.slice(0,-t.length)),r.startsWith(t)&&(r=r.slice(t.length)),!o||!r?o+r:o+t+r}function b(o){if(o)return Object.entries(o).reduce((r,[t,n])=>(r[t]=d.fromJSON(JSON.stringify(n)),r),{})}function Z(o,{markdown:r,baseSlug:t}){return f(()=>{const i=S();if(o.options.oAuth2RedirectURI=i?`${window.location.origin}${m(u.REPLAY_OAUTH2_CALLBACK)}`:null,o.options.routingBasePath=m(t),o.options.mockServer=R(o.options.mockServer,t),!o.options.corsProxyUrl){const e=m(`${u.CORS_PROXY}/`);o.options.corsProxyUrl=i?new URL(e,window.location.origin).toString():e}o.options.scrollYOffset=i?parseInt(getComputedStyle(document.documentElement).getPropertyValue("--navbar-height"),10):0,o.options.markdocOptions={tags:{...v,..._,...C(c?.tags??{})},nodes:{...O,...c?.nodes??{}},functions:{...c?.functions??{}},components:{...T,...y,...g,...globalThis.__LOADER.markdocComponents},...r,partials:b(r?.partials)},o.options.unstable_hooks={...o.options.unstable_hooks,MiddlePanelFooter:()=>{const{templateId:e}=x()||{},{nextPage:s,prevPage:a}=A()||{};return e===w?null:h({nextPage:s,prevPage:a})},MiddlePanelHeader:()=>P({})};const l={codeSamplesLanguageSwitch:"samples_language_switch",codeSamplesCopy:"code_samples_copy",panelToggle:"panel_toggle",targetServerSwitch:"target_server_switch",tryItOpen:"try_it_toggle",tryItSent:"try_it_sent"},p={};for(const[e,s]of Object.entries(l)){const a=U(o.options.events?.[e]);p[e]=F(a,s)}return o.options.events=p,o},[o,r,t])}function U(o){if(typeof window>"u")return null;if(typeof o=="function")return o;if(typeof o!="string")return null;try{const r=o.trim();if(!r.match(/^(\([^)]*\)\s*=>\s*.+|[a-zA-Z_$][\w$]*\s*=>\s*.+)$/))throw new Error("Invalid function format. Only arrow functions allowed.");if(["eval","Function","constructor","prototype","__proto__","import","require","process","global","window","document"].some(i=>r.includes(i)))throw new Error("Function contains prohibited keywords");return new Function("event",`
1
+ import{useMemo as f}from"react";import{components as g}from"@redocly-markdoc/components";import{schema as c}from"@redocly-markdoc/schema";import{Ast as d}from"@markdoc/markdoc";import{PageNavigation as h}from"@redocly/theme/components/PageNavigation/PageNavigation";import{tags as _,components as y}from"@redocly/theme/markdoc/default";import{Breadcrumbs as P}from"@redocly/theme/components/Breadcrumbs/Breadcrumbs";import{withPathPrefix as m}from"@redocly/theme/core/utils";import{ServerRoutes as u}from"../../../constants/api.js";import{OPENAPI_DOCS_TEMPLATE_ID as w}from"../../../constants/common.js";import{isBrowser as S}from"../../../utils/env/is-browser.js";import*as O from"../../../markdoc/nodes/index.js";import v from"../../../markdoc/tags/index.js";import{normalizeCustomTags as C}from"../../../markdoc/helpers/normalize-custom-tags.js";import*as T from"../../app/markdoc/custom-components/index.js";import{usePageData as x,useSidebarSiblingsData as A}from"../../providers/page-data/hooks";import{telemetry as E}from"../../app/telemetry/index.js";import{getMockServerDocsConfig as R}from"./mock-server-config.js";function X(o="",r="",t="/"){return o.endsWith(t)&&(o=o.slice(0,-t.length)),r.startsWith(t)&&(r=r.slice(t.length)),!o||!r?o+r:o+t+r}function b(o){if(o)return Object.entries(o).reduce((r,[t,n])=>(r[t]=d.fromJSON(JSON.stringify(n)),r),{})}function Z(o,{markdown:r,baseSlug:t}){return f(()=>{const i=S();if(o.options.oAuth2RedirectURI=i?`${window.location.origin}${m(u.REPLAY_OAUTH2_CALLBACK)}`:null,o.options.routingBasePath=m(t),o.options.mockServer=R(o.options.mockServer,t),o.options.corsProxyUrl===void 0){const e=m(`${u.CORS_PROXY}/`);o.options.corsProxyUrl=i?new URL(e,window.location.origin).toString():e}o.options.scrollYOffset=i?parseInt(getComputedStyle(document.documentElement).getPropertyValue("--navbar-height"),10):0,o.options.markdocOptions={tags:{...v,..._,...C(c?.tags??{})},nodes:{...O,...c?.nodes??{}},functions:{...c?.functions??{}},components:{...T,...y,...g,...globalThis.__LOADER.markdocComponents},...r,partials:b(r?.partials)},o.options.unstable_hooks={...o.options.unstable_hooks,MiddlePanelFooter:()=>{const{templateId:e}=x()||{},{nextPage:s,prevPage:a}=A()||{};return e===w?null:h({nextPage:s,prevPage:a})},MiddlePanelHeader:()=>P({})};const l={codeSamplesLanguageSwitch:"samples_language_switch",codeSamplesCopy:"code_samples_copy",panelToggle:"panel_toggle",targetServerSwitch:"target_server_switch",tryItOpen:"try_it_toggle",tryItSent:"try_it_sent"},p={};for(const[e,s]of Object.entries(l)){const a=U(o.options.events?.[e]);p[e]=F(a,s)}return o.options.events=p,o},[o,r,t])}function U(o){if(typeof window>"u")return null;if(typeof o=="function")return o;if(typeof o!="string")return null;try{const r=o.trim();if(!r.match(/^(\([^)]*\)\s*=>\s*.+|[a-zA-Z_$][\w$]*\s*=>\s*.+)$/))throw new Error("Invalid function format. Only arrow functions allowed.");if(["eval","Function","constructor","prototype","__proto__","import","require","process","global","window","document"].some(i=>r.includes(i)))throw new Error("Function contains prohibited keywords");return new Function("event",`
2
2
  'use strict';
3
3
  const userFn = ${r};
4
4
  return userFn(event);
@@ -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 \u0628\u062D\u062B \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 \u0628\u062D\u062B \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":"\u0628\u062D\u062B \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 \u0628\u062D\u062B \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","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","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.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.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","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","button.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\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.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.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.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.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","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\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.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.deprecated":"\u0645\u0647\u0645\u0644","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 \u0628\u062D\u062B \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 \u0628\u062D\u062B \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":"\u0628\u062D\u062B \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 \u0628\u062D\u062B \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.mcpNotAllowed.title":"\u0627\u0644\u0637\u0631\u064A\u0642\u0629 \u063A\u064A\u0631 \u0645\u0633\u0645\u0648\u062D \u0628\u0647\u0627","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).","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","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.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.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","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","button.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\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.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.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.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.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","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\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.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.deprecated":"\u0645\u0647\u0645\u0644","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 +1 @@
1
- const e={"dev.newApp":"Neue Anwendung","dev.newApp.text":"Erstellen Sie Ihre erste Anwendung","dev.sidebar.header":"Meine Anwendungen","dev.sidebar.footer.text":"Neue Anwendung","dev.create.app.dialog.appName.placeholder":"Anwendungsname","dev.create.app.dialog.appName.error":"Der Name muss mit einem Buchstaben beginnen und darf nur Folgendes enthalten: Buchstaben, Zahlen, Leerzeichen, ., _, -, $, %, #","dev.create.app.dialog.selectAPIs":"APIs ausw\xE4hlen","dev.create.app.dialog.description":"Beschreibung","dev.create.app.dialog.description.placeholder":"Leer","dev.create.app.dialog.create":"Anwendung erstellen","dev.create.app.dialog.cancel":"Abbrechen","dev.main.tab.appKeys":"API-Schl\xFCssel","dev.main.tab.logs":"Protokolle","dev.app.description.title":"Beschreibung","dev.edit.description.dialog.title":"Beschreibung \xE4ndern","dev.edit.description.dialog.save":"\xC4nderungen speichern","dev.edit.description.dialog.cancel":"Abbrechen","dev.create.app.dialog.callbackUrls":"Callback-URLs","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"Mehrere URLs durch Komma trennen","dev.app.callbackUrls.title":"Callback-URLs","dev.edit.callbackUrls.dialog.title":"Callback-URLs \xE4ndern","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"Mehrere URLs durch Komma trennen","dev.edit.callbackUrls.dialog.save":"\xC4nderungen speichern","dev.edit.callbackUrls.dialog.cancel":"Abbrechen","dev.edit.apis.dialog.selectedAPIs":"Ausgew\xE4hlte APIs","dev.app.key.create":"Schl\xFCssel erstellen","dev.create.key.dialog.title":"Schl\xFCssel erstellen","dev.create.key.dialog.create":"Schl\xFCssel erstellen","dev.create.key.dialog.cancel":"Abbrechen","dev.app.edit":"Bearbeiten","dev.app.delete":"L\xF6schen","dev.edit.app.dialog.title":"Anzeigenamen \xE4ndern","dev.edit.app.dialog.save":"\xC4nderungen speichern","dev.edit.app.dialog.cancel":"Abbrechen","dev.delete.app.dialog.title":"Anwendung l\xF6schen","dev.delete.app.dialog.confirmation":"M\xF6chten Sie diese Anwendung wirklich l\xF6schen?","dev.delete.app.dialog.delete":"Anwendung l\xF6schen","dev.delete.app.dialog.cancel":"Abbrechen","dev.app.key.roll":"API-Schl\xFCssel erneuern","dev.roll.key.dialog.title":"API-Schl\xFCssel erneuern","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"L\xE4uft ab","dev.roll.key.dialog.confirmation":"Sind Sie sicher, dass Sie diesen API-Schl\xFCssel erneuern m\xF6chten?","dev.roll.key.dialog.cancel":"Abbrechen","dev.roll.key.dialog.roll":"API-Schl\xFCssel erneuern","dev.update.key.dialog.title":"Schl\xFCssel aktualisieren","dev.update.key.dialog.update":"Schl\xFCssel aktualisieren","dev.update.key.dialog.cancel":"Abbrechen","dev.app.key.api.name":"API-Name","dev.app.key.api.status":"Status","dev.app.key.api.edit":"APIs bearbeiten","dev.edit.apis.dialog.title":"APIs bearbeiten","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"Speichern","dev.edit.apis.dialog.cancel":"Abbrechen","dev.select.placeholder":"Leer","dev.app.overview.status.pending":"Ausstehend","dev.app.overview.status.approved":"Genehmigt","dev.app.overview.status.revoked":"Widerrufen","dev.app.overview.status":"Status","dev.app.overview.non-production":"Nicht-Produktion","dev.app.overview.production":"Produktion","dev.app.overview.clientId":"Geheimnis","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.title":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"L\xE4uft ab","dev.revoke.key.dialog.confirmation":"Sind Sie sicher, dass Sie diesen API-Schl\xFCssel widerrufen m\xF6chten?","dev.revoke.key.dialog.revoke":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.cancel":"Abbrechen","dev.app.overview.expires":"L\xE4uft ab","dev.app.overview.created":"Erstellt","dev.app.overview.visibilityToggle.hide":"Ausblenden","dev.app.overview.visibilityToggle.show":"Anzeigen","search.loading":"Wird geladen...","search.noResults.title":"Keine Ergebnisse","search.keys.navigate":"zum Navigieren","search.keys.select":"zum Ausw\xE4hlen","search.keys.exit":"zum Beenden","search.searchItem.deprecated":"Veraltet","search.label":"Dokumente durchsuchen...","search.cancel":"Abbrechen","search.recent":"Letzte Suchen","search.navbar.label":"Suchen","search.suggested":"Vorgeschlagene Seiten","search.groups.all":"Alle","search.showMore":"Mehr anzeigen","search.filter.title":"Erweiterter Filter","search.filter.reset":"Filter zur\xFCcksetzen","search.filter.field.reset":"Zur\xFCcksetzen","search.filter.field.footer":"Suchen, um weitere Elemente anzuzeigen...","search.error.title":"Hoppla! Etwas ist schiefgegangen.","search.error.button":"Erneut versuchen","search.ai.newConversation":"Neues Gespr\xE4ch","search.ai.welcomeText":"Willkommen bei der KI-Suche! Fragen Sie mich gerne alles. Wie kann ich Ihnen helfen?","search.ai.placeholder":"Stellen Sie eine Frage...","search.ai.back":"Zur\xFCck","search.ai.generatingResponse":"Antwort wird generiert...","search.ai.followUpQuestion":"Eine Folgefrage stellen?","search.ai.suggestionsTitle":"Vorschl\xE4ge","search.ai.thinkingText":"Denke...","search.ai.resourcesFound":"Ressourcen gefunden","search.ai.resourcesFound.basedOn":"Basierend auf","search.ai.resourcesFound.resources":"Ressourcen","search.ai.toolCall.executed":"Ausgef\xFChrt","search.ai.toolCall.executing":"Wird ausgef\xFChrt","search.ai.toolCall.withArgs":"mit Argumenten","search.ai.feedback.title":"Was hat Ihnen an dieser Antwort nicht gefallen?","search.ai.feedback.detailsPlaceholder":"Geben Sie spezifische Details ein","search.ai.feedback.thanks":"Vielen Dank f\xFCr Ihr Feedback!","search.ai.feedback.more":"Mehr...","search.ai.label":"KI-Assistent fragen","search.ai.button":"Mit KI suchen","search.ai.backToSearch":"Zur\xFCck zur Suche","search.ai.assistant":"Assistent","search.ai.disclaimer":"Die KI-Suche kann unvollst\xE4ndige oder falsche Ergebnisse liefern. \xDCberpr\xFCfen Sie wichtige Informationen.","search.ai.error.description":"Bei der Verarbeitung Ihrer Suche ist ein Problem aufgetreten. Versuchen Sie es sp\xE4ter erneut oder verfeinern Sie Ihre Anfrage. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Redocly-Support.","search.ai.error.description.forbidden":"Die KI-Suche ist derzeit nicht verf\xFCgbar.","search.ai.error.description.unauthorized":"Sie sind nicht berechtigt, die KI-Suche zu verwenden.","search.ai.error.header":"Hoppla! Etwas ist schiefgegangen.","search.ai.error.header.forbidden":"Funktion nicht verf\xFCgbar","search.ai.error.header.unauthorized":"Authentifizierung erforderlich","aiAssistant.trigger":"KI fragen","toc.header":"Auf dieser Seite","footer.copyrightText":"","page.homeButton":"Zur Startseite","page.forbidden.title":"Zugriff verboten","page.forbidden.description":"Sie haben keine Berechtigung, auf diese Seite zuzugreifen. Wenn Sie glauben, dass dies ein Fehler ist, wenden Sie sich an Ihren Administrator oder kehren Sie zur Startseite zur\xFCck.","page.notFound.title":"Etwas ist verschwunden...","page.notFound.description":"Die Seite, die Sie aufrufen wollten, existiert nicht oder wurde m\xF6glicherweise verschoben. Sie k\xF6nnen zur vorherigen Seite zur\xFCckkehren, zur Startseite zur\xFCckkehren oder die Suchleiste verwenden, um das Gesuchte zu finden.","page.lastUpdated.timeago":"Zuletzt aktualisiert","page.lastUpdated.on":"Zuletzt aktualisiert am","catalog.filters.title":"Filter","catalog.filters.add":"Filter hinzuf\xFCgen","catalog.filters.placeholder":"Tippen zum Filtern...","catalog.filters.clearAll":"Filter l\xF6schen","catalog.filters.select.addFilter":"Filter hinzuf\xFCgen","catalog.filters.select.all":"Alle","catalog.filters.done":"Fertig","filter.dateRange.from":"Von:","filter.dateRange.to":"Bis:","sidebar.menu.backLabel":"Zur\xFCck","sidebar.menu.backToLabel":"Zur\xFCck zu {{value}}","sidebar.actions.show":"Seitenleiste anzeigen","sidebar.actions.hide":"Seitenleiste ausblenden","sidebar.actions.changeToSingleColumn":"Zu einer Spalte wechseln","sidebar.actions.changeToTwoColumns":"Zu zwei Spalten wechseln","sidebar.actions.singleColumn":"Eine Spalte","sidebar.actions.twoColumns":"Zwei Spalten","versionPicker.label":"Version:","versionPicker.unversioned":"Alle Versionen","codeSnippet.copy.buttonText":"Kopiert!","codeSnippet.copy.tooltipText":"In die Zwischenablage kopieren","codeSnippet.copy.toasterText":"Kopieren","codeSnippet.expand.tooltipText":"Alles erweitern","codeSnippet.collapse.tooltipText":"Alles reduzieren","markdown.editPage.text":"Bearbeiten","feedback.settings.comment.submitText":"Vielen Dank, dass Sie uns helfen, unsere Dokumentation zu verbessern!","feedback.settings.comment.label":"Bitte teilen Sie uns Ihr Feedback mit.","feedback.settings.comment.send":"Senden","feedback.settings.comment.cancel":"Abbrechen","feedback.settings.comment.maxLength":"Maximale Inhaltsl\xE4nge von {{maxLength}} Zeichen erreicht","feedback.settings.comment.satisfiedLabel":"Was war am hilfreichsten?","feedback.settings.comment.neutralLabel":"Was k\xF6nnen wir verbessern?","feedback.settings.comment.dissatisfiedLabel":"Was k\xF6nnen wir verbessern?","feedback.settings.submitText":"Danke f\xFCr Ihr Feedback!","feedback.settings.label":"War das hilfreich?","feedback.settings.reasons.label":"Welche Aussage beschreibt Ihre Meinung zu dieser Seite am besten?","feedback.submit":"Senden","feedback.cancel":"Abbrechen","feedback.settings.comment.likeLabel":"Was war am hilfreichsten?","feedback.settings.comment.dislikeLabel":"Was k\xF6nnen wir verbessern?","feedback.sentiment.thumbUp":"Gef\xE4llt mir","feedback.sentiment.thumbDown":"Gef\xE4llt mir nicht","feedback.settings.leftScaleLabel":"\xDCberhaupt nicht hilfreich","feedback.settings.rightScaleLabel":"\xC4u\xDFerst hilfreich","feedback.settings.optionalEmail.label":"Ihre E-Mail (optional, f\xFCr Follow-up)","feedback.settings.optionalEmail.placeholder":"ihrname@beispiel.com","codeSnippet.report.buttonText":"Melden","codeSnippet.report.tooltipText":"Ein Problem melden","codeSnippet.report.label":"Was ist falsch an diesem Code?","userMenu.login":"Anmelden","userMenu.logout":"Abmelden","userMenu.devOnboardingLabel":"Meine Anwendungen","mobileMenu.mainMenu":"Hauptmen\xFC","mobileMenu.previous":"Zur\xFCck","mobileMenu.products":"Produkte","mobileMenu.version":"Version","page.nextButton":"N\xE4chste Seite","page.previousButton":"Vorherige Seite","page.actions.copyButtonText":"Kopieren","page.actions.copyTitle":"F\xFCr LLM kopieren","page.actions.copyDescription":"Seite als Markdown f\xFCr LLMs kopieren","page.actions.viewAsMdButtonText":"Als Markdown anzeigen","page.actions.viewAsMdTitle":"Als Markdown anzeigen","page.actions.viewAsMdDescription":"Diese Seite als Markdown \xF6ffnen","page.actions.chatGptButtonText":"In ChatGPT \xF6ffnen","page.actions.chatGptTitle":"In ChatGPT \xF6ffnen","page.actions.chatGptDescription":"Einblicke von ChatGPT erhalten","page.actions.claudeButtonText":"In Claude \xF6ffnen","page.actions.claudeTitle":"In Claude \xF6ffnen","page.actions.claudeDescription":"Einblicke von Claude erhalten","page.actions.cursorMcpButtonText":"Mit Cursor verbinden","page.actions.cursorMcpTitle":"Mit Cursor verbinden","page.actions.cursorMcpDescription":"MCP-Server auf Cursor installieren","page.actions.connectMcp":"MCP verbinden","page.actions.connectMcp.cursor":"Mit Cursor verbinden","page.actions.connectMcp.cursorDescription":"MCP-Server auf Cursor installieren","page.actions.connectMcp.vscode":"Mit VS Code verbinden","page.actions.connectMcp.vscodeDescription":"MCP-Server auf VS Code installieren","page.actions.connectMcp.copyConfig":"MCP-Konfiguration kopieren","page.actions.connectMcp.copyConfigDescription":"MCP-JSON-Konfiguration kopieren","navbar.products":"Produkte","openapi.download.description.title":"OpenAPI-Beschreibung herunterladen","openapi.info.title":"\xDCbersicht","openapi.info.contact.url":"URL","openapi.info.contact.name":"E-Mail","openapi.info.license":"Lizenz","openapi.info.termsOfService":"Nutzungsbedingungen","openapi.info.metadata.title":"Metadaten","button.copy.tooltipText":"In Zwischenablage kopieren","button.download.tooltipText":"Beschreibung herunterladen","button.externalLink.tooltipText":"In neuem Tab \xF6ffnen","button.email.tooltipText":"E-Mail senden","openapi.key":"Schl\xFCssel","openapi.value":"Wert","openapi.enum":"Enum","openapi.items":"Elemente","openapi.default":"Standard","openapi.variable":"Variable","openapi.variables":"Variablen","openapi.actions.show":"Anzeigen","openapi.actions.hide":"Ausblenden","openapi.actions.more":"mehr","openapi.languages.title":"Sprachen","openapi.languages.moreButton.tooltipText":"Weitere Sprachen anzeigen","openapi.servers.title":"Server","openapi.operations":"Operationen","openapi.webhooks":"Webhooks","openapi.description":"Beschreibung","openapi.badges.deprecated":"Veraltet","openapi.badges.required":"erforderlich","openapi.badges.webhook":"Webhook","openapi.request":"Anfrage","openapi.path":"Pfad","openapi.query":"Abfrage","openapi.cookie":"Cookies","openapi.header":"Header","openapi.body":"Body","openapi.responses":"Antworten","openapi.response":"Antwort","openapi.callbacks":"Callbacks","openapi.callbackRequest":"Callback-Anfrage","openapi.callbackResponse":"Callback-Antwort","openapi.payload":"Anfragek\xF6rper","openapi.discriminator":"Diskriminator","openapi.contentType":"Inhaltstyp","openapi.tryIt":"Ausprobieren","openapi.loading":"Wird geladen...","openapi.example":"Beispiel","openapi.examples":"Beispiele","openapi.additionalProperties":"zus\xE4tzliche Eigenschaft","openapi.patternProperties":"Mustereigenschaft","openapi.required":"erforderlich","openapi.recursive":"Rekursiv","openapi.complex":"Komplex","openapi.hideExample":"Beispiel ausblenden","openapi.showExample":"Beispiel anzeigen","openapi.expandAll":"Alle erweitern","openapi.collapseAll":"Alle reduzieren","openapi.viewSecurityDetails":"Sicherheitsdetails anzeigen","openapi.noResponseExample":"Kein Antwortbeispiel","openapi.discriminator.searchPlaceholder":"Elemente suchen","openapi.discriminator.searchNoResults":"Keine Elemente gefunden","openapi.discriminator.defaultMapping":"Standard-Zuordnung","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: Standard-Zuordnung wird verwendet, wenn andere Zuordnungen nicht \xFCbereinstimmen.","openapi.noResponseContent":"Kein Inhalt","openapi.noRequestPayload":"Kein Anfrage-Payload","openapi.hidePattern":"Muster ausblenden","openapi.showPattern":"Muster anzeigen","openapi.authorizationUrl":"Autorisierungs-URL","openapi.tokenUrl":"Token-URL","openapi.refreshUrl":"Aktualisierungs-URL","openapi.showOptionalScopes":"Optionale Bereiche anzeigen","openapi.hideOptionalScopes":"Optionale Bereiche verbergen","openapi.security":"Sicherheit","openapi.httpAuthorizationScheme":"HTTP-Autorisierungsschema","openapi.bearerFormat":"Bearer-Format","openapi.parameterName":"Parametername","openapi.flowType":"Flusstyp","openapi.connectUrl":"Verbindungs-URL","openapi.requiredScopes":"Erforderliche Bereiche","openapi.unsupportedLanguage":"Sprache wird nicht unterst\xFCtzt.","openapi.failedToGenerateCodeSample":"Codebeispiel konnte nicht generiert werden.","openapi.schemaCatalogLink.title":"Geteiltes Schema","openapi.schemaCatalogLink.copyButtonTooltip":"In Zwischenablage kopieren","openapi.schemaCatalogLink.copiedTooltip":"Kopiert!","openapi.mcp.title":"MCP server","openapi.mcp.endpoint":"Endpunkt","openapi.mcp.tools":"MCP-tools","openapi.mcp.protocolVersion":"Protokollversion","openapi.mcp.capabilities":"F\xE4higkeiten","openapi.mcp.experimentalCapabilities":"Experimentelle f\xE4higkeiten","openapi.mcp.inputSchema":"Eingabeschema","openapi.mcp.inputExample":"Eingabebeispiel","openapi.mcp.outputSchema":"Ausgabeschema","openapi.mcp.outputExample":"Ausgabebeispiel","asyncapi.download.description.title":"AsyncAPI-Beschreibung herunterladen","asyncapi.info.title":"\xDCbersicht","graphql.download.description.title":"GraphQL-Schema herunterladen","graphql.info.title":"\xDCbersicht","graphql.info.contact.url":"URL","graphql.info.contact.name":"E-Mail","graphql.info.license":"Lizenz","graphql.info.termsOfService":"Nutzungsbedingungen","graphql.overview":"GraphQL-\xDCbersicht","graphql.metadata":"Metadaten","graphql.key":"Schl\xFCssel","graphql.value":"Wert","graphql.queries":"Abfragen","graphql.mutations":"Mutationen","graphql.subscriptions":"Abonnements","graphql.directives":"Direktiven","graphql.objects":"Objekte","graphql.interfaces":"Schnittstellen","graphql.unions":"Unionen","graphql.enums":"Enums","graphql.inputs":"Eingaben","graphql.scalars":"Skalare","graphql.arguments.label":"Argumente","graphql.arguments.show":"Argumente anzeigen","graphql.arguments.hide":"Argumente ausblenden","graphql.arguments.here":"Argumente hier","graphql.returnTypes.label":"Ergebnistyp","graphql.returnTypes.show":"Ergebnistyp anzeigen","graphql.returnTypes.hide":"Ergebnistyp ausblenden","graphql.possibleTypes":"M\xF6gliche Typen","graphql.defaultValue":"Standardwert","graphql.deprecationReason":"Veraltungsrund","graphql.requiredScopes":"Erforderliche Bereiche","graphql.objectScopes":"Objektbereiche","graphql.viewSecurityDetails":"Details anzeigen","graphql.fieldScopes":"Feldbereiche","graphql.implementedInterfaces":"Implementiert Schnittstellen","graphql.implementedBy":"Implementiert von","graphql.nonNull":"nicht null","graphql.required":"erforderlich","graphql.deprecated":"veraltet","graphql.variables":"Variablen","graphql.querySample":"Abfragebeispiel","graphql.mutationSample":"Mutationsbeispiel","graphql.subscriptionSample":"Abonnementbeispiel","graphql.responseSample":"Antwortbeispiel","graphql.locations":"Speicherorte","graphql.sample":"Beispiel","graphql.referenced":"Referenziert in","graphql.content.fragment":"Fragment","codeWalkthrough.preview":"Vorschau","codeWalkthrough.download":"Herunterladen","time.justNow":"gerade eben","time.past.second":"vor 1 Sekunde","time.past.seconds":"vor {{value}} Sekunden","time.past.minute":"vor 1 Minute","time.past.minutes":"vor {{value}} Minuten","time.past.hour":"vor 1 Stunde","time.past.hours":"vor {{value}} Stunden","time.past.day":"vor 1 Tag","time.past.days":"vor {{value}} Tagen","time.past.week":"vor 1 Woche","time.past.weeks":"vor {{value}} Wochen","time.past.month":"vor 1 Monat","time.past.months":"vor {{value}} Monaten","time.past.year":"vor 1 Jahr","time.past.years":"vor {{value}} Jahren","page.internalServerError.title":"Interner Serverfehler","page.internalServerError.description":"Etwas ist auf unserer Seite schiefgegangen. Bitte versuchen Sie es sp\xE4ter erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht.","page.skipToContent.label":"Zum Inhalt springen","catalog.catalogs.label":"Kataloge","catalog.catalogs.all.title":"Alle","catalog.catalogs.all.description":"Alle Entit\xE4ten","catalog.catalogs.all.switcherLabel":"Alle","catalog.catalogs.service.title":"Services","catalog.catalogs.service.description":"Service-Entit\xE4ten","catalog.catalogs.service.switcherLabel":"Services","catalog.catalogs.user.title":"Benutzer","catalog.catalogs.user.description":"Benutzer-Entit\xE4ten","catalog.catalogs.user.switcherLabel":"Benutzer","catalog.catalogs.team.title":"Teams","catalog.catalogs.team.description":"Team-Entit\xE4ten","catalog.catalogs.team.switcherLabel":"Teams","catalog.catalogs.domain.title":"Dom\xE4nen","catalog.catalogs.domain.description":"Dom\xE4nen-Entit\xE4ten","catalog.catalogs.domain.switcherLabel":"Dom\xE4nen","catalog.catalogs.apiDescription.title":"API-Beschreibungen","catalog.catalogs.apiDescription.description":"API-Beschreibungs-Entit\xE4ten","catalog.catalogs.apiDescription.switcherLabel":"API-Beschreibungen","catalog.catalogs.dataSchema.title":"Datenschemas","catalog.catalogs.dataSchema.description":"Datenschema-Entit\xE4ten","catalog.catalogs.dataSchema.switcherLabel":"Datenschemas","catalog.catalogs.apiOperation.title":"API-Operationen","catalog.catalogs.apiOperation.description":"API-Operation-Entit\xE4ten","catalog.catalogs.apiOperation.switcherLabel":"API-Operationen","catalog.entity.metadata.title":"Metadaten","catalog.entity.schema.title":"Schema","catalog.entity.properties.apiDescription.title":"API-Beschreibung","catalog.backToAllLabel":"Katalog","catalog.notConnected":"Nicht verbunden","catalog.tags.label":"Tags","catalog.owners.label":"Eigent\xFCmer","catalog.repositories.label":"Repositorys","catalog.email.label":"E-Mail","catalog.format.label":"Format","catalog.entityType.label":"Entit\xE4tstyp","catalog.domains.label":"Dom\xE4nen","catalog.contact.label":"Slack-Kan\xE4le","catalog.methodAndPath.label":"Methode & Pfad","catalog.links.label":"Links","catalog.metadata.domains":"Dom\xE4nen:","catalog.metadata.owners":"Eigent\xFCmer:","catalog.sort":"Sortieren","catalog.history.button.label":"Versionsverlauf","catalog.history.sidebar.title":"Versionsverlauf","catalog.history.sidebar.close":"Versionsverlauf schlie\xDFen","catalog.history.version.label":"Version","catalog.filters.close":"Schlie\xDFen","catalog.history.version.notSpecified":"nicht angegeben","catalog.history.version.default":"Standard","catalog.history.revisions.limitMessage":"\xC4ltere Revisionen werden nicht gespeichert.","catalog.history.revision.current":"Aktuell","catalog.history.revisions.showLess":"Weniger anzeigen","catalog.history.revisions.showMore":"{{count}} weitere anzeigen","select.noResults":"Keine Ergebnisse","loaders.loading":"Wird geladen...","diagram.openFullscreen":"Klicken, um das Diagramm im Vollbildmodus zu \xF6ffnen","diagram.zoomIn":"Vergr\xF6\xDFern","diagram.zoomOut":"Verkleinern","diagram.reset":"An Ansicht anpassen","diagram.close":"Schlie\xDFen","diagram.viewer":"Diagramm-Betrachter"};export{e as de};
1
+ const e={"dev.newApp":"Neue Anwendung","dev.newApp.text":"Erstellen Sie Ihre erste Anwendung","dev.sidebar.header":"Meine Anwendungen","dev.sidebar.footer.text":"Neue Anwendung","dev.create.app.dialog.appName.placeholder":"Anwendungsname","dev.create.app.dialog.appName.error":"Der Name muss mit einem Buchstaben beginnen und darf nur Folgendes enthalten: Buchstaben, Zahlen, Leerzeichen, ., _, -, $, %, #","dev.create.app.dialog.selectAPIs":"APIs ausw\xE4hlen","dev.create.app.dialog.description":"Beschreibung","dev.create.app.dialog.description.placeholder":"Leer","dev.create.app.dialog.create":"Anwendung erstellen","dev.create.app.dialog.cancel":"Abbrechen","dev.main.tab.appKeys":"API-Schl\xFCssel","dev.main.tab.logs":"Protokolle","dev.app.description.title":"Beschreibung","dev.edit.description.dialog.title":"Beschreibung \xE4ndern","dev.edit.description.dialog.save":"\xC4nderungen speichern","dev.edit.description.dialog.cancel":"Abbrechen","dev.create.app.dialog.callbackUrls":"Callback-URLs","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"Mehrere URLs durch Komma trennen","dev.app.callbackUrls.title":"Callback-URLs","dev.edit.callbackUrls.dialog.title":"Callback-URLs \xE4ndern","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"Mehrere URLs durch Komma trennen","dev.edit.callbackUrls.dialog.save":"\xC4nderungen speichern","dev.edit.callbackUrls.dialog.cancel":"Abbrechen","dev.edit.apis.dialog.selectedAPIs":"Ausgew\xE4hlte APIs","dev.app.key.create":"Schl\xFCssel erstellen","dev.create.key.dialog.title":"Schl\xFCssel erstellen","dev.create.key.dialog.create":"Schl\xFCssel erstellen","dev.create.key.dialog.cancel":"Abbrechen","dev.app.edit":"Bearbeiten","dev.app.delete":"L\xF6schen","dev.edit.app.dialog.title":"Anzeigenamen \xE4ndern","dev.edit.app.dialog.save":"\xC4nderungen speichern","dev.edit.app.dialog.cancel":"Abbrechen","dev.delete.app.dialog.title":"Anwendung l\xF6schen","dev.delete.app.dialog.confirmation":"M\xF6chten Sie diese Anwendung wirklich l\xF6schen?","dev.delete.app.dialog.delete":"Anwendung l\xF6schen","dev.delete.app.dialog.cancel":"Abbrechen","dev.app.key.roll":"API-Schl\xFCssel erneuern","dev.roll.key.dialog.title":"API-Schl\xFCssel erneuern","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"L\xE4uft ab","dev.roll.key.dialog.confirmation":"Sind Sie sicher, dass Sie diesen API-Schl\xFCssel erneuern m\xF6chten?","dev.roll.key.dialog.cancel":"Abbrechen","dev.roll.key.dialog.roll":"API-Schl\xFCssel erneuern","dev.update.key.dialog.title":"Schl\xFCssel aktualisieren","dev.update.key.dialog.update":"Schl\xFCssel aktualisieren","dev.update.key.dialog.cancel":"Abbrechen","dev.app.key.api.name":"API-Name","dev.app.key.api.status":"Status","dev.app.key.api.edit":"APIs bearbeiten","dev.edit.apis.dialog.title":"APIs bearbeiten","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"Speichern","dev.edit.apis.dialog.cancel":"Abbrechen","dev.select.placeholder":"Leer","dev.app.overview.status.pending":"Ausstehend","dev.app.overview.status.approved":"Genehmigt","dev.app.overview.status.revoked":"Widerrufen","dev.app.overview.status":"Status","dev.app.overview.non-production":"Nicht-Produktion","dev.app.overview.production":"Produktion","dev.app.overview.clientId":"Geheimnis","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.title":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"L\xE4uft ab","dev.revoke.key.dialog.confirmation":"Sind Sie sicher, dass Sie diesen API-Schl\xFCssel widerrufen m\xF6chten?","dev.revoke.key.dialog.revoke":"API-Schl\xFCssel widerrufen","dev.revoke.key.dialog.cancel":"Abbrechen","dev.app.overview.expires":"L\xE4uft ab","dev.app.overview.created":"Erstellt","dev.app.overview.visibilityToggle.hide":"Ausblenden","dev.app.overview.visibilityToggle.show":"Anzeigen","search.loading":"Wird geladen...","search.noResults.title":"Keine Ergebnisse","search.keys.navigate":"zum Navigieren","search.keys.select":"zum Ausw\xE4hlen","search.keys.exit":"zum Beenden","search.searchItem.deprecated":"Veraltet","search.label":"Dokumente durchsuchen...","search.cancel":"Abbrechen","search.recent":"Letzte Suchen","search.navbar.label":"Suchen","search.suggested":"Vorgeschlagene Seiten","search.groups.all":"Alle","search.showMore":"Mehr anzeigen","search.filter.title":"Erweiterter Filter","search.filter.reset":"Filter zur\xFCcksetzen","search.filter.field.reset":"Zur\xFCcksetzen","search.filter.field.footer":"Suchen, um weitere Elemente anzuzeigen...","search.error.title":"Hoppla! Etwas ist schiefgegangen.","search.error.button":"Erneut versuchen","search.ai.newConversation":"Neues Gespr\xE4ch","search.ai.welcomeText":"Willkommen bei der KI-Suche! Fragen Sie mich gerne alles. Wie kann ich Ihnen helfen?","search.ai.placeholder":"Stellen Sie eine Frage...","search.ai.back":"Zur\xFCck","search.ai.generatingResponse":"Antwort wird generiert...","search.ai.followUpQuestion":"Eine Folgefrage stellen?","search.ai.suggestionsTitle":"Vorschl\xE4ge","search.ai.thinkingText":"Denke...","search.ai.resourcesFound":"Ressourcen gefunden","search.ai.resourcesFound.basedOn":"Basierend auf","search.ai.resourcesFound.resources":"Ressourcen","search.ai.toolCall.executed":"Ausgef\xFChrt","search.ai.toolCall.executing":"Wird ausgef\xFChrt","search.ai.toolCall.withArgs":"mit Argumenten","search.ai.feedback.title":"Was hat Ihnen an dieser Antwort nicht gefallen?","search.ai.feedback.detailsPlaceholder":"Geben Sie spezifische Details ein","search.ai.feedback.thanks":"Vielen Dank f\xFCr Ihr Feedback!","search.ai.feedback.more":"Mehr...","search.ai.label":"KI-Assistent fragen","search.ai.button":"Mit KI suchen","search.ai.backToSearch":"Zur\xFCck zur Suche","search.ai.assistant":"Assistent","search.ai.disclaimer":"Die KI-Suche kann unvollst\xE4ndige oder falsche Ergebnisse liefern. \xDCberpr\xFCfen Sie wichtige Informationen.","search.ai.error.description":"Bei der Verarbeitung Ihrer Suche ist ein Problem aufgetreten. Versuchen Sie es sp\xE4ter erneut oder verfeinern Sie Ihre Anfrage. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Redocly-Support.","search.ai.error.description.forbidden":"Die KI-Suche ist derzeit nicht verf\xFCgbar.","search.ai.error.description.unauthorized":"Sie sind nicht berechtigt, die KI-Suche zu verwenden.","search.ai.error.header":"Hoppla! Etwas ist schiefgegangen.","search.ai.error.header.forbidden":"Funktion nicht verf\xFCgbar","search.ai.error.header.unauthorized":"Authentifizierung erforderlich","aiAssistant.trigger":"KI fragen","toc.header":"Auf dieser Seite","footer.copyrightText":"","page.homeButton":"Zur Startseite","page.forbidden.title":"Zugriff verboten","page.forbidden.description":"Sie haben keine Berechtigung, auf diese Seite zuzugreifen. Wenn Sie glauben, dass dies ein Fehler ist, wenden Sie sich an Ihren Administrator oder kehren Sie zur Startseite zur\xFCck.","page.notFound.title":"Etwas ist verschwunden...","page.notFound.description":"Die Seite, die Sie aufrufen wollten, existiert nicht oder wurde m\xF6glicherweise verschoben. Sie k\xF6nnen zur vorherigen Seite zur\xFCckkehren, zur Startseite zur\xFCckkehren oder die Suchleiste verwenden, um das Gesuchte zu finden.","page.lastUpdated.timeago":"Zuletzt aktualisiert","page.lastUpdated.on":"Zuletzt aktualisiert am","page.mcpNotAllowed.title":"Methode nicht erlaubt","page.mcpNotAllowed.description":"Um diesen MCP-Server zu verwenden, registrieren Sie ihn in Ihrem MCP-Client (zum Beispiel: VS Code, Cursor oder Claude Code).","catalog.filters.title":"Filter","catalog.filters.add":"Filter hinzuf\xFCgen","catalog.filters.placeholder":"Tippen zum Filtern...","catalog.filters.clearAll":"Filter l\xF6schen","catalog.filters.select.addFilter":"Filter hinzuf\xFCgen","catalog.filters.select.all":"Alle","catalog.filters.done":"Fertig","filter.dateRange.from":"Von:","filter.dateRange.to":"Bis:","sidebar.menu.backLabel":"Zur\xFCck","sidebar.menu.backToLabel":"Zur\xFCck zu {{value}}","sidebar.actions.show":"Seitenleiste anzeigen","sidebar.actions.hide":"Seitenleiste ausblenden","sidebar.actions.changeToSingleColumn":"Zu einer Spalte wechseln","sidebar.actions.changeToTwoColumns":"Zu zwei Spalten wechseln","sidebar.actions.singleColumn":"Eine Spalte","sidebar.actions.twoColumns":"Zwei Spalten","versionPicker.label":"Version:","versionPicker.unversioned":"Alle Versionen","codeSnippet.copy.buttonText":"Kopiert!","codeSnippet.copy.tooltipText":"In die Zwischenablage kopieren","codeSnippet.copy.toasterText":"Kopieren","codeSnippet.expand.tooltipText":"Alles erweitern","codeSnippet.collapse.tooltipText":"Alles reduzieren","markdown.editPage.text":"Bearbeiten","feedback.settings.comment.submitText":"Vielen Dank, dass Sie uns helfen, unsere Dokumentation zu verbessern!","feedback.settings.comment.label":"Bitte teilen Sie uns Ihr Feedback mit.","feedback.settings.comment.send":"Senden","feedback.settings.comment.cancel":"Abbrechen","feedback.settings.comment.maxLength":"Maximale Inhaltsl\xE4nge von {{maxLength}} Zeichen erreicht","feedback.settings.comment.satisfiedLabel":"Was war am hilfreichsten?","feedback.settings.comment.neutralLabel":"Was k\xF6nnen wir verbessern?","feedback.settings.comment.dissatisfiedLabel":"Was k\xF6nnen wir verbessern?","feedback.settings.submitText":"Danke f\xFCr Ihr Feedback!","feedback.settings.label":"War das hilfreich?","feedback.settings.reasons.label":"Welche Aussage beschreibt Ihre Meinung zu dieser Seite am besten?","feedback.submit":"Senden","feedback.cancel":"Abbrechen","feedback.settings.comment.likeLabel":"Was war am hilfreichsten?","feedback.settings.comment.dislikeLabel":"Was k\xF6nnen wir verbessern?","feedback.sentiment.thumbUp":"Gef\xE4llt mir","feedback.sentiment.thumbDown":"Gef\xE4llt mir nicht","feedback.settings.leftScaleLabel":"\xDCberhaupt nicht hilfreich","feedback.settings.rightScaleLabel":"\xC4u\xDFerst hilfreich","feedback.settings.optionalEmail.label":"Ihre E-Mail (optional, f\xFCr Follow-up)","feedback.settings.optionalEmail.placeholder":"ihrname@beispiel.com","codeSnippet.report.buttonText":"Melden","codeSnippet.report.tooltipText":"Ein Problem melden","codeSnippet.report.label":"Was ist falsch an diesem Code?","userMenu.login":"Anmelden","userMenu.logout":"Abmelden","userMenu.devOnboardingLabel":"Meine Anwendungen","mobileMenu.mainMenu":"Hauptmen\xFC","mobileMenu.previous":"Zur\xFCck","mobileMenu.products":"Produkte","mobileMenu.version":"Version","page.nextButton":"N\xE4chste Seite","page.previousButton":"Vorherige Seite","page.actions.copyButtonText":"Kopieren","page.actions.copyTitle":"F\xFCr LLM kopieren","page.actions.copyDescription":"Seite als Markdown f\xFCr LLMs kopieren","page.actions.viewAsMdButtonText":"Als Markdown anzeigen","page.actions.viewAsMdTitle":"Als Markdown anzeigen","page.actions.viewAsMdDescription":"Diese Seite als Markdown \xF6ffnen","page.actions.chatGptButtonText":"In ChatGPT \xF6ffnen","page.actions.chatGptTitle":"In ChatGPT \xF6ffnen","page.actions.chatGptDescription":"Einblicke von ChatGPT erhalten","page.actions.claudeButtonText":"In Claude \xF6ffnen","page.actions.claudeTitle":"In Claude \xF6ffnen","page.actions.claudeDescription":"Einblicke von Claude erhalten","page.actions.cursorMcpButtonText":"Mit Cursor verbinden","page.actions.cursorMcpTitle":"Mit Cursor verbinden","page.actions.cursorMcpDescription":"MCP-Server auf Cursor installieren","page.actions.connectMcp":"MCP verbinden","page.actions.connectMcp.cursor":"Mit Cursor verbinden","page.actions.connectMcp.cursorDescription":"MCP-Server auf Cursor installieren","page.actions.connectMcp.vscode":"Mit VS Code verbinden","page.actions.connectMcp.vscodeDescription":"MCP-Server auf VS Code installieren","page.actions.connectMcp.copyConfig":"MCP-Konfiguration kopieren","page.actions.connectMcp.copyConfigDescription":"MCP-JSON-Konfiguration kopieren","navbar.products":"Produkte","openapi.download.description.title":"OpenAPI-Beschreibung herunterladen","openapi.info.title":"\xDCbersicht","openapi.info.contact.url":"URL","openapi.info.contact.name":"E-Mail","openapi.info.license":"Lizenz","openapi.info.termsOfService":"Nutzungsbedingungen","openapi.info.metadata.title":"Metadaten","button.copy.tooltipText":"In Zwischenablage kopieren","button.download.tooltipText":"Beschreibung herunterladen","button.externalLink.tooltipText":"In neuem Tab \xF6ffnen","button.email.tooltipText":"E-Mail senden","openapi.key":"Schl\xFCssel","openapi.value":"Wert","openapi.enum":"Enum","openapi.items":"Elemente","openapi.default":"Standard","openapi.variable":"Variable","openapi.variables":"Variablen","openapi.actions.show":"Anzeigen","openapi.actions.hide":"Ausblenden","openapi.actions.more":"mehr","openapi.languages.title":"Sprachen","openapi.languages.moreButton.tooltipText":"Weitere Sprachen anzeigen","openapi.servers.title":"Server","openapi.operations":"Operationen","openapi.webhooks":"Webhooks","openapi.description":"Beschreibung","openapi.badges.deprecated":"Veraltet","openapi.badges.required":"erforderlich","openapi.badges.webhook":"Webhook","openapi.request":"Anfrage","openapi.path":"Pfad","openapi.query":"Abfrage","openapi.cookie":"Cookies","openapi.header":"Header","openapi.body":"Body","openapi.responses":"Antworten","openapi.response":"Antwort","openapi.callbacks":"Callbacks","openapi.callbackRequest":"Callback-Anfrage","openapi.callbackResponse":"Callback-Antwort","openapi.payload":"Anfragek\xF6rper","openapi.discriminator":"Diskriminator","openapi.contentType":"Inhaltstyp","openapi.tryIt":"Ausprobieren","openapi.loading":"Wird geladen...","openapi.example":"Beispiel","openapi.examples":"Beispiele","openapi.additionalProperties":"zus\xE4tzliche Eigenschaft","openapi.patternProperties":"Mustereigenschaft","openapi.required":"erforderlich","openapi.recursive":"Rekursiv","openapi.complex":"Komplex","openapi.hideExample":"Beispiel ausblenden","openapi.showExample":"Beispiel anzeigen","openapi.expandAll":"Alle erweitern","openapi.collapseAll":"Alle reduzieren","openapi.viewSecurityDetails":"Sicherheitsdetails anzeigen","openapi.noResponseExample":"Kein Antwortbeispiel","openapi.discriminator.searchPlaceholder":"Elemente suchen","openapi.discriminator.searchNoResults":"Keine Elemente gefunden","openapi.discriminator.defaultMapping":"Standard-Zuordnung","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: Standard-Zuordnung wird verwendet, wenn andere Zuordnungen nicht \xFCbereinstimmen.","openapi.noResponseContent":"Kein Inhalt","openapi.noRequestPayload":"Kein Anfrage-Payload","openapi.hidePattern":"Muster ausblenden","openapi.showPattern":"Muster anzeigen","openapi.authorizationUrl":"Autorisierungs-URL","openapi.tokenUrl":"Token-URL","openapi.refreshUrl":"Aktualisierungs-URL","openapi.showOptionalScopes":"Optionale Bereiche anzeigen","openapi.hideOptionalScopes":"Optionale Bereiche verbergen","openapi.security":"Sicherheit","openapi.httpAuthorizationScheme":"HTTP-Autorisierungsschema","openapi.bearerFormat":"Bearer-Format","openapi.parameterName":"Parametername","openapi.flowType":"Flusstyp","openapi.connectUrl":"Verbindungs-URL","openapi.requiredScopes":"Erforderliche Bereiche","openapi.unsupportedLanguage":"Sprache wird nicht unterst\xFCtzt.","openapi.failedToGenerateCodeSample":"Codebeispiel konnte nicht generiert werden.","openapi.schemaCatalogLink.title":"Geteiltes Schema","openapi.schemaCatalogLink.copyButtonTooltip":"In Zwischenablage kopieren","openapi.schemaCatalogLink.copiedTooltip":"Kopiert!","openapi.mcp.title":"MCP server","openapi.mcp.endpoint":"Endpunkt","openapi.mcp.tools":"MCP-tools","openapi.mcp.protocolVersion":"Protokollversion","openapi.mcp.capabilities":"F\xE4higkeiten","openapi.mcp.experimentalCapabilities":"Experimentelle f\xE4higkeiten","openapi.mcp.inputSchema":"Eingabeschema","openapi.mcp.inputExample":"Eingabebeispiel","openapi.mcp.outputSchema":"Ausgabeschema","openapi.mcp.outputExample":"Ausgabebeispiel","asyncapi.download.description.title":"AsyncAPI-Beschreibung herunterladen","asyncapi.info.title":"\xDCbersicht","graphql.download.description.title":"GraphQL-Schema herunterladen","graphql.info.title":"\xDCbersicht","graphql.info.contact.url":"URL","graphql.info.contact.name":"E-Mail","graphql.info.license":"Lizenz","graphql.info.termsOfService":"Nutzungsbedingungen","graphql.overview":"GraphQL-\xDCbersicht","graphql.metadata":"Metadaten","graphql.key":"Schl\xFCssel","graphql.value":"Wert","graphql.queries":"Abfragen","graphql.mutations":"Mutationen","graphql.subscriptions":"Abonnements","graphql.directives":"Direktiven","graphql.objects":"Objekte","graphql.interfaces":"Schnittstellen","graphql.unions":"Unionen","graphql.enums":"Enums","graphql.inputs":"Eingaben","graphql.scalars":"Skalare","graphql.arguments.label":"Argumente","graphql.arguments.show":"Argumente anzeigen","graphql.arguments.hide":"Argumente ausblenden","graphql.arguments.here":"Argumente hier","graphql.returnTypes.label":"Ergebnistyp","graphql.returnTypes.show":"Ergebnistyp anzeigen","graphql.returnTypes.hide":"Ergebnistyp ausblenden","graphql.possibleTypes":"M\xF6gliche Typen","graphql.defaultValue":"Standardwert","graphql.deprecationReason":"Veraltungsrund","graphql.requiredScopes":"Erforderliche Bereiche","graphql.objectScopes":"Objektbereiche","graphql.viewSecurityDetails":"Details anzeigen","graphql.fieldScopes":"Feldbereiche","graphql.implementedInterfaces":"Implementiert Schnittstellen","graphql.implementedBy":"Implementiert von","graphql.nonNull":"nicht null","graphql.required":"erforderlich","graphql.deprecated":"veraltet","graphql.variables":"Variablen","graphql.querySample":"Abfragebeispiel","graphql.mutationSample":"Mutationsbeispiel","graphql.subscriptionSample":"Abonnementbeispiel","graphql.responseSample":"Antwortbeispiel","graphql.locations":"Speicherorte","graphql.sample":"Beispiel","graphql.referenced":"Referenziert in","graphql.content.fragment":"Fragment","codeWalkthrough.preview":"Vorschau","codeWalkthrough.download":"Herunterladen","time.justNow":"gerade eben","time.past.second":"vor 1 Sekunde","time.past.seconds":"vor {{value}} Sekunden","time.past.minute":"vor 1 Minute","time.past.minutes":"vor {{value}} Minuten","time.past.hour":"vor 1 Stunde","time.past.hours":"vor {{value}} Stunden","time.past.day":"vor 1 Tag","time.past.days":"vor {{value}} Tagen","time.past.week":"vor 1 Woche","time.past.weeks":"vor {{value}} Wochen","time.past.month":"vor 1 Monat","time.past.months":"vor {{value}} Monaten","time.past.year":"vor 1 Jahr","time.past.years":"vor {{value}} Jahren","page.internalServerError.title":"Interner Serverfehler","page.internalServerError.description":"Etwas ist auf unserer Seite schiefgegangen. Bitte versuchen Sie es sp\xE4ter erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht.","page.skipToContent.label":"Zum Inhalt springen","catalog.catalogs.label":"Kataloge","catalog.catalogs.all.title":"Alle","catalog.catalogs.all.description":"Alle Entit\xE4ten","catalog.catalogs.all.switcherLabel":"Alle","catalog.catalogs.service.title":"Services","catalog.catalogs.service.description":"Service-Entit\xE4ten","catalog.catalogs.service.switcherLabel":"Services","catalog.catalogs.user.title":"Benutzer","catalog.catalogs.user.description":"Benutzer-Entit\xE4ten","catalog.catalogs.user.switcherLabel":"Benutzer","catalog.catalogs.team.title":"Teams","catalog.catalogs.team.description":"Team-Entit\xE4ten","catalog.catalogs.team.switcherLabel":"Teams","catalog.catalogs.domain.title":"Dom\xE4nen","catalog.catalogs.domain.description":"Dom\xE4nen-Entit\xE4ten","catalog.catalogs.domain.switcherLabel":"Dom\xE4nen","catalog.catalogs.apiDescription.title":"API-Beschreibungen","catalog.catalogs.apiDescription.description":"API-Beschreibungs-Entit\xE4ten","catalog.catalogs.apiDescription.switcherLabel":"API-Beschreibungen","catalog.catalogs.dataSchema.title":"Datenschemas","catalog.catalogs.dataSchema.description":"Datenschema-Entit\xE4ten","catalog.catalogs.dataSchema.switcherLabel":"Datenschemas","catalog.catalogs.apiOperation.title":"API-Operationen","catalog.catalogs.apiOperation.description":"API-Operation-Entit\xE4ten","catalog.catalogs.apiOperation.switcherLabel":"API-Operationen","catalog.entity.metadata.title":"Metadaten","catalog.entity.schema.title":"Schema","catalog.entity.properties.apiDescription.title":"API-Beschreibung","catalog.backToAllLabel":"Katalog","catalog.notConnected":"Nicht verbunden","catalog.tags.label":"Tags","catalog.owners.label":"Eigent\xFCmer","catalog.repositories.label":"Repositorys","catalog.email.label":"E-Mail","catalog.format.label":"Format","catalog.entityType.label":"Entit\xE4tstyp","catalog.domains.label":"Dom\xE4nen","catalog.contact.label":"Slack-Kan\xE4le","catalog.methodAndPath.label":"Methode & Pfad","catalog.links.label":"Links","catalog.metadata.domains":"Dom\xE4nen:","catalog.metadata.owners":"Eigent\xFCmer:","catalog.sort":"Sortieren","catalog.history.button.label":"Versionsverlauf","catalog.history.sidebar.title":"Versionsverlauf","catalog.history.sidebar.close":"Versionsverlauf schlie\xDFen","catalog.history.version.label":"Version","catalog.filters.close":"Schlie\xDFen","catalog.history.version.notSpecified":"nicht angegeben","catalog.history.version.default":"Standard","catalog.history.revisions.limitMessage":"\xC4ltere Revisionen werden nicht gespeichert.","catalog.history.revision.current":"Aktuell","catalog.history.revisions.showLess":"Weniger anzeigen","catalog.history.revisions.showMore":"{{count}} weitere anzeigen","select.noResults":"Keine Ergebnisse","loaders.loading":"Wird geladen...","diagram.openFullscreen":"Klicken, um das Diagramm im Vollbildmodus zu \xF6ffnen","diagram.zoomIn":"Vergr\xF6\xDFern","diagram.zoomOut":"Verkleinern","diagram.reset":"An Ansicht anpassen","diagram.close":"Schlie\xDFen","diagram.viewer":"Diagramm-Betrachter"};export{e as de};