@aceshooting/lyra-ui 11.2.0 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/CHANGELOG.md +407 -0
  2. package/README.md +11 -8
  3. package/custom-elements.json +1 -1
  4. package/dist/all.d.ts +1 -0
  5. package/dist/all.js +1 -1
  6. package/dist/autoloader.js +1 -1
  7. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +0 -1
  8. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +1 -1
  9. package/dist/components/charts/chart/chart.class.d.ts +13 -1
  10. package/dist/components/charts/chart/histogram-bin.d.ts +0 -1
  11. package/dist/components/charts/chart/histogram-bin.js +1 -1
  12. package/dist/components/charts/chart/lite-chart.class.d.ts +22 -9
  13. package/dist/components/charts/chart/lite-chart.class.js +6 -6
  14. package/dist/components/conversation/code-block/code-block-shared.d.ts +4 -54
  15. package/dist/components/conversation/code-block/code-block-shared.js +1 -1
  16. package/dist/components/conversation/code-block/shiki-types.d.ts +2 -1
  17. package/dist/components/conversation/generation-metrics/generation-metrics.class.js +1 -1
  18. package/dist/components/conversation/model-select/model-select.class.d.ts +0 -3
  19. package/dist/components/conversation/model-select/model-select.class.js +1 -1
  20. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
  21. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +0 -1
  22. package/dist/components/conversation/voice-picker/voice-picker.class.js +1 -1
  23. package/dist/components/data/data-grid/data-grid.class.js +1 -1
  24. package/dist/components/data/funnel/funnel.class.d.ts +92 -0
  25. package/dist/components/data/funnel/funnel.class.js +25 -0
  26. package/dist/components/data/funnel/funnel.d.ts +1 -0
  27. package/dist/components/data/funnel/funnel.js +1 -0
  28. package/dist/components/data/funnel/funnel.styles.d.ts +1 -0
  29. package/dist/components/data/funnel/funnel.styles.js +127 -0
  30. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +0 -1
  31. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +1 -1
  32. package/dist/components/data/heatmap/heatmap.class.d.ts +199 -14
  33. package/dist/components/data/heatmap/heatmap.class.js +30 -22
  34. package/dist/components/data/heatmap/heatmap.styles.js +36 -0
  35. package/dist/components/data/index.d.ts +1 -0
  36. package/dist/components/data/index.js +1 -1
  37. package/dist/components/data/table/table.class.d.ts +18 -4
  38. package/dist/components/data/table/table.class.js +2 -2
  39. package/dist/components/data/table/table.styles.js +2 -1
  40. package/dist/components/data/timeline/timeline-cluster.d.ts +1 -0
  41. package/dist/components/data/timeline/timeline-cluster.js +1 -0
  42. package/dist/components/data/timeline/timeline-item.class.d.ts +17 -2
  43. package/dist/components/data/timeline/timeline-item.class.js +13 -2
  44. package/dist/components/data/timeline/timeline-item.styles.js +65 -0
  45. package/dist/components/data/timeline/timeline.class.d.ts +83 -27
  46. package/dist/components/data/timeline/timeline.class.js +3 -3
  47. package/dist/components/data/timeline/timeline.d.ts +1 -0
  48. package/dist/components/data/timeline/timeline.js +1 -1
  49. package/dist/components/data/timeline/timeline.styles.js +14 -0
  50. package/dist/components/forms/button/button.class.js +1 -1
  51. package/dist/components/forms/checkbox/checkbox.class.d.ts +0 -1
  52. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  53. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +0 -1
  54. package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
  55. package/dist/components/forms/code-editor/code-editor.class.js +1 -1
  56. package/dist/components/forms/color-picker/color-picker.class.js +1 -1
  57. package/dist/components/forms/combobox/combobox.class.d.ts +7 -1
  58. package/dist/components/forms/combobox/combobox.class.js +3 -2
  59. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  60. package/dist/components/forms/date-picker/date-input.class.d.ts +23 -0
  61. package/dist/components/forms/date-picker/date-input.class.js +1 -1
  62. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +0 -1
  63. package/dist/components/forms/input/native-time-input.class.js +1 -1
  64. package/dist/components/forms/input/time-input-shared.d.ts +2 -1
  65. package/dist/components/forms/input/time-input.class.js +1 -1
  66. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +0 -1
  67. package/dist/components/forms/locale-picker/locale-picker.class.js +1 -1
  68. package/dist/components/forms/radio/radio-button.styles.d.ts +0 -1
  69. package/dist/components/forms/radio/radio-button.styles.js +1 -1
  70. package/dist/components/forms/radio/radio-group.class.d.ts +0 -1
  71. package/dist/components/forms/radio/radio-group.class.js +1 -1
  72. package/dist/components/forms/radio/radio.class.d.ts +0 -1
  73. package/dist/components/forms/radio/radio.class.js +1 -1
  74. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +0 -1
  75. package/dist/components/forms/rubric-form/rubric-form.class.js +1 -1
  76. package/dist/components/forms/select/select.class.d.ts +0 -1
  77. package/dist/components/forms/select/select.class.js +1 -1
  78. package/dist/components/forms/slider/slider.class.d.ts +0 -1
  79. package/dist/components/forms/slider/slider.class.js +1 -1
  80. package/dist/components/forms/switch/switch.class.d.ts +0 -1
  81. package/dist/components/forms/switch/switch.class.js +1 -1
  82. package/dist/components/forms/time-range/time-range.class.d.ts +0 -1
  83. package/dist/components/forms/time-range/time-range.class.js +1 -1
  84. package/dist/components/forms/token-input/token-input.class.d.ts +0 -1
  85. package/dist/components/forms/token-input/token-input.class.js +1 -1
  86. package/dist/components/layout/app-rail/app-rail-item.class.d.ts +16 -0
  87. package/dist/components/layout/app-rail/app-rail-item.class.js +4 -4
  88. package/dist/components/layout/dashboard-grid/layout-internal.d.ts +0 -1
  89. package/dist/components/layout/dashboard-grid/layout-internal.js +1 -1
  90. package/dist/components/layout/details/accordion-owner.d.ts +1 -1
  91. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +32 -3
  92. package/dist/components/layout/filter-bar/filter-bar.class.js +2 -1
  93. package/dist/components/layout/menu/menu-item.class.js +1 -1
  94. package/dist/components/layout/virtual-list/virtual-list.class.js +1 -1
  95. package/dist/components/layout/widget/widget.class.d.ts +16 -0
  96. package/dist/components/layout/widget/widget.class.js +2 -2
  97. package/dist/components/lr-funnel.d.ts +1 -0
  98. package/dist/components/lr-funnel.js +1 -0
  99. package/dist/components/media/av-player/av-metadata.d.ts +0 -2
  100. package/dist/components/media/av-player/av-metadata.js +1 -1
  101. package/dist/components/media/file-input/file-input.class.d.ts +0 -1
  102. package/dist/components/media/file-input/file-input.class.js +1 -1
  103. package/dist/components/media/flag/flag-peer-bulk-standard.d.ts +25 -0
  104. package/dist/components/media/flag/flag-peer-bulk-standard.js +1 -0
  105. package/dist/components/media/flag/flag.class.d.ts +8 -0
  106. package/dist/components/media/flag/flag.class.js +1 -1
  107. package/dist/components/media/map/map-loader.d.ts +4 -1
  108. package/dist/components/media/map/map.class.d.ts +242 -23
  109. package/dist/components/media/map/map.class.js +2 -2
  110. package/dist/components/overlays/chip/chip-group.class.d.ts +16 -0
  111. package/dist/components/overlays/chip/chip-group.class.js +10 -3
  112. package/dist/components/overlays/overlay/popover.class.d.ts +7 -1
  113. package/dist/components/overlays/overlay/popover.class.js +1 -1
  114. package/dist/components/overlays/overlay/tooltip.class.d.ts +1 -0
  115. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  116. package/dist/components/overlays/progress/progress-shared.d.ts +0 -2
  117. package/dist/components/overlays/progress/progress-shared.js +1 -1
  118. package/dist/components/overlays/rating/rating.class.js +1 -1
  119. package/dist/components/retrieval/graph/graph-canvas.d.ts +10 -9
  120. package/dist/components/retrieval/mind-map/mind-map-layout.d.ts +0 -4
  121. package/dist/components/retrieval/mind-map/mind-map-layout.js +1 -1
  122. package/dist/components/utility/format/format-options.d.ts +0 -2
  123. package/dist/components/utility/format/format-options.js +1 -1
  124. package/dist/components/utility/icon/icon-resource.d.ts +0 -2
  125. package/dist/components/utility/icon/icon-resource.js +1 -1
  126. package/dist/components/viewers/archive-viewer/zip-resource-guard.d.ts +2 -1
  127. package/dist/components/viewers/docx-viewer/docx-resource-guard.d.ts +0 -3
  128. package/dist/components/viewers/docx-viewer/docx-resource-guard.js +1 -1
  129. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +2 -1
  130. package/dist/components/viewers/ebook-viewer/epub-resource-guard.d.ts +0 -3
  131. package/dist/components/viewers/ebook-viewer/epub-resource-guard.js +1 -1
  132. package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts +2 -2
  133. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +2 -2
  134. package/dist/components/viewers/pptx-viewer/pptx-resource-guard.d.ts +0 -2
  135. package/dist/components/viewers/pptx-viewer/pptx-resource-guard.js +1 -1
  136. package/dist/components/viewers/spreadsheet-viewer/xlsx-resource-guard.d.ts +0 -5
  137. package/dist/components/viewers/spreadsheet-viewer/xlsx-resource-guard.js +1 -1
  138. package/dist/custom-elements-jsx.d.ts +16 -8
  139. package/dist/events.d.ts +15 -0
  140. package/dist/internal/accessibility-visibility.d.ts +1 -1
  141. package/dist/internal/anchor-target.d.ts +1 -3
  142. package/dist/internal/anchor-target.js +2 -2
  143. package/dist/internal/anchored-overlay-runtime.d.ts +7 -0
  144. package/dist/internal/anchored-overlay-runtime.js +1 -0
  145. package/dist/internal/announcement-text.d.ts +1 -1
  146. package/dist/internal/ansi.d.ts +0 -4
  147. package/dist/internal/ansi.js +1 -1
  148. package/dist/internal/aria-ownership.d.ts +2 -1
  149. package/dist/internal/autoloader-manifest.js +1 -1
  150. package/dist/internal/autoloader-tags.d.ts +1 -1
  151. package/dist/internal/autoloader-tags.js +1 -1
  152. package/dist/internal/default-strings.generated.d.ts +1 -0
  153. package/dist/internal/default-strings.generated.js +1 -1
  154. package/dist/internal/focus-navigation.d.ts +3 -2
  155. package/dist/internal/form-associated.d.ts +0 -1
  156. package/dist/internal/form-associated.js +1 -1
  157. package/dist/internal/form-control-labels.d.ts +0 -3
  158. package/dist/internal/form-control-labels.js +1 -1
  159. package/dist/internal/localization-runtime.js +1 -1
  160. package/dist/internal/localization-types.d.ts +1 -1
  161. package/dist/internal/localization.js +1 -1
  162. package/dist/internal/lyra-element.d.ts +7 -14
  163. package/dist/internal/lyra-element.js +1 -1
  164. package/dist/internal/nonmodal-overlay-manager.d.ts +9 -0
  165. package/dist/internal/nonmodal-overlay-manager.js +1 -0
  166. package/dist/internal/overlay-manager.d.ts +4 -20
  167. package/dist/internal/overlay-manager.js +1 -1
  168. package/dist/internal/overlay-stack.d.ts +66 -0
  169. package/dist/internal/overlay-stack.js +1 -0
  170. package/dist/internal/package-metadata.d.ts +1 -1
  171. package/dist/internal/package-metadata.js +1 -1
  172. package/dist/internal/positioner.js +1 -1
  173. package/dist/internal/root-registration-allowlist.d.ts +1 -1
  174. package/dist/internal/root-registration-allowlist.js +1 -1
  175. package/dist/internal/text-quote.d.ts +1 -1
  176. package/dist/lyra.d.ts +5 -4
  177. package/dist/lyra.js +1 -1
  178. package/dist/ssr/all.d.ts +1 -0
  179. package/dist/ssr/all.js +1 -1
  180. package/dist/ssr.d.ts +4 -4
  181. package/dist/styles/tokens-root.css +488 -0
  182. package/dist/svelte.d.ts +17 -8
  183. package/dist/translations/ar.js +1 -1
  184. package/dist/translations/de.js +1 -1
  185. package/dist/translations/es.js +1 -1
  186. package/dist/translations/fa.js +1 -1
  187. package/dist/translations/fr.js +1 -1
  188. package/dist/translations/he.js +1 -1
  189. package/dist/translations/ja.js +1 -1
  190. package/dist/translations/pt-BR.js +1 -1
  191. package/dist/translations/ru.js +1 -1
  192. package/dist/translations/zh-CN.js +1 -1
  193. package/dist/utilities/localization.js +1 -1
  194. package/dist/vue.d.ts +16 -8
  195. package/llms/components/lr-app-rail-item.md +8 -1
  196. package/llms/components/lr-app-rail.md +6 -0
  197. package/llms/components/lr-chip-group.md +7 -0
  198. package/llms/components/lr-chip.md +7 -0
  199. package/llms/components/lr-combobox.md +42 -0
  200. package/llms/components/lr-date-input.md +19 -1
  201. package/llms/components/lr-date-picker.md +19 -1
  202. package/llms/components/lr-filter-bar.md +50 -1
  203. package/llms/components/lr-flag.md +14 -0
  204. package/llms/components/lr-funnel.md +122 -0
  205. package/llms/components/lr-heatmap.md +55 -8
  206. package/llms/components/lr-lite-chart.md +20 -8
  207. package/llms/components/lr-map.md +109 -22
  208. package/llms/components/lr-option.md +42 -0
  209. package/llms/components/lr-popover.md +39 -0
  210. package/llms/components/lr-table.md +7 -3
  211. package/llms/components/lr-timeline-item.md +49 -24
  212. package/llms/components/lr-timeline.md +49 -24
  213. package/llms/components/lr-widget.md +7 -1
  214. package/llms/index.md +3 -2
  215. package/llms/peers.md +1 -1
  216. package/llms/shared.md +110 -1
  217. package/llms-full.txt +681 -67
  218. package/llms.txt +1 -1
  219. package/package.json +26 -8
  220. package/vscode-css-data.json +63 -0
  221. package/vscode-html-data.json +108 -23
  222. package/web-types.json +32738 -310
@@ -2,4 +2,4 @@ import{registerLyraLocale}from"../internal/localization-runtime.js";const string
2
2
  {extendedAddress}
3
3
  {streetAddress}
4
4
  {locality} {region} {postalCode}
