@uipath/apollo-react 4.1.2 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.cjs +49 -7
  2. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.d.ts.map +1 -1
  3. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.js +49 -7
  4. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.cjs +5 -3
  5. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.d.ts.map +1 -1
  6. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.js +3 -1
  7. package/dist/canvas/icons/CasePlanIcon.cjs +60 -0
  8. package/dist/canvas/icons/CasePlanIcon.d.ts +5 -0
  9. package/dist/canvas/icons/CasePlanIcon.d.ts.map +1 -0
  10. package/dist/canvas/icons/CasePlanIcon.js +26 -0
  11. package/dist/canvas/icons/index.cjs +6 -2
  12. package/dist/canvas/icons/index.d.ts +1 -0
  13. package/dist/canvas/icons/index.d.ts.map +1 -1
  14. package/dist/canvas/icons/index.js +2 -1
  15. package/dist/canvas/locales/de.cjs +36 -0
  16. package/dist/canvas/locales/de.d.ts +3 -0
  17. package/dist/canvas/locales/de.d.ts.map +1 -0
  18. package/dist/canvas/locales/de.js +2 -0
  19. package/dist/canvas/locales/en.cjs +36 -0
  20. package/dist/canvas/locales/en.d.ts +3 -0
  21. package/dist/canvas/locales/en.d.ts.map +1 -0
  22. package/dist/canvas/locales/en.js +2 -0
  23. package/dist/canvas/locales/es-MX.cjs +36 -0
  24. package/dist/canvas/locales/es-MX.d.ts +3 -0
  25. package/dist/canvas/locales/es-MX.d.ts.map +1 -0
  26. package/dist/canvas/locales/es-MX.js +2 -0
  27. package/dist/canvas/locales/es.cjs +36 -0
  28. package/dist/canvas/locales/es.d.ts +3 -0
  29. package/dist/canvas/locales/es.d.ts.map +1 -0
  30. package/dist/canvas/locales/es.js +2 -0
  31. package/dist/canvas/locales/fr.cjs +36 -0
  32. package/dist/canvas/locales/fr.d.ts +3 -0
  33. package/dist/canvas/locales/fr.d.ts.map +1 -0
  34. package/dist/canvas/locales/fr.js +2 -0
  35. package/dist/canvas/locales/ja.cjs +36 -0
  36. package/dist/canvas/locales/ja.d.ts +3 -0
  37. package/dist/canvas/locales/ja.d.ts.map +1 -0
  38. package/dist/canvas/locales/ja.js +2 -0
  39. package/dist/canvas/locales/ko.cjs +36 -0
  40. package/dist/canvas/locales/ko.d.ts +3 -0
  41. package/dist/canvas/locales/ko.d.ts.map +1 -0
  42. package/dist/canvas/locales/ko.js +2 -0
  43. package/dist/canvas/locales/pt-BR.cjs +36 -0
  44. package/dist/canvas/locales/pt-BR.d.ts +3 -0
  45. package/dist/canvas/locales/pt-BR.d.ts.map +1 -0
  46. package/dist/canvas/locales/pt-BR.js +2 -0
  47. package/dist/canvas/locales/pt.cjs +36 -0
  48. package/dist/canvas/locales/pt.d.ts +3 -0
  49. package/dist/canvas/locales/pt.d.ts.map +1 -0
  50. package/dist/canvas/locales/pt.js +2 -0
  51. package/dist/canvas/locales/ru.cjs +36 -0
  52. package/dist/canvas/locales/ru.d.ts +3 -0
  53. package/dist/canvas/locales/ru.d.ts.map +1 -0
  54. package/dist/canvas/locales/ru.js +2 -0
  55. package/dist/canvas/locales/tr.cjs +36 -0
  56. package/dist/canvas/locales/tr.d.ts +3 -0
  57. package/dist/canvas/locales/tr.d.ts.map +1 -0
  58. package/dist/canvas/locales/tr.js +2 -0
  59. package/dist/canvas/locales/zh-CN.cjs +36 -0
  60. package/dist/canvas/locales/zh-CN.d.ts +3 -0
  61. package/dist/canvas/locales/zh-CN.d.ts.map +1 -0
  62. package/dist/canvas/locales/zh-CN.js +2 -0
  63. package/dist/canvas/locales/zh-TW.cjs +36 -0
  64. package/dist/canvas/locales/zh-TW.d.ts +3 -0
  65. package/dist/canvas/locales/zh-TW.d.ts.map +1 -0
  66. package/dist/canvas/locales/zh-TW.js +2 -0
  67. package/dist/i18n/locale-registry.cjs +67 -79
  68. package/dist/i18n/locale-registry.d.ts +3 -4
  69. package/dist/i18n/locale-registry.d.ts.map +1 -1
  70. package/dist/i18n/locale-registry.js +80 -57
  71. package/dist/material/components/ap-chat/locales/de.cjs +36 -1
  72. package/dist/material/components/ap-chat/locales/de.d.ts +3 -0
  73. package/dist/material/components/ap-chat/locales/de.d.ts.map +1 -0
  74. package/dist/material/components/ap-chat/locales/de.js +2 -1
  75. package/dist/material/components/ap-chat/locales/en.cjs +36 -1
  76. package/dist/material/components/ap-chat/locales/en.d.ts +3 -0
  77. package/dist/material/components/ap-chat/locales/en.d.ts.map +1 -0
  78. package/dist/material/components/ap-chat/locales/en.js +2 -1
  79. package/dist/material/components/ap-chat/locales/es-MX.cjs +36 -1
  80. package/dist/material/components/ap-chat/locales/es-MX.d.ts +3 -0
  81. package/dist/material/components/ap-chat/locales/es-MX.d.ts.map +1 -0
  82. package/dist/material/components/ap-chat/locales/es-MX.js +2 -1
  83. package/dist/material/components/ap-chat/locales/es.cjs +36 -1
  84. package/dist/material/components/ap-chat/locales/es.d.ts +3 -0
  85. package/dist/material/components/ap-chat/locales/es.d.ts.map +1 -0
  86. package/dist/material/components/ap-chat/locales/es.js +2 -1
  87. package/dist/material/components/ap-chat/locales/fr.cjs +36 -1
  88. package/dist/material/components/ap-chat/locales/fr.d.ts +3 -0
  89. package/dist/material/components/ap-chat/locales/fr.d.ts.map +1 -0
  90. package/dist/material/components/ap-chat/locales/fr.js +2 -1
  91. package/dist/material/components/ap-chat/locales/ja.cjs +36 -1
  92. package/dist/material/components/ap-chat/locales/ja.d.ts +3 -0
  93. package/dist/material/components/ap-chat/locales/ja.d.ts.map +1 -0
  94. package/dist/material/components/ap-chat/locales/ja.js +2 -1
  95. package/dist/material/components/ap-chat/locales/ko.cjs +36 -1
  96. package/dist/material/components/ap-chat/locales/ko.d.ts +3 -0
  97. package/dist/material/components/ap-chat/locales/ko.d.ts.map +1 -0
  98. package/dist/material/components/ap-chat/locales/ko.js +2 -1
  99. package/dist/material/components/ap-chat/locales/pt-BR.cjs +36 -1
  100. package/dist/material/components/ap-chat/locales/pt-BR.d.ts +3 -0
  101. package/dist/material/components/ap-chat/locales/pt-BR.d.ts.map +1 -0
  102. package/dist/material/components/ap-chat/locales/pt-BR.js +2 -1
  103. package/dist/material/components/ap-chat/locales/pt.cjs +36 -1
  104. package/dist/material/components/ap-chat/locales/pt.d.ts +3 -0
  105. package/dist/material/components/ap-chat/locales/pt.d.ts.map +1 -0
  106. package/dist/material/components/ap-chat/locales/pt.js +2 -1
  107. package/dist/material/components/ap-chat/locales/ru.cjs +36 -1
  108. package/dist/material/components/ap-chat/locales/ru.d.ts +3 -0
  109. package/dist/material/components/ap-chat/locales/ru.d.ts.map +1 -0
  110. package/dist/material/components/ap-chat/locales/ru.js +2 -1
  111. package/dist/material/components/ap-chat/locales/tr.cjs +36 -1
  112. package/dist/material/components/ap-chat/locales/tr.d.ts +3 -0
  113. package/dist/material/components/ap-chat/locales/tr.d.ts.map +1 -0
  114. package/dist/material/components/ap-chat/locales/tr.js +2 -1
  115. package/dist/material/components/ap-chat/locales/zh-CN.cjs +36 -1
  116. package/dist/material/components/ap-chat/locales/zh-CN.d.ts +3 -0
  117. package/dist/material/components/ap-chat/locales/zh-CN.d.ts.map +1 -0
  118. package/dist/material/components/ap-chat/locales/zh-CN.js +2 -1
  119. package/dist/material/components/ap-chat/locales/zh-TW.cjs +36 -1
  120. package/dist/material/components/ap-chat/locales/zh-TW.d.ts +3 -0
  121. package/dist/material/components/ap-chat/locales/zh-TW.d.ts.map +1 -0
  122. package/dist/material/components/ap-chat/locales/zh-TW.js +2 -1
  123. package/dist/material/components/ap-tool-call/locales/de.cjs +36 -1
  124. package/dist/material/components/ap-tool-call/locales/de.d.ts +3 -0
  125. package/dist/material/components/ap-tool-call/locales/de.d.ts.map +1 -0
  126. package/dist/material/components/ap-tool-call/locales/de.js +2 -1
  127. package/dist/material/components/ap-tool-call/locales/en.cjs +36 -1
  128. package/dist/material/components/ap-tool-call/locales/en.d.ts +3 -0
  129. package/dist/material/components/ap-tool-call/locales/en.d.ts.map +1 -0
  130. package/dist/material/components/ap-tool-call/locales/en.js +2 -1
  131. package/dist/material/components/ap-tool-call/locales/es-MX.cjs +36 -1
  132. package/dist/material/components/ap-tool-call/locales/es-MX.d.ts +3 -0
  133. package/dist/material/components/ap-tool-call/locales/es-MX.d.ts.map +1 -0
  134. package/dist/material/components/ap-tool-call/locales/es-MX.js +2 -1
  135. package/dist/material/components/ap-tool-call/locales/es.cjs +36 -1
  136. package/dist/material/components/ap-tool-call/locales/es.d.ts +3 -0
  137. package/dist/material/components/ap-tool-call/locales/es.d.ts.map +1 -0
  138. package/dist/material/components/ap-tool-call/locales/es.js +2 -1
  139. package/dist/material/components/ap-tool-call/locales/fr.cjs +36 -1
  140. package/dist/material/components/ap-tool-call/locales/fr.d.ts +3 -0
  141. package/dist/material/components/ap-tool-call/locales/fr.d.ts.map +1 -0
  142. package/dist/material/components/ap-tool-call/locales/fr.js +2 -1
  143. package/dist/material/components/ap-tool-call/locales/ja.cjs +36 -1
  144. package/dist/material/components/ap-tool-call/locales/ja.d.ts +3 -0
  145. package/dist/material/components/ap-tool-call/locales/ja.d.ts.map +1 -0
  146. package/dist/material/components/ap-tool-call/locales/ja.js +2 -1
  147. package/dist/material/components/ap-tool-call/locales/ko.cjs +36 -1
  148. package/dist/material/components/ap-tool-call/locales/ko.d.ts +3 -0
  149. package/dist/material/components/ap-tool-call/locales/ko.d.ts.map +1 -0
  150. package/dist/material/components/ap-tool-call/locales/ko.js +2 -1
  151. package/dist/material/components/ap-tool-call/locales/pt-BR.cjs +36 -1
  152. package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts +3 -0
  153. package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts.map +1 -0
  154. package/dist/material/components/ap-tool-call/locales/pt-BR.js +2 -1
  155. package/dist/material/components/ap-tool-call/locales/pt.cjs +36 -1
  156. package/dist/material/components/ap-tool-call/locales/pt.d.ts +3 -0
  157. package/dist/material/components/ap-tool-call/locales/pt.d.ts.map +1 -0
  158. package/dist/material/components/ap-tool-call/locales/pt.js +2 -1
  159. package/dist/material/components/ap-tool-call/locales/ru.cjs +36 -1
  160. package/dist/material/components/ap-tool-call/locales/ru.d.ts +3 -0
  161. package/dist/material/components/ap-tool-call/locales/ru.d.ts.map +1 -0
  162. package/dist/material/components/ap-tool-call/locales/ru.js +2 -1
  163. package/dist/material/components/ap-tool-call/locales/tr.cjs +36 -1
  164. package/dist/material/components/ap-tool-call/locales/tr.d.ts +3 -0
  165. package/dist/material/components/ap-tool-call/locales/tr.d.ts.map +1 -0
  166. package/dist/material/components/ap-tool-call/locales/tr.js +2 -1
  167. package/dist/material/components/ap-tool-call/locales/zh-CN.cjs +36 -1
  168. package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts +3 -0
  169. package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts.map +1 -0
  170. package/dist/material/components/ap-tool-call/locales/zh-CN.js +2 -1
  171. package/dist/material/components/ap-tool-call/locales/zh-TW.cjs +36 -1
  172. package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts +3 -0
  173. package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts.map +1 -0
  174. package/dist/material/components/ap-tool-call/locales/zh-TW.js +2 -1
  175. package/package.json +3 -3
  176. package/dist/material/components/ap-chat/locales/de.json +0 -81
  177. package/dist/material/components/ap-chat/locales/en.json +0 -81
  178. package/dist/material/components/ap-chat/locales/es-MX.json +0 -81
  179. package/dist/material/components/ap-chat/locales/es.json +0 -81
  180. package/dist/material/components/ap-chat/locales/fr.json +0 -81
  181. package/dist/material/components/ap-chat/locales/ja.json +0 -81
  182. package/dist/material/components/ap-chat/locales/ko.json +0 -81
  183. package/dist/material/components/ap-chat/locales/pt-BR.json +0 -81
  184. package/dist/material/components/ap-chat/locales/pt.json +0 -81
  185. package/dist/material/components/ap-chat/locales/ro.json +0 -81
  186. package/dist/material/components/ap-chat/locales/ru.json +0 -69
  187. package/dist/material/components/ap-chat/locales/tr.json +0 -81
  188. package/dist/material/components/ap-chat/locales/zh-CN.json +0 -81
  189. package/dist/material/components/ap-chat/locales/zh-TW.json +0 -81
  190. package/dist/material/components/ap-tool-call/locales/de.json +0 -9
  191. package/dist/material/components/ap-tool-call/locales/en.json +0 -9
  192. package/dist/material/components/ap-tool-call/locales/es-MX.json +0 -9
  193. package/dist/material/components/ap-tool-call/locales/es.json +0 -9
  194. package/dist/material/components/ap-tool-call/locales/fr.json +0 -9
  195. package/dist/material/components/ap-tool-call/locales/ja.json +0 -9
  196. package/dist/material/components/ap-tool-call/locales/ko.json +0 -9
  197. package/dist/material/components/ap-tool-call/locales/pt-BR.json +0 -9
  198. package/dist/material/components/ap-tool-call/locales/pt.json +0 -9
  199. package/dist/material/components/ap-tool-call/locales/ro.json +0 -9
  200. package/dist/material/components/ap-tool-call/locales/ru.json +0 -9
  201. package/dist/material/components/ap-tool-call/locales/tr.json +0 -9
  202. package/dist/material/components/ap-tool-call/locales/zh-CN.json +0 -9
  203. package/dist/material/components/ap-tool-call/locales/zh-TW.json +0 -9
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Kaldır\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Kaldır: \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Mod seçici\"],\"autopilot-chat.common.model-selector\":[\"Model seçici\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"İzin verilen dosya türleri: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"İzin verilen en fazla dosya sayısı: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Maksimum dosya boyutu: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Dosyalarınızı isteminize eklemek için buraya bırakın\"],\"autopilot-chat.error.file-invalid-type\":[\"Desteklenmeyen dosya: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Dosya çok büyük: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"İleti başına sadece bir dosya eklenebilir\"],\"autopilot-chat.error.too-many-files\":[\"Çok fazla dosya var. ileti başına \",[\"maxCount\"],\" dosyaya izin verilir\"],\"autopilot-chat.header.actions.close\":[\"Sohbeti Kapat\"],\"autopilot-chat.header.actions.collapse\":[\"Daralt\"],\"autopilot-chat.header.actions.custom-actions\":[\"Daha fazla işlem\"],\"autopilot-chat.header.actions.expand\":[\"Genişlet\"],\"autopilot-chat.header.actions.history\":[\"Sohbet Geçmişi\"],\"autopilot-chat.header.actions.new-chat\":[\"Yeni Sohbet\"],\"autopilot-chat.header.actions.settings\":[\"Ayarlar\"],\"autopilot-chat.header.preview\":[\"Önizleme\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Sil\"],\"autopilot-chat.history.empty\":[\"Henüz hiç görüşme yok.\"],\"autopilot-chat.history.group.last-30-days\":[\"Önceki 30 gün\"],\"autopilot-chat.history.group.last-week\":[\"Geçen hafta\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" ay önce\"],\"autopilot-chat.history.group.today\":[\"Bugün\"],\"autopilot-chat.history.group.yesterday\":[\"Dün\"],\"autopilot-chat.history.no-results\":[\"Hiçbir sonuç bulunamadı.\"],\"autopilot-chat.history.search-placeholder\":[\"Ara\"],\"autopilot-chat.input.actions.attach-file\":[\"Dosya ekle\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"İzin verilen dosya türleri: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"İzin verilen en fazla dosya sayısı: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Maksimum dosya boyutu: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Dosya çok büyük: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"Gönder\"],\"autopilot-chat.input.actions.stop\":[\"Durdur\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Temsilci modu seçimi\"],\"autopilot-chat.input.footer\":[\"Autopilot hata yapabilir. Lütfen yanıtları tekrar kontrol edin.\"],\"autopilot-chat.input.model-selection-label\":[\"Model seçimi\"],\"autopilot-chat.input.placeholder\":[\"Ne yapmak istiyorsunuz?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Kaldır\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Kaldır: \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"İyileştirme gerekiyor\"],\"autopilot-chat.message.actions.copy\":[\"Kopyala\"],\"autopilot-chat.message.actions.good\":[\"Çok beğendim\"],\"autopilot-chat.message.actions.label\":[\"İleti eylemleri\"],\"autopilot-chat.message.actions.more\":[\"Daha fazla işlem\"],\"autopilot-chat.message.citation-aria-label\":[\"Alıntı \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Sohbeti Kapat\"],\"autopilot-chat.message.code-block-code\":[\"Kod\"],\"autopilot-chat.message.code-block-copy\":[\"Kopyala\"],\"autopilot-chat.message.code-block-language\":[\"Metin\"],\"autopilot-chat.message.code-block-preview\":[\"Önizleme\"],\"autopilot-chat.message.expand\":[\"Genişlet\"],\"autopilot-chat.message.footnote-label\":[\"Kaynaklar\"],\"autopilot-chat.message.generating-response\":[\"Oluşturuluyor...\"],\"autopilot-chat.message.page-number\":[\"Sayfa \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Aşağı kaydır\"],\"autopilot-chat.message.show-less\":[\"Daha az göster\"],\"autopilot-chat.message.show-more\":[\"Daha Fazla Göster\"],\"autopilot-chat.message.sources\":[\"Kaynaklar\"],\"autopilot-chat.message.suggestions-title\":[\"Öneriler\"],\"autopilot-chat.resource-picker.back\":[\"Geri git\"],\"autopilot-chat.resource-picker.empty\":[\"Kullanılabilir kaynak yok\"],\"autopilot-chat.resource-picker.error\":[\"Şablonlar yüklenemedi\"],\"autopilot-chat.resource-picker.label\":[\"Kaynak seçici\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Profil yüklenemedi\"],\"autopilot-chat.resource-picker.no-results\":[\"Eşleşen kaynak yok\"],\"autopilot-chat.resource-picker.retry\":[\"Yeniden dene\"],\"autopilot-chat.resource-picker.search-error\":[\"Arama başarısız oldu\"],\"autopilot-chat.resource-trigger.label\":[\"Kaynak başvurusu ekle\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Kaynak Ekle\"],\"autopilot-chat.settings.heading-description\":[\"başlık düzeyi 2\"],\"autopilot-chat.settings.hide\":[\"Ayarları gizle\"],\"autopilot-chat.settings.title\":[\"Sohbet Ayarları\"],\"autopilot-chat.tree.no-description\":[\"Açıklama yok\"],\"autopilot-chat.tree.no-items\":[\"Öğe yok\"],\"autopilot-chat.tree.unknown\":[\"Bilinmiyor\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Kaldır"],"autopilot-chat.common.attachments.remove-file-name":["Kaldır: ",["name"]],"autopilot-chat.common.mode-selector":["Mod se\xe7ici"],"autopilot-chat.common.model-selector":["Model se\xe7ici"],"autopilot-chat.dropzone.allowed-file-types":["İzin verilen dosya t\xfcrleri: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["İzin verilen en fazla dosya sayısı: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maksimum dosya boyutu: ",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["Dosyalarınızı isteminize eklemek i\xe7in buraya bırakın"],"autopilot-chat.error.file-invalid-type":["Desteklenmeyen dosya: ",["fileName"]],"autopilot-chat.error.file-too-large":["Dosya \xe7ok b\xfcy\xfck: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["İleti başına sadece bir dosya eklenebilir"],"autopilot-chat.error.too-many-files":["\xc7ok fazla dosya var. ileti başına ",["maxCount"]," dosyaya izin verilir"],"autopilot-chat.header.actions.close":["Sohbeti Kapat"],"autopilot-chat.header.actions.collapse":["Daralt"],"autopilot-chat.header.actions.custom-actions":["Daha fazla işlem"],"autopilot-chat.header.actions.expand":["Genişlet"],"autopilot-chat.header.actions.history":["Sohbet Ge\xe7mişi"],"autopilot-chat.header.actions.new-chat":["Yeni Sohbet"],"autopilot-chat.header.actions.settings":["Ayarlar"],"autopilot-chat.header.preview":["\xd6nizleme"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Sil"],"autopilot-chat.history.empty":["Hen\xfcz hi\xe7 g\xf6r\xfcşme yok."],"autopilot-chat.history.group.last-30-days":["\xd6nceki 30 g\xfcn"],"autopilot-chat.history.group.last-week":["Ge\xe7en hafta"],"autopilot-chat.history.group.months-ago":[["count"]," ay \xf6nce"],"autopilot-chat.history.group.today":["Bug\xfcn"],"autopilot-chat.history.group.yesterday":["D\xfcn"],"autopilot-chat.history.no-results":["Hi\xe7bir sonu\xe7 bulunamadı."],"autopilot-chat.history.search-placeholder":["Ara"],"autopilot-chat.input.actions.attach-file":["Dosya ekle"],"autopilot-chat.input.actions.attachments.allowed-types":["İzin verilen dosya t\xfcrleri: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["İzin verilen en fazla dosya sayısı: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maksimum dosya boyutu: ",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["Dosya \xe7ok b\xfcy\xfck: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["G\xf6nder"],"autopilot-chat.input.actions.stop":["Durdur"],"autopilot-chat.input.agent-mode-selection-label":["Temsilci modu se\xe7imi"],"autopilot-chat.input.footer":["Autopilot hata yapabilir. L\xfctfen yanıtları tekrar kontrol edin."],"autopilot-chat.input.model-selection-label":["Model se\xe7imi"],"autopilot-chat.input.placeholder":["Ne yapmak istiyorsunuz?"],"autopilot-chat.input.resource-chip.remove":["Kaldır"],"autopilot-chat.input.resource-chip.remove-name":["Kaldır: ",["label"]],"autopilot-chat.message.actions.bad":["İyileştirme gerekiyor"],"autopilot-chat.message.actions.copy":["Kopyala"],"autopilot-chat.message.actions.good":["\xc7ok beğendim"],"autopilot-chat.message.actions.label":["İleti eylemleri"],"autopilot-chat.message.actions.more":["Daha fazla işlem"],"autopilot-chat.message.citation-aria-label":["Alıntı ",["id"],": ",["title"]],"autopilot-chat.message.close":["Sohbeti Kapat"],"autopilot-chat.message.code-block-code":["Kod"],"autopilot-chat.message.code-block-copy":["Kopyala"],"autopilot-chat.message.code-block-language":["Metin"],"autopilot-chat.message.code-block-preview":["\xd6nizleme"],"autopilot-chat.message.expand":["Genişlet"],"autopilot-chat.message.footnote-label":["Kaynaklar"],"autopilot-chat.message.generating-response":["Oluşturuluyor..."],"autopilot-chat.message.page-number":["Sayfa ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Aşağı kaydır"],"autopilot-chat.message.show-less":["Daha az g\xf6ster"],"autopilot-chat.message.show-more":["Daha Fazla G\xf6ster"],"autopilot-chat.message.sources":["Kaynaklar"],"autopilot-chat.message.suggestions-title":["\xd6neriler"],"autopilot-chat.resource-picker.back":["Geri git"],"autopilot-chat.resource-picker.empty":["Kullanılabilir kaynak yok"],"autopilot-chat.resource-picker.error":["Şablonlar y\xfcklenemedi"],"autopilot-chat.resource-picker.label":["Kaynak se\xe7ici"],"autopilot-chat.resource-picker.load-more-error":["Profil y\xfcklenemedi"],"autopilot-chat.resource-picker.no-results":["Eşleşen kaynak yok"],"autopilot-chat.resource-picker.retry":["Yeniden dene"],"autopilot-chat.resource-picker.search-error":["Arama başarısız oldu"],"autopilot-chat.resource-trigger.label":["Kaynak başvurusu ekle"],"autopilot-chat.resource-trigger.tooltip":["Kaynak Ekle"],"autopilot-chat.settings.heading-description":["başlık d\xfczeyi 2"],"autopilot-chat.settings.hide":["Ayarları gizle"],"autopilot-chat.settings.title":["Sohbet Ayarları"],"autopilot-chat.tree.no-description":["A\xe7ıklama yok"],"autopilot-chat.tree.no-items":["\xd6ğe yok"],"autopilot-chat.tree.unknown":["Bilinmiyor"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"删除\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"删除 \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"模式选取器\"],\"autopilot-chat.common.model-selector\":[\"模型选取器\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"允许的文件类型:\",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"允许的最大文件数量:\",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"文件大小上限:\",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"将文件拖放到此处,以将其添加到提示中\"],\"autopilot-chat.error.file-invalid-type\":[\"不支持的文件:\",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"文件过大:\",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"每条消息仅可附加一个文件\"],\"autopilot-chat.error.too-many-files\":[\"文件过多。每条消息支持 \",[\"maxCount\"],\" 个文件\"],\"autopilot-chat.header.actions.close\":[\"关闭聊天\"],\"autopilot-chat.header.actions.collapse\":[\"折叠\"],\"autopilot-chat.header.actions.custom-actions\":[\"更多操作\"],\"autopilot-chat.header.actions.expand\":[\"展开\"],\"autopilot-chat.header.actions.history\":[\"聊天历史记录\"],\"autopilot-chat.header.actions.new-chat\":[\"新建聊天\"],\"autopilot-chat.header.actions.settings\":[\"设置\"],\"autopilot-chat.header.preview\":[\"预览\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"删除\"],\"autopilot-chat.history.empty\":[\"尚无任何对话。\"],\"autopilot-chat.history.group.last-30-days\":[\"前 30 天\"],\"autopilot-chat.history.group.last-week\":[\"过去一周\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" 个月前\"],\"autopilot-chat.history.group.today\":[\"今天\"],\"autopilot-chat.history.group.yesterday\":[\"昨天\"],\"autopilot-chat.history.no-results\":[\"未找到结果。\"],\"autopilot-chat.history.search-placeholder\":[\"搜索\"],\"autopilot-chat.input.actions.attach-file\":[\"添加附件\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"允许的文件类型:\",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"允许的最大文件数量:\",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"文件大小上限:\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"文件过大:\",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.send\":[\"发送\"],\"autopilot-chat.input.actions.stop\":[\"停止\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"智能体模式选择\"],\"autopilot-chat.input.footer\":[\"Autopilot 可能会犯错。请仔细检查回答。\"],\"autopilot-chat.input.model-selection-label\":[\"模型选择\"],\"autopilot-chat.input.placeholder\":[\"要执行什么操作?\"],\"autopilot-chat.input.resource-chip.remove\":[\"删除\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"删除 \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"需要改进\"],\"autopilot-chat.message.actions.copy\":[\"复制\"],\"autopilot-chat.message.actions.good\":[\"非常满意\"],\"autopilot-chat.message.actions.label\":[\"消息操作\"],\"autopilot-chat.message.actions.more\":[\"更多操作\"],\"autopilot-chat.message.citation-aria-label\":[\"引文 \",[\"id\"],\":\",[\"title\"]],\"autopilot-chat.message.close\":[\"关闭聊天\"],\"autopilot-chat.message.code-block-code\":[\"代码\"],\"autopilot-chat.message.code-block-copy\":[\"复制\"],\"autopilot-chat.message.code-block-language\":[\"文本\"],\"autopilot-chat.message.code-block-preview\":[\"预览\"],\"autopilot-chat.message.expand\":[\"展开\"],\"autopilot-chat.message.footnote-label\":[\"来源\"],\"autopilot-chat.message.generating-response\":[\"正在生成…\"],\"autopilot-chat.message.page-number\":[\"第 \",[\"page_number\"],\" 页\"],\"autopilot-chat.message.scroll-to-bottom\":[\"滚动至底部\"],\"autopilot-chat.message.show-less\":[\"收起\"],\"autopilot-chat.message.show-more\":[\"显示更多\"],\"autopilot-chat.message.sources\":[\"来源\"],\"autopilot-chat.message.suggestions-title\":[\"建议\"],\"autopilot-chat.resource-picker.back\":[\"返回\"],\"autopilot-chat.resource-picker.empty\":[\"无可用资源\"],\"autopilot-chat.resource-picker.error\":[\"资源加载失败\"],\"autopilot-chat.resource-picker.label\":[\"资源选取器\"],\"autopilot-chat.resource-picker.load-more-error\":[\"无法加载更多内容\"],\"autopilot-chat.resource-picker.no-results\":[\"无匹配资源\"],\"autopilot-chat.resource-picker.retry\":[\"重试\"],\"autopilot-chat.resource-picker.search-error\":[\"搜索失败\"],\"autopilot-chat.resource-trigger.label\":[\"添加资源引用\"],\"autopilot-chat.resource-trigger.tooltip\":[\"添加资源\"],\"autopilot-chat.settings.heading-description\":[\"2 级标题\"],\"autopilot-chat.settings.hide\":[\"隐藏设置\"],\"autopilot-chat.settings.title\":[\"聊天设置\"],\"autopilot-chat.tree.no-description\":[\"无说明\"],\"autopilot-chat.tree.no-items\":[\"无项目\"],\"autopilot-chat.tree.unknown\":[\"未知\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["删除"],"autopilot-chat.common.attachments.remove-file-name":["删除 ",["name"]],"autopilot-chat.common.mode-selector":["模式选取器"],"autopilot-chat.common.model-selector":["模型选取器"],"autopilot-chat.dropzone.allowed-file-types":["允许的文件类型:",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["允许的最大文件数量:",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["文件大小上限:",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["将文件拖放到此处,以将其添加到提示中"],"autopilot-chat.error.file-invalid-type":["不支持的文件:",["fileName"]],"autopilot-chat.error.file-too-large":["文件过大:",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.error.multiple-files":["每条消息仅可附加一个文件"],"autopilot-chat.error.too-many-files":["文件过多。每条消息支持 ",["maxCount"]," 个文件"],"autopilot-chat.header.actions.close":["关闭聊天"],"autopilot-chat.header.actions.collapse":["折叠"],"autopilot-chat.header.actions.custom-actions":["更多操作"],"autopilot-chat.header.actions.expand":["展开"],"autopilot-chat.header.actions.history":["聊天历史记录"],"autopilot-chat.header.actions.new-chat":["新建聊天"],"autopilot-chat.header.actions.settings":["设置"],"autopilot-chat.header.preview":["预览"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["删除"],"autopilot-chat.history.empty":["尚无任何对话。"],"autopilot-chat.history.group.last-30-days":["前 30 天"],"autopilot-chat.history.group.last-week":["过去一周"],"autopilot-chat.history.group.months-ago":[["count"]," 个月前"],"autopilot-chat.history.group.today":["今天"],"autopilot-chat.history.group.yesterday":["昨天"],"autopilot-chat.history.no-results":["未找到结果。"],"autopilot-chat.history.search-placeholder":["搜索"],"autopilot-chat.input.actions.attach-file":["添加附件"],"autopilot-chat.input.actions.attachments.allowed-types":["允许的文件类型:",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["允许的最大文件数量:",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["文件大小上限:",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["文件过大:",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.input.actions.send":["发送"],"autopilot-chat.input.actions.stop":["停止"],"autopilot-chat.input.agent-mode-selection-label":["智能体模式选择"],"autopilot-chat.input.footer":["Autopilot 可能会犯错。请仔细检查回答。"],"autopilot-chat.input.model-selection-label":["模型选择"],"autopilot-chat.input.placeholder":["要执行什么操作?"],"autopilot-chat.input.resource-chip.remove":["删除"],"autopilot-chat.input.resource-chip.remove-name":["删除 ",["label"]],"autopilot-chat.message.actions.bad":["需要改进"],"autopilot-chat.message.actions.copy":["复制"],"autopilot-chat.message.actions.good":["非常满意"],"autopilot-chat.message.actions.label":["消息操作"],"autopilot-chat.message.actions.more":["更多操作"],"autopilot-chat.message.citation-aria-label":["引文 ",["id"],":",["title"]],"autopilot-chat.message.close":["关闭聊天"],"autopilot-chat.message.code-block-code":["代码"],"autopilot-chat.message.code-block-copy":["复制"],"autopilot-chat.message.code-block-language":["文本"],"autopilot-chat.message.code-block-preview":["预览"],"autopilot-chat.message.expand":["展开"],"autopilot-chat.message.footnote-label":["来源"],"autopilot-chat.message.generating-response":["正在生成…"],"autopilot-chat.message.page-number":["第 ",["page_number"]," 页"],"autopilot-chat.message.scroll-to-bottom":["滚动至底部"],"autopilot-chat.message.show-less":["收起"],"autopilot-chat.message.show-more":["显示更多"],"autopilot-chat.message.sources":["来源"],"autopilot-chat.message.suggestions-title":["建议"],"autopilot-chat.resource-picker.back":["返回"],"autopilot-chat.resource-picker.empty":["无可用资源"],"autopilot-chat.resource-picker.error":["资源加载失败"],"autopilot-chat.resource-picker.label":["资源选取器"],"autopilot-chat.resource-picker.load-more-error":["无法加载更多内容"],"autopilot-chat.resource-picker.no-results":["无匹配资源"],"autopilot-chat.resource-picker.retry":["重试"],"autopilot-chat.resource-picker.search-error":["搜索失败"],"autopilot-chat.resource-trigger.label":["添加资源引用"],"autopilot-chat.resource-trigger.tooltip":["添加资源"],"autopilot-chat.settings.heading-description":["2 级标题"],"autopilot-chat.settings.hide":["隐藏设置"],"autopilot-chat.settings.title":["聊天设置"],"autopilot-chat.tree.no-description":["无说明"],"autopilot-chat.tree.no-items":["无项目"],"autopilot-chat.tree.unknown":["未知"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=zh-CN.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/zh-CN.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAkjJ,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"删除\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"删除 \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"模式选取器\"],\"autopilot-chat.common.model-selector\":[\"模型选取器\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"允许的文件类型:\",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"允许的最大文件数量:\",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"文件大小上限:\",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"将文件拖放到此处,以将其添加到提示中\"],\"autopilot-chat.error.file-invalid-type\":[\"不支持的文件:\",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"文件过大:\",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"每条消息仅可附加一个文件\"],\"autopilot-chat.error.too-many-files\":[\"文件过多。每条消息支持 \",[\"maxCount\"],\" 个文件\"],\"autopilot-chat.header.actions.close\":[\"关闭聊天\"],\"autopilot-chat.header.actions.collapse\":[\"折叠\"],\"autopilot-chat.header.actions.custom-actions\":[\"更多操作\"],\"autopilot-chat.header.actions.expand\":[\"展开\"],\"autopilot-chat.header.actions.history\":[\"聊天历史记录\"],\"autopilot-chat.header.actions.new-chat\":[\"新建聊天\"],\"autopilot-chat.header.actions.settings\":[\"设置\"],\"autopilot-chat.header.preview\":[\"预览\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"删除\"],\"autopilot-chat.history.empty\":[\"尚无任何对话。\"],\"autopilot-chat.history.group.last-30-days\":[\"前 30 天\"],\"autopilot-chat.history.group.last-week\":[\"过去一周\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" 个月前\"],\"autopilot-chat.history.group.today\":[\"今天\"],\"autopilot-chat.history.group.yesterday\":[\"昨天\"],\"autopilot-chat.history.no-results\":[\"未找到结果。\"],\"autopilot-chat.history.search-placeholder\":[\"搜索\"],\"autopilot-chat.input.actions.attach-file\":[\"添加附件\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"允许的文件类型:\",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"允许的最大文件数量:\",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"文件大小上限:\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"文件过大:\",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.send\":[\"发送\"],\"autopilot-chat.input.actions.stop\":[\"停止\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"智能体模式选择\"],\"autopilot-chat.input.footer\":[\"Autopilot 可能会犯错。请仔细检查回答。\"],\"autopilot-chat.input.model-selection-label\":[\"模型选择\"],\"autopilot-chat.input.placeholder\":[\"要执行什么操作?\"],\"autopilot-chat.input.resource-chip.remove\":[\"删除\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"删除 \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"需要改进\"],\"autopilot-chat.message.actions.copy\":[\"复制\"],\"autopilot-chat.message.actions.good\":[\"非常满意\"],\"autopilot-chat.message.actions.label\":[\"消息操作\"],\"autopilot-chat.message.actions.more\":[\"更多操作\"],\"autopilot-chat.message.citation-aria-label\":[\"引文 \",[\"id\"],\":\",[\"title\"]],\"autopilot-chat.message.close\":[\"关闭聊天\"],\"autopilot-chat.message.code-block-code\":[\"代码\"],\"autopilot-chat.message.code-block-copy\":[\"复制\"],\"autopilot-chat.message.code-block-language\":[\"文本\"],\"autopilot-chat.message.code-block-preview\":[\"预览\"],\"autopilot-chat.message.expand\":[\"展开\"],\"autopilot-chat.message.footnote-label\":[\"来源\"],\"autopilot-chat.message.generating-response\":[\"正在生成…\"],\"autopilot-chat.message.page-number\":[\"第 \",[\"page_number\"],\" 页\"],\"autopilot-chat.message.scroll-to-bottom\":[\"滚动至底部\"],\"autopilot-chat.message.show-less\":[\"收起\"],\"autopilot-chat.message.show-more\":[\"显示更多\"],\"autopilot-chat.message.sources\":[\"来源\"],\"autopilot-chat.message.suggestions-title\":[\"建议\"],\"autopilot-chat.resource-picker.back\":[\"返回\"],\"autopilot-chat.resource-picker.empty\":[\"无可用资源\"],\"autopilot-chat.resource-picker.error\":[\"资源加载失败\"],\"autopilot-chat.resource-picker.label\":[\"资源选取器\"],\"autopilot-chat.resource-picker.load-more-error\":[\"无法加载更多内容\"],\"autopilot-chat.resource-picker.no-results\":[\"无匹配资源\"],\"autopilot-chat.resource-picker.retry\":[\"重试\"],\"autopilot-chat.resource-picker.search-error\":[\"搜索失败\"],\"autopilot-chat.resource-trigger.label\":[\"添加资源引用\"],\"autopilot-chat.resource-trigger.tooltip\":[\"添加资源\"],\"autopilot-chat.settings.heading-description\":[\"2 级标题\"],\"autopilot-chat.settings.hide\":[\"隐藏设置\"],\"autopilot-chat.settings.title\":[\"聊天设置\"],\"autopilot-chat.tree.no-description\":[\"无说明\"],\"autopilot-chat.tree.no-items\":[\"无项目\"],\"autopilot-chat.tree.unknown\":[\"未知\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["删除"],"autopilot-chat.common.attachments.remove-file-name":["删除 ",["name"]],"autopilot-chat.common.mode-selector":["模式选取器"],"autopilot-chat.common.model-selector":["模型选取器"],"autopilot-chat.dropzone.allowed-file-types":["允许的文件类型:",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["允许的最大文件数量:",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["文件大小上限:",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["将文件拖放到此处,以将其添加到提示中"],"autopilot-chat.error.file-invalid-type":["不支持的文件:",["fileName"]],"autopilot-chat.error.file-too-large":["文件过大:",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.error.multiple-files":["每条消息仅可附加一个文件"],"autopilot-chat.error.too-many-files":["文件过多。每条消息支持 ",["maxCount"]," 个文件"],"autopilot-chat.header.actions.close":["关闭聊天"],"autopilot-chat.header.actions.collapse":["折叠"],"autopilot-chat.header.actions.custom-actions":["更多操作"],"autopilot-chat.header.actions.expand":["展开"],"autopilot-chat.header.actions.history":["聊天历史记录"],"autopilot-chat.header.actions.new-chat":["新建聊天"],"autopilot-chat.header.actions.settings":["设置"],"autopilot-chat.header.preview":["预览"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["删除"],"autopilot-chat.history.empty":["尚无任何对话。"],"autopilot-chat.history.group.last-30-days":["前 30 "],"autopilot-chat.history.group.last-week":["过去一周"],"autopilot-chat.history.group.months-ago":[["count"]," 个月前"],"autopilot-chat.history.group.today":["今天"],"autopilot-chat.history.group.yesterday":["昨天"],"autopilot-chat.history.no-results":["未找到结果。"],"autopilot-chat.history.search-placeholder":["搜索"],"autopilot-chat.input.actions.attach-file":["添加附件"],"autopilot-chat.input.actions.attachments.allowed-types":["允许的文件类型:",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["允许的最大文件数量:",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["文件大小上限:",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["文件过大:",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.input.actions.send":["发送"],"autopilot-chat.input.actions.stop":["停止"],"autopilot-chat.input.agent-mode-selection-label":["智能体模式选择"],"autopilot-chat.input.footer":["Autopilot 可能会犯错。请仔细检查回答。"],"autopilot-chat.input.model-selection-label":["模型选择"],"autopilot-chat.input.placeholder":["要执行什么操作?"],"autopilot-chat.input.resource-chip.remove":["删除"],"autopilot-chat.input.resource-chip.remove-name":["删除 ",["label"]],"autopilot-chat.message.actions.bad":["需要改进"],"autopilot-chat.message.actions.copy":["复制"],"autopilot-chat.message.actions.good":["非常满意"],"autopilot-chat.message.actions.label":["消息操作"],"autopilot-chat.message.actions.more":["更多操作"],"autopilot-chat.message.citation-aria-label":["引文 ",["id"],"",["title"]],"autopilot-chat.message.close":["关闭聊天"],"autopilot-chat.message.code-block-code":["代码"],"autopilot-chat.message.code-block-copy":["复制"],"autopilot-chat.message.code-block-language":["文本"],"autopilot-chat.message.code-block-preview":["预览"],"autopilot-chat.message.expand":["展开"],"autopilot-chat.message.footnote-label":["来源"],"autopilot-chat.message.generating-response":["正在生成…"],"autopilot-chat.message.page-number":["第 ",["page_number"]," "],"autopilot-chat.message.scroll-to-bottom":["滚动至底部"],"autopilot-chat.message.show-less":["收起"],"autopilot-chat.message.show-more":["显示更多"],"autopilot-chat.message.sources":["来源"],"autopilot-chat.message.suggestions-title":["建议"],"autopilot-chat.resource-picker.back":["返回"],"autopilot-chat.resource-picker.empty":["无可用资源"],"autopilot-chat.resource-picker.error":["资源加载失败"],"autopilot-chat.resource-picker.label":["资源选取器"],"autopilot-chat.resource-picker.load-more-error":["无法加载更多内容"],"autopilot-chat.resource-picker.no-results":["无匹配资源"],"autopilot-chat.resource-picker.retry":["重试"],"autopilot-chat.resource-picker.search-error":["搜索失败"],"autopilot-chat.resource-trigger.label":["添加资源引用"],"autopilot-chat.resource-trigger.tooltip":["添加资源"],"autopilot-chat.settings.heading-description":["2 级标题"],"autopilot-chat.settings.hide":["隐藏设置"],"autopilot-chat.settings.title":["聊天设置"],"autopilot-chat.tree.no-description":["无说明"],"autopilot-chat.tree.no-items":["无项目"],"autopilot-chat.tree.unknown":["未知"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"刪除\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"移除 \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"模式選取工具\"],\"autopilot-chat.common.model-selector\":[\"模型選取工具\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"允許的檔案類型: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"允許的檔案數量上限: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"檔案大小上限: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"將您的檔案拖放至此處,以將其新增至提示中\"],\"autopilot-chat.error.file-invalid-type\":[\"不支援的檔案: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"檔案太大: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"每個訊息僅能附加一個檔案\"],\"autopilot-chat.error.too-many-files\":[\"檔案過多。每個訊息允許 \",[\"maxCount\"],\" 個檔案\"],\"autopilot-chat.header.actions.close\":[\"關閉聊天\"],\"autopilot-chat.header.actions.collapse\":[\"折疊\"],\"autopilot-chat.header.actions.custom-actions\":[\"更多操作\"],\"autopilot-chat.header.actions.expand\":[\"展開\"],\"autopilot-chat.header.actions.history\":[\"聊天歷史記錄\"],\"autopilot-chat.header.actions.new-chat\":[\"新聊天\"],\"autopilot-chat.header.actions.settings\":[\"設置\"],\"autopilot-chat.header.preview\":[\"預覽\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"刪除\"],\"autopilot-chat.history.empty\":[\"尚無對話。\"],\"autopilot-chat.history.group.last-30-days\":[\"過去 30 天\"],\"autopilot-chat.history.group.last-week\":[\"過去一周\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" 個月前\"],\"autopilot-chat.history.group.today\":[\"今天\"],\"autopilot-chat.history.group.yesterday\":[\"昨天\"],\"autopilot-chat.history.no-results\":[\"未找到結果。\"],\"autopilot-chat.history.search-placeholder\":[\"搜尋\"],\"autopilot-chat.input.actions.attach-file\":[\"附加檔案\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"允許的檔案類型: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"允許的檔案數量上限: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"檔案大小上限: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"檔案太大: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"發送\"],\"autopilot-chat.input.actions.stop\":[\"停止\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"代理模式選取\"],\"autopilot-chat.input.footer\":[\"Autopilot 可能會犯錯。請仔細檢查回應。\"],\"autopilot-chat.input.model-selection-label\":[\"模型選取\"],\"autopilot-chat.input.placeholder\":[\"我要怎麼做?\"],\"autopilot-chat.input.resource-chip.remove\":[\"刪除\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"移除 \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"需要改進\"],\"autopilot-chat.message.actions.copy\":[\"複製\"],\"autopilot-chat.message.actions.good\":[\"喜歡此功能\"],\"autopilot-chat.message.actions.label\":[\"訊息動作\"],\"autopilot-chat.message.actions.more\":[\"更多操作\"],\"autopilot-chat.message.citation-aria-label\":[\"引文 \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"關閉聊天\"],\"autopilot-chat.message.code-block-code\":[\"代碼\"],\"autopilot-chat.message.code-block-copy\":[\"複製\"],\"autopilot-chat.message.code-block-language\":[\"文本\"],\"autopilot-chat.message.code-block-preview\":[\"預覽\"],\"autopilot-chat.message.expand\":[\"展開\"],\"autopilot-chat.message.footnote-label\":[\"原始碼\"],\"autopilot-chat.message.generating-response\":[\"正在產生…\"],\"autopilot-chat.message.page-number\":[\"第 \",[\"page_number\"],\" 頁\"],\"autopilot-chat.message.scroll-to-bottom\":[\"捲動至底部\"],\"autopilot-chat.message.show-less\":[\"收起\"],\"autopilot-chat.message.show-more\":[\"顯示更多\"],\"autopilot-chat.message.sources\":[\"原始碼\"],\"autopilot-chat.message.suggestions-title\":[\"建議\"],\"autopilot-chat.resource-picker.back\":[\"返回\"],\"autopilot-chat.resource-picker.empty\":[\"沒有可用的資源\"],\"autopilot-chat.resource-picker.error\":[\"無法載入資源\"],\"autopilot-chat.resource-picker.label\":[\"資源選取器\"],\"autopilot-chat.resource-picker.load-more-error\":[\"無法載入更多\"],\"autopilot-chat.resource-picker.no-results\":[\"沒有相符的資源\"],\"autopilot-chat.resource-picker.retry\":[\"重試\"],\"autopilot-chat.resource-picker.search-error\":[\"搜尋失敗\"],\"autopilot-chat.resource-trigger.label\":[\"新增資源參考\"],\"autopilot-chat.resource-trigger.tooltip\":[\"添加資源\"],\"autopilot-chat.settings.heading-description\":[\"標題層級 2\"],\"autopilot-chat.settings.hide\":[\"隱藏設定\"],\"autopilot-chat.settings.title\":[\"聊天設定\"],\"autopilot-chat.tree.no-description\":[\"無說明\"],\"autopilot-chat.tree.no-items\":[\"無項目\"],\"autopilot-chat.tree.unknown\":[\"未知\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["刪除"],"autopilot-chat.common.attachments.remove-file-name":["移除 ",["name"]],"autopilot-chat.common.mode-selector":["模式選取工具"],"autopilot-chat.common.model-selector":["模型選取工具"],"autopilot-chat.dropzone.allowed-file-types":["允許的檔案類型: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["允許的檔案數量上限: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["檔案大小上限: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["將您的檔案拖放至此處,以將其新增至提示中"],"autopilot-chat.error.file-invalid-type":["不支援的檔案: ",["fileName"]],"autopilot-chat.error.file-too-large":["檔案太大: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["每個訊息僅能附加一個檔案"],"autopilot-chat.error.too-many-files":["檔案過多。每個訊息允許 ",["maxCount"]," 個檔案"],"autopilot-chat.header.actions.close":["關閉聊天"],"autopilot-chat.header.actions.collapse":["折疊"],"autopilot-chat.header.actions.custom-actions":["更多操作"],"autopilot-chat.header.actions.expand":["展開"],"autopilot-chat.header.actions.history":["聊天歷史記錄"],"autopilot-chat.header.actions.new-chat":["新聊天"],"autopilot-chat.header.actions.settings":["設置"],"autopilot-chat.header.preview":["預覽"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["刪除"],"autopilot-chat.history.empty":["尚無對話。"],"autopilot-chat.history.group.last-30-days":["過去 30 天"],"autopilot-chat.history.group.last-week":["過去一周"],"autopilot-chat.history.group.months-ago":[["count"]," 個月前"],"autopilot-chat.history.group.today":["今天"],"autopilot-chat.history.group.yesterday":["昨天"],"autopilot-chat.history.no-results":["未找到結果。"],"autopilot-chat.history.search-placeholder":["搜尋"],"autopilot-chat.input.actions.attach-file":["附加檔案"],"autopilot-chat.input.actions.attachments.allowed-types":["允許的檔案類型: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["允許的檔案數量上限: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["檔案大小上限: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["檔案太大: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["發送"],"autopilot-chat.input.actions.stop":["停止"],"autopilot-chat.input.agent-mode-selection-label":["代理模式選取"],"autopilot-chat.input.footer":["Autopilot 可能會犯錯。請仔細檢查回應。"],"autopilot-chat.input.model-selection-label":["模型選取"],"autopilot-chat.input.placeholder":["我要怎麼做?"],"autopilot-chat.input.resource-chip.remove":["刪除"],"autopilot-chat.input.resource-chip.remove-name":["移除 ",["label"]],"autopilot-chat.message.actions.bad":["需要改進"],"autopilot-chat.message.actions.copy":["複製"],"autopilot-chat.message.actions.good":["喜歡此功能"],"autopilot-chat.message.actions.label":["訊息動作"],"autopilot-chat.message.actions.more":["更多操作"],"autopilot-chat.message.citation-aria-label":["引文 ",["id"],": ",["title"]],"autopilot-chat.message.close":["關閉聊天"],"autopilot-chat.message.code-block-code":["代碼"],"autopilot-chat.message.code-block-copy":["複製"],"autopilot-chat.message.code-block-language":["文本"],"autopilot-chat.message.code-block-preview":["預覽"],"autopilot-chat.message.expand":["展開"],"autopilot-chat.message.footnote-label":["原始碼"],"autopilot-chat.message.generating-response":["正在產生…"],"autopilot-chat.message.page-number":["第 ",["page_number"]," 頁"],"autopilot-chat.message.scroll-to-bottom":["捲動至底部"],"autopilot-chat.message.show-less":["收起"],"autopilot-chat.message.show-more":["顯示更多"],"autopilot-chat.message.sources":["原始碼"],"autopilot-chat.message.suggestions-title":["建議"],"autopilot-chat.resource-picker.back":["返回"],"autopilot-chat.resource-picker.empty":["沒有可用的資源"],"autopilot-chat.resource-picker.error":["無法載入資源"],"autopilot-chat.resource-picker.label":["資源選取器"],"autopilot-chat.resource-picker.load-more-error":["無法載入更多"],"autopilot-chat.resource-picker.no-results":["沒有相符的資源"],"autopilot-chat.resource-picker.retry":["重試"],"autopilot-chat.resource-picker.search-error":["搜尋失敗"],"autopilot-chat.resource-trigger.label":["新增資源參考"],"autopilot-chat.resource-trigger.tooltip":["添加資源"],"autopilot-chat.settings.heading-description":["標題層級 2"],"autopilot-chat.settings.hide":["隱藏設定"],"autopilot-chat.settings.title":["聊天設定"],"autopilot-chat.tree.no-description":["無說明"],"autopilot-chat.tree.no-items":["無項目"],"autopilot-chat.tree.unknown":["未知"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=zh-TW.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/zh-TW.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA2jJ,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"刪除\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"移除 \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"模式選取工具\"],\"autopilot-chat.common.model-selector\":[\"模型選取工具\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"允許的檔案類型: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"允許的檔案數量上限: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"檔案大小上限: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"將您的檔案拖放至此處,以將其新增至提示中\"],\"autopilot-chat.error.file-invalid-type\":[\"不支援的檔案: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"檔案太大: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"每個訊息僅能附加一個檔案\"],\"autopilot-chat.error.too-many-files\":[\"檔案過多。每個訊息允許 \",[\"maxCount\"],\" 個檔案\"],\"autopilot-chat.header.actions.close\":[\"關閉聊天\"],\"autopilot-chat.header.actions.collapse\":[\"折疊\"],\"autopilot-chat.header.actions.custom-actions\":[\"更多操作\"],\"autopilot-chat.header.actions.expand\":[\"展開\"],\"autopilot-chat.header.actions.history\":[\"聊天歷史記錄\"],\"autopilot-chat.header.actions.new-chat\":[\"新聊天\"],\"autopilot-chat.header.actions.settings\":[\"設置\"],\"autopilot-chat.header.preview\":[\"預覽\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"刪除\"],\"autopilot-chat.history.empty\":[\"尚無對話。\"],\"autopilot-chat.history.group.last-30-days\":[\"過去 30 天\"],\"autopilot-chat.history.group.last-week\":[\"過去一周\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" 個月前\"],\"autopilot-chat.history.group.today\":[\"今天\"],\"autopilot-chat.history.group.yesterday\":[\"昨天\"],\"autopilot-chat.history.no-results\":[\"未找到結果。\"],\"autopilot-chat.history.search-placeholder\":[\"搜尋\"],\"autopilot-chat.input.actions.attach-file\":[\"附加檔案\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"允許的檔案類型: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"允許的檔案數量上限: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"檔案大小上限: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"檔案太大: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"發送\"],\"autopilot-chat.input.actions.stop\":[\"停止\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"代理模式選取\"],\"autopilot-chat.input.footer\":[\"Autopilot 可能會犯錯。請仔細檢查回應。\"],\"autopilot-chat.input.model-selection-label\":[\"模型選取\"],\"autopilot-chat.input.placeholder\":[\"我要怎麼做?\"],\"autopilot-chat.input.resource-chip.remove\":[\"刪除\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"移除 \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"需要改進\"],\"autopilot-chat.message.actions.copy\":[\"複製\"],\"autopilot-chat.message.actions.good\":[\"喜歡此功能\"],\"autopilot-chat.message.actions.label\":[\"訊息動作\"],\"autopilot-chat.message.actions.more\":[\"更多操作\"],\"autopilot-chat.message.citation-aria-label\":[\"引文 \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"關閉聊天\"],\"autopilot-chat.message.code-block-code\":[\"代碼\"],\"autopilot-chat.message.code-block-copy\":[\"複製\"],\"autopilot-chat.message.code-block-language\":[\"文本\"],\"autopilot-chat.message.code-block-preview\":[\"預覽\"],\"autopilot-chat.message.expand\":[\"展開\"],\"autopilot-chat.message.footnote-label\":[\"原始碼\"],\"autopilot-chat.message.generating-response\":[\"正在產生…\"],\"autopilot-chat.message.page-number\":[\"第 \",[\"page_number\"],\" 頁\"],\"autopilot-chat.message.scroll-to-bottom\":[\"捲動至底部\"],\"autopilot-chat.message.show-less\":[\"收起\"],\"autopilot-chat.message.show-more\":[\"顯示更多\"],\"autopilot-chat.message.sources\":[\"原始碼\"],\"autopilot-chat.message.suggestions-title\":[\"建議\"],\"autopilot-chat.resource-picker.back\":[\"返回\"],\"autopilot-chat.resource-picker.empty\":[\"沒有可用的資源\"],\"autopilot-chat.resource-picker.error\":[\"無法載入資源\"],\"autopilot-chat.resource-picker.label\":[\"資源選取器\"],\"autopilot-chat.resource-picker.load-more-error\":[\"無法載入更多\"],\"autopilot-chat.resource-picker.no-results\":[\"沒有相符的資源\"],\"autopilot-chat.resource-picker.retry\":[\"重試\"],\"autopilot-chat.resource-picker.search-error\":[\"搜尋失敗\"],\"autopilot-chat.resource-trigger.label\":[\"新增資源參考\"],\"autopilot-chat.resource-trigger.tooltip\":[\"添加資源\"],\"autopilot-chat.settings.heading-description\":[\"標題層級 2\"],\"autopilot-chat.settings.hide\":[\"隱藏設定\"],\"autopilot-chat.settings.title\":[\"聊天設定\"],\"autopilot-chat.tree.no-description\":[\"無說明\"],\"autopilot-chat.tree.no-items\":[\"無項目\"],\"autopilot-chat.tree.unknown\":[\"未知\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["刪除"],"autopilot-chat.common.attachments.remove-file-name":["移除 ",["name"]],"autopilot-chat.common.mode-selector":["模式選取工具"],"autopilot-chat.common.model-selector":["模型選取工具"],"autopilot-chat.dropzone.allowed-file-types":["允許的檔案類型: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["允許的檔案數量上限: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["檔案大小上限: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["將您的檔案拖放至此處,以將其新增至提示中"],"autopilot-chat.error.file-invalid-type":["不支援的檔案: ",["fileName"]],"autopilot-chat.error.file-too-large":["檔案太大: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["每個訊息僅能附加一個檔案"],"autopilot-chat.error.too-many-files":["檔案過多。每個訊息允許 ",["maxCount"]," 個檔案"],"autopilot-chat.header.actions.close":["關閉聊天"],"autopilot-chat.header.actions.collapse":["折疊"],"autopilot-chat.header.actions.custom-actions":["更多操作"],"autopilot-chat.header.actions.expand":["展開"],"autopilot-chat.header.actions.history":["聊天歷史記錄"],"autopilot-chat.header.actions.new-chat":["新聊天"],"autopilot-chat.header.actions.settings":["設置"],"autopilot-chat.header.preview":["預覽"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["刪除"],"autopilot-chat.history.empty":["尚無對話。"],"autopilot-chat.history.group.last-30-days":["過去 30 "],"autopilot-chat.history.group.last-week":["過去一周"],"autopilot-chat.history.group.months-ago":[["count"]," 個月前"],"autopilot-chat.history.group.today":["今天"],"autopilot-chat.history.group.yesterday":["昨天"],"autopilot-chat.history.no-results":["未找到結果。"],"autopilot-chat.history.search-placeholder":["搜尋"],"autopilot-chat.input.actions.attach-file":["附加檔案"],"autopilot-chat.input.actions.attachments.allowed-types":["允許的檔案類型: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["允許的檔案數量上限: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["檔案大小上限: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["檔案太大: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["發送"],"autopilot-chat.input.actions.stop":["停止"],"autopilot-chat.input.agent-mode-selection-label":["代理模式選取"],"autopilot-chat.input.footer":["Autopilot 可能會犯錯。請仔細檢查回應。"],"autopilot-chat.input.model-selection-label":["模型選取"],"autopilot-chat.input.placeholder":["我要怎麼做?"],"autopilot-chat.input.resource-chip.remove":["刪除"],"autopilot-chat.input.resource-chip.remove-name":["移除 ",["label"]],"autopilot-chat.message.actions.bad":["需要改進"],"autopilot-chat.message.actions.copy":["複製"],"autopilot-chat.message.actions.good":["喜歡此功能"],"autopilot-chat.message.actions.label":["訊息動作"],"autopilot-chat.message.actions.more":["更多操作"],"autopilot-chat.message.citation-aria-label":["引文 ",["id"],": ",["title"]],"autopilot-chat.message.close":["關閉聊天"],"autopilot-chat.message.code-block-code":["代碼"],"autopilot-chat.message.code-block-copy":["複製"],"autopilot-chat.message.code-block-language":["文本"],"autopilot-chat.message.code-block-preview":["預覽"],"autopilot-chat.message.expand":["展開"],"autopilot-chat.message.footnote-label":["原始碼"],"autopilot-chat.message.generating-response":["正在產生…"],"autopilot-chat.message.page-number":["第 ",["page_number"]," "],"autopilot-chat.message.scroll-to-bottom":["捲動至底部"],"autopilot-chat.message.show-less":["收起"],"autopilot-chat.message.show-more":["顯示更多"],"autopilot-chat.message.sources":["原始碼"],"autopilot-chat.message.suggestions-title":["建議"],"autopilot-chat.resource-picker.back":["返回"],"autopilot-chat.resource-picker.empty":["沒有可用的資源"],"autopilot-chat.resource-picker.error":["無法載入資源"],"autopilot-chat.resource-picker.label":["資源選取器"],"autopilot-chat.resource-picker.load-more-error":["無法載入更多"],"autopilot-chat.resource-picker.no-results":["沒有相符的資源"],"autopilot-chat.resource-picker.retry":["重試"],"autopilot-chat.resource-picker.search-error":["搜尋失敗"],"autopilot-chat.resource-trigger.label":["新增資源參考"],"autopilot-chat.resource-trigger.tooltip":["添加資源"],"autopilot-chat.settings.heading-description":["標題層級 2"],"autopilot-chat.settings.hide":["隱藏設定"],"autopilot-chat.settings.title":["聊天設定"],"autopilot-chat.tree.no-description":["無說明"],"autopilot-chat.tree.no-items":["無項目"],"autopilot-chat.tree.unknown":["未知"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"tool-call.errors\":[\"Fehler\"],\"tool-call.escalation\":[\"Eskalation\"],\"tool-call.execution\":[\"Ausführung\"],\"tool-call.input\":[\"Eingabe\"],\"tool-call.output\":[\"Ausgabe\"],\"tool-call.ran\":[[\"toolName\"],\" ausgeführt (\",[\"duration\"],\"\xA0Sek.)\"],\"tool-call.running\":[[\"toolName\"],\" wird ausgeführt…\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Fehler\"],\"tool-call.escalation\":[\"Eskalation\"],\"tool-call.execution\":[\"Ausführung\"],\"tool-call.input\":[\"Eingabe\"],\"tool-call.output\":[\"Ausgabe\"],\"tool-call.ran\":[[\"toolName\"],\" ausgeführt (\",[\"duration\"],\"\xA0Sek.)\"],\"tool-call.running\":[[\"toolName\"],\" wird ausgeführt…\"]}");
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=de.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-tool-call/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA4V,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"tool-call.errors\":[\"Fehler\"],\"tool-call.escalation\":[\"Eskalation\"],\"tool-call.execution\":[\"Ausführung\"],\"tool-call.input\":[\"Eingabe\"],\"tool-call.output\":[\"Ausgabe\"],\"tool-call.ran\":[[\"toolName\"],\" ausgeführt (\",[\"duration\"],\"\xA0Sek.)\"],\"tool-call.running\":[[\"toolName\"],\" wird ausgeführt…\"]}")};
1
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Fehler\"],\"tool-call.escalation\":[\"Eskalation\"],\"tool-call.execution\":[\"Ausführung\"],\"tool-call.input\":[\"Eingabe\"],\"tool-call.output\":[\"Ausgabe\"],\"tool-call.ran\":[[\"toolName\"],\" ausgeführt (\",[\"duration\"],\"\xA0Sek.)\"],\"tool-call.running\":[[\"toolName\"],\" wird ausgeführt…\"]}");
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"tool-call.errors\":[\"Errors\"],\"tool-call.escalation\":[\"Escalation\"],\"tool-call.execution\":[\"Execution\"],\"tool-call.input\":[\"Input\"],\"tool-call.output\":[\"Output\"],\"tool-call.ran\":[\"Ran \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Running \",[\"toolName\"],\"...\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errors\"],\"tool-call.escalation\":[\"Escalation\"],\"tool-call.execution\":[\"Execution\"],\"tool-call.input\":[\"Input\"],\"tool-call.output\":[\"Output\"],\"tool-call.ran\":[\"Ran \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Running \",[\"toolName\"],\"...\"]}");
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-tool-call/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA8U,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"tool-call.errors\":[\"Errors\"],\"tool-call.escalation\":[\"Escalation\"],\"tool-call.execution\":[\"Execution\"],\"tool-call.input\":[\"Input\"],\"tool-call.output\":[\"Output\"],\"tool-call.ran\":[\"Ran \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Running \",[\"toolName\"],\"...\"]}")};
1
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errors\"],\"tool-call.escalation\":[\"Escalation\"],\"tool-call.execution\":[\"Execution\"],\"tool-call.input\":[\"Input\"],\"tool-call.output\":[\"Output\"],\"tool-call.ran\":[\"Ran \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Running \",[\"toolName\"],\"...\"]}");
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escalación\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ejecutó \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"…\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escalación\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ejecutó \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"…\"]}");
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=es-MX.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-tool-call/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAyV,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escalación\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ejecutó \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"…\"]}")};
1
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escalación\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ejecutó \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"…\"]}");
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escala\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ha ejecutado \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"...\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escala\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ha ejecutado \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"...\"]}");
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=es.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-tool-call/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA4V,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escala\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ha ejecutado \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"...\"]}")};
1
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Errores\"],\"tool-call.escalation\":[\"Escala\"],\"tool-call.execution\":[\"Ejecución\"],\"tool-call.input\":[\"Entrada\"],\"tool-call.output\":[\"Salida\"],\"tool-call.ran\":[\"Se ha ejecutado \",[\"toolName\"],\" (\",[\"duration\"],\"s)\"],\"tool-call.running\":[\"Ejecutando \",[\"toolName\"],\"...\"]}");
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"tool-call.errors\":[\"Erreurs\"],\"tool-call.escalation\":[\"Escalade\"],\"tool-call.execution\":[\"Exécution\"],\"tool-call.input\":[\"Entrée\"],\"tool-call.output\":[\"Sortie\"],\"tool-call.ran\":[[\"toolName\"],\" exécuté (\",[\"duration\"],\"\xA0s)\"],\"tool-call.running\":[\"Exécution de l’outil \",[\"toolName\"],\" en cours…\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Erreurs\"],\"tool-call.escalation\":[\"Escalade\"],\"tool-call.execution\":[\"Exécution\"],\"tool-call.input\":[\"Entrée\"],\"tool-call.output\":[\"Sortie\"],\"tool-call.ran\":[[\"toolName\"],\" exécuté (\",[\"duration\"],\"\xA0s)\"],\"tool-call.running\":[\"Exécution de l’outil \",[\"toolName\"],\" en cours…\"]}");
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-tool-call/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAqW,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"tool-call.errors\":[\"Erreurs\"],\"tool-call.escalation\":[\"Escalade\"],\"tool-call.execution\":[\"Exécution\"],\"tool-call.input\":[\"Entrée\"],\"tool-call.output\":[\"Sortie\"],\"tool-call.ran\":[[\"toolName\"],\" exécuté (\",[\"duration\"],\"\xA0s)\"],\"tool-call.running\":[\"Exécution de l’outil \",[\"toolName\"],\" en cours…\"]}")};
1
+ const messages = JSON.parse("{\"tool-call.errors\":[\"Erreurs\"],\"tool-call.escalation\":[\"Escalade\"],\"tool-call.execution\":[\"Exécution\"],\"tool-call.input\":[\"Entrée\"],\"tool-call.output\":[\"Sortie\"],\"tool-call.ran\":[[\"toolName\"],\" exécuté (\",[\"duration\"],\"\xA0s)\"],\"tool-call.running\":[\"Exécution de l’outil \",[\"toolName\"],\" en cours…\"]}");
2
+ export { messages };