@aceshooting/lyra-ui 17.0.0 → 18.1.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 (107) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/README.md +2 -2
  3. package/custom-elements.json +1 -1
  4. package/design-tokens.json +1 -1
  5. package/dist/cli/migration-contract.json +1 -1
  6. package/dist/components/conversation/message-actions/message-actions.class.d.ts +2 -1
  7. package/dist/components/conversation/streaming-text/streaming-text-core.class.d.ts +22 -0
  8. package/dist/components/conversation/streaming-text/streaming-text-core.class.js +1 -0
  9. package/dist/components/conversation/streaming-text/streaming-text.class.d.ts +22 -0
  10. package/dist/components/conversation/streaming-text/streaming-text.class.js +1 -0
  11. package/dist/components/conversation/thread-list/thread-list.class.js +1 -1
  12. package/dist/components/data/table/table.styles.js +1 -1
  13. package/dist/components/forms/combobox/combobox.class.d.ts +12 -2
  14. package/dist/components/forms/combobox/combobox.class.js +2 -2
  15. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  16. package/dist/components/forms/icon-button/icon-button.class.d.ts +18 -9
  17. package/dist/components/forms/select/select.class.d.ts +63 -8
  18. package/dist/components/forms/select/select.class.js +4 -4
  19. package/dist/components/forms/select/select.styles.js +1 -1
  20. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +148 -14
  21. package/dist/components/layout/filter-bar/filter-bar.class.js +12 -4
  22. package/dist/components/layout/filter-bar/filter-bar.styles.js +1 -1
  23. package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
  24. package/dist/components/layout/virtual-list/virtual-list.class.d.ts +154 -18
  25. package/dist/components/layout/virtual-list/virtual-list.class.js +12 -7
  26. package/dist/components/media/map/map.class.d.ts +269 -14
  27. package/dist/components/media/map/map.class.js +62 -30
  28. package/dist/components/media/map/map.styles.js +1 -1
  29. package/dist/components/utility/copy-button/copy-button.class.d.ts +4 -3
  30. package/dist/custom-elements-jsx.d.ts +1 -1
  31. package/dist/events.d.ts +13 -1
  32. package/dist/internal/package-metadata.d.ts +1 -1
  33. package/dist/internal/package-metadata.js +1 -1
  34. package/dist/internal/tokens.styles.js +1 -1
  35. package/dist/lyra.d.ts +1 -1
  36. package/dist/lyra.js +1 -1
  37. package/dist/styles/tokens-root.css +1 -1
  38. package/dist/svelte.d.ts +1 -1
  39. package/dist/testing/lyra-tag-event-map.js +1 -1
  40. package/dist/translations/ar/retrieval.js +1 -1
  41. package/dist/translations/ar/shared.js +1 -1
  42. package/dist/translations/de/retrieval.js +1 -1
  43. package/dist/translations/de/shared.js +1 -1
  44. package/dist/translations/es/retrieval.js +1 -1
  45. package/dist/translations/es/shared.js +1 -1
  46. package/dist/translations/fa/retrieval.js +1 -1
  47. package/dist/translations/fa/shared.js +1 -1
  48. package/dist/translations/fr/retrieval.js +1 -1
  49. package/dist/translations/fr/shared.js +1 -1
  50. package/dist/translations/he/retrieval.js +1 -1
  51. package/dist/translations/he/shared.js +1 -1
  52. package/dist/translations/it/retrieval.js +1 -1
  53. package/dist/translations/it/shared.js +1 -1
  54. package/dist/translations/ja/retrieval.js +1 -1
  55. package/dist/translations/ja/shared.js +1 -1
  56. package/dist/translations/pt-BR/retrieval.js +1 -1
  57. package/dist/translations/pt-BR/shared.js +1 -1
  58. package/dist/translations/ro/agent-tools.d.ts +1 -0
  59. package/dist/translations/ro/agent-tools.js +1 -0
  60. package/dist/translations/ro/charts.d.ts +1 -0
  61. package/dist/translations/ro/charts.js +1 -0
  62. package/dist/translations/ro/conversation.d.ts +1 -0
  63. package/dist/translations/ro/conversation.js +1 -0
  64. package/dist/translations/ro/data.d.ts +1 -0
  65. package/dist/translations/ro/data.js +1 -0
  66. package/dist/translations/ro/forms.d.ts +1 -0
  67. package/dist/translations/ro/forms.js +1 -0
  68. package/dist/translations/ro/layout.d.ts +1 -0
  69. package/dist/translations/ro/layout.js +1 -0
  70. package/dist/translations/ro/media.d.ts +1 -0
  71. package/dist/translations/ro/media.js +1 -0
  72. package/dist/translations/ro/overlays.d.ts +1 -0
  73. package/dist/translations/ro/overlays.js +1 -0
  74. package/dist/translations/ro/retrieval.d.ts +1 -0
  75. package/dist/translations/ro/retrieval.js +1 -0
  76. package/dist/translations/ro/shared.d.ts +1 -0
  77. package/dist/translations/ro/shared.js +1 -0
  78. package/dist/translations/ro/utility.d.ts +1 -0
  79. package/dist/translations/ro/utility.js +1 -0
  80. package/dist/translations/ro/viewers.d.ts +1 -0
  81. package/dist/translations/ro/viewers.js +5 -0
  82. package/dist/translations/ro.d.ts +1 -0
  83. package/dist/translations/ro.js +1 -0
  84. package/dist/translations/ru/retrieval.js +1 -1
  85. package/dist/translations/ru/shared.js +1 -1
  86. package/dist/translations/zh-CN/retrieval.js +1 -1
  87. package/dist/translations/zh-CN/shared.js +1 -1
  88. package/dist/vue.d.ts +1 -1
  89. package/llms/components/lr-button.md +5 -4
  90. package/llms/components/lr-card.md +2 -1
  91. package/llms/components/lr-combobox.md +11 -0
  92. package/llms/components/lr-filter-bar.md +123 -7
  93. package/llms/components/lr-icon-button.md +17 -8
  94. package/llms/components/lr-map.md +127 -8
  95. package/llms/components/lr-option.md +11 -0
  96. package/llms/components/lr-select.md +45 -3
  97. package/llms/components/lr-streaming-text-core.md +7 -3
  98. package/llms/components/lr-streaming-text.md +7 -2
  99. package/llms/components/lr-virtual-list.md +53 -0
  100. package/llms/shared.md +47 -3
  101. package/llms/tokens.md +7 -4
  102. package/llms-full.txt +465 -36
  103. package/package.json +28 -2
  104. package/registrations.json +1 -1
  105. package/vscode-css-data.json +1 -1
  106. package/vscode-html-data.json +1 -1
  107. package/web-types.json +1 -1