5
- {country}`,contactViewerTypeHome:"\u4F4F\u5B85",contactViewerTypeWork:"\u5DE5\u4F5C",contactViewerTypeCell:"\u624B\u673A",contactViewerTypeVoice:"\u8BED\u97F3",contactViewerTypeFax:"\u4F20\u771F",contactViewerTypeInternet:"\u4E92\u8054\u7F51",contactViewerTypePreferred:"\u9996\u9009",exportButtonLabel:"\u5BFC\u51FA",generationStatusElapsedSeconds:"{seconds}\u79D2",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} token",generationStatusThroughput:"{rate} tok/s",graphDataList:"\u56FE\u8C31\u6570\u636E",graphItemAnnouncement:"{item}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",navigation:"\u5BFC\u822A",attachmentRetryWithContext:"\u91CD\u8BD5{label}",attachmentUploadingWithContext:"\u6B63\u5728\u4E0A\u4F20{label}",attachmentUploadingProgress:"\u6B63\u5728\u4E0A\u4F20{percent}%",attachmentUploadingIndeterminate:"\u6B63\u5728\u4E0A\u4F20\u2026",attachmentUploadFailed:"\u4E0A\u4F20\u5931\u8D25",attachmentUntitledFile:"\u672A\u547D\u540D\u6587\u4EF6",chartTrendIncreasing:"\u4E0A\u5347",chartTrendDecreasing:"\u4E0B\u964D",chartTrendFlat:"\u6301\u5E73",chartSummary:"{label}\uFF1A{count}\u4E2A\u503C\uFF0C\u8303\u56F4\u4ECE{min}\u5230{max}\uFF0C\u8D8B\u52BF{trend}",chartSeriesNoData:"{label}\uFF1A\u65E0\u6570\u636E",chartSummaryWithData:"{type}\u56FE\u3002{summaries}\u3002",chartSummaryEmpty:"{type}\u56FE\uFF0C\u65E0\u6570\u636E\u3002",chartSummarySeparator:"\u3002",chartData:"\u56FE\u8868\u6570\u636E",chartDataSampled:"\u751F\u6210\u7684\u6570\u636E\u8868\u663E\u793A\u6700\u591A 1,000 \u6761\u8BB0\u5F55\u7684\u6837\u672C\u3002\u8BF7\u63D0\u4F9B\u81EA\u5B9A\u4E49\u6570\u636E\u8868\u4EE5\u8BBF\u95EE\u5168\u90E8\u56FE\u8868\u6570\u636E\u3002",chartZoomUnavailable:"\u7F29\u653E\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chartDataLabelsUnavailable:"\u6570\u636E\u6807\u7B7E\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chartStackTotalsUnavailable:"\u5806\u53E0\u603B\u8BA1\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chart:"\u56FE\u8868",chartTypeLine:"\u6298\u7EBF",chartTypeBar:"\u67F1\u72B6",chartTypeScatter:"\u6563\u70B9",chartTypePie:"\u997C",chartTypeDoughnut:"\u73AF\u5F62",chartTypeRadar:"\u96F7\u8FBE",chartTypePolarArea:"\u6781\u5750\u6807\u533A\u57DF",chartTypeBubble:"\u6C14\u6CE1",boxPlotSeriesSummary:"{label}\uFF1A{count}\u4E2A\u5206\u5E03\uFF0C\u4E2D\u4F4D\u6570\u8303\u56F4\u4ECE{min}\u5230{max}\uFF0C\u4E2D\u4F4D\u6570\u8D8B\u52BF{trend}",boxPlotSummaryWithData:"\u7BB1\u7EBF\u56FE\u3002{summaries}\u3002",boxPlotSummaryEmpty:"\u7BB1\u7EBF\u56FE\uFF0C\u65E0\u6570\u636E\u3002",boxPlotData:"\u7BB1\u7EBF\u56FE\u6570\u636E",chartSeriesLabel:"\u7CFB\u5217",boxPlotMin:"\u6700\u5C0F\u503C",boxPlotQ1:"Q1",boxPlotMedian:"\u4E2D\u4F4D\u6570",boxPlotQ3:"Q3",boxPlotMax:"\u6700\u5927\u503C",boxPlot:"\u7BB1\u7EBF\u56FE",histogramFrequency:"\u9891\u6570",liteChartMarkSummary:"{series}\uFF0C{label}\uFF1A{value}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",liteChartBarLabel:"{series}\uFF0C{label}\uFF1A{value}",chartValueLabel:"{label}\uFF1A{value}",liteChartCustomMarkSummary:"{content}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",composerLabel:"\u6D88\u606F",composerPlaceholder:"\u6709\u4EC0\u4E48\u60F3\u95EE\u7684\u2026",textareaLabel:"\u6587\u672C",citation:"\u5F15\u7528{index}",citationWithStatus:"\u5F15\u7528{index}\uFF0C{status}",citationWithCustomLabel:"\u5F15\u7528{index}\uFF0C{label}",comboboxOverflow:"\u8FD8\u6709{n}\u9879 \u2014 \u8BF7\u7EC6\u5316\u641C\u7D22",comboboxRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",comboboxCreate:"\u521B\u5EFA{value}",comboboxLabel:"\u7EC4\u5408\u6846",rename:"\u91CD\u547D\u540D{title}",previousMonth:"\u4E0A\u4E2A\u6708",nextMonth:"\u4E0B\u4E2A\u6708",chooseDate:"\u9009\u62E9\u65E5\u671F",date:"\u65E5\u671F",dateInputMinMessage:"\u65E5\u671F\u5FC5\u987B\u4E0D\u65E9\u4E8E{min}\u3002",dateInputMaxMessage:"\u65E5\u671F\u5FC5\u987B\u4E0D\u665A\u4E8E{max}\u3002",dateInputPastDisabled:"\u65E5\u671F\u4E0D\u80FD\u662F\u8FC7\u53BB\u7684\u65E5\u671F\u3002",dateInputFutureDisabled:"\u65E5\u671F\u4E0D\u80FD\u662F\u5C06\u6765\u7684\u65E5\u671F\u3002",dateInputInvalid:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u65E5\u671F\u3002",timeInputLabel:"\u65F6\u95F4",timeInputHour:"\u5C0F\u65F6",timeInputMinute:"\u5206\u949F",timeInputSecond:"\u79D2",timeInputDayPeriod:"\u65F6\u6BB5",timeInputEmptySegment:"\u7A7A",timeInputOpen:"\u6253\u5F00\u65F6\u95F4\u9009\u62E9\u5668",timeInputPopup:"\u9009\u62E9\u65F6\u95F4",timeInputNow:"\u73B0\u5728",timeInputInvalid:"\u8BF7\u8F93\u5165\u5B8C\u6574\u65F6\u95F4\u3002",timeInputMinMessage:"\u65F6\u95F4\u4E0D\u5F97\u65E9\u4E8E{min}\u3002",timeInputMaxMessage:"\u65F6\u95F4\u4E0D\u5F97\u665A\u4E8E{max}\u3002",timeInputRangeMessage:"\u65F6\u95F4\u5FC5\u987B\u4ECB\u4E8E{min}\u548C{max}\u4E4B\u95F4\u5E76\u8DE8\u8D8A\u5348\u591C\u3002",timeInputStepMessage:"\u8BF7\u8F93\u5165\u7B26\u5408\u6240\u9700\u95F4\u9694\u7684\u65F6\u95F4\u3002",documentPreviewEmpty:"\u6CA1\u6709\u53EF\u663E\u793A\u7684{type}\u3002",convertingDocument:"\u6B63\u5728\u8F6C\u6362\u6587\u6863\u2026",documentPreviewNotAvailable:"{label}\u65E0\u6CD5\u9884\u89C8\u3002",documentPreviewGenericFile:"\u6B64\u6587\u4EF6",documentPreviewTypeDocument:"\u6587\u6863",documentPreviewTypeImage:"\u56FE\u7247",documentPreviewTypeEmail:"\u90AE\u4EF6",documentPreviewTypeCalendar:"\u65E5\u5386",archiveViewerEmpty:"\u6B64\u538B\u7F29\u5305\u4E3A\u7A7A\u3002",archiveViewerFolder:"\u6587\u4EF6\u5939",archiveViewerFile:"\u6587\u4EF6",spreadsheetViewerUnavailable:"\u7535\u5B50\u8868\u683C\u9884\u89C8\u4E0D\u53EF\u7528\u3002",csvViewerUnavailable:"CSV \u9884\u89C8\u4E0D\u53EF\u7528\u3002",csvViewerLabel:"CSV \u6587\u6863",spreadsheetViewerLabel:"\u7535\u5B50\u8868\u683C",knownDateDay:"\u65E5",knownDateMonth:"\u6708",knownDateYear:"\u5E74",documentPreviewTypeDataset:"\u6570\u636E\u96C6",documentPreviewTypeContact:"\u8054\u7CFB\u4EBA",download:"\u4E0B\u8F7D",exportFormatMenuLabel:"{label}\u683C\u5F0F",fileInputDefaultLabel:"\u5C06\u6587\u4EF6\u62D6\u653E\u5230\u6B64\u5904\uFF0C\u6216\u70B9\u51FB\u6D4F\u89C8",fileInputAcceptedOne:"\u5DF2\u6DFB\u52A0{count}\u4E2A\u6587\u4EF6\u3002",fileInputAcceptedMany:"\u5DF2\u6DFB\u52A0{count}\u4E2A\u6587\u4EF6\u3002",fileInputRejectedOne:"\u5DF2\u62D2\u7EDD{count}\u4E2A\u6587\u4EF6\u3002",fileInputRejectedMany:"\u5DF2\u62D2\u7EDD{count}\u4E2A\u6587\u4EF6\u3002",fileInputFolderRejected:"\u6B64\u5904\u4E0D\u63A5\u53D7\u6587\u4EF6\u5939\u3002",fileInputRejectedType:"{filename}\uFF1A\u4E0D\u63A5\u53D7\u6B64\u6587\u4EF6\u7C7B\u578B\u3002",fileInputRejectedSize:"{filename}\uFF1A\u6B64\u6587\u4EF6\u8FC7\u5927\u3002",fileInputRejectedCount:"{filename}\uFF1A\u4E00\u6B21\u53EA\u80FD\u9009\u62E9\u4E00\u4E2A\u6587\u4EF6\u3002",fileInputRejectedRead:"{filename}\uFF1A\u65E0\u6CD5\u8BFB\u53D6\u6B64\u6587\u4EF6\u3002",fileInputRejectedLimit:"{filename}\uFF1A\u6587\u4EF6\u5939\u5305\u542B\u7684\u6761\u76EE\u8FC7\u591A\u3002",elapsedMinutesSecondsTemplate:"{minutes}\u5206{seconds}\u79D2",graphNode:"\u8282\u70B9{label}",graphLink:"\u4ECE{source}\u5230{target}\u7684\u8FDE\u63A5",graphDiagram:"\u5305\u542B{nodeCount}\u4E2A\u8282\u70B9\u548C{linkCount}\u6761\u8FDE\u63A5\u7684\u8282\u70B9\u5173\u7CFB\u56FE",graphTypedNode:"{label}\uFF08{type}\uFF09",graphExpandableItem:"{item}\uFF0C\u53EF\u5C55\u5F00",graphNodeFocused:"\u5DF2\u5C45\u4E2D\u663E\u793A{label}",graphSelectionCount:"\u5DF2\u9009\u62E9{count}\u9879",graphNodesHidden:"\u5DF2\u9690\u85CF{hidden}/{total}\u4E2A\u8282\u70B9",graphCommunity:"\u793E\u533A{label}\uFF0C{count}\u4E2A\u8282\u70B9",heatmapValueLabel:"\u503C",heatmapMatrixCellLabel:"\u7B2C{row}\u884C\uFF0C\u7B2C{col}\u5217\uFF1A{value}",heatmapCalendarLabel:"{days}\u5929\u7684\u65E5\u5386\u70ED\u529B\u56FE\uFF0C{label}\u8303\u56F4\u4E3A{range}",heatmapMatrixLabel:"{rows} \xD7 {cols} \u4E2A\u5355\u5143\u683C\u7684\u70ED\u529B\u56FE\uFF0C{label}\u8303\u56F4\u4E3A{range}",heatmapCalendarCellLabel:"{date}\uFF1A{value}",heatmapNoDataValue:"\u65E0\u6570\u636E",heatmapDefaultRowLabel:"\u7B2C{n}\u884C",heatmapDefaultColLabel:"\u7B2C{n}\u5217",heatmapSelectedCellLabel:"\u5DF2\u9009\u62E9\uFF1A{cell}\u3002",heatmapProjectionLimit:"\u4EC5\u663E\u793A\u70ED\u529B\u56FE\u7684\u524D {count} \u4E2A\u5355\u5143\u683C\u3002",heatmapDecorationLimit:"\u4EC5\u663E\u793A\u70ED\u529B\u56FE\u7684\u524D {count} \u79CD\u989C\u8272\u3001\u56FE\u4F8B\u8282\u70B9\u548C\u6CE8\u91CA\u3002",inputLabel:"\u6587\u672C",showPassword:"\u663E\u793A\u5BC6\u7801",hidePassword:"\u9690\u85CF\u5BC6\u7801",radioRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",progress:"\u8FDB\u5EA6",responsivePanel:"\u9762\u677F",popover:"\u5F39\u51FA\u6846",details:"\u8BE6\u60C5",breadcrumb:"\u9762\u5305\u5C51\u5BFC\u822A",timeline:"\u65F6\u95F4\u7EBF",rating:"\u8BC4\u5206",sliderLabel:"\u6ED1\u5757",feedbackPositive:"\u56DE\u590D\u5F88\u597D",feedbackNegative:"\u56DE\u590D\u4E0D\u597D",feedbackReasonsLabel:"\u9009\u62E9\u539F\u56E0",feedbackCommentLabel:"\u6DFB\u52A0\u8BC4\u8BBA",feedbackCommentPlaceholder:"\u8865\u5145\u66F4\u591A\u7EC6\u8282\uFF08\u53EF\u9009\uFF09",feedbackSubmit:"\u63D0\u4EA4\u53CD\u9988",feedbackSubmitted:"\u53CD\u9988\u5DF2\u63D0\u4EA4",colorPicker:"\u989C\u8272\u9009\u62E9\u5668",mediaCardUntitledFile:"\u672A\u547D\u540D\u6587\u4EF6",mediaCardOpenName:"\u6253\u5F00{name}",mediaCardOpenImageAttachment:"\u6253\u5F00\u56FE\u7247\u9644\u4EF6",mediaCardOpenVideoAttachment:"\u6253\u5F00\u89C6\u9891\u9644\u4EF6",mediaCardOpenFileAttachment:"\u6253\u5F00\u6587\u4EF6\u9644\u4EF6",mediaCardImageAttachment:"\u56FE\u7247\u9644\u4EF6",mediaCardVideoAttachment:"\u89C6\u9891\u9644\u4EF6",animatedImageDefaultAlt:"\u52A8\u6001\u56FE\u7247",mentionSuggestions:"\u5EFA\u8BAE",suggestionsLabel:"\u5EFA\u8BAE\u7684\u63D0\u793A\u8BCD",map:"\u5730\u56FE",model:"\u6A21\u578B",selectModel:"\u9009\u62E9\u6A21\u578B\u2026",modelSelectNoModels:"\u65E0\u53EF\u7528\u6A21\u578B",modelSelectRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u6A21\u578B\u3002",temperature:"\u6E29\u5EA6",play:"\u64AD\u653E",playbackPosition:"\u64AD\u653E\u4F4D\u7F6E",playbackStepPosition:"\u7B2C{index}\u6B65\uFF0C\u5171{total}\u6B65",videoPlayerLabel:"\u89C6\u9891\u64AD\u653E\u5668",videoMute:"\u9759\u97F3",videoUnmute:"\u53D6\u6D88\u9759\u97F3",videoVolume:"\u97F3\u91CF",videoCaptions:"\u5B57\u5E55",videoCaptionsOff:"\u5173\u95ED",videoPlaybackSpeed:"\u64AD\u653E\u901F\u5EA6",videoPictureInPicture:"\u8FDB\u5165\u753B\u4E2D\u753B",videoExitPictureInPicture:"\u9000\u51FA\u753B\u4E2D\u753B",videoEnterFullscreen:"\u8FDB\u5165\u5168\u5C4F",videoExitFullscreen:"\u9000\u51FA\u5168\u5C4F",videoPlaylistLabel:"\u89C6\u9891\u64AD\u653E\u5217\u8868",videoPlaylistUntitled:"\u89C6\u9891 {position}",selectValueMissing:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",select:"\u9009\u62E9",sourceListDefaultLabel:"\u6765\u6E90",threadListLabel:"\u5BF9\u8BDD",threadGroupPinned:"\u5DF2\u7F6E\u9876",threadGroupToday:"\u4ECA\u5929",threadGroupYesterday:"\u6628\u5929",threadGroupPrevious7Days:"\u8FC7\u53BB 7 \u5929",threadGroupPrevious30Days:"\u8FC7\u53BB 30 \u5929",threadGroupArchived:"\u5DF2\u5F52\u6863",threadGroupExpand:"\u5C55\u5F00{label}",threadGroupCollapse:"\u6536\u8D77{label}",pinConversation:"\u7F6E\u9876\u5BF9\u8BDD",unpinConversation:"\u53D6\u6D88\u7F6E\u9876\u5BF9\u8BDD",archiveConversation:"\u5F52\u6863\u5BF9\u8BDD",unarchiveConversation:"\u53D6\u6D88\u5F52\u6863\u5BF9\u8BDD",deleteConversation:"\u5220\u9664\u5BF9\u8BDD",searchThreads:"\u641C\u7D22\u5BF9\u8BDD",threadListMatchAnnounce:{other:"\u627E\u5230{count}\u4E2A\u5BF9\u8BDD"},threadListEmpty:"\u6682\u65E0\u5BF9\u8BDD",agentWorkspaceLabel:"\u667A\u80FD\u4F53\u5DE5\u4F5C\u533A",agentWorkspaceConversation:"\u5BF9\u8BDD",agentWorkspaceDetails:"\u8FD0\u884C\u8BE6\u60C5",agentWorkspaceRun:"\u667A\u80FD\u4F53\u8FD0\u884C",agentWorkspaceTools:"\u5DE5\u5177",agentWorkspaceRetrieval:"\u68C0\u7D22\u5230\u7684\u4E0A\u4E0B\u6587",agentWorkspaceGrounding:"\u4F9D\u636E",agentWorkspaceContext:"\u4E0A\u4E0B\u6587",agentWorkspaceEmpty:"\u6682\u65E0\u6D88\u606F",ragAnswerLabel:"\u6709\u4F9D\u636E\u7684\u56DE\u7B54",ragAnswerCitations:"\u5F15\u7528",ragAnswerSources:"\u6765\u6E90",ragAnswerRetry:"\u91CD\u65B0\u56DE\u7B54",evaluationDashboardLabel:"\u8BC4\u4F30\u4EEA\u8868\u677F",evaluationDashboardRunsLabel:"\u8BC4\u4F30\u8FD0\u884C",evaluationDashboardNoRuns:"\u6682\u65E0\u8BC4\u4F30\u8FD0\u884C",approvalQueueLabel:"\u5DE5\u5177\u5BA1\u6279\u961F\u5217",approvalQueueEmpty:"\u6CA1\u6709\u5F85\u5BA1\u6279\u7684\u5DE5\u5177",approvalQueueOpen:"\u5BA1\u9605{tool}\u7684\u5BA1\u6279\u8BF7\u6C42",approvalQueuePendingCount:"{count}\u9879\u5F85\u5BA1\u6279",approvalQueuePending:"\u5F85\u5BA1\u6279",embeddingExplorerLabel:"\u5D4C\u5165\u63A2\u7D22\u5668",embeddingExplorerEmpty:"\u6CA1\u6709\u5D4C\u5165\u70B9",embeddingExplorerPoint:"{label}\uFF0C\u7B2C{index}\u4E2A\u5D4C\u5165\u70B9",knowledgeBaseAdminLabel:"\u77E5\u8BC6\u5E93\u7BA1\u7406",knowledgeBaseAdminSourcesTab:"\u6765\u6E90",knowledgeBaseAdminIngestionTab:"\u6444\u53D6",resizeDivider:"\u8C03\u6574\u9762\u677F{a}\u4E0E\u9762\u677F{b}\u4E4B\u95F4\u7684\u5206\u9694\u6761",trendUnchanged:"\u65E0\u53D8\u5316",statTrendIncreased:"\u4E0A\u5347{value}",statTrendDecreased:"\u4E0B\u964D{value}",statTrendGood:"\u826F\u597D",statTrendBad:"\u4E0D\u4F73",statTrendAnnouncement:"{trend}\uFF0C{polarity}",streamStalled:"\u8017\u65F6\u6BD4\u5E73\u65F6\u66F4\u957F\u2026",streamStallAnnounce:"\u8FDE\u63A5\u5DF2\u505C\u6EDE\u3002",streamRecoverAnnounce:"\u8FDE\u63A5\u5DF2\u6062\u590D\u3002",streamStallClearedAnnounce:"\u5DF2\u4E0D\u518D\u505C\u6EDE\u3002",thinkingPanelLabel:"\u601D\u8003\u8FC7\u7A0B",messagePartsLabel:"\u6D88\u606F\u5185\u5BB9",messagePartError:"\u6B64\u90E8\u5206\u5931\u8D25",messagePartRetry:"\u91CD\u8BD5\u6B64\u90E8\u5206",promptQueueLabel:"\u6392\u961F\u7684\u63D0\u793A\u8BCD",promptQueueEmpty:"\u6CA1\u6709\u6392\u961F\u7684\u63D0\u793A\u8BCD",promptQueueSendNow:"\u7ACB\u5373\u53D1\u9001",selectionToolbarLabel:"\u9009\u533A\u64CD\u4F5C",selectionAsk:"\u63D0\u95EE",selectionQuote:"\u5F15\u8FF0",selectionCite:"\u5F15\u7528",promptInputLabel:"AI \u63D0\u793A\u8BCD",promptInputControls:"\u63D0\u793A\u8BCD\u9009\u9879",promptInputSources:"\u6765\u6E90",promptInputAttachments:"\u9644\u4EF6",mcpAppLabel:"\u4EA4\u4E92\u5F0F\u5E94\u7528",mcpAppUnavailable:"\u65E0\u6CD5\u52A0\u8F7D\u6B64\u4EA4\u4E92\u5F0F\u5E94\u7528\u3002",mcpAppLoading:"\u6B63\u5728\u52A0\u8F7D\u4EA4\u4E92\u5F0F\u5E94\u7528\u2026",taskListLabel:"\u4EFB\u52A1",taskListCompletedOfTotal:"\u5DF2\u5B8C\u6210{completed}/{total}",taskListStepStartedAnnounce:"\u6B65\u9AA4\u5DF2\u5F00\u59CB\uFF1A{label}",taskListStepCompletedAnnounce:"\u6B65\u9AA4\u5DF2\u5B8C\u6210\uFF1A{label}",taskListStepFailedAnnounce:"\u6B65\u9AA4\u5931\u8D25\uFF1A{label}",activityFeedLabel:"\u52A8\u6001",activityFeedCompletedSteps:"\u5DF2\u5B8C\u6210{count}\u4E2A\u6B65\u9AA4",activityFeedCompletedStep:"\u5DF2\u5B8C\u6210{count}\u4E2A\u6B65\u9AA4",handoffLabel:"\u667A\u80FD\u4F53\u4EA4\u63A5",handoffToAgent:"\u5DF2\u8F6C\u4EA4\u7ED9{agent}",handoffFromToAgent:"\u5DF2\u4ECE{from}\u8F6C\u4EA4\u7ED9{to}",usageBadgeLabel:"\u7528\u91CF",usageBadgeTokensIn:"\u8F93\u5165{count}",usageBadgeTokensOut:"\u8F93\u51FA{count}",usageBadgeTokensInLabel:"\u8F93\u5165 token",usageBadgeTokensOutLabel:"\u8F93\u51FA token",usageBadgeTotalTokensLabel:"token \u603B\u6570",usageBadgeCostLabel:"\u8D39\u7528",usageBadgeLatencyLabel:"\u5EF6\u8FDF",checkpointLabel:"\u68C0\u67E5\u70B9",checkpointRestore:"\u8FD8\u539F",checkpointRestoreWithContext:"\u5C06\u5BF9\u8BDD\u8FD8\u539F\u5230{label}",checkpointRestoring:"\u6B63\u5728\u8FD8\u539F\u2026",checkpointConfirmPrompt:"\u8981\u5C06\u5BF9\u8BDD\u8FD8\u539F\u5230\u6B64\u5904\u5417\uFF1F",thoughtFor:"\u601D\u8003\u4E86{duration}",thinking:"\u601D\u8003\u4E2D\u2026",rangeStart:"\u8303\u56F4\u8D77\u70B9",rangeEnd:"\u8303\u56F4\u7EC8\u70B9",calloutAnnouncementWithContext:"{context}\uFF1A{content}",closeWithContext:"\u5173\u95ED\uFF1A{snippet}",closeWithTruncatedContext:"\u5173\u95ED\uFF1A{snippet}\u2026",toastContentIncomplete:"\u5185\u5BB9\u4E0D\u5B8C\u6574\u7684\u901A\u77E5",toastOverflow:"\u672A\u663E\u793A\u7684\u901A\u77E5\uFF1A{count}\u6761\u3002",toolApprovalHeading:"\u8981\u6279\u51C6\u8C03\u7528{tool}\u5417\uFF1F",toolApprovalGenericTool:"\u5DE5\u5177",toolApprovalArgsLabel:"\u5DE5\u5177\u8C03\u7528\u53C2\u6570\uFF08JSON\uFF09",confirmApproved:"\u5DF2\u6279\u51C6",confirmDenied:"\u5DF2\u62D2\u7EDD",confirmApprovedAnnounce:"\u64CD\u4F5C\u5DF2\u6279\u51C6\u3002",confirmDeniedAnnounce:"\u64CD\u4F5C\u5DF2\u62D2\u7EDD\u3002",deny:"\u62D2\u7EDD",edit:"\u7F16\u8F91",approve:"\u6279\u51C6",invalidJson:"JSON \u65E0\u6548\u3002",fieldRequired:"\u6B64\u5B57\u6BB5\u4E3A\u5FC5\u586B\u9879\u3002",fieldMustBeString:"\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u3002",fieldMustBeNumber:"\u5FC5\u987B\u662F\u6709\u9650\u6570\u5B57\u3002",fieldMustBeInteger:"\u5FC5\u987B\u662F\u6574\u6570\u3002",fieldMustBeBoolean:"\u5FC5\u987B\u662F\u5E03\u5C14\u503C\u3002",unsupportedFieldType:"\u4E0D\u652F\u6301\u7684\u5B57\u6BB5\u7C7B\u578B\u201C{type}\u201D\u3002",fieldMustBeOneOf:"\u5FC5\u987B\u662F\u4EE5\u4E0B\u503C\u4E4B\u4E00\uFF1A{values}\u3002",fieldMustEqual:"\u5FC5\u987B\u7B49\u4E8E{value}\u3002",schemaMustBeObject:"Schema \u5FC5\u987B\u63CF\u8FF0\u4E00\u4E2A\u5BF9\u8C61\u3002",schemaPropertiesMustBeFlat:"Schema \u5C5E\u6027\u5FC5\u987B\u662F\u6241\u5E73\u5BF9\u8C61\u3002",valueMustBeSerializable:"\u503C\u5FC5\u987B\u53EF\u5E8F\u5217\u5316\u4E3A JSON\u3002",valueInvalid:"\u8BE5\u503C\u65E0\u6548\u3002",phoneInputLabel:"\u7535\u8BDD",phoneInputIncomplete:"\u6B64\u7535\u8BDD\u53F7\u7801\u4E0D\u5B8C\u6574\u3002",otpInputIncomplete:"\u8BF7\u8F93\u5165\u5168\u90E8{total}\u4F4D\u5B57\u7B26\u3002",otpInputLabel:"\u9A8C\u8BC1\u7801",numberInputIncrease:"\u589E\u52A0",numberInputDecrease:"\u51CF\u5C11",textareaCharacterCount:{other:"{count}\u4E2A\u5B57\u7B26"},textareaCharactersRemaining:{other:"\u8FD8\u53EF\u8F93\u5165{count}\u4E2A\u5B57\u7B26"},copyFailed:"\u590D\u5236\u5931\u8D25",colorPickerSaturationBrightness:"\u9971\u548C\u5EA6\u548C\u4EAE\u5EA6",colorPickerSaturationBrightnessValue:"\u9971\u548C\u5EA6{saturation}%\uFF0C\u4EAE\u5EA6{brightness}%",colorPickerHue:"\u8272\u76F8",colorPickerHueValue:"{hue}\u5EA6",colorPickerOpacity:"\u4E0D\u900F\u660E\u5EA6",colorPickerOpacityValue:"\u4E0D\u900F\u660E\u5EA6{opacity}%",colorPickerValueField:"\u989C\u8272\u503C",colorPickerToggleFormat:"\u5207\u6362\u989C\u8272\u683C\u5F0F",colorPickerEyeDropper:"\u4ECE\u5C4F\u5E55\u4E0A\u53D6\u8272",colorPickerSwatches:"\u8272\u677F",colorPickerSwatch:"\u9009\u62E9{color}",colorPickerCurrentValue:"\u5F53\u524D\u989C\u8272\uFF1A{color}",selectSelectedOverflow:"+{n}\u9879",iconLoadError:"\u56FE\u6807\u52A0\u8F7D\u5931\u8D25\u3002",iconTooLarge:"\u56FE\u6807\u6587\u4EF6\u8FC7\u5927\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",iconSanitizerMissing:'\u6B64\u56FE\u6807\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "dompurify" \u5305\u624D\u80FD\u5B89\u5168\u6E32\u67D3\u3002',paginationFirstPage:"\u7B2C\u4E00\u9875",paginationLastPage:"\u6700\u540E\u4E00\u9875",accessibleLabelSeparator:" \u2014 ",durationMilliseconds:"{value}\u6BEB\u79D2",durationSeconds:"{value}\u79D2",selectTools:"\u9009\u62E9\u5DE5\u5177",searchToolsPlaceholder:"\u641C\u7D22\u5DE5\u5177\u2026",useDefaultTools:"\u4F7F\u7528\u9ED8\u8BA4\u5DE5\u5177",toolSelectCustomizeHint:"\u5173\u95ED\u540E\u53EF\u9010\u4E2A\u9009\u62E9\u5DE5\u5177\u3002",noMatchesQuery:"\u6CA1\u6709\u4E0E\u201C{query}\u201D\u5339\u914D\u7684\u5DE5\u5177\u3002",toolSelectNoneAvailable:"\u6CA1\u6709\u53EF\u7528\u7684\u5DE5\u5177\u3002",toolSelectSummary:"\u5DF2\u542F\u7528{selected}/{total}\u4E2A\u5DE5\u5177",toolCount:{other:"{count}\u4E2A\u5DE5\u5177"},otherCategory:"\u5176\u4ED6",widgetFullscreenPanel:"\u5168\u5C4F\u9762\u677F",widgetViewGroup:"\u9762\u677F\u89C6\u56FE",widgetExitFullscreen:"\u9000\u51FA\u5168\u5C4F",widgetExpandToFullscreen:"\u5C55\u5F00\u4E3A\u5168\u5C4F",widgetCollapse:"\u6536\u8D77\u9762\u677F",widgetExpand:"\u5C55\u5F00\u9762\u677F",menuLabel:"\u83DC\u5355",pause:"\u6682\u505C",kbdEscapeVisual:"Esc",kbdEscapeWord:"Esc",kbdTabWord:"Tab",kbdSpaceWord:"\u7A7A\u683C",kbdDeleteVisual:"Del",kbdDeleteWord:"\u5220\u9664",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"\u5411\u4E0A\u7FFB\u9875",kbdPageDownVisual:"PgDn",kbdPageDownWord:"\u5411\u4E0B\u7FFB\u9875",kbdEnterWord:"\u56DE\u8F66",kbdBackspaceWord:"\u9000\u683C",kbdArrowUpWord:"\u5411\u4E0A\u7BAD\u5934",kbdArrowDownWord:"\u5411\u4E0B\u7BAD\u5934",kbdArrowLeftWord:"\u5411\u5DE6\u7BAD\u5934",kbdArrowRightWord:"\u5411\u53F3\u7BAD\u5934",kbdPlusWord:"\u52A0\u53F7",kbdMinusWord:"\u51CF\u53F7",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"\u90AE\u4EF6\u67E5\u770B\u5668",emailViewerMissingParser:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "postal-mime" \u5305\u624D\u80FD\u89E3\u6790\u6B64\u90AE\u4EF6\u3002',emailViewerFrom:"\u53D1\u4EF6\u4EBA",emailViewerTo:"\u6536\u4EF6\u4EBA",emailViewerSubject:"\u4E3B\u9898",emailViewerDate:"\u65E5\u671F",emailViewerAttachments:"\u9644\u4EF6",emailViewerNoSubject:"\uFF08\u65E0\u4E3B\u9898\uFF09",emailViewerOpenAttachment:"\u6253\u5F00{filename}",emailViewerShowQuoted:"\u663E\u793A\u5F15\u7528\u7684\u6587\u672C",emailViewerHideQuoted:"\u9690\u85CF\u5F15\u7528\u7684\u6587\u672C",emailViewerGroupAddress:"{name}\uFF1A{members}",calendarViewerLabel:"\u65E5\u5386\u67E5\u770B\u5668",calendarViewerMissingParser:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "ical.js" \u5305\u624D\u80FD\u89E3\u6790\u6B64\u65E5\u5386\u3002',calendarViewerEmpty:"\u6B64\u65E5\u5386\u6CA1\u6709\u4E8B\u4EF6\u3002",calendarViewerNoSummary:"\uFF08\u65E0\u6807\u9898\uFF09",pdfViewerLabel:"PDF \u6587\u6863",pdfViewerMissingLibrary:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "pdfjs-dist" \u5305\u624D\u80FD\u6E32\u67D3 PDF \u6587\u4EF6\u3002',qrCodeMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "qrcode" \u5305\u624D\u80FD\u751F\u6210\u4E8C\u7EF4\u7801\u3002',qrCodeGenerationFailed:"\u65E0\u6CD5\u5C06\u6B64\u503C\u7F16\u7801\u4E3A\u4E8C\u7EF4\u7801\u3002",mapMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "maplibre-gl" \u5305\u624D\u80FD\u6E32\u67D3\u5730\u56FE\u3002',mapStyleRequired:"\u8BF7\u63D0\u4F9B\u5730\u56FE\u6837\u5F0F\u4EE5\u6E32\u67D3\u5730\u56FE\u3002",mapWebglUnavailable:"\u6B64\u6D4F\u89C8\u5668\u65E0\u6CD5\u63D0\u4F9B\u6E32\u67D3\u5730\u56FE\u6240\u9700\u7684\u56FE\u5F62\u652F\u6301\u3002",mapInitializationFailed:"\u65E0\u6CD5\u521D\u59CB\u5316\u5730\u56FE\u3002",mapLegend:"\u5730\u56FE\u56FE\u4F8B",chartMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "chart.js" \u5305\u624D\u80FD\u6E32\u67D3\u56FE\u8868\u3002',boxPlotMissingLibrary:"\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684\u7BB1\u7EBF\u56FE\u6269\u5C55\u5305\u624D\u80FD\u6E32\u67D3\u7BB1\u7EBF\u56FE\u3002",graphMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "d3" \u5305\u624D\u80FD\u6E32\u67D3\u56FE\u8C31\u3002',pdfViewerPageOf:"\u7B2C{page}\u9875\uFF0C\u5171{total}\u9875",pdfViewerZoomIn:"\u653E\u5927",pdfViewerZoomOut:"\u7F29\u5C0F",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"\u4E0A\u4E00\u9875",pdfViewerNextPage:"\u4E0B\u4E00\u9875",anchorJumped:"\u5DF2\u8DF3\u8F6C\u5230\u9AD8\u4EAE\u6BB5\u843D\u3002",anchorJumpedToPage:"\u5DF2\u8DF3\u8F6C\u5230\u7B2C{page}\u9875\u3002",anchorNotFound:"\u5728\u6B64\u6587\u6863\u4E2D\u672A\u627E\u5230\u8BE5\u6BB5\u843D\u3002",highlightLayerLabel:"\u9AD8\u4EAE",highlightWithLabel:"\u9AD8\u4EAE\uFF1A{label}",cellHighlightWithLabel:"\u9AD8\u4EAE\uFF1A{label}\uFF08{value}\uFF09",highlightOfTotal:"\u7B2C{index}\u5904\u9AD8\u4EAE\uFF0C\u5171{total}\u5904",pageRailLabel:"\u9875\u9762\u7F29\u7565\u56FE",pageRailPage:"\u7B2C{page}\u9875",pageRailPageHighlighted:{other:"\u7B2C{page}\u9875\uFF0C{count}\u5904\u9AD8\u4EAE\u6BB5\u843D"},skipToContent:"\u8DF3\u5230\u4E3B\u8981\u5185\u5BB9",tourSkip:"\u8DF3\u8FC7",tourDone:"\u5B8C\u6210",tourStepOf:"\u7B2C{current}\u6B65\uFF0C\u5171{total}\u6B65",emojiPickerSearchLabel:"\u641C\u7D22\u8868\u60C5",emojiPickerGridLabel:"\u8868\u60C5",emojiPickerEmpty:"\u672A\u627E\u5230\u8868\u60C5",emojiPickerLoadError:"\u65E0\u6CD5\u52A0\u8F7D\u8868\u60C5\u3002",emojiPickerGroupSmileysEmotion:"\u7B11\u8138\u4E0E\u60C5\u611F",emojiPickerGroupPeopleBody:"\u4EBA\u7269\u4E0E\u8EAB\u4F53",emojiPickerGroupComponent:"\u7EC4\u4EF6",emojiPickerGroupAnimalsNature:"\u52A8\u7269\u4E0E\u81EA\u7136",emojiPickerGroupFoodDrink:"\u98DF\u7269\u4E0E\u996E\u6599",emojiPickerGroupTravelPlaces:"\u65C5\u884C\u4E0E\u5730\u70B9",emojiPickerGroupActivities:"\u6D3B\u52A8",emojiPickerGroupObjects:"\u7269\u54C1",emojiPickerGroupSymbols:"\u7B26\u53F7",emojiPickerGroupFlags:"\u65D7\u5E1C",emojiPickerGroupUnknown:"\u5206\u7EC4{group}",pushToTalkRequesting:"\u6B63\u5728\u8BF7\u6C42\u9EA6\u514B\u98CE\u6743\u9650\u2026",pushToTalkDenied:"\u9EA6\u514B\u98CE\u6743\u9650\u88AB\u62D2\u7EDD",pushToTalkError:"\u5F55\u97F3\u5931\u8D25",pushToTalkUnsupported:"\u6B64\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u5F55\u97F3",pushToTalkStarted:"\u5F55\u97F3\u5DF2\u5F00\u59CB",pushToTalkStopped:"\u5F55\u97F3\u5DF2\u505C\u6B62",pushToTalkCancelled:"\u5F55\u97F3\u5DF2\u53D6\u6D88",pushToTalkHold:"\u6309\u4F4F\u8BF4\u8BDD",pushToTalkStart:"\u5F00\u59CB\u5F55\u97F3",pushToTalkStop:"\u505C\u6B62\u5F55\u97F3",traceTree:"\u8FFD\u8E2A\u6811",traceTreeSpanStatus:"{name} \u2014 {status}",traceTreeMetricLabel:"{label}\uFF1A{value}",spanProjectionLimit:"\u4EC5\u663E\u793A\u524D{count}\u4E2A\u8DE8\u5EA6\u3002",agentTraceFilterLabel:"\u8FFD\u8E2A\u8DE8\u5EA6\u7C7B\u578B",spanKindAgent:"\u667A\u80FD\u4F53",spanKindLlm:"LLM",spanKindTool:"\u5DE5\u5177",spanKindRetriever:"\u68C0\u7D22\u5668",spanKindEmbedding:"\u5D4C\u5165",spanKindOther:"\u5176\u4ED6",tokensIn:"\u8F93\u5165 token",tokensOut:"\u8F93\u51FA token",cost:"\u8D39\u7528",duration:"\u65F6\u957F",spanWaterfall:"\u8DE8\u5EA6\u65F6\u95F4\u7EBF",spanStartedAtOffset:"\u5F00\u59CB\u4E8E +{value}",rubricSubmit:"\u63D0\u4EA4",rubricSubmitAndNext:"\u63D0\u4EA4\u5E76\u7EE7\u7EED\u4E0B\u4E00\u4E2A",rubricSkip:"\u8DF3\u8FC7",compareResponseA:"\u56DE\u590D A",compareResponseB:"\u56DE\u590D B",compareVoteLabel:"\u6295\u7968",compareVoteBetter:"{label}\u66F4\u597D",compareVoteTie:"\u5E73\u5C40",compareVoteBothBad:"\u4E24\u8005\u90FD\u4E0D\u597D",compareVoteRecorded:"\u5DF2\u8BB0\u5F55\u6295\u7968\uFF1A{label}",comparePanel:"\u5BF9\u6BD4",audioVisualizerLabel:"\u8BED\u97F3\u6D3B\u52A8\uFF1A{state}",audioVisualizerIdle:"\u7A7A\u95F2",audioVisualizerListening:"\u6B63\u5728\u8046\u542C",audioVisualizerThinking:"\u6B63\u5728\u601D\u8003",audioVisualizerSpeaking:"\u6B63\u5728\u8BF4\u8BDD",treeNodeMoved:"\u5DF2\u5C06{label}\u79FB\u5230\u7B2C{index}\u4F4D\uFF0C\u5171{total}\u4F4D",fileTreeLabel:"\u6587\u4EF6",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"\u5DF2\u6DFB\u52A0",gitStatusModified:"\u5DF2\u4FEE\u6539",gitStatusDeleted:"\u5DF2\u5220\u9664",gitStatusRenamed:"\u5DF2\u91CD\u547D\u540D",gitStatusUntracked:"\u672A\u8DDF\u8E2A",gitStatusConflicted:"\u6709\u51B2\u7A81",gitStatusIgnored:"\u5DF2\u5FFD\u7565",imageViewerLabel:"\u56FE\u7247\u67E5\u770B\u5668",imageViewerFailedToLoad:"\u56FE\u7247\u52A0\u8F7D\u5931\u8D25\u3002",imageViewerRotate:"\u65CB\u8F6C",imageViewerFitLabel:"\u9002\u5E94",imageViewerFitContain:"\u9002\u5E94\u56FE\u7247",imageViewerFitWidth:"\u9002\u5E94\u5BBD\u5EA6",imageViewerFitActual:"\u5B9E\u9645\u5927\u5C0F",imageViewerAnnotate:"\u6807\u6CE8",imageViewerHighlightsLabel:"\u9AD8\u4EAE\u533A\u57DF",imageViewerUnlabeledHighlight:"\u9AD8\u4EAE{index}",imageViewerAnnotationHint:"\u6807\u6CE8\u6A21\u5F0F\u5DF2\u5F00\u542F\u3002\u6309\u56DE\u8F66\u653E\u7F6E\u533A\u57DF\uFF0C\u7136\u540E\u7528\u65B9\u5411\u952E\u79FB\u52A8\uFF0CShift \u52A0\u65B9\u5411\u952E\u8C03\u6574\u5927\u5C0F\uFF0C\u6309\u56DE\u8F66\u4FDD\u5B58\uFF0C\u6309 Esc \u53D6\u6D88\u3002",imageViewerAnnotationBoxPosition:"\u533A\u57DF\u4F4D\u4E8E\u6A2A\u5411{x}%\u3001\u7EB5\u5411{y}%\uFF0C\u5BBD{width}%\u3001\u9AD8{height}%\u3002",imageViewerAnnotationAdded:"\u533A\u57DF\u5DF2\u6DFB\u52A0\u3002",imageViewerAnnotationCancelled:"\u533A\u57DF\u5DF2\u53D6\u6D88\u3002",transcriptFeedLabel:"\u6587\u5B57\u8BB0\u5F55",transcriptFeedEmpty:"\u6682\u65E0\u6587\u5B57\u8BB0\u5F55",transcriptFeedInterim:"\u6B63\u5728\u8F6C\u5F55\u2026",commitCardLabel:"\u63D0\u4EA4\u8BB0\u5F55",commitCardCopyHash:"\u590D\u5236\u63D0\u4EA4\u54C8\u5E0C",commitCardDiffSummary:"+{additions} -{deletions}\uFF0C\u6D89\u53CA{files}\u4E2A\u6587\u4EF6",commitCardShowFiles:"\u663E\u793A{count}\u4E2A\u66F4\u6539\u7684\u6587\u4EF6",commitCardHideFiles:"\u9690\u85CF{count}\u4E2A\u66F4\u6539\u7684\u6587\u4EF6",stackTraceLabel:"\u5806\u6808\u8DDF\u8E2A",stackTraceLimit:"\u7531\u4E8E\u8FBE\u5230\u663E\u793A\u4E0A\u9650\uFF0C\u90E8\u5206\u5806\u6808\u8DDF\u8E2A\u5185\u5BB9\u5DF2\u88AB\u7701\u7565\u3002",stackTraceShowFrames:"\u663E\u793A{count}\u4E2A\u5185\u90E8\u5806\u6808\u5E27",stackTraceHideFrames:"\u9690\u85CF{count}\u4E2A\u5185\u90E8\u5806\u6808\u5E27",statusSkipped:"\u5DF2\u8DF3\u8FC7",testResultsLabel:"\u6D4B\u8BD5\u7ED3\u679C",testResultsPassed:"{count}\u9879\u901A\u8FC7",testResultsFailed:"{count}\u9879\u5931\u8D25",testResultsSkipped:"{count}\u9879\u8DF3\u8FC7",testResultsRunning:"{count}\u9879\u8FD0\u884C\u4E2D",testResultsFilterLabel:"\u6309\u72B6\u6001\u7B5B\u9009",testResultsCompleteAnnounce:"{passed}\u9879\u901A\u8FC7\uFF0C{failed}\u9879\u5931\u8D25\uFF0C{skipped}\u9879\u8DF3\u8FC7",testResultsExpandTest:"\u5C55\u5F00{name}",testResultsCollapseTest:"\u6536\u8D77{name}",envListLabel:"\u73AF\u5883\u53D8\u91CF",envListReveal:"\u663E\u793A{name}",envListHide:"\u9690\u85CF{name}",envListValueHidden:"\u503C\u5DF2\u9690\u85CF",envListCopy:"\u590D\u5236{name}",voice:"\u8BED\u97F3",voicePickerNoVoices:"\u6CA1\u6709\u53EF\u7528\u7684\u8BED\u97F3",voicePickerRequired:"\u8BF7\u9009\u62E9\u4E00\u79CD\u8BED\u97F3\u3002",voicePickerPreview:"\u8BD5\u542C{name}",voicePickerStopPreview:"\u505C\u6B62\u8BD5\u542C",avPlayerLabel:"\u97F3\u89C6\u9891\u64AD\u653E\u5668",avPlayerFailedToLoad:"\u5A92\u4F53\u52A0\u8F7D\u5931\u8D25\u3002",avPlayerTranscript:"\u6587\u5B57\u8BB0\u5F55",avPlayerTimeline:"\u8DF3\u8F6C\u8FDB\u5EA6",avPlayerPlaybackRate:"\u64AD\u653E\u901F\u5EA6",avPlayerRateOption:"{rate}\xD7",avPlayerPosition:"{current}/{duration}",attachmentTriggerAudio:"\u5F55\u5236\u97F3\u9891",attachmentMenuAudio:"\u5F55\u5236\u97F3\u9891",browserFrameLabel:"\u6D4F\u89C8\u5668\u89C6\u56FE",browserFrameUrlLabel:"\u5730\u5740",browserFrameViewOf:"{url}\u7684\u6D4F\u89C8\u5668\u89C6\u56FE",browserFrameTakeOver:"\u63A5\u7BA1",browserFrameHandBack:"\u4EA4\u8FD8",browserFrameStop:"\u505C\u6B62",browserFrameStatusIdle:"\u7A7A\u95F2",browserFrameStatusConnecting:"\u6B63\u5728\u8FDE\u63A5\u2026",browserFrameStatusLive:"\u5B9E\u65F6",browserFrameStatusStalled:"\u5DF2\u505C\u6EDE",browserFrameControllerAgent:"\u667A\u80FD\u4F53",browserFrameControllerUser:"\u7528\u6237",notebookViewerLabel:"Notebook \u67E5\u770B\u5668",notebookViewerInvalid:"\u6B64\u6587\u4EF6\u4E0D\u662F\u6709\u6548\u7684 Jupyter Notebook\u3002",notebookViewerUnsupportedVersion:"\u4E0D\u652F\u6301 Notebook \u683C\u5F0F {version}\u3002",notebookViewerTooManyCells:"\u6B64 Notebook \u7684\u5355\u5143\u683C\u8FC7\u591A\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"\u7B2C{index}\u4E2A\u4EE3\u7801\u5355\u5143\u683C",notebookViewerMarkdownCell:"\u7B2C{index}\u4E2A Markdown \u5355\u5143\u683C",notebookViewerRawCell:"\u7B2C{index}\u4E2A\u539F\u59CB\u5355\u5143\u683C",notebookViewerErrorOutput:"\u9519\u8BEF",notebookViewerShowAllOutput:"\u663E\u793A\u5168\u90E8\u8F93\u51FA",notebookViewerCollapseOutput:"\u6536\u8D77\u8F93\u51FA",notebookViewerUnrenderedOutput:"\u65E0\u6CD5\u663E\u793A\u6B64\u7C7B\u578B\u7684\u8F93\u51FA\u3002",xmlViewerLabel:"XML \u67E5\u770B\u5668",xmlViewerParseError:"\u65E0\u6CD5\u5C06\u6B64\u6587\u6863\u89E3\u6790\u4E3A XML\u3002",xmlViewerTooManyNodes:"\u6B64\u6587\u6863\u7684\u8282\u70B9\u8FC7\u591A\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",xmlViewerChildCount:{other:"{count}\u4E2A\u5B50\u8282\u70B9"},xmlViewerCopyDocument:"\u5C06 XML \u590D\u5236\u5230\u526A\u8D34\u677F",xmlViewerCopyNode:"\u590D\u5236{name}",xmlViewerExpandNode:"\u5C55\u5F00{name}",xmlViewerCollapseNode:"\u6536\u8D77{name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"\u9884\u89C8",artifactPanelCode:"\u4EE3\u7801",artifactPanelPreviousVersion:"\u4E0A\u4E00\u4E2A\u7248\u672C",artifactPanelNextVersion:"\u4E0B\u4E00\u4E2A\u7248\u672C",artifactPanelVersionPosition:"\u7B2C{index}\u4E2A\u7248\u672C\uFF0C\u5171{count}\u4E2A",artifactPanelRestore:"\u8FD8\u539F\u6B64\u7248\u672C",artifactPanelGenerating:"\u751F\u6210\u4E2D\u2026",resultFieldLabel:"{label}\uFF1A",geojsonViewLabel:"\u5730\u56FE",geojsonViewInvalid:"\u6B64\u6587\u4EF6\u4E0D\u662F\u6709\u6548\u7684 GeoJSON\u3002",geojsonViewFeatureCount:{other:"{count}\u4E2A\u8981\u7D20"},geojsonViewMissingMapLibrary:"\u5B89\u88C5\u53EF\u9009\u7684 maplibre-gl \u4F9D\u8D56\u540E\u53EF\u5728\u5730\u56FE\u4E0A\u6E32\u67D3\u6B64\u6587\u4EF6\u3002\u5F53\u524D\u663E\u793A\u539F\u59CB GeoJSON\u3002",mindMapLabel:"\u601D\u7EF4\u5BFC\u56FE",mindMapTopicStatus:"{label}\uFF0C\u7B2C{level}\u5C42\uFF0C{count}\u4E2A\u5B50\u4E3B\u9898",mindMapLeafStatus:"{label}\uFF0C\u7B2C{level}\u5C42",mindMapExpanded:"{label}\u5DF2\u5C55\u5F00",mindMapCollapsed:"{label}\u5DF2\u6536\u8D77",entityDegree:"\u8FDE\u63A5\u6570",entityCommunity:"\u793E\u533A",focusInGraph:"\u5728\u56FE\u8C31\u4E2D\u805A\u7126",untitledEntity:"\u672A\u547D\u540D\u5B9E\u4F53",untitledCommunity:"\u672A\u547D\u540D\u793E\u533A",communityMemberCount:"{count}\u4E2A\u6210\u5458",communityDrillIn:"\u63A2\u7D22\u793E\u533A",selectAllSources:"\u9009\u62E9\u6240\u6709\u6765\u6E90",sourcePickerSelection:"\u5DF2\u9009\u62E9{selected}/{total}\u9879",provenancePanelLabel:"\u4F9D\u636E",provenanceEntities:"\u5B9E\u4F53",provenanceRelationships:"\u5173\u7CFB",provenanceCommunities:"\u793E\u533A",provenanceChunks:"\u6587\u672C\u5757",provenanceEmpty:"\u6B64\u56DE\u7B54\u6CA1\u6709\u4F9D\u636E\u6570\u636E",chunkInspectorLabel:"\u68C0\u7D22\u5230\u7684\u6587\u672C\u5757",chunkScore:"\u76F8\u5173\u6027{percent}%",scoreTierHigh:"\u9AD8\u76F8\u5173\u6027",scoreTierMedium:"\u4E2D\u7B49\u76F8\u5173\u6027",scoreTierLow:"\u4F4E\u76F8\u5173\u6027",chunkInspectorEmpty:"\u672A\u68C0\u7D22\u5230\u6587\u672C\u5757",flowCanvasLabel:"\u5DE5\u4F5C\u6D41\u753B\u5E03",flowCanvasLayoutLimit:"\u7531\u4E8E\u5DF2\u8FBE\u5230\u6D41\u7A0B\u5E03\u5C40\u7684\u5DE5\u4F5C\u4E0A\u9650\uFF0C\u90E8\u5206\u8FB9\u6392\u5E8F\u7EC6\u8282\u5DF2\u88AB\u7701\u7565\u3002",flowCanvasSummary:"\u5305\u542B{nodeCount}\u4E2A\u8282\u70B9\u548C{edgeCount}\u6761\u8FB9\u7684\u5DE5\u4F5C\u6D41",flowNode:"\u8282\u70B9{label}",flowEdge:"\u4ECE{source}\u5230{target}\u7684\u8FB9",flowEdgeWithLabel:"{label}\uFF0C\u4ECE{source}\u5230{target}\u7684\u8FB9",flowItemAnnouncement:"{item}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",dashboardGridLabel:"\u4EEA\u8868\u677F\u7F51\u683C",dashboardCellCollisionRejected:"{label}\u65E0\u6CD5\u653E\u7F6E\u5728\u6B64\u5904\uFF0C\u56E0\u4E3A\u5B83\u4E0E\u53E6\u4E00\u4E2A\u5355\u5143\u683C\u91CD\u53E0\u3002",dashboardCellMoved:"{label}\u5DF2\u79FB\u52A8\u5230\u7B2C{x}\u5217\u3001\u7B2C{y}\u884C\u3002",dashboardCellResized:"{label}\u7684\u5927\u5C0F\u5DF2\u8C03\u6574\u4E3A\u5BBD{w}\u3001\u9AD8{h}\u3002",flowEdgeList:"\u5DE5\u4F5C\u6D41\u7684\u8FB9",flowNodeSelected:"\u5DF2\u9009\u62E9{label}",flowNodeDeselected:"\u5DF2\u53D6\u6D88\u9009\u62E9{label}",flowSelectionCleared:"\u5DF2\u6E05\u9664\u9009\u62E9",flowNodeMoved:"\u5DF2\u5C06{label}\u79FB\u52A8\u5230{x}\u3001{y}",flowConnectStarted:"\u6B63\u5728\u4ECE{label}\u5EFA\u7ACB\u8FDE\u63A5\u3002\u7528\u65B9\u5411\u952E\u9009\u62E9\u76EE\u6807\uFF0C\u6309\u56DE\u8F66\u8FDE\u63A5\uFF0C\u6309 Esc \u53D6\u6D88\u3002",flowConnectTarget:"\u6B63\u5728\u5C06{source}\u8FDE\u63A5\u5230{target}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",flowConnectCommitted:"\u5DF2\u5C06{source}\u8FDE\u63A5\u5230{target}",flowConnectCancelled:"\u5DF2\u53D6\u6D88\u8FDE\u63A5",zoomToFit:"\u7F29\u653E\u4EE5\u9002\u5E94",flowLockCanvas:"\u9501\u5B9A\u753B\u5E03",flowControlsLabel:"\u753B\u5E03\u63A7\u4EF6",flowMinimapLabel:"\u5DE5\u4F5C\u6D41\u6982\u89C8",flowMinimapViewport:"\u53EF\u89C1\u533A\u57DF",flowMinimapInstructions:"\u65B9\u5411\u952E\u5E73\u79FB\uFF0C\u52A0\u53F7\u548C\u51CF\u53F7\u7F29\u653E\uFF0C\u56DE\u8F66\u6216 Home \u952E\u9002\u5E94\u5DE5\u4F5C\u6D41\u3002",flowMinimapViewportChanged:"\u4F4D\u7F6E{x}\u3001{y}\u3002\u7F29\u653E{zoom}\u3002",nodePaletteLabel:"\u8282\u70B9\u9762\u677F",nodePalettePlaceholder:"\u641C\u7D22\u8282\u70B9\u2026",nodePaletteEmpty:"\u6CA1\u6709\u5339\u914D\u7684\u8282\u70B9\u3002",nodePaletteDragHint:"\u62D6\u52A8\u5230\u753B\u5E03\uFF0C\u6216\u6309\u56DE\u8F66\u653E\u7F6E",nodePaletteResultCount:{other:"{count}\u9879"},retrievalResultsSelectRow:"\u9009\u62E9{label}",pathStripLabel:"\u8DEF\u5F84",pathNodeStatus:"{label}\uFF0C\u7B2C{position}\u4E2A\u8282\u70B9\uFF0C\u5171{total}\u4E2A",pathRelationStatus:"{relation}\uFF0C\u5173\u7CFB",flowInputHandle:"\u8F93\u5165 {id}",flowOutputHandle:"\u8F93\u51FA {id}",flowStatusWithDuration:"{status}\uFF08{duration}\uFF09",flowStatusWithDetail:"{status} \u2014 {detail}",neighborListLabel:"\u5173\u7CFB",neighborRowLabel:"{label}\uFF0C{relation}\uFF0C{direction}",neighborDirectionIn:"\u5165\u5411",neighborDirectionOut:"\u51FA\u5411",neighborDirectionBoth:"\u53CC\u5411",neighborExpand:"\u5728\u56FE\u8C31\u4E2D\u5C55\u5F00{label}",neighborListEmpty:"\u6682\u65E0\u5173\u7CFB",neighborGroupHeader:"{relation}\uFF08{count}\uFF09",flowRunStatusLabel:"\u8FD0\u884C\u72B6\u6001",flowRunSummary:"\u5DF2\u5B8C\u6210{done}/{total}\u4E2A\u6B65\u9AA4",flowRunStepStatus:"{label}\uFF1A{status}",flowRunStatusCount:"{status}\uFF1A{count}",policySummaryLabel:"\u7B56\u7565\u51B3\u5B9A",policySummaryAllowCount:"{count}\u9879\u5141\u8BB8",policySummaryDenyCount:"{count}\u9879\u62D2\u7EDD",policySummaryNeedsReviewCount:"{count}\u9879\u9700\u8981\u5BA1\u6838",policySummaryStateAllow:"\u5141\u8BB8",policySummaryStateDeny:"\u62D2\u7EDD",policySummaryStateNeedsReview:"\u9700\u8981\u5BA1\u6838",policySummaryCategoryGuardrail:"\u62A4\u680F",policySummaryCategoryPermission:"\u6743\u9650",policySummaryCategoryPrivacy:"\u9690\u79C1",policySummaryCategoryTool:"\u5DE5\u5177",policySummaryDetailLabel:"\u66F4\u591A\u8BE6\u60C5",evalDatasetLabel:"\u8BC4\u4F30\u6837\u4F8B",evalDatasetAddExample:"\u6DFB\u52A0\u6837\u4F8B",evalDatasetRemoveExample:"\u79FB\u9664\u6837\u4F8B",evalDatasetImportLabel:"\u5BFC\u5165\u6837\u4F8B",evalDatasetSearchLabel:"\u641C\u7D22\u6837\u4F8B",evalDatasetTagFilterLabel:"\u6309\u6807\u7B7E\u7B5B\u9009",evalDatasetEmpty:"\u6682\u65E0\u6837\u4F8B\u3002",evalDatasetNoMatches:"\u6CA1\u6709\u6837\u4F8B\u7B26\u5408\u5F53\u524D\u7B5B\u9009\u6761\u4EF6\u3002",evalDatasetColumnInput:"\u8F93\u5165",evalDatasetColumnExpectedOutput:"\u9884\u671F\u8F93\u51FA",evalDatasetColumnTags:"\u6807\u7B7E",queryBuilderLabel:"\u67E5\u8BE2\u6784\u5EFA\u5668",queryBuilderEmpty:"\u6682\u65E0\u6761\u4EF6\u3002",queryBuilderNoFields:"\u6CA1\u6709\u53EF\u7528\u5B57\u6BB5\u3002",queryBuilderAddCondition:"\u6DFB\u52A0\u6761\u4EF6",queryBuilderRemoveCondition:"\u79FB\u9664\u7B2C{index}\u4E2A\u6761\u4EF6",queryBuilderFieldLabel:"\u5B57\u6BB5",queryBuilderFieldPlaceholder:"\u9009\u62E9\u5B57\u6BB5",queryBuilderOperatorLabel:"\u8FD0\u7B97\u7B26",queryBuilderOperatorPlaceholder:"\u9009\u62E9\u8FD0\u7B97\u7B26",queryBuilderValueLabel:"\u503C",queryBuilderValuePlaceholder:"\u9009\u62E9\u503C",queryBuilderCombinatorLabel:"\u6761\u4EF6\u7EC4\u5408\u65B9\u5F0F",queryBuilderCombinatorAnd:"\u6EE1\u8DB3\u6240\u6709\u6761\u4EF6\uFF08AND\uFF09",queryBuilderCombinatorOr:"\u6EE1\u8DB3\u4EFB\u4E00\u6761\u4EF6\uFF08OR\uFF09",queryBuilderBooleanTrue:"\u771F",queryBuilderBooleanFalse:"\u5047",queryBuilderOperatorEquals:"\u7B49\u4E8E",queryBuilderOperatorNotEquals:"\u4E0D\u7B49\u4E8E",queryBuilderOperatorGreaterThan:"\u5927\u4E8E",queryBuilderOperatorGreaterThanOrEqual:"\u5927\u4E8E\u6216\u7B49\u4E8E",queryBuilderOperatorLessThan:"\u5C0F\u4E8E",queryBuilderOperatorLessThanOrEqual:"\u5C0F\u4E8E\u6216\u7B49\u4E8E",queryBuilderOperatorAfter:"\u665A\u4E8E",queryBuilderOperatorOnOrAfter:"\u7B49\u4E8E\u6216\u665A\u4E8E",queryBuilderOperatorBefore:"\u65E9\u4E8E",queryBuilderOperatorOnOrBefore:"\u7B49\u4E8E\u6216\u65E9\u4E8E",queryBuilderOperatorContains:"\u5305\u542B",queryBuilderOperatorStartsWith:"\u5F00\u5934\u4E3A",queryBuilderOperatorEndsWith:"\u7ED3\u5C3E\u4E3A",queryBuilderOperatorIn:"\u5C5E\u4E8E\u5176\u4E2D\u4E4B\u4E00",queryBuilderOperatorNotIn:"\u4E0D\u5C5E\u4E8E\u5176\u4E2D\u4EFB\u4F55\u4E00\u4E2A",queryBuilderOperatorIsEmpty:"\u4E3A\u7A7A",queryBuilderOperatorIsNotEmpty:"\u4E0D\u4E3A\u7A7A",memoryPanelLabel:"\u8BB0\u5FC6",memoryPanelShortTermHeading:"\u77ED\u671F\u4E0A\u4E0B\u6587",memoryPanelLongTermHeading:"\u957F\u671F\u8BB0\u5FC6",memoryPanelAdd:"\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6",memoryPanelAddWithContext:"\u5C06\u201C{label}\u201D\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6",memoryPanelForgetAll:"\u5168\u90E8\u5FD8\u8BB0",memoryPanelConfirmAddHeading:"\u8981\u5C06\u6B64\u9879\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6\u5417\uFF1F",memoryPanelConfirmRemoveHeading:"\u8981\u79FB\u9664\u6B64\u9879\u5417\uFF1F",memoryPanelConfirmForgetHeading:"\u8981\u5FD8\u8BB0\u6240\u6709\u957F\u671F\u8BB0\u5FC6\u5417\uFF1F",memoryPanelConfirmForgetBody:"\u8FD9\u5C06\u6C38\u4E45\u5FD8\u8BB0\u5168\u90E8{count}\u6761\u957F\u671F\u8BB0\u5FC6\u3002",graphExplorerLabel:"\u77E5\u8BC6\u56FE\u8C31\u63A2\u7D22\u5668",graphExplorerSearchPlaceholder:"\u641C\u7D22\u5B9E\u4F53\u2026",graphExplorerSearchResultsLabel:"\u641C\u7D22\u7ED3\u679C",graphExplorerPin:"\u56FA\u5B9A",graphExplorerUnpin:"\u53D6\u6D88\u56FA\u5B9A",graphExplorerPinned:"\u5DF2\u56FA\u5B9A{label}",graphExplorerUnpinned:"\u5DF2\u53D6\u6D88\u56FA\u5B9A{label}",graphExplorerPinnedHeading:"\u5DF2\u56FA\u5B9A",graphExplorerFindPath:"\u67E5\u627E\u8DEF\u5F84",retrievalModeVector:"\u5411\u91CF",retrievalModeKeyword:"\u5173\u952E\u8BCD",retrievalModeHybrid:"\u6DF7\u5408",retrievalSearchLabel:"\u68C0\u7D22\u641C\u7D22",retrievalModeLabel:"\u641C\u7D22\u6A21\u5F0F",retrievalFiltersLabel:"\u751F\u6548\u7684\u7B5B\u9009\u6761\u4EF6",groundingSummaryLabel:"\u4F9D\u636E\u6458\u8981",groundingSummaryEmpty:"\u6682\u65E0\u4F9D\u636E\u8BC4\u4F30",groundingSummarySupportedLabel:"\u6709\u4F9D\u636E\u7684\u8BBA\u65AD",groundingSummaryUnsupportedLabel:"\u7F3A\u4E4F\u4F9D\u636E\u7684\u8BBA\u65AD",groundingSummaryCoverageLabel:"\u5F15\u7528\u8986\u76D6\u7387",groundingSummaryConfidenceLabel:"\u7F6E\u4FE1\u5EA6",groundingSummaryWarningsHeading:"\u8B66\u544A",groundingSummaryEvidenceHeading:"\u8BC1\u636E",claimEvidenceLabel:"\u8BBA\u65AD\u8BC1\u636E",claimEvidenceEmpty:"\u6682\u65E0\u8BBA\u65AD\u7EA7\u522B\u7684\u8BC1\u636E",claimEvidenceSupported:"\u6709\u4F9D\u636E",claimEvidencePartiallySupported:"\u90E8\u5206\u6709\u4F9D\u636E",claimEvidenceUnsupported:"\u7F3A\u4E4F\u4F9D\u636E",claimEvidenceContradicted:"\u4E0E\u8BC1\u636E\u77DB\u76FE",claimEvidenceConfidence:"\u7F6E\u4FE1\u5EA6{percent}",retrievalCompareLabel:"\u68C0\u7D22\u7ED3\u679C\u5BF9\u6BD4",retrievalCompareEmpty:"\u6CA1\u6709\u53EF\u5BF9\u6BD4\u7684\u68C0\u7D22\u7ED3\u679C\u96C6",retrievalCompareOverlap:"{left} \u4E0E {right} \u7684 Top-k \u91CD\u5408\u5EA6\uFF1A{percent}",retrievalCompareRank:"\u7B2C{rank}\u540D",retrievalCompareDenseScore:"\u7A20\u5BC6",retrievalCompareSparseScore:"\u7A00\u758F",retrievalCompareRerankScore:"\u91CD\u6392",retrievalCompareFinalScore:"\u6700\u7EC8",ragEvalDashboardLabel:"RAG \u8BC4\u4F30\u4EEA\u8868\u677F",ragEvalDashboardEmpty:"\u6682\u65E0\u53EF\u7528\u7684\u8BC4\u4F30\u8FD0\u884C",ragEvalDashboardRuns:"\u8BC4\u4F30\u8FD0\u884C",ragEvalDashboardSlices:"\u8BC4\u4F30\u5207\u7247",ragEvalDashboardAllSlices:"\u5168\u90E8",ragEvalDashboardSliceUnavailable:"{slice}\u6CA1\u6709\u53EF\u7528\u7684\u8BC4\u4F30\u8FD0\u884C\u3002",promptStudioLabel:"\u63D0\u793A\u8BCD\u5DE5\u4F5C\u53F0",promptStudioMessages:"\u63D0\u793A\u8BCD\u6D88\u606F",promptStudioVariables:"\u53D8\u91CF",promptStudioVersions:"\u7248\u672C",promptStudioPreview:"\u89E3\u6790\u540E\u7684\u9884\u89C8",promptStudioRun:"\u8FD0\u884C\u63D0\u793A\u8BCD",promptStudioSave:"\u4FDD\u5B58\u7248\u672C",promptStudioAddMessage:"\u6DFB\u52A0\u6D88\u606F",promptStudioRemoveMessage:"\u79FB\u9664\u6D88\u606F",promptStudioMessageRole:"\u7B2C{index}\u6761\u6D88\u606F\u7684\u89D2\u8272\uFF08{role}\uFF09",promptStudioMessageContent:"\u7B2C{index}\u6761\u6D88\u606F\u7684\u5185\u5BB9\uFF08{role}\uFF09",promptStudioRoleSystem:"\u7CFB\u7EDF",promptStudioRoleUser:"\u7528\u6237",promptStudioRoleAssistant:"\u52A9\u624B",promptStudioRoleTool:"\u5DE5\u5177",schemaViewerLabel:"Schema \u67E5\u770B\u5668",schemaViewerEmpty:"\u6682\u65E0 schema",schemaViewerRequired:"\u5FC5\u586B",schemaViewerCircular:"schema \u5FAA\u73AF\u5F15\u7528",schemaViewerType:"\u7C7B\u578B\uFF1A{type}",subagentPanelLabel:"\u5B50\u667A\u80FD\u4F53",subagentPanelEmpty:"\u6682\u65E0\u5B50\u667A\u80FD\u4F53\u8FD0\u884C",subagentPanelRetry:"\u91CD\u8BD5\u5B50\u667A\u80FD\u4F53",subagentPanelCancelRun:"\u53D6\u6D88{name}",subagentPanelRetryRun:"\u91CD\u8BD5{name}",toolTimelineDetailsFor:"{name}\u7684\u8BE6\u60C5",realtimeSessionLabel:"\u5B9E\u65F6\u4F1A\u8BDD",realtimeSessionDisconnected:"\u5DF2\u65AD\u5F00",realtimeSessionConnecting:"\u8FDE\u63A5\u4E2D",realtimeSessionConnected:"\u5DF2\u8FDE\u63A5",realtimeSessionReconnecting:"\u91CD\u65B0\u8FDE\u63A5\u4E2D",realtimeSessionError:"\u8FDE\u63A5\u9519\u8BEF",realtimeSessionConnect:"\u8FDE\u63A5",realtimeSessionDisconnect:"\u65AD\u5F00\u8FDE\u63A5",realtimeSessionMute:"\u9EA6\u514B\u98CE\u9759\u97F3",realtimeSessionUnmute:"\u53D6\u6D88\u9EA6\u514B\u98CE\u9759\u97F3",realtimeSessionInterrupt:"\u6253\u65AD\u56DE\u590D",realtimeSessionConnectionFailed:"\u5B9E\u65F6\u8FDE\u63A5\u5931\u8D25\u3002",contextInspectorRedacted:"\u5DF2\u8131\u654F",contextInspectorTruncated:"\u5DF2\u622A\u65AD",contextInspectorLabel:"\u4E0A\u4E0B\u6587\u68C0\u67E5\u5668",contextInspectorEmpty:"\u6682\u65E0\u4E0A\u4E0B\u6587\u7247\u6BB5",contextInspectorCopyLabel:"\u590D\u5236\u7EC4\u88C5\u540E\u7684\u4E0A\u4E0B\u6587",knowledgeBaseSyncIdle:"\u7A7A\u95F2",knowledgeBaseSyncSyncing:"\u540C\u6B65\u4E2D",knowledgeBaseSyncPaused:"\u5DF2\u6682\u505C",knowledgeBaseSyncSynced:"\u5DF2\u540C\u6B65",knowledgeBaseSyncError:"\u9519\u8BEF",knowledgeBaseHealthHealthy:"\u5065\u5EB7",knowledgeBaseHealthDegraded:"\u964D\u7EA7",knowledgeBaseHealthFailed:"\u5931\u8D25",knowledgeBaseHealthUnknown:"\u672A\u77E5",knowledgeBasePermissionOwner:"\u6240\u6709\u8005",knowledgeBasePermissionEditor:"\u7F16\u8F91\u8005",knowledgeBasePermissionViewer:"\u67E5\u770B\u8005",knowledgeBasePermissionRestricted:"\u53D7\u9650",knowledgeBaseNeverSynced:"\u4ECE\u672A\u540C\u6B65",knowledgeBaseSyncAction:"\u7ACB\u5373\u540C\u6B65",knowledgeBasePauseAction:"\u6682\u505C\u540C\u6B65",knowledgeBaseDeleteAction:"\u5220\u9664\u6765\u6E90",knowledgeBaseNameColumn:"\u6765\u6E90",knowledgeBaseSyncColumn:"\u540C\u6B65\u72B6\u6001",knowledgeBaseHealthColumn:"\u7D22\u5F15\u5065\u5EB7\u5EA6",knowledgeBasePermissionColumn:"\u6743\u9650",knowledgeBaseActionsColumn:"\u64CD\u4F5C",knowledgeBaseTotalSources:"\u6765\u6E90",knowledgeBaseSyncedSources:"\u5DF2\u540C\u6B65",knowledgeBaseSyncingSources:"\u540C\u6B65\u4E2D",knowledgeBaseNeedsAttention:"\u9700\u8981\u5173\u6CE8",knowledgeBaseHeading:"\u77E5\u8BC6\u5E93",knowledgeBaseCreateSource:"\u6DFB\u52A0\u6765\u6E90",knowledgeBaseEmptyHeading:"\u6682\u65E0\u77E5\u8BC6\u6765\u6E90",ingestionStageQueued:"\u6392\u961F\u4E2D",ingestionStageUploading:"\u4E0A\u4F20\u4E2D",ingestionStageExtracting:"\u63D0\u53D6\u6587\u672C",ingestionStageChunking:"\u5206\u5757",ingestionStageEmbedding:"\u751F\u6210\u5D4C\u5165",ingestionStageIndexing:"\u5EFA\u7ACB\u7D22\u5F15",ingestionStageDone:"\u5B8C\u6210",ingestionStageFailed:"\u5931\u8D25",ingestionStageCancelled:"\u5DF2\u53D6\u6D88",ingestionQueueLabel:"\u6444\u53D6\u961F\u5217",ingestionQueueEmpty:"\u6CA1\u6709\u6392\u961F\u7684\u6587\u6863",documentLibraryFreshnessFresh:"\u6700\u65B0",documentLibraryFreshnessAging:"\u6E10\u65E7",documentLibraryFreshnessStale:"\u9648\u65E7",documentLibrarySelectAll:"\u9009\u62E9\u6240\u6709\u6587\u6863",documentLibrarySelectColumn:"\u9009\u62E9",documentLibraryTypeColumn:"\u7C7B\u578B",documentLibraryNameColumn:"\u540D\u79F0",documentLibraryVersionColumn:"\u7248\u672C",documentLibraryOwnerColumn:"\u6240\u6709\u8005",documentLibraryTagsColumn:"\u6807\u7B7E",documentLibraryFreshnessColumn:"\u65B0\u9C9C\u5EA6",documentLibraryUpdatedColumn:"\u66F4\u65B0\u65F6\u95F4",documentLibraryLabel:"\u6587\u6863\u5E93",documentLibraryEmptyHeading:"\u6682\u65E0\u6587\u6863",documentLibraryNoMatchesHeading:"\u6CA1\u6709\u5339\u914D\u7684\u6587\u6863",documentLibrarySearchPlaceholder:"\u641C\u7D22\u6587\u6863",documentLibraryFilterByTag:"\u6309\u6807\u7B7E\u7B5B\u9009",documentLibraryClearSelection:"\u6E05\u9664\u9009\u62E9",documentLibrarySelectedCount:"\u5DF2\u9009\u62E9{count}\u9879",documentCompareNoVersion:"\u672A\u63D0\u4F9B\u7248\u672C\u3002",documentCompareLabel:"\u6587\u6863\u5BF9\u6BD4",agentRunCurrentStepLabel:"\u5F53\u524D\u6B65\u9AA4",graphQueryHopRangeInvalid:"\u6700\u5927\u8DF3\u6570\u4E0D\u80FD\u5C0F\u4E8E\u6700\u5C0F\u8DF3\u6570\u3002",graphQueryRelationshipTypeLabel:"\u5173\u7CFB\u7C7B\u578B",graphQueryNodeTypeLabel:"\u8282\u70B9\u7C7B\u578B",graphQueryBuilderLabel:"\u56FE\u8C31\u67E5\u8BE2\u6784\u5EFA\u5668",graphQueryStartLabel:"\u8D77\u59CB\u5B9E\u4F53",graphQueryEndLabel:"\u7ED3\u675F\u5B9E\u4F53",graphQueryMinHopsLabel:"\u6700\u5C0F\u8DF3\u6570",graphQueryMaxHopsLabel:"\u6700\u5927\u8DF3\u6570",graphQueryDirectionLabel:"\u65B9\u5411",graphQueryRun:"\u8FD0\u884C\u67E5\u8BE2",graphQuerySavedQueriesLabel:"\u5DF2\u4FDD\u5B58\u7684\u67E5\u8BE2",graphQuerySaveNameLabel:"\u67E5\u8BE2\u540D\u79F0",graphQuerySaveButton:"\u4FDD\u5B58\u67E5\u8BE2",graphQueryLoadWithContext:"\u52A0\u8F7D{name}",filterBarReset:"\u91CD\u7F6E\u7B5B\u9009\u6761\u4EF6",filterBarActiveFilters:"\u751F\u6548\u7684\u7B5B\u9009\u6761\u4EF6",drilldownDocuments:"\u6587\u6863",drilldownRuns:"\u667A\u80FD\u4F53\u8FD0\u884C",drilldownEmpty:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",evaluationRunStatusIdle:"\u7A7A\u95F2",evaluationRunStatusWaitingInput:"\u7B49\u5F85\u8F93\u5165",evaluationRunStatusWaitingApproval:"\u7B49\u5F85\u6279\u51C6",evaluationRunStatusCancelled:"\u5DF2\u53D6\u6D88",evaluationRunGroundingHeading:"\u4F9D\u636E",evaluationRunToolTraceHeading:"\u5DE5\u5177\u8FFD\u8E2A",evaluationRunInputHeading:"\u8F93\u5165",evaluationRunOutputHeading:"\u8F93\u51FA",evaluationRunLabel:"\u8BC4\u4F30\u8FD0\u884C",evaluationRunProgressLabel:"\u8BC4\u4F30\u6279\u6B21\u8FDB\u5EA6",retrievalFilterChipLabel:"{key}\uFF1A{value}",retrievalSearchEmptyDescription:"\u8BF7\u5C1D\u8BD5\u5176\u4ED6\u641C\u7D22\u8BCD\u6216\u7B5B\u9009\u6761\u4EF6\u3002",groundingSummaryEvidenceSpan:"\u7B2C{start}\u2013{end}\u4E2A\u5B57\u7B26",contextInspectorTruncatedCount:"\u5DF2\u622A\u65AD \u2014 \u7701\u7565\u4E86 {count} \u4E2A token",contextInspectorSegmentTokens:"{tokens} \u4E2A token",knowledgeBaseDocumentCount:"\u5DF2\u7D22\u5F15{count}\u9879",knowledgeBaseRowActionsLabel:"{name}\u7684\u64CD\u4F5C",knowledgeBaseEmptyDescription:"\u6DFB\u52A0\u6765\u6E90\u5373\u53EF\u5F00\u59CB\u7D22\u5F15\u5185\u5BB9\u3002",ingestionChunkCount:{other:"{count}\u4E2A\u6587\u672C\u5757"},ingestionItemProgressLabel:"{name} \u2014 {stage}",ingestionEmbeddedOfTotal:"\u5DF2\u4E3A{embedded}/{total}\u4E2A\u6587\u672C\u5757\u751F\u6210\u5D4C\u5165",ingestionAttemptCount:"\u7B2C{count}\u6B21\u5C1D\u8BD5",ingestionRetryWithContext:"\u91CD\u8BD5{label}",ingestionCancelWithContext:"\u53D6\u6D88{label}",documentLibrarySelectDocument:"\u9009\u62E9{name}",agentRunStatusAnnounce:"\u72B6\u6001\uFF1A{status}\u3002",graphQueryDeleteWithContext:"\u5220\u9664{name}",evaluationRunExampleLabel:"\u7B2C{index}\u4E2A\u6837\u4F8B",evaluationRunExampleStartedAnnounce:"{label}\u5DF2\u5F00\u59CB",evaluationRunExampleCompletedAnnounce:"{label}\u5DF2\u5B8C\u6210",evaluationRunExampleFailedAnnounce:"{label}\u5931\u8D25",evaluationRunExampleCancelledAnnounce:"{label}\u5DF2\u53D6\u6D88",evaluationRunExampleWaitingInputAnnounce:"{label}\u9700\u8981\u8F93\u5165",evaluationRunExampleWaitingApprovalAnnounce:"{label}\u9700\u8981\u6279\u51C6",evaluationRunProgressSummary:"\u5DF2\u5B8C\u6210{completed}/{total}\u4E2A\u6837\u4F8B",evaluationRunRunningCount:"{count}\u9879\u8FD0\u884C\u4E2D",evaluationRunFailedCount:"{count}\u9879\u5931\u8D25",retrievalStageQueryRewrite:"\u67E5\u8BE2\u6539\u5199",retrievalStageEmbed:"\u751F\u6210\u5D4C\u5165",retrievalStageRetrieve:"\u68C0\u7D22",retrievalStageRerank:"\u91CD\u6392",retrievalStageFilter:"\u7B5B\u9009",retrievalTraceEvidenceToggle:"{label}\u8BC1\u636E",documentCompareOldVersion:"\u65E7\u7248\u672C",documentCompareNewVersion:"\u65B0\u7248\u672C",agentRunStatusIdle:"\u7A7A\u95F2",agentRunStatusQueued:"\u6392\u961F\u4E2D",agentRunStatusCollecting:"\u6536\u96C6\u4E0A\u4E0B\u6587",agentRunStatusWaitingInput:"\u7B49\u5F85\u8F93\u5165",agentRunStatusWaitingApproval:"\u7B49\u5F85\u6279\u51C6",agentRunStatusDone:"\u5B8C\u6210",agentRunStatusCancelled:"\u5DF2\u53D6\u6D88",localePickerLabel:"\u8BED\u8A00",localePickerRequired:"\u8BF7\u9009\u62E9\u4E00\u79CD\u8BED\u8A00\u3002",flagLoadError:"\u65D7\u5E1C\u4E0D\u53EF\u7528",moveUp:"\u4E0A\u79FB",moveDown:"\u4E0B\u79FB",reorderMovePending:"\u91CD\u65B0\u6392\u5E8F\u5F85\u5904\u7406\u3002",reorderMoveCancelled:"\u91CD\u65B0\u6392\u5E8F\u5DF2\u53D6\u6D88\u3002",reorderItemMoved:"\u5DF2\u79FB\u5230\u7B2C{index}\u4F4D\uFF0C\u5171{total}\u4F4D"};registerLyraLocale("zh-CN",strings);
5
+ {country}`,contactViewerTypeHome:"\u4F4F\u5B85",contactViewerTypeWork:"\u5DE5\u4F5C",contactViewerTypeCell:"\u624B\u673A",contactViewerTypeVoice:"\u8BED\u97F3",contactViewerTypeFax:"\u4F20\u771F",contactViewerTypeInternet:"\u4E92\u8054\u7F51",contactViewerTypePreferred:"\u9996\u9009",exportButtonLabel:"\u5BFC\u51FA",generationStatusElapsedSeconds:"{seconds}\u79D2",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} token",generationStatusThroughput:"{rate} tok/s",graphDataList:"\u56FE\u8C31\u6570\u636E",graphItemAnnouncement:"{item}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",navigation:"\u5BFC\u822A",attachmentRetryWithContext:"\u91CD\u8BD5{label}",attachmentUploadingWithContext:"\u6B63\u5728\u4E0A\u4F20{label}",attachmentUploadingProgress:"\u6B63\u5728\u4E0A\u4F20{percent}%",attachmentUploadingIndeterminate:"\u6B63\u5728\u4E0A\u4F20\u2026",attachmentUploadFailed:"\u4E0A\u4F20\u5931\u8D25",attachmentUntitledFile:"\u672A\u547D\u540D\u6587\u4EF6",chartTrendIncreasing:"\u4E0A\u5347",chartTrendDecreasing:"\u4E0B\u964D",chartTrendFlat:"\u6301\u5E73",chartSummary:"{label}\uFF1A{count}\u4E2A\u503C\uFF0C\u8303\u56F4\u4ECE{min}\u5230{max}\uFF0C\u8D8B\u52BF{trend}",chartSeriesNoData:"{label}\uFF1A\u65E0\u6570\u636E",chartSummaryWithData:"{type}\u56FE\u3002{summaries}\u3002",chartSummaryEmpty:"{type}\u56FE\uFF0C\u65E0\u6570\u636E\u3002",chartSummarySeparator:"\u3002",chartData:"\u56FE\u8868\u6570\u636E",chartDataSampled:"\u751F\u6210\u7684\u6570\u636E\u8868\u663E\u793A\u6700\u591A 1,000 \u6761\u8BB0\u5F55\u7684\u6837\u672C\u3002\u8BF7\u63D0\u4F9B\u81EA\u5B9A\u4E49\u6570\u636E\u8868\u4EE5\u8BBF\u95EE\u5168\u90E8\u56FE\u8868\u6570\u636E\u3002",chartZoomUnavailable:"\u7F29\u653E\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chartDataLabelsUnavailable:"\u6570\u636E\u6807\u7B7E\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chartStackTotalsUnavailable:"\u5806\u53E0\u603B\u8BA1\u4E0D\u53EF\u7528\uFF0C\u4F46\u6838\u5FC3\u56FE\u8868\u4ECD\u53EF\u7528\u3002",chart:"\u56FE\u8868",chartTypeLine:"\u6298\u7EBF",chartTypeBar:"\u67F1\u72B6",chartTypeScatter:"\u6563\u70B9",chartTypePie:"\u997C",chartTypeDoughnut:"\u73AF\u5F62",chartTypeRadar:"\u96F7\u8FBE",chartTypePolarArea:"\u6781\u5750\u6807\u533A\u57DF",chartTypeBubble:"\u6C14\u6CE1",boxPlotSeriesSummary:"{label}\uFF1A{count}\u4E2A\u5206\u5E03\uFF0C\u4E2D\u4F4D\u6570\u8303\u56F4\u4ECE{min}\u5230{max}\uFF0C\u4E2D\u4F4D\u6570\u8D8B\u52BF{trend}",boxPlotSummaryWithData:"\u7BB1\u7EBF\u56FE\u3002{summaries}\u3002",boxPlotSummaryEmpty:"\u7BB1\u7EBF\u56FE\uFF0C\u65E0\u6570\u636E\u3002",boxPlotData:"\u7BB1\u7EBF\u56FE\u6570\u636E",chartSeriesLabel:"\u7CFB\u5217",boxPlotMin:"\u6700\u5C0F\u503C",boxPlotQ1:"Q1",boxPlotMedian:"\u4E2D\u4F4D\u6570",boxPlotQ3:"Q3",boxPlotMax:"\u6700\u5927\u503C",boxPlot:"\u7BB1\u7EBF\u56FE",histogramFrequency:"\u9891\u6570",liteChartMarkSummary:"{series}\uFF0C{label}\uFF1A{value}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",liteChartBarLabel:"{series}\uFF0C{label}\uFF1A{value}",chartValueLabel:"{label}\uFF1A{value}",liteChartCustomMarkSummary:"{content}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",composerLabel:"\u6D88\u606F",composerPlaceholder:"\u6709\u4EC0\u4E48\u60F3\u95EE\u7684\u2026",textareaLabel:"\u6587\u672C",citation:"\u5F15\u7528{index}",citationWithStatus:"\u5F15\u7528{index}\uFF0C{status}",citationWithCustomLabel:"\u5F15\u7528{index}\uFF0C{label}",comboboxOverflow:"\u8FD8\u6709{n}\u9879 \u2014 \u8BF7\u7EC6\u5316\u641C\u7D22",comboboxRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",comboboxCreate:"\u521B\u5EFA{value}",comboboxLabel:"\u7EC4\u5408\u6846",rename:"\u91CD\u547D\u540D{title}",previousMonth:"\u4E0A\u4E2A\u6708",nextMonth:"\u4E0B\u4E2A\u6708",chooseDate:"\u9009\u62E9\u65E5\u671F",date:"\u65E5\u671F",dateInputMinMessage:"\u65E5\u671F\u5FC5\u987B\u4E0D\u65E9\u4E8E{min}\u3002",dateInputMaxMessage:"\u65E5\u671F\u5FC5\u987B\u4E0D\u665A\u4E8E{max}\u3002",dateInputPastDisabled:"\u65E5\u671F\u4E0D\u80FD\u662F\u8FC7\u53BB\u7684\u65E5\u671F\u3002",dateInputFutureDisabled:"\u65E5\u671F\u4E0D\u80FD\u662F\u5C06\u6765\u7684\u65E5\u671F\u3002",dateInputInvalid:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u65E5\u671F\u3002",timeInputLabel:"\u65F6\u95F4",timeInputHour:"\u5C0F\u65F6",timeInputMinute:"\u5206\u949F",timeInputSecond:"\u79D2",timeInputDayPeriod:"\u65F6\u6BB5",timeInputEmptySegment:"\u7A7A",timeInputOpen:"\u6253\u5F00\u65F6\u95F4\u9009\u62E9\u5668",timeInputPopup:"\u9009\u62E9\u65F6\u95F4",timeInputNow:"\u73B0\u5728",timeInputInvalid:"\u8BF7\u8F93\u5165\u5B8C\u6574\u65F6\u95F4\u3002",timeInputMinMessage:"\u65F6\u95F4\u4E0D\u5F97\u65E9\u4E8E{min}\u3002",timeInputMaxMessage:"\u65F6\u95F4\u4E0D\u5F97\u665A\u4E8E{max}\u3002",timeInputRangeMessage:"\u65F6\u95F4\u5FC5\u987B\u4ECB\u4E8E{min}\u548C{max}\u4E4B\u95F4\u5E76\u8DE8\u8D8A\u5348\u591C\u3002",timeInputStepMessage:"\u8BF7\u8F93\u5165\u7B26\u5408\u6240\u9700\u95F4\u9694\u7684\u65F6\u95F4\u3002",documentPreviewEmpty:"\u6CA1\u6709\u53EF\u663E\u793A\u7684{type}\u3002",convertingDocument:"\u6B63\u5728\u8F6C\u6362\u6587\u6863\u2026",documentPreviewNotAvailable:"{label}\u65E0\u6CD5\u9884\u89C8\u3002",documentPreviewGenericFile:"\u6B64\u6587\u4EF6",documentPreviewTypeDocument:"\u6587\u6863",documentPreviewTypeImage:"\u56FE\u7247",documentPreviewTypeEmail:"\u90AE\u4EF6",documentPreviewTypeCalendar:"\u65E5\u5386",archiveViewerEmpty:"\u6B64\u538B\u7F29\u5305\u4E3A\u7A7A\u3002",archiveViewerFolder:"\u6587\u4EF6\u5939",archiveViewerFile:"\u6587\u4EF6",spreadsheetViewerUnavailable:"\u7535\u5B50\u8868\u683C\u9884\u89C8\u4E0D\u53EF\u7528\u3002",csvViewerUnavailable:"CSV \u9884\u89C8\u4E0D\u53EF\u7528\u3002",csvViewerLabel:"CSV \u6587\u6863",spreadsheetViewerLabel:"\u7535\u5B50\u8868\u683C",knownDateDay:"\u65E5",knownDateMonth:"\u6708",knownDateYear:"\u5E74",documentPreviewTypeDataset:"\u6570\u636E\u96C6",documentPreviewTypeContact:"\u8054\u7CFB\u4EBA",download:"\u4E0B\u8F7D",exportFormatMenuLabel:"{label}\u683C\u5F0F",fileInputDefaultLabel:"\u5C06\u6587\u4EF6\u62D6\u653E\u5230\u6B64\u5904\uFF0C\u6216\u70B9\u51FB\u6D4F\u89C8",fileInputAcceptedOne:"\u5DF2\u6DFB\u52A0{count}\u4E2A\u6587\u4EF6\u3002",fileInputAcceptedMany:"\u5DF2\u6DFB\u52A0{count}\u4E2A\u6587\u4EF6\u3002",fileInputRejectedOne:"\u5DF2\u62D2\u7EDD{count}\u4E2A\u6587\u4EF6\u3002",fileInputRejectedMany:"\u5DF2\u62D2\u7EDD{count}\u4E2A\u6587\u4EF6\u3002",fileInputFolderRejected:"\u6B64\u5904\u4E0D\u63A5\u53D7\u6587\u4EF6\u5939\u3002",fileInputRejectedType:"{filename}\uFF1A\u4E0D\u63A5\u53D7\u6B64\u6587\u4EF6\u7C7B\u578B\u3002",fileInputRejectedSize:"{filename}\uFF1A\u6B64\u6587\u4EF6\u8FC7\u5927\u3002",fileInputRejectedCount:"{filename}\uFF1A\u4E00\u6B21\u53EA\u80FD\u9009\u62E9\u4E00\u4E2A\u6587\u4EF6\u3002",fileInputRejectedRead:"{filename}\uFF1A\u65E0\u6CD5\u8BFB\u53D6\u6B64\u6587\u4EF6\u3002",fileInputRejectedLimit:"{filename}\uFF1A\u6587\u4EF6\u5939\u5305\u542B\u7684\u6761\u76EE\u8FC7\u591A\u3002",elapsedMinutesSecondsTemplate:"{minutes}\u5206{seconds}\u79D2",graphNode:"\u8282\u70B9{label}",graphLink:"\u4ECE{source}\u5230{target}\u7684\u8FDE\u63A5",graphDiagram:"\u5305\u542B{nodeCount}\u4E2A\u8282\u70B9\u548C{linkCount}\u6761\u8FDE\u63A5\u7684\u8282\u70B9\u5173\u7CFB\u56FE",graphTypedNode:"{label}\uFF08{type}\uFF09",graphExpandableItem:"{item}\uFF0C\u53EF\u5C55\u5F00",graphNodeFocused:"\u5DF2\u5C45\u4E2D\u663E\u793A{label}",graphSelectionCount:"\u5DF2\u9009\u62E9{count}\u9879",graphNodesHidden:"\u5DF2\u9690\u85CF{hidden}/{total}\u4E2A\u8282\u70B9",graphCommunity:"\u793E\u533A{label}\uFF0C{count}\u4E2A\u8282\u70B9",heatmapValueLabel:"\u503C",heatmapMatrixCellLabel:"\u7B2C{row}\u884C\uFF0C\u7B2C{col}\u5217\uFF1A{value}",heatmapCalendarLabel:"{days}\u5929\u7684\u65E5\u5386\u70ED\u529B\u56FE\uFF0C{label}\u8303\u56F4\u4E3A{range}",heatmapMatrixLabel:"{rows} \xD7 {cols} \u4E2A\u5355\u5143\u683C\u7684\u70ED\u529B\u56FE\uFF0C{label}\u8303\u56F4\u4E3A{range}",heatmapCalendarCellLabel:"{date}\uFF1A{value}",heatmapNoDataValue:"\u65E0\u6570\u636E",heatmapDefaultRowLabel:"\u7B2C{n}\u884C",heatmapDefaultColLabel:"\u7B2C{n}\u5217",heatmapSelectedCellLabel:"\u5DF2\u9009\u62E9\uFF1A{cell}\u3002",heatmapProjectionLimit:"\u4EC5\u663E\u793A\u70ED\u529B\u56FE\u7684\u524D {count} \u4E2A\u5355\u5143\u683C\u3002",heatmapDecorationLimit:"\u4EC5\u663E\u793A\u70ED\u529B\u56FE\u7684\u524D {count} \u79CD\u989C\u8272\u3001\u56FE\u4F8B\u8282\u70B9\u548C\u6CE8\u91CA\u3002",inputLabel:"\u6587\u672C",showPassword:"\u663E\u793A\u5BC6\u7801",hidePassword:"\u9690\u85CF\u5BC6\u7801",radioRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",progress:"\u8FDB\u5EA6",responsivePanel:"\u9762\u677F",popover:"\u5F39\u51FA\u6846",details:"\u8BE6\u60C5",breadcrumb:"\u9762\u5305\u5C51\u5BFC\u822A",timeline:"\u65F6\u95F4\u7EBF",timelineClusterCount:"\u663E\u793A\u65F6\u95F4\u7EBF\u4E8B\u4EF6\uFF08{count}\u4E2A\uFF09",rating:"\u8BC4\u5206",sliderLabel:"\u6ED1\u5757",feedbackPositive:"\u56DE\u590D\u5F88\u597D",feedbackNegative:"\u56DE\u590D\u4E0D\u597D",feedbackReasonsLabel:"\u9009\u62E9\u539F\u56E0",feedbackCommentLabel:"\u6DFB\u52A0\u8BC4\u8BBA",feedbackCommentPlaceholder:"\u8865\u5145\u66F4\u591A\u7EC6\u8282\uFF08\u53EF\u9009\uFF09",feedbackSubmit:"\u63D0\u4EA4\u53CD\u9988",feedbackSubmitted:"\u53CD\u9988\u5DF2\u63D0\u4EA4",colorPicker:"\u989C\u8272\u9009\u62E9\u5668",mediaCardUntitledFile:"\u672A\u547D\u540D\u6587\u4EF6",mediaCardOpenName:"\u6253\u5F00{name}",mediaCardOpenImageAttachment:"\u6253\u5F00\u56FE\u7247\u9644\u4EF6",mediaCardOpenVideoAttachment:"\u6253\u5F00\u89C6\u9891\u9644\u4EF6",mediaCardOpenFileAttachment:"\u6253\u5F00\u6587\u4EF6\u9644\u4EF6",mediaCardImageAttachment:"\u56FE\u7247\u9644\u4EF6",mediaCardVideoAttachment:"\u89C6\u9891\u9644\u4EF6",animatedImageDefaultAlt:"\u52A8\u6001\u56FE\u7247",mentionSuggestions:"\u5EFA\u8BAE",suggestionsLabel:"\u5EFA\u8BAE\u7684\u63D0\u793A\u8BCD",map:"\u5730\u56FE",model:"\u6A21\u578B",selectModel:"\u9009\u62E9\u6A21\u578B\u2026",modelSelectNoModels:"\u65E0\u53EF\u7528\u6A21\u578B",modelSelectRequired:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u6A21\u578B\u3002",temperature:"\u6E29\u5EA6",play:"\u64AD\u653E",playbackPosition:"\u64AD\u653E\u4F4D\u7F6E",playbackStepPosition:"\u7B2C{index}\u6B65\uFF0C\u5171{total}\u6B65",videoPlayerLabel:"\u89C6\u9891\u64AD\u653E\u5668",videoMute:"\u9759\u97F3",videoUnmute:"\u53D6\u6D88\u9759\u97F3",videoVolume:"\u97F3\u91CF",videoCaptions:"\u5B57\u5E55",videoCaptionsOff:"\u5173\u95ED",videoPlaybackSpeed:"\u64AD\u653E\u901F\u5EA6",videoPictureInPicture:"\u8FDB\u5165\u753B\u4E2D\u753B",videoExitPictureInPicture:"\u9000\u51FA\u753B\u4E2D\u753B",videoEnterFullscreen:"\u8FDB\u5165\u5168\u5C4F",videoExitFullscreen:"\u9000\u51FA\u5168\u5C4F",videoPlaylistLabel:"\u89C6\u9891\u64AD\u653E\u5217\u8868",videoPlaylistUntitled:"\u89C6\u9891 {position}",selectValueMissing:"\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u3002",select:"\u9009\u62E9",sourceListDefaultLabel:"\u6765\u6E90",threadListLabel:"\u5BF9\u8BDD",threadGroupPinned:"\u5DF2\u7F6E\u9876",threadGroupToday:"\u4ECA\u5929",threadGroupYesterday:"\u6628\u5929",threadGroupPrevious7Days:"\u8FC7\u53BB 7 \u5929",threadGroupPrevious30Days:"\u8FC7\u53BB 30 \u5929",threadGroupArchived:"\u5DF2\u5F52\u6863",threadGroupExpand:"\u5C55\u5F00{label}",threadGroupCollapse:"\u6536\u8D77{label}",pinConversation:"\u7F6E\u9876\u5BF9\u8BDD",unpinConversation:"\u53D6\u6D88\u7F6E\u9876\u5BF9\u8BDD",archiveConversation:"\u5F52\u6863\u5BF9\u8BDD",unarchiveConversation:"\u53D6\u6D88\u5F52\u6863\u5BF9\u8BDD",deleteConversation:"\u5220\u9664\u5BF9\u8BDD",searchThreads:"\u641C\u7D22\u5BF9\u8BDD",threadListMatchAnnounce:{other:"\u627E\u5230{count}\u4E2A\u5BF9\u8BDD"},threadListEmpty:"\u6682\u65E0\u5BF9\u8BDD",agentWorkspaceLabel:"\u667A\u80FD\u4F53\u5DE5\u4F5C\u533A",agentWorkspaceConversation:"\u5BF9\u8BDD",agentWorkspaceDetails:"\u8FD0\u884C\u8BE6\u60C5",agentWorkspaceRun:"\u667A\u80FD\u4F53\u8FD0\u884C",agentWorkspaceTools:"\u5DE5\u5177",agentWorkspaceRetrieval:"\u68C0\u7D22\u5230\u7684\u4E0A\u4E0B\u6587",agentWorkspaceGrounding:"\u4F9D\u636E",agentWorkspaceContext:"\u4E0A\u4E0B\u6587",agentWorkspaceEmpty:"\u6682\u65E0\u6D88\u606F",ragAnswerLabel:"\u6709\u4F9D\u636E\u7684\u56DE\u7B54",ragAnswerCitations:"\u5F15\u7528",ragAnswerSources:"\u6765\u6E90",ragAnswerRetry:"\u91CD\u65B0\u56DE\u7B54",evaluationDashboardLabel:"\u8BC4\u4F30\u4EEA\u8868\u677F",evaluationDashboardRunsLabel:"\u8BC4\u4F30\u8FD0\u884C",evaluationDashboardNoRuns:"\u6682\u65E0\u8BC4\u4F30\u8FD0\u884C",approvalQueueLabel:"\u5DE5\u5177\u5BA1\u6279\u961F\u5217",approvalQueueEmpty:"\u6CA1\u6709\u5F85\u5BA1\u6279\u7684\u5DE5\u5177",approvalQueueOpen:"\u5BA1\u9605{tool}\u7684\u5BA1\u6279\u8BF7\u6C42",approvalQueuePendingCount:"{count}\u9879\u5F85\u5BA1\u6279",approvalQueuePending:"\u5F85\u5BA1\u6279",embeddingExplorerLabel:"\u5D4C\u5165\u63A2\u7D22\u5668",embeddingExplorerEmpty:"\u6CA1\u6709\u5D4C\u5165\u70B9",embeddingExplorerPoint:"{label}\uFF0C\u7B2C{index}\u4E2A\u5D4C\u5165\u70B9",knowledgeBaseAdminLabel:"\u77E5\u8BC6\u5E93\u7BA1\u7406",knowledgeBaseAdminSourcesTab:"\u6765\u6E90",knowledgeBaseAdminIngestionTab:"\u6444\u53D6",resizeDivider:"\u8C03\u6574\u9762\u677F{a}\u4E0E\u9762\u677F{b}\u4E4B\u95F4\u7684\u5206\u9694\u6761",trendUnchanged:"\u65E0\u53D8\u5316",statTrendIncreased:"\u4E0A\u5347{value}",statTrendDecreased:"\u4E0B\u964D{value}",statTrendGood:"\u826F\u597D",statTrendBad:"\u4E0D\u4F73",statTrendAnnouncement:"{trend}\uFF0C{polarity}",streamStalled:"\u8017\u65F6\u6BD4\u5E73\u65F6\u66F4\u957F\u2026",streamStallAnnounce:"\u8FDE\u63A5\u5DF2\u505C\u6EDE\u3002",streamRecoverAnnounce:"\u8FDE\u63A5\u5DF2\u6062\u590D\u3002",streamStallClearedAnnounce:"\u5DF2\u4E0D\u518D\u505C\u6EDE\u3002",thinkingPanelLabel:"\u601D\u8003\u8FC7\u7A0B",messagePartsLabel:"\u6D88\u606F\u5185\u5BB9",messagePartError:"\u6B64\u90E8\u5206\u5931\u8D25",messagePartRetry:"\u91CD\u8BD5\u6B64\u90E8\u5206",promptQueueLabel:"\u6392\u961F\u7684\u63D0\u793A\u8BCD",promptQueueEmpty:"\u6CA1\u6709\u6392\u961F\u7684\u63D0\u793A\u8BCD",promptQueueSendNow:"\u7ACB\u5373\u53D1\u9001",selectionToolbarLabel:"\u9009\u533A\u64CD\u4F5C",selectionAsk:"\u63D0\u95EE",selectionQuote:"\u5F15\u8FF0",selectionCite:"\u5F15\u7528",promptInputLabel:"AI \u63D0\u793A\u8BCD",promptInputControls:"\u63D0\u793A\u8BCD\u9009\u9879",promptInputSources:"\u6765\u6E90",promptInputAttachments:"\u9644\u4EF6",mcpAppLabel:"\u4EA4\u4E92\u5F0F\u5E94\u7528",mcpAppUnavailable:"\u65E0\u6CD5\u52A0\u8F7D\u6B64\u4EA4\u4E92\u5F0F\u5E94\u7528\u3002",mcpAppLoading:"\u6B63\u5728\u52A0\u8F7D\u4EA4\u4E92\u5F0F\u5E94\u7528\u2026",taskListLabel:"\u4EFB\u52A1",taskListCompletedOfTotal:"\u5DF2\u5B8C\u6210{completed}/{total}",taskListStepStartedAnnounce:"\u6B65\u9AA4\u5DF2\u5F00\u59CB\uFF1A{label}",taskListStepCompletedAnnounce:"\u6B65\u9AA4\u5DF2\u5B8C\u6210\uFF1A{label}",taskListStepFailedAnnounce:"\u6B65\u9AA4\u5931\u8D25\uFF1A{label}",activityFeedLabel:"\u52A8\u6001",activityFeedCompletedSteps:"\u5DF2\u5B8C\u6210{count}\u4E2A\u6B65\u9AA4",activityFeedCompletedStep:"\u5DF2\u5B8C\u6210{count}\u4E2A\u6B65\u9AA4",handoffLabel:"\u667A\u80FD\u4F53\u4EA4\u63A5",handoffToAgent:"\u5DF2\u8F6C\u4EA4\u7ED9{agent}",handoffFromToAgent:"\u5DF2\u4ECE{from}\u8F6C\u4EA4\u7ED9{to}",usageBadgeLabel:"\u7528\u91CF",usageBadgeTokensIn:"\u8F93\u5165{count}",usageBadgeTokensOut:"\u8F93\u51FA{count}",usageBadgeTokensInLabel:"\u8F93\u5165 token",usageBadgeTokensOutLabel:"\u8F93\u51FA token",usageBadgeTotalTokensLabel:"token \u603B\u6570",usageBadgeCostLabel:"\u8D39\u7528",usageBadgeLatencyLabel:"\u5EF6\u8FDF",checkpointLabel:"\u68C0\u67E5\u70B9",checkpointRestore:"\u8FD8\u539F",checkpointRestoreWithContext:"\u5C06\u5BF9\u8BDD\u8FD8\u539F\u5230{label}",checkpointRestoring:"\u6B63\u5728\u8FD8\u539F\u2026",checkpointConfirmPrompt:"\u8981\u5C06\u5BF9\u8BDD\u8FD8\u539F\u5230\u6B64\u5904\u5417\uFF1F",thoughtFor:"\u601D\u8003\u4E86{duration}",thinking:"\u601D\u8003\u4E2D\u2026",rangeStart:"\u8303\u56F4\u8D77\u70B9",rangeEnd:"\u8303\u56F4\u7EC8\u70B9",calloutAnnouncementWithContext:"{context}\uFF1A{content}",closeWithContext:"\u5173\u95ED\uFF1A{snippet}",closeWithTruncatedContext:"\u5173\u95ED\uFF1A{snippet}\u2026",toastContentIncomplete:"\u5185\u5BB9\u4E0D\u5B8C\u6574\u7684\u901A\u77E5",toastOverflow:"\u672A\u663E\u793A\u7684\u901A\u77E5\uFF1A{count}\u6761\u3002",toolApprovalHeading:"\u8981\u6279\u51C6\u8C03\u7528{tool}\u5417\uFF1F",toolApprovalGenericTool:"\u5DE5\u5177",toolApprovalArgsLabel:"\u5DE5\u5177\u8C03\u7528\u53C2\u6570\uFF08JSON\uFF09",confirmApproved:"\u5DF2\u6279\u51C6",confirmDenied:"\u5DF2\u62D2\u7EDD",confirmApprovedAnnounce:"\u64CD\u4F5C\u5DF2\u6279\u51C6\u3002",confirmDeniedAnnounce:"\u64CD\u4F5C\u5DF2\u62D2\u7EDD\u3002",deny:"\u62D2\u7EDD",edit:"\u7F16\u8F91",approve:"\u6279\u51C6",invalidJson:"JSON \u65E0\u6548\u3002",fieldRequired:"\u6B64\u5B57\u6BB5\u4E3A\u5FC5\u586B\u9879\u3002",fieldMustBeString:"\u5FC5\u987B\u662F\u5B57\u7B26\u4E32\u3002",fieldMustBeNumber:"\u5FC5\u987B\u662F\u6709\u9650\u6570\u5B57\u3002",fieldMustBeInteger:"\u5FC5\u987B\u662F\u6574\u6570\u3002",fieldMustBeBoolean:"\u5FC5\u987B\u662F\u5E03\u5C14\u503C\u3002",unsupportedFieldType:"\u4E0D\u652F\u6301\u7684\u5B57\u6BB5\u7C7B\u578B\u201C{type}\u201D\u3002",fieldMustBeOneOf:"\u5FC5\u987B\u662F\u4EE5\u4E0B\u503C\u4E4B\u4E00\uFF1A{values}\u3002",fieldMustEqual:"\u5FC5\u987B\u7B49\u4E8E{value}\u3002",schemaMustBeObject:"Schema \u5FC5\u987B\u63CF\u8FF0\u4E00\u4E2A\u5BF9\u8C61\u3002",schemaPropertiesMustBeFlat:"Schema \u5C5E\u6027\u5FC5\u987B\u662F\u6241\u5E73\u5BF9\u8C61\u3002",valueMustBeSerializable:"\u503C\u5FC5\u987B\u53EF\u5E8F\u5217\u5316\u4E3A JSON\u3002",valueInvalid:"\u8BE5\u503C\u65E0\u6548\u3002",phoneInputLabel:"\u7535\u8BDD",phoneInputIncomplete:"\u6B64\u7535\u8BDD\u53F7\u7801\u4E0D\u5B8C\u6574\u3002",otpInputIncomplete:"\u8BF7\u8F93\u5165\u5168\u90E8{total}\u4F4D\u5B57\u7B26\u3002",otpInputLabel:"\u9A8C\u8BC1\u7801",numberInputIncrease:"\u589E\u52A0",numberInputDecrease:"\u51CF\u5C11",textareaCharacterCount:{other:"{count}\u4E2A\u5B57\u7B26"},textareaCharactersRemaining:{other:"\u8FD8\u53EF\u8F93\u5165{count}\u4E2A\u5B57\u7B26"},copyFailed:"\u590D\u5236\u5931\u8D25",colorPickerSaturationBrightness:"\u9971\u548C\u5EA6\u548C\u4EAE\u5EA6",colorPickerSaturationBrightnessValue:"\u9971\u548C\u5EA6{saturation}%\uFF0C\u4EAE\u5EA6{brightness}%",colorPickerHue:"\u8272\u76F8",colorPickerHueValue:"{hue}\u5EA6",colorPickerOpacity:"\u4E0D\u900F\u660E\u5EA6",colorPickerOpacityValue:"\u4E0D\u900F\u660E\u5EA6{opacity}%",colorPickerValueField:"\u989C\u8272\u503C",colorPickerToggleFormat:"\u5207\u6362\u989C\u8272\u683C\u5F0F",colorPickerEyeDropper:"\u4ECE\u5C4F\u5E55\u4E0A\u53D6\u8272",colorPickerSwatches:"\u8272\u677F",colorPickerSwatch:"\u9009\u62E9{color}",colorPickerCurrentValue:"\u5F53\u524D\u989C\u8272\uFF1A{color}",selectSelectedOverflow:"+{n}\u9879",iconLoadError:"\u56FE\u6807\u52A0\u8F7D\u5931\u8D25\u3002",iconTooLarge:"\u56FE\u6807\u6587\u4EF6\u8FC7\u5927\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",iconSanitizerMissing:'\u6B64\u56FE\u6807\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "dompurify" \u5305\u624D\u80FD\u5B89\u5168\u6E32\u67D3\u3002',paginationFirstPage:"\u7B2C\u4E00\u9875",paginationLastPage:"\u6700\u540E\u4E00\u9875",accessibleLabelSeparator:" \u2014 ",durationMilliseconds:"{value}\u6BEB\u79D2",durationSeconds:"{value}\u79D2",selectTools:"\u9009\u62E9\u5DE5\u5177",searchToolsPlaceholder:"\u641C\u7D22\u5DE5\u5177\u2026",useDefaultTools:"\u4F7F\u7528\u9ED8\u8BA4\u5DE5\u5177",toolSelectCustomizeHint:"\u5173\u95ED\u540E\u53EF\u9010\u4E2A\u9009\u62E9\u5DE5\u5177\u3002",noMatchesQuery:"\u6CA1\u6709\u4E0E\u201C{query}\u201D\u5339\u914D\u7684\u5DE5\u5177\u3002",toolSelectNoneAvailable:"\u6CA1\u6709\u53EF\u7528\u7684\u5DE5\u5177\u3002",toolSelectSummary:"\u5DF2\u542F\u7528{selected}/{total}\u4E2A\u5DE5\u5177",toolCount:{other:"{count}\u4E2A\u5DE5\u5177"},otherCategory:"\u5176\u4ED6",widgetFullscreenPanel:"\u5168\u5C4F\u9762\u677F",widgetViewGroup:"\u9762\u677F\u89C6\u56FE",widgetExitFullscreen:"\u9000\u51FA\u5168\u5C4F",widgetExpandToFullscreen:"\u5C55\u5F00\u4E3A\u5168\u5C4F",widgetCollapse:"\u6536\u8D77\u9762\u677F",widgetExpand:"\u5C55\u5F00\u9762\u677F",menuLabel:"\u83DC\u5355",pause:"\u6682\u505C",kbdEscapeVisual:"Esc",kbdEscapeWord:"Esc",kbdTabWord:"Tab",kbdSpaceWord:"\u7A7A\u683C",kbdDeleteVisual:"Del",kbdDeleteWord:"\u5220\u9664",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"\u5411\u4E0A\u7FFB\u9875",kbdPageDownVisual:"PgDn",kbdPageDownWord:"\u5411\u4E0B\u7FFB\u9875",kbdEnterWord:"\u56DE\u8F66",kbdBackspaceWord:"\u9000\u683C",kbdArrowUpWord:"\u5411\u4E0A\u7BAD\u5934",kbdArrowDownWord:"\u5411\u4E0B\u7BAD\u5934",kbdArrowLeftWord:"\u5411\u5DE6\u7BAD\u5934",kbdArrowRightWord:"\u5411\u53F3\u7BAD\u5934",kbdPlusWord:"\u52A0\u53F7",kbdMinusWord:"\u51CF\u53F7",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"\u90AE\u4EF6\u67E5\u770B\u5668",emailViewerMissingParser:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "postal-mime" \u5305\u624D\u80FD\u89E3\u6790\u6B64\u90AE\u4EF6\u3002',emailViewerFrom:"\u53D1\u4EF6\u4EBA",emailViewerTo:"\u6536\u4EF6\u4EBA",emailViewerSubject:"\u4E3B\u9898",emailViewerDate:"\u65E5\u671F",emailViewerAttachments:"\u9644\u4EF6",emailViewerNoSubject:"\uFF08\u65E0\u4E3B\u9898\uFF09",emailViewerOpenAttachment:"\u6253\u5F00{filename}",emailViewerShowQuoted:"\u663E\u793A\u5F15\u7528\u7684\u6587\u672C",emailViewerHideQuoted:"\u9690\u85CF\u5F15\u7528\u7684\u6587\u672C",emailViewerGroupAddress:"{name}\uFF1A{members}",calendarViewerLabel:"\u65E5\u5386\u67E5\u770B\u5668",calendarViewerMissingParser:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "ical.js" \u5305\u624D\u80FD\u89E3\u6790\u6B64\u65E5\u5386\u3002',calendarViewerEmpty:"\u6B64\u65E5\u5386\u6CA1\u6709\u4E8B\u4EF6\u3002",calendarViewerNoSummary:"\uFF08\u65E0\u6807\u9898\uFF09",pdfViewerLabel:"PDF \u6587\u6863",pdfViewerMissingLibrary:'\u6B64\u67E5\u770B\u5668\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "pdfjs-dist" \u5305\u624D\u80FD\u6E32\u67D3 PDF \u6587\u4EF6\u3002',qrCodeMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "qrcode" \u5305\u624D\u80FD\u751F\u6210\u4E8C\u7EF4\u7801\u3002',qrCodeGenerationFailed:"\u65E0\u6CD5\u5C06\u6B64\u503C\u7F16\u7801\u4E3A\u4E8C\u7EF4\u7801\u3002",mapMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "maplibre-gl" \u5305\u624D\u80FD\u6E32\u67D3\u5730\u56FE\u3002',mapStyleRequired:"\u8BF7\u63D0\u4F9B\u5730\u56FE\u6837\u5F0F\u4EE5\u6E32\u67D3\u5730\u56FE\u3002",mapWebglUnavailable:"\u6B64\u6D4F\u89C8\u5668\u65E0\u6CD5\u63D0\u4F9B\u6E32\u67D3\u5730\u56FE\u6240\u9700\u7684\u56FE\u5F62\u652F\u6301\u3002",mapInitializationFailed:"\u65E0\u6CD5\u521D\u59CB\u5316\u5730\u56FE\u3002",mapLegend:"\u5730\u56FE\u56FE\u4F8B",chartMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "chart.js" \u5305\u624D\u80FD\u6E32\u67D3\u56FE\u8868\u3002',boxPlotMissingLibrary:"\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684\u7BB1\u7EBF\u56FE\u6269\u5C55\u5305\u624D\u80FD\u6E32\u67D3\u7BB1\u7EBF\u56FE\u3002",graphMissingLibrary:'\u6B64\u7EC4\u4EF6\u9700\u8981\u5B89\u88C5\u53EF\u9009\u7684 "d3" \u5305\u624D\u80FD\u6E32\u67D3\u56FE\u8C31\u3002',pdfViewerPageOf:"\u7B2C{page}\u9875\uFF0C\u5171{total}\u9875",pdfViewerZoomIn:"\u653E\u5927",pdfViewerZoomOut:"\u7F29\u5C0F",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"\u4E0A\u4E00\u9875",pdfViewerNextPage:"\u4E0B\u4E00\u9875",anchorJumped:"\u5DF2\u8DF3\u8F6C\u5230\u9AD8\u4EAE\u6BB5\u843D\u3002",anchorJumpedToPage:"\u5DF2\u8DF3\u8F6C\u5230\u7B2C{page}\u9875\u3002",anchorNotFound:"\u5728\u6B64\u6587\u6863\u4E2D\u672A\u627E\u5230\u8BE5\u6BB5\u843D\u3002",highlightLayerLabel:"\u9AD8\u4EAE",highlightWithLabel:"\u9AD8\u4EAE\uFF1A{label}",cellHighlightWithLabel:"\u9AD8\u4EAE\uFF1A{label}\uFF08{value}\uFF09",highlightOfTotal:"\u7B2C{index}\u5904\u9AD8\u4EAE\uFF0C\u5171{total}\u5904",pageRailLabel:"\u9875\u9762\u7F29\u7565\u56FE",pageRailPage:"\u7B2C{page}\u9875",pageRailPageHighlighted:{other:"\u7B2C{page}\u9875\uFF0C{count}\u5904\u9AD8\u4EAE\u6BB5\u843D"},skipToContent:"\u8DF3\u5230\u4E3B\u8981\u5185\u5BB9",tourSkip:"\u8DF3\u8FC7",tourDone:"\u5B8C\u6210",tourStepOf:"\u7B2C{current}\u6B65\uFF0C\u5171{total}\u6B65",emojiPickerSearchLabel:"\u641C\u7D22\u8868\u60C5",emojiPickerGridLabel:"\u8868\u60C5",emojiPickerEmpty:"\u672A\u627E\u5230\u8868\u60C5",emojiPickerLoadError:"\u65E0\u6CD5\u52A0\u8F7D\u8868\u60C5\u3002",emojiPickerGroupSmileysEmotion:"\u7B11\u8138\u4E0E\u60C5\u611F",emojiPickerGroupPeopleBody:"\u4EBA\u7269\u4E0E\u8EAB\u4F53",emojiPickerGroupComponent:"\u7EC4\u4EF6",emojiPickerGroupAnimalsNature:"\u52A8\u7269\u4E0E\u81EA\u7136",emojiPickerGroupFoodDrink:"\u98DF\u7269\u4E0E\u996E\u6599",emojiPickerGroupTravelPlaces:"\u65C5\u884C\u4E0E\u5730\u70B9",emojiPickerGroupActivities:"\u6D3B\u52A8",emojiPickerGroupObjects:"\u7269\u54C1",emojiPickerGroupSymbols:"\u7B26\u53F7",emojiPickerGroupFlags:"\u65D7\u5E1C",emojiPickerGroupUnknown:"\u5206\u7EC4{group}",pushToTalkRequesting:"\u6B63\u5728\u8BF7\u6C42\u9EA6\u514B\u98CE\u6743\u9650\u2026",pushToTalkDenied:"\u9EA6\u514B\u98CE\u6743\u9650\u88AB\u62D2\u7EDD",pushToTalkError:"\u5F55\u97F3\u5931\u8D25",pushToTalkUnsupported:"\u6B64\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u5F55\u97F3",pushToTalkStarted:"\u5F55\u97F3\u5DF2\u5F00\u59CB",pushToTalkStopped:"\u5F55\u97F3\u5DF2\u505C\u6B62",pushToTalkCancelled:"\u5F55\u97F3\u5DF2\u53D6\u6D88",pushToTalkHold:"\u6309\u4F4F\u8BF4\u8BDD",pushToTalkStart:"\u5F00\u59CB\u5F55\u97F3",pushToTalkStop:"\u505C\u6B62\u5F55\u97F3",traceTree:"\u8FFD\u8E2A\u6811",traceTreeSpanStatus:"{name} \u2014 {status}",traceTreeMetricLabel:"{label}\uFF1A{value}",spanProjectionLimit:"\u4EC5\u663E\u793A\u524D{count}\u4E2A\u8DE8\u5EA6\u3002",agentTraceFilterLabel:"\u8FFD\u8E2A\u8DE8\u5EA6\u7C7B\u578B",spanKindAgent:"\u667A\u80FD\u4F53",spanKindLlm:"LLM",spanKindTool:"\u5DE5\u5177",spanKindRetriever:"\u68C0\u7D22\u5668",spanKindEmbedding:"\u5D4C\u5165",spanKindOther:"\u5176\u4ED6",tokensIn:"\u8F93\u5165 token",tokensOut:"\u8F93\u51FA token",cost:"\u8D39\u7528",duration:"\u65F6\u957F",spanWaterfall:"\u8DE8\u5EA6\u65F6\u95F4\u7EBF",spanStartedAtOffset:"\u5F00\u59CB\u4E8E +{value}",rubricSubmit:"\u63D0\u4EA4",rubricSubmitAndNext:"\u63D0\u4EA4\u5E76\u7EE7\u7EED\u4E0B\u4E00\u4E2A",rubricSkip:"\u8DF3\u8FC7",compareResponseA:"\u56DE\u590D A",compareResponseB:"\u56DE\u590D B",compareVoteLabel:"\u6295\u7968",compareVoteBetter:"{label}\u66F4\u597D",compareVoteTie:"\u5E73\u5C40",compareVoteBothBad:"\u4E24\u8005\u90FD\u4E0D\u597D",compareVoteRecorded:"\u5DF2\u8BB0\u5F55\u6295\u7968\uFF1A{label}",comparePanel:"\u5BF9\u6BD4",audioVisualizerLabel:"\u8BED\u97F3\u6D3B\u52A8\uFF1A{state}",audioVisualizerIdle:"\u7A7A\u95F2",audioVisualizerListening:"\u6B63\u5728\u8046\u542C",audioVisualizerThinking:"\u6B63\u5728\u601D\u8003",audioVisualizerSpeaking:"\u6B63\u5728\u8BF4\u8BDD",treeNodeMoved:"\u5DF2\u5C06{label}\u79FB\u5230\u7B2C{index}\u4F4D\uFF0C\u5171{total}\u4F4D",fileTreeLabel:"\u6587\u4EF6",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"\u5DF2\u6DFB\u52A0",gitStatusModified:"\u5DF2\u4FEE\u6539",gitStatusDeleted:"\u5DF2\u5220\u9664",gitStatusRenamed:"\u5DF2\u91CD\u547D\u540D",gitStatusUntracked:"\u672A\u8DDF\u8E2A",gitStatusConflicted:"\u6709\u51B2\u7A81",gitStatusIgnored:"\u5DF2\u5FFD\u7565",imageViewerLabel:"\u56FE\u7247\u67E5\u770B\u5668",imageViewerFailedToLoad:"\u56FE\u7247\u52A0\u8F7D\u5931\u8D25\u3002",imageViewerRotate:"\u65CB\u8F6C",imageViewerFitLabel:"\u9002\u5E94",imageViewerFitContain:"\u9002\u5E94\u56FE\u7247",imageViewerFitWidth:"\u9002\u5E94\u5BBD\u5EA6",imageViewerFitActual:"\u5B9E\u9645\u5927\u5C0F",imageViewerAnnotate:"\u6807\u6CE8",imageViewerHighlightsLabel:"\u9AD8\u4EAE\u533A\u57DF",imageViewerUnlabeledHighlight:"\u9AD8\u4EAE{index}",imageViewerAnnotationHint:"\u6807\u6CE8\u6A21\u5F0F\u5DF2\u5F00\u542F\u3002\u6309\u56DE\u8F66\u653E\u7F6E\u533A\u57DF\uFF0C\u7136\u540E\u7528\u65B9\u5411\u952E\u79FB\u52A8\uFF0CShift \u52A0\u65B9\u5411\u952E\u8C03\u6574\u5927\u5C0F\uFF0C\u6309\u56DE\u8F66\u4FDD\u5B58\uFF0C\u6309 Esc \u53D6\u6D88\u3002",imageViewerAnnotationBoxPosition:"\u533A\u57DF\u4F4D\u4E8E\u6A2A\u5411{x}%\u3001\u7EB5\u5411{y}%\uFF0C\u5BBD{width}%\u3001\u9AD8{height}%\u3002",imageViewerAnnotationAdded:"\u533A\u57DF\u5DF2\u6DFB\u52A0\u3002",imageViewerAnnotationCancelled:"\u533A\u57DF\u5DF2\u53D6\u6D88\u3002",transcriptFeedLabel:"\u6587\u5B57\u8BB0\u5F55",transcriptFeedEmpty:"\u6682\u65E0\u6587\u5B57\u8BB0\u5F55",transcriptFeedInterim:"\u6B63\u5728\u8F6C\u5F55\u2026",commitCardLabel:"\u63D0\u4EA4\u8BB0\u5F55",commitCardCopyHash:"\u590D\u5236\u63D0\u4EA4\u54C8\u5E0C",commitCardDiffSummary:"+{additions} -{deletions}\uFF0C\u6D89\u53CA{files}\u4E2A\u6587\u4EF6",commitCardShowFiles:"\u663E\u793A{count}\u4E2A\u66F4\u6539\u7684\u6587\u4EF6",commitCardHideFiles:"\u9690\u85CF{count}\u4E2A\u66F4\u6539\u7684\u6587\u4EF6",stackTraceLabel:"\u5806\u6808\u8DDF\u8E2A",stackTraceLimit:"\u7531\u4E8E\u8FBE\u5230\u663E\u793A\u4E0A\u9650\uFF0C\u90E8\u5206\u5806\u6808\u8DDF\u8E2A\u5185\u5BB9\u5DF2\u88AB\u7701\u7565\u3002",stackTraceShowFrames:"\u663E\u793A{count}\u4E2A\u5185\u90E8\u5806\u6808\u5E27",stackTraceHideFrames:"\u9690\u85CF{count}\u4E2A\u5185\u90E8\u5806\u6808\u5E27",statusSkipped:"\u5DF2\u8DF3\u8FC7",testResultsLabel:"\u6D4B\u8BD5\u7ED3\u679C",testResultsPassed:"{count}\u9879\u901A\u8FC7",testResultsFailed:"{count}\u9879\u5931\u8D25",testResultsSkipped:"{count}\u9879\u8DF3\u8FC7",testResultsRunning:"{count}\u9879\u8FD0\u884C\u4E2D",testResultsFilterLabel:"\u6309\u72B6\u6001\u7B5B\u9009",testResultsCompleteAnnounce:"{passed}\u9879\u901A\u8FC7\uFF0C{failed}\u9879\u5931\u8D25\uFF0C{skipped}\u9879\u8DF3\u8FC7",testResultsExpandTest:"\u5C55\u5F00{name}",testResultsCollapseTest:"\u6536\u8D77{name}",envListLabel:"\u73AF\u5883\u53D8\u91CF",envListReveal:"\u663E\u793A{name}",envListHide:"\u9690\u85CF{name}",envListValueHidden:"\u503C\u5DF2\u9690\u85CF",envListCopy:"\u590D\u5236{name}",voice:"\u8BED\u97F3",voicePickerNoVoices:"\u6CA1\u6709\u53EF\u7528\u7684\u8BED\u97F3",voicePickerRequired:"\u8BF7\u9009\u62E9\u4E00\u79CD\u8BED\u97F3\u3002",voicePickerPreview:"\u8BD5\u542C{name}",voicePickerStopPreview:"\u505C\u6B62\u8BD5\u542C",avPlayerLabel:"\u97F3\u89C6\u9891\u64AD\u653E\u5668",avPlayerFailedToLoad:"\u5A92\u4F53\u52A0\u8F7D\u5931\u8D25\u3002",avPlayerTranscript:"\u6587\u5B57\u8BB0\u5F55",avPlayerTimeline:"\u8DF3\u8F6C\u8FDB\u5EA6",avPlayerPlaybackRate:"\u64AD\u653E\u901F\u5EA6",avPlayerRateOption:"{rate}\xD7",avPlayerPosition:"{current}/{duration}",attachmentTriggerAudio:"\u5F55\u5236\u97F3\u9891",attachmentMenuAudio:"\u5F55\u5236\u97F3\u9891",browserFrameLabel:"\u6D4F\u89C8\u5668\u89C6\u56FE",browserFrameUrlLabel:"\u5730\u5740",browserFrameViewOf:"{url}\u7684\u6D4F\u89C8\u5668\u89C6\u56FE",browserFrameTakeOver:"\u63A5\u7BA1",browserFrameHandBack:"\u4EA4\u8FD8",browserFrameStop:"\u505C\u6B62",browserFrameStatusIdle:"\u7A7A\u95F2",browserFrameStatusConnecting:"\u6B63\u5728\u8FDE\u63A5\u2026",browserFrameStatusLive:"\u5B9E\u65F6",browserFrameStatusStalled:"\u5DF2\u505C\u6EDE",browserFrameControllerAgent:"\u667A\u80FD\u4F53",browserFrameControllerUser:"\u7528\u6237",notebookViewerLabel:"Notebook \u67E5\u770B\u5668",notebookViewerInvalid:"\u6B64\u6587\u4EF6\u4E0D\u662F\u6709\u6548\u7684 Jupyter Notebook\u3002",notebookViewerUnsupportedVersion:"\u4E0D\u652F\u6301 Notebook \u683C\u5F0F {version}\u3002",notebookViewerTooManyCells:"\u6B64 Notebook \u7684\u5355\u5143\u683C\u8FC7\u591A\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"\u7B2C{index}\u4E2A\u4EE3\u7801\u5355\u5143\u683C",notebookViewerMarkdownCell:"\u7B2C{index}\u4E2A Markdown \u5355\u5143\u683C",notebookViewerRawCell:"\u7B2C{index}\u4E2A\u539F\u59CB\u5355\u5143\u683C",notebookViewerErrorOutput:"\u9519\u8BEF",notebookViewerShowAllOutput:"\u663E\u793A\u5168\u90E8\u8F93\u51FA",notebookViewerCollapseOutput:"\u6536\u8D77\u8F93\u51FA",notebookViewerUnrenderedOutput:"\u65E0\u6CD5\u663E\u793A\u6B64\u7C7B\u578B\u7684\u8F93\u51FA\u3002",xmlViewerLabel:"XML \u67E5\u770B\u5668",xmlViewerParseError:"\u65E0\u6CD5\u5C06\u6B64\u6587\u6863\u89E3\u6790\u4E3A XML\u3002",xmlViewerTooManyNodes:"\u6B64\u6587\u6863\u7684\u8282\u70B9\u8FC7\u591A\uFF0C\u65E0\u6CD5\u663E\u793A\u3002",xmlViewerChildCount:{other:"{count}\u4E2A\u5B50\u8282\u70B9"},xmlViewerCopyDocument:"\u5C06 XML \u590D\u5236\u5230\u526A\u8D34\u677F",xmlViewerCopyNode:"\u590D\u5236{name}",xmlViewerExpandNode:"\u5C55\u5F00{name}",xmlViewerCollapseNode:"\u6536\u8D77{name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"\u9884\u89C8",artifactPanelCode:"\u4EE3\u7801",artifactPanelPreviousVersion:"\u4E0A\u4E00\u4E2A\u7248\u672C",artifactPanelNextVersion:"\u4E0B\u4E00\u4E2A\u7248\u672C",artifactPanelVersionPosition:"\u7B2C{index}\u4E2A\u7248\u672C\uFF0C\u5171{count}\u4E2A",artifactPanelRestore:"\u8FD8\u539F\u6B64\u7248\u672C",artifactPanelGenerating:"\u751F\u6210\u4E2D\u2026",resultFieldLabel:"{label}\uFF1A",geojsonViewLabel:"\u5730\u56FE",geojsonViewInvalid:"\u6B64\u6587\u4EF6\u4E0D\u662F\u6709\u6548\u7684 GeoJSON\u3002",geojsonViewFeatureCount:{other:"{count}\u4E2A\u8981\u7D20"},geojsonViewMissingMapLibrary:"\u5B89\u88C5\u53EF\u9009\u7684 maplibre-gl \u4F9D\u8D56\u540E\u53EF\u5728\u5730\u56FE\u4E0A\u6E32\u67D3\u6B64\u6587\u4EF6\u3002\u5F53\u524D\u663E\u793A\u539F\u59CB GeoJSON\u3002",mindMapLabel:"\u601D\u7EF4\u5BFC\u56FE",mindMapTopicStatus:"{label}\uFF0C\u7B2C{level}\u5C42\uFF0C{count}\u4E2A\u5B50\u4E3B\u9898",mindMapLeafStatus:"{label}\uFF0C\u7B2C{level}\u5C42",mindMapExpanded:"{label}\u5DF2\u5C55\u5F00",mindMapCollapsed:"{label}\u5DF2\u6536\u8D77",entityDegree:"\u8FDE\u63A5\u6570",entityCommunity:"\u793E\u533A",focusInGraph:"\u5728\u56FE\u8C31\u4E2D\u805A\u7126",untitledEntity:"\u672A\u547D\u540D\u5B9E\u4F53",untitledCommunity:"\u672A\u547D\u540D\u793E\u533A",communityMemberCount:"{count}\u4E2A\u6210\u5458",communityDrillIn:"\u63A2\u7D22\u793E\u533A",selectAllSources:"\u9009\u62E9\u6240\u6709\u6765\u6E90",sourcePickerSelection:"\u5DF2\u9009\u62E9{selected}/{total}\u9879",provenancePanelLabel:"\u4F9D\u636E",provenanceEntities:"\u5B9E\u4F53",provenanceRelationships:"\u5173\u7CFB",provenanceCommunities:"\u793E\u533A",provenanceChunks:"\u6587\u672C\u5757",provenanceEmpty:"\u6B64\u56DE\u7B54\u6CA1\u6709\u4F9D\u636E\u6570\u636E",chunkInspectorLabel:"\u68C0\u7D22\u5230\u7684\u6587\u672C\u5757",chunkScore:"\u76F8\u5173\u6027{percent}%",scoreTierHigh:"\u9AD8\u76F8\u5173\u6027",scoreTierMedium:"\u4E2D\u7B49\u76F8\u5173\u6027",scoreTierLow:"\u4F4E\u76F8\u5173\u6027",chunkInspectorEmpty:"\u672A\u68C0\u7D22\u5230\u6587\u672C\u5757",flowCanvasLabel:"\u5DE5\u4F5C\u6D41\u753B\u5E03",flowCanvasLayoutLimit:"\u7531\u4E8E\u5DF2\u8FBE\u5230\u6D41\u7A0B\u5E03\u5C40\u7684\u5DE5\u4F5C\u4E0A\u9650\uFF0C\u90E8\u5206\u8FB9\u6392\u5E8F\u7EC6\u8282\u5DF2\u88AB\u7701\u7565\u3002",flowCanvasSummary:"\u5305\u542B{nodeCount}\u4E2A\u8282\u70B9\u548C{edgeCount}\u6761\u8FB9\u7684\u5DE5\u4F5C\u6D41",flowNode:"\u8282\u70B9{label}",flowEdge:"\u4ECE{source}\u5230{target}\u7684\u8FB9",flowEdgeWithLabel:"{label}\uFF0C\u4ECE{source}\u5230{target}\u7684\u8FB9",flowItemAnnouncement:"{item}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",dashboardGridLabel:"\u4EEA\u8868\u677F\u7F51\u683C",dashboardCellCollisionRejected:"{label}\u65E0\u6CD5\u653E\u7F6E\u5728\u6B64\u5904\uFF0C\u56E0\u4E3A\u5B83\u4E0E\u53E6\u4E00\u4E2A\u5355\u5143\u683C\u91CD\u53E0\u3002",dashboardCellMoved:"{label}\u5DF2\u79FB\u52A8\u5230\u7B2C{x}\u5217\u3001\u7B2C{y}\u884C\u3002",dashboardCellResized:"{label}\u7684\u5927\u5C0F\u5DF2\u8C03\u6574\u4E3A\u5BBD{w}\u3001\u9AD8{h}\u3002",flowEdgeList:"\u5DE5\u4F5C\u6D41\u7684\u8FB9",flowNodeSelected:"\u5DF2\u9009\u62E9{label}",flowNodeDeselected:"\u5DF2\u53D6\u6D88\u9009\u62E9{label}",flowSelectionCleared:"\u5DF2\u6E05\u9664\u9009\u62E9",flowNodeMoved:"\u5DF2\u5C06{label}\u79FB\u52A8\u5230{x}\u3001{y}",flowConnectStarted:"\u6B63\u5728\u4ECE{label}\u5EFA\u7ACB\u8FDE\u63A5\u3002\u7528\u65B9\u5411\u952E\u9009\u62E9\u76EE\u6807\uFF0C\u6309\u56DE\u8F66\u8FDE\u63A5\uFF0C\u6309 Esc \u53D6\u6D88\u3002",flowConnectTarget:"\u6B63\u5728\u5C06{source}\u8FDE\u63A5\u5230{target}\uFF08\u7B2C{index}\u9879\uFF0C\u5171{total}\u9879\uFF09",flowConnectCommitted:"\u5DF2\u5C06{source}\u8FDE\u63A5\u5230{target}",flowConnectCancelled:"\u5DF2\u53D6\u6D88\u8FDE\u63A5",zoomToFit:"\u7F29\u653E\u4EE5\u9002\u5E94",flowLockCanvas:"\u9501\u5B9A\u753B\u5E03",flowControlsLabel:"\u753B\u5E03\u63A7\u4EF6",flowMinimapLabel:"\u5DE5\u4F5C\u6D41\u6982\u89C8",flowMinimapViewport:"\u53EF\u89C1\u533A\u57DF",flowMinimapInstructions:"\u65B9\u5411\u952E\u5E73\u79FB\uFF0C\u52A0\u53F7\u548C\u51CF\u53F7\u7F29\u653E\uFF0C\u56DE\u8F66\u6216 Home \u952E\u9002\u5E94\u5DE5\u4F5C\u6D41\u3002",flowMinimapViewportChanged:"\u4F4D\u7F6E{x}\u3001{y}\u3002\u7F29\u653E{zoom}\u3002",nodePaletteLabel:"\u8282\u70B9\u9762\u677F",nodePalettePlaceholder:"\u641C\u7D22\u8282\u70B9\u2026",nodePaletteEmpty:"\u6CA1\u6709\u5339\u914D\u7684\u8282\u70B9\u3002",nodePaletteDragHint:"\u62D6\u52A8\u5230\u753B\u5E03\uFF0C\u6216\u6309\u56DE\u8F66\u653E\u7F6E",nodePaletteResultCount:{other:"{count}\u9879"},retrievalResultsSelectRow:"\u9009\u62E9{label}",pathStripLabel:"\u8DEF\u5F84",pathNodeStatus:"{label}\uFF0C\u7B2C{position}\u4E2A\u8282\u70B9\uFF0C\u5171{total}\u4E2A",pathRelationStatus:"{relation}\uFF0C\u5173\u7CFB",flowInputHandle:"\u8F93\u5165 {id}",flowOutputHandle:"\u8F93\u51FA {id}",flowStatusWithDuration:"{status}\uFF08{duration}\uFF09",flowStatusWithDetail:"{status} \u2014 {detail}",neighborListLabel:"\u5173\u7CFB",neighborRowLabel:"{label}\uFF0C{relation}\uFF0C{direction}",neighborDirectionIn:"\u5165\u5411",neighborDirectionOut:"\u51FA\u5411",neighborDirectionBoth:"\u53CC\u5411",neighborExpand:"\u5728\u56FE\u8C31\u4E2D\u5C55\u5F00{label}",neighborListEmpty:"\u6682\u65E0\u5173\u7CFB",neighborGroupHeader:"{relation}\uFF08{count}\uFF09",flowRunStatusLabel:"\u8FD0\u884C\u72B6\u6001",flowRunSummary:"\u5DF2\u5B8C\u6210{done}/{total}\u4E2A\u6B65\u9AA4",flowRunStepStatus:"{label}\uFF1A{status}",flowRunStatusCount:"{status}\uFF1A{count}",policySummaryLabel:"\u7B56\u7565\u51B3\u5B9A",policySummaryAllowCount:"{count}\u9879\u5141\u8BB8",policySummaryDenyCount:"{count}\u9879\u62D2\u7EDD",policySummaryNeedsReviewCount:"{count}\u9879\u9700\u8981\u5BA1\u6838",policySummaryStateAllow:"\u5141\u8BB8",policySummaryStateDeny:"\u62D2\u7EDD",policySummaryStateNeedsReview:"\u9700\u8981\u5BA1\u6838",policySummaryCategoryGuardrail:"\u62A4\u680F",policySummaryCategoryPermission:"\u6743\u9650",policySummaryCategoryPrivacy:"\u9690\u79C1",policySummaryCategoryTool:"\u5DE5\u5177",policySummaryDetailLabel:"\u66F4\u591A\u8BE6\u60C5",evalDatasetLabel:"\u8BC4\u4F30\u6837\u4F8B",evalDatasetAddExample:"\u6DFB\u52A0\u6837\u4F8B",evalDatasetRemoveExample:"\u79FB\u9664\u6837\u4F8B",evalDatasetImportLabel:"\u5BFC\u5165\u6837\u4F8B",evalDatasetSearchLabel:"\u641C\u7D22\u6837\u4F8B",evalDatasetTagFilterLabel:"\u6309\u6807\u7B7E\u7B5B\u9009",evalDatasetEmpty:"\u6682\u65E0\u6837\u4F8B\u3002",evalDatasetNoMatches:"\u6CA1\u6709\u6837\u4F8B\u7B26\u5408\u5F53\u524D\u7B5B\u9009\u6761\u4EF6\u3002",evalDatasetColumnInput:"\u8F93\u5165",evalDatasetColumnExpectedOutput:"\u9884\u671F\u8F93\u51FA",evalDatasetColumnTags:"\u6807\u7B7E",queryBuilderLabel:"\u67E5\u8BE2\u6784\u5EFA\u5668",queryBuilderEmpty:"\u6682\u65E0\u6761\u4EF6\u3002",queryBuilderNoFields:"\u6CA1\u6709\u53EF\u7528\u5B57\u6BB5\u3002",queryBuilderAddCondition:"\u6DFB\u52A0\u6761\u4EF6",queryBuilderRemoveCondition:"\u79FB\u9664\u7B2C{index}\u4E2A\u6761\u4EF6",queryBuilderFieldLabel:"\u5B57\u6BB5",queryBuilderFieldPlaceholder:"\u9009\u62E9\u5B57\u6BB5",queryBuilderOperatorLabel:"\u8FD0\u7B97\u7B26",queryBuilderOperatorPlaceholder:"\u9009\u62E9\u8FD0\u7B97\u7B26",queryBuilderValueLabel:"\u503C",queryBuilderValuePlaceholder:"\u9009\u62E9\u503C",queryBuilderCombinatorLabel:"\u6761\u4EF6\u7EC4\u5408\u65B9\u5F0F",queryBuilderCombinatorAnd:"\u6EE1\u8DB3\u6240\u6709\u6761\u4EF6\uFF08AND\uFF09",queryBuilderCombinatorOr:"\u6EE1\u8DB3\u4EFB\u4E00\u6761\u4EF6\uFF08OR\uFF09",queryBuilderBooleanTrue:"\u771F",queryBuilderBooleanFalse:"\u5047",queryBuilderOperatorEquals:"\u7B49\u4E8E",queryBuilderOperatorNotEquals:"\u4E0D\u7B49\u4E8E",queryBuilderOperatorGreaterThan:"\u5927\u4E8E",queryBuilderOperatorGreaterThanOrEqual:"\u5927\u4E8E\u6216\u7B49\u4E8E",queryBuilderOperatorLessThan:"\u5C0F\u4E8E",queryBuilderOperatorLessThanOrEqual:"\u5C0F\u4E8E\u6216\u7B49\u4E8E",queryBuilderOperatorAfter:"\u665A\u4E8E",queryBuilderOperatorOnOrAfter:"\u7B49\u4E8E\u6216\u665A\u4E8E",queryBuilderOperatorBefore:"\u65E9\u4E8E",queryBuilderOperatorOnOrBefore:"\u7B49\u4E8E\u6216\u65E9\u4E8E",queryBuilderOperatorContains:"\u5305\u542B",queryBuilderOperatorStartsWith:"\u5F00\u5934\u4E3A",queryBuilderOperatorEndsWith:"\u7ED3\u5C3E\u4E3A",queryBuilderOperatorIn:"\u5C5E\u4E8E\u5176\u4E2D\u4E4B\u4E00",queryBuilderOperatorNotIn:"\u4E0D\u5C5E\u4E8E\u5176\u4E2D\u4EFB\u4F55\u4E00\u4E2A",queryBuilderOperatorIsEmpty:"\u4E3A\u7A7A",queryBuilderOperatorIsNotEmpty:"\u4E0D\u4E3A\u7A7A",memoryPanelLabel:"\u8BB0\u5FC6",memoryPanelShortTermHeading:"\u77ED\u671F\u4E0A\u4E0B\u6587",memoryPanelLongTermHeading:"\u957F\u671F\u8BB0\u5FC6",memoryPanelAdd:"\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6",memoryPanelAddWithContext:"\u5C06\u201C{label}\u201D\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6",memoryPanelForgetAll:"\u5168\u90E8\u5FD8\u8BB0",memoryPanelConfirmAddHeading:"\u8981\u5C06\u6B64\u9879\u6DFB\u52A0\u5230\u957F\u671F\u8BB0\u5FC6\u5417\uFF1F",memoryPanelConfirmRemoveHeading:"\u8981\u79FB\u9664\u6B64\u9879\u5417\uFF1F",memoryPanelConfirmForgetHeading:"\u8981\u5FD8\u8BB0\u6240\u6709\u957F\u671F\u8BB0\u5FC6\u5417\uFF1F",memoryPanelConfirmForgetBody:"\u8FD9\u5C06\u6C38\u4E45\u5FD8\u8BB0\u5168\u90E8{count}\u6761\u957F\u671F\u8BB0\u5FC6\u3002",graphExplorerLabel:"\u77E5\u8BC6\u56FE\u8C31\u63A2\u7D22\u5668",graphExplorerSearchPlaceholder:"\u641C\u7D22\u5B9E\u4F53\u2026",graphExplorerSearchResultsLabel:"\u641C\u7D22\u7ED3\u679C",graphExplorerPin:"\u56FA\u5B9A",graphExplorerUnpin:"\u53D6\u6D88\u56FA\u5B9A",graphExplorerPinned:"\u5DF2\u56FA\u5B9A{label}",graphExplorerUnpinned:"\u5DF2\u53D6\u6D88\u56FA\u5B9A{label}",graphExplorerPinnedHeading:"\u5DF2\u56FA\u5B9A",graphExplorerFindPath:"\u67E5\u627E\u8DEF\u5F84",retrievalModeVector:"\u5411\u91CF",retrievalModeKeyword:"\u5173\u952E\u8BCD",retrievalModeHybrid:"\u6DF7\u5408",retrievalSearchLabel:"\u68C0\u7D22\u641C\u7D22",retrievalModeLabel:"\u641C\u7D22\u6A21\u5F0F",retrievalFiltersLabel:"\u751F\u6548\u7684\u7B5B\u9009\u6761\u4EF6",groundingSummaryLabel:"\u4F9D\u636E\u6458\u8981",groundingSummaryEmpty:"\u6682\u65E0\u4F9D\u636E\u8BC4\u4F30",groundingSummarySupportedLabel:"\u6709\u4F9D\u636E\u7684\u8BBA\u65AD",groundingSummaryUnsupportedLabel:"\u7F3A\u4E4F\u4F9D\u636E\u7684\u8BBA\u65AD",groundingSummaryCoverageLabel:"\u5F15\u7528\u8986\u76D6\u7387",groundingSummaryConfidenceLabel:"\u7F6E\u4FE1\u5EA6",groundingSummaryWarningsHeading:"\u8B66\u544A",groundingSummaryEvidenceHeading:"\u8BC1\u636E",claimEvidenceLabel:"\u8BBA\u65AD\u8BC1\u636E",claimEvidenceEmpty:"\u6682\u65E0\u8BBA\u65AD\u7EA7\u522B\u7684\u8BC1\u636E",claimEvidenceSupported:"\u6709\u4F9D\u636E",claimEvidencePartiallySupported:"\u90E8\u5206\u6709\u4F9D\u636E",claimEvidenceUnsupported:"\u7F3A\u4E4F\u4F9D\u636E",claimEvidenceContradicted:"\u4E0E\u8BC1\u636E\u77DB\u76FE",claimEvidenceConfidence:"\u7F6E\u4FE1\u5EA6{percent}",retrievalCompareLabel:"\u68C0\u7D22\u7ED3\u679C\u5BF9\u6BD4",retrievalCompareEmpty:"\u6CA1\u6709\u53EF\u5BF9\u6BD4\u7684\u68C0\u7D22\u7ED3\u679C\u96C6",retrievalCompareOverlap:"{left} \u4E0E {right} \u7684 Top-k \u91CD\u5408\u5EA6\uFF1A{percent}",retrievalCompareRank:"\u7B2C{rank}\u540D",retrievalCompareDenseScore:"\u7A20\u5BC6",retrievalCompareSparseScore:"\u7A00\u758F",retrievalCompareRerankScore:"\u91CD\u6392",retrievalCompareFinalScore:"\u6700\u7EC8",ragEvalDashboardLabel:"RAG \u8BC4\u4F30\u4EEA\u8868\u677F",ragEvalDashboardEmpty:"\u6682\u65E0\u53EF\u7528\u7684\u8BC4\u4F30\u8FD0\u884C",ragEvalDashboardRuns:"\u8BC4\u4F30\u8FD0\u884C",ragEvalDashboardSlices:"\u8BC4\u4F30\u5207\u7247",ragEvalDashboardAllSlices:"\u5168\u90E8",ragEvalDashboardSliceUnavailable:"{slice}\u6CA1\u6709\u53EF\u7528\u7684\u8BC4\u4F30\u8FD0\u884C\u3002",promptStudioLabel:"\u63D0\u793A\u8BCD\u5DE5\u4F5C\u53F0",promptStudioMessages:"\u63D0\u793A\u8BCD\u6D88\u606F",promptStudioVariables:"\u53D8\u91CF",promptStudioVersions:"\u7248\u672C",promptStudioPreview:"\u89E3\u6790\u540E\u7684\u9884\u89C8",promptStudioRun:"\u8FD0\u884C\u63D0\u793A\u8BCD",promptStudioSave:"\u4FDD\u5B58\u7248\u672C",promptStudioAddMessage:"\u6DFB\u52A0\u6D88\u606F",promptStudioRemoveMessage:"\u79FB\u9664\u6D88\u606F",promptStudioMessageRole:"\u7B2C{index}\u6761\u6D88\u606F\u7684\u89D2\u8272\uFF08{role}\uFF09",promptStudioMessageContent:"\u7B2C{index}\u6761\u6D88\u606F\u7684\u5185\u5BB9\uFF08{role}\uFF09",promptStudioRoleSystem:"\u7CFB\u7EDF",promptStudioRoleUser:"\u7528\u6237",promptStudioRoleAssistant:"\u52A9\u624B",promptStudioRoleTool:"\u5DE5\u5177",schemaViewerLabel:"Schema \u67E5\u770B\u5668",schemaViewerEmpty:"\u6682\u65E0 schema",schemaViewerRequired:"\u5FC5\u586B",schemaViewerCircular:"schema \u5FAA\u73AF\u5F15\u7528",schemaViewerType:"\u7C7B\u578B\uFF1A{type}",subagentPanelLabel:"\u5B50\u667A\u80FD\u4F53",subagentPanelEmpty:"\u6682\u65E0\u5B50\u667A\u80FD\u4F53\u8FD0\u884C",subagentPanelRetry:"\u91CD\u8BD5\u5B50\u667A\u80FD\u4F53",subagentPanelCancelRun:"\u53D6\u6D88{name}",subagentPanelRetryRun:"\u91CD\u8BD5{name}",toolTimelineDetailsFor:"{name}\u7684\u8BE6\u60C5",realtimeSessionLabel:"\u5B9E\u65F6\u4F1A\u8BDD",realtimeSessionDisconnected:"\u5DF2\u65AD\u5F00",realtimeSessionConnecting:"\u8FDE\u63A5\u4E2D",realtimeSessionConnected:"\u5DF2\u8FDE\u63A5",realtimeSessionReconnecting:"\u91CD\u65B0\u8FDE\u63A5\u4E2D",realtimeSessionError:"\u8FDE\u63A5\u9519\u8BEF",realtimeSessionConnect:"\u8FDE\u63A5",realtimeSessionDisconnect:"\u65AD\u5F00\u8FDE\u63A5",realtimeSessionMute:"\u9EA6\u514B\u98CE\u9759\u97F3",realtimeSessionUnmute:"\u53D6\u6D88\u9EA6\u514B\u98CE\u9759\u97F3",realtimeSessionInterrupt:"\u6253\u65AD\u56DE\u590D",realtimeSessionConnectionFailed:"\u5B9E\u65F6\u8FDE\u63A5\u5931\u8D25\u3002",contextInspectorRedacted:"\u5DF2\u8131\u654F",contextInspectorTruncated:"\u5DF2\u622A\u65AD",contextInspectorLabel:"\u4E0A\u4E0B\u6587\u68C0\u67E5\u5668",contextInspectorEmpty:"\u6682\u65E0\u4E0A\u4E0B\u6587\u7247\u6BB5",contextInspectorCopyLabel:"\u590D\u5236\u7EC4\u88C5\u540E\u7684\u4E0A\u4E0B\u6587",knowledgeBaseSyncIdle:"\u7A7A\u95F2",knowledgeBaseSyncSyncing:"\u540C\u6B65\u4E2D",knowledgeBaseSyncPaused:"\u5DF2\u6682\u505C",knowledgeBaseSyncSynced:"\u5DF2\u540C\u6B65",knowledgeBaseSyncError:"\u9519\u8BEF",knowledgeBaseHealthHealthy:"\u5065\u5EB7",knowledgeBaseHealthDegraded:"\u964D\u7EA7",knowledgeBaseHealthFailed:"\u5931\u8D25",knowledgeBaseHealthUnknown:"\u672A\u77E5",knowledgeBasePermissionOwner:"\u6240\u6709\u8005",knowledgeBasePermissionEditor:"\u7F16\u8F91\u8005",knowledgeBasePermissionViewer:"\u67E5\u770B\u8005",knowledgeBasePermissionRestricted:"\u53D7\u9650",knowledgeBaseNeverSynced:"\u4ECE\u672A\u540C\u6B65",knowledgeBaseSyncAction:"\u7ACB\u5373\u540C\u6B65",knowledgeBasePauseAction:"\u6682\u505C\u540C\u6B65",knowledgeBaseDeleteAction:"\u5220\u9664\u6765\u6E90",knowledgeBaseNameColumn:"\u6765\u6E90",knowledgeBaseSyncColumn:"\u540C\u6B65\u72B6\u6001",knowledgeBaseHealthColumn:"\u7D22\u5F15\u5065\u5EB7\u5EA6",knowledgeBasePermissionColumn:"\u6743\u9650",knowledgeBaseActionsColumn:"\u64CD\u4F5C",knowledgeBaseTotalSources:"\u6765\u6E90",knowledgeBaseSyncedSources:"\u5DF2\u540C\u6B65",knowledgeBaseSyncingSources:"\u540C\u6B65\u4E2D",knowledgeBaseNeedsAttention:"\u9700\u8981\u5173\u6CE8",knowledgeBaseHeading:"\u77E5\u8BC6\u5E93",knowledgeBaseCreateSource:"\u6DFB\u52A0\u6765\u6E90",knowledgeBaseEmptyHeading:"\u6682\u65E0\u77E5\u8BC6\u6765\u6E90",ingestionStageQueued:"\u6392\u961F\u4E2D",ingestionStageUploading:"\u4E0A\u4F20\u4E2D",ingestionStageExtracting:"\u63D0\u53D6\u6587\u672C",ingestionStageChunking:"\u5206\u5757",ingestionStageEmbedding:"\u751F\u6210\u5D4C\u5165",ingestionStageIndexing:"\u5EFA\u7ACB\u7D22\u5F15",ingestionStageDone:"\u5B8C\u6210",ingestionStageFailed:"\u5931\u8D25",ingestionStageCancelled:"\u5DF2\u53D6\u6D88",ingestionQueueLabel:"\u6444\u53D6\u961F\u5217",ingestionQueueEmpty:"\u6CA1\u6709\u6392\u961F\u7684\u6587\u6863",documentLibraryFreshnessFresh:"\u6700\u65B0",documentLibraryFreshnessAging:"\u6E10\u65E7",documentLibraryFreshnessStale:"\u9648\u65E7",documentLibrarySelectAll:"\u9009\u62E9\u6240\u6709\u6587\u6863",documentLibrarySelectColumn:"\u9009\u62E9",documentLibraryTypeColumn:"\u7C7B\u578B",documentLibraryNameColumn:"\u540D\u79F0",documentLibraryVersionColumn:"\u7248\u672C",documentLibraryOwnerColumn:"\u6240\u6709\u8005",documentLibraryTagsColumn:"\u6807\u7B7E",documentLibraryFreshnessColumn:"\u65B0\u9C9C\u5EA6",documentLibraryUpdatedColumn:"\u66F4\u65B0\u65F6\u95F4",documentLibraryLabel:"\u6587\u6863\u5E93",documentLibraryEmptyHeading:"\u6682\u65E0\u6587\u6863",documentLibraryNoMatchesHeading:"\u6CA1\u6709\u5339\u914D\u7684\u6587\u6863",documentLibrarySearchPlaceholder:"\u641C\u7D22\u6587\u6863",documentLibraryFilterByTag:"\u6309\u6807\u7B7E\u7B5B\u9009",documentLibraryClearSelection:"\u6E05\u9664\u9009\u62E9",documentLibrarySelectedCount:"\u5DF2\u9009\u62E9{count}\u9879",documentCompareNoVersion:"\u672A\u63D0\u4F9B\u7248\u672C\u3002",documentCompareLabel:"\u6587\u6863\u5BF9\u6BD4",agentRunCurrentStepLabel:"\u5F53\u524D\u6B65\u9AA4",graphQueryHopRangeInvalid:"\u6700\u5927\u8DF3\u6570\u4E0D\u80FD\u5C0F\u4E8E\u6700\u5C0F\u8DF3\u6570\u3002",graphQueryRelationshipTypeLabel:"\u5173\u7CFB\u7C7B\u578B",graphQueryNodeTypeLabel:"\u8282\u70B9\u7C7B\u578B",graphQueryBuilderLabel:"\u56FE\u8C31\u67E5\u8BE2\u6784\u5EFA\u5668",graphQueryStartLabel:"\u8D77\u59CB\u5B9E\u4F53",graphQueryEndLabel:"\u7ED3\u675F\u5B9E\u4F53",graphQueryMinHopsLabel:"\u6700\u5C0F\u8DF3\u6570",graphQueryMaxHopsLabel:"\u6700\u5927\u8DF3\u6570",graphQueryDirectionLabel:"\u65B9\u5411",graphQueryRun:"\u8FD0\u884C\u67E5\u8BE2",graphQuerySavedQueriesLabel:"\u5DF2\u4FDD\u5B58\u7684\u67E5\u8BE2",graphQuerySaveNameLabel:"\u67E5\u8BE2\u540D\u79F0",graphQuerySaveButton:"\u4FDD\u5B58\u67E5\u8BE2",graphQueryLoadWithContext:"\u52A0\u8F7D{name}",filterBarReset:"\u91CD\u7F6E\u7B5B\u9009\u6761\u4EF6",filterBarActiveFilters:"\u751F\u6548\u7684\u7B5B\u9009\u6761\u4EF6",drilldownDocuments:"\u6587\u6863",drilldownRuns:"\u667A\u80FD\u4F53\u8FD0\u884C",drilldownEmpty:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",evaluationRunStatusIdle:"\u7A7A\u95F2",evaluationRunStatusWaitingInput:"\u7B49\u5F85\u8F93\u5165",evaluationRunStatusWaitingApproval:"\u7B49\u5F85\u6279\u51C6",evaluationRunStatusCancelled:"\u5DF2\u53D6\u6D88",evaluationRunGroundingHeading:"\u4F9D\u636E",evaluationRunToolTraceHeading:"\u5DE5\u5177\u8FFD\u8E2A",evaluationRunInputHeading:"\u8F93\u5165",evaluationRunOutputHeading:"\u8F93\u51FA",evaluationRunLabel:"\u8BC4\u4F30\u8FD0\u884C",evaluationRunProgressLabel:"\u8BC4\u4F30\u6279\u6B21\u8FDB\u5EA6",retrievalFilterChipLabel:"{key}\uFF1A{value}",retrievalSearchEmptyDescription:"\u8BF7\u5C1D\u8BD5\u5176\u4ED6\u641C\u7D22\u8BCD\u6216\u7B5B\u9009\u6761\u4EF6\u3002",groundingSummaryEvidenceSpan:"\u7B2C{start}\u2013{end}\u4E2A\u5B57\u7B26",contextInspectorTruncatedCount:"\u5DF2\u622A\u65AD \u2014 \u7701\u7565\u4E86 {count} \u4E2A token",contextInspectorSegmentTokens:"{tokens} \u4E2A token",knowledgeBaseDocumentCount:"\u5DF2\u7D22\u5F15{count}\u9879",knowledgeBaseRowActionsLabel:"{name}\u7684\u64CD\u4F5C",knowledgeBaseEmptyDescription:"\u6DFB\u52A0\u6765\u6E90\u5373\u53EF\u5F00\u59CB\u7D22\u5F15\u5185\u5BB9\u3002",ingestionChunkCount:{other:"{count}\u4E2A\u6587\u672C\u5757"},ingestionItemProgressLabel:"{name} \u2014 {stage}",ingestionEmbeddedOfTotal:"\u5DF2\u4E3A{embedded}/{total}\u4E2A\u6587\u672C\u5757\u751F\u6210\u5D4C\u5165",ingestionAttemptCount:"\u7B2C{count}\u6B21\u5C1D\u8BD5",ingestionRetryWithContext:"\u91CD\u8BD5{label}",ingestionCancelWithContext:"\u53D6\u6D88{label}",documentLibrarySelectDocument:"\u9009\u62E9{name}",agentRunStatusAnnounce:"\u72B6\u6001\uFF1A{status}\u3002",graphQueryDeleteWithContext:"\u5220\u9664{name}",evaluationRunExampleLabel:"\u7B2C{index}\u4E2A\u6837\u4F8B",evaluationRunExampleStartedAnnounce:"{label}\u5DF2\u5F00\u59CB",evaluationRunExampleCompletedAnnounce:"{label}\u5DF2\u5B8C\u6210",evaluationRunExampleFailedAnnounce:"{label}\u5931\u8D25",evaluationRunExampleCancelledAnnounce:"{label}\u5DF2\u53D6\u6D88",evaluationRunExampleWaitingInputAnnounce:"{label}\u9700\u8981\u8F93\u5165",evaluationRunExampleWaitingApprovalAnnounce:"{label}\u9700\u8981\u6279\u51C6",evaluationRunProgressSummary:"\u5DF2\u5B8C\u6210{completed}/{total}\u4E2A\u6837\u4F8B",evaluationRunRunningCount:"{count}\u9879\u8FD0\u884C\u4E2D",evaluationRunFailedCount:"{count}\u9879\u5931\u8D25",retrievalStageQueryRewrite:"\u67E5\u8BE2\u6539\u5199",retrievalStageEmbed:"\u751F\u6210\u5D4C\u5165",retrievalStageRetrieve:"\u68C0\u7D22",retrievalStageRerank:"\u91CD\u6392",retrievalStageFilter:"\u7B5B\u9009",retrievalTraceEvidenceToggle:"{label}\u8BC1\u636E",documentCompareOldVersion:"\u65E7\u7248\u672C",documentCompareNewVersion:"\u65B0\u7248\u672C",agentRunStatusIdle:"\u7A7A\u95F2",agentRunStatusQueued:"\u6392\u961F\u4E2D",agentRunStatusCollecting:"\u6536\u96C6\u4E0A\u4E0B\u6587",agentRunStatusWaitingInput:"\u7B49\u5F85\u8F93\u5165",agentRunStatusWaitingApproval:"\u7B49\u5F85\u6279\u51C6",agentRunStatusDone:"\u5B8C\u6210",agentRunStatusCancelled:"\u5DF2\u53D6\u6D88",localePickerLabel:"\u8BED\u8A00",localePickerRequired:"\u8BF7\u9009\u62E9\u4E00\u79CD\u8BED\u8A00\u3002",flagLoadError:"\u65D7\u5E1C\u4E0D\u53EF\u7528",moveUp:"\u4E0A\u79FB",moveDown:"\u4E0B\u79FB",reorderMovePending:"\u91CD\u65B0\u6392\u5E8F\u5F85\u5904\u7406\u3002",reorderMoveCancelled:"\u91CD\u65B0\u6392\u5E8F\u5DF2\u53D6\u6D88\u3002",reorderItemMoved:"\u5DF2\u79FB\u5230\u7B2C{index}\u4F4D\uFF0C\u5171{total}\u4F4D"};registerLyraLocale("zh-CN",strings);
@@ -1 +1 @@
1
- import{getLyraLocale,getLyraLocaleDirection,subscribeLyraLocale}from"../internal/localization-runtime.js";import{subscribeLyraLocale as subscribeLyraLocale2}from"../internal/localization-runtime.js";const localeBridgeStates=new WeakMap;function restoreAttribute(target,name,value){value===null?target.removeAttribute(name):target.setAttribute(name,value)}function bridgeMirrorsDirection(state){for(const registration of state.registrations.values())if(registration.mirrorDirection)return!0;return!1}function applyLocaleBridge(state){const locale=getLyraLocale();if(!locale){restoreAttribute(state.target,"lang",state.previousLang),restoreAttribute(state.target,"dir",state.previousDir);return}state.target.setAttribute("lang",locale),bridgeMirrorsDirection(state)?state.target.setAttribute("dir",getLyraLocaleDirection(locale)):restoreAttribute(state.target,"dir",state.previousDir)}function bridgeLyraLocale(options={}){const target=options.target??globalThis.document?.documentElement;if(!target||typeof target.getAttribute!="function"||typeof target.setAttribute!="function"||typeof target.removeAttribute!="function")throw new TypeError("bridgeLyraLocale() requires a target element when there is no document.");const registration={id:Symbol("Lyra locale bridge registration"),mirrorDirection:options.direction!==!1};let state=localeBridgeStates.get(target);state||(state={target,previousLang:target.getAttribute("lang"),previousDir:target.getAttribute("dir"),registrations:new Map,unsubscribe:()=>{}},localeBridgeStates.set(target,state),state.unsubscribe=subscribeLyraLocale(()=>applyLocaleBridge(state))),state.registrations.set(registration.id,registration),applyLocaleBridge(state);let disposed=!1;return()=>{if(disposed)return;disposed=!0;const activeState=localeBridgeStates.get(target);if(!(!activeState||!activeState.registrations.delete(registration.id))){if(activeState.registrations.size>0){applyLocaleBridge(activeState);return}activeState.unsubscribe(),restoreAttribute(target,"lang",activeState.previousLang),restoreAttribute(target,"dir",activeState.previousDir),localeBridgeStates.delete(target)}}}export{bridgeLyraLocale,subscribeLyraLocale2 as subscribeLyraLocale};
1
+ import{getLyraLocale,getLyraLocaleDirection,subscribeLyraLocale}from"../internal/localization-runtime.js";import{subscribeLyraLocale as subscribeLyraLocale2}from"../internal/localization-runtime.js";const localeBridgeStates=new WeakMap;function restoreAttribute(target,name,value){value===null?target.removeAttribute(name):target.setAttribute(name,value)}function bridgeMirrorsDirection(state){for(const registration of state.registrations.values())if(registration.mirrorDirection)return!0;return!1}function applyLocaleBridge(state){const locale=getLyraLocale();if(!locale){restoreAttribute(state.target,"lang",state.previousLang),restoreAttribute(state.target,"dir",state.previousDir);return}state.target.setAttribute("lang",locale),bridgeMirrorsDirection(state)?state.target.setAttribute("dir",getLyraLocaleDirection(locale)):restoreAttribute(state.target,"dir",state.previousDir)}function bridgeLyraLocale(options={}){const target=options.target??globalThis.document?.documentElement;if(!target||typeof target.getAttribute!="function"||typeof target.setAttribute!="function"||typeof target.removeAttribute!="function")throw new TypeError("bridgeLyraLocale() requires a target element when there is no document.");const registration={id:Symbol("Lyra locale bridge registration"),mirrorDirection:options.direction!==!1};let state=localeBridgeStates.get(target);if(!state){let nextState;const unsubscribe=subscribeLyraLocale(()=>applyLocaleBridge(nextState));nextState={target,previousLang:target.getAttribute("lang"),previousDir:target.getAttribute("dir"),registrations:new Map,unsubscribe},state=nextState,localeBridgeStates.set(target,state)}state.registrations.set(registration.id,registration),applyLocaleBridge(state);let disposed=!1;return()=>{if(disposed)return;disposed=!0;const activeState=localeBridgeStates.get(target);if(!(!activeState||!activeState.registrations.delete(registration.id))){if(activeState.registrations.size>0){applyLocaleBridge(activeState);return}activeState.unsubscribe(),restoreAttribute(target,"lang",activeState.previousLang),restoreAttribute(target,"dir",activeState.previousDir),localeBridgeStates.delete(target)}}}export{bridgeLyraLocale,subscribeLyraLocale2 as subscribeLyraLocale};
package/dist/vue.d.ts CHANGED
@@ -92,6 +92,7 @@ import type { LyraFlowControls } from './components/data/flow-controls/flow-cont
92
92
  import type { LyraFlowMinimap } from './components/data/flow-minimap/flow-minimap.class.js';
