@aceshooting/lyra-ui 14.1.1 → 14.3.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.
- package/CHANGELOG.md +42 -0
- package/custom-elements.json +1 -1
- package/design-tokens.json +1 -1
- package/dist/cli/migration-contract.json +1 -1
- package/dist/components/charts/chart/chart-legend-visibility.d.ts +8 -0
- package/dist/components/charts/chart/chart.class.d.ts +64 -15
- package/dist/components/charts/chart/chart.class.js +10 -10
- package/dist/components/data/heatmap/heatmap.class.d.ts +44 -6
- package/dist/components/data/heatmap/heatmap.class.js +8 -2
- package/dist/components/data/heatmap/heatmap.styles.js +1 -1
- package/dist/components/data/table/table.class.d.ts +9 -1
- package/dist/components/data/table/table.class.js +4 -3
- package/dist/components/data/table/table.styles.js +1 -1
- package/dist/components/forms/button/button.class.d.ts +8 -2
- package/dist/components/forms/button/button.class.js +6 -2
- package/dist/components/forms/checkbox/checkbox.styles.js +1 -1
- package/dist/components/forms/date-picker/date-input.class.d.ts +7 -8
- package/dist/components/forms/date-picker/date-input.styles.js +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts +12 -2
- package/dist/components/forms/locale-picker/locale-picker.class.js +7 -6
- package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -1
- package/dist/components/forms/slider/slider.class.d.ts +21 -5
- package/dist/components/forms/slider/slider.class.js +6 -5
- package/dist/components/forms/slider/slider.styles.js +1 -1
- package/dist/components/media/map/map-loader.d.ts +3 -1
- package/dist/components/media/map/map.class.d.ts +86 -6
- package/dist/components/media/map/map.class.js +1 -1
- package/dist/components/media/map/map.styles.js +1 -1
- package/dist/custom-elements-jsx.d.ts +1 -1
- package/dist/events.d.ts +21 -5
- package/dist/internal/default-strings.generated.d.ts +1 -1
- package/dist/internal/default-strings.generated.js +1 -1
- package/dist/internal/icons.d.ts +2 -0
- package/dist/internal/icons.js +2 -2
- package/dist/internal/localization-types.d.ts +1 -1
- package/dist/internal/localization.js +1 -1
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/pt-BR.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/zh-CN.js +1 -1
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-accordion-item.md +36 -0
- package/llms/components/lr-accordion.md +36 -0
- package/llms/components/lr-bar-chart.md +5 -2
- package/llms/components/lr-bubble-chart.md +5 -2
- package/llms/components/lr-button.md +5 -0
- package/llms/components/lr-chart.md +67 -3
- package/llms/components/lr-checkbox.md +3 -1
- package/llms/components/lr-date-input.md +19 -33
- package/llms/components/lr-date-picker.md +19 -33
- package/llms/components/lr-details.md +36 -0
- package/llms/components/lr-doughnut-chart.md +5 -2
- package/llms/components/lr-heatmap.md +63 -4
- package/llms/components/lr-histogram.md +7 -3
- package/llms/components/lr-line-chart.md +5 -2
- package/llms/components/lr-locale-picker.md +16 -2
- package/llms/components/lr-map.md +131 -4
- package/llms/components/lr-pie-chart.md +5 -2
- package/llms/components/lr-polar-area-chart.md +5 -2
- package/llms/components/lr-radar-chart.md +5 -2
- package/llms/components/lr-scatter-chart.md +5 -2
- package/llms/components/lr-slider.md +20 -4
- package/llms/components/lr-table.md +10 -4
- package/llms-full.txt +439 -56
- package/package.json +3 -3
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -26,7 +26,7 @@ export type LyraMessage=string|LyraPluralMessage;
|
|
|
26
26
|
* additional keys as well; components may use a component-specific key when
|
|
27
27
|
* a message is not part of this common set.
|
|
28
28
|
*/
|
|
29
|
-
export type LyraMessageKey='noData'|'graphLegendLabel'|'legendTypeShown'|'legendTypeHidden'|'entityChipWithType'|'jumpToLatest'|'terminalLabel'|'terminalDownload'|'terminalHighlightLine'|'schemaViewerIssueLimit'|'toolParamMissingProperty'|'toolParamBooleanUnset'|'toolParamBooleanTrue'|'toolParamBooleanFalse'|'toolParamSchemaLimit'|'testResultsLimit'|'toolTimelineLimit'|'toolSelectLimit'|'sequenceStripEmpty'|'sequenceStripCategoryCount'|'sequenceStripUnnamedCategory'|'noColumns'|'dataGridColumnMenu'|'dataGridPinStart'|'dataGridPinEnd'|'dataGridUnpin'|'dataGridRowsPerPage'|'dataGridTreeLimitReached'|'loadMore'|'viewerSearchMatchCount'|'viewerSearchNoMatches'|'viewerSearchActiveMatch'|'viewerHighlightLabel'|'tableFilterLabel'|'tableFilterPlaceholder'|'tableLoading'|'tableEditCell'|'carousel'|'carouselLabel'|'carouselSlide'|'carouselSlidePosition'|'carouselSlideAnnouncement'|'carouselSlideAnnouncementSeparator'|'carouselIndicators'|'carouselGoTo'|'imageComparerLabel'|'zoomableFrameLabel'|'zoomControls'|'zoomOut'|'zoomIn'|'lightboxLabel'|'lightboxImagePosition'|'scrollerLabel'|'chatViewportLabel'|'newMessageCount'|'newMessagesCount'|'newMessages'|'scrollPrevious'|'scrollNext'|'showAllColumns'|'showFewerColumns'|'clear'|'openCalendar'|'open'|'close'|'closeNavigation'|'openNavigation'|'resizeNavigation'|'resizeColumn'|'resizeValuePixels'|'resizeValuePercent'|'copy'|'copyJson'|'copied'|'expand'|'collapse'|'expandMessage'|'collapseMessage'|'messageActionsLabel'|'regenerateResponse'|'editMessage'|'showMore'|'showMoreCount'|'showLess'|'retry'|'remove'|'removeWithContext'|'playWithContext'|'pauseWithContext'|'loading'|'loadingDocument'|'calendarPreviousMonth'|'calendarNextMonth'|'noMatches'|'previous'|'next'|'paginationLabel'|'paginationPage'|'paginationJumpToPage'|'branchPickerLabel'|'branchPrevious'|'branchNext'|'branchPosition'|'paginationSummary'|'paginationEmptySummary'|'paginationApplied'|'cancel'|'confirm'|'search'|'circularReference'|'items'|'item'|'trendOf'|'wordCloud'|'wordCloudLegend'|'wordCloudWordAnnouncement'|'comboboxLoadError'|'comboboxSelectedOverflow'|'promptQueueItemLabel'|'promptQueueActionLabel'|'notInCatalog'|'sendMessage'|'stopGenerating'|'dropzoneReleaseToAdd'|'dropzoneRejectedType'|'fileSizeUnitB'|'fileSizeUnitKb'|'fileSizeUnitMb'|'fileSizeUnitGb'|'fileSizeUnitTb'|'chartCategory'|'chartTotal'|'chartAxisTotal'|'chartPrimaryAxis'|'chartSecondaryAxis'|'chartPointLabel'|'chartPointCoordinates'|'chartBubblePointCoordinates'|'chartLabeledPoint'|'resetZoom'|'chatSending'|'chatResponding'|'chatFailedToSend'|'chatFailedAnnounce'|'chatCompleteAnnounce'|'showMoreCollapsed'|'expandCode'|'collapseCode'|'copyCode'|'copiedToClipboard'|'codeRegion'|'codeRegionWithLanguage'|'codeBlockLineLabel'|'copyDiff'|'diffViewOldLabel'|'diffViewNewLabel'|'diffViewHiddenLines'|'diffViewTooLarge'|'jsonArray'|'jsonObject'|'jsonValue'|'jsonCopyLabel'|'jsonExpandLabel'|'jsonCollapseLabel'|'jsonItemCount'|'jsonKeyCount'|'jsonViewerLimit'|'untitledSource'|'sourcePageSuffix'|'toolCall'|'statusPending'|'statusRunning'|'statusSuccess'|'statusError'|'statusDenied'|'maximize'|'restore'|'wordCloudWord'|'wordCloudWords'|'promptStudioVariableName'|'promptStudioVariableValue'|'schemaViewerLimit'|'subagentPanelLimit'|'pollPause'|'pollResume'|'pollInactive'|'pollRefreshing'|'pollPaused'|'pollPausedAnnounce'|'pollResumedAnnounce'|'pollRefreshingAnnounce'|'randomContentPause'|'randomContentResume'|'attachmentAdd'|'attachmentTriggerFiles'|'attachmentTriggerImage'|'attachmentTriggerCamera'|'attachmentMenuFiles'|'attachmentMenuImage'|'attachmentMenuCamera'|'checkboxRequired'|'checkboxGroupRequired'|'tokenInputRequired'|'tokenInputEditWithContext'|'commandPaletteLabel'|'commandPalettePlaceholder'|'commandPaletteEmpty'|'commandPaletteResults'|'iconButtonLabel'|'codeEditorLabel'|'calendarLabel'|'calendarEmpty'|'switchRequired'|'citationHighConfidence'|'citationMediumConfidence'|'citationLowConfidence'|'citationVerified'|'citationUnverified'|'contextMeterUsed'|'contextMeterUsedOfTotal'|'contextMeterLabeledSummary'|'contextMeterSegmentLabel'|'gaugeLabel'|'gaugeValueLabel'|'untitledConversation'|'dockPanelCollapse'|'dockPanelExpand'|'dockPanelResize'|'documentPreviewAlt'|'documentPreviewUrlNotAllowed'|'documentPreviewFailedToLoad'|'documentPreviewResourceTooLarge'|'documentPreviewGenericError'|'ebookViewerLoadError'|'ebookViewerRegionLabel'|'ebookViewerPreviousChapter'|'ebookViewerNextChapter'|'fileTypeFile'|'fileTypePdf'|'fileTypeWord'|'fileTypeSpreadsheet'|'fileTypePresentation'|'fileTypeText'|'fileTypeCode'|'fileTypeArchive'|'fileTypeImage'|'fileTypeAudio'|'fileTypeVideo'|'fileTypeWithSize'|'pptxViewerLabel'|'pptxViewerFidelityNotice'|'pptxViewerRenderError'|'pptxViewerPreviousSlide'|'pptxViewerNextSlide'|'pptxViewerSlideOf'|'documentViewerLabel'|'attachmentPreviewName'|'attachmentPreviewFile'|'documentViewerMissingSanitizer'|'docxViewerLabel'|'docxViewerMissingConverter'|'svgViewerLabel'|'htmlViewerLabel'|'datasetViewerMissingParser'|'datasetViewerEmpty'|'datasetViewerCaption'|'datasetViewerCaptionNamed'|'contactViewerLabel'|'contactViewerNoContacts'|'contactViewerUnnamedContact'|'contactViewerPhoneLabel'|'contactViewerEmailLabel'|'contactViewerAddressLabel'|'contactViewerOrganization'|'contactViewerTypedValue'|'contactViewerAddressFormat'|'contactViewerTypeHome'|'contactViewerTypeWork'|'contactViewerTypeCell'|'contactViewerTypeVoice'|'contactViewerTypeFax'|'contactViewerTypeInternet'|'contactViewerTypePreferred'|'exportButtonLabel'|'generationStatusElapsedSeconds'|'generationStatusTokenCount'|'generationStatusTokensCount'|'generationStatusThroughput'|'graphDataList'|'graphItemAnnouncement'|'navigation'|'attachmentRetryWithContext'|'attachmentUploadingWithContext'|'attachmentUploadingProgress'|'attachmentUploadingIndeterminate'|'attachmentUploadFailed'|'attachmentUntitledFile'|'chartTrendIncreasing'|'chartTrendDecreasing'|'chartTrendFlat'|'chartSummary'|'chartSeriesNoData'|'chartSummaryWithData'|'chartSummaryEmpty'|'chartSummarySeparator'|'chartData'|'chartDataSampled'|'chartZoomUnavailable'|'chartDataLabelsUnavailable'|'chartStackTotalsUnavailable'|'chartAnnotationsUnavailable'|'chart'|'chartTypeLine'|'chartTypeBar'|'chartTypeScatter'|'chartTypePie'|'chartTypeDoughnut'|'chartTypeRadar'|'chartTypePolarArea'|'chartTypeBubble'|'boxPlotSeriesSummary'|'boxPlotSummaryWithData'|'boxPlotSummaryEmpty'|'boxPlotData'|'chartSeriesLabel'|'boxPlotMin'|'boxPlotQ1'|'boxPlotMedian'|'boxPlotQ3'|'boxPlotMax'|'boxPlot'|'histogramFrequency'|'liteChartMarkSummary'|'liteChartBarLabel'|'chartValueLabel'|'liteChartCustomMarkSummary'|'composerLabel'|'composerPlaceholder'|'textareaLabel'|'citation'|'citationWithStatus'|'citationWithCustomLabel'|'comboboxOverflow'|'comboboxRequired'|'comboboxCreate'|'comboboxLabel'|'rename'|'previousMonth'|'nextMonth'|'chooseDate'|'date'|'dateInputMinMessage'|'dateInputMaxMessage'|'dateInputPastDisabled'|'dateInputFutureDisabled'|'dateInputInvalid'|'timeInputLabel'|'timeInputHour'|'timeInputMinute'|'timeInputSecond'|'timeInputDayPeriod'|'timeInputEmptySegment'|'timeInputOpen'|'timeInputPopup'|'timeInputNow'|'timeInputInvalid'|'timeInputMinMessage'|'timeInputMaxMessage'|'timeInputRangeMessage'|'timeInputStepMessage'|'documentPreviewEmpty'|'convertingDocument'|'documentPreviewNotAvailable'|'documentPreviewGenericFile'|'documentPreviewTypeDocument'|'documentPreviewTypeImage'|'documentPreviewTypeEmail'|'documentPreviewTypeCalendar'|'archiveViewerEmpty'|'archiveViewerFolder'|'archiveViewerFile'|'documentPreviewTypeDataset'|'documentPreviewTypeContact'|'download'|'exportFormatMenuLabel'|'fileInputDefaultLabel'|'fileInputAcceptedOne'|'fileInputAcceptedMany'|'fileInputRejectedOne'|'fileInputRejectedMany'|'fileInputFolderRejected'|'fileInputRejectedType'|'fileInputRejectedSize'|'fileInputRejectedCount'|'fileInputRejectedRead'|'fileInputRejectedLimit'|'elapsedMinutesSecondsTemplate'|'graphNode'|'graphLink'|'graphDiagram'|'graphTypedNode'|'graphExpandableItem'|'graphNodeFocused'|'graphSelectionCount'|'graphNodesHidden'|'graphCommunity'|'heatmapValueLabel'|'heatmapMatrixCellLabel'|'heatmapCalendarLabel'|'heatmapMatrixLabel'|'heatmapCalendarCellLabel'|'heatmapNoDataValue'|'heatmapDefaultRowLabel'|'heatmapDefaultColLabel'|'heatmapSelectedCellLabel'|'heatmapProjectionLimit'|'heatmapDecorationLimit'|'inputLabel'|'showPassword'|'hidePassword'|'radioRequired'|'progress'|'responsivePanel'|'popover'|'details'|'breadcrumb'|'timeline'|'timelineClusterCount'|'rating'|'sliderLabel'|'feedbackPositive'|'feedbackNegative'|'feedbackReasonsLabel'|'feedbackCommentLabel'|'feedbackCommentPlaceholder'|'feedbackSubmit'|'feedbackSubmitted'|'colorPicker'|'mediaCardUntitledFile'|'mediaCardOpenName'|'mediaCardOpenImageAttachment'|'mediaCardOpenVideoAttachment'|'mediaCardOpenFileAttachment'|'mediaCardImageAttachment'|'mediaCardVideoAttachment'|'animatedImageDefaultAlt'|'mentionSuggestions'|'mentionResultCount'|'mentionResultPosition'|'suggestionsLabel'|'map'|'model'|'selectModel'|'modelSelectNoModels'|'modelSelectRequired'|'temperature'|'play'|'playbackPosition'|'playbackStepPosition'|'videoPlayerLabel'|'videoMute'|'videoUnmute'|'videoVolume'|'videoCaptions'|'videoCaptionsOff'|'videoPlaybackSpeed'|'videoPictureInPicture'|'videoExitPictureInPicture'|'videoEnterFullscreen'|'videoExitFullscreen'|'videoPlaylistLabel'|'videoPlaylistUntitled'|'selectValueMissing'|'select'|'sourceListDefaultLabel'|'threadListLabel'|'threadGroupPinned'|'threadGroupToday'|'threadGroupYesterday'|'threadGroupPrevious7Days'|'threadGroupPrevious30Days'|'threadGroupArchived'|'threadGroupExpand'|'threadGroupCollapse'|'pinConversation'|'unpinConversation'|'archiveConversation'|'unarchiveConversation'|'deleteConversation'|'searchThreads'|'threadListMatchAnnounce'|'threadListEmpty'|'agentWorkspaceLabel'|'agentWorkspaceConversation'|'agentWorkspaceDetails'|'agentWorkspaceRun'|'agentWorkspaceTools'|'agentWorkspaceRetrieval'|'agentWorkspaceGrounding'|'agentWorkspaceContext'|'agentWorkspaceEmpty'|'ragAnswerLabel'|'ragAnswerCitations'|'ragAnswerSources'|'ragAnswerRetry'|'evaluationDashboardLabel'|'evaluationDashboardRunsLabel'|'evaluationDashboardNoRuns'|'approvalQueueLabel'|'approvalQueueEmpty'|'approvalQueueOpen'|'approvalQueuePendingCount'|'approvalQueuePending'|'embeddingExplorerLabel'|'embeddingExplorerEmpty'|'embeddingExplorerPoint'|'knowledgeBaseAdminLabel'|'knowledgeBaseAdminSourcesTab'|'knowledgeBaseAdminIngestionTab'|'resizeDivider'|'trendUnchanged'|'statTrendIncreased'|'statTrendDecreased'|'statTrendGood'|'statTrendBad'|'statTrendAnnouncement'|'streamStalled'|'streamStallAnnounce'|'streamRecoverAnnounce'|'streamStallClearedAnnounce'|'thinkingPanelLabel'|'messagePartsLabel'|'messagePartError'|'messagePartRetry'|'promptQueueLabel'|'promptQueueEmpty'|'promptQueueSendNow'|'selectionToolbarLabel'|'selectionAsk'|'selectionQuote'|'selectionCite'|'promptInputLabel'|'promptInputControls'|'promptInputSources'|'promptInputAttachments'|'mcpAppLabel'|'mcpAppUnavailable'|'mcpAppLoading'|'taskListLabel'|'taskListCompletedOfTotal'|'taskListStepStartedAnnounce'|'taskListStepCompletedAnnounce'|'taskListStepFailedAnnounce'|'activityFeedLabel'|'activityFeedCompletedSteps'|'activityFeedCompletedStep'|'handoffLabel'|'handoffToAgent'|'handoffFromToAgent'|'usageBadgeLabel'|'usageBadgeTokensIn'|'usageBadgeTokensOut'|'usageBadgeTokensInLabel'|'usageBadgeTokensOutLabel'|'usageBadgeTotalTokensLabel'|'usageBadgeCostLabel'|'usageBadgeLatencyLabel'|'checkpointLabel'|'checkpointRestore'|'checkpointRestoreWithContext'|'checkpointRestoring'|'checkpointConfirmPrompt'|'thoughtFor'|'thinking'|'rangeStart'|'rangeEnd'|'calloutAnnouncementWithContext'|'closeWithContext'|'closeWithTruncatedContext'|'toastContentIncomplete'|'toastOverflow'|'toolApprovalHeading'|'toolApprovalGenericTool'|'toolApprovalArgsLabel'|'confirmApproved'|'confirmDenied'|'confirmApprovedAnnounce'|'confirmDeniedAnnounce'|'deny'|'edit'|'approve'|'invalidJson'|'fieldRequired'|'fieldMustBeString'|'fieldMustBeNumber'|'fieldMustBeInteger'|'fieldMustBeBoolean'|'unsupportedFieldType'|'fieldMustBeOneOf'|'fieldMustEqual'|'schemaMustBeObject'|'schemaPropertiesMustBeFlat'|'valueMustBeSerializable'|'valueInvalid'|'phoneInputLabel'|'phoneInputIncomplete'|'otpInputIncomplete'|'otpInputLabel'|'numberInputIncrease'|'numberInputDecrease'|'textareaCharacterCount'|'textareaCharactersRemaining'|'copyFailed'|'colorPickerSaturationBrightness'|'colorPickerSaturationBrightnessValue'|'colorPickerHue'|'colorPickerHueValue'|'colorPickerOpacity'|'colorPickerOpacityValue'|'colorPickerValueField'|'colorPickerToggleFormat'|'colorPickerEyeDropper'|'colorPickerSwatches'|'colorPickerSwatch'|'colorPickerCurrentValue'|'selectSelectedOverflow'|'iconLoadError'|'iconTooLarge'|'iconSanitizerMissing'|'paginationFirstPage'|'paginationLastPage'|'accessibleLabelSeparator'|'durationMilliseconds'|'durationSeconds'|'selectTools'|'searchToolsPlaceholder'|'useDefaultTools'|'toolSelectCustomizeHint'|'noMatchesQuery'|'toolSelectNoneAvailable'|'toolSelectSummary'|'toolCount'|'otherCategory'|'widgetFullscreenPanel'|'widgetViewGroup'|'widgetExitFullscreen'|'widgetExpandToFullscreen'|'widgetCollapse'|'widgetExpand'|'menuLabel'|'pause'|'kbdEscapeVisual'|'kbdEscapeWord'|'kbdTabWord'|'kbdSpaceWord'|'kbdDeleteVisual'|'kbdDeleteWord'|'kbdHomeWord'|'kbdEndWord'|'kbdPageUpVisual'|'kbdPageUpWord'|'kbdPageDownVisual'|'kbdPageDownWord'|'kbdEnterWord'|'kbdBackspaceWord'|'kbdArrowUpWord'|'kbdArrowDownWord'|'kbdArrowLeftWord'|'kbdArrowRightWord'|'kbdPlusWord'|'kbdMinusWord'|'kbdCommandWord'|'kbdControlVisual'|'kbdControlWord'|'kbdOptionWord'|'kbdAltWord'|'kbdShiftWord'|'emailViewerLabel'|'emailViewerMissingParser'|'emailViewerFrom'|'emailViewerTo'|'emailViewerSubject'|'emailViewerDate'|'emailViewerAttachments'|'emailViewerUnnamedAttachment'|'emailViewerNoSubject'|'emailViewerOpenAttachment'|'emailViewerShowQuoted'|'emailViewerHideQuoted'|'emailViewerGroupAddress'|'calendarViewerLabel'|'calendarViewerMissingParser'|'calendarViewerEmpty'|'calendarViewerNoSummary'|'pdfViewerLabel'|'pdfViewerMissingLibrary'|'qrCodeMissingLibrary'|'qrCodeGenerationFailed'|'mapMissingLibrary'|'mapStyleRequired'|'mapWebglUnavailable'|'mapInitializationFailed'|'mapLegend'|'chartMissingLibrary'|'boxPlotMissingLibrary'|'graphMissingLibrary'|'pdfViewerPageOf'|'pdfViewerZoomIn'|'pdfViewerZoomOut'|'pdfViewerCurrentZoom'|'pdfViewerPreviousPage'|'pdfViewerNextPage'|'anchorJumped'|'anchorJumpedToPage'|'anchorNotFound'|'highlightLayerLabel'|'highlightWithLabel'|'cellHighlightWithLabel'|'highlightOfTotal'|'pageRailLabel'|'pageRailPage'|'pageRailPageHighlighted'|'spreadsheetViewerUnavailable'|'csvViewerUnavailable'|'csvViewerLabel'|'spreadsheetViewerLabel'|'knownDateDay'|'knownDateMonth'|'knownDateYear'|'skipToContent'|'tourSkip'|'tourDone'|'tourStepOf'|'emojiPickerSearchLabel'|'emojiPickerGridLabel'|'emojiPickerEmpty'|'emojiPickerLoadError'|'emojiPickerGroupSmileysEmotion'|'emojiPickerGroupPeopleBody'|'emojiPickerGroupComponent'|'emojiPickerGroupAnimalsNature'|'emojiPickerGroupFoodDrink'|'emojiPickerGroupTravelPlaces'|'emojiPickerGroupActivities'|'emojiPickerGroupObjects'|'emojiPickerGroupSymbols'|'emojiPickerGroupFlags'|'emojiPickerGroupUnknown'|'pushToTalkRequesting'|'pushToTalkDenied'|'pushToTalkError'|'pushToTalkUnsupported'|'pushToTalkStarted'|'pushToTalkStopped'|'pushToTalkCancelled'|'pushToTalkHold'|'pushToTalkStart'|'pushToTalkStop'|'traceTree'|'traceTreeSpanStatus'|'traceTreeMetricLabel'|'spanProjectionLimit'|'agentTraceFilterLabel'|'spanKindAgent'|'spanKindLlm'|'spanKindTool'|'spanKindRetriever'|'spanKindEmbedding'|'spanKindOther'|'tokensIn'|'tokensOut'|'cost'|'duration'|'spanWaterfall'|'spanStartedAtOffset'|'rubricSubmit'|'rubricSubmitAndNext'|'rubricSkip'|'compareResponseA'|'compareResponseB'|'compareVoteLabel'|'compareVoteBetter'|'compareVoteTie'|'compareVoteBothBad'|'compareVoteRecorded'|'comparePanel'|'audioVisualizerLabel'|'audioVisualizerIdle'|'audioVisualizerListening'|'audioVisualizerThinking'|'audioVisualizerSpeaking'|'treeNodeMoved'|'fileTreeLabel'|'fileTreeDiffSummary'|'gitStatusAdded'|'gitStatusModified'|'gitStatusDeleted'|'gitStatusRenamed'|'gitStatusUntracked'|'gitStatusConflicted'|'gitStatusIgnored'|'imageViewerLabel'|'imageViewerFailedToLoad'|'imageViewerRotate'|'imageViewerFitLabel'|'imageViewerFitContain'|'imageViewerFitWidth'|'imageViewerFitActual'|'imageViewerAnnotate'|'imageViewerHighlightsLabel'|'imageViewerUnlabeledHighlight'|'imageViewerAnnotationHint'|'imageViewerAnnotationBoxPosition'|'imageViewerAnnotationAdded'|'imageViewerAnnotationCancelled'|'transcriptFeedLabel'|'transcriptFeedEmpty'|'transcriptFeedInterim'|'commitCardLabel'|'commitCardCopyHash'|'commitCardDiffSummary'|'commitCardShowFiles'|'commitCardHideFiles'|'stackTraceLabel'|'stackTraceLimit'|'stackTraceShowFrames'|'stackTraceHideFrames'|'statusSkipped'|'testResultsLabel'|'testResultsPassed'|'testResultsFailed'|'testResultsSkipped'|'testResultsRunning'|'testResultsFilterLabel'|'testResultsCompleteAnnounce'|'testResultsExpandTest'|'testResultsCollapseTest'|'envListLabel'|'envListReveal'|'envListHide'|'envListValueHidden'|'envListCopy'|'voice'|'voicePickerNoVoices'|'voicePickerRequired'|'voicePickerPreview'|'voicePickerStopPreview'|'avPlayerLabel'|'avPlayerFailedToLoad'|'avPlayerTranscript'|'avPlayerTimeline'|'avPlayerPlaybackRate'|'avPlayerRateOption'|'avPlayerPosition'|'attachmentTriggerAudio'|'attachmentMenuAudio'|'browserFrameLabel'|'browserFrameUrlLabel'|'browserFrameViewOf'|'browserFrameTakeOver'|'browserFrameHandBack'|'browserFrameStop'|'browserFrameStatusIdle'|'browserFrameStatusConnecting'|'browserFrameStatusLive'|'browserFrameStatusStalled'|'browserFrameControllerAgent'|'browserFrameControllerUser'|'notebookViewerLabel'|'notebookViewerInvalid'|'notebookViewerUnsupportedVersion'|'notebookViewerTooManyCells'|'notebookViewerInPrompt'|'notebookViewerInPromptEmpty'|'notebookViewerCodeCell'|'notebookViewerMarkdownCell'|'notebookViewerRawCell'|'notebookViewerErrorOutput'|'notebookViewerShowAllOutput'|'notebookViewerCollapseOutput'|'notebookViewerUnrenderedOutput'|'xmlViewerLabel'|'xmlViewerParseError'|'xmlViewerTooManyNodes'|'xmlViewerChildCount'|'xmlViewerCopyDocument'|'xmlViewerCopyNode'|'xmlViewerExpandNode'|'xmlViewerCollapseNode'|'artifactPanelLabel'|'artifactPanelPreview'|'artifactPanelCode'|'artifactPanelPreviousVersion'|'artifactPanelNextVersion'|'artifactPanelVersionPosition'|'artifactPanelRestore'|'artifactPanelGenerating'|'resultFieldLabel'|'geojsonViewLabel'|'geojsonViewInvalid'|'geojsonViewFeatureCount'|'geojsonViewMissingMapLibrary'|'mindMapLabel'|'mindMapTopicStatus'|'mindMapLeafStatus'|'mindMapExpanded'|'mindMapCollapsed'|'entityDegree'|'entityCommunity'|'focusInGraph'|'untitledEntity'|'untitledCommunity'|'communityMemberCount'|'communityDrillIn'|'selectAllSources'|'sourcePickerSelection'|'provenancePanelLabel'|'provenanceEntities'|'provenanceRelationships'|'provenanceCommunities'|'provenanceChunks'|'provenanceEmpty'|'chunkInspectorLabel'|'chunkScore'|'scoreTierHigh'|'scoreTierMedium'|'scoreTierLow'|'chunkInspectorEmpty'|'flowCanvasLabel'|'flowCanvasLayoutLimit'|'flowCanvasSummary'|'flowNode'|'flowEdge'|'flowEdgeWithLabel'|'flowItemAnnouncement'|'dashboardGridLabel'|'dashboardCellCollisionRejected'|'dashboardCellMoved'|'dashboardCellResized'|'flowEdgeList'|'flowNodeSelected'|'flowNodeDeselected'|'flowSelectionCleared'|'flowNodeMoved'|'flowConnectStarted'|'flowConnectTarget'|'flowConnectCommitted'|'flowConnectCancelled'|'zoomToFit'|'flowLockCanvas'|'flowControlsLabel'|'flowMinimapLabel'|'flowMinimapViewport'|'flowMinimapInstructions'|'flowMinimapViewportChanged'|'nodePaletteLabel'|'nodePalettePlaceholder'|'nodePaletteEmpty'|'nodePaletteDragHint'|'nodePaletteResultCount'|'retrievalResultsSelectRow'|'pathStripLabel'|'pathNodeStatus'|'pathRelationStatus'|'flowInputHandle'|'flowOutputHandle'|'flowStatusWithDuration'|'flowStatusWithDetail'|'neighborListLabel'|'neighborRowLabel'|'neighborDirectionIn'|'neighborDirectionOut'|'neighborDirectionBoth'|'neighborExpand'|'neighborListEmpty'|'neighborGroupHeader'|'flowRunStatusLabel'|'flowRunSummary'|'flowRunStepStatus'|'flowRunStatusCount'|'policySummaryLabel'|'policySummaryAllowCount'|'policySummaryDenyCount'|'policySummaryNeedsReviewCount'|'policySummaryStateAllow'|'policySummaryStateDeny'|'policySummaryStateNeedsReview'|'policySummaryCategoryGuardrail'|'policySummaryCategoryPermission'|'policySummaryCategoryPrivacy'|'policySummaryCategoryTool'|'policySummaryDetailLabel'|'evalDatasetLabel'|'evalDatasetAddExample'|'evalDatasetRemoveExample'|'evalDatasetImportLabel'|'evalDatasetSearchLabel'|'evalDatasetTagFilterLabel'|'evalDatasetEmpty'|'evalDatasetNoMatches'|'evalDatasetColumnInput'|'evalDatasetColumnExpectedOutput'|'evalDatasetColumnTags'|'queryBuilderLabel'|'queryBuilderEmpty'|'queryBuilderNoFields'|'queryBuilderAddCondition'|'queryBuilderRemoveCondition'|'queryBuilderFieldLabel'|'queryBuilderFieldPlaceholder'|'queryBuilderOperatorLabel'|'queryBuilderOperatorPlaceholder'|'queryBuilderValueLabel'|'queryBuilderValuePlaceholder'|'queryBuilderCombinatorLabel'|'queryBuilderCombinatorAnd'|'queryBuilderCombinatorOr'|'queryBuilderBooleanTrue'|'queryBuilderBooleanFalse'|'queryBuilderOperatorEquals'|'queryBuilderOperatorNotEquals'|'queryBuilderOperatorGreaterThan'|'queryBuilderOperatorGreaterThanOrEqual'|'queryBuilderOperatorLessThan'|'queryBuilderOperatorLessThanOrEqual'|'queryBuilderOperatorAfter'|'queryBuilderOperatorOnOrAfter'|'queryBuilderOperatorBefore'|'queryBuilderOperatorOnOrBefore'|'queryBuilderOperatorContains'|'queryBuilderOperatorStartsWith'|'queryBuilderOperatorEndsWith'|'queryBuilderOperatorIn'|'queryBuilderOperatorNotIn'|'queryBuilderOperatorIsEmpty'|'queryBuilderOperatorIsNotEmpty'|'memoryPanelLabel'|'memoryPanelShortTermHeading'|'memoryPanelLongTermHeading'|'memoryPanelAdd'|'memoryPanelAddWithContext'|'memoryPanelForgetAll'|'memoryPanelConfirmAddHeading'|'memoryPanelConfirmRemoveHeading'|'memoryPanelConfirmForgetHeading'|'memoryPanelConfirmForgetBody'|'graphExplorerLabel'|'graphExplorerSearchPlaceholder'|'graphExplorerSearchResultsLabel'|'graphExplorerPin'|'graphExplorerUnpin'|'graphExplorerPinned'|'graphExplorerUnpinned'|'graphExplorerPinnedHeading'|'graphExplorerFindPath'|'retrievalModeVector'|'retrievalModeKeyword'|'retrievalModeHybrid'|'retrievalSearchLabel'|'retrievalModeLabel'|'retrievalFiltersLabel'|'groundingSummaryLabel'|'groundingSummaryEmpty'|'groundingSummarySupportedLabel'|'groundingSummaryUnsupportedLabel'|'groundingSummaryCoverageLabel'|'groundingSummaryConfidenceLabel'|'groundingSummaryWarningsHeading'|'groundingSummaryEvidenceHeading'|'claimEvidenceLabel'|'claimEvidenceEmpty'|'claimEvidenceSupported'|'claimEvidencePartiallySupported'|'claimEvidenceUnsupported'|'claimEvidenceContradicted'|'claimEvidenceConfidence'|'retrievalCompareLabel'|'retrievalCompareEmpty'|'retrievalCompareOverlap'|'retrievalCompareRank'|'retrievalCompareDenseScore'|'retrievalCompareSparseScore'|'retrievalCompareRerankScore'|'retrievalCompareFinalScore'|'ragEvalDashboardLabel'|'ragEvalDashboardEmpty'|'ragEvalDashboardRuns'|'ragEvalDashboardSlices'|'ragEvalDashboardAllSlices'|'ragEvalDashboardSliceUnavailable'|'promptStudioLabel'|'promptStudioMessages'|'promptStudioVariables'|'promptStudioVersions'|'promptStudioPreview'|'promptStudioPreviewLimit'|'promptStudioRun'|'promptStudioSave'|'promptStudioAddMessage'|'promptStudioRemoveMessage'|'promptStudioMessageRole'|'promptStudioMessageContent'|'promptStudioRoleSystem'|'promptStudioRoleUser'|'promptStudioRoleAssistant'|'promptStudioRoleTool'|'schemaViewerLabel'|'schemaViewerEmpty'|'schemaViewerRequired'|'schemaViewerCircular'|'schemaViewerType'|'subagentPanelLabel'|'subagentPanelEmpty'|'subagentPanelRetry'|'subagentPanelCancelRun'|'subagentPanelRetryRun'|'toolTimelineDetailsFor'|'realtimeSessionLabel'|'realtimeSessionDisconnected'|'realtimeSessionConnecting'|'realtimeSessionConnected'|'realtimeSessionReconnecting'|'realtimeSessionError'|'realtimeSessionConnect'|'realtimeSessionDisconnect'|'realtimeSessionMute'|'realtimeSessionUnmute'|'realtimeSessionInterrupt'|'realtimeSessionConnectionFailed'|'contextInspectorRedacted'|'contextInspectorTruncated'|'contextInspectorLabel'|'contextInspectorEmpty'|'contextInspectorCopyLabel'|'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'|'documentLibraryFreshnessFresh'|'documentLibraryFreshnessAging'|'documentLibraryFreshnessStale'|'documentLibrarySelectAll'|'documentLibrarySelectColumn'|'documentLibraryTypeColumn'|'documentLibraryNameColumn'|'documentLibraryVersionColumn'|'documentLibraryOwnerColumn'|'documentLibraryTagsColumn'|'documentLibraryFreshnessColumn'|'documentLibraryUpdatedColumn'|'documentLibraryLabel'|'documentLibraryEmptyHeading'|'documentLibraryNoMatchesHeading'|'documentLibrarySearchPlaceholder'|'documentLibraryFilterByTag'|'documentLibraryClearSelection'|'documentLibrarySelectedCount'|'documentCompareNoVersion'|'documentCompareLabel'|'agentRunCurrentStepLabel'|'graphQueryHopRangeInvalid'|'graphQueryRelationshipTypeLabel'|'graphQueryNodeTypeLabel'|'graphQueryBuilderLabel'|'graphQueryStartLabel'|'graphQueryEndLabel'|'graphQueryMinHopsLabel'|'graphQueryMaxHopsLabel'|'graphQueryDirectionLabel'|'graphQueryRun'|'graphQuerySavedQueriesLabel'|'graphQuerySaveNameLabel'|'graphQuerySaveButton'|'graphQueryLoadWithContext'|'filterBarReset'|'filterBarActiveFilters'|'drilldownDocuments'|'drilldownRuns'|'drilldownEmpty'|'drilldownUntitledNode'|'evaluationRunStatusIdle'|'evaluationRunStatusWaitingInput'|'evaluationRunStatusWaitingApproval'|'evaluationRunStatusCancelled'|'evaluationRunGroundingHeading'|'evaluationRunToolTraceHeading'|'evaluationRunInputHeading'|'evaluationRunOutputHeading'|'evaluationRunLabel'|'evaluationRunProgressLabel'|'retrievalFilterChipLabel'|'retrievalSearchEmptyDescription'|'groundingSummaryEvidenceSpan'|'contextInspectorTruncatedCount'|'contextInspectorSegmentTokens'|'knowledgeBaseDocumentCount'|'knowledgeBaseRowActionsLabel'|'knowledgeBaseEmptyDescription'|'ingestionChunkCount'|'ingestionItemProgressLabel'|'ingestionEmbeddedOfTotal'|'ingestionAttemptCount'|'ingestionRetryWithContext'|'ingestionCancelWithContext'|'documentLibrarySelectDocument'|'agentRunStatusAnnounce'|'graphQueryDeleteWithContext'|'evaluationRunExampleLabel'|'evaluationRunExampleStartedAnnounce'|'evaluationRunExampleCompletedAnnounce'|'evaluationRunExampleFailedAnnounce'|'evaluationRunExampleCancelledAnnounce'|'evaluationRunExampleWaitingInputAnnounce'|'evaluationRunExampleWaitingApprovalAnnounce'|'evaluationRunProgressSummary'|'evaluationRunRunningCount'|'evaluationRunFailedCount'|'retrievalStageQueryRewrite'|'retrievalStageEmbed'|'retrievalStageRetrieve'|'retrievalStageRerank'|'retrievalStageFilter'|'retrievalTraceEvidenceToggle'|'documentCompareOldVersion'|'documentCompareNewVersion'|'agentRunStatusIdle'|'agentRunStatusQueued'|'agentRunStatusCollecting'|'agentRunStatusWaitingInput'|'agentRunStatusWaitingApproval'|'agentRunStatusDone'|'agentRunStatusCancelled'|'localePickerLabel'|'localePickerRequired'|'flagLoadError'|'moveUp'|'moveDown'|'reorderMovePending'|'reorderMoveCancelled'|'reorderItemMoved';
|
|
29
|
+
export type LyraMessageKey='noData'|'graphLegendLabel'|'legendTypeShown'|'legendTypeHidden'|'entityChipWithType'|'jumpToLatest'|'terminalLabel'|'terminalDownload'|'terminalHighlightLine'|'schemaViewerIssueLimit'|'toolParamMissingProperty'|'toolParamBooleanUnset'|'toolParamBooleanTrue'|'toolParamBooleanFalse'|'toolParamSchemaLimit'|'testResultsLimit'|'toolTimelineLimit'|'toolSelectLimit'|'sequenceStripEmpty'|'sequenceStripCategoryCount'|'sequenceStripUnnamedCategory'|'noColumns'|'dataGridColumnMenu'|'dataGridPinStart'|'dataGridPinEnd'|'dataGridUnpin'|'dataGridRowsPerPage'|'dataGridTreeLimitReached'|'loadMore'|'viewerSearchMatchCount'|'viewerSearchNoMatches'|'viewerSearchActiveMatch'|'viewerHighlightLabel'|'tableFilterLabel'|'tableFilterPlaceholder'|'tableLoading'|'tableEditCell'|'carousel'|'carouselLabel'|'carouselSlide'|'carouselSlidePosition'|'carouselSlideAnnouncement'|'carouselSlideAnnouncementSeparator'|'carouselIndicators'|'carouselGoTo'|'imageComparerLabel'|'zoomableFrameLabel'|'zoomControls'|'zoomOut'|'zoomIn'|'lightboxLabel'|'lightboxImagePosition'|'scrollerLabel'|'chatViewportLabel'|'newMessageCount'|'newMessagesCount'|'newMessages'|'scrollPrevious'|'scrollNext'|'showAllColumns'|'showFewerColumns'|'clear'|'openCalendar'|'open'|'close'|'closeNavigation'|'openNavigation'|'resizeNavigation'|'resizeColumn'|'resizeValuePixels'|'resizeValuePercent'|'copy'|'copyJson'|'copied'|'expand'|'collapse'|'expandMessage'|'collapseMessage'|'messageActionsLabel'|'regenerateResponse'|'editMessage'|'showMore'|'showMoreCount'|'showLess'|'retry'|'remove'|'removeWithContext'|'playWithContext'|'pauseWithContext'|'loading'|'loadingDocument'|'calendarPreviousMonth'|'calendarNextMonth'|'noMatches'|'previous'|'next'|'paginationLabel'|'paginationPage'|'paginationJumpToPage'|'branchPickerLabel'|'branchPrevious'|'branchNext'|'branchPosition'|'paginationSummary'|'paginationEmptySummary'|'paginationApplied'|'cancel'|'confirm'|'search'|'circularReference'|'items'|'item'|'trendOf'|'wordCloud'|'wordCloudLegend'|'wordCloudWordAnnouncement'|'comboboxLoadError'|'comboboxSelectedOverflow'|'promptQueueItemLabel'|'promptQueueActionLabel'|'notInCatalog'|'sendMessage'|'stopGenerating'|'dropzoneReleaseToAdd'|'dropzoneRejectedType'|'fileSizeUnitB'|'fileSizeUnitKb'|'fileSizeUnitMb'|'fileSizeUnitGb'|'fileSizeUnitTb'|'chartCategory'|'chartTotal'|'chartAxisTotal'|'chartPrimaryAxis'|'chartSecondaryAxis'|'chartPointLabel'|'chartPointCoordinates'|'chartBubblePointCoordinates'|'chartLabeledPoint'|'resetZoom'|'chatSending'|'chatResponding'|'chatFailedToSend'|'chatFailedAnnounce'|'chatCompleteAnnounce'|'showMoreCollapsed'|'expandCode'|'collapseCode'|'copyCode'|'copiedToClipboard'|'codeRegion'|'codeRegionWithLanguage'|'codeBlockLineLabel'|'copyDiff'|'diffViewOldLabel'|'diffViewNewLabel'|'diffViewHiddenLines'|'diffViewTooLarge'|'jsonArray'|'jsonObject'|'jsonValue'|'jsonCopyLabel'|'jsonExpandLabel'|'jsonCollapseLabel'|'jsonItemCount'|'jsonKeyCount'|'jsonViewerLimit'|'untitledSource'|'sourcePageSuffix'|'toolCall'|'statusPending'|'statusRunning'|'statusSuccess'|'statusError'|'statusDenied'|'maximize'|'restore'|'wordCloudWord'|'wordCloudWords'|'promptStudioVariableName'|'promptStudioVariableValue'|'schemaViewerLimit'|'subagentPanelLimit'|'pollPause'|'pollResume'|'pollInactive'|'pollRefreshing'|'pollPaused'|'pollPausedAnnounce'|'pollResumedAnnounce'|'pollRefreshingAnnounce'|'randomContentPause'|'randomContentResume'|'attachmentAdd'|'attachmentTriggerFiles'|'attachmentTriggerImage'|'attachmentTriggerCamera'|'attachmentMenuFiles'|'attachmentMenuImage'|'attachmentMenuCamera'|'checkboxRequired'|'checkboxGroupRequired'|'tokenInputRequired'|'tokenInputEditWithContext'|'commandPaletteLabel'|'commandPalettePlaceholder'|'commandPaletteEmpty'|'commandPaletteResults'|'iconButtonLabel'|'codeEditorLabel'|'calendarLabel'|'calendarEmpty'|'switchRequired'|'citationHighConfidence'|'citationMediumConfidence'|'citationLowConfidence'|'citationVerified'|'citationUnverified'|'contextMeterUsed'|'contextMeterUsedOfTotal'|'contextMeterLabeledSummary'|'contextMeterSegmentLabel'|'gaugeLabel'|'gaugeValueLabel'|'untitledConversation'|'dockPanelCollapse'|'dockPanelExpand'|'dockPanelResize'|'documentPreviewAlt'|'documentPreviewUrlNotAllowed'|'documentPreviewFailedToLoad'|'documentPreviewResourceTooLarge'|'documentPreviewGenericError'|'ebookViewerLoadError'|'ebookViewerRegionLabel'|'ebookViewerPreviousChapter'|'ebookViewerNextChapter'|'fileTypeFile'|'fileTypePdf'|'fileTypeWord'|'fileTypeSpreadsheet'|'fileTypePresentation'|'fileTypeText'|'fileTypeCode'|'fileTypeArchive'|'fileTypeImage'|'fileTypeAudio'|'fileTypeVideo'|'fileTypeWithSize'|'pptxViewerLabel'|'pptxViewerFidelityNotice'|'pptxViewerRenderError'|'pptxViewerPreviousSlide'|'pptxViewerNextSlide'|'pptxViewerSlideOf'|'documentViewerLabel'|'attachmentPreviewName'|'attachmentPreviewFile'|'documentViewerMissingSanitizer'|'docxViewerLabel'|'docxViewerMissingConverter'|'svgViewerLabel'|'htmlViewerLabel'|'datasetViewerMissingParser'|'datasetViewerEmpty'|'datasetViewerCaption'|'datasetViewerCaptionNamed'|'contactViewerLabel'|'contactViewerNoContacts'|'contactViewerUnnamedContact'|'contactViewerPhoneLabel'|'contactViewerEmailLabel'|'contactViewerAddressLabel'|'contactViewerOrganization'|'contactViewerTypedValue'|'contactViewerAddressFormat'|'contactViewerTypeHome'|'contactViewerTypeWork'|'contactViewerTypeCell'|'contactViewerTypeVoice'|'contactViewerTypeFax'|'contactViewerTypeInternet'|'contactViewerTypePreferred'|'exportButtonLabel'|'generationStatusElapsedSeconds'|'generationStatusTokenCount'|'generationStatusTokensCount'|'generationStatusThroughput'|'graphDataList'|'graphItemAnnouncement'|'navigation'|'attachmentRetryWithContext'|'attachmentUploadingWithContext'|'attachmentUploadingProgress'|'attachmentUploadingIndeterminate'|'attachmentUploadFailed'|'attachmentUntitledFile'|'chartTrendIncreasing'|'chartTrendDecreasing'|'chartTrendFlat'|'chartSummary'|'chartSeriesNoData'|'chartSummaryWithData'|'chartSummaryEmpty'|'chartSummarySeparator'|'chartData'|'chartDataSampled'|'chartZoomUnavailable'|'chartDataLabelsUnavailable'|'chartStackTotalsUnavailable'|'chartAnnotationsUnavailable'|'chart'|'chartTypeLine'|'chartTypeBar'|'chartTypeScatter'|'chartTypePie'|'chartTypeDoughnut'|'chartTypeRadar'|'chartTypePolarArea'|'chartTypeBubble'|'boxPlotSeriesSummary'|'boxPlotSummaryWithData'|'boxPlotSummaryEmpty'|'boxPlotData'|'chartSeriesLabel'|'boxPlotMin'|'boxPlotQ1'|'boxPlotMedian'|'boxPlotQ3'|'boxPlotMax'|'boxPlot'|'histogramFrequency'|'liteChartMarkSummary'|'liteChartBarLabel'|'chartValueLabel'|'liteChartCustomMarkSummary'|'composerLabel'|'composerPlaceholder'|'textareaLabel'|'citation'|'citationWithStatus'|'citationWithCustomLabel'|'comboboxOverflow'|'comboboxRequired'|'comboboxCreate'|'comboboxLabel'|'rename'|'previousMonth'|'nextMonth'|'chooseDate'|'date'|'dateInputMinMessage'|'dateInputMaxMessage'|'dateInputPastDisabled'|'dateInputFutureDisabled'|'dateInputInvalid'|'timeInputLabel'|'timeInputHour'|'timeInputMinute'|'timeInputSecond'|'timeInputDayPeriod'|'timeInputEmptySegment'|'timeInputOpen'|'timeInputPopup'|'timeInputNow'|'timeInputInvalid'|'timeInputMinMessage'|'timeInputMaxMessage'|'timeInputRangeMessage'|'timeInputStepMessage'|'documentPreviewEmpty'|'convertingDocument'|'documentPreviewNotAvailable'|'documentPreviewGenericFile'|'documentPreviewTypeDocument'|'documentPreviewTypeImage'|'documentPreviewTypeEmail'|'documentPreviewTypeCalendar'|'archiveViewerEmpty'|'archiveViewerFolder'|'archiveViewerFile'|'documentPreviewTypeDataset'|'documentPreviewTypeContact'|'download'|'exportFormatMenuLabel'|'fileInputDefaultLabel'|'fileInputAcceptedOne'|'fileInputAcceptedMany'|'fileInputRejectedOne'|'fileInputRejectedMany'|'fileInputFolderRejected'|'fileInputRejectedType'|'fileInputRejectedSize'|'fileInputRejectedCount'|'fileInputRejectedRead'|'fileInputRejectedLimit'|'elapsedMinutesSecondsTemplate'|'graphNode'|'graphLink'|'graphDiagram'|'graphTypedNode'|'graphExpandableItem'|'graphNodeFocused'|'graphSelectionCount'|'graphNodesHidden'|'graphCommunity'|'heatmapValueLabel'|'heatmapMatrixCellLabel'|'heatmapCalendarLabel'|'heatmapMatrixLabel'|'heatmapCalendarCellLabel'|'heatmapNoDataValue'|'heatmapDefaultRowLabel'|'heatmapDefaultColLabel'|'heatmapSelectedCellLabel'|'heatmapSelectedCount'|'mapResetNorth'|'heatmapProjectionLimit'|'heatmapDecorationLimit'|'inputLabel'|'showPassword'|'hidePassword'|'radioRequired'|'progress'|'responsivePanel'|'popover'|'details'|'breadcrumb'|'timeline'|'timelineClusterCount'|'rating'|'sliderLabel'|'feedbackPositive'|'feedbackNegative'|'feedbackReasonsLabel'|'feedbackCommentLabel'|'feedbackCommentPlaceholder'|'feedbackSubmit'|'feedbackSubmitted'|'colorPicker'|'mediaCardUntitledFile'|'mediaCardOpenName'|'mediaCardOpenImageAttachment'|'mediaCardOpenVideoAttachment'|'mediaCardOpenFileAttachment'|'mediaCardImageAttachment'|'mediaCardVideoAttachment'|'animatedImageDefaultAlt'|'mentionSuggestions'|'mentionResultCount'|'mentionResultPosition'|'suggestionsLabel'|'map'|'model'|'selectModel'|'modelSelectNoModels'|'modelSelectRequired'|'temperature'|'play'|'playbackPosition'|'playbackStepPosition'|'videoPlayerLabel'|'videoMute'|'videoUnmute'|'videoVolume'|'videoCaptions'|'videoCaptionsOff'|'videoPlaybackSpeed'|'videoPictureInPicture'|'videoExitPictureInPicture'|'videoEnterFullscreen'|'videoExitFullscreen'|'videoPlaylistLabel'|'videoPlaylistUntitled'|'selectValueMissing'|'select'|'sourceListDefaultLabel'|'threadListLabel'|'threadGroupPinned'|'threadGroupToday'|'threadGroupYesterday'|'threadGroupPrevious7Days'|'threadGroupPrevious30Days'|'threadGroupArchived'|'threadGroupExpand'|'threadGroupCollapse'|'pinConversation'|'unpinConversation'|'archiveConversation'|'unarchiveConversation'|'deleteConversation'|'searchThreads'|'threadListMatchAnnounce'|'threadListEmpty'|'agentWorkspaceLabel'|'agentWorkspaceConversation'|'agentWorkspaceDetails'|'agentWorkspaceRun'|'agentWorkspaceTools'|'agentWorkspaceRetrieval'|'agentWorkspaceGrounding'|'agentWorkspaceContext'|'agentWorkspaceEmpty'|'ragAnswerLabel'|'ragAnswerCitations'|'ragAnswerSources'|'ragAnswerRetry'|'evaluationDashboardLabel'|'evaluationDashboardRunsLabel'|'evaluationDashboardNoRuns'|'approvalQueueLabel'|'approvalQueueEmpty'|'approvalQueueOpen'|'approvalQueuePendingCount'|'approvalQueuePending'|'embeddingExplorerLabel'|'embeddingExplorerEmpty'|'embeddingExplorerPoint'|'knowledgeBaseAdminLabel'|'knowledgeBaseAdminSourcesTab'|'knowledgeBaseAdminIngestionTab'|'resizeDivider'|'trendUnchanged'|'statTrendIncreased'|'statTrendDecreased'|'statTrendGood'|'statTrendBad'|'statTrendAnnouncement'|'streamStalled'|'streamStallAnnounce'|'streamRecoverAnnounce'|'streamStallClearedAnnounce'|'thinkingPanelLabel'|'messagePartsLabel'|'messagePartError'|'messagePartRetry'|'promptQueueLabel'|'promptQueueEmpty'|'promptQueueSendNow'|'selectionToolbarLabel'|'selectionAsk'|'selectionQuote'|'selectionCite'|'promptInputLabel'|'promptInputControls'|'promptInputSources'|'promptInputAttachments'|'mcpAppLabel'|'mcpAppUnavailable'|'mcpAppLoading'|'taskListLabel'|'taskListCompletedOfTotal'|'taskListStepStartedAnnounce'|'taskListStepCompletedAnnounce'|'taskListStepFailedAnnounce'|'activityFeedLabel'|'activityFeedCompletedSteps'|'activityFeedCompletedStep'|'handoffLabel'|'handoffToAgent'|'handoffFromToAgent'|'usageBadgeLabel'|'usageBadgeTokensIn'|'usageBadgeTokensOut'|'usageBadgeTokensInLabel'|'usageBadgeTokensOutLabel'|'usageBadgeTotalTokensLabel'|'usageBadgeCostLabel'|'usageBadgeLatencyLabel'|'checkpointLabel'|'checkpointRestore'|'checkpointRestoreWithContext'|'checkpointRestoring'|'checkpointConfirmPrompt'|'thoughtFor'|'thinking'|'rangeStart'|'rangeEnd'|'calloutAnnouncementWithContext'|'closeWithContext'|'closeWithTruncatedContext'|'toastContentIncomplete'|'toastOverflow'|'toolApprovalHeading'|'toolApprovalGenericTool'|'toolApprovalArgsLabel'|'confirmApproved'|'confirmDenied'|'confirmApprovedAnnounce'|'confirmDeniedAnnounce'|'deny'|'edit'|'approve'|'invalidJson'|'fieldRequired'|'fieldMustBeString'|'fieldMustBeNumber'|'fieldMustBeInteger'|'fieldMustBeBoolean'|'unsupportedFieldType'|'fieldMustBeOneOf'|'fieldMustEqual'|'schemaMustBeObject'|'schemaPropertiesMustBeFlat'|'valueMustBeSerializable'|'valueInvalid'|'phoneInputLabel'|'phoneInputIncomplete'|'otpInputIncomplete'|'otpInputLabel'|'numberInputIncrease'|'numberInputDecrease'|'textareaCharacterCount'|'textareaCharactersRemaining'|'copyFailed'|'colorPickerSaturationBrightness'|'colorPickerSaturationBrightnessValue'|'colorPickerHue'|'colorPickerHueValue'|'colorPickerOpacity'|'colorPickerOpacityValue'|'colorPickerValueField'|'colorPickerToggleFormat'|'colorPickerEyeDropper'|'colorPickerSwatches'|'colorPickerSwatch'|'colorPickerCurrentValue'|'selectSelectedOverflow'|'iconLoadError'|'iconTooLarge'|'iconSanitizerMissing'|'paginationFirstPage'|'paginationLastPage'|'accessibleLabelSeparator'|'durationMilliseconds'|'durationSeconds'|'selectTools'|'searchToolsPlaceholder'|'useDefaultTools'|'toolSelectCustomizeHint'|'noMatchesQuery'|'toolSelectNoneAvailable'|'toolSelectSummary'|'toolCount'|'otherCategory'|'widgetFullscreenPanel'|'widgetViewGroup'|'widgetExitFullscreen'|'widgetExpandToFullscreen'|'widgetCollapse'|'widgetExpand'|'menuLabel'|'pause'|'kbdEscapeVisual'|'kbdEscapeWord'|'kbdTabWord'|'kbdSpaceWord'|'kbdDeleteVisual'|'kbdDeleteWord'|'kbdHomeWord'|'kbdEndWord'|'kbdPageUpVisual'|'kbdPageUpWord'|'kbdPageDownVisual'|'kbdPageDownWord'|'kbdEnterWord'|'kbdBackspaceWord'|'kbdArrowUpWord'|'kbdArrowDownWord'|'kbdArrowLeftWord'|'kbdArrowRightWord'|'kbdPlusWord'|'kbdMinusWord'|'kbdCommandWord'|'kbdControlVisual'|'kbdControlWord'|'kbdOptionWord'|'kbdAltWord'|'kbdShiftWord'|'emailViewerLabel'|'emailViewerMissingParser'|'emailViewerFrom'|'emailViewerTo'|'emailViewerSubject'|'emailViewerDate'|'emailViewerAttachments'|'emailViewerUnnamedAttachment'|'emailViewerNoSubject'|'emailViewerOpenAttachment'|'emailViewerShowQuoted'|'emailViewerHideQuoted'|'emailViewerGroupAddress'|'calendarViewerLabel'|'calendarViewerMissingParser'|'calendarViewerEmpty'|'calendarViewerNoSummary'|'pdfViewerLabel'|'pdfViewerMissingLibrary'|'qrCodeMissingLibrary'|'qrCodeGenerationFailed'|'mapMissingLibrary'|'mapStyleRequired'|'mapWebglUnavailable'|'mapInitializationFailed'|'mapLegend'|'chartMissingLibrary'|'boxPlotMissingLibrary'|'graphMissingLibrary'|'pdfViewerPageOf'|'pdfViewerZoomIn'|'pdfViewerZoomOut'|'pdfViewerCurrentZoom'|'pdfViewerPreviousPage'|'pdfViewerNextPage'|'anchorJumped'|'anchorJumpedToPage'|'anchorNotFound'|'highlightLayerLabel'|'highlightWithLabel'|'cellHighlightWithLabel'|'highlightOfTotal'|'pageRailLabel'|'pageRailPage'|'pageRailPageHighlighted'|'spreadsheetViewerUnavailable'|'csvViewerUnavailable'|'csvViewerLabel'|'spreadsheetViewerLabel'|'knownDateDay'|'knownDateMonth'|'knownDateYear'|'skipToContent'|'tourSkip'|'tourDone'|'tourStepOf'|'emojiPickerSearchLabel'|'emojiPickerGridLabel'|'emojiPickerEmpty'|'emojiPickerLoadError'|'emojiPickerGroupSmileysEmotion'|'emojiPickerGroupPeopleBody'|'emojiPickerGroupComponent'|'emojiPickerGroupAnimalsNature'|'emojiPickerGroupFoodDrink'|'emojiPickerGroupTravelPlaces'|'emojiPickerGroupActivities'|'emojiPickerGroupObjects'|'emojiPickerGroupSymbols'|'emojiPickerGroupFlags'|'emojiPickerGroupUnknown'|'pushToTalkRequesting'|'pushToTalkDenied'|'pushToTalkError'|'pushToTalkUnsupported'|'pushToTalkStarted'|'pushToTalkStopped'|'pushToTalkCancelled'|'pushToTalkHold'|'pushToTalkStart'|'pushToTalkStop'|'traceTree'|'traceTreeSpanStatus'|'traceTreeMetricLabel'|'spanProjectionLimit'|'agentTraceFilterLabel'|'spanKindAgent'|'spanKindLlm'|'spanKindTool'|'spanKindRetriever'|'spanKindEmbedding'|'spanKindOther'|'tokensIn'|'tokensOut'|'cost'|'duration'|'spanWaterfall'|'spanStartedAtOffset'|'rubricSubmit'|'rubricSubmitAndNext'|'rubricSkip'|'compareResponseA'|'compareResponseB'|'compareVoteLabel'|'compareVoteBetter'|'compareVoteTie'|'compareVoteBothBad'|'compareVoteRecorded'|'comparePanel'|'audioVisualizerLabel'|'audioVisualizerIdle'|'audioVisualizerListening'|'audioVisualizerThinking'|'audioVisualizerSpeaking'|'treeNodeMoved'|'fileTreeLabel'|'fileTreeDiffSummary'|'gitStatusAdded'|'gitStatusModified'|'gitStatusDeleted'|'gitStatusRenamed'|'gitStatusUntracked'|'gitStatusConflicted'|'gitStatusIgnored'|'imageViewerLabel'|'imageViewerFailedToLoad'|'imageViewerRotate'|'imageViewerFitLabel'|'imageViewerFitContain'|'imageViewerFitWidth'|'imageViewerFitActual'|'imageViewerAnnotate'|'imageViewerHighlightsLabel'|'imageViewerUnlabeledHighlight'|'imageViewerAnnotationHint'|'imageViewerAnnotationBoxPosition'|'imageViewerAnnotationAdded'|'imageViewerAnnotationCancelled'|'transcriptFeedLabel'|'transcriptFeedEmpty'|'transcriptFeedInterim'|'commitCardLabel'|'commitCardCopyHash'|'commitCardDiffSummary'|'commitCardShowFiles'|'commitCardHideFiles'|'stackTraceLabel'|'stackTraceLimit'|'stackTraceShowFrames'|'stackTraceHideFrames'|'statusSkipped'|'testResultsLabel'|'testResultsPassed'|'testResultsFailed'|'testResultsSkipped'|'testResultsRunning'|'testResultsFilterLabel'|'testResultsCompleteAnnounce'|'testResultsExpandTest'|'testResultsCollapseTest'|'envListLabel'|'envListReveal'|'envListHide'|'envListValueHidden'|'envListCopy'|'voice'|'voicePickerNoVoices'|'voicePickerRequired'|'voicePickerPreview'|'voicePickerStopPreview'|'avPlayerLabel'|'avPlayerFailedToLoad'|'avPlayerTranscript'|'avPlayerTimeline'|'avPlayerPlaybackRate'|'avPlayerRateOption'|'avPlayerPosition'|'attachmentTriggerAudio'|'attachmentMenuAudio'|'browserFrameLabel'|'browserFrameUrlLabel'|'browserFrameViewOf'|'browserFrameTakeOver'|'browserFrameHandBack'|'browserFrameStop'|'browserFrameStatusIdle'|'browserFrameStatusConnecting'|'browserFrameStatusLive'|'browserFrameStatusStalled'|'browserFrameControllerAgent'|'browserFrameControllerUser'|'notebookViewerLabel'|'notebookViewerInvalid'|'notebookViewerUnsupportedVersion'|'notebookViewerTooManyCells'|'notebookViewerInPrompt'|'notebookViewerInPromptEmpty'|'notebookViewerCodeCell'|'notebookViewerMarkdownCell'|'notebookViewerRawCell'|'notebookViewerErrorOutput'|'notebookViewerShowAllOutput'|'notebookViewerCollapseOutput'|'notebookViewerUnrenderedOutput'|'xmlViewerLabel'|'xmlViewerParseError'|'xmlViewerTooManyNodes'|'xmlViewerChildCount'|'xmlViewerCopyDocument'|'xmlViewerCopyNode'|'xmlViewerExpandNode'|'xmlViewerCollapseNode'|'artifactPanelLabel'|'artifactPanelPreview'|'artifactPanelCode'|'artifactPanelPreviousVersion'|'artifactPanelNextVersion'|'artifactPanelVersionPosition'|'artifactPanelRestore'|'artifactPanelGenerating'|'resultFieldLabel'|'geojsonViewLabel'|'geojsonViewInvalid'|'geojsonViewFeatureCount'|'geojsonViewMissingMapLibrary'|'mindMapLabel'|'mindMapTopicStatus'|'mindMapLeafStatus'|'mindMapExpanded'|'mindMapCollapsed'|'entityDegree'|'entityCommunity'|'focusInGraph'|'untitledEntity'|'untitledCommunity'|'communityMemberCount'|'communityDrillIn'|'selectAllSources'|'sourcePickerSelection'|'provenancePanelLabel'|'provenanceEntities'|'provenanceRelationships'|'provenanceCommunities'|'provenanceChunks'|'provenanceEmpty'|'chunkInspectorLabel'|'chunkScore'|'scoreTierHigh'|'scoreTierMedium'|'scoreTierLow'|'chunkInspectorEmpty'|'flowCanvasLabel'|'flowCanvasLayoutLimit'|'flowCanvasSummary'|'flowNode'|'flowEdge'|'flowEdgeWithLabel'|'flowItemAnnouncement'|'dashboardGridLabel'|'dashboardCellCollisionRejected'|'dashboardCellMoved'|'dashboardCellResized'|'flowEdgeList'|'flowNodeSelected'|'flowNodeDeselected'|'flowSelectionCleared'|'flowNodeMoved'|'flowConnectStarted'|'flowConnectTarget'|'flowConnectCommitted'|'flowConnectCancelled'|'zoomToFit'|'flowLockCanvas'|'flowControlsLabel'|'flowMinimapLabel'|'flowMinimapViewport'|'flowMinimapInstructions'|'flowMinimapViewportChanged'|'nodePaletteLabel'|'nodePalettePlaceholder'|'nodePaletteEmpty'|'nodePaletteDragHint'|'nodePaletteResultCount'|'retrievalResultsSelectRow'|'pathStripLabel'|'pathNodeStatus'|'pathRelationStatus'|'flowInputHandle'|'flowOutputHandle'|'flowStatusWithDuration'|'flowStatusWithDetail'|'neighborListLabel'|'neighborRowLabel'|'neighborDirectionIn'|'neighborDirectionOut'|'neighborDirectionBoth'|'neighborExpand'|'neighborListEmpty'|'neighborGroupHeader'|'flowRunStatusLabel'|'flowRunSummary'|'flowRunStepStatus'|'flowRunStatusCount'|'policySummaryLabel'|'policySummaryAllowCount'|'policySummaryDenyCount'|'policySummaryNeedsReviewCount'|'policySummaryStateAllow'|'policySummaryStateDeny'|'policySummaryStateNeedsReview'|'policySummaryCategoryGuardrail'|'policySummaryCategoryPermission'|'policySummaryCategoryPrivacy'|'policySummaryCategoryTool'|'policySummaryDetailLabel'|'evalDatasetLabel'|'evalDatasetAddExample'|'evalDatasetRemoveExample'|'evalDatasetImportLabel'|'evalDatasetSearchLabel'|'evalDatasetTagFilterLabel'|'evalDatasetEmpty'|'evalDatasetNoMatches'|'evalDatasetColumnInput'|'evalDatasetColumnExpectedOutput'|'evalDatasetColumnTags'|'queryBuilderLabel'|'queryBuilderEmpty'|'queryBuilderNoFields'|'queryBuilderAddCondition'|'queryBuilderRemoveCondition'|'queryBuilderFieldLabel'|'queryBuilderFieldPlaceholder'|'queryBuilderOperatorLabel'|'queryBuilderOperatorPlaceholder'|'queryBuilderValueLabel'|'queryBuilderValuePlaceholder'|'queryBuilderCombinatorLabel'|'queryBuilderCombinatorAnd'|'queryBuilderCombinatorOr'|'queryBuilderBooleanTrue'|'queryBuilderBooleanFalse'|'queryBuilderOperatorEquals'|'queryBuilderOperatorNotEquals'|'queryBuilderOperatorGreaterThan'|'queryBuilderOperatorGreaterThanOrEqual'|'queryBuilderOperatorLessThan'|'queryBuilderOperatorLessThanOrEqual'|'queryBuilderOperatorAfter'|'queryBuilderOperatorOnOrAfter'|'queryBuilderOperatorBefore'|'queryBuilderOperatorOnOrBefore'|'queryBuilderOperatorContains'|'queryBuilderOperatorStartsWith'|'queryBuilderOperatorEndsWith'|'queryBuilderOperatorIn'|'queryBuilderOperatorNotIn'|'queryBuilderOperatorIsEmpty'|'queryBuilderOperatorIsNotEmpty'|'memoryPanelLabel'|'memoryPanelShortTermHeading'|'memoryPanelLongTermHeading'|'memoryPanelAdd'|'memoryPanelAddWithContext'|'memoryPanelForgetAll'|'memoryPanelConfirmAddHeading'|'memoryPanelConfirmRemoveHeading'|'memoryPanelConfirmForgetHeading'|'memoryPanelConfirmForgetBody'|'graphExplorerLabel'|'graphExplorerSearchPlaceholder'|'graphExplorerSearchResultsLabel'|'graphExplorerPin'|'graphExplorerUnpin'|'graphExplorerPinned'|'graphExplorerUnpinned'|'graphExplorerPinnedHeading'|'graphExplorerFindPath'|'retrievalModeVector'|'retrievalModeKeyword'|'retrievalModeHybrid'|'retrievalSearchLabel'|'retrievalModeLabel'|'retrievalFiltersLabel'|'groundingSummaryLabel'|'groundingSummaryEmpty'|'groundingSummarySupportedLabel'|'groundingSummaryUnsupportedLabel'|'groundingSummaryCoverageLabel'|'groundingSummaryConfidenceLabel'|'groundingSummaryWarningsHeading'|'groundingSummaryEvidenceHeading'|'claimEvidenceLabel'|'claimEvidenceEmpty'|'claimEvidenceSupported'|'claimEvidencePartiallySupported'|'claimEvidenceUnsupported'|'claimEvidenceContradicted'|'claimEvidenceConfidence'|'retrievalCompareLabel'|'retrievalCompareEmpty'|'retrievalCompareOverlap'|'retrievalCompareRank'|'retrievalCompareDenseScore'|'retrievalCompareSparseScore'|'retrievalCompareRerankScore'|'retrievalCompareFinalScore'|'ragEvalDashboardLabel'|'ragEvalDashboardEmpty'|'ragEvalDashboardRuns'|'ragEvalDashboardSlices'|'ragEvalDashboardAllSlices'|'ragEvalDashboardSliceUnavailable'|'promptStudioLabel'|'promptStudioMessages'|'promptStudioVariables'|'promptStudioVersions'|'promptStudioPreview'|'promptStudioPreviewLimit'|'promptStudioRun'|'promptStudioSave'|'promptStudioAddMessage'|'promptStudioRemoveMessage'|'promptStudioMessageRole'|'promptStudioMessageContent'|'promptStudioRoleSystem'|'promptStudioRoleUser'|'promptStudioRoleAssistant'|'promptStudioRoleTool'|'schemaViewerLabel'|'schemaViewerEmpty'|'schemaViewerRequired'|'schemaViewerCircular'|'schemaViewerType'|'subagentPanelLabel'|'subagentPanelEmpty'|'subagentPanelRetry'|'subagentPanelCancelRun'|'subagentPanelRetryRun'|'toolTimelineDetailsFor'|'realtimeSessionLabel'|'realtimeSessionDisconnected'|'realtimeSessionConnecting'|'realtimeSessionConnected'|'realtimeSessionReconnecting'|'realtimeSessionError'|'realtimeSessionConnect'|'realtimeSessionDisconnect'|'realtimeSessionMute'|'realtimeSessionUnmute'|'realtimeSessionInterrupt'|'realtimeSessionConnectionFailed'|'contextInspectorRedacted'|'contextInspectorTruncated'|'contextInspectorLabel'|'contextInspectorEmpty'|'contextInspectorCopyLabel'|'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'|'documentLibraryFreshnessFresh'|'documentLibraryFreshnessAging'|'documentLibraryFreshnessStale'|'documentLibrarySelectAll'|'documentLibrarySelectColumn'|'documentLibraryTypeColumn'|'documentLibraryNameColumn'|'documentLibraryVersionColumn'|'documentLibraryOwnerColumn'|'documentLibraryTagsColumn'|'documentLibraryFreshnessColumn'|'documentLibraryUpdatedColumn'|'documentLibraryLabel'|'documentLibraryEmptyHeading'|'documentLibraryNoMatchesHeading'|'documentLibrarySearchPlaceholder'|'documentLibraryFilterByTag'|'documentLibraryClearSelection'|'documentLibrarySelectedCount'|'documentCompareNoVersion'|'documentCompareLabel'|'agentRunCurrentStepLabel'|'graphQueryHopRangeInvalid'|'graphQueryRelationshipTypeLabel'|'graphQueryNodeTypeLabel'|'graphQueryBuilderLabel'|'graphQueryStartLabel'|'graphQueryEndLabel'|'graphQueryMinHopsLabel'|'graphQueryMaxHopsLabel'|'graphQueryDirectionLabel'|'graphQueryRun'|'graphQuerySavedQueriesLabel'|'graphQuerySaveNameLabel'|'graphQuerySaveButton'|'graphQueryLoadWithContext'|'filterBarReset'|'filterBarActiveFilters'|'drilldownDocuments'|'drilldownRuns'|'drilldownEmpty'|'drilldownUntitledNode'|'evaluationRunStatusIdle'|'evaluationRunStatusWaitingInput'|'evaluationRunStatusWaitingApproval'|'evaluationRunStatusCancelled'|'evaluationRunGroundingHeading'|'evaluationRunToolTraceHeading'|'evaluationRunInputHeading'|'evaluationRunOutputHeading'|'evaluationRunLabel'|'evaluationRunProgressLabel'|'retrievalFilterChipLabel'|'retrievalSearchEmptyDescription'|'groundingSummaryEvidenceSpan'|'contextInspectorTruncatedCount'|'contextInspectorSegmentTokens'|'knowledgeBaseDocumentCount'|'knowledgeBaseRowActionsLabel'|'knowledgeBaseEmptyDescription'|'ingestionChunkCount'|'ingestionItemProgressLabel'|'ingestionEmbeddedOfTotal'|'ingestionAttemptCount'|'ingestionRetryWithContext'|'ingestionCancelWithContext'|'documentLibrarySelectDocument'|'agentRunStatusAnnounce'|'graphQueryDeleteWithContext'|'evaluationRunExampleLabel'|'evaluationRunExampleStartedAnnounce'|'evaluationRunExampleCompletedAnnounce'|'evaluationRunExampleFailedAnnounce'|'evaluationRunExampleCancelledAnnounce'|'evaluationRunExampleWaitingInputAnnounce'|'evaluationRunExampleWaitingApprovalAnnounce'|'evaluationRunProgressSummary'|'evaluationRunRunningCount'|'evaluationRunFailedCount'|'retrievalStageQueryRewrite'|'retrievalStageEmbed'|'retrievalStageRetrieve'|'retrievalStageRerank'|'retrievalStageFilter'|'retrievalTraceEvidenceToggle'|'documentCompareOldVersion'|'documentCompareNewVersion'|'agentRunStatusIdle'|'agentRunStatusQueued'|'agentRunStatusCollecting'|'agentRunStatusWaitingInput'|'agentRunStatusWaitingApproval'|'agentRunStatusDone'|'agentRunStatusCancelled'|'localePickerLabel'|'localePickerRequired'|'flagLoadError'|'moveUp'|'moveDown'|'reorderMovePending'|'reorderMoveCancelled'|'reorderItemMoved';
|
|
30
30
|
/**
|
|
31
31
|
* Message-catalog input. Registration and per-instance `.strings` assignment snapshot eligible
|
|
32
32
|
* own data properties; retained catalogs are immutable, so reassign or re-register to publish a
|
|
@@ -2,4 +2,4 @@ import{resolveLyraString as resolveRuntimeLyraString}from"./localization-runtime
|
|
|
2
2
|
{extendedAddress}
|
|
3
3
|
{streetAddress}
|
|
4
4
|
{locality} {region} {postalCode}
|
|
5
|
-
{country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading…",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chartAnnotationsUnavailable:"Chart annotations are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything…",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more — refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document…",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} × {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",timelineClusterCount:"Show timeline events ({count})",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",mentionResultCount:{one:"{count} suggestion",other:"{count} suggestions"},mentionResultPosition:"Suggestion {current} of {total}",suggestionsLabel:"Suggested prompts",map:"Map",model:"Model",selectModel:"Select a model…",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual…",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app…",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring…",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking…",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}…",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" — ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools…",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerUnnamedAttachment:"Unnamed attachment",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} — {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",emojiPickerGroupUnknown:"Group {group}",pushToTalkRequesting:"Requesting microphone…",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} — {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing…",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}×",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting…",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating…",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes…",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} — {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities…",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioPreviewLimit:"Preview unavailable: expansion limit exceeded.",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionStageUnknown:"Unknown stage",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",drilldownUntitledNode:"Untitled step",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}–{end}",contextInspectorTruncatedCount:"Truncated — {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
|
|
5
|
+
{country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading…",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chartAnnotationsUnavailable:"Chart annotations are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything…",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more — refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document…",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} × {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapSelectedCount:"Selected cells: {count}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",timelineClusterCount:"Show timeline events ({count})",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",mentionResultCount:{one:"{count} suggestion",other:"{count} suggestions"},mentionResultPosition:"Suggestion {current} of {total}",suggestionsLabel:"Suggested prompts",map:"Map",mapResetNorth:"Reset bearing to north",model:"Model",selectModel:"Select a model…",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual…",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app…",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring…",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking…",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}…",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" — ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools…",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerUnnamedAttachment:"Unnamed attachment",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} — {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",emojiPickerGroupUnknown:"Group {group}",pushToTalkRequesting:"Requesting microphone…",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} — {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing…",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}×",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting…",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating…",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes…",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} — {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities…",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioPreviewLimit:"Preview unavailable: expansion limit exceeded.",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionStageUnknown:"Unknown stage",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",drilldownUntitledNode:"Untitled step",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}–{end}",contextInspectorTruncatedCount:"Truncated — {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated from package.json by scripts/generate-package-metadata.mjs.
|
|
3
3
|
* Run `pnpm package-metadata` after changing package identity or version.
|
|
4
4
|
*/
|
|
5
|
-
export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.
|
|
5
|
+
export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.3.0';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.
|
|
1
|
+
const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.3.0";export{LYRA_PACKAGE_NAME,LYRA_PACKAGE_VERSION};
|