@uipath/apollo-react 4.1.1 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.cjs +9 -9
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.js +9 -9
- package/dist/canvas/components/AgentCanvas/nodes/AgentNode.cjs +1 -1
- package/dist/canvas/components/AgentCanvas/nodes/AgentNode.js +1 -1
- package/dist/canvas/components/CodedAgent/coded-agent.manifest.cjs +1 -1
- package/dist/canvas/components/CodedAgent/coded-agent.manifest.js +1 -1
- package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.cjs +4 -4
- package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.js +4 -4
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.cjs +49 -7
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.d.ts.map +1 -1
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.js +49 -7
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.cjs +5 -3
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.d.ts.map +1 -1
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.js +3 -1
- package/dist/canvas/components/Toolbar/EdgeToolbar/useEdgeToolbarState.cjs +1 -1
- package/dist/canvas/components/Toolbar/EdgeToolbar/useEdgeToolbarState.js +1 -1
- package/dist/canvas/locales/de.cjs +36 -0
- package/dist/canvas/locales/de.d.ts +3 -0
- package/dist/canvas/locales/de.d.ts.map +1 -0
- package/dist/canvas/locales/de.js +2 -0
- package/dist/canvas/locales/en.cjs +36 -0
- package/dist/canvas/locales/en.d.ts +3 -0
- package/dist/canvas/locales/en.d.ts.map +1 -0
- package/dist/canvas/locales/en.js +2 -0
- package/dist/canvas/locales/es-MX.cjs +36 -0
- package/dist/canvas/locales/es-MX.d.ts +3 -0
- package/dist/canvas/locales/es-MX.d.ts.map +1 -0
- package/dist/canvas/locales/es-MX.js +2 -0
- package/dist/canvas/locales/es.cjs +36 -0
- package/dist/canvas/locales/es.d.ts +3 -0
- package/dist/canvas/locales/es.d.ts.map +1 -0
- package/dist/canvas/locales/es.js +2 -0
- package/dist/canvas/locales/fr.cjs +36 -0
- package/dist/canvas/locales/fr.d.ts +3 -0
- package/dist/canvas/locales/fr.d.ts.map +1 -0
- package/dist/canvas/locales/fr.js +2 -0
- package/dist/canvas/locales/ja.cjs +36 -0
- package/dist/canvas/locales/ja.d.ts +3 -0
- package/dist/canvas/locales/ja.d.ts.map +1 -0
- package/dist/canvas/locales/ja.js +2 -0
- package/dist/canvas/locales/ko.cjs +36 -0
- package/dist/canvas/locales/ko.d.ts +3 -0
- package/dist/canvas/locales/ko.d.ts.map +1 -0
- package/dist/canvas/locales/ko.js +2 -0
- package/dist/canvas/locales/pt-BR.cjs +36 -0
- package/dist/canvas/locales/pt-BR.d.ts +3 -0
- package/dist/canvas/locales/pt-BR.d.ts.map +1 -0
- package/dist/canvas/locales/pt-BR.js +2 -0
- package/dist/canvas/locales/pt.cjs +36 -0
- package/dist/canvas/locales/pt.d.ts +3 -0
- package/dist/canvas/locales/pt.d.ts.map +1 -0
- package/dist/canvas/locales/pt.js +2 -0
- package/dist/canvas/locales/ru.cjs +36 -0
- package/dist/canvas/locales/ru.d.ts +3 -0
- package/dist/canvas/locales/ru.d.ts.map +1 -0
- package/dist/canvas/locales/ru.js +2 -0
- package/dist/canvas/locales/tr.cjs +36 -0
- package/dist/canvas/locales/tr.d.ts +3 -0
- package/dist/canvas/locales/tr.d.ts.map +1 -0
- package/dist/canvas/locales/tr.js +2 -0
- package/dist/canvas/locales/zh-CN.cjs +36 -0
- package/dist/canvas/locales/zh-CN.d.ts +3 -0
- package/dist/canvas/locales/zh-CN.d.ts.map +1 -0
- package/dist/canvas/locales/zh-CN.js +2 -0
- package/dist/canvas/locales/zh-TW.cjs +36 -0
- package/dist/canvas/locales/zh-TW.d.ts +3 -0
- package/dist/canvas/locales/zh-TW.d.ts.map +1 -0
- package/dist/canvas/locales/zh-TW.js +2 -0
- package/dist/canvas/utils/manifest-resolver.cjs +1 -1
- package/dist/canvas/utils/manifest-resolver.js +1 -1
- package/dist/i18n/locale-registry.cjs +67 -79
- package/dist/i18n/locale-registry.d.ts +3 -4
- package/dist/i18n/locale-registry.d.ts.map +1 -1
- package/dist/i18n/locale-registry.js +80 -57
- package/dist/material/components/ap-chat/locales/de.cjs +36 -1
- package/dist/material/components/ap-chat/locales/de.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/de.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/de.js +2 -1
- package/dist/material/components/ap-chat/locales/en.cjs +36 -1
- package/dist/material/components/ap-chat/locales/en.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/en.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/en.js +2 -1
- package/dist/material/components/ap-chat/locales/es-MX.cjs +36 -1
- package/dist/material/components/ap-chat/locales/es-MX.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/es-MX.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/es-MX.js +2 -1
- package/dist/material/components/ap-chat/locales/es.cjs +36 -1
- package/dist/material/components/ap-chat/locales/es.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/es.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/es.js +2 -1
- package/dist/material/components/ap-chat/locales/fr.cjs +36 -1
- package/dist/material/components/ap-chat/locales/fr.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/fr.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/fr.js +2 -1
- package/dist/material/components/ap-chat/locales/ja.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ja.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ja.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ja.js +2 -1
- package/dist/material/components/ap-chat/locales/ko.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ko.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ko.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ko.js +2 -1
- package/dist/material/components/ap-chat/locales/pt-BR.cjs +36 -1
- package/dist/material/components/ap-chat/locales/pt-BR.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/pt-BR.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/pt-BR.js +2 -1
- package/dist/material/components/ap-chat/locales/pt.cjs +36 -1
- package/dist/material/components/ap-chat/locales/pt.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/pt.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/pt.js +2 -1
- package/dist/material/components/ap-chat/locales/ru.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ru.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ru.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ru.js +2 -1
- package/dist/material/components/ap-chat/locales/tr.cjs +36 -1
- package/dist/material/components/ap-chat/locales/tr.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/tr.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/tr.js +2 -1
- package/dist/material/components/ap-chat/locales/zh-CN.cjs +36 -1
- package/dist/material/components/ap-chat/locales/zh-CN.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/zh-CN.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/zh-CN.js +2 -1
- package/dist/material/components/ap-chat/locales/zh-TW.cjs +36 -1
- package/dist/material/components/ap-chat/locales/zh-TW.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/zh-TW.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/zh-TW.js +2 -1
- package/dist/material/components/ap-tool-call/locales/de.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/de.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/de.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/de.js +2 -1
- package/dist/material/components/ap-tool-call/locales/en.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/en.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/en.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/en.js +2 -1
- package/dist/material/components/ap-tool-call/locales/es-MX.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/es-MX.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/es-MX.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/es-MX.js +2 -1
- package/dist/material/components/ap-tool-call/locales/es.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/es.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/es.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/es.js +2 -1
- package/dist/material/components/ap-tool-call/locales/fr.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/fr.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/fr.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/fr.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ja.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ja.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ja.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ja.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ko.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ko.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ko.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ko.js +2 -1
- package/dist/material/components/ap-tool-call/locales/pt-BR.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/pt-BR.js +2 -1
- package/dist/material/components/ap-tool-call/locales/pt.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/pt.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/pt.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/pt.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ru.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ru.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ru.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ru.js +2 -1
- package/dist/material/components/ap-tool-call/locales/tr.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/tr.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/tr.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/tr.js +2 -1
- package/dist/material/components/ap-tool-call/locales/zh-CN.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/zh-CN.js +2 -1
- package/dist/material/components/ap-tool-call/locales/zh-TW.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/zh-TW.js +2 -1
- package/package.json +1 -1
- package/dist/material/components/ap-chat/locales/de.json +0 -81
- package/dist/material/components/ap-chat/locales/en.json +0 -81
- package/dist/material/components/ap-chat/locales/es-MX.json +0 -81
- package/dist/material/components/ap-chat/locales/es.json +0 -81
- package/dist/material/components/ap-chat/locales/fr.json +0 -81
- package/dist/material/components/ap-chat/locales/ja.json +0 -81
- package/dist/material/components/ap-chat/locales/ko.json +0 -81
- package/dist/material/components/ap-chat/locales/pt-BR.json +0 -81
- package/dist/material/components/ap-chat/locales/pt.json +0 -81
- package/dist/material/components/ap-chat/locales/ro.json +0 -81
- package/dist/material/components/ap-chat/locales/ru.json +0 -69
- package/dist/material/components/ap-chat/locales/tr.json +0 -81
- package/dist/material/components/ap-chat/locales/zh-CN.json +0 -81
- package/dist/material/components/ap-chat/locales/zh-TW.json +0 -81
- package/dist/material/components/ap-tool-call/locales/de.json +0 -9
- package/dist/material/components/ap-tool-call/locales/en.json +0 -9
- package/dist/material/components/ap-tool-call/locales/es-MX.json +0 -9
- package/dist/material/components/ap-tool-call/locales/es.json +0 -9
- package/dist/material/components/ap-tool-call/locales/fr.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ja.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ko.json +0 -9
- package/dist/material/components/ap-tool-call/locales/pt-BR.json +0 -9
- package/dist/material/components/ap-tool-call/locales/pt.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ro.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ru.json +0 -9
- package/dist/material/components/ap-tool-call/locales/tr.json +0 -9
- package/dist/material/components/ap-tool-call/locales/zh-CN.json +0 -9
- package/dist/material/components/ap-tool-call/locales/zh-TW.json +0 -9
|
@@ -1 +1,36 @@
|
|
|
1
|
-
|
|
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":["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"]}');
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/tr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAg2K,QAAQ,CAAC"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 @@
|
|
|
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
|
-
|
|
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 };
|