93
93
  import type { LyraFlowNode } from './components/data/flow-node/flow-node.class.js';
94
94
  import type { LyraFlowRunStatus } from './components/data/flow-run-status/flow-run-status.class.js';
95
+ import type { LyraFunnel } from './components/data/funnel/funnel.class.js';
95
96
  import type { LyraGauge } from './components/data/gauge/gauge.class.js';
96
97
  import type { LyraGraphQueryBuilder, LyraGraphQueryBuilderEventMap } from './components/data/graph-query-builder/graph-query-builder.class.js';
97
98
  import type { LyraHeatmap, LyraHeatmapEventMap } from './components/data/heatmap/heatmap.class.js';
@@ -101,7 +102,7 @@ import type { LyraSparkline } from './components/data/sparkline/sparkline.class.
101
102
  import type { LyraStat } from './components/data/stat/stat.class.js';
102
103
  import type { LyraTable, LyraTableEventMap } from './components/data/table/table.class.js';
103
104
  import type { LyraTimelineItem } from './components/data/timeline/timeline-item.class.js';
104
- import type { LyraTimeline } from './components/data/timeline/timeline.class.js';
105
+ import type { LyraTimeline, LyraTimelineEventMap } from './components/data/timeline/timeline.class.js';
105
106
  import type { LyraTreeItem, LyraTreeItemEventMap } from './components/data/tree/tree-item.class.js';