@@ -1 +1 @@
1
- const LYRA_EVENT_CANCELABLE={"lr-accordion":{"lr-collapse":!0,"lr-expand":!0,"lr-toggle-request":!0},"lr-alert":{"lr-hide":!0,"lr-show":!0},"lr-app-rail":{"lr-rail-resize-request":!0,"lr-toggle":!0},"lr-app-rail-group":{"lr-toggle-request":!0},"lr-app-rail-item":{"lr-toggle-request":!0},"lr-approval-queue":{"lr-approval-decision":!0},"lr-bar-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-box-plot":{"lr-before-legend-visibility-change":!0},"lr-bubble-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-button":{"lr-invalid":!0},"lr-callout":{"lr-close":!0},"lr-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-chat-composer":{"lr-invalid":!0},"lr-chat-message":{"lr-toggle-request":!0},"lr-checkbox":{"lr-checkbox-toggle-request":!0,"lr-invalid":!0},"lr-checkbox-group":{"lr-checkbox-group-toggle-request":!0,"lr-invalid":!0},"lr-chip":{"lr-chip-select":!0},"lr-code-block":{"lr-toggle-request":!0},"lr-code-block-core":{"lr-toggle-request":!0},"lr-code-editor":{"lr-invalid":!0},"lr-color-picker":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-combobox":{"lr-create":!0,"lr-hide":!0,"lr-invalid":!0,"lr-retry":!0,"lr-show":!0},"lr-command-palette":{"lr-close":!0,"lr-open":!0},"lr-compare-panel":{"lr-vote":!0},"lr-confirm-bar":{"lr-approve":!0,"lr-deny":!0},"lr-context-inspector":{"lr-export":!0},"lr-context-meter":{"lr-segment-activate":!0},"lr-data-grid":{"lr-cell-contextmenu":!0,"lr-retry":!0,"lr-sort-request":!0},"lr-date-input":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-details":{"lr-hide":!0,"lr-show":!0},"lr-dialog":{"lr-close":!0,"lr-hide":!0,"lr-initial-focus":!0,"lr-request-close":!0,"lr-show":!0},"lr-dock-panel":{"lr-collapse-request":!0,"lr-resize-request":!0},"lr-document-library":{"lr-retry":!0,"lr-sort-request":!0},"lr-doughnut-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-drawer":{"lr-close":!0,"lr-hide":!0,"lr-initial-focus":!0,"lr-request-close":!0,"lr-show":!0},"lr-dropdown":{"lr-hide":!0,"lr-select":!0,"lr-show":!0},"lr-dropdown-item":{"lr-menu-item-change":!0},"lr-emoji-picker":{"lr-invalid":!0},"lr-eval-run":{"lr-example-tool-approval-decide":!0},"lr-export-button":{"lr-export":!0,"lr-hide":!0,"lr-show":!0},"lr-file-input":{"lr-invalid":!0},"lr-graph-legend":{"lr-before-visibility-change":!0},"lr-graph-query-builder":{"lr-before-query-delete":!0,"lr-before-query-load":!0,"lr-before-query-run":!0,"lr-before-query-save":!0,"lr-invalid":!0},"lr-histogram":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-input":{"lr-invalid":!0},"lr-knowledge-base":{"lr-retry":!0},"lr-known-date":{"lr-invalid":!0},"lr-lightbox":{"lr-hide":!0,"lr-lightbox-close":!0,"lr-show":!0},"lr-line-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-locale-picker":{"lr-change":!0,"lr-invalid":!0},"lr-media-card":{"lr-before-media-download":!0},"lr-menu":{"lr-select":!0},"lr-menu-item":{"lr-menu-item-change":!0},"lr-message-actions":{"lr-feedback-submit":!0},"lr-message-feedback":{"lr-feedback-submit":!0},"lr-model-select":{"lr-invalid":!0},"lr-multi-split":{"lr-resize-request":!0,"lr-toggle":!0},"lr-native-time-input":{"lr-invalid":!0},"lr-number-input":{"lr-invalid":!0},"lr-otp-input":{"lr-complete":!0,"lr-invalid":!0},"lr-page":{"lr-nav-toggle":!0},"lr-pagination":{"lr-before-page-change":!0},"lr-phone-input":{"lr-invalid":!0},"lr-pie-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-polar-area-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-popover":{"lr-hide":!0,"lr-show":!0},"lr-prompt-input":{"lr-attachment-preview-request":!0},"lr-prompt-studio":{"lr-change":!0,"lr-message-reorder":!0},"lr-radar-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-radio":{"lr-invalid":!0},"lr-radio-button":{"lr-invalid":!0},"lr-radio-group":{"lr-invalid":!0},"lr-rating":{"lr-invalid":!0},"lr-reorder-list":{"lr-reorder":!0},"lr-responsive-panel":{"lr-close":!0},"lr-rubric-form":{"lr-invalid":!0},"lr-scatter-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-select":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-slider":{"lr-invalid":!0},"lr-split-panel":{"lr-reposition-request":!0},"lr-switch":{"lr-invalid":!0,"lr-switch-toggle-request":!0},"lr-table":{"lr-column-resize":!0,"lr-retry":!0,"lr-row-expand-request":!0,"lr-sort-request":!0},"lr-terminal":{"lr-download":!0},"lr-textarea":{"lr-invalid":!0},"lr-thinking-panel":{"lr-toggle-request":!0},"lr-thread-list":{"lr-group-toggle-request":!0,"lr-retry":!0},"lr-time-input":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-time-range":{"lr-invalid":!0},"lr-toast-item":{"lr-hide":!0,"lr-show":!0},"lr-token-input":{"lr-add":!0,"lr-invalid":!0,"lr-remove":!0,"lr-token-edit":!0},"lr-tool-approval-dialog":{"lr-approve":!0,"lr-deny":!0},"lr-tool-param-form":{"lr-invalid":!0},"lr-tool-result-dialog":{"lr-maximize-change":!0},"lr-tool-select-dialog":{"lr-change":!0},"lr-tool-timeline":{"lr-tool-approval-decide":!0},"lr-tooltip":{"lr-hide":!0,"lr-show":!0},"lr-tour":{"lr-tour-end":!0,"lr-tour-step-change":!0},"lr-voice-picker":{"lr-invalid":!0,"lr-preview-request":!0},"lr-widget":{"lr-collapse-request":!0,"lr-fullscreen-request":!0,"lr-view-request":!0}};export{LYRA_EVENT_CANCELABLE};
1
+ const LYRA_EVENT_CANCELABLE={"lr-accordion":{"lr-collapse":!0,"lr-expand":!0,"lr-toggle-request":!0},"lr-alert":{"lr-hide":!0,"lr-show":!0},"lr-app-rail":{"lr-rail-resize-request":!0,"lr-toggle":!0},"lr-app-rail-group":{"lr-toggle-request":!0},"lr-app-rail-item":{"lr-toggle-request":!0},"lr-approval-queue":{"lr-approval-decision":!0},"lr-bar-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-box-plot":{"lr-before-legend-visibility-change":!0},"lr-bubble-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-button":{"lr-invalid":!0},"lr-callout":{"lr-close":!0},"lr-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-chat-composer":{"lr-invalid":!0},"lr-chat-message":{"lr-toggle-request":!0},"lr-checkbox":{"lr-checkbox-toggle-request":!0,"lr-invalid":!0},"lr-checkbox-group":{"lr-checkbox-group-toggle-request":!0,"lr-invalid":!0},"lr-chip":{"lr-chip-select":!0},"lr-code-block":{"lr-toggle-request":!0},"lr-code-block-core":{"lr-toggle-request":!0},"lr-code-editor":{"lr-invalid":!0},"lr-color-picker":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-combobox":{"lr-create":!0,"lr-hide":!0,"lr-invalid":!0,"lr-retry":!0,"lr-show":!0},"lr-command-palette":{"lr-close":!0,"lr-open":!0},"lr-compare-panel":{"lr-vote":!0},"lr-confirm-bar":{"lr-approve":!0,"lr-deny":!0},"lr-context-inspector":{"lr-export":!0},"lr-context-meter":{"lr-segment-activate":!0},"lr-data-grid":{"lr-cell-contextmenu":!0,"lr-retry":!0,"lr-sort-request":!0},"lr-date-input":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-details":{"lr-hide":!0,"lr-show":!0},"lr-dialog":{"lr-close":!0,"lr-hide":!0,"lr-initial-focus":!0,"lr-request-close":!0,"lr-show":!0},"lr-dock-panel":{"lr-collapse-request":!0,"lr-resize-request":!0},"lr-document-library":{"lr-retry":!0,"lr-sort-request":!0},"lr-doughnut-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-drawer":{"lr-close":!0,"lr-hide":!0,"lr-initial-focus":!0,"lr-request-close":!0,"lr-show":!0},"lr-dropdown":{"lr-hide":!0,"lr-select":!0,"lr-show":!0},"lr-dropdown-item":{"lr-menu-item-change":!0},"lr-emoji-picker":{"lr-invalid":!0},"lr-eval-run":{"lr-example-tool-approval-decide":!0},"lr-export-button":{"lr-export":!0,"lr-hide":!0,"lr-show":!0},"lr-file-input":{"lr-invalid":!0},"lr-graph-legend":{"lr-before-visibility-change":!0},"lr-graph-query-builder":{"lr-before-query-delete":!0,"lr-before-query-load":!0,"lr-before-query-run":!0,"lr-before-query-save":!0,"lr-invalid":!0},"lr-histogram":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-input":{"lr-invalid":!0},"lr-knowledge-base":{"lr-retry":!0},"lr-known-date":{"lr-invalid":!0},"lr-lightbox":{"lr-hide":!0,"lr-lightbox-close":!0,"lr-show":!0},"lr-line-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-locale-picker":{"lr-change":!0,"lr-invalid":!0},"lr-map":{"lr-map-legend-panel-toggle":!0,"lr-map-legend-toggle":!0},"lr-media-card":{"lr-before-media-download":!0},"lr-menu":{"lr-select":!0},"lr-menu-item":{"lr-menu-item-change":!0},"lr-message-actions":{"lr-feedback-submit":!0},"lr-message-feedback":{"lr-feedback-submit":!0},"lr-model-select":{"lr-invalid":!0},"lr-multi-split":{"lr-resize-request":!0,"lr-toggle":!0},"lr-native-time-input":{"lr-invalid":!0},"lr-number-input":{"lr-invalid":!0},"lr-otp-input":{"lr-complete":!0,"lr-invalid":!0},"lr-page":{"lr-nav-toggle":!0},"lr-pagination":{"lr-before-page-change":!0},"lr-phone-input":{"lr-invalid":!0},"lr-pie-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-polar-area-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-popover":{"lr-hide":!0,"lr-show":!0},"lr-prompt-input":{"lr-attachment-preview-request":!0},"lr-prompt-studio":{"lr-change":!0,"lr-message-reorder":!0},"lr-radar-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-radio":{"lr-invalid":!0},"lr-radio-button":{"lr-invalid":!0},"lr-radio-group":{"lr-invalid":!0},"lr-rating":{"lr-invalid":!0},"lr-reorder-list":{"lr-reorder":!0},"lr-responsive-panel":{"lr-close":!0},"lr-rubric-form":{"lr-invalid":!0},"lr-scatter-chart":{"lr-before-datum-visibility-change":!0,"lr-before-legend-visibility-change":!0},"lr-select":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-slider":{"lr-invalid":!0},"lr-split-panel":{"lr-reposition-request":!0},"lr-switch":{"lr-invalid":!0,"lr-switch-toggle-request":!0},"lr-table":{"lr-column-resize":!0,"lr-retry":!0,"lr-row-expand-request":!0,"lr-sort-request":!0},"lr-terminal":{"lr-download":!0},"lr-textarea":{"lr-invalid":!0},"lr-thinking-panel":{"lr-toggle-request":!0},"lr-thread-list":{"lr-group-toggle-request":!0,"lr-retry":!0},"lr-time-input":{"lr-hide":!0,"lr-invalid":!0,"lr-show":!0},"lr-time-range":{"lr-invalid":!0},"lr-toast-item":{"lr-hide":!0,"lr-show":!0},"lr-token-input":{"lr-add":!0,"lr-invalid":!0,"lr-remove":!0,"lr-token-edit":!0},"lr-tool-approval-dialog":{"lr-approve":!0,"lr-deny":!0},"lr-tool-param-form":{"lr-invalid":!0},"lr-tool-result-dialog":{"lr-maximize-change":!0},"lr-tool-select-dialog":{"lr-change":!0},"lr-tool-timeline":{"lr-tool-approval-decide":!0},"lr-tooltip":{"lr-hide":!0,"lr-show":!0},"lr-tour":{"lr-tour-end":!0,"lr-tour-step-change":!0},"lr-voice-picker":{"lr-invalid":!0,"lr-preview-request":!0},"lr-widget":{"lr-collapse-request":!0,"lr-fullscreen-request":!0,"lr-view-request":!0}};export{LYRA_EVENT_CANCELABLE};
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"وسيلة إيضاح الرسم البياني",legendTypeShown:"{label} معروض",legendTypeHidden:"{label} مخفي",entityChipWithType:"{label}، {type}",showMore:"عرض المزيد",untitledSource:"مصدر بلا عنوان",sourcePageSuffix:"{base} — ص. {page}",citationHighConfidence:"ثقة عالية",citationMediumConfidence:"ثقة متوسطة",citationLowConfidence:"ثقة منخفضة",citationVerified:"مُتحقَّق منه",citationUnverified:"غير مُتحقَّق منه",graphDataList:"بيانات الرسم البياني",graphItemAnnouncement:"{item} ({index} من {total})",citation:"استشهاد {index}",citationWithStatus:"استشهاد {index}، {status}",citationWithCustomLabel:"استشهاد {index}، {label}",graphNode:"العقدة {label}",graphLink:"رابط من {source} إلى {target}",graphDiagram:"مخطط عقد وروابط يضم {nodeCount} عقدة و{linkCount} رابطًا",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}، قابل للتوسيع",graphNodeFocused:"تم التوسيط على {label}",graphSelectionCount:"تم تحديد {count}",graphNodesHidden:"{hidden} من {total} عقدة مخفية",graphCommunity:"المجتمع {label}، {count} عقدة",ragAnswerLabel:"إجابة مُسنَدة",ragAnswerCitations:"الاستشهادات",ragAnswerSources:"المصادر",ragAnswerRetry:"إعادة محاولة الإجابة",embeddingExplorerLabel:"مستكشف التضمينات",embeddingExplorerEmpty:"لا توجد نقاط تضمين",embeddingExplorerPoint:"{label}، نقطة التضمين {index}",knowledgeBaseAdminLabel:"إدارة قاعدة المعرفة",knowledgeBaseAdminSourcesTab:"المصادر",knowledgeBaseAdminIngestionTab:"الاستيعاب",graphMissingLibrary:'يحتاج هذا المكوّن إلى تثبيت الحزمة الاختيارية "d3" لعرض الرسم البياني.',mindMapLabel:"خريطة ذهنية",mindMapTopicStatus:"{label}، المستوى {level}، {count} موضوع فرعي",mindMapLeafStatus:"{label}، المستوى {level}",mindMapExpanded:"تم توسيع {label}",mindMapCollapsed:"تم طي {label}",entityDegree:"الاتصالات",entityCommunity:"المجتمع",focusInGraph:"التركيز في الرسم البياني",untitledEntity:"كيان بلا عنوان",untitledCommunity:"مجتمع بلا عنوان",communityMemberCount:"{count} عضو",communityDrillIn:"استكشاف المجتمع",selectAllSources:"تحديد كل المصادر",sourcePickerSelection:"تم تحديد {selected} من {total}",provenancePanelLabel:"الإسناد",provenanceRelationships:"العلاقات",provenanceCommunities:"المجتمعات",provenanceChunks:"المقاطع النصية",provenanceEmpty:"لا توجد بيانات إسناد لهذه الإجابة",chunkInspectorLabel:"المقاطع المسترجَعة",chunkScore:"الصلة {percent}%",scoreTierHigh:"صلة عالية",scoreTierMedium:"صلة متوسطة",scoreTierLow:"صلة منخفضة",chunkInspectorEmpty:"لم يتم استرجاع أي مقاطع",nodePaletteLabel:"لوحة العقد",nodePalettePlaceholder:"ابحث في العقد…",nodePaletteEmpty:"لا توجد عقد مطابقة.",nodePaletteDragHint:"اسحب إلى اللوحة، أو اضغط Enter للوضع",nodePaletteResultCount:{zero:"{count} عنصر",one:"عنصر واحد",two:"عنصران",few:"{count} عناصر",many:"{count} عنصرًا",other:"{count} عنصر"},retrievalResultsSelectRow:"تحديد {label}",pathStripLabel:"المسار",pathNodeStatus:"{label}، العقدة {position} من {total}",pathRelationStatus:"{relation}، علاقة",neighborListLabel:"العلاقات",neighborRowLabel:"{label}، {relation}، {direction}",neighborExpand:"توسيع {label} في الرسم البياني",neighborListEmpty:"لا توجد علاقات",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"الذاكرة",memoryPanelShortTermHeading:"السياق قصير المدى",memoryPanelLongTermHeading:"الذكريات طويلة المدى",memoryPanelAdd:"إضافة إلى الذاكرة طويلة المدى",memoryPanelAddWithContext:'إضافة "{label}" إلى الذاكرة طويلة المدى',memoryPanelForgetAll:"نسيان الكل",memoryPanelConfirmAddHeading:"هل تريد إضافة هذا إلى الذاكرة طويلة المدى؟",memoryPanelConfirmRemoveHeading:"هل تريد إزالة هذا العنصر؟",memoryPanelConfirmForgetHeading:"هل تريد نسيان كل الذكريات طويلة المدى؟",memoryPanelConfirmForgetBody:"سيؤدي هذا إلى نسيان كل الذكريات طويلة المدى البالغ عددها {count} نهائيًا.",graphExplorerLabel:"مستكشف الرسم البياني المعرفي",graphExplorerSearchPlaceholder:"ابحث في الكيانات…",graphExplorerSearchResultsLabel:"نتائج البحث",graphExplorerPin:"تثبيت",graphExplorerUnpin:"إلغاء التثبيت",graphExplorerPinned:"تم تثبيت {label}",graphExplorerUnpinned:"تم إلغاء تثبيت {label}",graphExplorerPinnedHeading:"المثبّتة",graphExplorerFindPath:"إيجاد مسار",retrievalModeVector:"متجهي",retrievalModeKeyword:"كلمات مفتاحية",retrievalModeHybrid:"هجين",retrievalSearchLabel:"بحث الاسترجاع",retrievalModeLabel:"وضع البحث",retrievalFiltersLabel:"عوامل التصفية النشطة",groundingSummaryLabel:"ملخّص الإسناد",groundingSummaryEmpty:"لا يتوفر تقييم للإسناد",groundingSummarySupportedLabel:"الادعاءات المدعومة",groundingSummaryUnsupportedLabel:"الادعاءات غير المدعومة",groundingSummaryCoverageLabel:"تغطية الاستشهادات",groundingSummaryConfidenceLabel:"الثقة",groundingSummaryWarningsHeading:"التحذيرات",groundingSummaryEvidenceHeading:"الأدلة",claimEvidenceLabel:"أدلة الادعاءات",claimEvidenceEmpty:"لا تتوفر أدلة على مستوى الادعاءات",claimEvidenceSupported:"مدعوم",claimEvidencePartiallySupported:"مدعوم جزئيًا",claimEvidenceUnsupported:"غير مدعوم",claimEvidenceContradicted:"متناقض",claimEvidenceConfidence:"ثقة {percent}",retrievalCompareLabel:"مقارنة الاسترجاع",retrievalCompareEmpty:"لا توجد مجموعات نتائج استرجاع للمقارنة",retrievalCompareOverlap:"التداخل في أفضل k بين {left} و{right}: {percent}",retrievalCompareRank:"الترتيب {rank}",retrievalCompareDenseScore:"كثيف",retrievalCompareSparseScore:"متفرّق",retrievalCompareRerankScore:"إعادة الترتيب",retrievalCompareFinalScore:"النهائي",ragEvalDashboardLabel:"لوحة معلومات تقييم RAG",ragEvalDashboardEmpty:"لا تتوفر عمليات تقييم",ragEvalDashboardRuns:"عمليات التقييم",ragEvalDashboardSlices:"شرائح التقييم",ragEvalDashboardAllSlices:"الكل",ragEvalDashboardSliceUnavailable:"لا تتوفر عمليات تقييم للشريحة {slice}.",knowledgeBaseSyncIdle:"خامل",knowledgeBaseSyncSyncing:"جارٍ المزامنة",knowledgeBaseSyncPaused:"متوقف مؤقتًا",knowledgeBaseSyncSynced:"تمت المزامنة",knowledgeBaseSyncError:"خطأ",knowledgeBaseHealthHealthy:"سليم",knowledgeBaseHealthDegraded:"متدهور",knowledgeBaseHealthFailed:"فاشل",knowledgeBaseHealthUnknown:"غير معروف",knowledgeBasePermissionOwner:"مالك",knowledgeBasePermissionEditor:"محرّر",knowledgeBasePermissionViewer:"مشاهد",knowledgeBasePermissionRestricted:"مقيّد",knowledgeBaseNeverSynced:"لم تتم المزامنة مطلقًا",knowledgeBaseSyncAction:"مزامنة الآن",knowledgeBasePauseAction:"إيقاف المزامنة مؤقتًا",knowledgeBaseDeleteAction:"حذف المصدر",knowledgeBaseNameColumn:"المصدر",knowledgeBaseSyncColumn:"حالة المزامنة",knowledgeBaseHealthColumn:"سلامة الفهرسة",knowledgeBasePermissionColumn:"الإذن",knowledgeBaseActionsColumn:"الإجراءات",knowledgeBaseTotalSources:"المصادر",knowledgeBaseSyncedSources:"تمت مزامنتها",knowledgeBaseSyncingSources:"قيد المزامنة",knowledgeBaseNeedsAttention:"يحتاج إلى انتباه",knowledgeBaseHeading:"قاعدة المعرفة",knowledgeBaseCreateSource:"إضافة مصدر",knowledgeBaseEmptyHeading:"لا توجد مصادر معرفة بعد",ingestionStageQueued:"في قائمة الانتظار",ingestionStageUploading:"جارٍ الرفع",ingestionStageExtracting:"استخراج النص",ingestionStageChunking:"التقطيع",ingestionStageEmbedding:"التضمين",ingestionStageIndexing:"الفهرسة",ingestionStageDone:"تم",ingestionStageFailed:"فشل",ingestionStageCancelled:"مُلغى",ingestionStageUnknown:"مرحلة غير معروفة",ingestionQueueLabel:"قائمة انتظار الاستيعاب",ingestionQueueEmpty:"لا توجد مستندات في قائمة الانتظار",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"جرّب مصطلح بحث أو عوامل تصفية مختلفة.",groundingSummaryEvidenceSpan:"الأحرف {start}–{end}",knowledgeBaseDocumentCount:"{count} مفهرس",knowledgeBaseRowActionsLabel:"إجراءات {name}",knowledgeBaseEmptyDescription:"أضف مصدرًا لبدء فهرسة المحتوى.",ingestionChunkCount:{zero:"{count} مقطع",one:"مقطع واحد",two:"مقطعان",few:"{count} مقاطع",many:"{count} مقطعًا",other:"{count} مقطع"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"تم تضمين {embedded} من {total} مقطع",ingestionAttemptCount:"المحاولة {count}",ingestionRetryWithContext:"إعادة محاولة {label}",ingestionCancelWithContext:"إلغاء {label}",retrievalStageQueryRewrite:"إعادة صياغة الاستعلام",retrievalStageEmbed:"التضمين",retrievalStageRetrieve:"الاسترجاع",retrievalStageRerank:"إعادة الترتيب",retrievalStageFilter:"التصفية",retrievalTraceEvidenceToggle:"أدلة {label}"};registerLyraLocale("ar",strings,{dir:"rtl",name:"العربية"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"وسيلة إيضاح الرسم البياني",entityChipWithType:"{label}، {type}",showMore:"عرض المزيد",untitledSource:"مصدر بلا عنوان",sourcePageSuffix:"{base} — ص. {page}",citationHighConfidence:"ثقة عالية",citationMediumConfidence:"ثقة متوسطة",citationLowConfidence:"ثقة منخفضة",citationVerified:"مُتحقَّق منه",citationUnverified:"غير مُتحقَّق منه",graphDataList:"بيانات الرسم البياني",graphItemAnnouncement:"{item} ({index} من {total})",citation:"استشهاد {index}",citationWithStatus:"استشهاد {index}، {status}",citationWithCustomLabel:"استشهاد {index}، {label}",graphNode:"العقدة {label}",graphLink:"رابط من {source} إلى {target}",graphDiagram:"مخطط عقد وروابط يضم {nodeCount} عقدة و{linkCount} رابطًا",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}، قابل للتوسيع",graphNodeFocused:"تم التوسيط على {label}",graphSelectionCount:"تم تحديد {count}",graphNodesHidden:"{hidden} من {total} عقدة مخفية",graphCommunity:"المجتمع {label}، {count} عقدة",ragAnswerLabel:"إجابة مُسنَدة",ragAnswerCitations:"الاستشهادات",ragAnswerSources:"المصادر",ragAnswerRetry:"إعادة محاولة الإجابة",embeddingExplorerLabel:"مستكشف التضمينات",embeddingExplorerEmpty:"لا توجد نقاط تضمين",embeddingExplorerPoint:"{label}، نقطة التضمين {index}",knowledgeBaseAdminLabel:"إدارة قاعدة المعرفة",knowledgeBaseAdminSourcesTab:"المصادر",knowledgeBaseAdminIngestionTab:"الاستيعاب",graphMissingLibrary:'يحتاج هذا المكوّن إلى تثبيت الحزمة الاختيارية "d3" لعرض الرسم البياني.',mindMapLabel:"خريطة ذهنية",mindMapTopicStatus:"{label}، المستوى {level}، {count} موضوع فرعي",mindMapLeafStatus:"{label}، المستوى {level}",mindMapExpanded:"تم توسيع {label}",mindMapCollapsed:"تم طي {label}",entityDegree:"الاتصالات",entityCommunity:"المجتمع",focusInGraph:"التركيز في الرسم البياني",untitledEntity:"كيان بلا عنوان",untitledCommunity:"مجتمع بلا عنوان",communityMemberCount:"{count} عضو",communityDrillIn:"استكشاف المجتمع",selectAllSources:"تحديد كل المصادر",sourcePickerSelection:"تم تحديد {selected} من {total}",provenancePanelLabel:"الإسناد",provenanceRelationships:"العلاقات",provenanceCommunities:"المجتمعات",provenanceChunks:"المقاطع النصية",provenanceEmpty:"لا توجد بيانات إسناد لهذه الإجابة",chunkInspectorLabel:"المقاطع المسترجَعة",chunkScore:"الصلة {percent}%",scoreTierHigh:"صلة عالية",scoreTierMedium:"صلة متوسطة",scoreTierLow:"صلة منخفضة",chunkInspectorEmpty:"لم يتم استرجاع أي مقاطع",nodePaletteLabel:"لوحة العقد",nodePalettePlaceholder:"ابحث في العقد…",nodePaletteEmpty:"لا توجد عقد مطابقة.",nodePaletteDragHint:"اسحب إلى اللوحة، أو اضغط Enter للوضع",nodePaletteResultCount:{zero:"{count} عنصر",one:"عنصر واحد",two:"عنصران",few:"{count} عناصر",many:"{count} عنصرًا",other:"{count} عنصر"},retrievalResultsSelectRow:"تحديد {label}",pathStripLabel:"المسار",pathNodeStatus:"{label}، العقدة {position} من {total}",pathRelationStatus:"{relation}، علاقة",neighborListLabel:"العلاقات",neighborRowLabel:"{label}، {relation}، {direction}",neighborExpand:"توسيع {label} في الرسم البياني",neighborListEmpty:"لا توجد علاقات",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"الذاكرة",memoryPanelShortTermHeading:"السياق قصير المدى",memoryPanelLongTermHeading:"الذكريات طويلة المدى",memoryPanelAdd:"إضافة إلى الذاكرة طويلة المدى",memoryPanelAddWithContext:'إضافة "{label}" إلى الذاكرة طويلة المدى',memoryPanelForgetAll:"نسيان الكل",memoryPanelConfirmAddHeading:"هل تريد إضافة هذا إلى الذاكرة طويلة المدى؟",memoryPanelConfirmRemoveHeading:"هل تريد إزالة هذا العنصر؟",memoryPanelConfirmForgetHeading:"هل تريد نسيان كل الذكريات طويلة المدى؟",memoryPanelConfirmForgetBody:"سيؤدي هذا إلى نسيان كل الذكريات طويلة المدى البالغ عددها {count} نهائيًا.",graphExplorerLabel:"مستكشف الرسم البياني المعرفي",graphExplorerSearchPlaceholder:"ابحث في الكيانات…",graphExplorerSearchResultsLabel:"نتائج البحث",graphExplorerPin:"تثبيت",graphExplorerUnpin:"إلغاء التثبيت",graphExplorerPinned:"تم تثبيت {label}",graphExplorerUnpinned:"تم إلغاء تثبيت {label}",graphExplorerPinnedHeading:"المثبّتة",graphExplorerFindPath:"إيجاد مسار",retrievalModeVector:"متجهي",retrievalModeKeyword:"كلمات مفتاحية",retrievalModeHybrid:"هجين",retrievalSearchLabel:"بحث الاسترجاع",retrievalModeLabel:"وضع البحث",retrievalFiltersLabel:"عوامل التصفية النشطة",groundingSummaryLabel:"ملخّص الإسناد",groundingSummaryEmpty:"لا يتوفر تقييم للإسناد",groundingSummarySupportedLabel:"الادعاءات المدعومة",groundingSummaryUnsupportedLabel:"الادعاءات غير المدعومة",groundingSummaryCoverageLabel:"تغطية الاستشهادات",groundingSummaryConfidenceLabel:"الثقة",groundingSummaryWarningsHeading:"التحذيرات",groundingSummaryEvidenceHeading:"الأدلة",claimEvidenceLabel:"أدلة الادعاءات",claimEvidenceEmpty:"لا تتوفر أدلة على مستوى الادعاءات",claimEvidenceSupported:"مدعوم",claimEvidencePartiallySupported:"مدعوم جزئيًا",claimEvidenceUnsupported:"غير مدعوم",claimEvidenceContradicted:"متناقض",claimEvidenceConfidence:"ثقة {percent}",retrievalCompareLabel:"مقارنة الاسترجاع",retrievalCompareEmpty:"لا توجد مجموعات نتائج استرجاع للمقارنة",retrievalCompareOverlap:"التداخل في أفضل k بين {left} و{right}: {percent}",retrievalCompareRank:"الترتيب {rank}",retrievalCompareDenseScore:"كثيف",retrievalCompareSparseScore:"متفرّق",retrievalCompareRerankScore:"إعادة الترتيب",retrievalCompareFinalScore:"النهائي",ragEvalDashboardLabel:"لوحة معلومات تقييم RAG",ragEvalDashboardEmpty:"لا تتوفر عمليات تقييم",ragEvalDashboardRuns:"عمليات التقييم",ragEvalDashboardSlices:"شرائح التقييم",ragEvalDashboardAllSlices:"الكل",ragEvalDashboardSliceUnavailable:"لا تتوفر عمليات تقييم للشريحة {slice}.",knowledgeBaseSyncIdle:"خامل",knowledgeBaseSyncSyncing:"جارٍ المزامنة",knowledgeBaseSyncPaused:"متوقف مؤقتًا",knowledgeBaseSyncSynced:"تمت المزامنة",knowledgeBaseSyncError:"خطأ",knowledgeBaseHealthHealthy:"سليم",knowledgeBaseHealthDegraded:"متدهور",knowledgeBaseHealthFailed:"فاشل",knowledgeBaseHealthUnknown:"غير معروف",knowledgeBasePermissionOwner:"مالك",knowledgeBasePermissionEditor:"محرّر",knowledgeBasePermissionViewer:"مشاهد",knowledgeBasePermissionRestricted:"مقيّد",knowledgeBaseNeverSynced:"لم تتم المزامنة مطلقًا",knowledgeBaseSyncAction:"مزامنة الآن",knowledgeBasePauseAction:"إيقاف المزامنة مؤقتًا",knowledgeBaseDeleteAction:"حذف المصدر",knowledgeBaseNameColumn:"المصدر",knowledgeBaseSyncColumn:"حالة المزامنة",knowledgeBaseHealthColumn:"سلامة الفهرسة",knowledgeBasePermissionColumn:"الإذن",knowledgeBaseActionsColumn:"الإجراءات",knowledgeBaseTotalSources:"المصادر",knowledgeBaseSyncedSources:"تمت مزامنتها",knowledgeBaseSyncingSources:"قيد المزامنة",knowledgeBaseNeedsAttention:"يحتاج إلى انتباه",knowledgeBaseHeading:"قاعدة المعرفة",knowledgeBaseCreateSource:"إضافة مصدر",knowledgeBaseEmptyHeading:"لا توجد مصادر معرفة بعد",ingestionStageQueued:"في قائمة الانتظار",ingestionStageUploading:"جارٍ الرفع",ingestionStageExtracting:"استخراج النص",ingestionStageChunking:"التقطيع",ingestionStageEmbedding:"التضمين",ingestionStageIndexing:"الفهرسة",ingestionStageDone:"تم",ingestionStageFailed:"فشل",ingestionStageCancelled:"مُلغى",ingestionStageUnknown:"مرحلة غير معروفة",ingestionQueueLabel:"قائمة انتظار الاستيعاب",ingestionQueueEmpty:"لا توجد مستندات في قائمة الانتظار",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"جرّب مصطلح بحث أو عوامل تصفية مختلفة.",groundingSummaryEvidenceSpan:"الأحرف {start}–{end}",knowledgeBaseDocumentCount:"{count} مفهرس",knowledgeBaseRowActionsLabel:"إجراءات {name}",knowledgeBaseEmptyDescription:"أضف مصدرًا لبدء فهرسة المحتوى.",ingestionChunkCount:{zero:"{count} مقطع",one:"مقطع واحد",two:"مقطعان",few:"{count} مقاطع",many:"{count} مقطعًا",other:"{count} مقطع"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"تم تضمين {embedded} من {total} مقطع",ingestionAttemptCount:"المحاولة {count}",ingestionRetryWithContext:"إعادة محاولة {label}",ingestionCancelWithContext:"إلغاء {label}",retrievalStageQueryRewrite:"إعادة صياغة الاستعلام",retrievalStageEmbed:"التضمين",retrievalStageRetrieve:"الاسترجاع",retrievalStageRerank:"إعادة الترتيب",retrievalStageFilter:"التصفية",retrievalTraceEvidenceToggle:"أدلة {label}"};registerLyraLocale("ar",strings,{dir:"rtl",name:"العربية"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"لا توجد بيانات",jumpToLatest:"الانتقال إلى الأحدث",loadMore:"تحميل المزيد",viewerSearchMatchCount:{zero:"{count} مطابقة",one:"مطابقة واحدة",two:"مطابقتان",few:"{count} مطابقات",many:"{count} مطابقةً",other:"{count} مطابقة"},viewerSearchNoMatches:"لا توجد مطابقات",viewerSearchActiveMatch:"المطابقة {current} من {total}",tableLoadFailed:"تعذّر تحميل البيانات",zoomOut:"تصغير",zoomIn:"تكبير",clear:"مسح",open:"فتح",close:"إغلاق",resizeValuePixels:"{value} بكسل",copy:"نسخ",copied:"تم النسخ!",expand:"توسيع",collapse:"طي",showMoreCount:"عرض {count} أخرى",showLess:"عرض أقل",retry:"إعادة المحاولة",remove:"إزالة",removeWithContext:"إزالة {label}",loading:"جارٍ التحميل…",noMatches:"لا توجد مطابقات",previous:"السابق",next:"التالي",paginationLabel:"ترقيم الصفحات",paginationSummary:"{start}–{end} من {total} {itemLabel}",cancel:"إلغاء",search:"بحث",items:"عناصر",item:"عنصر",notInCatalog:"غير موجود في الكتالوج",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"إعادة تعيين التكبير",showMoreCollapsed:"+{count}",statusPending:"قيد الانتظار",statusRunning:"قيد التشغيل",statusSuccess:"نجاح",statusError:"خطأ",statusDenied:"مرفوض",restore:"استعادة",navigation:"التنقل",attachmentUntitledFile:"ملف بلا عنوان",chart:"مخطط",chartValueLabel:"{label}: {value}",date:"التاريخ",dateInputMinMessage:"يجب أن يكون التاريخ في {min} أو بعده.",dateInputMaxMessage:"يجب أن يكون التاريخ في {max} أو قبله.",dateInputInvalid:"أدخل تاريخًا صالحًا.",documentPreviewEmpty:"لا يوجد {type} لعرضه.",documentPreviewTypeImage:"صورة",download:"تنزيل",progress:"التقدّم",popover:"نافذة منبثقة",details:"التفاصيل",map:"خريطة",select:"تحديد",sourceListDefaultLabel:"المصادر",thinkingPanelLabel:"التفكير",handoffToAgent:"تم التحويل إلى {agent}",handoffFromToAgent:"تم التحويل من {from} إلى {to}",thinking:"جارٍ التفكير…",deny:"رفض",approve:"موافقة",fieldRequired:"هذا الحقل مطلوب.",unsupportedFieldType:'نوع الحقل "{type}" غير مدعوم.',valueInvalid:"القيمة غير صالحة.",copyFailed:"فشل النسخ",durationMilliseconds:"{value} مللي ثانية",durationSeconds:"{value} ثانية",menuLabel:"القائمة",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"تم الانتقال إلى المقطع المميّز.",anchorJumpedToPage:"تم الانتقال إلى الصفحة {page}.",anchorNotFound:"لم يتم العثور على المقطع في هذا المستند.",highlightWithLabel:"تمييز: {label}",tokensIn:"الرموز الواردة",tokensOut:"الرموز الصادرة",comparePanel:"المقارنة",treeNodeMoved:"تم نقل {label} إلى الموضع {index} من {total}",gitStatusAdded:"مُضاف",gitStatusModified:"مُعدَّل",gitStatusDeleted:"محذوف",gitStatusRenamed:"أُعيدت تسميته",gitStatusUntracked:"غير متتبَّع",gitStatusConflicted:"متعارض",gitStatusIgnored:"مُتجاهَل",envListValueHidden:"القيمة مخفية",provenanceEntities:"الكيانات",flowItemAnnouncement:"{item} ({index} من {total})",neighborDirectionIn:"واردة",neighborDirectionOut:"صادرة",neighborDirectionBoth:"ثنائية الاتجاه",promptStudioRoleSystem:"النظام",promptStudioRoleUser:"المستخدم",promptStudioRoleAssistant:"المساعد",moveUp:"تحريك لأعلى",moveDown:"تحريك لأسفل",reorderItemMoved:"تم النقل إلى الموضع {index} من {total}"};registerLyraLocale("ar",strings,{dir:"rtl",name:"العربية"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"لا توجد بيانات",legendTypeShown:"{label} معروض",legendTypeHidden:"{label} مخفي",jumpToLatest:"الانتقال إلى الأحدث",loadMore:"تحميل المزيد",viewerSearchMatchCount:{zero:"{count} مطابقة",one:"مطابقة واحدة",two:"مطابقتان",few:"{count} مطابقات",many:"{count} مطابقةً",other:"{count} مطابقة"},viewerSearchNoMatches:"لا توجد مطابقات",viewerSearchActiveMatch:"المطابقة {current} من {total}",tableLoadFailed:"تعذّر تحميل البيانات",zoomOut:"تصغير",zoomIn:"تكبير",clear:"مسح",open:"فتح",close:"إغلاق",resizeValuePixels:"{value} بكسل",copy:"نسخ",copied:"تم النسخ!",expand:"توسيع",collapse:"طي",showMoreCount:"عرض {count} أخرى",showLess:"عرض أقل",retry:"إعادة المحاولة",remove:"إزالة",removeWithContext:"إزالة {label}",loading:"جارٍ التحميل…",noMatches:"لا توجد مطابقات",previous:"السابق",next:"التالي",paginationLabel:"ترقيم الصفحات",paginationSummary:"{start}–{end} من {total} {itemLabel}",cancel:"إلغاء",search:"بحث",items:"عناصر",item:"عنصر",notInCatalog:"غير موجود في الكتالوج",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"إعادة تعيين التكبير",showMoreCollapsed:"+{count}",statusPending:"قيد الانتظار",statusRunning:"قيد التشغيل",statusSuccess:"نجاح",statusError:"خطأ",statusDenied:"مرفوض",restore:"استعادة",navigation:"التنقل",attachmentUntitledFile:"ملف بلا عنوان",chart:"مخطط",chartValueLabel:"{label}: {value}",date:"التاريخ",dateInputMinMessage:"يجب أن يكون التاريخ في {min} أو بعده.",dateInputMaxMessage:"يجب أن يكون التاريخ في {max} أو قبله.",dateInputInvalid:"أدخل تاريخًا صالحًا.",documentPreviewEmpty:"لا يوجد {type} لعرضه.",documentPreviewTypeImage:"صورة",download:"تنزيل",progress:"التقدّم",popover:"نافذة منبثقة",details:"التفاصيل",map:"خريطة",select:"تحديد",sourceListDefaultLabel:"المصادر",thinkingPanelLabel:"التفكير",handoffToAgent:"تم التحويل إلى {agent}",handoffFromToAgent:"تم التحويل من {from} إلى {to}",thinking:"جارٍ التفكير…",deny:"رفض",approve:"موافقة",fieldRequired:"هذا الحقل مطلوب.",unsupportedFieldType:'نوع الحقل "{type}" غير مدعوم.',valueInvalid:"القيمة غير صالحة.",copyFailed:"فشل النسخ",durationMilliseconds:"{value} مللي ثانية",durationSeconds:"{value} ثانية",menuLabel:"القائمة",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"تم الانتقال إلى المقطع المميّز.",anchorJumpedToPage:"تم الانتقال إلى الصفحة {page}.",anchorNotFound:"لم يتم العثور على المقطع في هذا المستند.",highlightWithLabel:"تمييز: {label}",tokensIn:"الرموز الواردة",tokensOut:"الرموز الصادرة",comparePanel:"المقارنة",treeNodeMoved:"تم نقل {label} إلى الموضع {index} من {total}",gitStatusAdded:"مُضاف",gitStatusModified:"مُعدَّل",gitStatusDeleted:"محذوف",gitStatusRenamed:"أُعيدت تسميته",gitStatusUntracked:"غير متتبَّع",gitStatusConflicted:"متعارض",gitStatusIgnored:"مُتجاهَل",envListValueHidden:"القيمة مخفية",provenanceEntities:"الكيانات",flowItemAnnouncement:"{item} ({index} من {total})",neighborDirectionIn:"واردة",neighborDirectionOut:"صادرة",neighborDirectionBoth:"ثنائية الاتجاه",promptStudioRoleSystem:"النظام",promptStudioRoleUser:"المستخدم",promptStudioRoleAssistant:"المساعد",moveUp:"تحريك لأعلى",moveDown:"تحريك لأسفل",reorderItemMoved:"تم النقل إلى الموضع {index} من {total}"};registerLyraLocale("ar",strings,{dir:"rtl",name:"العربية"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Graph-Legende",legendTypeShown:"{label} eingeblendet",legendTypeHidden:"{label} ausgeblendet",entityChipWithType:"{label}, {type}",showMore:"Mehr anzeigen",untitledSource:"Unbenannte Quelle",sourcePageSuffix:"{base} — S. {page}",citationHighConfidence:"Hohe Konfidenz",citationMediumConfidence:"Mittlere Konfidenz",citationLowConfidence:"Geringe Konfidenz",citationVerified:"Verifiziert",citationUnverified:"Nicht verifiziert",graphDataList:"Graphdaten",graphItemAnnouncement:"{item} ({index} von {total})",citation:"Quellenangabe {index}",citationWithStatus:"Quellenangabe {index}, {status}",citationWithCustomLabel:"Quellenangabe {index}, {label}",graphNode:"Knoten {label}",graphLink:"Verbindung von {source} zu {target}",graphDiagram:"Knoten-Kanten-Diagramm mit {nodeCount} Knoten und {linkCount} Verbindungen",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, ausklappbar",graphNodeFocused:"Zentriert auf {label}",graphSelectionCount:"{count} ausgewählt",graphNodesHidden:"{hidden} von {total} Knoten ausgeblendet",graphCommunity:"Community {label}, {count} Knoten",ragAnswerLabel:"Fundierte Antwort",ragAnswerCitations:"Quellenangaben",ragAnswerSources:"Quellen",ragAnswerRetry:"Antwort erneut generieren",embeddingExplorerLabel:"Embedding-Explorer",embeddingExplorerEmpty:"Keine Embedding-Punkte",embeddingExplorerPoint:"{label}, Embedding-Punkt {index}",knowledgeBaseAdminLabel:"Verwaltung der Wissensdatenbank",knowledgeBaseAdminSourcesTab:"Quellen",knowledgeBaseAdminIngestionTab:"Erfassung",graphMissingLibrary:"Für diese Komponente muss das optionale Paket „d3“ installiert sein, um den Graphen darzustellen.",mindMapLabel:"Mindmap",mindMapTopicStatus:"{label}, Ebene {level}, {count} Unterthemen",mindMapLeafStatus:"{label}, Ebene {level}",mindMapExpanded:"{label} ausgeklappt",mindMapCollapsed:"{label} eingeklappt",entityDegree:"Verbindungen",entityCommunity:"Community",focusInGraph:"Im Graphen fokussieren",untitledEntity:"Unbenannte Entität",untitledCommunity:"Unbenannte Community",communityMemberCount:"{count} Mitglieder",communityDrillIn:"Community erkunden",selectAllSources:"Alle Quellen auswählen",sourcePickerSelection:"{selected} von {total} ausgewählt",provenancePanelLabel:"Fundierung",provenanceRelationships:"Beziehungen",provenanceCommunities:"Communities",provenanceChunks:"Textabschnitte",provenanceEmpty:"Keine Fundierungsdaten für diese Antwort",chunkInspectorLabel:"Abgerufene Abschnitte",chunkScore:"Relevanz {percent} %",scoreTierHigh:"Hohe Relevanz",scoreTierMedium:"Mittlere Relevanz",scoreTierLow:"Geringe Relevanz",chunkInspectorEmpty:"Keine Abschnitte abgerufen",nodePaletteLabel:"Knotenpalette",nodePalettePlaceholder:"Knoten suchen…",nodePaletteEmpty:"Keine passenden Knoten.",nodePaletteDragHint:"Auf die Arbeitsfläche ziehen oder mit der Eingabetaste platzieren",nodePaletteResultCount:{one:"{count} Element",other:"{count} Elemente"},retrievalResultsSelectRow:"{label} auswählen",pathStripLabel:"Pfad",pathNodeStatus:"{label}, Knoten {position} von {total}",pathRelationStatus:"{relation}, Beziehung",neighborListLabel:"Beziehungen",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"{label} im Graphen ausklappen",neighborListEmpty:"Keine Beziehungen",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Gedächtnis",memoryPanelShortTermHeading:"Kurzzeitkontext",memoryPanelLongTermHeading:"Langzeitgedächtnis",memoryPanelAdd:"Zum Langzeitgedächtnis hinzufügen",memoryPanelAddWithContext:"„{label}“ zum Langzeitgedächtnis hinzufügen",memoryPanelForgetAll:"Alles vergessen",memoryPanelConfirmAddHeading:"Dies zum Langzeitgedächtnis hinzufügen?",memoryPanelConfirmRemoveHeading:"Dieses Element entfernen?",memoryPanelConfirmForgetHeading:"Das gesamte Langzeitgedächtnis vergessen?",memoryPanelConfirmForgetBody:"Dadurch werden alle {count} Langzeit-Erinnerungen dauerhaft vergessen.",graphExplorerLabel:"Wissensgraph-Explorer",graphExplorerSearchPlaceholder:"Entitäten suchen…",graphExplorerSearchResultsLabel:"Suchergebnisse",graphExplorerPin:"Anheften",graphExplorerUnpin:"Anheften aufheben",graphExplorerPinned:"{label} angeheftet",graphExplorerUnpinned:"{label} nicht mehr angeheftet",graphExplorerPinnedHeading:"Angeheftet",graphExplorerFindPath:"Pfad finden",retrievalModeVector:"Vektor",retrievalModeKeyword:"Stichwort",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Abrufsuche",retrievalModeLabel:"Suchmodus",retrievalFiltersLabel:"Aktive Filter",groundingSummaryLabel:"Fundierungsübersicht",groundingSummaryEmpty:"Keine Fundierungsbewertung verfügbar",groundingSummarySupportedLabel:"Belegte Aussagen",groundingSummaryUnsupportedLabel:"Unbelegte Aussagen",groundingSummaryCoverageLabel:"Quellenabdeckung",groundingSummaryConfidenceLabel:"Konfidenz",groundingSummaryWarningsHeading:"Warnungen",groundingSummaryEvidenceHeading:"Belege",claimEvidenceLabel:"Belege für Aussagen",claimEvidenceEmpty:"Keine Belege auf Aussagenebene verfügbar",claimEvidenceSupported:"Belegt",claimEvidencePartiallySupported:"Teilweise belegt",claimEvidenceUnsupported:"Unbelegt",claimEvidenceContradicted:"Widerlegt",claimEvidenceConfidence:"{percent} Konfidenz",retrievalCompareLabel:"Abrufvergleich",retrievalCompareEmpty:"Keine Abrufergebnisse zum Vergleichen",retrievalCompareOverlap:"Top-k-Überschneidung zwischen {left} und {right}: {percent}",retrievalCompareRank:"Rang {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG-Evaluierungs-Dashboard",ragEvalDashboardEmpty:"Keine Evaluierungsläufe verfügbar",ragEvalDashboardRuns:"Evaluierungsläufe",ragEvalDashboardSlices:"Evaluierungssegmente",ragEvalDashboardAllSlices:"Alle",ragEvalDashboardSliceUnavailable:"Für {slice} sind keine Evaluierungsläufe verfügbar.",knowledgeBaseSyncIdle:"Inaktiv",knowledgeBaseSyncSyncing:"Wird synchronisiert",knowledgeBaseSyncPaused:"Pausiert",knowledgeBaseSyncSynced:"Synchronisiert",knowledgeBaseSyncError:"Fehler",knowledgeBaseHealthHealthy:"Fehlerfrei",knowledgeBaseHealthDegraded:"Beeinträchtigt",knowledgeBaseHealthFailed:"Fehlgeschlagen",knowledgeBaseHealthUnknown:"Unbekannt",knowledgeBasePermissionOwner:"Eigentümer",knowledgeBasePermissionEditor:"Bearbeiter",knowledgeBasePermissionViewer:"Betrachter",knowledgeBasePermissionRestricted:"Eingeschränkt",knowledgeBaseNeverSynced:"Nie synchronisiert",knowledgeBaseSyncAction:"Jetzt synchronisieren",knowledgeBasePauseAction:"Synchronisierung pausieren",knowledgeBaseDeleteAction:"Quelle löschen",knowledgeBaseNameColumn:"Quelle",knowledgeBaseSyncColumn:"Synchronisierungsstatus",knowledgeBaseHealthColumn:"Indexierungszustand",knowledgeBasePermissionColumn:"Berechtigung",knowledgeBaseActionsColumn:"Aktionen",knowledgeBaseTotalSources:"Quellen",knowledgeBaseSyncedSources:"Synchronisiert",knowledgeBaseSyncingSources:"In Synchronisierung",knowledgeBaseNeedsAttention:"Benötigt Aufmerksamkeit",knowledgeBaseHeading:"Wissensdatenbank",knowledgeBaseCreateSource:"Quelle hinzufügen",knowledgeBaseEmptyHeading:"Noch keine Wissensquellen",ingestionStageQueued:"In Warteschlange",ingestionStageUploading:"Wird hochgeladen",ingestionStageExtracting:"Text wird extrahiert",ingestionStageChunking:"Wird in Abschnitte geteilt",ingestionStageEmbedding:"Wird eingebettet",ingestionStageIndexing:"Wird indexiert",ingestionStageDone:"Fertig",ingestionStageFailed:"Fehlgeschlagen",ingestionStageCancelled:"Abgebrochen",ingestionStageUnknown:"Unbekannte Phase",ingestionQueueLabel:"Erfassungs-Warteschlange",ingestionQueueEmpty:"Keine Dokumente in der Warteschlange",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Versuchen Sie einen anderen Suchbegriff oder andere Filter.",groundingSummaryEvidenceSpan:"Zeichen {start}–{end}",knowledgeBaseDocumentCount:"{count} indexiert",knowledgeBaseRowActionsLabel:"Aktionen für {name}",knowledgeBaseEmptyDescription:"Fügen Sie eine Quelle hinzu, um Inhalte zu indexieren.",ingestionChunkCount:{one:"{count} Abschnitt",other:"{count} Abschnitte"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} von {total} Abschnitten eingebettet",ingestionAttemptCount:"Versuch {count}",ingestionRetryWithContext:"{label} erneut versuchen",ingestionCancelWithContext:"{label} abbrechen",retrievalStageQueryRewrite:"Anfrage-Umschreibung",retrievalStageEmbed:"Einbettung",retrievalStageRetrieve:"Abruf",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"Belege zu {label}"};registerLyraLocale("de",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Graph-Legende",entityChipWithType:"{label}, {type}",showMore:"Mehr anzeigen",untitledSource:"Unbenannte Quelle",sourcePageSuffix:"{base} — S. {page}",citationHighConfidence:"Hohe Konfidenz",citationMediumConfidence:"Mittlere Konfidenz",citationLowConfidence:"Geringe Konfidenz",citationVerified:"Verifiziert",citationUnverified:"Nicht verifiziert",graphDataList:"Graphdaten",graphItemAnnouncement:"{item} ({index} von {total})",citation:"Quellenangabe {index}",citationWithStatus:"Quellenangabe {index}, {status}",citationWithCustomLabel:"Quellenangabe {index}, {label}",graphNode:"Knoten {label}",graphLink:"Verbindung von {source} zu {target}",graphDiagram:"Knoten-Kanten-Diagramm mit {nodeCount} Knoten und {linkCount} Verbindungen",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, ausklappbar",graphNodeFocused:"Zentriert auf {label}",graphSelectionCount:"{count} ausgewählt",graphNodesHidden:"{hidden} von {total} Knoten ausgeblendet",graphCommunity:"Community {label}, {count} Knoten",ragAnswerLabel:"Fundierte Antwort",ragAnswerCitations:"Quellenangaben",ragAnswerSources:"Quellen",ragAnswerRetry:"Antwort erneut generieren",embeddingExplorerLabel:"Embedding-Explorer",embeddingExplorerEmpty:"Keine Embedding-Punkte",embeddingExplorerPoint:"{label}, Embedding-Punkt {index}",knowledgeBaseAdminLabel:"Verwaltung der Wissensdatenbank",knowledgeBaseAdminSourcesTab:"Quellen",knowledgeBaseAdminIngestionTab:"Erfassung",graphMissingLibrary:"Für diese Komponente muss das optionale Paket „d3“ installiert sein, um den Graphen darzustellen.",mindMapLabel:"Mindmap",mindMapTopicStatus:"{label}, Ebene {level}, {count} Unterthemen",mindMapLeafStatus:"{label}, Ebene {level}",mindMapExpanded:"{label} ausgeklappt",mindMapCollapsed:"{label} eingeklappt",entityDegree:"Verbindungen",entityCommunity:"Community",focusInGraph:"Im Graphen fokussieren",untitledEntity:"Unbenannte Entität",untitledCommunity:"Unbenannte Community",communityMemberCount:"{count} Mitglieder",communityDrillIn:"Community erkunden",selectAllSources:"Alle Quellen auswählen",sourcePickerSelection:"{selected} von {total} ausgewählt",provenancePanelLabel:"Fundierung",provenanceRelationships:"Beziehungen",provenanceCommunities:"Communities",provenanceChunks:"Textabschnitte",provenanceEmpty:"Keine Fundierungsdaten für diese Antwort",chunkInspectorLabel:"Abgerufene Abschnitte",chunkScore:"Relevanz {percent} %",scoreTierHigh:"Hohe Relevanz",scoreTierMedium:"Mittlere Relevanz",scoreTierLow:"Geringe Relevanz",chunkInspectorEmpty:"Keine Abschnitte abgerufen",nodePaletteLabel:"Knotenpalette",nodePalettePlaceholder:"Knoten suchen…",nodePaletteEmpty:"Keine passenden Knoten.",nodePaletteDragHint:"Auf die Arbeitsfläche ziehen oder mit der Eingabetaste platzieren",nodePaletteResultCount:{one:"{count} Element",other:"{count} Elemente"},retrievalResultsSelectRow:"{label} auswählen",pathStripLabel:"Pfad",pathNodeStatus:"{label}, Knoten {position} von {total}",pathRelationStatus:"{relation}, Beziehung",neighborListLabel:"Beziehungen",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"{label} im Graphen ausklappen",neighborListEmpty:"Keine Beziehungen",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Gedächtnis",memoryPanelShortTermHeading:"Kurzzeitkontext",memoryPanelLongTermHeading:"Langzeitgedächtnis",memoryPanelAdd:"Zum Langzeitgedächtnis hinzufügen",memoryPanelAddWithContext:"„{label}“ zum Langzeitgedächtnis hinzufügen",memoryPanelForgetAll:"Alles vergessen",memoryPanelConfirmAddHeading:"Dies zum Langzeitgedächtnis hinzufügen?",memoryPanelConfirmRemoveHeading:"Dieses Element entfernen?",memoryPanelConfirmForgetHeading:"Das gesamte Langzeitgedächtnis vergessen?",memoryPanelConfirmForgetBody:"Dadurch werden alle {count} Langzeit-Erinnerungen dauerhaft vergessen.",graphExplorerLabel:"Wissensgraph-Explorer",graphExplorerSearchPlaceholder:"Entitäten suchen…",graphExplorerSearchResultsLabel:"Suchergebnisse",graphExplorerPin:"Anheften",graphExplorerUnpin:"Anheften aufheben",graphExplorerPinned:"{label} angeheftet",graphExplorerUnpinned:"{label} nicht mehr angeheftet",graphExplorerPinnedHeading:"Angeheftet",graphExplorerFindPath:"Pfad finden",retrievalModeVector:"Vektor",retrievalModeKeyword:"Stichwort",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Abrufsuche",retrievalModeLabel:"Suchmodus",retrievalFiltersLabel:"Aktive Filter",groundingSummaryLabel:"Fundierungsübersicht",groundingSummaryEmpty:"Keine Fundierungsbewertung verfügbar",groundingSummarySupportedLabel:"Belegte Aussagen",groundingSummaryUnsupportedLabel:"Unbelegte Aussagen",groundingSummaryCoverageLabel:"Quellenabdeckung",groundingSummaryConfidenceLabel:"Konfidenz",groundingSummaryWarningsHeading:"Warnungen",groundingSummaryEvidenceHeading:"Belege",claimEvidenceLabel:"Belege für Aussagen",claimEvidenceEmpty:"Keine Belege auf Aussagenebene verfügbar",claimEvidenceSupported:"Belegt",claimEvidencePartiallySupported:"Teilweise belegt",claimEvidenceUnsupported:"Unbelegt",claimEvidenceContradicted:"Widerlegt",claimEvidenceConfidence:"{percent} Konfidenz",retrievalCompareLabel:"Abrufvergleich",retrievalCompareEmpty:"Keine Abrufergebnisse zum Vergleichen",retrievalCompareOverlap:"Top-k-Überschneidung zwischen {left} und {right}: {percent}",retrievalCompareRank:"Rang {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG-Evaluierungs-Dashboard",ragEvalDashboardEmpty:"Keine Evaluierungsläufe verfügbar",ragEvalDashboardRuns:"Evaluierungsläufe",ragEvalDashboardSlices:"Evaluierungssegmente",ragEvalDashboardAllSlices:"Alle",ragEvalDashboardSliceUnavailable:"Für {slice} sind keine Evaluierungsläufe verfügbar.",knowledgeBaseSyncIdle:"Inaktiv",knowledgeBaseSyncSyncing:"Wird synchronisiert",knowledgeBaseSyncPaused:"Pausiert",knowledgeBaseSyncSynced:"Synchronisiert",knowledgeBaseSyncError:"Fehler",knowledgeBaseHealthHealthy:"Fehlerfrei",knowledgeBaseHealthDegraded:"Beeinträchtigt",knowledgeBaseHealthFailed:"Fehlgeschlagen",knowledgeBaseHealthUnknown:"Unbekannt",knowledgeBasePermissionOwner:"Eigentümer",knowledgeBasePermissionEditor:"Bearbeiter",knowledgeBasePermissionViewer:"Betrachter",knowledgeBasePermissionRestricted:"Eingeschränkt",knowledgeBaseNeverSynced:"Nie synchronisiert",knowledgeBaseSyncAction:"Jetzt synchronisieren",knowledgeBasePauseAction:"Synchronisierung pausieren",knowledgeBaseDeleteAction:"Quelle löschen",knowledgeBaseNameColumn:"Quelle",knowledgeBaseSyncColumn:"Synchronisierungsstatus",knowledgeBaseHealthColumn:"Indexierungszustand",knowledgeBasePermissionColumn:"Berechtigung",knowledgeBaseActionsColumn:"Aktionen",knowledgeBaseTotalSources:"Quellen",knowledgeBaseSyncedSources:"Synchronisiert",knowledgeBaseSyncingSources:"In Synchronisierung",knowledgeBaseNeedsAttention:"Benötigt Aufmerksamkeit",knowledgeBaseHeading:"Wissensdatenbank",knowledgeBaseCreateSource:"Quelle hinzufügen",knowledgeBaseEmptyHeading:"Noch keine Wissensquellen",ingestionStageQueued:"In Warteschlange",ingestionStageUploading:"Wird hochgeladen",ingestionStageExtracting:"Text wird extrahiert",ingestionStageChunking:"Wird in Abschnitte geteilt",ingestionStageEmbedding:"Wird eingebettet",ingestionStageIndexing:"Wird indexiert",ingestionStageDone:"Fertig",ingestionStageFailed:"Fehlgeschlagen",ingestionStageCancelled:"Abgebrochen",ingestionStageUnknown:"Unbekannte Phase",ingestionQueueLabel:"Erfassungs-Warteschlange",ingestionQueueEmpty:"Keine Dokumente in der Warteschlange",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Versuchen Sie einen anderen Suchbegriff oder andere Filter.",groundingSummaryEvidenceSpan:"Zeichen {start}–{end}",knowledgeBaseDocumentCount:"{count} indexiert",knowledgeBaseRowActionsLabel:"Aktionen für {name}",knowledgeBaseEmptyDescription:"Fügen Sie eine Quelle hinzu, um Inhalte zu indexieren.",ingestionChunkCount:{one:"{count} Abschnitt",other:"{count} Abschnitte"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} von {total} Abschnitten eingebettet",ingestionAttemptCount:"Versuch {count}",ingestionRetryWithContext:"{label} erneut versuchen",ingestionCancelWithContext:"{label} abbrechen",retrievalStageQueryRewrite:"Anfrage-Umschreibung",retrievalStageEmbed:"Einbettung",retrievalStageRetrieve:"Abruf",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"Belege zu {label}"};registerLyraLocale("de",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Keine Daten",jumpToLatest:"Zum Neuesten springen",loadMore:"Mehr laden",viewerSearchMatchCount:{one:"{count} Treffer",other:"{count} Treffer"},viewerSearchNoMatches:"Keine Treffer",viewerSearchActiveMatch:"Treffer {current} von {total}",tableLoadFailed:"Daten konnten nicht geladen werden",zoomOut:"Verkleinern",zoomIn:"Vergrößern",clear:"Löschen",open:"Öffnen",close:"Schließen",resizeValuePixels:"{value} Pixel",copy:"Kopieren",copied:"Kopiert!",expand:"Ausklappen",collapse:"Einklappen",showMoreCount:"{count} weitere anzeigen",showLess:"Weniger anzeigen",retry:"Erneut versuchen",remove:"Entfernen",removeWithContext:"{label} entfernen",loading:"Wird geladen…",noMatches:"Keine Treffer",previous:"Zurück",next:"Weiter",paginationLabel:"Seitennavigation",paginationSummary:"{start}–{end} von {total} {itemLabel}",cancel:"Abbrechen",search:"Suchen",items:"Elemente",item:"Element",notInCatalog:"nicht im Katalog",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"Zoom zurücksetzen",showMoreCollapsed:"+{count}",statusPending:"Ausstehend",statusRunning:"Läuft",statusSuccess:"Erfolgreich",statusError:"Fehler",statusDenied:"Abgelehnt",restore:"Wiederherstellen",navigation:"Navigation",attachmentUntitledFile:"Unbenannte Datei",chart:"Diagramm",chartValueLabel:"{label}: {value}",date:"Datum",dateInputMinMessage:"Das Datum muss am oder nach {min} liegen.",dateInputMaxMessage:"Das Datum muss am oder vor {max} liegen.",dateInputInvalid:"Bitte geben Sie ein gültiges Datum ein.",documentPreviewEmpty:"{type} nicht vorhanden.",documentPreviewTypeImage:"Bild",download:"Herunterladen",progress:"Fortschritt",popover:"Popover",details:"Details",map:"Karte",select:"Auswählen",sourceListDefaultLabel:"Quellen",thinkingPanelLabel:"Denkprozess",handoffToAgent:"An {agent} übergeben",handoffFromToAgent:"Von {from} an {to} übergeben",thinking:"Denkt nach…",deny:"Ablehnen",approve:"Genehmigen",fieldRequired:"Dieses Feld ist erforderlich.",unsupportedFieldType:"Nicht unterstützter Feldtyp „{type}“.",valueInvalid:"Der Wert ist ungültig.",copyFailed:"Kopieren fehlgeschlagen",durationMilliseconds:"{value} ms",durationSeconds:"{value} s",menuLabel:"Menü",pdfViewerCurrentZoom:"{percent} %",anchorJumped:"Zur hervorgehobenen Passage gesprungen.",anchorJumpedToPage:"Zu Seite {page} gesprungen.",anchorNotFound:"Die Passage wurde in diesem Dokument nicht gefunden.",highlightWithLabel:"Hervorhebung: {label}",tokensIn:"Eingabe-Token",tokensOut:"Ausgabe-Token",comparePanel:"Vergleich",treeNodeMoved:"{label} an Position {index} von {total} verschoben",gitStatusAdded:"Hinzugefügt",gitStatusModified:"Geändert",gitStatusDeleted:"Gelöscht",gitStatusRenamed:"Umbenannt",gitStatusUntracked:"Nicht verfolgt",gitStatusConflicted:"Konflikt",gitStatusIgnored:"Ignoriert",envListValueHidden:"Wert ausgeblendet",provenanceEntities:"Entitäten",flowItemAnnouncement:"{item} ({index} von {total})",neighborDirectionIn:"Eingehend",neighborDirectionOut:"Ausgehend",neighborDirectionBoth:"Bidirektional",promptStudioRoleSystem:"System",promptStudioRoleUser:"Benutzer",promptStudioRoleAssistant:"Assistent",moveUp:"Nach oben verschieben",moveDown:"Nach unten verschieben",reorderItemMoved:"An Position {index} von {total} verschoben"};registerLyraLocale("de",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Keine Daten",legendTypeShown:"{label} eingeblendet",legendTypeHidden:"{label} ausgeblendet",jumpToLatest:"Zum Neuesten springen",loadMore:"Mehr laden",viewerSearchMatchCount:{one:"{count} Treffer",other:"{count} Treffer"},viewerSearchNoMatches:"Keine Treffer",viewerSearchActiveMatch:"Treffer {current} von {total}",tableLoadFailed:"Daten konnten nicht geladen werden",zoomOut:"Verkleinern",zoomIn:"Vergrößern",clear:"Löschen",open:"Öffnen",close:"Schließen",resizeValuePixels:"{value} Pixel",copy:"Kopieren",copied:"Kopiert!",expand:"Ausklappen",collapse:"Einklappen",showMoreCount:"{count} weitere anzeigen",showLess:"Weniger anzeigen",retry:"Erneut versuchen",remove:"Entfernen",removeWithContext:"{label} entfernen",loading:"Wird geladen…",noMatches:"Keine Treffer",previous:"Zurück",next:"Weiter",paginationLabel:"Seitennavigation",paginationSummary:"{start}–{end} von {total} {itemLabel}",cancel:"Abbrechen",search:"Suchen",items:"Elemente",item:"Element",notInCatalog:"nicht im Katalog",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"Zoom zurücksetzen",showMoreCollapsed:"+{count}",statusPending:"Ausstehend",statusRunning:"Läuft",statusSuccess:"Erfolgreich",statusError:"Fehler",statusDenied:"Abgelehnt",restore:"Wiederherstellen",navigation:"Navigation",attachmentUntitledFile:"Unbenannte Datei",chart:"Diagramm",chartValueLabel:"{label}: {value}",date:"Datum",dateInputMinMessage:"Das Datum muss am oder nach {min} liegen.",dateInputMaxMessage:"Das Datum muss am oder vor {max} liegen.",dateInputInvalid:"Bitte geben Sie ein gültiges Datum ein.",documentPreviewEmpty:"{type} nicht vorhanden.",documentPreviewTypeImage:"Bild",download:"Herunterladen",progress:"Fortschritt",popover:"Popover",details:"Details",map:"Karte",select:"Auswählen",sourceListDefaultLabel:"Quellen",thinkingPanelLabel:"Denkprozess",handoffToAgent:"An {agent} übergeben",handoffFromToAgent:"Von {from} an {to} übergeben",thinking:"Denkt nach…",deny:"Ablehnen",approve:"Genehmigen",fieldRequired:"Dieses Feld ist erforderlich.",unsupportedFieldType:"Nicht unterstützter Feldtyp „{type}“.",valueInvalid:"Der Wert ist ungültig.",copyFailed:"Kopieren fehlgeschlagen",durationMilliseconds:"{value} ms",durationSeconds:"{value} s",menuLabel:"Menü",pdfViewerCurrentZoom:"{percent} %",anchorJumped:"Zur hervorgehobenen Passage gesprungen.",anchorJumpedToPage:"Zu Seite {page} gesprungen.",anchorNotFound:"Die Passage wurde in diesem Dokument nicht gefunden.",highlightWithLabel:"Hervorhebung: {label}",tokensIn:"Eingabe-Token",tokensOut:"Ausgabe-Token",comparePanel:"Vergleich",treeNodeMoved:"{label} an Position {index} von {total} verschoben",gitStatusAdded:"Hinzugefügt",gitStatusModified:"Geändert",gitStatusDeleted:"Gelöscht",gitStatusRenamed:"Umbenannt",gitStatusUntracked:"Nicht verfolgt",gitStatusConflicted:"Konflikt",gitStatusIgnored:"Ignoriert",envListValueHidden:"Wert ausgeblendet",provenanceEntities:"Entitäten",flowItemAnnouncement:"{item} ({index} von {total})",neighborDirectionIn:"Eingehend",neighborDirectionOut:"Ausgehend",neighborDirectionBoth:"Bidirektional",promptStudioRoleSystem:"System",promptStudioRoleUser:"Benutzer",promptStudioRoleAssistant:"Assistent",moveUp:"Nach oben verschieben",moveDown:"Nach unten verschieben",reorderItemMoved:"An Position {index} von {total} verschoben"};registerLyraLocale("de",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Leyenda del grafo",legendTypeShown:"{label} se muestra",legendTypeHidden:"{label} se oculta",entityChipWithType:"{label}, {type}",showMore:"Mostrar más",untitledSource:"Fuente sin título",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Confianza alta",citationMediumConfidence:"Confianza media",citationLowConfidence:"Confianza baja",citationVerified:"Verificada",citationUnverified:"Sin verificar",graphDataList:"Datos del grafo",graphItemAnnouncement:"{item} ({index} de {total})",citation:"Cita {index}",citationWithStatus:"Cita {index}, {status}",citationWithCustomLabel:"Cita {index}, {label}",graphNode:"Nodo {label}",graphLink:"Enlace de {source} a {target}",graphDiagram:"Diagrama de nodos y enlaces con {nodeCount} nodos y {linkCount} enlaces",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, se puede expandir",graphNodeFocused:"Centrado en {label}",graphSelectionCount:"{count} seleccionados",graphNodesHidden:"{hidden} de {total} nodos ocultos",graphCommunity:"Comunidad {label}, {count} nodos",ragAnswerLabel:"Respuesta fundamentada",ragAnswerCitations:"Citas",ragAnswerSources:"Fuentes",ragAnswerRetry:"Reintentar la respuesta",embeddingExplorerLabel:"Explorador de embeddings",embeddingExplorerEmpty:"No hay puntos de embedding",embeddingExplorerPoint:"{label}, punto de embedding {index}",knowledgeBaseAdminLabel:"Administración de la base de conocimiento",knowledgeBaseAdminSourcesTab:"Fuentes",knowledgeBaseAdminIngestionTab:"Ingesta",graphMissingLibrary:'Este componente necesita el paquete opcional "d3" instalado para representar el grafo.',mindMapLabel:"Mapa mental",mindMapTopicStatus:"{label}, nivel {level}, {count} subtemas",mindMapLeafStatus:"{label}, nivel {level}",mindMapExpanded:"{label} se ha expandido",mindMapCollapsed:"{label} se ha contraído",entityDegree:"Conexiones",entityCommunity:"Comunidad",focusInGraph:"Centrar en el grafo",untitledEntity:"Entidad sin título",untitledCommunity:"Comunidad sin título",communityMemberCount:"{count} miembros",communityDrillIn:"Explorar la comunidad",selectAllSources:"Seleccionar todas las fuentes",sourcePickerSelection:"{selected} de {total} seleccionadas",provenancePanelLabel:"Fundamentación",provenanceRelationships:"Relaciones",provenanceCommunities:"Comunidades",provenanceChunks:"Fragmentos de texto",provenanceEmpty:"No hay datos de fundamentación para esta respuesta",chunkInspectorLabel:"Fragmentos recuperados",chunkScore:"Relevancia {percent}%",scoreTierHigh:"Relevancia alta",scoreTierMedium:"Relevancia media",scoreTierLow:"Relevancia baja",chunkInspectorEmpty:"No se ha recuperado ningún fragmento",nodePaletteLabel:"Paleta de nodos",nodePalettePlaceholder:"Buscar nodos…",nodePaletteEmpty:"No hay nodos que coincidan.",nodePaletteDragHint:"Arrastrar al lienzo o pulsar Intro para colocarlo",nodePaletteResultCount:{one:"{count} elemento",many:"{count} de elementos",other:"{count} elementos"},retrievalResultsSelectRow:"Seleccionar {label}",pathStripLabel:"Ruta",pathNodeStatus:"{label}, nodo {position} de {total}",pathRelationStatus:"{relation}, relación",neighborListLabel:"Relaciones",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Expandir {label} en el grafo",neighborListEmpty:"No hay relaciones",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Memoria",memoryPanelShortTermHeading:"Contexto a corto plazo",memoryPanelLongTermHeading:"Recuerdos a largo plazo",memoryPanelAdd:"Añadir a la memoria a largo plazo",memoryPanelAddWithContext:'Añadir "{label}" a la memoria a largo plazo',memoryPanelForgetAll:"Olvidar todo",memoryPanelConfirmAddHeading:"¿Añadir esto a la memoria a largo plazo?",memoryPanelConfirmRemoveHeading:"¿Quitar este elemento?",memoryPanelConfirmForgetHeading:"¿Olvidar todos los recuerdos a largo plazo?",memoryPanelConfirmForgetBody:"Esto olvida de forma permanente los {count} recuerdos a largo plazo.",graphExplorerLabel:"Explorador del grafo de conocimiento",graphExplorerSearchPlaceholder:"Buscar entidades…",graphExplorerSearchResultsLabel:"Resultados de la búsqueda",graphExplorerPin:"Anclar",graphExplorerUnpin:"Desanclar",graphExplorerPinned:"{label} se ha anclado",graphExplorerUnpinned:"{label} se ha desanclado",graphExplorerPinnedHeading:"Anclados",graphExplorerFindPath:"Buscar una ruta",retrievalModeVector:"Vectorial",retrievalModeKeyword:"Palabras clave",retrievalModeHybrid:"Híbrida",retrievalSearchLabel:"Búsqueda de recuperación",retrievalModeLabel:"Modo de búsqueda",retrievalFiltersLabel:"Filtros activos",groundingSummaryLabel:"Resumen de la fundamentación",groundingSummaryEmpty:"No hay ninguna evaluación de fundamentación disponible",groundingSummarySupportedLabel:"Afirmaciones respaldadas",groundingSummaryUnsupportedLabel:"Afirmaciones sin respaldo",groundingSummaryCoverageLabel:"Cobertura de citas",groundingSummaryConfidenceLabel:"Confianza",groundingSummaryWarningsHeading:"Advertencias",groundingSummaryEvidenceHeading:"Evidencias",claimEvidenceLabel:"Evidencias de la afirmación",claimEvidenceEmpty:"No hay evidencias por afirmación disponibles",claimEvidenceSupported:"Respaldada",claimEvidencePartiallySupported:"Parcialmente respaldada",claimEvidenceUnsupported:"Sin respaldo",claimEvidenceContradicted:"Contradicha",claimEvidenceConfidence:"{percent} de confianza",retrievalCompareLabel:"Comparación de recuperaciones",retrievalCompareEmpty:"No hay conjuntos de resultados que comparar",retrievalCompareOverlap:"Solapamiento de los k primeros entre {left} y {right}: {percent}",retrievalCompareRank:"Posición {rank}",retrievalCompareDenseScore:"Densa",retrievalCompareSparseScore:"Dispersa",retrievalCompareRerankScore:"Reordenación",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"Panel de evaluación de RAG",ragEvalDashboardEmpty:"No hay ejecuciones de evaluación disponibles",ragEvalDashboardRuns:"Ejecuciones de evaluación",ragEvalDashboardSlices:"Segmentos de evaluación",ragEvalDashboardAllSlices:"Todos",ragEvalDashboardSliceUnavailable:"No hay ejecuciones de evaluación disponibles para {slice}.",knowledgeBaseSyncIdle:"Inactivo",knowledgeBaseSyncSyncing:"Sincronizando",knowledgeBaseSyncPaused:"En pausa",knowledgeBaseSyncSynced:"Sincronizado",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Correcto",knowledgeBaseHealthDegraded:"Degradado",knowledgeBaseHealthFailed:"Fallido",knowledgeBaseHealthUnknown:"Desconocido",knowledgeBasePermissionOwner:"Propietario",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Lector",knowledgeBasePermissionRestricted:"Restringido",knowledgeBaseNeverSynced:"Nunca sincronizado",knowledgeBaseSyncAction:"Sincronizar ahora",knowledgeBasePauseAction:"Pausar la sincronización",knowledgeBaseDeleteAction:"Eliminar la fuente",knowledgeBaseNameColumn:"Fuente",knowledgeBaseSyncColumn:"Estado de sincronización",knowledgeBaseHealthColumn:"Estado de la indexación",knowledgeBasePermissionColumn:"Permiso",knowledgeBaseActionsColumn:"Acciones",knowledgeBaseTotalSources:"Fuentes",knowledgeBaseSyncedSources:"Sincronizadas",knowledgeBaseSyncingSources:"Sincronizando",knowledgeBaseNeedsAttention:"Requieren atención",knowledgeBaseHeading:"Base de conocimiento",knowledgeBaseCreateSource:"Añadir una fuente",knowledgeBaseEmptyHeading:"Todavía no hay fuentes de conocimiento",ingestionStageQueued:"En cola",ingestionStageUploading:"Subiendo",ingestionStageExtracting:"Extrayendo el texto",ingestionStageChunking:"Fragmentando",ingestionStageEmbedding:"Generando embeddings",ingestionStageIndexing:"Indexando",ingestionStageDone:"Completado",ingestionStageFailed:"Fallido",ingestionStageCancelled:"Cancelado",ingestionStageUnknown:"Etapa desconocida",ingestionQueueLabel:"Cola de ingesta",ingestionQueueEmpty:"No hay documentos en cola",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Pruebe con otro término de búsqueda u otros filtros.",groundingSummaryEvidenceSpan:"Caracteres {start}–{end}",knowledgeBaseDocumentCount:"{count} indexados",knowledgeBaseRowActionsLabel:"Acciones de {name}",knowledgeBaseEmptyDescription:"Añada una fuente para empezar a indexar contenido.",ingestionChunkCount:{one:"{count} fragmento",many:"{count} de fragmentos",other:"{count} fragmentos"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} de {total} fragmentos con embedding",ingestionAttemptCount:"Intento {count}",ingestionRetryWithContext:"Reintentar {label}",ingestionCancelWithContext:"Cancelar {label}",retrievalStageQueryRewrite:"Reescritura de la consulta",retrievalStageEmbed:"Embedding",retrievalStageRetrieve:"Recuperación",retrievalStageRerank:"Reordenación",retrievalStageFilter:"Filtrado",retrievalTraceEvidenceToggle:"Evidencias de {label}"};registerLyraLocale("es",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Leyenda del grafo",entityChipWithType:"{label}, {type}",showMore:"Mostrar más",untitledSource:"Fuente sin título",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Confianza alta",citationMediumConfidence:"Confianza media",citationLowConfidence:"Confianza baja",citationVerified:"Verificada",citationUnverified:"Sin verificar",graphDataList:"Datos del grafo",graphItemAnnouncement:"{item} ({index} de {total})",citation:"Cita {index}",citationWithStatus:"Cita {index}, {status}",citationWithCustomLabel:"Cita {index}, {label}",graphNode:"Nodo {label}",graphLink:"Enlace de {source} a {target}",graphDiagram:"Diagrama de nodos y enlaces con {nodeCount} nodos y {linkCount} enlaces",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, se puede expandir",graphNodeFocused:"Centrado en {label}",graphSelectionCount:"{count} seleccionados",graphNodesHidden:"{hidden} de {total} nodos ocultos",graphCommunity:"Comunidad {label}, {count} nodos",ragAnswerLabel:"Respuesta fundamentada",ragAnswerCitations:"Citas",ragAnswerSources:"Fuentes",ragAnswerRetry:"Reintentar la respuesta",embeddingExplorerLabel:"Explorador de embeddings",embeddingExplorerEmpty:"No hay puntos de embedding",embeddingExplorerPoint:"{label}, punto de embedding {index}",knowledgeBaseAdminLabel:"Administración de la base de conocimiento",knowledgeBaseAdminSourcesTab:"Fuentes",knowledgeBaseAdminIngestionTab:"Ingesta",graphMissingLibrary:'Este componente necesita el paquete opcional "d3" instalado para representar el grafo.',mindMapLabel:"Mapa mental",mindMapTopicStatus:"{label}, nivel {level}, {count} subtemas",mindMapLeafStatus:"{label}, nivel {level}",mindMapExpanded:"{label} se ha expandido",mindMapCollapsed:"{label} se ha contraído",entityDegree:"Conexiones",entityCommunity:"Comunidad",focusInGraph:"Centrar en el grafo",untitledEntity:"Entidad sin título",untitledCommunity:"Comunidad sin título",communityMemberCount:"{count} miembros",communityDrillIn:"Explorar la comunidad",selectAllSources:"Seleccionar todas las fuentes",sourcePickerSelection:"{selected} de {total} seleccionadas",provenancePanelLabel:"Fundamentación",provenanceRelationships:"Relaciones",provenanceCommunities:"Comunidades",provenanceChunks:"Fragmentos de texto",provenanceEmpty:"No hay datos de fundamentación para esta respuesta",chunkInspectorLabel:"Fragmentos recuperados",chunkScore:"Relevancia {percent}%",scoreTierHigh:"Relevancia alta",scoreTierMedium:"Relevancia media",scoreTierLow:"Relevancia baja",chunkInspectorEmpty:"No se ha recuperado ningún fragmento",nodePaletteLabel:"Paleta de nodos",nodePalettePlaceholder:"Buscar nodos…",nodePaletteEmpty:"No hay nodos que coincidan.",nodePaletteDragHint:"Arrastrar al lienzo o pulsar Intro para colocarlo",nodePaletteResultCount:{one:"{count} elemento",many:"{count} de elementos",other:"{count} elementos"},retrievalResultsSelectRow:"Seleccionar {label}",pathStripLabel:"Ruta",pathNodeStatus:"{label}, nodo {position} de {total}",pathRelationStatus:"{relation}, relación",neighborListLabel:"Relaciones",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Expandir {label} en el grafo",neighborListEmpty:"No hay relaciones",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Memoria",memoryPanelShortTermHeading:"Contexto a corto plazo",memoryPanelLongTermHeading:"Recuerdos a largo plazo",memoryPanelAdd:"Añadir a la memoria a largo plazo",memoryPanelAddWithContext:'Añadir "{label}" a la memoria a largo plazo',memoryPanelForgetAll:"Olvidar todo",memoryPanelConfirmAddHeading:"¿Añadir esto a la memoria a largo plazo?",memoryPanelConfirmRemoveHeading:"¿Quitar este elemento?",memoryPanelConfirmForgetHeading:"¿Olvidar todos los recuerdos a largo plazo?",memoryPanelConfirmForgetBody:"Esto olvida de forma permanente los {count} recuerdos a largo plazo.",graphExplorerLabel:"Explorador del grafo de conocimiento",graphExplorerSearchPlaceholder:"Buscar entidades…",graphExplorerSearchResultsLabel:"Resultados de la búsqueda",graphExplorerPin:"Anclar",graphExplorerUnpin:"Desanclar",graphExplorerPinned:"{label} se ha anclado",graphExplorerUnpinned:"{label} se ha desanclado",graphExplorerPinnedHeading:"Anclados",graphExplorerFindPath:"Buscar una ruta",retrievalModeVector:"Vectorial",retrievalModeKeyword:"Palabras clave",retrievalModeHybrid:"Híbrida",retrievalSearchLabel:"Búsqueda de recuperación",retrievalModeLabel:"Modo de búsqueda",retrievalFiltersLabel:"Filtros activos",groundingSummaryLabel:"Resumen de la fundamentación",groundingSummaryEmpty:"No hay ninguna evaluación de fundamentación disponible",groundingSummarySupportedLabel:"Afirmaciones respaldadas",groundingSummaryUnsupportedLabel:"Afirmaciones sin respaldo",groundingSummaryCoverageLabel:"Cobertura de citas",groundingSummaryConfidenceLabel:"Confianza",groundingSummaryWarningsHeading:"Advertencias",groundingSummaryEvidenceHeading:"Evidencias",claimEvidenceLabel:"Evidencias de la afirmación",claimEvidenceEmpty:"No hay evidencias por afirmación disponibles",claimEvidenceSupported:"Respaldada",claimEvidencePartiallySupported:"Parcialmente respaldada",claimEvidenceUnsupported:"Sin respaldo",claimEvidenceContradicted:"Contradicha",claimEvidenceConfidence:"{percent} de confianza",retrievalCompareLabel:"Comparación de recuperaciones",retrievalCompareEmpty:"No hay conjuntos de resultados que comparar",retrievalCompareOverlap:"Solapamiento de los k primeros entre {left} y {right}: {percent}",retrievalCompareRank:"Posición {rank}",retrievalCompareDenseScore:"Densa",retrievalCompareSparseScore:"Dispersa",retrievalCompareRerankScore:"Reordenación",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"Panel de evaluación de RAG",ragEvalDashboardEmpty:"No hay ejecuciones de evaluación disponibles",ragEvalDashboardRuns:"Ejecuciones de evaluación",ragEvalDashboardSlices:"Segmentos de evaluación",ragEvalDashboardAllSlices:"Todos",ragEvalDashboardSliceUnavailable:"No hay ejecuciones de evaluación disponibles para {slice}.",knowledgeBaseSyncIdle:"Inactivo",knowledgeBaseSyncSyncing:"Sincronizando",knowledgeBaseSyncPaused:"En pausa",knowledgeBaseSyncSynced:"Sincronizado",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Correcto",knowledgeBaseHealthDegraded:"Degradado",knowledgeBaseHealthFailed:"Fallido",knowledgeBaseHealthUnknown:"Desconocido",knowledgeBasePermissionOwner:"Propietario",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Lector",knowledgeBasePermissionRestricted:"Restringido",knowledgeBaseNeverSynced:"Nunca sincronizado",knowledgeBaseSyncAction:"Sincronizar ahora",knowledgeBasePauseAction:"Pausar la sincronización",knowledgeBaseDeleteAction:"Eliminar la fuente",knowledgeBaseNameColumn:"Fuente",knowledgeBaseSyncColumn:"Estado de sincronización",knowledgeBaseHealthColumn:"Estado de la indexación",knowledgeBasePermissionColumn:"Permiso",knowledgeBaseActionsColumn:"Acciones",knowledgeBaseTotalSources:"Fuentes",knowledgeBaseSyncedSources:"Sincronizadas",knowledgeBaseSyncingSources:"Sincronizando",knowledgeBaseNeedsAttention:"Requieren atención",knowledgeBaseHeading:"Base de conocimiento",knowledgeBaseCreateSource:"Añadir una fuente",knowledgeBaseEmptyHeading:"Todavía no hay fuentes de conocimiento",ingestionStageQueued:"En cola",ingestionStageUploading:"Subiendo",ingestionStageExtracting:"Extrayendo el texto",ingestionStageChunking:"Fragmentando",ingestionStageEmbedding:"Generando embeddings",ingestionStageIndexing:"Indexando",ingestionStageDone:"Completado",ingestionStageFailed:"Fallido",ingestionStageCancelled:"Cancelado",ingestionStageUnknown:"Etapa desconocida",ingestionQueueLabel:"Cola de ingesta",ingestionQueueEmpty:"No hay documentos en cola",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Pruebe con otro término de búsqueda u otros filtros.",groundingSummaryEvidenceSpan:"Caracteres {start}–{end}",knowledgeBaseDocumentCount:"{count} indexados",knowledgeBaseRowActionsLabel:"Acciones de {name}",knowledgeBaseEmptyDescription:"Añada una fuente para empezar a indexar contenido.",ingestionChunkCount:{one:"{count} fragmento",many:"{count} de fragmentos",other:"{count} fragmentos"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} de {total} fragmentos con embedding",ingestionAttemptCount:"Intento {count}",ingestionRetryWithContext:"Reintentar {label}",ingestionCancelWithContext:"Cancelar {label}",retrievalStageQueryRewrite:"Reescritura de la consulta",retrievalStageEmbed:"Embedding",retrievalStageRetrieve:"Recuperación",retrievalStageRerank:"Reordenación",retrievalStageFilter:"Filtrado",retrievalTraceEvidenceToggle:"Evidencias de {label}"};registerLyraLocale("es",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Sin datos",jumpToLatest:"Ir a lo más reciente",loadMore:"Cargar más",viewerSearchMatchCount:{one:"{count} coincidencia",many:"{count} de coincidencias",other:"{count} coincidencias"},viewerSearchNoMatches:"Sin coincidencias",viewerSearchActiveMatch:"Coincidencia {current} de {total}",tableLoadFailed:"No se pudieron cargar los datos",zoomOut:"Alejar",zoomIn:"Acercar",clear:"Borrar",open:"Abrir",close:"Cerrar",resizeValuePixels:"{value} píxeles",copy:"Copiar",copied:"¡Copiado!",expand:"Expandir",collapse:"Contraer",showMoreCount:"Mostrar {count} más",showLess:"Mostrar menos",retry:"Reintentar",remove:"Quitar",removeWithContext:"Quitar {label}",loading:"Cargando…",noMatches:"Sin coincidencias",previous:"Anterior",next:"Siguiente",paginationLabel:"Paginación",paginationSummary:"{start}–{end} de {total} {itemLabel}",cancel:"Cancelar",search:"Buscar",items:"elementos",item:"elemento",notInCatalog:"no está en el catálogo",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"Restablecer el zoom",showMoreCollapsed:"+{count}",statusPending:"Pendiente",statusRunning:"En ejecución",statusSuccess:"Correcto",statusError:"Error",statusDenied:"Denegado",restore:"Restaurar",navigation:"Navegación",attachmentUntitledFile:"Archivo sin título",chart:"Gráfico",chartValueLabel:"{label}: {value}",date:"Fecha",dateInputMinMessage:"La fecha debe ser igual o posterior a {min}.",dateInputMaxMessage:"La fecha debe ser igual o anterior a {max}.",dateInputInvalid:"Introduzca una fecha válida.",documentPreviewEmpty:"No hay {type} que mostrar.",documentPreviewTypeImage:"imagen",download:"Descargar",progress:"Progreso",popover:"Elemento emergente",details:"Detalles",map:"Mapa",select:"Seleccionar",sourceListDefaultLabel:"Fuentes",thinkingPanelLabel:"Razonamiento",handoffToAgent:"Transferido a {agent}",handoffFromToAgent:"Transferido de {from} a {to}",thinking:"Razonando…",deny:"Denegar",approve:"Aprobar",fieldRequired:"Este campo es obligatorio.",unsupportedFieldType:'Tipo de campo no admitido: "{type}".',valueInvalid:"El valor no es válido.",copyFailed:"Error al copiar",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",menuLabel:"Menú",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"Se ha saltado al pasaje resaltado.",anchorJumpedToPage:"Se ha saltado a la página {page}.",anchorNotFound:"No se ha encontrado el pasaje en este documento.",highlightWithLabel:"Resaltado: {label}",tokensIn:"Tokens de entrada",tokensOut:"Tokens de salida",comparePanel:"Comparación",treeNodeMoved:"{label} se ha movido a la posición {index} de {total}",gitStatusAdded:"Añadido",gitStatusModified:"Modificado",gitStatusDeleted:"Eliminado",gitStatusRenamed:"Renombrado",gitStatusUntracked:"Sin seguimiento",gitStatusConflicted:"En conflicto",gitStatusIgnored:"Ignorado",envListValueHidden:"Valor oculto",provenanceEntities:"Entidades",flowItemAnnouncement:"{item} ({index} de {total})",neighborDirectionIn:"Entrante",neighborDirectionOut:"Saliente",neighborDirectionBoth:"Bidireccional",promptStudioRoleSystem:"Sistema",promptStudioRoleUser:"Usuario",promptStudioRoleAssistant:"Asistente",moveUp:"Subir",moveDown:"Bajar",reorderItemMoved:"Se ha movido a la posición {index} de {total}"};registerLyraLocale("es",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Sin datos",legendTypeShown:"{label} se muestra",legendTypeHidden:"{label} se oculta",jumpToLatest:"Ir a lo más reciente",loadMore:"Cargar más",viewerSearchMatchCount:{one:"{count} coincidencia",many:"{count} de coincidencias",other:"{count} coincidencias"},viewerSearchNoMatches:"Sin coincidencias",viewerSearchActiveMatch:"Coincidencia {current} de {total}",tableLoadFailed:"No se pudieron cargar los datos",zoomOut:"Alejar",zoomIn:"Acercar",clear:"Borrar",open:"Abrir",close:"Cerrar",resizeValuePixels:"{value} píxeles",copy:"Copiar",copied:"¡Copiado!",expand:"Expandir",collapse:"Contraer",showMoreCount:"Mostrar {count} más",showLess:"Mostrar menos",retry:"Reintentar",remove:"Quitar",removeWithContext:"Quitar {label}",loading:"Cargando…",noMatches:"Sin coincidencias",previous:"Anterior",next:"Siguiente",paginationLabel:"Paginación",paginationSummary:"{start}–{end} de {total} {itemLabel}",cancel:"Cancelar",search:"Buscar",items:"elementos",item:"elemento",notInCatalog:"no está en el catálogo",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"Restablecer el zoom",showMoreCollapsed:"+{count}",statusPending:"Pendiente",statusRunning:"En ejecución",statusSuccess:"Correcto",statusError:"Error",statusDenied:"Denegado",restore:"Restaurar",navigation:"Navegación",attachmentUntitledFile:"Archivo sin título",chart:"Gráfico",chartValueLabel:"{label}: {value}",date:"Fecha",dateInputMinMessage:"La fecha debe ser igual o posterior a {min}.",dateInputMaxMessage:"La fecha debe ser igual o anterior a {max}.",dateInputInvalid:"Introduzca una fecha válida.",documentPreviewEmpty:"No hay {type} que mostrar.",documentPreviewTypeImage:"imagen",download:"Descargar",progress:"Progreso",popover:"Elemento emergente",details:"Detalles",map:"Mapa",select:"Seleccionar",sourceListDefaultLabel:"Fuentes",thinkingPanelLabel:"Razonamiento",handoffToAgent:"Transferido a {agent}",handoffFromToAgent:"Transferido de {from} a {to}",thinking:"Razonando…",deny:"Denegar",approve:"Aprobar",fieldRequired:"Este campo es obligatorio.",unsupportedFieldType:'Tipo de campo no admitido: "{type}".',valueInvalid:"El valor no es válido.",copyFailed:"Error al copiar",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",menuLabel:"Menú",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"Se ha saltado al pasaje resaltado.",anchorJumpedToPage:"Se ha saltado a la página {page}.",anchorNotFound:"No se ha encontrado el pasaje en este documento.",highlightWithLabel:"Resaltado: {label}",tokensIn:"Tokens de entrada",tokensOut:"Tokens de salida",comparePanel:"Comparación",treeNodeMoved:"{label} se ha movido a la posición {index} de {total}",gitStatusAdded:"Añadido",gitStatusModified:"Modificado",gitStatusDeleted:"Eliminado",gitStatusRenamed:"Renombrado",gitStatusUntracked:"Sin seguimiento",gitStatusConflicted:"En conflicto",gitStatusIgnored:"Ignorado",envListValueHidden:"Valor oculto",provenanceEntities:"Entidades",flowItemAnnouncement:"{item} ({index} de {total})",neighborDirectionIn:"Entrante",neighborDirectionOut:"Saliente",neighborDirectionBoth:"Bidireccional",promptStudioRoleSystem:"Sistema",promptStudioRoleUser:"Usuario",promptStudioRoleAssistant:"Asistente",moveUp:"Subir",moveDown:"Bajar",reorderItemMoved:"Se ha movido a la posición {index} de {total}"};registerLyraLocale("es",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"راهنمای نمودار",legendTypeShown:"{label} نشان داده شده است",legendTypeHidden:"{label} پنهان است",entityChipWithType:"{label}، {type}",showMore:"نمایش بیشتر",untitledSource:"منبع بدون عنوان",sourcePageSuffix:"{base} - ص. {page}",citationHighConfidence:"اطمینان بالا",citationMediumConfidence:"اطمینان متوسط",citationLowConfidence:"اطمینان پایین",citationVerified:"تأییدشده",citationUnverified:"تأییدنشده",graphDataList:"داده‌های نمودار",graphItemAnnouncement:"{item} ({index} از {total})",citation:"استناد {index}",citationWithStatus:"استناد {index}، {status}",citationWithCustomLabel:"استناد {index}، {label}",graphNode:"گره {label}",graphLink:"پیوند از {source} به {target}",graphDiagram:"نمودار گره و پیوند با {nodeCount} گره و {linkCount} پیوند",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}، قابل گسترش",graphNodeFocused:"روی {label} در مرکز قرار گرفت",graphSelectionCount:"{count} مورد انتخاب شده است",graphNodesHidden:"{hidden} گره از {total} گره پنهان است",graphCommunity:"انجمن {label}، {count} گره",ragAnswerLabel:"پاسخ مستدل",ragAnswerCitations:"استنادها",ragAnswerSources:"منابع",ragAnswerRetry:"تلاش دوباره برای پاسخ",embeddingExplorerLabel:"کاوشگر تعبیه‌ها",embeddingExplorerEmpty:"هیچ نقطهٔ تعبیه‌ای وجود ندارد",embeddingExplorerPoint:"{label}، نقطهٔ تعبیهٔ {index}",knowledgeBaseAdminLabel:"مدیریت پایگاه دانش",knowledgeBaseAdminSourcesTab:"منابع",knowledgeBaseAdminIngestionTab:"ورود داده",graphMissingLibrary:"برای نمایش گراف، باید بستهٔ اختیاری «d3» را نصب کنید.",mindMapLabel:"نقشهٔ ذهنی",mindMapTopicStatus:"{label}، سطح {level}، {count} زیرموضوع",mindMapLeafStatus:"{label}، سطح {level}",mindMapExpanded:"{label} گسترش یافت",mindMapCollapsed:"{label} جمع شد",entityDegree:"اتصالات",entityCommunity:"جامعه",focusInGraph:"تمرکز در نمودار",untitledEntity:"موجودیت بدون عنوان",untitledCommunity:"انجمن بدون عنوان",communityMemberCount:"{count} عضو",communityDrillIn:"کاوش انجمن",selectAllSources:"همه منابع را انتخاب کنید",sourcePickerSelection:"{selected} از {total} انتخاب شده است",provenancePanelLabel:"پشتوانه‌سازی",provenanceRelationships:"روابط",provenanceCommunities:"جوامع",provenanceChunks:"قطعه‌های متن",provenanceEmpty:"برای این پاسخ داده‌ای دربارهٔ پشتوانه‌سازی وجود ندارد",chunkInspectorLabel:"قطعه‌های بازیابی‌شده",chunkScore:"میزان ارتباط {percent}٪",scoreTierHigh:"ارتباط زیاد",scoreTierMedium:"ارتباط متوسط",scoreTierLow:"ارتباط کم",chunkInspectorEmpty:"هیچ قطعه‌ای بازیابی نشد",nodePaletteLabel:"پالت گره",nodePalettePlaceholder:"جست‌وجوی گره‌ها…",nodePaletteEmpty:"هیچ گره منطبقی وجود ندارد.",nodePaletteDragHint:"روی بوم بکشید یا Enter را برای قرار دادن فشار دهید",nodePaletteResultCount:{one:"{count} مورد",other:"{count} مورد"},retrievalResultsSelectRow:"{label} را انتخاب کنید",pathStripLabel:"مسیر",pathNodeStatus:"{label}، گره {position} از {total}",pathRelationStatus:"{relation}، رابطه",neighborListLabel:"روابط",neighborRowLabel:"{label}، {relation}، {direction}",neighborExpand:"گسترش {label} در گراف",neighborListEmpty:"رابطه‌ای وجود ندارد",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"حافظه",memoryPanelShortTermHeading:"زمینهٔ کوتاه‌مدت",memoryPanelLongTermHeading:"خاطره‌های بلندمدت",memoryPanelAdd:"افزودن به حافظهٔ بلندمدت",memoryPanelAddWithContext:"افزودن «{label}» به حافظهٔ بلندمدت",memoryPanelForgetAll:"فراموش کردن همه",memoryPanelConfirmAddHeading:"این مورد به حافظهٔ بلندمدت افزوده شود؟",memoryPanelConfirmRemoveHeading:"این مورد حذف شود؟",memoryPanelConfirmForgetHeading:"همهٔ خاطره‌های بلندمدت فراموش شوند؟",memoryPanelConfirmForgetBody:"با این کار، همهٔ {count} خاطرهٔ بلندمدت برای همیشه فراموش می‌شوند.",graphExplorerLabel:"کاوشگر گراف دانش",graphExplorerSearchPlaceholder:"جست‌وجوی موجودیت‌ها…",graphExplorerSearchResultsLabel:"نتایج جست‌وجو",graphExplorerPin:"سنجاق",graphExplorerUnpin:"برداشتن سنجاق",graphExplorerPinned:"{label} سنجاق شد",graphExplorerUnpinned:"سنجاق {label} برداشته شد",graphExplorerPinnedHeading:"سنجاق‌شده",graphExplorerFindPath:"یافتن مسیر",retrievalModeVector:"بردار",retrievalModeKeyword:"کلمهٔ کلیدی",retrievalModeHybrid:"ترکیبی",retrievalSearchLabel:"جست‌وجوی بازیابی",retrievalModeLabel:"حالت جست‌وجو",retrievalFiltersLabel:"فیلترهای فعال",groundingSummaryLabel:"خلاصهٔ پشتوانه‌سازی",groundingSummaryEmpty:"ارزیابی پشتوانه‌سازی در دسترس نیست",groundingSummarySupportedLabel:"ادعاهای دارای پشتوانه",groundingSummaryUnsupportedLabel:"ادعاهای بدون پشتوانه",groundingSummaryCoverageLabel:"پوشش استنادی",groundingSummaryConfidenceLabel:"اطمینان",groundingSummaryWarningsHeading:"هشدارها",groundingSummaryEvidenceHeading:"شواهد",claimEvidenceLabel:"شواهد ادعا",claimEvidenceEmpty:"هیچ شاهدی در سطح ادعا در دسترس نیست",claimEvidenceSupported:"دارای پشتوانه",claimEvidencePartiallySupported:"تا حدی دارای پشتوانه",claimEvidenceUnsupported:"بدون پشتوانه",claimEvidenceContradicted:"نقض‌شده",claimEvidenceConfidence:"اطمینان {percent}",retrievalCompareLabel:"مقایسهٔ بازیابی",retrievalCompareEmpty:"هیچ مجموعه‌ای از نتایج بازیابی برای مقایسه وجود ندارد",retrievalCompareOverlap:"هم‌پوشانی Top-k بین {left} و {right}: {percent}",retrievalCompareRank:"رتبه {rank}",retrievalCompareDenseScore:"چگال",retrievalCompareSparseScore:"پراکنده",retrievalCompareRerankScore:"رتبه‌بندی مجدد",retrievalCompareFinalScore:"نهایی",ragEvalDashboardLabel:"داشبورد ارزیابی RAG",ragEvalDashboardEmpty:"هیچ اجرای ارزیابی در دسترس نیست",ragEvalDashboardRuns:"اجراهای ارزیابی",ragEvalDashboardSlices:"بخش‌های ارزیابی",ragEvalDashboardAllSlices:"همه",ragEvalDashboardSliceUnavailable:"هیچ اجرای ارزیابی برای {slice} در دسترس نیست.",knowledgeBaseSyncIdle:"غیرفعال",knowledgeBaseSyncSyncing:"در حال همگام‌سازی",knowledgeBaseSyncPaused:"در حالت مکث",knowledgeBaseSyncSynced:"همگام‌شده",knowledgeBaseSyncError:"خطا",knowledgeBaseHealthHealthy:"سالم",knowledgeBaseHealthDegraded:"افت‌کرده",knowledgeBaseHealthFailed:"ناموفق",knowledgeBaseHealthUnknown:"ناشناس",knowledgeBasePermissionOwner:"مالک",knowledgeBasePermissionEditor:"ویرایشگر",knowledgeBasePermissionViewer:"مشاهده‌گر",knowledgeBasePermissionRestricted:"محدود",knowledgeBaseNeverSynced:"هرگز همگام نشده",knowledgeBaseSyncAction:"همگام‌سازی اکنون",knowledgeBasePauseAction:"مکث همگام‌سازی",knowledgeBaseDeleteAction:"حذف منبع",knowledgeBaseNameColumn:"منبع",knowledgeBaseSyncColumn:"وضعیت همگام‌سازی",knowledgeBaseHealthColumn:"سلامت نمایه‌سازی",knowledgeBasePermissionColumn:"اجازه",knowledgeBaseActionsColumn:"اقدامات",knowledgeBaseTotalSources:"منابع",knowledgeBaseSyncedSources:"همگام‌شده",knowledgeBaseSyncingSources:"در حال همگام‌سازی",knowledgeBaseNeedsAttention:"نیاز به توجه دارد",knowledgeBaseHeading:"پایگاه دانش",knowledgeBaseCreateSource:"افزودن منبع",knowledgeBaseEmptyHeading:"هنوز هیچ منبع دانشی وجود ندارد",ingestionStageQueued:"در صف",ingestionStageUploading:"در حال بارگذاری",ingestionStageExtracting:"در حال استخراج متن",ingestionStageChunking:"در حال قطعه‌بندی",ingestionStageEmbedding:"در حال تعبیه",ingestionStageIndexing:"در حال نمایه‌سازی",ingestionStageDone:"انجام شد",ingestionStageFailed:"ناموفق",ingestionStageCancelled:"لغو شد",ingestionStageUnknown:"مرحله ناشناخته",ingestionQueueLabel:"صف ورود داده",ingestionQueueEmpty:"هیچ سندی در صف نیست",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"عبارت جست‌وجو یا فیلترهای دیگری را امتحان کنید.",groundingSummaryEvidenceSpan:"نویسه‌های {start}–{end}",knowledgeBaseDocumentCount:"{count} مورد نمایه‌شده",knowledgeBaseRowActionsLabel:"اقدامات برای {name}",knowledgeBaseEmptyDescription:"برای آغاز نمایه‌سازی محتوا، یک منبع اضافه کنید.",ingestionChunkCount:{one:"{count} قطعه",other:"{count} قطعه"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} قطعه از {total} قطعه تعبیه شده است",ingestionAttemptCount:"تلاش {count}",ingestionRetryWithContext:"تلاش دوباره برای {label}",ingestionCancelWithContext:"لغو {label}",retrievalStageQueryRewrite:"بازنویسی پرس‌وجو",retrievalStageEmbed:"تعبیه",retrievalStageRetrieve:"بازیابی",retrievalStageRerank:"رتبه‌بندی مجدد",retrievalStageFilter:"فیلتر",retrievalTraceEvidenceToggle:"شواهد {label}"};registerLyraLocale("fa",strings,{dir:"rtl",name:"فارسی"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"راهنمای نمودار",entityChipWithType:"{label}، {type}",showMore:"نمایش بیشتر",untitledSource:"منبع بدون عنوان",sourcePageSuffix:"{base} - ص. {page}",citationHighConfidence:"اطمینان بالا",citationMediumConfidence:"اطمینان متوسط",citationLowConfidence:"اطمینان پایین",citationVerified:"تأییدشده",citationUnverified:"تأییدنشده",graphDataList:"داده‌های نمودار",graphItemAnnouncement:"{item} ({index} از {total})",citation:"استناد {index}",citationWithStatus:"استناد {index}، {status}",citationWithCustomLabel:"استناد {index}، {label}",graphNode:"گره {label}",graphLink:"پیوند از {source} به {target}",graphDiagram:"نمودار گره و پیوند با {nodeCount} گره و {linkCount} پیوند",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}، قابل گسترش",graphNodeFocused:"روی {label} در مرکز قرار گرفت",graphSelectionCount:"{count} مورد انتخاب شده است",graphNodesHidden:"{hidden} گره از {total} گره پنهان است",graphCommunity:"انجمن {label}، {count} گره",ragAnswerLabel:"پاسخ مستدل",ragAnswerCitations:"استنادها",ragAnswerSources:"منابع",ragAnswerRetry:"تلاش دوباره برای پاسخ",embeddingExplorerLabel:"کاوشگر تعبیه‌ها",embeddingExplorerEmpty:"هیچ نقطهٔ تعبیه‌ای وجود ندارد",embeddingExplorerPoint:"{label}، نقطهٔ تعبیهٔ {index}",knowledgeBaseAdminLabel:"مدیریت پایگاه دانش",knowledgeBaseAdminSourcesTab:"منابع",knowledgeBaseAdminIngestionTab:"ورود داده",graphMissingLibrary:"برای نمایش گراف، باید بستهٔ اختیاری «d3» را نصب کنید.",mindMapLabel:"نقشهٔ ذهنی",mindMapTopicStatus:"{label}، سطح {level}، {count} زیرموضوع",mindMapLeafStatus:"{label}، سطح {level}",mindMapExpanded:"{label} گسترش یافت",mindMapCollapsed:"{label} جمع شد",entityDegree:"اتصالات",entityCommunity:"جامعه",focusInGraph:"تمرکز در نمودار",untitledEntity:"موجودیت بدون عنوان",untitledCommunity:"انجمن بدون عنوان",communityMemberCount:"{count} عضو",communityDrillIn:"کاوش انجمن",selectAllSources:"همه منابع را انتخاب کنید",sourcePickerSelection:"{selected} از {total} انتخاب شده است",provenancePanelLabel:"پشتوانه‌سازی",provenanceRelationships:"روابط",provenanceCommunities:"جوامع",provenanceChunks:"قطعه‌های متن",provenanceEmpty:"برای این پاسخ داده‌ای دربارهٔ پشتوانه‌سازی وجود ندارد",chunkInspectorLabel:"قطعه‌های بازیابی‌شده",chunkScore:"میزان ارتباط {percent}٪",scoreTierHigh:"ارتباط زیاد",scoreTierMedium:"ارتباط متوسط",scoreTierLow:"ارتباط کم",chunkInspectorEmpty:"هیچ قطعه‌ای بازیابی نشد",nodePaletteLabel:"پالت گره",nodePalettePlaceholder:"جست‌وجوی گره‌ها…",nodePaletteEmpty:"هیچ گره منطبقی وجود ندارد.",nodePaletteDragHint:"روی بوم بکشید یا Enter را برای قرار دادن فشار دهید",nodePaletteResultCount:{one:"{count} مورد",other:"{count} مورد"},retrievalResultsSelectRow:"{label} را انتخاب کنید",pathStripLabel:"مسیر",pathNodeStatus:"{label}، گره {position} از {total}",pathRelationStatus:"{relation}، رابطه",neighborListLabel:"روابط",neighborRowLabel:"{label}، {relation}، {direction}",neighborExpand:"گسترش {label} در گراف",neighborListEmpty:"رابطه‌ای وجود ندارد",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"حافظه",memoryPanelShortTermHeading:"زمینهٔ کوتاه‌مدت",memoryPanelLongTermHeading:"خاطره‌های بلندمدت",memoryPanelAdd:"افزودن به حافظهٔ بلندمدت",memoryPanelAddWithContext:"افزودن «{label}» به حافظهٔ بلندمدت",memoryPanelForgetAll:"فراموش کردن همه",memoryPanelConfirmAddHeading:"این مورد به حافظهٔ بلندمدت افزوده شود؟",memoryPanelConfirmRemoveHeading:"این مورد حذف شود؟",memoryPanelConfirmForgetHeading:"همهٔ خاطره‌های بلندمدت فراموش شوند؟",memoryPanelConfirmForgetBody:"با این کار، همهٔ {count} خاطرهٔ بلندمدت برای همیشه فراموش می‌شوند.",graphExplorerLabel:"کاوشگر گراف دانش",graphExplorerSearchPlaceholder:"جست‌وجوی موجودیت‌ها…",graphExplorerSearchResultsLabel:"نتایج جست‌وجو",graphExplorerPin:"سنجاق",graphExplorerUnpin:"برداشتن سنجاق",graphExplorerPinned:"{label} سنجاق شد",graphExplorerUnpinned:"سنجاق {label} برداشته شد",graphExplorerPinnedHeading:"سنجاق‌شده",graphExplorerFindPath:"یافتن مسیر",retrievalModeVector:"بردار",retrievalModeKeyword:"کلمهٔ کلیدی",retrievalModeHybrid:"ترکیبی",retrievalSearchLabel:"جست‌وجوی بازیابی",retrievalModeLabel:"حالت جست‌وجو",retrievalFiltersLabel:"فیلترهای فعال",groundingSummaryLabel:"خلاصهٔ پشتوانه‌سازی",groundingSummaryEmpty:"ارزیابی پشتوانه‌سازی در دسترس نیست",groundingSummarySupportedLabel:"ادعاهای دارای پشتوانه",groundingSummaryUnsupportedLabel:"ادعاهای بدون پشتوانه",groundingSummaryCoverageLabel:"پوشش استنادی",groundingSummaryConfidenceLabel:"اطمینان",groundingSummaryWarningsHeading:"هشدارها",groundingSummaryEvidenceHeading:"شواهد",claimEvidenceLabel:"شواهد ادعا",claimEvidenceEmpty:"هیچ شاهدی در سطح ادعا در دسترس نیست",claimEvidenceSupported:"دارای پشتوانه",claimEvidencePartiallySupported:"تا حدی دارای پشتوانه",claimEvidenceUnsupported:"بدون پشتوانه",claimEvidenceContradicted:"نقض‌شده",claimEvidenceConfidence:"اطمینان {percent}",retrievalCompareLabel:"مقایسهٔ بازیابی",retrievalCompareEmpty:"هیچ مجموعه‌ای از نتایج بازیابی برای مقایسه وجود ندارد",retrievalCompareOverlap:"هم‌پوشانی Top-k بین {left} و {right}: {percent}",retrievalCompareRank:"رتبه {rank}",retrievalCompareDenseScore:"چگال",retrievalCompareSparseScore:"پراکنده",retrievalCompareRerankScore:"رتبه‌بندی مجدد",retrievalCompareFinalScore:"نهایی",ragEvalDashboardLabel:"داشبورد ارزیابی RAG",ragEvalDashboardEmpty:"هیچ اجرای ارزیابی در دسترس نیست",ragEvalDashboardRuns:"اجراهای ارزیابی",ragEvalDashboardSlices:"بخش‌های ارزیابی",ragEvalDashboardAllSlices:"همه",ragEvalDashboardSliceUnavailable:"هیچ اجرای ارزیابی برای {slice} در دسترس نیست.",knowledgeBaseSyncIdle:"غیرفعال",knowledgeBaseSyncSyncing:"در حال همگام‌سازی",knowledgeBaseSyncPaused:"در حالت مکث",knowledgeBaseSyncSynced:"همگام‌شده",knowledgeBaseSyncError:"خطا",knowledgeBaseHealthHealthy:"سالم",knowledgeBaseHealthDegraded:"افت‌کرده",knowledgeBaseHealthFailed:"ناموفق",knowledgeBaseHealthUnknown:"ناشناس",knowledgeBasePermissionOwner:"مالک",knowledgeBasePermissionEditor:"ویرایشگر",knowledgeBasePermissionViewer:"مشاهده‌گر",knowledgeBasePermissionRestricted:"محدود",knowledgeBaseNeverSynced:"هرگز همگام نشده",knowledgeBaseSyncAction:"همگام‌سازی اکنون",knowledgeBasePauseAction:"مکث همگام‌سازی",knowledgeBaseDeleteAction:"حذف منبع",knowledgeBaseNameColumn:"منبع",knowledgeBaseSyncColumn:"وضعیت همگام‌سازی",knowledgeBaseHealthColumn:"سلامت نمایه‌سازی",knowledgeBasePermissionColumn:"اجازه",knowledgeBaseActionsColumn:"اقدامات",knowledgeBaseTotalSources:"منابع",knowledgeBaseSyncedSources:"همگام‌شده",knowledgeBaseSyncingSources:"در حال همگام‌سازی",knowledgeBaseNeedsAttention:"نیاز به توجه دارد",knowledgeBaseHeading:"پایگاه دانش",knowledgeBaseCreateSource:"افزودن منبع",knowledgeBaseEmptyHeading:"هنوز هیچ منبع دانشی وجود ندارد",ingestionStageQueued:"در صف",ingestionStageUploading:"در حال بارگذاری",ingestionStageExtracting:"در حال استخراج متن",ingestionStageChunking:"در حال قطعه‌بندی",ingestionStageEmbedding:"در حال تعبیه",ingestionStageIndexing:"در حال نمایه‌سازی",ingestionStageDone:"انجام شد",ingestionStageFailed:"ناموفق",ingestionStageCancelled:"لغو شد",ingestionStageUnknown:"مرحله ناشناخته",ingestionQueueLabel:"صف ورود داده",ingestionQueueEmpty:"هیچ سندی در صف نیست",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"عبارت جست‌وجو یا فیلترهای دیگری را امتحان کنید.",groundingSummaryEvidenceSpan:"نویسه‌های {start}–{end}",knowledgeBaseDocumentCount:"{count} مورد نمایه‌شده",knowledgeBaseRowActionsLabel:"اقدامات برای {name}",knowledgeBaseEmptyDescription:"برای آغاز نمایه‌سازی محتوا، یک منبع اضافه کنید.",ingestionChunkCount:{one:"{count} قطعه",other:"{count} قطعه"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} قطعه از {total} قطعه تعبیه شده است",ingestionAttemptCount:"تلاش {count}",ingestionRetryWithContext:"تلاش دوباره برای {label}",ingestionCancelWithContext:"لغو {label}",retrievalStageQueryRewrite:"بازنویسی پرس‌وجو",retrievalStageEmbed:"تعبیه",retrievalStageRetrieve:"بازیابی",retrievalStageRerank:"رتبه‌بندی مجدد",retrievalStageFilter:"فیلتر",retrievalTraceEvidenceToggle:"شواهد {label}"};registerLyraLocale("fa",strings,{dir:"rtl",name:"فارسی"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"داده‌ای وجود ندارد",jumpToLatest:"رفتن به جدیدترین",loadMore:"بارگیری بیشتر",viewerSearchMatchCount:{one:"{count} تطابق",other:"{count} تطابق"},viewerSearchNoMatches:"هیچ تطابقی یافت نشد",viewerSearchActiveMatch:"تطابق {current} از {total}",tableLoadFailed:"بارگیری داده‌ها ممکن نشد",zoomOut:"کوچک‌نمایی",zoomIn:"بزرگ‌نمایی",clear:"پاک کردن",open:"باز کردن",close:"بستن",resizeValuePixels:"{value} پیکسل",copy:"کپی",copied:"کپی شد!",expand:"گسترش",collapse:"جمع کردن",showMoreCount:"نمایش {count} مورد دیگر",showLess:"نمایش کمتر",retry:"تلاش دوباره",remove:"حذف",removeWithContext:"حذف {label}",loading:"در حال بارگیری…",noMatches:"هیچ تطابقی یافت نشد",previous:"قبلی",next:"بعدی",paginationLabel:"صفحه‌بندی",paginationSummary:"{start}–{end} از {total} {itemLabel}",cancel:"لغو",search:"جست‌وجو",items:"موارد",item:"مورد",notInCatalog:"در کاتالوگ نیست",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"بازنشانی بزرگ‌نمایی",showMoreCollapsed:"+{count}",statusPending:"در انتظار",statusRunning:"در حال اجرا",statusSuccess:"موفق",statusError:"خطا",statusDenied:"ردشده",restore:"بازیابی",navigation:"ناوبری",attachmentUntitledFile:"فایل بدون عنوان",chart:"نمودار",chartValueLabel:"{label}: {value}",date:"تاریخ",dateInputMinMessage:"تاریخ نباید پیش از {min} باشد.",dateInputMaxMessage:"تاریخ نباید پس از {max} باشد.",dateInputInvalid:"تاریخ معتبری وارد کنید.",documentPreviewEmpty:"برای نمایش {type} وجود ندارد.",documentPreviewTypeImage:"تصویر",download:"دانلود",progress:"پیشرفت",popover:"پاپاور",details:"جزئیات",map:"نقشه",select:"انتخاب",sourceListDefaultLabel:"منابع",thinkingPanelLabel:"در حال فکر کردن",handoffToAgent:"به {agent} منتقل شد",handoffFromToAgent:"انتقال از {from} به {to}",thinking:"در حال فکر کردن…",deny:"رد کردن",approve:"تأیید",fieldRequired:"این فیلد الزامی است.",unsupportedFieldType:"نوع فیلد «{type}» پشتیبانی نمی‌شود.",valueInvalid:"مقدار نامعتبر است.",copyFailed:"کپی ناموفق بود",durationMilliseconds:"{value} میلی‌ثانیه",durationSeconds:"{value} ثانیه",menuLabel:"منو",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"به بخش برجسته‌شده رفت.",anchorJumpedToPage:"به صفحهٔ {page} رفت.",anchorNotFound:"بخش موردنظر در این سند یافت نشد.",highlightWithLabel:"مورد برجسته: {label}",tokensIn:"توکن‌های ورودی",tokensOut:"توکن‌های خروجی",comparePanel:"مقایسه",treeNodeMoved:"{label} به موقعیت {index} از {total} منتقل شد",gitStatusAdded:"افزوده‌شده",gitStatusModified:"تغییریافته",gitStatusDeleted:"حذف‌شده",gitStatusRenamed:"تغییرنام‌یافته",gitStatusUntracked:"ردیابی‌نشده",gitStatusConflicted:"دارای تداخل",gitStatusIgnored:"نادیده‌گرفته‌شده",envListValueHidden:"مقدار پنهان است",provenanceEntities:"موجودیت‌ها",flowItemAnnouncement:"{item} ({index} از {total})",neighborDirectionIn:"ورودی",neighborDirectionOut:"خروجی",neighborDirectionBoth:"دوجهته",promptStudioRoleSystem:"سیستم",promptStudioRoleUser:"کاربر",promptStudioRoleAssistant:"دستیار",moveUp:"حرکت به بالا",moveDown:"حرکت به پایین",reorderItemMoved:"به موقعیت {index} از {total} منتقل شد"};registerLyraLocale("fa",strings,{dir:"rtl",name:"فارسی"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"داده‌ای وجود ندارد",legendTypeShown:"{label} نشان داده شده است",legendTypeHidden:"{label} پنهان است",jumpToLatest:"رفتن به جدیدترین",loadMore:"بارگیری بیشتر",viewerSearchMatchCount:{one:"{count} تطابق",other:"{count} تطابق"},viewerSearchNoMatches:"هیچ تطابقی یافت نشد",viewerSearchActiveMatch:"تطابق {current} از {total}",tableLoadFailed:"بارگیری داده‌ها ممکن نشد",zoomOut:"کوچک‌نمایی",zoomIn:"بزرگ‌نمایی",clear:"پاک کردن",open:"باز کردن",close:"بستن",resizeValuePixels:"{value} پیکسل",copy:"کپی",copied:"کپی شد!",expand:"گسترش",collapse:"جمع کردن",showMoreCount:"نمایش {count} مورد دیگر",showLess:"نمایش کمتر",retry:"تلاش دوباره",remove:"حذف",removeWithContext:"حذف {label}",loading:"در حال بارگیری…",noMatches:"هیچ تطابقی یافت نشد",previous:"قبلی",next:"بعدی",paginationLabel:"صفحه‌بندی",paginationSummary:"{start}–{end} از {total} {itemLabel}",cancel:"لغو",search:"جست‌وجو",items:"موارد",item:"مورد",notInCatalog:"در کاتالوگ نیست",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"بازنشانی بزرگ‌نمایی",showMoreCollapsed:"+{count}",statusPending:"در انتظار",statusRunning:"در حال اجرا",statusSuccess:"موفق",statusError:"خطا",statusDenied:"ردشده",restore:"بازیابی",navigation:"ناوبری",attachmentUntitledFile:"فایل بدون عنوان",chart:"نمودار",chartValueLabel:"{label}: {value}",date:"تاریخ",dateInputMinMessage:"تاریخ نباید پیش از {min} باشد.",dateInputMaxMessage:"تاریخ نباید پس از {max} باشد.",dateInputInvalid:"تاریخ معتبری وارد کنید.",documentPreviewEmpty:"برای نمایش {type} وجود ندارد.",documentPreviewTypeImage:"تصویر",download:"دانلود",progress:"پیشرفت",popover:"پاپاور",details:"جزئیات",map:"نقشه",select:"انتخاب",sourceListDefaultLabel:"منابع",thinkingPanelLabel:"در حال فکر کردن",handoffToAgent:"به {agent} منتقل شد",handoffFromToAgent:"انتقال از {from} به {to}",thinking:"در حال فکر کردن…",deny:"رد کردن",approve:"تأیید",fieldRequired:"این فیلد الزامی است.",unsupportedFieldType:"نوع فیلد «{type}» پشتیبانی نمی‌شود.",valueInvalid:"مقدار نامعتبر است.",copyFailed:"کپی ناموفق بود",durationMilliseconds:"{value} میلی‌ثانیه",durationSeconds:"{value} ثانیه",menuLabel:"منو",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"به بخش برجسته‌شده رفت.",anchorJumpedToPage:"به صفحهٔ {page} رفت.",anchorNotFound:"بخش موردنظر در این سند یافت نشد.",highlightWithLabel:"مورد برجسته: {label}",tokensIn:"توکن‌های ورودی",tokensOut:"توکن‌های خروجی",comparePanel:"مقایسه",treeNodeMoved:"{label} به موقعیت {index} از {total} منتقل شد",gitStatusAdded:"افزوده‌شده",gitStatusModified:"تغییریافته",gitStatusDeleted:"حذف‌شده",gitStatusRenamed:"تغییرنام‌یافته",gitStatusUntracked:"ردیابی‌نشده",gitStatusConflicted:"دارای تداخل",gitStatusIgnored:"نادیده‌گرفته‌شده",envListValueHidden:"مقدار پنهان است",provenanceEntities:"موجودیت‌ها",flowItemAnnouncement:"{item} ({index} از {total})",neighborDirectionIn:"ورودی",neighborDirectionOut:"خروجی",neighborDirectionBoth:"دوجهته",promptStudioRoleSystem:"سیستم",promptStudioRoleUser:"کاربر",promptStudioRoleAssistant:"دستیار",moveUp:"حرکت به بالا",moveDown:"حرکت به پایین",reorderItemMoved:"به موقعیت {index} از {total} منتقل شد"};registerLyraLocale("fa",strings,{dir:"rtl",name:"فارسی"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Légende du graphe",legendTypeShown:"{label} affiché",legendTypeHidden:"{label} masqué",entityChipWithType:"{label}, {type}",showMore:"Afficher plus",untitledSource:"Source sans titre",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Confiance élevée",citationMediumConfidence:"Confiance moyenne",citationLowConfidence:"Confiance faible",citationVerified:"Vérifiée",citationUnverified:"Non vérifiée",graphDataList:"Données du graphe",graphItemAnnouncement:"{item} ({index} sur {total})",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",graphNode:"Nœud {label}",graphLink:"Lien de {source} à {target}",graphDiagram:"Diagramme nœuds-liens comportant {nodeCount} nœuds et {linkCount} liens",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, développable",graphNodeFocused:"Centré sur {label}",graphSelectionCount:"{count} sélectionnés",graphNodesHidden:"{hidden} nœuds sur {total} masqués",graphCommunity:"Communauté {label}, {count} nœuds",ragAnswerLabel:"Réponse étayée",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Réessayer la réponse",embeddingExplorerLabel:"Explorateur d’embeddings",embeddingExplorerEmpty:"Aucun point d’embedding",embeddingExplorerPoint:"{label}, point d’embedding {index}",knowledgeBaseAdminLabel:"Administration de la base de connaissances",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",graphMissingLibrary:'Ce composant nécessite le paquet optionnel "d3" pour afficher le graphe.',mindMapLabel:"Carte mentale",mindMapTopicStatus:"{label}, niveau {level}, {count} sous-thèmes",mindMapLeafStatus:"{label}, niveau {level}",mindMapExpanded:"{label} développé",mindMapCollapsed:"{label} réduit",entityDegree:"Connexions",entityCommunity:"Communauté",focusInGraph:"Centrer dans le graphe",untitledEntity:"Entité sans titre",untitledCommunity:"Communauté sans titre",communityMemberCount:"{count} membres",communityDrillIn:"Explorer la communauté",selectAllSources:"Sélectionner toutes les sources",sourcePickerSelection:"{selected} sur {total} sélectionnées",provenancePanelLabel:"Ancrage",provenanceRelationships:"Relations",provenanceCommunities:"Communautés",provenanceChunks:"Segments de texte",provenanceEmpty:"Aucune donnée d’ancrage pour cette réponse",chunkInspectorLabel:"Segments récupérés",chunkScore:"Pertinence {percent} %",scoreTierHigh:"Pertinence élevée",scoreTierMedium:"Pertinence moyenne",scoreTierLow:"Pertinence faible",chunkInspectorEmpty:"Aucun segment récupéré",nodePaletteLabel:"Palette de nœuds",nodePalettePlaceholder:"Rechercher des nœuds…",nodePaletteEmpty:"Aucun nœud correspondant.",nodePaletteDragHint:"Faites glisser vers le canevas ou appuyez sur Entrée pour placer",nodePaletteResultCount:{one:"{count} élément",many:"{count} éléments",other:"{count} éléments"},retrievalResultsSelectRow:"Sélectionner {label}",pathStripLabel:"Chemin",pathNodeStatus:"{label}, nœud {position} sur {total}",pathRelationStatus:"{relation}, relation",neighborListLabel:"Relations",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Développer {label} dans le graphe",neighborListEmpty:"Aucune relation",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Mémoire",memoryPanelShortTermHeading:"Contexte à court terme",memoryPanelLongTermHeading:"Mémoires à long terme",memoryPanelAdd:"Ajouter à la mémoire à long terme",memoryPanelAddWithContext:"Ajouter « {label} » à la mémoire à long terme",memoryPanelForgetAll:"Tout oublier",memoryPanelConfirmAddHeading:"Ajouter cet élément à la mémoire à long terme ?",memoryPanelConfirmRemoveHeading:"Retirer cet élément ?",memoryPanelConfirmForgetHeading:"Oublier toutes les mémoires à long terme ?",memoryPanelConfirmForgetBody:"Cette action oublie définitivement les {count} mémoires à long terme.",graphExplorerLabel:"Explorateur du graphe de connaissances",graphExplorerSearchPlaceholder:"Rechercher des entités…",graphExplorerSearchResultsLabel:"Résultats de recherche",graphExplorerPin:"Épingler",graphExplorerUnpin:"Désépingler",graphExplorerPinned:"{label} épinglé",graphExplorerUnpinned:"{label} désépinglé",graphExplorerPinnedHeading:"Épinglés",graphExplorerFindPath:"Trouver un chemin",retrievalModeVector:"Vectoriel",retrievalModeKeyword:"Mots-clés",retrievalModeHybrid:"Hybride",retrievalSearchLabel:"Recherche documentaire",retrievalModeLabel:"Mode de recherche",retrievalFiltersLabel:"Filtres actifs",groundingSummaryLabel:"Résumé de l’ancrage",groundingSummaryEmpty:"Aucune évaluation d’ancrage disponible",groundingSummarySupportedLabel:"Affirmations étayées",groundingSummaryUnsupportedLabel:"Affirmations non étayées",groundingSummaryCoverageLabel:"Couverture des citations",groundingSummaryConfidenceLabel:"Confiance",groundingSummaryWarningsHeading:"Avertissements",groundingSummaryEvidenceHeading:"Preuves",claimEvidenceLabel:"Preuves des affirmations",claimEvidenceEmpty:"Aucune preuve disponible au niveau des affirmations",claimEvidenceSupported:"Étayée",claimEvidencePartiallySupported:"Partiellement étayée",claimEvidenceUnsupported:"Non étayée",claimEvidenceContradicted:"Contredite",claimEvidenceConfidence:"Confiance de {percent}",retrievalCompareLabel:"Comparaison des récupérations",retrievalCompareEmpty:"Aucun ensemble de résultats à comparer",retrievalCompareOverlap:"Recouvrement du top-k entre {left} et {right} : {percent}",retrievalCompareRank:"Rang {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Creux",retrievalCompareRerankScore:"Reclassement",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"Tableau de bord d’évaluation RAG",ragEvalDashboardEmpty:"Aucune exécution d’évaluation disponible",ragEvalDashboardRuns:"Exécutions d’évaluation",ragEvalDashboardSlices:"Sous-ensembles d’évaluation",ragEvalDashboardAllSlices:"Tous",ragEvalDashboardSliceUnavailable:"Aucune exécution d’évaluation n’est disponible pour {slice}.",knowledgeBaseSyncIdle:"Inactif",knowledgeBaseSyncSyncing:"Synchronisation",knowledgeBaseSyncPaused:"En pause",knowledgeBaseSyncSynced:"Synchronisé",knowledgeBaseSyncError:"Erreur",knowledgeBaseHealthHealthy:"Sain",knowledgeBaseHealthDegraded:"Dégradé",knowledgeBaseHealthFailed:"En échec",knowledgeBaseHealthUnknown:"Inconnu",knowledgeBasePermissionOwner:"Propriétaire",knowledgeBasePermissionEditor:"Éditeur",knowledgeBasePermissionViewer:"Lecteur",knowledgeBasePermissionRestricted:"Restreint",knowledgeBaseNeverSynced:"Jamais synchronisé",knowledgeBaseSyncAction:"Synchroniser maintenant",knowledgeBasePauseAction:"Suspendre la synchronisation",knowledgeBaseDeleteAction:"Supprimer la source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"État de synchronisation",knowledgeBaseHealthColumn:"Santé de l’indexation",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synchronisées",knowledgeBaseSyncingSources:"En cours de synchronisation",knowledgeBaseNeedsAttention:"Nécessite une attention",knowledgeBaseHeading:"Base de connaissances",knowledgeBaseCreateSource:"Ajouter une source",knowledgeBaseEmptyHeading:"Aucune source de connaissances pour l’instant",ingestionStageQueued:"En file d’attente",ingestionStageUploading:"Import",ingestionStageExtracting:"Extraction du texte",ingestionStageChunking:"Découpage",ingestionStageEmbedding:"Vectorisation",ingestionStageIndexing:"Indexation",ingestionStageDone:"Terminé",ingestionStageFailed:"Échec",ingestionStageCancelled:"Annulé",ingestionStageUnknown:"Étape inconnue",ingestionQueueLabel:"File d’ingestion",ingestionQueueEmpty:"Aucun document en file d’attente",retrievalFilterChipLabel:"{key} : {value}",retrievalSearchEmptyDescription:"Essayez un autre terme de recherche ou d’autres filtres.",groundingSummaryEvidenceSpan:"Caractères {start}–{end}",knowledgeBaseDocumentCount:"{count} indexés",knowledgeBaseRowActionsLabel:"Actions pour {name}",knowledgeBaseEmptyDescription:"Ajoutez une source pour commencer à indexer du contenu.",ingestionChunkCount:{one:"{count} segment",many:"{count} segments",other:"{count} segments"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} segments sur {total} vectorisés",ingestionAttemptCount:"Tentative {count}",ingestionRetryWithContext:"Réessayer {label}",ingestionCancelWithContext:"Annuler {label}",retrievalStageQueryRewrite:"Réécriture de la requête",retrievalStageEmbed:"Vectorisation",retrievalStageRetrieve:"Récupération",retrievalStageRerank:"Reclassement",retrievalStageFilter:"Filtrage",retrievalTraceEvidenceToggle:"Preuves de {label}"};registerLyraLocale("fr",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Légende du graphe",entityChipWithType:"{label}, {type}",showMore:"Afficher plus",untitledSource:"Source sans titre",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Confiance élevée",citationMediumConfidence:"Confiance moyenne",citationLowConfidence:"Confiance faible",citationVerified:"Vérifiée",citationUnverified:"Non vérifiée",graphDataList:"Données du graphe",graphItemAnnouncement:"{item} ({index} sur {total})",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",graphNode:"Nœud {label}",graphLink:"Lien de {source} à {target}",graphDiagram:"Diagramme nœuds-liens comportant {nodeCount} nœuds et {linkCount} liens",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, développable",graphNodeFocused:"Centré sur {label}",graphSelectionCount:"{count} sélectionnés",graphNodesHidden:"{hidden} nœuds sur {total} masqués",graphCommunity:"Communauté {label}, {count} nœuds",ragAnswerLabel:"Réponse étayée",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Réessayer la réponse",embeddingExplorerLabel:"Explorateur d’embeddings",embeddingExplorerEmpty:"Aucun point d’embedding",embeddingExplorerPoint:"{label}, point d’embedding {index}",knowledgeBaseAdminLabel:"Administration de la base de connaissances",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",graphMissingLibrary:'Ce composant nécessite le paquet optionnel "d3" pour afficher le graphe.',mindMapLabel:"Carte mentale",mindMapTopicStatus:"{label}, niveau {level}, {count} sous-thèmes",mindMapLeafStatus:"{label}, niveau {level}",mindMapExpanded:"{label} développé",mindMapCollapsed:"{label} réduit",entityDegree:"Connexions",entityCommunity:"Communauté",focusInGraph:"Centrer dans le graphe",untitledEntity:"Entité sans titre",untitledCommunity:"Communauté sans titre",communityMemberCount:"{count} membres",communityDrillIn:"Explorer la communauté",selectAllSources:"Sélectionner toutes les sources",sourcePickerSelection:"{selected} sur {total} sélectionnées",provenancePanelLabel:"Ancrage",provenanceRelationships:"Relations",provenanceCommunities:"Communautés",provenanceChunks:"Segments de texte",provenanceEmpty:"Aucune donnée d’ancrage pour cette réponse",chunkInspectorLabel:"Segments récupérés",chunkScore:"Pertinence {percent} %",scoreTierHigh:"Pertinence élevée",scoreTierMedium:"Pertinence moyenne",scoreTierLow:"Pertinence faible",chunkInspectorEmpty:"Aucun segment récupéré",nodePaletteLabel:"Palette de nœuds",nodePalettePlaceholder:"Rechercher des nœuds…",nodePaletteEmpty:"Aucun nœud correspondant.",nodePaletteDragHint:"Faites glisser vers le canevas ou appuyez sur Entrée pour placer",nodePaletteResultCount:{one:"{count} élément",many:"{count} éléments",other:"{count} éléments"},retrievalResultsSelectRow:"Sélectionner {label}",pathStripLabel:"Chemin",pathNodeStatus:"{label}, nœud {position} sur {total}",pathRelationStatus:"{relation}, relation",neighborListLabel:"Relations",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Développer {label} dans le graphe",neighborListEmpty:"Aucune relation",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Mémoire",memoryPanelShortTermHeading:"Contexte à court terme",memoryPanelLongTermHeading:"Mémoires à long terme",memoryPanelAdd:"Ajouter à la mémoire à long terme",memoryPanelAddWithContext:"Ajouter « {label} » à la mémoire à long terme",memoryPanelForgetAll:"Tout oublier",memoryPanelConfirmAddHeading:"Ajouter cet élément à la mémoire à long terme ?",memoryPanelConfirmRemoveHeading:"Retirer cet élément ?",memoryPanelConfirmForgetHeading:"Oublier toutes les mémoires à long terme ?",memoryPanelConfirmForgetBody:"Cette action oublie définitivement les {count} mémoires à long terme.",graphExplorerLabel:"Explorateur du graphe de connaissances",graphExplorerSearchPlaceholder:"Rechercher des entités…",graphExplorerSearchResultsLabel:"Résultats de recherche",graphExplorerPin:"Épingler",graphExplorerUnpin:"Désépingler",graphExplorerPinned:"{label} épinglé",graphExplorerUnpinned:"{label} désépinglé",graphExplorerPinnedHeading:"Épinglés",graphExplorerFindPath:"Trouver un chemin",retrievalModeVector:"Vectoriel",retrievalModeKeyword:"Mots-clés",retrievalModeHybrid:"Hybride",retrievalSearchLabel:"Recherche documentaire",retrievalModeLabel:"Mode de recherche",retrievalFiltersLabel:"Filtres actifs",groundingSummaryLabel:"Résumé de l’ancrage",groundingSummaryEmpty:"Aucune évaluation d’ancrage disponible",groundingSummarySupportedLabel:"Affirmations étayées",groundingSummaryUnsupportedLabel:"Affirmations non étayées",groundingSummaryCoverageLabel:"Couverture des citations",groundingSummaryConfidenceLabel:"Confiance",groundingSummaryWarningsHeading:"Avertissements",groundingSummaryEvidenceHeading:"Preuves",claimEvidenceLabel:"Preuves des affirmations",claimEvidenceEmpty:"Aucune preuve disponible au niveau des affirmations",claimEvidenceSupported:"Étayée",claimEvidencePartiallySupported:"Partiellement étayée",claimEvidenceUnsupported:"Non étayée",claimEvidenceContradicted:"Contredite",claimEvidenceConfidence:"Confiance de {percent}",retrievalCompareLabel:"Comparaison des récupérations",retrievalCompareEmpty:"Aucun ensemble de résultats à comparer",retrievalCompareOverlap:"Recouvrement du top-k entre {left} et {right} : {percent}",retrievalCompareRank:"Rang {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Creux",retrievalCompareRerankScore:"Reclassement",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"Tableau de bord d’évaluation RAG",ragEvalDashboardEmpty:"Aucune exécution d’évaluation disponible",ragEvalDashboardRuns:"Exécutions d’évaluation",ragEvalDashboardSlices:"Sous-ensembles d’évaluation",ragEvalDashboardAllSlices:"Tous",ragEvalDashboardSliceUnavailable:"Aucune exécution d’évaluation n’est disponible pour {slice}.",knowledgeBaseSyncIdle:"Inactif",knowledgeBaseSyncSyncing:"Synchronisation",knowledgeBaseSyncPaused:"En pause",knowledgeBaseSyncSynced:"Synchronisé",knowledgeBaseSyncError:"Erreur",knowledgeBaseHealthHealthy:"Sain",knowledgeBaseHealthDegraded:"Dégradé",knowledgeBaseHealthFailed:"En échec",knowledgeBaseHealthUnknown:"Inconnu",knowledgeBasePermissionOwner:"Propriétaire",knowledgeBasePermissionEditor:"Éditeur",knowledgeBasePermissionViewer:"Lecteur",knowledgeBasePermissionRestricted:"Restreint",knowledgeBaseNeverSynced:"Jamais synchronisé",knowledgeBaseSyncAction:"Synchroniser maintenant",knowledgeBasePauseAction:"Suspendre la synchronisation",knowledgeBaseDeleteAction:"Supprimer la source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"État de synchronisation",knowledgeBaseHealthColumn:"Santé de l’indexation",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synchronisées",knowledgeBaseSyncingSources:"En cours de synchronisation",knowledgeBaseNeedsAttention:"Nécessite une attention",knowledgeBaseHeading:"Base de connaissances",knowledgeBaseCreateSource:"Ajouter une source",knowledgeBaseEmptyHeading:"Aucune source de connaissances pour l’instant",ingestionStageQueued:"En file d’attente",ingestionStageUploading:"Import",ingestionStageExtracting:"Extraction du texte",ingestionStageChunking:"Découpage",ingestionStageEmbedding:"Vectorisation",ingestionStageIndexing:"Indexation",ingestionStageDone:"Terminé",ingestionStageFailed:"Échec",ingestionStageCancelled:"Annulé",ingestionStageUnknown:"Étape inconnue",ingestionQueueLabel:"File d’ingestion",ingestionQueueEmpty:"Aucun document en file d’attente",retrievalFilterChipLabel:"{key} : {value}",retrievalSearchEmptyDescription:"Essayez un autre terme de recherche ou d’autres filtres.",groundingSummaryEvidenceSpan:"Caractères {start}–{end}",knowledgeBaseDocumentCount:"{count} indexés",knowledgeBaseRowActionsLabel:"Actions pour {name}",knowledgeBaseEmptyDescription:"Ajoutez une source pour commencer à indexer du contenu.",ingestionChunkCount:{one:"{count} segment",many:"{count} segments",other:"{count} segments"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} segments sur {total} vectorisés",ingestionAttemptCount:"Tentative {count}",ingestionRetryWithContext:"Réessayer {label}",ingestionCancelWithContext:"Annuler {label}",retrievalStageQueryRewrite:"Réécriture de la requête",retrievalStageEmbed:"Vectorisation",retrievalStageRetrieve:"Récupération",retrievalStageRerank:"Reclassement",retrievalStageFilter:"Filtrage",retrievalTraceEvidenceToggle:"Preuves de {label}"};registerLyraLocale("fr",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Aucune donnée",jumpToLatest:"Aller au plus récent",loadMore:"Charger plus",viewerSearchMatchCount:{one:"{count} correspondance",many:"{count} correspondances",other:"{count} correspondances"},viewerSearchNoMatches:"Aucune correspondance",viewerSearchActiveMatch:"Correspondance {current} sur {total}",tableLoadFailed:"Impossible de charger les données",zoomOut:"Zoom arrière",zoomIn:"Zoom avant",clear:"Effacer",open:"Ouvrir",close:"Fermer",resizeValuePixels:"{value} pixels",copy:"Copier",copied:"Copié !",expand:"Développer",collapse:"Réduire",showMoreCount:"Afficher {count} de plus",showLess:"Afficher moins",retry:"Réessayer",remove:"Retirer",removeWithContext:"Retirer {label}",loading:"Chargement…",noMatches:"Aucune correspondance",previous:"Précédent",next:"Suivant",paginationLabel:"Pagination",paginationSummary:"{start}–{end} sur {total} {itemLabel}",cancel:"Annuler",search:"Rechercher",items:"éléments",item:"élément",notInCatalog:"absent du catalogue",fileSizeUnitB:"o",fileSizeUnitKb:"Ko",fileSizeUnitMb:"Mo",fileSizeUnitGb:"Go",fileSizeUnitTb:"To",resetZoom:"Réinitialiser le zoom",showMoreCollapsed:"+{count}",statusPending:"En attente",statusRunning:"En cours",statusSuccess:"Réussi",statusError:"Erreur",statusDenied:"Refusé",restore:"Restaurer",navigation:"Navigation",attachmentUntitledFile:"Fichier sans titre",chart:"Graphique",chartValueLabel:"{label} : {value}",date:"Date",dateInputMinMessage:"La date doit être postérieure ou égale au {min}.",dateInputMaxMessage:"La date doit être antérieure ou égale au {max}.",dateInputInvalid:"Saisissez une date valide.",documentPreviewEmpty:"Aucun contenu de type {type} à afficher.",documentPreviewTypeImage:"image",download:"Télécharger",progress:"Progression",popover:"Fenêtre contextuelle",details:"Détails",map:"Carte",select:"Sélectionner",sourceListDefaultLabel:"Sources",thinkingPanelLabel:"Réflexion",handoffToAgent:"Transféré à {agent}",handoffFromToAgent:"Transféré de {from} à {to}",thinking:"Réflexion…",deny:"Refuser",approve:"Approuver",fieldRequired:"Ce champ est obligatoire.",unsupportedFieldType:"Type de champ non pris en charge : « {type} ».",valueInvalid:"La valeur n’est pas valide.",copyFailed:"Échec de la copie",durationMilliseconds:"{value} ms",durationSeconds:"{value} s",menuLabel:"Menu",pdfViewerCurrentZoom:"{percent} %",anchorJumped:"Accès au passage surligné.",anchorJumpedToPage:"Accès à la page {page}.",anchorNotFound:"Passage introuvable dans ce document.",highlightWithLabel:"Surlignage : {label}",tokensIn:"Tokens en entrée",tokensOut:"Tokens en sortie",comparePanel:"Comparaison",treeNodeMoved:"{label} déplacé en position {index} sur {total}",gitStatusAdded:"Ajouté",gitStatusModified:"Modifié",gitStatusDeleted:"Supprimé",gitStatusRenamed:"Renommé",gitStatusUntracked:"Non suivi",gitStatusConflicted:"En conflit",gitStatusIgnored:"Ignoré",envListValueHidden:"Valeur masquée",provenanceEntities:"Entités",flowItemAnnouncement:"{item} ({index} sur {total})",neighborDirectionIn:"Entrante",neighborDirectionOut:"Sortante",neighborDirectionBoth:"Bidirectionnelle",promptStudioRoleSystem:"Système",promptStudioRoleUser:"Utilisateur",promptStudioRoleAssistant:"Assistant",moveUp:"Déplacer vers le haut",moveDown:"Déplacer vers le bas",reorderItemMoved:"Déplacé en position {index} sur {total}"};registerLyraLocale("fr",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"Aucune donnée",legendTypeShown:"{label} affiché",legendTypeHidden:"{label} masqué",jumpToLatest:"Aller au plus récent",loadMore:"Charger plus",viewerSearchMatchCount:{one:"{count} correspondance",many:"{count} correspondances",other:"{count} correspondances"},viewerSearchNoMatches:"Aucune correspondance",viewerSearchActiveMatch:"Correspondance {current} sur {total}",tableLoadFailed:"Impossible de charger les données",zoomOut:"Zoom arrière",zoomIn:"Zoom avant",clear:"Effacer",open:"Ouvrir",close:"Fermer",resizeValuePixels:"{value} pixels",copy:"Copier",copied:"Copié !",expand:"Développer",collapse:"Réduire",showMoreCount:"Afficher {count} de plus",showLess:"Afficher moins",retry:"Réessayer",remove:"Retirer",removeWithContext:"Retirer {label}",loading:"Chargement…",noMatches:"Aucune correspondance",previous:"Précédent",next:"Suivant",paginationLabel:"Pagination",paginationSummary:"{start}–{end} sur {total} {itemLabel}",cancel:"Annuler",search:"Rechercher",items:"éléments",item:"élément",notInCatalog:"absent du catalogue",fileSizeUnitB:"o",fileSizeUnitKb:"Ko",fileSizeUnitMb:"Mo",fileSizeUnitGb:"Go",fileSizeUnitTb:"To",resetZoom:"Réinitialiser le zoom",showMoreCollapsed:"+{count}",statusPending:"En attente",statusRunning:"En cours",statusSuccess:"Réussi",statusError:"Erreur",statusDenied:"Refusé",restore:"Restaurer",navigation:"Navigation",attachmentUntitledFile:"Fichier sans titre",chart:"Graphique",chartValueLabel:"{label} : {value}",date:"Date",dateInputMinMessage:"La date doit être postérieure ou égale au {min}.",dateInputMaxMessage:"La date doit être antérieure ou égale au {max}.",dateInputInvalid:"Saisissez une date valide.",documentPreviewEmpty:"Aucun contenu de type {type} à afficher.",documentPreviewTypeImage:"image",download:"Télécharger",progress:"Progression",popover:"Fenêtre contextuelle",details:"Détails",map:"Carte",select:"Sélectionner",sourceListDefaultLabel:"Sources",thinkingPanelLabel:"Réflexion",handoffToAgent:"Transféré à {agent}",handoffFromToAgent:"Transféré de {from} à {to}",thinking:"Réflexion…",deny:"Refuser",approve:"Approuver",fieldRequired:"Ce champ est obligatoire.",unsupportedFieldType:"Type de champ non pris en charge : « {type} ».",valueInvalid:"La valeur n’est pas valide.",copyFailed:"Échec de la copie",durationMilliseconds:"{value} ms",durationSeconds:"{value} s",menuLabel:"Menu",pdfViewerCurrentZoom:"{percent} %",anchorJumped:"Accès au passage surligné.",anchorJumpedToPage:"Accès à la page {page}.",anchorNotFound:"Passage introuvable dans ce document.",highlightWithLabel:"Surlignage : {label}",tokensIn:"Tokens en entrée",tokensOut:"Tokens en sortie",comparePanel:"Comparaison",treeNodeMoved:"{label} déplacé en position {index} sur {total}",gitStatusAdded:"Ajouté",gitStatusModified:"Modifié",gitStatusDeleted:"Supprimé",gitStatusRenamed:"Renommé",gitStatusUntracked:"Non suivi",gitStatusConflicted:"En conflit",gitStatusIgnored:"Ignoré",envListValueHidden:"Valeur masquée",provenanceEntities:"Entités",flowItemAnnouncement:"{item} ({index} sur {total})",neighborDirectionIn:"Entrante",neighborDirectionOut:"Sortante",neighborDirectionBoth:"Bidirectionnelle",promptStudioRoleSystem:"Système",promptStudioRoleUser:"Utilisateur",promptStudioRoleAssistant:"Assistant",moveUp:"Déplacer vers le haut",moveDown:"Déplacer vers le bas",reorderItemMoved:"Déplacé en position {index} sur {total}"};registerLyraLocale("fr",strings);
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"מקרא הגרף",legendTypeShown:"{label} מוצג",legendTypeHidden:"{label} מוסתר",entityChipWithType:"{label}, {type}",showMore:"הצג עוד",untitledSource:"מקור ללא כותרת",sourcePageSuffix:"{base} — עמ׳ {page}",citationHighConfidence:"ודאות גבוהה",citationMediumConfidence:"ודאות בינונית",citationLowConfidence:"ודאות נמוכה",citationVerified:"מאומת",citationUnverified:"לא מאומת",graphDataList:"גרף נתונים",graphItemAnnouncement:"{item} ({index} מתוך {total})",citation:"ציטוט {index}",citationWithStatus:"ציטוט {index}, {status}",citationWithCustomLabel:"ציטוט {index}, {label}",graphNode:"צומת {label}",graphLink:"קישור מ-{source} ל-{target}",graphDiagram:"דיאגרמת צמתים וקישורים הכוללת {nodeCount} צמתים ו-{linkCount} קישורים",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, ניתן להרחבה",graphNodeFocused:"ממוקד על {label}",graphSelectionCount:"נבחרו: {count}",graphNodesHidden:"{hidden} מתוך {total} צמתים מוסתרים",graphCommunity:"קהילה {label}, {count} צמתים",ragAnswerLabel:"תשובה מבוססת",ragAnswerCitations:"ציטוטים",ragAnswerSources:"מקורות",ragAnswerRetry:"נסה לענות שוב",embeddingExplorerLabel:"סייר הטמעות",embeddingExplorerEmpty:"אין נקודות הטבעה",embeddingExplorerPoint:"{label}, נקודת הטבעה {index}",knowledgeBaseAdminLabel:"ניהול מאגר ידע",knowledgeBaseAdminSourcesTab:"מקורות",knowledgeBaseAdminIngestionTab:"קליטה",graphMissingLibrary:'כדי להציג את הגרף, יש להתקין את החבילה האופציונלית "d3".',mindMapLabel:"מפת חשיבה",mindMapTopicStatus:"{label}, רמה {level}, {count} נושאי משנה",mindMapLeafStatus:"{label}, רמה {level}",mindMapExpanded:"{label} מורחב",mindMapCollapsed:"{label} מכווץ",entityDegree:"חיבורים",entityCommunity:"קהילה",focusInGraph:"התמקד בגרף",untitledEntity:"ישות ללא כותרת",untitledCommunity:"קהילה ללא שם",communityMemberCount:"{count} חברים",communityDrillIn:"חקור את הקהילה",selectAllSources:"בחר את כל המקורות",sourcePickerSelection:"נבחרו {selected} מתוך {total}",provenancePanelLabel:"ביסוס",provenanceRelationships:"קשרים",provenanceCommunities:"קהילות",provenanceChunks:"מקטעי טקסט",provenanceEmpty:"אין נתוני ביסוס לתשובה זו",chunkInspectorLabel:"מקטעים שאוחזרו",chunkScore:"רלוונטיות {percent}%",scoreTierHigh:"רלוונטיות גבוהה",scoreTierMedium:"רלוונטיות בינונית",scoreTierLow:"רלוונטיות נמוכה",chunkInspectorEmpty:"לא אוחזרו נתחים",nodePaletteLabel:"פלטת צמתים",nodePalettePlaceholder:"חפש צמתים…",nodePaletteEmpty:"אין צמתים תואמים.",nodePaletteDragHint:"גרור אל משטח העבודה, או הקש Enter כדי למקם",nodePaletteResultCount:{one:"{count} פריט",two:"{count} פריטים",other:"{count} פריטים"},retrievalResultsSelectRow:"בחר {label}",pathStripLabel:"נתיב",pathNodeStatus:"{label}, צומת {position} מתוך {total}",pathRelationStatus:"{relation}, יחס",neighborListLabel:"קשרים",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"הרחב את {label} בגרף",neighborListEmpty:"אין קשרים",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"זיכרון",memoryPanelShortTermHeading:"הקשר לטווח קצר",memoryPanelLongTermHeading:"זיכרונות לטווח ארוך",memoryPanelAdd:"הוסף לזיכרון לטווח ארוך",memoryPanelAddWithContext:'הוסף "{label}" לזיכרון לטווח ארוך',memoryPanelForgetAll:"שכח הכול",memoryPanelConfirmAddHeading:"להוסיף את זה לזיכרון לטווח ארוך?",memoryPanelConfirmRemoveHeading:"להסיר את הפריט הזה?",memoryPanelConfirmForgetHeading:"לשכוח את כל הזיכרונות לטווח ארוך?",memoryPanelConfirmForgetBody:"פעולה זו מוחקת לצמיתות את כל {count} הזיכרונות לטווח ארוך.",graphExplorerLabel:"סייר גרף הידע",graphExplorerSearchPlaceholder:"חפש ישויות…",graphExplorerSearchResultsLabel:"תוצאות חיפוש",graphExplorerPin:"הצמד",graphExplorerUnpin:"בטל הצמדה",graphExplorerPinned:"{label} מוצמד",graphExplorerUnpinned:"בוטלה ההצמדה של {label}",graphExplorerPinnedHeading:"מוצמד",graphExplorerFindPath:"מצא נתיב",retrievalModeVector:"וקטור",retrievalModeKeyword:"מילת מפתח",retrievalModeHybrid:"היברידי",retrievalSearchLabel:"חיפוש אחזור",retrievalModeLabel:"מצב חיפוש",retrievalFiltersLabel:"מסננים פעילים",groundingSummaryLabel:"סיכום הביסוס",groundingSummaryEmpty:"אין הערכת ביסוס זמינה",groundingSummarySupportedLabel:"טענות נתמכות",groundingSummaryUnsupportedLabel:"טענות לא נתמכות",groundingSummaryCoverageLabel:"כיסוי ציטוטים",groundingSummaryConfidenceLabel:"רמת ודאות",groundingSummaryWarningsHeading:"אזהרות",groundingSummaryEvidenceHeading:"ראיות",claimEvidenceLabel:"ראיות לטענה",claimEvidenceEmpty:"אין ראיות ברמת הטענה",claimEvidenceSupported:"נתמכת",claimEvidencePartiallySupported:"נתמכת חלקית",claimEvidenceUnsupported:"לא נתמכת",claimEvidenceContradicted:"נסתרת",claimEvidenceConfidence:"{percent} ודאות",retrievalCompareLabel:"השוואת אחזור",retrievalCompareEmpty:"אין ערכות תוצאות אחזור להשוואה",retrievalCompareOverlap:"חפיפה בין {left} ל־{right} בתוצאות ה־k המובילות: {percent}",retrievalCompareRank:"דירוג {rank}",retrievalCompareDenseScore:"צפוף",retrievalCompareSparseScore:"דליל",retrievalCompareRerankScore:"דירוג מחדש",retrievalCompareFinalScore:"סופי",ragEvalDashboardLabel:"לוח המחוונים להערכת RAG",ragEvalDashboardEmpty:"אין ריצות הערכה זמינות",ragEvalDashboardRuns:"ריצות הערכה",ragEvalDashboardSlices:"פרוסות הערכה",ragEvalDashboardAllSlices:"כל",ragEvalDashboardSliceUnavailable:"אין ריצות הערכה זמינות עבור {slice}.",knowledgeBaseSyncIdle:"לא פעיל",knowledgeBaseSyncSyncing:"מסנכרן",knowledgeBaseSyncPaused:"מושהה",knowledgeBaseSyncSynced:"מסונכרן",knowledgeBaseSyncError:"שגיאה",knowledgeBaseHealthHealthy:"בריא",knowledgeBaseHealthDegraded:"מצב ירוד",knowledgeBaseHealthFailed:"נכשל",knowledgeBaseHealthUnknown:"לא ידוע",knowledgeBasePermissionOwner:"בעלים",knowledgeBasePermissionEditor:"עורך",knowledgeBasePermissionViewer:"צופה",knowledgeBasePermissionRestricted:"מוגבל",knowledgeBaseNeverSynced:"מעולם לא סונכרן",knowledgeBaseSyncAction:"סנכרן עכשיו",knowledgeBasePauseAction:"השהה את הסנכרון",knowledgeBaseDeleteAction:"מחק מקור",knowledgeBaseNameColumn:"מקור",knowledgeBaseSyncColumn:"סטטוס סנכרון",knowledgeBaseHealthColumn:"תקינות האינדוקס",knowledgeBasePermissionColumn:"הרשאה",knowledgeBaseActionsColumn:"פעולות",knowledgeBaseTotalSources:"מקורות",knowledgeBaseSyncedSources:"מסונכרנים",knowledgeBaseSyncingSources:"מסתנכרנים",knowledgeBaseNeedsAttention:"דורשים טיפול",knowledgeBaseHeading:"מאגר ידע",knowledgeBaseCreateSource:"הוסף מקור",knowledgeBaseEmptyHeading:"עדיין אין מקורות ידע",ingestionStageQueued:"בתור",ingestionStageUploading:"מעלה",ingestionStageExtracting:"חילוץ טקסט",ingestionStageChunking:"חלוקה למקטעים",ingestionStageEmbedding:"יצירת הטמעות",ingestionStageIndexing:"יצירת אינדקס",ingestionStageDone:"הושלם",ingestionStageFailed:"נכשל",ingestionStageCancelled:"בוטל",ingestionStageUnknown:"שלב לא ידוע",ingestionQueueLabel:"תור קליטה",ingestionQueueEmpty:"אין מסמכים בתור",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"נסה מונח חיפוש או מסננים אחרים.",groundingSummaryEvidenceSpan:"תווים {start}–{end}",knowledgeBaseDocumentCount:"{count} באינדקס",knowledgeBaseRowActionsLabel:"פעולות עבור {name}",knowledgeBaseEmptyDescription:"הוסף מקור כדי להתחיל להוסיף תוכן לאינדקס.",ingestionChunkCount:{one:"{count} מקטע",two:"{count} מקטעים",other:"{count} מקטעים"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"הוטמעו {embedded} מתוך {total} מקטעים",ingestionAttemptCount:"ניסיון {count}",ingestionRetryWithContext:"נסה שוב {label}",ingestionCancelWithContext:"בטל {label}",retrievalStageQueryRewrite:"שכתוב שאילתה",retrievalStageEmbed:"הטמעה",retrievalStageRetrieve:"אחזור",retrievalStageRerank:"דירוג מחדש",retrievalStageFilter:"סינון",retrievalTraceEvidenceToggle:"ראיות עבור {label}"};registerLyraLocale("he",strings,{dir:"rtl",name:"עברית"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"מקרא הגרף",entityChipWithType:"{label}, {type}",showMore:"הצג עוד",untitledSource:"מקור ללא כותרת",sourcePageSuffix:"{base} — עמ׳ {page}",citationHighConfidence:"ודאות גבוהה",citationMediumConfidence:"ודאות בינונית",citationLowConfidence:"ודאות נמוכה",citationVerified:"מאומת",citationUnverified:"לא מאומת",graphDataList:"גרף נתונים",graphItemAnnouncement:"{item} ({index} מתוך {total})",citation:"ציטוט {index}",citationWithStatus:"ציטוט {index}, {status}",citationWithCustomLabel:"ציטוט {index}, {label}",graphNode:"צומת {label}",graphLink:"קישור מ-{source} ל-{target}",graphDiagram:"דיאגרמת צמתים וקישורים הכוללת {nodeCount} צמתים ו-{linkCount} קישורים",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, ניתן להרחבה",graphNodeFocused:"ממוקד על {label}",graphSelectionCount:"נבחרו: {count}",graphNodesHidden:"{hidden} מתוך {total} צמתים מוסתרים",graphCommunity:"קהילה {label}, {count} צמתים",ragAnswerLabel:"תשובה מבוססת",ragAnswerCitations:"ציטוטים",ragAnswerSources:"מקורות",ragAnswerRetry:"נסה לענות שוב",embeddingExplorerLabel:"סייר הטמעות",embeddingExplorerEmpty:"אין נקודות הטבעה",embeddingExplorerPoint:"{label}, נקודת הטבעה {index}",knowledgeBaseAdminLabel:"ניהול מאגר ידע",knowledgeBaseAdminSourcesTab:"מקורות",knowledgeBaseAdminIngestionTab:"קליטה",graphMissingLibrary:'כדי להציג את הגרף, יש להתקין את החבילה האופציונלית "d3".',mindMapLabel:"מפת חשיבה",mindMapTopicStatus:"{label}, רמה {level}, {count} נושאי משנה",mindMapLeafStatus:"{label}, רמה {level}",mindMapExpanded:"{label} מורחב",mindMapCollapsed:"{label} מכווץ",entityDegree:"חיבורים",entityCommunity:"קהילה",focusInGraph:"התמקד בגרף",untitledEntity:"ישות ללא כותרת",untitledCommunity:"קהילה ללא שם",communityMemberCount:"{count} חברים",communityDrillIn:"חקור את הקהילה",selectAllSources:"בחר את כל המקורות",sourcePickerSelection:"נבחרו {selected} מתוך {total}",provenancePanelLabel:"ביסוס",provenanceRelationships:"קשרים",provenanceCommunities:"קהילות",provenanceChunks:"מקטעי טקסט",provenanceEmpty:"אין נתוני ביסוס לתשובה זו",chunkInspectorLabel:"מקטעים שאוחזרו",chunkScore:"רלוונטיות {percent}%",scoreTierHigh:"רלוונטיות גבוהה",scoreTierMedium:"רלוונטיות בינונית",scoreTierLow:"רלוונטיות נמוכה",chunkInspectorEmpty:"לא אוחזרו נתחים",nodePaletteLabel:"פלטת צמתים",nodePalettePlaceholder:"חפש צמתים…",nodePaletteEmpty:"אין צמתים תואמים.",nodePaletteDragHint:"גרור אל משטח העבודה, או הקש Enter כדי למקם",nodePaletteResultCount:{one:"{count} פריט",two:"{count} פריטים",other:"{count} פריטים"},retrievalResultsSelectRow:"בחר {label}",pathStripLabel:"נתיב",pathNodeStatus:"{label}, צומת {position} מתוך {total}",pathRelationStatus:"{relation}, יחס",neighborListLabel:"קשרים",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"הרחב את {label} בגרף",neighborListEmpty:"אין קשרים",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"זיכרון",memoryPanelShortTermHeading:"הקשר לטווח קצר",memoryPanelLongTermHeading:"זיכרונות לטווח ארוך",memoryPanelAdd:"הוסף לזיכרון לטווח ארוך",memoryPanelAddWithContext:'הוסף "{label}" לזיכרון לטווח ארוך',memoryPanelForgetAll:"שכח הכול",memoryPanelConfirmAddHeading:"להוסיף את זה לזיכרון לטווח ארוך?",memoryPanelConfirmRemoveHeading:"להסיר את הפריט הזה?",memoryPanelConfirmForgetHeading:"לשכוח את כל הזיכרונות לטווח ארוך?",memoryPanelConfirmForgetBody:"פעולה זו מוחקת לצמיתות את כל {count} הזיכרונות לטווח ארוך.",graphExplorerLabel:"סייר גרף הידע",graphExplorerSearchPlaceholder:"חפש ישויות…",graphExplorerSearchResultsLabel:"תוצאות חיפוש",graphExplorerPin:"הצמד",graphExplorerUnpin:"בטל הצמדה",graphExplorerPinned:"{label} מוצמד",graphExplorerUnpinned:"בוטלה ההצמדה של {label}",graphExplorerPinnedHeading:"מוצמד",graphExplorerFindPath:"מצא נתיב",retrievalModeVector:"וקטור",retrievalModeKeyword:"מילת מפתח",retrievalModeHybrid:"היברידי",retrievalSearchLabel:"חיפוש אחזור",retrievalModeLabel:"מצב חיפוש",retrievalFiltersLabel:"מסננים פעילים",groundingSummaryLabel:"סיכום הביסוס",groundingSummaryEmpty:"אין הערכת ביסוס זמינה",groundingSummarySupportedLabel:"טענות נתמכות",groundingSummaryUnsupportedLabel:"טענות לא נתמכות",groundingSummaryCoverageLabel:"כיסוי ציטוטים",groundingSummaryConfidenceLabel:"רמת ודאות",groundingSummaryWarningsHeading:"אזהרות",groundingSummaryEvidenceHeading:"ראיות",claimEvidenceLabel:"ראיות לטענה",claimEvidenceEmpty:"אין ראיות ברמת הטענה",claimEvidenceSupported:"נתמכת",claimEvidencePartiallySupported:"נתמכת חלקית",claimEvidenceUnsupported:"לא נתמכת",claimEvidenceContradicted:"נסתרת",claimEvidenceConfidence:"{percent} ודאות",retrievalCompareLabel:"השוואת אחזור",retrievalCompareEmpty:"אין ערכות תוצאות אחזור להשוואה",retrievalCompareOverlap:"חפיפה בין {left} ל־{right} בתוצאות ה־k המובילות: {percent}",retrievalCompareRank:"דירוג {rank}",retrievalCompareDenseScore:"צפוף",retrievalCompareSparseScore:"דליל",retrievalCompareRerankScore:"דירוג מחדש",retrievalCompareFinalScore:"סופי",ragEvalDashboardLabel:"לוח המחוונים להערכת RAG",ragEvalDashboardEmpty:"אין ריצות הערכה זמינות",ragEvalDashboardRuns:"ריצות הערכה",ragEvalDashboardSlices:"פרוסות הערכה",ragEvalDashboardAllSlices:"כל",ragEvalDashboardSliceUnavailable:"אין ריצות הערכה זמינות עבור {slice}.",knowledgeBaseSyncIdle:"לא פעיל",knowledgeBaseSyncSyncing:"מסנכרן",knowledgeBaseSyncPaused:"מושהה",knowledgeBaseSyncSynced:"מסונכרן",knowledgeBaseSyncError:"שגיאה",knowledgeBaseHealthHealthy:"בריא",knowledgeBaseHealthDegraded:"מצב ירוד",knowledgeBaseHealthFailed:"נכשל",knowledgeBaseHealthUnknown:"לא ידוע",knowledgeBasePermissionOwner:"בעלים",knowledgeBasePermissionEditor:"עורך",knowledgeBasePermissionViewer:"צופה",knowledgeBasePermissionRestricted:"מוגבל",knowledgeBaseNeverSynced:"מעולם לא סונכרן",knowledgeBaseSyncAction:"סנכרן עכשיו",knowledgeBasePauseAction:"השהה את הסנכרון",knowledgeBaseDeleteAction:"מחק מקור",knowledgeBaseNameColumn:"מקור",knowledgeBaseSyncColumn:"סטטוס סנכרון",knowledgeBaseHealthColumn:"תקינות האינדוקס",knowledgeBasePermissionColumn:"הרשאה",knowledgeBaseActionsColumn:"פעולות",knowledgeBaseTotalSources:"מקורות",knowledgeBaseSyncedSources:"מסונכרנים",knowledgeBaseSyncingSources:"מסתנכרנים",knowledgeBaseNeedsAttention:"דורשים טיפול",knowledgeBaseHeading:"מאגר ידע",knowledgeBaseCreateSource:"הוסף מקור",knowledgeBaseEmptyHeading:"עדיין אין מקורות ידע",ingestionStageQueued:"בתור",ingestionStageUploading:"מעלה",ingestionStageExtracting:"חילוץ טקסט",ingestionStageChunking:"חלוקה למקטעים",ingestionStageEmbedding:"יצירת הטמעות",ingestionStageIndexing:"יצירת אינדקס",ingestionStageDone:"הושלם",ingestionStageFailed:"נכשל",ingestionStageCancelled:"בוטל",ingestionStageUnknown:"שלב לא ידוע",ingestionQueueLabel:"תור קליטה",ingestionQueueEmpty:"אין מסמכים בתור",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"נסה מונח חיפוש או מסננים אחרים.",groundingSummaryEvidenceSpan:"תווים {start}–{end}",knowledgeBaseDocumentCount:"{count} באינדקס",knowledgeBaseRowActionsLabel:"פעולות עבור {name}",knowledgeBaseEmptyDescription:"הוסף מקור כדי להתחיל להוסיף תוכן לאינדקס.",ingestionChunkCount:{one:"{count} מקטע",two:"{count} מקטעים",other:"{count} מקטעים"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"הוטמעו {embedded} מתוך {total} מקטעים",ingestionAttemptCount:"ניסיון {count}",ingestionRetryWithContext:"נסה שוב {label}",ingestionCancelWithContext:"בטל {label}",retrievalStageQueryRewrite:"שכתוב שאילתה",retrievalStageEmbed:"הטמעה",retrievalStageRetrieve:"אחזור",retrievalStageRerank:"דירוג מחדש",retrievalStageFilter:"סינון",retrievalTraceEvidenceToggle:"ראיות עבור {label}"};registerLyraLocale("he",strings,{dir:"rtl",name:"עברית"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"אין נתונים",jumpToLatest:"עבור אל העדכנית ביותר",loadMore:"טען עוד",viewerSearchMatchCount:{one:"{count} התאמה",two:"{count} התאמות",other:"{count} התאמות"},viewerSearchNoMatches:"אין התאמות",viewerSearchActiveMatch:"התאמה {current} מתוך {total}",tableLoadFailed:"לא ניתן לטעון את הנתונים",zoomOut:"הקטנה",zoomIn:"הגדלה",clear:"נקה",open:"פתח",close:"סגור",resizeValuePixels:"{value} פיקסלים",copy:"העתק",copied:"הועתק!",expand:"הרחב",collapse:"כווץ",showMoreCount:"הצג עוד {count}",showLess:"הצג פחות",retry:"נסה שוב",remove:"הסר",removeWithContext:"הסר את {label}",loading:"טוען…",noMatches:"אין התאמות",previous:"הקודם",next:"הבא",paginationLabel:"עימוד",paginationSummary:"{start}–{end} מתוך {total} {itemLabel}",cancel:"בטל",search:"חפש",items:"פריטים",item:"פריט",notInCatalog:"לא בקטלוג",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"אפס זום",showMoreCollapsed:"+{count}",statusPending:"ממתין",statusRunning:"פועל",statusSuccess:"הצלחה",statusError:"שגיאה",statusDenied:"נדחה",restore:"שחזר",navigation:"ניווט",attachmentUntitledFile:"קובץ ללא שם",chart:"תרשים",chartValueLabel:"{label}: {value}",date:"תאריך",dateInputMinMessage:"התאריך חייב להיות בתאריך {min} או אחריו.",dateInputMaxMessage:"התאריך חייב להיות בתאריך {max} או לפניו.",dateInputInvalid:"הזן תאריך חוקי.",documentPreviewEmpty:"אין {type} לתצוגה.",documentPreviewTypeImage:"תמונה",download:"הורד",progress:"התקדמות",popover:"פופ-אובר",details:"פרטים",map:"מפה",select:"בחר",sourceListDefaultLabel:"מקורות",thinkingPanelLabel:"חשיבה",handoffToAgent:"הועבר אל {agent}",handoffFromToAgent:"הועבר מ-{from} ל-{to}",thinking:"חשיבה…",deny:"דחה",approve:"אשר",fieldRequired:"שדה זה חובה.",unsupportedFieldType:'סוג שדה לא נתמך "{type}".',valueInvalid:"הערך לא חוקי.",copyFailed:"ההעתקה נכשלה",durationMilliseconds:"{value} מילישניות",durationSeconds:"{value} שניות",menuLabel:"תפריט",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"בוצע מעבר לקטע המודגש.",anchorJumpedToPage:"בוצע מעבר לעמוד {page}.",anchorNotFound:"הקטע לא נמצא במסמך זה.",highlightWithLabel:"הדגשה: {label}",tokensIn:"אסימוני קלט",tokensOut:"אסימוני פלט",comparePanel:"השוואה",treeNodeMoved:"הפריט {label} הועבר למיקום {index} מתוך {total}",gitStatusAdded:"נוסף",gitStatusModified:"שונה",gitStatusDeleted:"נמחק",gitStatusRenamed:"השם שונה",gitStatusUntracked:"ללא מעקב",gitStatusConflicted:"מסוכסך",gitStatusIgnored:"התעלמות",envListValueHidden:"ערך מוסתר",provenanceEntities:"ישויות",flowItemAnnouncement:"{item} ({index} מתוך {total})",neighborDirectionIn:"נכנס",neighborDirectionOut:"יוצא",neighborDirectionBoth:"דו-כיווני",promptStudioRoleSystem:"מערכת",promptStudioRoleUser:"משתמש",promptStudioRoleAssistant:"עוזר",moveUp:"העבר למעלה",moveDown:"העבר למטה",reorderItemMoved:"הועבר למיקום {index} מתוך {total}"};registerLyraLocale("he",strings,{dir:"rtl",name:"עברית"});
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"אין נתונים",legendTypeShown:"{label} מוצג",legendTypeHidden:"{label} מוסתר",jumpToLatest:"עבור אל העדכנית ביותר",loadMore:"טען עוד",viewerSearchMatchCount:{one:"{count} התאמה",two:"{count} התאמות",other:"{count} התאמות"},viewerSearchNoMatches:"אין התאמות",viewerSearchActiveMatch:"התאמה {current} מתוך {total}",tableLoadFailed:"לא ניתן לטעון את הנתונים",zoomOut:"הקטנה",zoomIn:"הגדלה",clear:"נקה",open:"פתח",close:"סגור",resizeValuePixels:"{value} פיקסלים",copy:"העתק",copied:"הועתק!",expand:"הרחב",collapse:"כווץ",showMoreCount:"הצג עוד {count}",showLess:"הצג פחות",retry:"נסה שוב",remove:"הסר",removeWithContext:"הסר את {label}",loading:"טוען…",noMatches:"אין התאמות",previous:"הקודם",next:"הבא",paginationLabel:"עימוד",paginationSummary:"{start}–{end} מתוך {total} {itemLabel}",cancel:"בטל",search:"חפש",items:"פריטים",item:"פריט",notInCatalog:"לא בקטלוג",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"אפס זום",showMoreCollapsed:"+{count}",statusPending:"ממתין",statusRunning:"פועל",statusSuccess:"הצלחה",statusError:"שגיאה",statusDenied:"נדחה",restore:"שחזר",navigation:"ניווט",attachmentUntitledFile:"קובץ ללא שם",chart:"תרשים",chartValueLabel:"{label}: {value}",date:"תאריך",dateInputMinMessage:"התאריך חייב להיות בתאריך {min} או אחריו.",dateInputMaxMessage:"התאריך חייב להיות בתאריך {max} או לפניו.",dateInputInvalid:"הזן תאריך חוקי.",documentPreviewEmpty:"אין {type} לתצוגה.",documentPreviewTypeImage:"תמונה",download:"הורד",progress:"התקדמות",popover:"פופ-אובר",details:"פרטים",map:"מפה",select:"בחר",sourceListDefaultLabel:"מקורות",thinkingPanelLabel:"חשיבה",handoffToAgent:"הועבר אל {agent}",handoffFromToAgent:"הועבר מ-{from} ל-{to}",thinking:"חשיבה…",deny:"דחה",approve:"אשר",fieldRequired:"שדה זה חובה.",unsupportedFieldType:'סוג שדה לא נתמך "{type}".',valueInvalid:"הערך לא חוקי.",copyFailed:"ההעתקה נכשלה",durationMilliseconds:"{value} מילישניות",durationSeconds:"{value} שניות",menuLabel:"תפריט",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"בוצע מעבר לקטע המודגש.",anchorJumpedToPage:"בוצע מעבר לעמוד {page}.",anchorNotFound:"הקטע לא נמצא במסמך זה.",highlightWithLabel:"הדגשה: {label}",tokensIn:"אסימוני קלט",tokensOut:"אסימוני פלט",comparePanel:"השוואה",treeNodeMoved:"הפריט {label} הועבר למיקום {index} מתוך {total}",gitStatusAdded:"נוסף",gitStatusModified:"שונה",gitStatusDeleted:"נמחק",gitStatusRenamed:"השם שונה",gitStatusUntracked:"ללא מעקב",gitStatusConflicted:"מסוכסך",gitStatusIgnored:"התעלמות",envListValueHidden:"ערך מוסתר",provenanceEntities:"ישויות",flowItemAnnouncement:"{item} ({index} מתוך {total})",neighborDirectionIn:"נכנס",neighborDirectionOut:"יוצא",neighborDirectionBoth:"דו-כיווני",promptStudioRoleSystem:"מערכת",promptStudioRoleUser:"משתמש",promptStudioRoleAssistant:"עוזר",moveUp:"העבר למעלה",moveDown:"העבר למטה",reorderItemMoved:"הועבר למיקום {index} מתוך {total}"};registerLyraLocale("he",strings,{dir:"rtl",name:"עברית"});
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Legenda del grafo",legendTypeShown:"{label} mostrato",legendTypeHidden:"{label} nascosto",entityChipWithType:"{label}, {type}",showMore:"Mostra altro",untitledSource:"Fonte senza titolo",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Affidabilità alta",citationMediumConfidence:"Affidabilità media",citationLowConfidence:"Affidabilità bassa",citationVerified:"Verificata",citationUnverified:"Non verificata",graphDataList:"Dati del grafo",graphItemAnnouncement:"{item} ({index} di {total})",citation:"Citazione {index}",citationWithStatus:"Citazione {index}, {status}",citationWithCustomLabel:"Citazione {index}, {label}",graphNode:"Nodo {label}",graphLink:"Collegamento da {source} a {target}",graphDiagram:"Diagramma nodi-collegamenti con {nodeCount} nodi e {linkCount} collegamenti",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, espandibile",graphNodeFocused:"Centrato su {label}",graphSelectionCount:"{count} selezionati",graphNodesHidden:"{hidden} di {total} nodi nascosti",graphCommunity:"Comunità {label}, {count} nodi",ragAnswerLabel:"Risposta basata su fonti",ragAnswerCitations:"Citazioni",ragAnswerSources:"Fonti",ragAnswerRetry:"Riprova risposta",embeddingExplorerLabel:"Esploratore di embedding",embeddingExplorerEmpty:"Nessun punto di embedding",embeddingExplorerPoint:"{label}, punto di embedding {index}",knowledgeBaseAdminLabel:"Amministrazione base di conoscenza",knowledgeBaseAdminSourcesTab:"Fonti",knowledgeBaseAdminIngestionTab:"Acquisizione",graphMissingLibrary:'Questo componente richiede il pacchetto opzionale "d3" installato per visualizzare il grafo.',mindMapLabel:"Mappa mentale",mindMapTopicStatus:"{label}, livello {level}, {count} sottoargomenti",mindMapLeafStatus:"{label}, livello {level}",mindMapExpanded:"{label} espanso",mindMapCollapsed:"{label} compresso",entityDegree:"Connessioni",entityCommunity:"Comunità",focusInGraph:"Centra nel grafo",untitledEntity:"Entità senza titolo",untitledCommunity:"Comunità senza titolo",communityMemberCount:"{count} membri",communityDrillIn:"Esplora comunità",selectAllSources:"Seleziona tutte le fonti",sourcePickerSelection:"{selected} di {total} selezionate",provenancePanelLabel:"Verifica delle fonti",provenanceRelationships:"Relazioni",provenanceCommunities:"Comunità",provenanceChunks:"Blocchi di testo",provenanceEmpty:"Nessun dato di verifica per questa risposta",chunkInspectorLabel:"Blocchi recuperati",chunkScore:"Rilevanza {percent}%",scoreTierHigh:"Rilevanza alta",scoreTierMedium:"Rilevanza media",scoreTierLow:"Rilevanza bassa",chunkInspectorEmpty:"Nessun blocco recuperato",nodePaletteLabel:"Tavolozza dei nodi",nodePalettePlaceholder:"Cerca nodi…",nodePaletteEmpty:"Nessun nodo corrispondente.",nodePaletteDragHint:"Trascina sull’area di lavoro oppure premi Invio per posizionare",nodePaletteResultCount:{one:"{count} elemento",many:"{count} elementi",other:"{count} elementi"},retrievalResultsSelectRow:"Seleziona {label}",pathStripLabel:"Percorso",pathNodeStatus:"{label}, nodo {position} di {total}",pathRelationStatus:"{relation}, relazione",neighborListLabel:"Relazioni",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Espandi {label} nel grafo",neighborListEmpty:"Nessuna relazione",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Memoria",memoryPanelShortTermHeading:"Contesto a breve termine",memoryPanelLongTermHeading:"Memorie a lungo termine",memoryPanelAdd:"Aggiungi alla memoria a lungo termine",memoryPanelAddWithContext:'Aggiungi "{label}" alla memoria a lungo termine',memoryPanelForgetAll:"Elimina tutto",memoryPanelConfirmAddHeading:"Aggiungere questo alla memoria a lungo termine?",memoryPanelConfirmRemoveHeading:"Rimuovere questo elemento?",memoryPanelConfirmForgetHeading:"Eliminare tutte le memorie a lungo termine?",memoryPanelConfirmForgetBody:"Questo elimina definitivamente tutte le {count} memorie a lungo termine.",graphExplorerLabel:"Esploratore del grafo di conoscenza",graphExplorerSearchPlaceholder:"Cerca entità…",graphExplorerSearchResultsLabel:"Risultati della ricerca",graphExplorerPin:"Blocca",graphExplorerUnpin:"Sblocca",graphExplorerPinned:"{label} bloccato",graphExplorerUnpinned:"{label} sbloccato",graphExplorerPinnedHeading:"Bloccati",graphExplorerFindPath:"Trova percorso",retrievalModeVector:"Vettoriale",retrievalModeKeyword:"Parola chiave",retrievalModeHybrid:"Ibrida",retrievalSearchLabel:"Ricerca di recupero",retrievalModeLabel:"Modalità di ricerca",retrievalFiltersLabel:"Filtri attivi",groundingSummaryLabel:"Riepilogo verifica delle fonti",groundingSummaryEmpty:"Nessuna valutazione di verifica disponibile",groundingSummarySupportedLabel:"Affermazioni supportate",groundingSummaryUnsupportedLabel:"Affermazioni non supportate",groundingSummaryCoverageLabel:"Copertura delle citazioni",groundingSummaryConfidenceLabel:"Affidabilità",groundingSummaryWarningsHeading:"Avvisi",groundingSummaryEvidenceHeading:"Prove",claimEvidenceLabel:"Prove dell’affermazione",claimEvidenceEmpty:"Nessuna prova disponibile a livello di affermazione",claimEvidenceSupported:"Supportata",claimEvidencePartiallySupported:"Parzialmente supportata",claimEvidenceUnsupported:"Non supportata",claimEvidenceContradicted:"Contraddetta",claimEvidenceConfidence:"Affidabilità {percent}",retrievalCompareLabel:"Confronto di recupero",retrievalCompareEmpty:"Nessun set di risultati di recupero da confrontare",retrievalCompareOverlap:"Sovrapposizione top-k tra {left} e {right}: {percent}",retrievalCompareRank:"Posizione {rank}",retrievalCompareDenseScore:"Denso",retrievalCompareSparseScore:"Sparso",retrievalCompareRerankScore:"Riordinamento",retrievalCompareFinalScore:"Finale",ragEvalDashboardLabel:"Dashboard di valutazione RAG",ragEvalDashboardEmpty:"Nessuna esecuzione di valutazione disponibile",ragEvalDashboardRuns:"Esecuzioni di valutazione",ragEvalDashboardSlices:"Segmenti di valutazione",ragEvalDashboardAllSlices:"Tutti",ragEvalDashboardSliceUnavailable:"Nessuna esecuzione di valutazione disponibile per {slice}.",knowledgeBaseSyncIdle:"Inattiva",knowledgeBaseSyncSyncing:"Sincronizzazione",knowledgeBaseSyncPaused:"In pausa",knowledgeBaseSyncSynced:"Sincronizzata",knowledgeBaseSyncError:"Errore",knowledgeBaseHealthHealthy:"Integra",knowledgeBaseHealthDegraded:"Degradata",knowledgeBaseHealthFailed:"Non riuscita",knowledgeBaseHealthUnknown:"Sconosciuta",knowledgeBasePermissionOwner:"Proprietario",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Visualizzatore",knowledgeBasePermissionRestricted:"Limitato",knowledgeBaseNeverSynced:"Mai sincronizzata",knowledgeBaseSyncAction:"Sincronizza ora",knowledgeBasePauseAction:"Sospendi sincronizzazione",knowledgeBaseDeleteAction:"Elimina fonte",knowledgeBaseNameColumn:"Fonte",knowledgeBaseSyncColumn:"Stato sincronizzazione",knowledgeBaseHealthColumn:"Integrità indicizzazione",knowledgeBasePermissionColumn:"Permesso",knowledgeBaseActionsColumn:"Azioni",knowledgeBaseTotalSources:"Fonti",knowledgeBaseSyncedSources:"Sincronizzate",knowledgeBaseSyncingSources:"In sincronizzazione",knowledgeBaseNeedsAttention:"Richiede attenzione",knowledgeBaseHeading:"Base di conoscenza",knowledgeBaseCreateSource:"Aggiungi fonte",knowledgeBaseEmptyHeading:"Ancora nessuna fonte di conoscenza",ingestionStageQueued:"In coda",ingestionStageUploading:"Caricamento",ingestionStageExtracting:"Estrazione testo",ingestionStageChunking:"Suddivisione in blocchi",ingestionStageEmbedding:"Calcolo embedding",ingestionStageIndexing:"Indicizzazione",ingestionStageDone:"Completato",ingestionStageFailed:"Non riuscita",ingestionStageCancelled:"Annullata",ingestionStageUnknown:"Fase sconosciuta",ingestionQueueLabel:"Coda di acquisizione",ingestionQueueEmpty:"Nessun documento in coda",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Prova un termine di ricerca o filtri diversi.",groundingSummaryEvidenceSpan:"Caratteri {start}–{end}",knowledgeBaseDocumentCount:"{count} indicizzati",knowledgeBaseRowActionsLabel:"Azioni per {name}",knowledgeBaseEmptyDescription:"Aggiungi una fonte per iniziare a indicizzare i contenuti.",ingestionChunkCount:{one:"{count} blocco",many:"{count} blocchi",other:"{count} blocchi"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} di {total} blocchi calcolati",ingestionAttemptCount:"Tentativo {count}",ingestionRetryWithContext:"Riprova {label}",ingestionCancelWithContext:"Annulla {label}",retrievalStageQueryRewrite:"Riscrittura query",retrievalStageEmbed:"Embedding",retrievalStageRetrieve:"Recupero",retrievalStageRerank:"Riordinamento",retrievalStageFilter:"Filtro",retrievalTraceEvidenceToggle:"{label} prove"};registerLyraLocale("it",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={graphLegendLabel:"Legenda del grafo",entityChipWithType:"{label}, {type}",showMore:"Mostra altro",untitledSource:"Fonte senza titolo",sourcePageSuffix:"{base} — p. {page}",citationHighConfidence:"Affidabilità alta",citationMediumConfidence:"Affidabilità media",citationLowConfidence:"Affidabilità bassa",citationVerified:"Verificata",citationUnverified:"Non verificata",graphDataList:"Dati del grafo",graphItemAnnouncement:"{item} ({index} di {total})",citation:"Citazione {index}",citationWithStatus:"Citazione {index}, {status}",citationWithCustomLabel:"Citazione {index}, {label}",graphNode:"Nodo {label}",graphLink:"Collegamento da {source} a {target}",graphDiagram:"Diagramma nodi-collegamenti con {nodeCount} nodi e {linkCount} collegamenti",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, espandibile",graphNodeFocused:"Centrato su {label}",graphSelectionCount:"{count} selezionati",graphNodesHidden:"{hidden} di {total} nodi nascosti",graphCommunity:"Comunità {label}, {count} nodi",ragAnswerLabel:"Risposta basata su fonti",ragAnswerCitations:"Citazioni",ragAnswerSources:"Fonti",ragAnswerRetry:"Riprova risposta",embeddingExplorerLabel:"Esploratore di embedding",embeddingExplorerEmpty:"Nessun punto di embedding",embeddingExplorerPoint:"{label}, punto di embedding {index}",knowledgeBaseAdminLabel:"Amministrazione base di conoscenza",knowledgeBaseAdminSourcesTab:"Fonti",knowledgeBaseAdminIngestionTab:"Acquisizione",graphMissingLibrary:'Questo componente richiede il pacchetto opzionale "d3" installato per visualizzare il grafo.',mindMapLabel:"Mappa mentale",mindMapTopicStatus:"{label}, livello {level}, {count} sottoargomenti",mindMapLeafStatus:"{label}, livello {level}",mindMapExpanded:"{label} espanso",mindMapCollapsed:"{label} compresso",entityDegree:"Connessioni",entityCommunity:"Comunità",focusInGraph:"Centra nel grafo",untitledEntity:"Entità senza titolo",untitledCommunity:"Comunità senza titolo",communityMemberCount:"{count} membri",communityDrillIn:"Esplora comunità",selectAllSources:"Seleziona tutte le fonti",sourcePickerSelection:"{selected} di {total} selezionate",provenancePanelLabel:"Verifica delle fonti",provenanceRelationships:"Relazioni",provenanceCommunities:"Comunità",provenanceChunks:"Blocchi di testo",provenanceEmpty:"Nessun dato di verifica per questa risposta",chunkInspectorLabel:"Blocchi recuperati",chunkScore:"Rilevanza {percent}%",scoreTierHigh:"Rilevanza alta",scoreTierMedium:"Rilevanza media",scoreTierLow:"Rilevanza bassa",chunkInspectorEmpty:"Nessun blocco recuperato",nodePaletteLabel:"Tavolozza dei nodi",nodePalettePlaceholder:"Cerca nodi…",nodePaletteEmpty:"Nessun nodo corrispondente.",nodePaletteDragHint:"Trascina sull’area di lavoro oppure premi Invio per posizionare",nodePaletteResultCount:{one:"{count} elemento",many:"{count} elementi",other:"{count} elementi"},retrievalResultsSelectRow:"Seleziona {label}",pathStripLabel:"Percorso",pathNodeStatus:"{label}, nodo {position} di {total}",pathRelationStatus:"{relation}, relazione",neighborListLabel:"Relazioni",neighborRowLabel:"{label}, {relation}, {direction}",neighborExpand:"Espandi {label} nel grafo",neighborListEmpty:"Nessuna relazione",neighborGroupHeader:"{relation} ({count})",memoryPanelLabel:"Memoria",memoryPanelShortTermHeading:"Contesto a breve termine",memoryPanelLongTermHeading:"Memorie a lungo termine",memoryPanelAdd:"Aggiungi alla memoria a lungo termine",memoryPanelAddWithContext:'Aggiungi "{label}" alla memoria a lungo termine',memoryPanelForgetAll:"Elimina tutto",memoryPanelConfirmAddHeading:"Aggiungere questo alla memoria a lungo termine?",memoryPanelConfirmRemoveHeading:"Rimuovere questo elemento?",memoryPanelConfirmForgetHeading:"Eliminare tutte le memorie a lungo termine?",memoryPanelConfirmForgetBody:"Questo elimina definitivamente tutte le {count} memorie a lungo termine.",graphExplorerLabel:"Esploratore del grafo di conoscenza",graphExplorerSearchPlaceholder:"Cerca entità…",graphExplorerSearchResultsLabel:"Risultati della ricerca",graphExplorerPin:"Blocca",graphExplorerUnpin:"Sblocca",graphExplorerPinned:"{label} bloccato",graphExplorerUnpinned:"{label} sbloccato",graphExplorerPinnedHeading:"Bloccati",graphExplorerFindPath:"Trova percorso",retrievalModeVector:"Vettoriale",retrievalModeKeyword:"Parola chiave",retrievalModeHybrid:"Ibrida",retrievalSearchLabel:"Ricerca di recupero",retrievalModeLabel:"Modalità di ricerca",retrievalFiltersLabel:"Filtri attivi",groundingSummaryLabel:"Riepilogo verifica delle fonti",groundingSummaryEmpty:"Nessuna valutazione di verifica disponibile",groundingSummarySupportedLabel:"Affermazioni supportate",groundingSummaryUnsupportedLabel:"Affermazioni non supportate",groundingSummaryCoverageLabel:"Copertura delle citazioni",groundingSummaryConfidenceLabel:"Affidabilità",groundingSummaryWarningsHeading:"Avvisi",groundingSummaryEvidenceHeading:"Prove",claimEvidenceLabel:"Prove dell’affermazione",claimEvidenceEmpty:"Nessuna prova disponibile a livello di affermazione",claimEvidenceSupported:"Supportata",claimEvidencePartiallySupported:"Parzialmente supportata",claimEvidenceUnsupported:"Non supportata",claimEvidenceContradicted:"Contraddetta",claimEvidenceConfidence:"Affidabilità {percent}",retrievalCompareLabel:"Confronto di recupero",retrievalCompareEmpty:"Nessun set di risultati di recupero da confrontare",retrievalCompareOverlap:"Sovrapposizione top-k tra {left} e {right}: {percent}",retrievalCompareRank:"Posizione {rank}",retrievalCompareDenseScore:"Denso",retrievalCompareSparseScore:"Sparso",retrievalCompareRerankScore:"Riordinamento",retrievalCompareFinalScore:"Finale",ragEvalDashboardLabel:"Dashboard di valutazione RAG",ragEvalDashboardEmpty:"Nessuna esecuzione di valutazione disponibile",ragEvalDashboardRuns:"Esecuzioni di valutazione",ragEvalDashboardSlices:"Segmenti di valutazione",ragEvalDashboardAllSlices:"Tutti",ragEvalDashboardSliceUnavailable:"Nessuna esecuzione di valutazione disponibile per {slice}.",knowledgeBaseSyncIdle:"Inattiva",knowledgeBaseSyncSyncing:"Sincronizzazione",knowledgeBaseSyncPaused:"In pausa",knowledgeBaseSyncSynced:"Sincronizzata",knowledgeBaseSyncError:"Errore",knowledgeBaseHealthHealthy:"Integra",knowledgeBaseHealthDegraded:"Degradata",knowledgeBaseHealthFailed:"Non riuscita",knowledgeBaseHealthUnknown:"Sconosciuta",knowledgeBasePermissionOwner:"Proprietario",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Visualizzatore",knowledgeBasePermissionRestricted:"Limitato",knowledgeBaseNeverSynced:"Mai sincronizzata",knowledgeBaseSyncAction:"Sincronizza ora",knowledgeBasePauseAction:"Sospendi sincronizzazione",knowledgeBaseDeleteAction:"Elimina fonte",knowledgeBaseNameColumn:"Fonte",knowledgeBaseSyncColumn:"Stato sincronizzazione",knowledgeBaseHealthColumn:"Integrità indicizzazione",knowledgeBasePermissionColumn:"Permesso",knowledgeBaseActionsColumn:"Azioni",knowledgeBaseTotalSources:"Fonti",knowledgeBaseSyncedSources:"Sincronizzate",knowledgeBaseSyncingSources:"In sincronizzazione",knowledgeBaseNeedsAttention:"Richiede attenzione",knowledgeBaseHeading:"Base di conoscenza",knowledgeBaseCreateSource:"Aggiungi fonte",knowledgeBaseEmptyHeading:"Ancora nessuna fonte di conoscenza",ingestionStageQueued:"In coda",ingestionStageUploading:"Caricamento",ingestionStageExtracting:"Estrazione testo",ingestionStageChunking:"Suddivisione in blocchi",ingestionStageEmbedding:"Calcolo embedding",ingestionStageIndexing:"Indicizzazione",ingestionStageDone:"Completato",ingestionStageFailed:"Non riuscita",ingestionStageCancelled:"Annullata",ingestionStageUnknown:"Fase sconosciuta",ingestionQueueLabel:"Coda di acquisizione",ingestionQueueEmpty:"Nessun documento in coda",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Prova un termine di ricerca o filtri diversi.",groundingSummaryEvidenceSpan:"Caratteri {start}–{end}",knowledgeBaseDocumentCount:"{count} indicizzati",knowledgeBaseRowActionsLabel:"Azioni per {name}",knowledgeBaseEmptyDescription:"Aggiungi una fonte per iniziare a indicizzare i contenuti.",ingestionChunkCount:{one:"{count} blocco",many:"{count} blocchi",other:"{count} blocchi"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} di {total} blocchi calcolati",ingestionAttemptCount:"Tentativo {count}",ingestionRetryWithContext:"Riprova {label}",ingestionCancelWithContext:"Annulla {label}",retrievalStageQueryRewrite:"Riscrittura query",retrievalStageEmbed:"Embedding",retrievalStageRetrieve:"Recupero",retrievalStageRerank:"Riordinamento",retrievalStageFilter:"Filtro",retrievalTraceEvidenceToggle:"{label} prove"};registerLyraLocale("it",strings);