/** * The CLDR plural categories `Intl.PluralRules.prototype.select()` can return. * A language uses only the subset its grammar needs — English and German use * `one`/`other`, Russian `one`/`few`/`many`/`other`, Arabic all six, Japanese * and Chinese only `other`. */ export type LyraPluralCategory='zero'|'one'|'two'|'few'|'many'|'other'; /** * A count-dependent message, authored as one string per plural category the * language needs. `other` is mandatory: it is the terminal step of the * category fallback chain, so every selection is guaranteed to resolve to a * real string. * * Selection is driven by `values.count` (or `values.pluralCount` when `count` * carries a pre-formatted, locale-grouped string) run through * `new Intl.PluralRules(effectiveLocale).select(count)`. */ export type LyraPluralMessage=Partial,string>> &{other:string;}; /** * Either a plain message — the shape the overwhelming majority of keys use and * the only shape that existed before 8.0.0 — or a pluralized one. */ export type LyraMessage=string|LyraPluralMessage; /** * The message keys used by Lyra's built-in labels. Applications can register * additional keys as well; components may use a component-specific key when * a message is not part of this common set. */ export type LyraMessageKey='noData'|'graphLegendLabel'|'legendTypeShown'|'legendTypeHidden'|'entityChipWithType'|'jumpToLatest'|'terminalLabel'|'terminalDownload'|'terminalHighlightLine'|'schemaViewerIssueLimit'|'toolParamMissingProperty'|'toolParamBooleanUnset'|'toolParamBooleanTrue'|'toolParamBooleanFalse'|'toolParamSchemaLimit'|'testResultsLimit'|'toolTimelineLimit'|'toolSelectLimit'|'sequenceStripEmpty'|'sequenceStripCategoryCount'|'sequenceStripUnnamedCategory'|'sequenceStripBucketLabel'|'sequenceStripBucketSummary'|'noColumns'|'dataGridColumnMenu'|'dataGridPinStart'|'dataGridPinEnd'|'dataGridUnpin'|'dataGridRowsPerPage'|'dataGridTreeLimitReached'|'loadMore'|'viewerSearchMatchCount'|'viewerSearchNoMatches'|'viewerSearchActiveMatch'|'viewerHighlightLabel'|'tableFilterLabel'|'tableFilterPlaceholder'|'tableLoading'|'tableLoadFailed'|'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'|'appRailCollapse'|'appRailExpand'|'appRailItemCollapse'|'appRailItemExpand'|'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'|'paginationAppliedUnknownTotal'|'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'|'chartValuePercentageLabel'|'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'|'fileInputRejectedMaxFiles'|'fileInputRejectedMaxTotalSize'|'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'|'matchMismatch'|'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'; /** * Message-catalog input. Registration and per-instance `.strings` assignment snapshot eligible * own data properties; retained catalogs are immutable, so reassign or re-register to publish a * later caller-side mutation. */ export type LyraLocaleStrings=Partial> &Record; /** A catalog's writing direction, in the same vocabulary as the platform `dir` attribute. */ export type LyraLocaleDirection='ltr'|'rtl'; /** * Optional catalog metadata, supplied as `registerLyraLocale()`'s third argument. Everything here * describes the *locale*, never a message: nothing in it is rendered by a component, and omitting * it entirely keeps the two-argument call working exactly as before. */ export interface LyraLocaleMeta{ /** The locale's writing direction. Declared because no component may infer it: components read * the inherited `dir` cascade and never force one from `lang`. Supplying it is what lets an * application answer "does this locale need `dir="rtl"`?" without its own tag table. */ dir?:LyraLocaleDirection; /** The locale's own endonym ("العربية"), for a UI that lists locales. Purely informational — * `` derives its row labels from its own language map. */ name?:string;}