106
107
  import type { LyraTree, LyraTreeEventMap } from './components/data/tree/tree.class.js';
107
108
  import type { LyraWordCloud, LyraWordCloudEventMap } from './components/data/word-cloud/word-cloud.class.js';
@@ -375,7 +376,7 @@ export type LyraAppRailVueProps = LyraVueCustomElement<LyraAppRail, 'forceMode'
375
376
  'rail-width-px'?: LyraAppRail['railWidthPx'];
376
377
  'storage-key'?: LyraAppRail['storageKey'];
377
378
  }>;
378
- export type LyraAppRailItemVueProps = LyraVueCustomElement<LyraAppRailItem, 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
379
+ export type LyraAppRailItemVueProps = LyraVueCustomElement<LyraAppRailItem, 'active' | 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
379
380
  'icon-only'?: LyraAttributeValue<boolean>;
380
381
  }>;
381
382
  export type LyraApprovalQueueVueProps = LyraVueCustomElement<LyraApprovalQueue, 'editable' | 'label' | 'locale' | 'open' | 'requests' | 'selectedInvocationId' | 'strings', {}, LyraApprovalQueueEventMap, 'lr-approval-close' | 'lr-approval-decision' | 'lr-approval-select', '--lr-approval-queue-selected-border', {
@@ -582,7 +583,8 @@ export type LyraCheckpointVueProps = LyraVueCustomElement<LyraCheckpoint, 'check
582
583
  'confirm-restore'?: LyraCheckpoint['confirmRestore'];
583
584
  }>;
584
585
  export type LyraChipVueProps = LyraVueCustomElement<LyraChip, 'disabled' | 'locale' | 'pill' | 'removable' | 'selected' | 'size' | 'strings' | 'toggleable' | 'value' | 'variant', {}, LyraChipEventMap, 'lr-chip-select' | 'lr-remove', '--lr-chip-accent' | '--lr-chip-bg' | '--lr-chip-border' | '--lr-chip-font-size' | '--lr-chip-gap' | '--lr-chip-height' | '--lr-chip-icon-size' | '--lr-chip-min-height' | '--lr-chip-padding-block' | '--lr-chip-padding-inline' | '--lr-chip-pressed-bg' | '--lr-chip-pressed-border' | '--lr-chip-radius', {}>;
585
- export type LyraChipGroupVueProps = LyraVueCustomElement<LyraChipGroup, 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
586
+ export type LyraChipGroupVueProps = LyraVueCustomElement<LyraChipGroup, 'accessibleLabel' | 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
587
+ 'aria-label'?: LyraChipGroup['accessibleLabel'];
586
588
  'max-visible'?: LyraChipGroup['maxVisible'];
587
589
  }>;
588
590
  export type LyraChunkInspectorVueProps = LyraVueCustomElement<LyraChunkInspector, 'activeChunkId' | 'chunks' | 'compact' | 'label' | 'locale' | 'sort' | 'strings' | 'thresholds' | 'virtualizeAt', {}, LyraChunkInspectorEventMap, 'lr-chunk-open' | 'lr-expand', '--lr-chunk-inspector-current-bg' | '--lr-chunk-inspector-current-color', {
@@ -975,6 +977,10 @@ export type LyraFormatNumberVueProps = LyraVueCustomElement<LyraFormatNumber, 'c
975
977
  'no-grouping'?: LyraFormatNumber['noGrouping'];
976
978
  'without-grouping'?: LyraFormatNumber['withoutGrouping'];
977
979
  }>;
980
+ export type LyraFunnelVueProps = LyraVueCustomElement<LyraFunnel, 'comparison' | 'comparisonLabel' | 'dropoff' | 'label' | 'locale' | 'sharePrecision' | 'stages' | 'strings', {}, {}, never, '--lr-funnel-bar-color' | '--lr-funnel-bar-size' | '--lr-funnel-comparison-color' | '--lr-funnel-track-color', {
981
+ 'comparison-label'?: LyraFunnel['comparisonLabel'];
982
+ 'share-precision'?: LyraFunnel['sharePrecision'];
983
+ }>;
978
984
  export type LyraGaugeVueProps = LyraVueCustomElement<LyraGauge, 'label' | 'locale' | 'max' | 'min' | 'shape' | 'strings' | 'value' | 'valueText', {}, {}, never, '--lr-gauge-fill', {
979
985
  'value-text'?: LyraGauge['valueText'];
980
986
  }>;
@@ -1017,7 +1023,7 @@ export type LyraHandoffDividerVueProps = LyraVueCustomElement<LyraHandoffDivider
1017
1023
  'from-agent'?: LyraHandoffDivider['fromAgent'];
1018
1024
  'to-agent'?: LyraHandoffDivider['toAgent'];
1019
1025
  }>;
1020
- export type LyraHeatmapVueProps = LyraVueCustomElement<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1026
+ export type LyraHeatmapVueProps = LyraVueCustomElement<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'stickyLabels' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-grid-max-block-size' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-sticky-label-bg' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1021
1027
  'accessible-cells'?: LyraHeatmap['accessibleCells'];
1022
1028
  'bucket-count'?: LyraHeatmap['bucketCount'];
1023
1029
  'cell-size'?: LyraHeatmap['cellSize'];
@@ -1027,6 +1033,7 @@ export type LyraHeatmapVueProps = LyraVueCustomElement<LyraHeatmap, 'accessibleC
1027
1033
  'max-cell-size'?: LyraHeatmap['maxCellSize'];
1028
1034
  'min-cell-size'?: LyraHeatmap['minCellSize'];
1029
1035
  'row-label-width'?: LyraHeatmap['rowLabelWidth'];
1036
+ 'sticky-labels'?: LyraHeatmap['stickyLabels'];
1030
1037
  'value-label'?: LyraHeatmap['valueLabel'];
1031
1038
  }>;
1032
1039
  export type LyraHighlightLayerVueProps = LyraVueCustomElement<LyraHighlightLayer, 'activeHighlightId' | 'interactive' | 'items' | 'locale' | 'strings', {}, LyraHighlightLayerEventMap, 'lr-highlight-activate', '--lr-highlight-layer-accent-background' | '--lr-highlight-layer-accent-outline' | '--lr-highlight-layer-danger-background' | '--lr-highlight-layer-danger-outline' | '--lr-highlight-layer-flash-background' | '--lr-highlight-layer-neutral-background' | '--lr-highlight-layer-neutral-outline' | '--lr-highlight-layer-success-background' | '--lr-highlight-layer-success-outline' | '--lr-highlight-layer-warning-background' | '--lr-highlight-layer-warning-outline', {
@@ -1198,7 +1205,7 @@ export type LyraLocalePickerVueProps = LyraVueCustomElement<LyraLocalePicker, 'c
1198
1205
  'show-flags'?: LyraLocalePicker['showFlags'];
1199
1206
  'value'?: LyraLocalePicker['defaultValue'];
1200
1207
  }>;
1201
- export type LyraMapVueProps = LyraVueCustomElement<LyraMap, 'center' | 'choropleth' | 'dataLayers' | 'label' | 'legend' | 'legendGradient' | 'legendGradientHiLabel' | 'legendGradientLoLabel' | 'locale' | 'mapStyle' | 'markers' | 'maxBounds' | 'strings' | 'zoom', {}, LyraMapEventMap, 'lr-map-click' | 'lr-map-load', '--lr-map-choropleth-fill-opacity' | '--lr-map-popup-close-button-active-bg' | '--lr-map-popup-close-button-active-color' | '--lr-map-popup-close-button-hover-bg' | '--lr-map-popup-close-button-hover-color', {
1208
+ export type LyraMapVueProps = LyraVueCustomElement<LyraMap, 'center' | 'choropleth' | 'dataLayers' | 'label' | 'legend' | 'legendGradient' | 'legendGradientHiLabel' | 'legendGradientLoLabel' | 'locale' | 'mapStyle' | 'markers' | 'maxBounds' | 'renderWorldCopies' | 'strings' | 'zoom', {}, LyraMapEventMap, 'lr-map-click' | 'lr-map-load' | 'lr-map-marker-activate', '--lr-map-choropleth-fill-opacity' | '--lr-map-popup-close-button-active-bg' | '--lr-map-popup-close-button-active-color' | '--lr-map-popup-close-button-hover-bg' | '--lr-map-popup-close-button-hover-color', {
1202
1209
  'legend-gradient-hi-label'?: LyraMap['legendGradientHiLabel'];
1203
1210
  'legend-gradient-lo-label'?: LyraMap['legendGradientLoLabel'];
1204
1211
  }>;
@@ -1861,10 +1868,10 @@ export type LyraTimeRangeVueProps = LyraVueCustomElement<LyraTimeRange, 'customE
1861
1868
  'end-label'?: LyraTimeRange['endLabel'];
1862
1869
  'start-label'?: LyraTimeRange['startLabel'];
1863
1870
  }>;
1864
- export type LyraTimelineVueProps = LyraVueCustomElement<LyraTimeline, 'accessibleLabel' | 'collision' | 'locale' | 'orientation' | 'rangeEnd' | 'rangeStart' | 'scale' | 'strings', {}, {}, never, '--lr-scroll-fade-size' | '--lr-timeline-collision-offset' | '--lr-timeline-gap' | '--lr-timeline-time-extent', {
1871
+ export type LyraTimelineVueProps = LyraVueCustomElement<LyraTimeline, 'accessibleLabel' | 'collision' | 'locale' | 'orientation' | 'rangeEnd' | 'rangeStart' | 'scale' | 'strings', {}, LyraTimelineEventMap, 'lr-cluster-activate', '--lr-scroll-fade-size' | '--lr-timeline-cluster-bg' | '--lr-timeline-cluster-color' | '--lr-timeline-cluster-size' | '--lr-timeline-collision-offset' | '--lr-timeline-gap' | '--lr-timeline-time-extent', {
1865
1872
  'aria-label'?: LyraTimeline['accessibleLabel'];
1866
1873
  }>;
1867
- export type LyraTimelineItemVueProps = LyraVueCustomElement<LyraTimelineItem, 'active' | 'locale' | 'strings' | 'sync' | 'timestamp' | 'variant', {}, {}, never, '--lr-timeline-active-ring-color' | '--lr-timeline-marker-color' | '--lr-timeline-marker-size' | '--lr-timeline-rail-color' | '--lr-timeline-rail-width', {}>;
1874
+ export type LyraTimelineItemVueProps = LyraVueCustomElement<LyraTimelineItem, 'active' | 'locale' | 'strings' | 'sync' | 'timestamp' | 'variant', {}, {}, never, '--lr-timeline-active-ring-color' | '--lr-timeline-cluster-bg' | '--lr-timeline-cluster-color' | '--lr-timeline-cluster-size' | '--lr-timeline-marker-color' | '--lr-timeline-marker-size' | '--lr-timeline-rail-color' | '--lr-timeline-rail-width', {}>;
1868
1875
  export type LyraToastVueProps = LyraVueCustomElement<LyraToast, 'locale' | 'placement' | 'strings', {}, LyraToastEventMap, 'lr-toast-overflow', '--gap' | '--lr-toast-accent-color' | '--lr-toast-accent-width' | '--lr-toast-font-size' | '--lr-toast-gap' | '--lr-toast-hide-duration' | '--lr-toast-padding' | '--lr-toast-show-duration' | '--lr-toast-width' | '--width', {}>;
1869
1876
  export type LyraToastItemVueProps = LyraVueCustomElement<LyraToastItem, 'duration' | 'locale' | 'size' | 'strings' | 'variant' | 'withIcon', {}, LyraToastItemEventMap, 'lr-after-hide' | 'lr-after-show' | 'lr-hide' | 'lr-show', '--accent-width' | '--hide-duration' | '--lr-toast-accent-color' | '--lr-toast-accent-width' | '--lr-toast-close-button-active-bg' | '--lr-toast-close-button-active-color' | '--lr-toast-close-button-hover-bg' | '--lr-toast-close-button-hover-color' | '--lr-toast-font-size' | '--lr-toast-hide-duration' | '--lr-toast-item-gap' | '--lr-toast-item-radius' | '--lr-toast-padding' | '--lr-toast-show-duration' | '--padding' | '--show-duration', {
1870
1877
  'with-icon'?: LyraToastItem['withIcon'];
@@ -1978,7 +1985,7 @@ export type LyraVoicePickerVueProps = LyraVueCustomElement<LyraVoicePicker, 'all
1978
1985
  'inputmode'?: LyraVoicePicker['inputMode'];
1979
1986
  'value'?: LyraVoicePicker['defaultValue'];
1980
1987
  }>;
1981
- export type LyraWidgetVueProps = LyraVueCustomElement<LyraWidget, 'accessibleLabel' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1988
+ export type LyraWidgetVueProps = LyraVueCustomElement<LyraWidget, 'accessibleLabel' | 'activeView' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1982
1989
  'aria-label'?: LyraWidget['accessibleLabel'];
1983
1990
  'backdrop-inset'?: LyraWidget['backdropInset'];
1984
1991
  'fullscreen-inset'?: LyraWidget['fullscreenInset'];
@@ -2117,6 +2124,7 @@ export interface LyraVueGlobalComponents {
2117
2124
  'lr-format-bytes': LyraFormatBytesVueProps;
2118
2125
  'lr-format-date': LyraFormatDateVueProps;
2119
2126
  'lr-format-number': LyraFormatNumberVueProps;
2127
+ 'lr-funnel': LyraFunnelVueProps;
2120
2128
  'lr-gauge': LyraGaugeVueProps;
2121
2129
  'lr-generation-metrics': LyraGenerationMetricsVueProps;
2122
2130
  'lr-geojson-view': LyraGeojsonViewVueProps;
@@ -6,7 +6,8 @@
6
6
  - **Class** `LyraAppRailItem`, also available unregistered from `@aceshooting/lyra-ui/components/layout/app-rail/app-rail-item.class.js`
7
7
  - **Family** `components/layout/` — see `llms/index.md` for its siblings
8
8
  - **Status** `stable` since `4.0.0` — see the maturity and deprecation policy in `llms/shared.md`
9
- - **Deprecations** none
9
+ - **Deprecated attribute** `active` since `11.2.0`; use attribute `current`; removal not before `13.0.0` — The attribute half of the restored `active` property alias. `active` was this member's original public name in both forms; the rename to `current` was never announced, so markup that already wrote `<lr-app-rail-item active>` stopped marking the item current with no error. Shares the property record's compatibility window because it is the same correction.
10
+ - **Deprecated property** `active` since `11.2.0`; use property `current`; removal not before `13.0.0` — `active` was this property's original public name and was documented as such when it shipped. It was renamed to `current` with no changelog entry, no alias and no deprecation record, so every shipped consumer's `.active=` binding silently became a dead expando -- a Lit property binding on a custom element is untyped, so nothing in a consumer's type check, test suite or build could see it. The measured downstream effect was an app rail with no current-item indicator and a permanent aria-current="false". Restoring the name is a correction, not a new API, so the compatibility window runs long: this alias is what shipped consumers already wrote.
10
11
  - **Optional peers** none
11
12
  - **Themeable via** 4 parts, 6 custom properties — see this component's own `@csspart`/`@cssprop` list below
12
13
  - **Documented with** `lr-app-rail` (same section below)
@@ -253,6 +254,12 @@ removing the label from the accessibility tree.
253
254
  reflects `aria-current="page"` on `[part='base']` and drives the current visual treatment. The rail
254
255
  has no built-in routing, so the consumer sets this per item (e.g. by comparing `href` against the
255
256
  current location).
257
+ - `active: boolean = false` — **deprecated alias for `current`**, read alongside it: the item is
258
+ current when either is true. `active` was this member's original public name, in both property and
259
+ attribute form; it was renamed to `current` without an alias, so shipped consumers writing
260
+ `.active=${…}` or `<lr-app-rail-item active>` silently lost their current-item indicator and kept a
261
+ permanent `aria-current="false"`. A Lit property binding on a custom element is untyped, so nothing
262
+ in a consumer's type check or test suite could catch it. Prefer `current` in new code.
256
263
  - `tooltip: boolean = false` (reflected) — opt-in hover/focus flyout (`[part='tooltip']`) showing
257
264
  this item's label text while the rail's `icon-only` mode (set externally by the parent
258
265
  `<lr-app-rail>` as the viewport narrows) hides it from view. No effect outside icon-only mode,
@@ -253,6 +253,12 @@ removing the label from the accessibility tree.
253
253
  reflects `aria-current="page"` on `[part='base']` and drives the current visual treatment. The rail
254
254
  has no built-in routing, so the consumer sets this per item (e.g. by comparing `href` against the
255
255
  current location).
256
+ - `active: boolean = false` — **deprecated alias for `current`**, read alongside it: the item is
257
+ current when either is true. `active` was this member's original public name, in both property and
258
+ attribute form; it was renamed to `current` without an alias, so shipped consumers writing
259
+ `.active=${…}` or `<lr-app-rail-item active>` silently lost their current-item indicator and kept a
260
+ permanent `aria-current="false"`. A Lit property binding on a custom element is untyped, so nothing
261
+ in a consumer's type check or test suite could catch it. Prefer `current` in new code.
256
262
  - `tooltip: boolean = false` (reflected) — opt-in hover/focus flyout (`[part='tooltip']`) showing
257
263
  this item's label text while the rail's `icon-only` mode (set externally by the parent
258
264
  `<lr-app-rail>` as the viewport narrows) hides it from view. No effect outside icon-only mode,
@@ -180,6 +180,13 @@ no `.items` array prop).
180
180
 
181
181
  **Properties:**
182
182
 
183
+ - `accessibleLabel: string = ''` (attribute `aria-label`) — accessible name for the group,
184
+ forwarded to `[part='base']`, which carries `role='group'` whenever a name is supplied. Supply
185
+ one for any chip row that means something as a set (a filter row, a tag list); without it the
186
+ container stays roleless, because an unnamed group role adds verbosity without information.
187
+ A host `aria-label` does **not** reach a shadow root on its own — this property is what makes it
188
+ reach `[part='base']`, the element that owns the role. Mirrors how `lr-radio-group` and
189
+ `lr-segmented` name their own `radiogroup`.
183
190
  - `maxVisible?: number` (attribute `max-visible`) — maximum number of assigned children shown before
184
191
  the rest collapse behind a "+N" indicator; flattened slot-forwarded children count the same as
185
192
  direct children. Author-hidden or inert children do not consume capacity or inflate the hidden
@@ -180,6 +180,13 @@ no `.items` array prop).
180
180
 
181
181
  **Properties:**
182
182
 
183
+ - `accessibleLabel: string = ''` (attribute `aria-label`) — accessible name for the group,
184
+ forwarded to `[part='base']`, which carries `role='group'` whenever a name is supplied. Supply
185
+ one for any chip row that means something as a set (a filter row, a tag list); without it the
186
+ container stays roleless, because an unnamed group role adds verbosity without information.
187
+ A host `aria-label` does **not** reach a shadow root on its own — this property is what makes it
188
+ reach `[part='base']`, the element that owns the role. Mirrors how `lr-radio-group` and
189
+ `lr-segmented` name their own `radiogroup`.
183
190
  - `maxVisible?: number` (attribute `max-visible`) — maximum number of assigned children shown before
184
191
  the rest collapse behind a "+N" indicator; flattened slot-forwarded children count the same as
185
192
  direct children. Author-hidden or inert children do not consume capacity or inflate the hidden
@@ -20,6 +20,48 @@ Filterable single/multi-select combining a text input with a listbox. Mirrors th
20
20
  `<wa-combobox>` API under the `lr-` prefix. **Form-associated** (hand-rolled internals, not the
21
21
  shared `FormAssociated` mixin — see gotchas).
22
22
 
23
+ **First-interaction registration.** Where initial-route weight is stricter than a static combobox
24
+ registration allows, keep a labelled native `<input list>` as the working pre-JavaScript control
25
+ and import only the granular combobox registration on its first focus. Copy the native value after
26
+ the import resolves so typing that happens while the chunk is in flight is not lost, then transfer
27
+ focus explicitly — the browser does not replay the focus event after custom-element upgrade:
28
+
29
+ ```html
30
+ <div id="country-fallback">
31
+ <label for="country-native">Country</label>
32
+ <input id="country-native" name="country" list="country-options">
33
+ <datalist id="country-options"><option value="France"></option></datalist>
34
+ </div>
35
+ <lr-combobox id="country-enhanced" name="country" label="Country" hidden>
36
+ <lr-option value="France">France</lr-option>
37
+ </lr-combobox>
38
+ <script type="module">
39
+ const fallback = document.querySelector("#country-fallback");
40
+ const input = document.querySelector("#country-native");
41
+ const combobox = document.querySelector("#country-enhanced");
42
+ let registration;
43
+ input.addEventListener("focus", async () => {
44
+ if (!combobox.hidden) return;
45
+ registration ??= import(
46
+ "@aceshooting/lyra-ui/components/forms/combobox/combobox.js"
47
+ ).catch((error) => {
48
+ registration = undefined; // let a later interaction retry
49
+ throw error;
50
+ });
51
+ await registration;
52
+ await customElements.whenDefined("lr-combobox");
53
+ combobox.value = input.value;
54
+ fallback.hidden = true;
55
+ combobox.hidden = false;
56
+ combobox.focus();
57
+ });
58
+ </script>
59
+ ```
60
+
61
+ Leave the native control in place if registration fails. This pattern preserves the initial shell;
62
+ the full form-label, option, overlay, and first-open positioning contracts arrive in deferred
63
+ chunks instead of being weakened in a separate partial combobox implementation.
64
+
23
65
  An `lr-option` row remains bounded by its owning listbox: the default label ellipsizes and each
24
66
  `start`/`end` (or `prefix`/`suffix`) adornment is capped at 40% of the row. Unbroken metadata
25
67
  therefore cannot widen a 320px LTR or RTL picker.
@@ -133,9 +133,21 @@ default). An inherited or direct public value remains authoritative in every tie
133
133
  Text field + calendar popover, **form-associated** via the shared `FormAssociated` mixin (`name`,
134
134
  `value`, `disabled`, `required` all inherited).
135
135
 
136
- **Properties (42):**
136
+ **Properties (44):**
137
137
 
138
138
  - `appearance: 'filled'|'outlined'|'filled-outlined' = 'outlined'` (reflected)
139
+ - `appliedPreset: LyraDateRangePreset | undefined` (read-only, new in 11.3.0) — the `presets` entry
140
+ whose button produced the current `value`, or `undefined` when the value was picked on the
141
+ calendar, typed into the field, cleared, or reset. Read it inside your own `change`/`input`
142
+ handler; it is updated before those events are relayed, so a handler observes the preset that
143
+ caused the very commit it is handling, and it is `undefined` while the popover has never been
144
+ opened. Mirrors the nested `lr-date-picker`'s identically-named property across this component's
145
+ shadow boundary, which is where the readback is actually needed: the compact
146
+ text-field-plus-popover shape is the one a dashboard filter uses, the nested picker instance is
147
+ unreachable from outside (a CSS part cannot yield it), and the fact is not recoverable from
148
+ `value` — re-deriving it by string-matching is the mapping table `presets` exists to delete and is
149
+ ambiguous anyway. A property rather than an event detail because `input`/`change` here are
150
+ **native** events that cannot carry one
139
151
  - `assumeInteractionOn: string[] = ['input']` (JS only)
140
152
  - `autocomplete: string = ''`
141
153
  - `dayContent?: LyraDatePickerDayContent` (JS only)
@@ -160,6 +172,12 @@ Text field + calendar popover, **form-associated** via the shared `FormAssociate
160
172
  - `pill: boolean = false` (reflected)
161
173
  - `placement: LyraDateInputPlacement = 'bottom-start'` (reflected; all 12 side/alignment
162
174
  placements are accepted)
175
+ - `presets: LyraDateRangePreset[] = []` (JS only, new in 11.1.0) — forwarded verbatim to the nested
176
+ `lr-date-picker`, whose own `presets` documents the semantics (range mode only, open bounds
177
+ resolving to `min`/`max`, unset renders nothing). Forwarded rather than reimplemented because the
178
+ picker lives in this component's shadow root, so a consumer has no route to it. The row's parts
179
+ are re-exported as `presets`/`preset-button`, and `appliedPreset` above reports which entry
180
+ produced the current value
163
181
  - `readonly: boolean = false` and `required: boolean = false` (reflected)
164
182
  - `size: LyraSize = 'm'` (reflected; `2xs`–`xl` and aliases)
165
183
  - `today: string = ''` (reflected ISO override)