@uipath/apollo-react 4.20.0 → 4.21.0-pr644.9f93a11
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/AddNodePanel/AddNodePanel.cjs +3 -2
- package/dist/canvas/components/AddNodePanel/AddNodePanel.d.ts.map +1 -1
- package/dist/canvas/components/AddNodePanel/AddNodePanel.js +3 -2
- package/dist/canvas/components/AddNodePanel/AddNodePanel.types.d.ts +2 -1
- package/dist/canvas/components/AddNodePanel/AddNodePanel.types.d.ts.map +1 -1
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.d.ts +3 -2
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.d.ts.map +1 -1
- package/dist/canvas/components/BaseNode/BaseNode.cjs +12 -3
- package/dist/canvas/components/BaseNode/BaseNode.d.ts.map +1 -1
- package/dist/canvas/components/BaseNode/BaseNode.js +12 -3
- package/dist/canvas/components/BaseNode/BaseNode.types.d.ts +1 -0
- package/dist/canvas/components/BaseNode/BaseNode.types.d.ts.map +1 -1
- package/dist/canvas/components/Toolbox/ListView.cjs +30 -22
- package/dist/canvas/components/Toolbox/ListView.d.ts +1 -0
- package/dist/canvas/components/Toolbox/ListView.d.ts.map +1 -1
- package/dist/canvas/components/Toolbox/ListView.js +30 -22
- package/dist/canvas/components/Toolbox/Toolbox.cjs +9 -1
- package/dist/canvas/components/Toolbox/Toolbox.d.ts +5 -1
- package/dist/canvas/components/Toolbox/Toolbox.d.ts.map +1 -1
- package/dist/canvas/components/Toolbox/Toolbox.js +9 -1
- package/dist/canvas/components/index.cjs +19 -12
- package/dist/canvas/components/index.d.ts +1 -0
- package/dist/canvas/components/index.d.ts.map +1 -1
- package/dist/canvas/components/index.js +1 -0
- package/dist/canvas/components/shared/InitialsBadge.cjs +83 -0
- package/dist/canvas/components/shared/InitialsBadge.d.ts +8 -0
- package/dist/canvas/components/shared/InitialsBadge.d.ts.map +1 -0
- package/dist/canvas/components/shared/InitialsBadge.js +36 -0
- package/dist/canvas/components/shared/index.cjs +39 -0
- package/dist/canvas/components/shared/index.d.ts +3 -0
- package/dist/canvas/components/shared/index.d.ts.map +1 -0
- package/dist/canvas/components/shared/index.js +2 -0
- package/dist/canvas/core/CategoryTree.cjs +3 -0
- package/dist/canvas/core/CategoryTree.d.ts.map +1 -1
- package/dist/canvas/core/CategoryTree.js +3 -0
- package/dist/canvas/core/NodeTypeRegistry.cjs +3 -1
- package/dist/canvas/core/NodeTypeRegistry.d.ts.map +1 -1
- package/dist/canvas/core/NodeTypeRegistry.js +3 -1
- package/dist/canvas/schema/node-definition/category-manifest.cjs +1 -1
- package/dist/canvas/schema/node-definition/category-manifest.d.ts +1 -1
- package/dist/canvas/schema/node-definition/category-manifest.d.ts.map +1 -1
- package/dist/canvas/schema/node-definition/category-manifest.js +1 -1
- package/dist/canvas/schema/node-definition/node-manifest.cjs +2 -1
- package/dist/canvas/schema/node-definition/node-manifest.d.ts +4 -2
- package/dist/canvas/schema/node-definition/node-manifest.d.ts.map +1 -1
- package/dist/canvas/schema/node-definition/node-manifest.js +2 -1
- package/dist/canvas/schema/node-instance/base.cjs +1 -0
- package/dist/canvas/schema/node-instance/base.d.ts +1 -0
- package/dist/canvas/schema/node-instance/base.d.ts.map +1 -1
- package/dist/canvas/schema/node-instance/base.js +1 -0
- package/dist/canvas/schema/node-instance/node.d.ts +1 -0
- package/dist/canvas/schema/node-instance/node.d.ts.map +1 -1
- package/dist/canvas/storybook-utils/manifests/index.d.ts +3 -2
- package/dist/canvas/storybook-utils/manifests/index.d.ts.map +1 -1
- package/dist/canvas/styles/tailwind.canvas.css +1 -1
- package/dist/canvas/utils/icon-registry.cjs +8 -0
- package/dist/canvas/utils/icon-registry.d.ts +1 -1
- package/dist/canvas/utils/icon-registry.d.ts.map +1 -1
- package/dist/canvas/utils/icon-registry.js +8 -0
- package/dist/canvas/utils/manifest-resolver.cjs +3 -1
- package/dist/canvas/utils/manifest-resolver.d.ts +1 -1
- package/dist/canvas/utils/manifest-resolver.d.ts.map +1 -1
- package/dist/canvas/utils/manifest-resolver.js +3 -1
- package/dist/material/components/ap-chat/locales/de.cjs +1 -1
- package/dist/material/components/ap-chat/locales/de.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/de.js +1 -1
- package/dist/material/components/ap-chat/locales/es-MX.cjs +1 -1
- package/dist/material/components/ap-chat/locales/es-MX.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/es-MX.js +1 -1
- package/dist/material/components/ap-chat/locales/es.cjs +1 -1
- package/dist/material/components/ap-chat/locales/es.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/es.js +1 -1
- package/dist/material/components/ap-chat/locales/fr.cjs +1 -1
- package/dist/material/components/ap-chat/locales/fr.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/fr.js +1 -1
- package/dist/material/components/ap-chat/locales/ja.cjs +1 -1
- package/dist/material/components/ap-chat/locales/ja.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/ja.js +1 -1
- package/dist/material/components/ap-chat/locales/ko.cjs +1 -1
- package/dist/material/components/ap-chat/locales/ko.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/ko.js +1 -1
- package/dist/material/components/ap-chat/locales/pt-BR.cjs +1 -1
- package/dist/material/components/ap-chat/locales/pt-BR.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/pt-BR.js +1 -1
- package/dist/material/components/ap-chat/locales/pt.cjs +1 -1
- package/dist/material/components/ap-chat/locales/pt.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/pt.js +1 -1
- package/dist/material/components/ap-chat/locales/tr.cjs +1 -1
- package/dist/material/components/ap-chat/locales/tr.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/tr.js +1 -1
- package/dist/material/components/ap-chat/locales/zh-CN.cjs +1 -1
- package/dist/material/components/ap-chat/locales/zh-CN.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/zh-CN.js +1 -1
- package/dist/material/components/ap-chat/locales/zh-TW.cjs +1 -1
- package/dist/material/components/ap-chat/locales/zh-TW.d.ts.map +1 -1
- package/dist/material/components/ap-chat/locales/zh-TW.js +1 -1
- package/package.json +3 -3
|
@@ -111,6 +111,14 @@ function isValidUrl(input) {
|
|
|
111
111
|
return 'http:' === url.protocol || 'https:' === url.protocol;
|
|
112
112
|
}
|
|
113
113
|
function getIcon(iconId) {
|
|
114
|
+
if (!iconId) {
|
|
115
|
+
const BoxIcon = external_lucide_react_namespaceObject.icons.Box;
|
|
116
|
+
return ({ w, h, color })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(BoxIcon, {
|
|
117
|
+
width: w ?? 24,
|
|
118
|
+
height: h ?? 24,
|
|
119
|
+
color: color
|
|
120
|
+
});
|
|
121
|
+
}
|
|
114
122
|
if (isValidUrl(iconId)) return ({ w, h })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("img", {
|
|
115
123
|
src: iconId,
|
|
116
124
|
alt: "icon",
|
|
@@ -4,7 +4,7 @@ export type IconComponent = (props: {
|
|
|
4
4
|
h?: number;
|
|
5
5
|
color?: string;
|
|
6
6
|
}) => JSX.Element;
|
|
7
|
-
export declare function getIcon(iconId: string): IconComponent;
|
|
7
|
+
export declare function getIcon(iconId: string | undefined): IconComponent;
|
|
8
8
|
export interface CanvasIconProps {
|
|
9
9
|
icon?: string;
|
|
10
10
|
size?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/icon-registry.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAiB,MAAM,OAAO,CAAC;AAGhD,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,GAAG,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/icon-registry.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAiB,MAAM,OAAO,CAAC;AAGhD,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,GAAG,CAAC,OAAO,CAAC;AA2D/F,wBAAgB,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,CAuCjE;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAMD,eAAO,MAAM,UAAU,uDAIrB,CAAC;AAGH,eAAO,MAAM,QAAQ,uDAAa,CAAC"}
|
|
@@ -81,6 +81,14 @@ function isValidUrl(input) {
|
|
|
81
81
|
return 'http:' === url.protocol || 'https:' === url.protocol;
|
|
82
82
|
}
|
|
83
83
|
function getIcon(iconId) {
|
|
84
|
+
if (!iconId) {
|
|
85
|
+
const BoxIcon = icons.Box;
|
|
86
|
+
return ({ w, h, color })=>/*#__PURE__*/ jsx(BoxIcon, {
|
|
87
|
+
width: w ?? 24,
|
|
88
|
+
height: h ?? 24,
|
|
89
|
+
color: color
|
|
90
|
+
});
|
|
91
|
+
}
|
|
84
92
|
if (isValidUrl(iconId)) return ({ w, h })=>/*#__PURE__*/ jsx("img", {
|
|
85
93
|
src: iconId,
|
|
86
94
|
alt: "icon",
|
|
@@ -32,7 +32,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
32
32
|
const external_collapse_cjs_namespaceObject = require("./collapse.cjs");
|
|
33
33
|
function resolveDisplay(manifestDisplay, context) {
|
|
34
34
|
if (!manifestDisplay) return {
|
|
35
|
-
icon: 'circle-question-mark',
|
|
36
35
|
shape: 'square',
|
|
37
36
|
label: context?.display?.label || 'Unknown Node'
|
|
38
37
|
};
|
|
@@ -40,9 +39,12 @@ function resolveDisplay(manifestDisplay, context) {
|
|
|
40
39
|
const shape = context?.display?.shape ?? manifestDisplay.shape;
|
|
41
40
|
const collapsedShape = (0, external_collapse_cjs_namespaceObject.getCollapsedShape)(shape);
|
|
42
41
|
const expandedShape = manifestDisplay.shape;
|
|
42
|
+
const resolvedLabel = context?.display?.canvasLabel ?? context?.display?.label ?? manifestDisplay.canvasLabel ?? manifestDisplay.label;
|
|
43
43
|
return {
|
|
44
44
|
...manifestDisplay,
|
|
45
45
|
...context?.display,
|
|
46
|
+
label: resolvedLabel,
|
|
47
|
+
canvasLabel: context?.display?.canvasLabel ?? manifestDisplay.canvasLabel,
|
|
46
48
|
shape: isCollapsed ? collapsedShape : expandedShape
|
|
47
49
|
};
|
|
48
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest-resolver.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/manifest-resolver.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAMrE,MAAM,WAAW,iBAAkB,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAEhE,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAEhC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;
|
|
1
|
+
{"version":3,"file":"manifest-resolver.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/manifest-resolver.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAMrE,MAAM,WAAW,iBAAkB,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAEhE,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAEhC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAUD,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,wBAAwB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5C,CAAC;AAKF,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC;IAE7F,EAAE,EAAE,MAAM,CAAC;IAEX,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE,OAAO,CAAC;IAEjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC/C;AAKD,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC;IAE/E,OAAO,EAAE,cAAc,EAAE,CAAC;CAC3B;AAKD,UAAU,YAAY;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAkBD,wBAAgB,cAAc,CAC5B,eAAe,CAAC,EAAE,mBAAmB,EACrC,OAAO,CAAC,EAAE,iBAAiB,GAC1B,eAAe,CAyCjB;AA6BD,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,EACrC,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAmBT;AAiCD,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,GAAG,MAAM,CAKhF;AAuCD,wBAAgB,cAAc,CAC5B,YAAY,EAAE,mBAAmB,EAAE,EACnC,OAAO,EAAE,iBAAiB,GACzB,mBAAmB,EAAE,CAmEvB"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getCollapsedShape } from "./collapse.js";
|
|
2
2
|
function resolveDisplay(manifestDisplay, context) {
|
|
3
3
|
if (!manifestDisplay) return {
|
|
4
|
-
icon: 'circle-question-mark',
|
|
5
4
|
shape: 'square',
|
|
6
5
|
label: context?.display?.label || 'Unknown Node'
|
|
7
6
|
};
|
|
@@ -9,9 +8,12 @@ function resolveDisplay(manifestDisplay, context) {
|
|
|
9
8
|
const shape = context?.display?.shape ?? manifestDisplay.shape;
|
|
10
9
|
const collapsedShape = getCollapsedShape(shape);
|
|
11
10
|
const expandedShape = manifestDisplay.shape;
|
|
11
|
+
const resolvedLabel = context?.display?.canvasLabel ?? context?.display?.label ?? manifestDisplay.canvasLabel ?? manifestDisplay.label;
|
|
12
12
|
return {
|
|
13
13
|
...manifestDisplay,
|
|
14
14
|
...context?.display,
|
|
15
|
+
label: resolvedLabel,
|
|
16
|
+
canvasLabel: context?.display?.canvasLabel ?? manifestDisplay.canvasLabel,
|
|
15
17
|
shape: isCollapsed ? collapsedShape : expandedShape
|
|
16
18
|
};
|
|
17
19
|
}
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Entfernen"],"autopilot-chat.common.attachments.remove-file-name":[["name"]," entfernen"],"autopilot-chat.common.mode-selector":["Modusselektor"],"autopilot-chat.common.model-selector":["Modellselektor"],"autopilot-chat.dropzone.allowed-file-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Legen Sie Ihre Dateien hier ab, um sie Ihrer Aufforderung hinzuzuf\xfcgen."],"autopilot-chat.error.file-invalid-type":["Nicht unterst\xfctzte Datei: ",["fileName"],"."],"autopilot-chat.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Pro Nachricht kann nur eine Datei angeh\xe4ngt werden."],"autopilot-chat.error.too-many-files":["Zu viele Dateien. Pro Nachricht sind ",["maxCount"]," Dateien zul\xe4ssig."],"autopilot-chat.header.actions.close":["Chat schlie\xdfen"],"autopilot-chat.header.actions.collapse":["Reduzieren"],"autopilot-chat.header.actions.custom-actions":["Weitere Aktionen"],"autopilot-chat.header.actions.expand":["Erweitern"],"autopilot-chat.header.actions.history":["Chatverlauf"],"autopilot-chat.header.actions.new-chat":["Neuer Chat"],"autopilot-chat.header.actions.settings":["Einstellungen"],"autopilot-chat.header.preview":["Vorschau"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["L\xf6schen"],"autopilot-chat.history.empty":["Es gibt noch keine Konversationen."],"autopilot-chat.history.group.last-30-days":["Vorherige 30 Tage"],"autopilot-chat.history.group.last-week":["Letzte Woche"],"autopilot-chat.history.group.months-ago":["vor\xa0",["count"],"\xa0Monaten"],"autopilot-chat.history.group.today":["Heute"],"autopilot-chat.history.group.yesterday":["Gestern"],"autopilot-chat.history.no-results":["Keine Ergebnisse gefunden."],"autopilot-chat.history.search-placeholder":["Suchen"],"autopilot-chat.input.actions.attach-file":["Datei(en) anh\xe4ngen"],"autopilot-chat.input.actions.attachments.allowed-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Senden"],"autopilot-chat.input.actions.stop":["Anhalten"],"autopilot-chat.input.agent-mode-selection-label":["Auswahl des Agent-Modus"],"autopilot-chat.input.footer":["Autopilot kann Fehler machen. \xdcberpr\xfcfen Sie die Antworten sorgf\xe4ltig."],"autopilot-chat.input.model-selection-label":["Modellauswahl"],"autopilot-chat.input.placeholder":["Was soll ich tun?"],"autopilot-chat.input.resource-chip.remove":["Entfernen"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," entfernen"],"autopilot-chat.message.actions.bad":["Verbesserungsw\xfcrdig"],"autopilot-chat.message.actions.copy":["Kopieren"],"autopilot-chat.message.actions.good":["Gef\xe4llt mir"],"autopilot-chat.message.actions.label":["Nachrichtenaktionen"],"autopilot-chat.message.actions.more":["Weitere Aktionen"],"autopilot-chat.message.citation-aria-label":["Zitat ",["id"],": ",["title"]],"autopilot-chat.message.close":["Chat schlie\xdfen"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Kopieren"],"autopilot-chat.message.code-block-language":["Text"],"autopilot-chat.message.code-block-preview":["Vorschau"],"autopilot-chat.message.expand":["Erweitern"],"autopilot-chat.message.footnote-label":["Quellen"],"autopilot-chat.message.generating-response":["Generieren…"],"autopilot-chat.message.page-number":["Seite ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Bildlauf nach unten"],"autopilot-chat.message.show-less":["Weniger anzeigen"],"autopilot-chat.message.show-more":["Mehr anzeigen"],"autopilot-chat.message.sources":["Quellen"],"autopilot-chat.message.suggestions-title":["Vorschl\xe4ge"],"autopilot-chat.resource-picker.back":["Zur\xfcck"],"autopilot-chat.resource-picker.empty":["Keine Ressourcen verf\xfcgbar"],"autopilot-chat.resource-picker.error":["Ressourcen konnten nicht geladen werden"],"autopilot-chat.resource-picker.label":["Ressourcenauswahl"],"autopilot-chat.resource-picker.load-more-error":["Es konnten keine weiteren geladen werden"],"autopilot-chat.resource-picker.no-results":["Keine \xfcbereinstimmenden Ressourcen"],"autopilot-chat.resource-picker.retry":["Wiederholen"],"autopilot-chat.resource-picker.search-error":["Suche fehlgeschlagen"],"autopilot-chat.resource-trigger.label":["Ressourcenreferenz hinzuf\xfcgen"],"autopilot-chat.resource-trigger.tooltip":["Ressource hinzuf\xfcgen"],"autopilot-chat.settings.heading-description":["\xdcberschriftsebene 2"],"autopilot-chat.settings.hide":["Einstellungen ausblenden"],"autopilot-chat.settings.title":["Chateinstellungen"],"autopilot-chat.tree.no-description":["Keine Beschreibung"],"autopilot-chat.tree.no-items":["Keine Elemente"],"autopilot-chat.tree.unknown":["Unbekannt"]}');
|
|
29
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Entfernen"],"autopilot-chat.common.attachments.remove-file-name":[["name"]," entfernen"],"autopilot-chat.common.mode-selector":["Modusselektor"],"autopilot-chat.common.model-selector":["Modellselektor"],"autopilot-chat.dropzone.allowed-file-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Legen Sie Ihre Dateien hier ab, um sie Ihrer Aufforderung hinzuzuf\xfcgen."],"autopilot-chat.error.file-invalid-type":["Nicht unterst\xfctzte Datei: ",["fileName"],"."],"autopilot-chat.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Pro Nachricht kann nur eine Datei angeh\xe4ngt werden."],"autopilot-chat.error.too-many-files":["Zu viele Dateien. Pro Nachricht sind ",["maxCount"]," Dateien zul\xe4ssig."],"autopilot-chat.header.actions.close":["Chat schlie\xdfen"],"autopilot-chat.header.actions.collapse":["Reduzieren"],"autopilot-chat.header.actions.custom-actions":["Weitere Aktionen"],"autopilot-chat.header.actions.expand":["Erweitern"],"autopilot-chat.header.actions.history":["Chatverlauf"],"autopilot-chat.header.actions.new-chat":["Neuer Chat"],"autopilot-chat.header.actions.settings":["Einstellungen"],"autopilot-chat.header.preview":["Vorschau"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["L\xf6schen"],"autopilot-chat.history.empty":["Es gibt noch keine Konversationen."],"autopilot-chat.history.group.last-30-days":["Vorherige 30 Tage"],"autopilot-chat.history.group.last-week":["Letzte Woche"],"autopilot-chat.history.group.months-ago":["vor\xa0",["count"],"\xa0Monaten"],"autopilot-chat.history.group.today":["Heute"],"autopilot-chat.history.group.yesterday":["Gestern"],"autopilot-chat.history.no-results":["Keine Ergebnisse gefunden."],"autopilot-chat.history.search-placeholder":["Suchen"],"autopilot-chat.input.actions.attach-file":["Datei(en) anh\xe4ngen"],"autopilot-chat.input.actions.attachments.allowed-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.dictate":["Diktieren"],"autopilot-chat.input.actions.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Senden"],"autopilot-chat.input.actions.stop":["Anhalten"],"autopilot-chat.input.actions.voice-interaction":["Sprachinteraktion"],"autopilot-chat.input.agent-mode-selection-label":["Auswahl des Agent-Modus"],"autopilot-chat.input.footer":["Autopilot kann Fehler machen. \xdcberpr\xfcfen Sie die Antworten sorgf\xe4ltig."],"autopilot-chat.input.model-selection-label":["Modellauswahl"],"autopilot-chat.input.placeholder":["Was soll ich tun?"],"autopilot-chat.input.resource-chip.remove":["Entfernen"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," entfernen"],"autopilot-chat.message.actions.bad":["Verbesserungsw\xfcrdig"],"autopilot-chat.message.actions.copy":["Kopieren"],"autopilot-chat.message.actions.good":["Gef\xe4llt mir"],"autopilot-chat.message.actions.label":["Nachrichtenaktionen"],"autopilot-chat.message.actions.more":["Weitere Aktionen"],"autopilot-chat.message.citation-aria-label":["Zitat ",["id"],": ",["title"]],"autopilot-chat.message.close":["Chat schlie\xdfen"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Kopieren"],"autopilot-chat.message.code-block-language":["Text"],"autopilot-chat.message.code-block-preview":["Vorschau"],"autopilot-chat.message.expand":["Erweitern"],"autopilot-chat.message.footnote-label":["Quellen"],"autopilot-chat.message.generating-response":["Generieren…"],"autopilot-chat.message.page-number":["Seite ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Bildlauf nach unten"],"autopilot-chat.message.show-less":["Weniger anzeigen"],"autopilot-chat.message.show-more":["Mehr anzeigen"],"autopilot-chat.message.sources":["Quellen"],"autopilot-chat.message.suggestions-title":["Vorschl\xe4ge"],"autopilot-chat.resource-picker.back":["Zur\xfcck"],"autopilot-chat.resource-picker.empty":["Keine Ressourcen verf\xfcgbar"],"autopilot-chat.resource-picker.error":["Ressourcen konnten nicht geladen werden"],"autopilot-chat.resource-picker.label":["Ressourcenauswahl"],"autopilot-chat.resource-picker.load-more-error":["Es konnten keine weiteren geladen werden"],"autopilot-chat.resource-picker.no-results":["Keine \xfcbereinstimmenden Ressourcen"],"autopilot-chat.resource-picker.retry":["Wiederholen"],"autopilot-chat.resource-picker.search-error":["Suche fehlgeschlagen"],"autopilot-chat.resource-trigger.label":["Ressourcenreferenz hinzuf\xfcgen"],"autopilot-chat.resource-trigger.tooltip":["Ressource hinzuf\xfcgen"],"autopilot-chat.settings.heading-description":["\xdcberschriftsebene 2"],"autopilot-chat.settings.hide":["Einstellungen ausblenden"],"autopilot-chat.settings.title":["Chateinstellungen"],"autopilot-chat.tree.no-description":["Keine Beschreibung"],"autopilot-chat.tree.no-items":["Keine Elemente"],"autopilot-chat.tree.unknown":["Unbekannt"]}');
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAurL,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Entfernen"],"autopilot-chat.common.attachments.remove-file-name":[["name"]," entfernen"],"autopilot-chat.common.mode-selector":["Modusselektor"],"autopilot-chat.common.model-selector":["Modellselektor"],"autopilot-chat.dropzone.allowed-file-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Legen Sie Ihre Dateien hier ab, um sie Ihrer Aufforderung hinzuzuf\xfcgen."],"autopilot-chat.error.file-invalid-type":["Nicht unterst\xfctzte Datei: ",["fileName"],"."],"autopilot-chat.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Pro Nachricht kann nur eine Datei angeh\xe4ngt werden."],"autopilot-chat.error.too-many-files":["Zu viele Dateien. Pro Nachricht sind ",["maxCount"]," Dateien zul\xe4ssig."],"autopilot-chat.header.actions.close":["Chat schlie\xdfen"],"autopilot-chat.header.actions.collapse":["Reduzieren"],"autopilot-chat.header.actions.custom-actions":["Weitere Aktionen"],"autopilot-chat.header.actions.expand":["Erweitern"],"autopilot-chat.header.actions.history":["Chatverlauf"],"autopilot-chat.header.actions.new-chat":["Neuer Chat"],"autopilot-chat.header.actions.settings":["Einstellungen"],"autopilot-chat.header.preview":["Vorschau"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["L\xf6schen"],"autopilot-chat.history.empty":["Es gibt noch keine Konversationen."],"autopilot-chat.history.group.last-30-days":["Vorherige 30 Tage"],"autopilot-chat.history.group.last-week":["Letzte Woche"],"autopilot-chat.history.group.months-ago":["vor\xa0",["count"],"\xa0Monaten"],"autopilot-chat.history.group.today":["Heute"],"autopilot-chat.history.group.yesterday":["Gestern"],"autopilot-chat.history.no-results":["Keine Ergebnisse gefunden."],"autopilot-chat.history.search-placeholder":["Suchen"],"autopilot-chat.input.actions.attach-file":["Datei(en) anh\xe4ngen"],"autopilot-chat.input.actions.attachments.allowed-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Senden"],"autopilot-chat.input.actions.stop":["Anhalten"],"autopilot-chat.input.agent-mode-selection-label":["Auswahl des Agent-Modus"],"autopilot-chat.input.footer":["Autopilot kann Fehler machen. \xdcberpr\xfcfen Sie die Antworten sorgf\xe4ltig."],"autopilot-chat.input.model-selection-label":["Modellauswahl"],"autopilot-chat.input.placeholder":["Was soll ich tun?"],"autopilot-chat.input.resource-chip.remove":["Entfernen"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," entfernen"],"autopilot-chat.message.actions.bad":["Verbesserungsw\xfcrdig"],"autopilot-chat.message.actions.copy":["Kopieren"],"autopilot-chat.message.actions.good":["Gef\xe4llt mir"],"autopilot-chat.message.actions.label":["Nachrichtenaktionen"],"autopilot-chat.message.actions.more":["Weitere Aktionen"],"autopilot-chat.message.citation-aria-label":["Zitat ",["id"],": ",["title"]],"autopilot-chat.message.close":["Chat schlie\xdfen"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Kopieren"],"autopilot-chat.message.code-block-language":["Text"],"autopilot-chat.message.code-block-preview":["Vorschau"],"autopilot-chat.message.expand":["Erweitern"],"autopilot-chat.message.footnote-label":["Quellen"],"autopilot-chat.message.generating-response":["Generieren…"],"autopilot-chat.message.page-number":["Seite ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Bildlauf nach unten"],"autopilot-chat.message.show-less":["Weniger anzeigen"],"autopilot-chat.message.show-more":["Mehr anzeigen"],"autopilot-chat.message.sources":["Quellen"],"autopilot-chat.message.suggestions-title":["Vorschl\xe4ge"],"autopilot-chat.resource-picker.back":["Zur\xfcck"],"autopilot-chat.resource-picker.empty":["Keine Ressourcen verf\xfcgbar"],"autopilot-chat.resource-picker.error":["Ressourcen konnten nicht geladen werden"],"autopilot-chat.resource-picker.label":["Ressourcenauswahl"],"autopilot-chat.resource-picker.load-more-error":["Es konnten keine weiteren geladen werden"],"autopilot-chat.resource-picker.no-results":["Keine \xfcbereinstimmenden Ressourcen"],"autopilot-chat.resource-picker.retry":["Wiederholen"],"autopilot-chat.resource-picker.search-error":["Suche fehlgeschlagen"],"autopilot-chat.resource-trigger.label":["Ressourcenreferenz hinzuf\xfcgen"],"autopilot-chat.resource-trigger.tooltip":["Ressource hinzuf\xfcgen"],"autopilot-chat.settings.heading-description":["\xdcberschriftsebene 2"],"autopilot-chat.settings.hide":["Einstellungen ausblenden"],"autopilot-chat.settings.title":["Chateinstellungen"],"autopilot-chat.tree.no-description":["Keine Beschreibung"],"autopilot-chat.tree.no-items":["Keine Elemente"],"autopilot-chat.tree.unknown":["Unbekannt"]}');
|
|
1
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Entfernen"],"autopilot-chat.common.attachments.remove-file-name":[["name"]," entfernen"],"autopilot-chat.common.mode-selector":["Modusselektor"],"autopilot-chat.common.model-selector":["Modellselektor"],"autopilot-chat.dropzone.allowed-file-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Legen Sie Ihre Dateien hier ab, um sie Ihrer Aufforderung hinzuzuf\xfcgen."],"autopilot-chat.error.file-invalid-type":["Nicht unterst\xfctzte Datei: ",["fileName"],"."],"autopilot-chat.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Pro Nachricht kann nur eine Datei angeh\xe4ngt werden."],"autopilot-chat.error.too-many-files":["Zu viele Dateien. Pro Nachricht sind ",["maxCount"]," Dateien zul\xe4ssig."],"autopilot-chat.header.actions.close":["Chat schlie\xdfen"],"autopilot-chat.header.actions.collapse":["Reduzieren"],"autopilot-chat.header.actions.custom-actions":["Weitere Aktionen"],"autopilot-chat.header.actions.expand":["Erweitern"],"autopilot-chat.header.actions.history":["Chatverlauf"],"autopilot-chat.header.actions.new-chat":["Neuer Chat"],"autopilot-chat.header.actions.settings":["Einstellungen"],"autopilot-chat.header.preview":["Vorschau"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["L\xf6schen"],"autopilot-chat.history.empty":["Es gibt noch keine Konversationen."],"autopilot-chat.history.group.last-30-days":["Vorherige 30 Tage"],"autopilot-chat.history.group.last-week":["Letzte Woche"],"autopilot-chat.history.group.months-ago":["vor\xa0",["count"],"\xa0Monaten"],"autopilot-chat.history.group.today":["Heute"],"autopilot-chat.history.group.yesterday":["Gestern"],"autopilot-chat.history.no-results":["Keine Ergebnisse gefunden."],"autopilot-chat.history.search-placeholder":["Suchen"],"autopilot-chat.input.actions.attach-file":["Datei(en) anh\xe4ngen"],"autopilot-chat.input.actions.attachments.allowed-types":["Zul\xe4ssige Dateitypen: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Maximal zul\xe4ssige Dateien: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maximale Dateigr\xf6\xdfe: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.dictate":["Diktieren"],"autopilot-chat.input.actions.error.file-too-large":["Datei zu gro\xdf: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Senden"],"autopilot-chat.input.actions.stop":["Anhalten"],"autopilot-chat.input.actions.voice-interaction":["Sprachinteraktion"],"autopilot-chat.input.agent-mode-selection-label":["Auswahl des Agent-Modus"],"autopilot-chat.input.footer":["Autopilot kann Fehler machen. \xdcberpr\xfcfen Sie die Antworten sorgf\xe4ltig."],"autopilot-chat.input.model-selection-label":["Modellauswahl"],"autopilot-chat.input.placeholder":["Was soll ich tun?"],"autopilot-chat.input.resource-chip.remove":["Entfernen"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," entfernen"],"autopilot-chat.message.actions.bad":["Verbesserungsw\xfcrdig"],"autopilot-chat.message.actions.copy":["Kopieren"],"autopilot-chat.message.actions.good":["Gef\xe4llt mir"],"autopilot-chat.message.actions.label":["Nachrichtenaktionen"],"autopilot-chat.message.actions.more":["Weitere Aktionen"],"autopilot-chat.message.citation-aria-label":["Zitat ",["id"],": ",["title"]],"autopilot-chat.message.close":["Chat schlie\xdfen"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Kopieren"],"autopilot-chat.message.code-block-language":["Text"],"autopilot-chat.message.code-block-preview":["Vorschau"],"autopilot-chat.message.expand":["Erweitern"],"autopilot-chat.message.footnote-label":["Quellen"],"autopilot-chat.message.generating-response":["Generieren…"],"autopilot-chat.message.page-number":["Seite ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Bildlauf nach unten"],"autopilot-chat.message.show-less":["Weniger anzeigen"],"autopilot-chat.message.show-more":["Mehr anzeigen"],"autopilot-chat.message.sources":["Quellen"],"autopilot-chat.message.suggestions-title":["Vorschl\xe4ge"],"autopilot-chat.resource-picker.back":["Zur\xfcck"],"autopilot-chat.resource-picker.empty":["Keine Ressourcen verf\xfcgbar"],"autopilot-chat.resource-picker.error":["Ressourcen konnten nicht geladen werden"],"autopilot-chat.resource-picker.label":["Ressourcenauswahl"],"autopilot-chat.resource-picker.load-more-error":["Es konnten keine weiteren geladen werden"],"autopilot-chat.resource-picker.no-results":["Keine \xfcbereinstimmenden Ressourcen"],"autopilot-chat.resource-picker.retry":["Wiederholen"],"autopilot-chat.resource-picker.search-error":["Suche fehlgeschlagen"],"autopilot-chat.resource-trigger.label":["Ressourcenreferenz hinzuf\xfcgen"],"autopilot-chat.resource-trigger.tooltip":["Ressource hinzuf\xfcgen"],"autopilot-chat.settings.heading-description":["\xdcberschriftsebene 2"],"autopilot-chat.settings.hide":["Einstellungen ausblenden"],"autopilot-chat.settings.title":["Chateinstellungen"],"autopilot-chat.tree.no-description":["Keine Beschreibung"],"autopilot-chat.tree.no-items":["Keine Elemente"],"autopilot-chat.tree.unknown":["Unbekannt"]}');
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Eliminar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Suelte los archivos aqu\xed para agregarlos a la solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo incompatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial del chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["30\xa0d\xedas anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Compruebe las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQu\xe9 le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Eliminar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensajes"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazar hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["Agregar referencia de recursos"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel del encabezado\xa02"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
29
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Eliminar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Suelte los archivos aqu\xed para agregarlos a la solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo incompatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial del chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["30\xa0d\xedas anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.dictate":["Dictar"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.actions.voice-interaction":["Interacci\xf3n de voz"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Compruebe las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQu\xe9 le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Eliminar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensajes"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazar hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["Agregar referencia de recursos"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel del encabezado\xa02"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAmqL,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Eliminar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Suelte los archivos aqu\xed para agregarlos a la solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo incompatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial del chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["30\xa0d\xedas anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Compruebe las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQu\xe9 le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Eliminar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensajes"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazar hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["Agregar referencia de recursos"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel del encabezado\xa02"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
1
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Eliminar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.dropzone.overlay-title":["Suelte los archivos aqu\xed para agregarlos a la solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo incompatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial del chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["30\xa0d\xedas anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo del archivo: ",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.dictate":["Dictar"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"\xa0MB/",["maxSize"],"\xa0MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.actions.voice-interaction":["Interacci\xf3n de voz"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Compruebe las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQu\xe9 le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Eliminar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensajes"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazar hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["Agregar referencia de recursos"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel del encabezado\xa02"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Quitar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Suelte sus archivos aqu\xed para a\xf1adirlos a su solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo no compatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial de chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["\xdaltimos 30 d\xedas"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Vuelva a comprobar las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQue le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Quitar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensaje"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando..."],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazarse hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["A\xf1adir referencia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel de encabezado 2"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
29
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Quitar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Suelte sus archivos aqu\xed para a\xf1adirlos a su solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo no compatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial de chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["\xdaltimos 30 d\xedas"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.dictate":["Dictar"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.actions.voice-interaction":["Interacci\xf3n de voz"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Vuelva a comprobar las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQue le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Quitar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensaje"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando..."],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazarse hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["A\xf1adir referencia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel de encabezado 2"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAooL,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Quitar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Suelte sus archivos aqu\xed para a\xf1adirlos a su solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo no compatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial de chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["\xdaltimos 30 d\xedas"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Vuelva a comprobar las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQue le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Quitar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensaje"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando..."],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazarse hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["A\xf1adir referencia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel de encabezado 2"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
1
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Quitar"],"autopilot-chat.common.attachments.remove-file-name":["Eliminar ",["name"]],"autopilot-chat.common.mode-selector":["Selector de modo"],"autopilot-chat.common.model-selector":["Selector de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Suelte sus archivos aqu\xed para a\xf1adirlos a su solicitud"],"autopilot-chat.error.file-invalid-type":["Archivo no compatible: ",["fileName"]],"autopilot-chat.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Solo se puede adjuntar un archivo por mensaje"],"autopilot-chat.error.too-many-files":["Demasiados archivos. Se permiten ",["maxCount"]," archivos por mensaje"],"autopilot-chat.header.actions.close":["Cerrar chat"],"autopilot-chat.header.actions.collapse":["Contraer"],"autopilot-chat.header.actions.custom-actions":["M\xe1s acciones"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Historial de chat"],"autopilot-chat.header.actions.new-chat":["Nuevo chat"],"autopilot-chat.header.actions.settings":["Configuraci\xf3n"],"autopilot-chat.header.preview":["Vista previa"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["A\xfan no hay conversaciones."],"autopilot-chat.history.group.last-30-days":["\xdaltimos 30 d\xedas"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["hace ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoy"],"autopilot-chat.history.group.yesterday":["Ayer"],"autopilot-chat.history.no-results":["No se encontraron resultados."],"autopilot-chat.history.search-placeholder":["Buscar"],"autopilot-chat.input.actions.attach-file":["Adjuntar archivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de archivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de archivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tama\xf1o m\xe1ximo de archivo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.dictate":["Dictar"],"autopilot-chat.input.actions.error.file-too-large":["Archivo demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Detener"],"autopilot-chat.input.actions.voice-interaction":["Interacci\xf3n de voz"],"autopilot-chat.input.agent-mode-selection-label":["Selecci\xf3n del modo de agente"],"autopilot-chat.input.footer":["Autopilot puede cometer errores. Vuelva a comprobar las respuestas."],"autopilot-chat.input.model-selection-label":["Selecci\xf3n de modelo"],"autopilot-chat.input.placeholder":["\xbfQue le gustar\xeda que hiciera?"],"autopilot-chat.input.resource-chip.remove":["Quitar"],"autopilot-chat.input.resource-chip.remove-name":["Eliminar ",["label"]],"autopilot-chat.message.actions.bad":["Necesita mejorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Me encanta"],"autopilot-chat.message.actions.label":["Acciones de mensaje"],"autopilot-chat.message.actions.more":["M\xe1s acciones"],"autopilot-chat.message.citation-aria-label":["Cita ",["id"],": ",["title"]],"autopilot-chat.message.close":["Cerrar chat"],"autopilot-chat.message.code-block-code":["C\xf3digo"],"autopilot-chat.message.code-block-copy":["Copiar"],"autopilot-chat.message.code-block-language":["Texto"],"autopilot-chat.message.code-block-preview":["Vista previa"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fuentes"],"autopilot-chat.message.generating-response":["Generando..."],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Desplazarse hacia abajo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar m\xe1s"],"autopilot-chat.message.sources":["Fuentes"],"autopilot-chat.message.suggestions-title":["Sugerencias"],"autopilot-chat.resource-picker.back":["Volver"],"autopilot-chat.resource-picker.empty":["No hay recursos disponibles"],"autopilot-chat.resource-picker.error":["Error al cargar los recursos"],"autopilot-chat.resource-picker.label":["Selector de recursos"],"autopilot-chat.resource-picker.load-more-error":["Error al cargar m\xe1s"],"autopilot-chat.resource-picker.no-results":["No hay recursos coincidentes"],"autopilot-chat.resource-picker.retry":["Reintentar"],"autopilot-chat.resource-picker.search-error":["Error en la b\xfasqueda"],"autopilot-chat.resource-trigger.label":["A\xf1adir referencia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Agregar recurso"],"autopilot-chat.settings.heading-description":["nivel de encabezado 2"],"autopilot-chat.settings.hide":["Ocultar configuraci\xf3n"],"autopilot-chat.settings.title":["Configuraci\xf3n de chat"],"autopilot-chat.tree.no-description":["Sin descripci\xf3n"],"autopilot-chat.tree.no-items":["Sin elementos"],"autopilot-chat.tree.unknown":["Desconocido"]}');
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Supprimer"],"autopilot-chat.common.attachments.remove-file-name":["Supprimer ",["name"]],"autopilot-chat.common.mode-selector":["S\xe9lecteur de mode"],"autopilot-chat.common.model-selector":["S\xe9lecteur de mod\xe8le"],"autopilot-chat.dropzone.allowed-file-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.dropzone.overlay-title":["D\xe9posez vos fichiers ici pour les ajouter \xe0 votre invite"],"autopilot-chat.error.file-invalid-type":["Fichier non pris en charge\xa0: ",["fileName"]],"autopilot-chat.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.error.multiple-files":["Un seul fichier par message peut \xeatre ajout\xe9 en pi\xe8ce jointe."],"autopilot-chat.error.too-many-files":["Trop de fichiers. ",["maxCount"],"\xa0fichiers sont autoris\xe9s par message"],"autopilot-chat.header.actions.close":["Fermer le chat"],"autopilot-chat.header.actions.collapse":["R\xe9duire"],"autopilot-chat.header.actions.custom-actions":["Autres actions"],"autopilot-chat.header.actions.expand":["D\xe9velopper"],"autopilot-chat.header.actions.history":["Historique de discussion"],"autopilot-chat.header.actions.new-chat":["Nouveau chat"],"autopilot-chat.header.actions.settings":["Param\xe8tres"],"autopilot-chat.header.preview":["Aper\xe7u"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Supprimer"],"autopilot-chat.history.empty":["Il n’y a aucune conversation pour le moment."],"autopilot-chat.history.group.last-30-days":["30\xa0jours pr\xe9c\xe9dents"],"autopilot-chat.history.group.last-week":["Derni\xe8re semaine"],"autopilot-chat.history.group.months-ago":["il y a ",["count"]," mois"],"autopilot-chat.history.group.today":["Aujourd\'hui"],"autopilot-chat.history.group.yesterday":["Hier"],"autopilot-chat.history.no-results":["Aucun r\xe9sultat trouv\xe9."],"autopilot-chat.history.search-placeholder":["Rechercher"],"autopilot-chat.input.actions.attach-file":["Joindre le(s) fichier(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.input.actions.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.input.actions.send":["Envoyer"],"autopilot-chat.input.actions.stop":["Arr\xeater"],"autopilot-chat.input.agent-mode-selection-label":["S\xe9lection du mode d’agent"],"autopilot-chat.input.footer":["Autopilot peut commettre des erreurs. Veuillez v\xe9rifier soigneusement les r\xe9ponses."],"autopilot-chat.input.model-selection-label":["S\xe9lection du mod\xe8le"],"autopilot-chat.input.placeholder":["Que souhaitez-vous que je fasse\xa0?"],"autopilot-chat.input.resource-chip.remove":["Supprimer"],"autopilot-chat.input.resource-chip.remove-name":["Supprimer ",["label"]],"autopilot-chat.message.actions.bad":["Am\xe9lioration requise"],"autopilot-chat.message.actions.copy":["Copier"],"autopilot-chat.message.actions.good":["J’aime"],"autopilot-chat.message.actions.label":["Actions de message"],"autopilot-chat.message.actions.more":["Autres actions"],"autopilot-chat.message.citation-aria-label":["Citation\xa0",["id"],"\xa0: ",["title"]],"autopilot-chat.message.close":["Fermer le chat"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Copier"],"autopilot-chat.message.code-block-language":["Texte"],"autopilot-chat.message.code-block-preview":["Aper\xe7u"],"autopilot-chat.message.expand":["D\xe9velopper"],"autopilot-chat.message.footnote-label":["Sources"],"autopilot-chat.message.generating-response":["G\xe9n\xe9ration en cours..."],"autopilot-chat.message.page-number":["Page\xa0",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Faire d\xe9filer vers le bas"],"autopilot-chat.message.show-less":["Afficher moins"],"autopilot-chat.message.show-more":["Afficher plus"],"autopilot-chat.message.sources":["Sources"],"autopilot-chat.message.suggestions-title":["Suggestions"],"autopilot-chat.resource-picker.back":["Revenir en arri\xe8re"],"autopilot-chat.resource-picker.empty":["Aucune ressource disponible"],"autopilot-chat.resource-picker.error":["\xc9chec du chargement des ressources"],"autopilot-chat.resource-picker.label":["S\xe9lecteur de ressources"],"autopilot-chat.resource-picker.load-more-error":["Impossible de charger plus"],"autopilot-chat.resource-picker.no-results":["Aucune ressource correspondante"],"autopilot-chat.resource-picker.retry":["R\xe9essayer"],"autopilot-chat.resource-picker.search-error":["Recherche \xe9chou\xe9e"],"autopilot-chat.resource-trigger.label":["Ajouter une r\xe9f\xe9rence de ressource"],"autopilot-chat.resource-trigger.tooltip":["Ajouter une ressource"],"autopilot-chat.settings.heading-description":["Niveau d’en-t\xeate\xa02"],"autopilot-chat.settings.hide":["Masquer les param\xe8tres"],"autopilot-chat.settings.title":["Param\xe8tres de chat"],"autopilot-chat.tree.no-description":["Aucune description"],"autopilot-chat.tree.no-items":["Aucun \xe9l\xe9ment"],"autopilot-chat.tree.unknown":["Inconnu"]}');
|
|
29
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Supprimer"],"autopilot-chat.common.attachments.remove-file-name":["Supprimer ",["name"]],"autopilot-chat.common.mode-selector":["S\xe9lecteur de mode"],"autopilot-chat.common.model-selector":["S\xe9lecteur de mod\xe8le"],"autopilot-chat.dropzone.allowed-file-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.dropzone.overlay-title":["D\xe9posez vos fichiers ici pour les ajouter \xe0 votre invite"],"autopilot-chat.error.file-invalid-type":["Fichier non pris en charge\xa0: ",["fileName"]],"autopilot-chat.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.error.multiple-files":["Un seul fichier par message peut \xeatre ajout\xe9 en pi\xe8ce jointe."],"autopilot-chat.error.too-many-files":["Trop de fichiers. ",["maxCount"],"\xa0fichiers sont autoris\xe9s par message"],"autopilot-chat.header.actions.close":["Fermer le chat"],"autopilot-chat.header.actions.collapse":["R\xe9duire"],"autopilot-chat.header.actions.custom-actions":["Autres actions"],"autopilot-chat.header.actions.expand":["D\xe9velopper"],"autopilot-chat.header.actions.history":["Historique de discussion"],"autopilot-chat.header.actions.new-chat":["Nouveau chat"],"autopilot-chat.header.actions.settings":["Param\xe8tres"],"autopilot-chat.header.preview":["Aper\xe7u"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Supprimer"],"autopilot-chat.history.empty":["Il n’y a aucune conversation pour le moment."],"autopilot-chat.history.group.last-30-days":["30\xa0jours pr\xe9c\xe9dents"],"autopilot-chat.history.group.last-week":["Derni\xe8re semaine"],"autopilot-chat.history.group.months-ago":["il y a ",["count"]," mois"],"autopilot-chat.history.group.today":["Aujourd\'hui"],"autopilot-chat.history.group.yesterday":["Hier"],"autopilot-chat.history.no-results":["Aucun r\xe9sultat trouv\xe9."],"autopilot-chat.history.search-placeholder":["Rechercher"],"autopilot-chat.input.actions.attach-file":["Joindre le(s) fichier(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.input.actions.dictate":["Dicter"],"autopilot-chat.input.actions.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.input.actions.send":["Envoyer"],"autopilot-chat.input.actions.stop":["Arr\xeater"],"autopilot-chat.input.actions.voice-interaction":["Interaction vocale"],"autopilot-chat.input.agent-mode-selection-label":["S\xe9lection du mode d’agent"],"autopilot-chat.input.footer":["Autopilot peut commettre des erreurs. Veuillez v\xe9rifier soigneusement les r\xe9ponses."],"autopilot-chat.input.model-selection-label":["S\xe9lection du mod\xe8le"],"autopilot-chat.input.placeholder":["Que souhaitez-vous que je fasse\xa0?"],"autopilot-chat.input.resource-chip.remove":["Supprimer"],"autopilot-chat.input.resource-chip.remove-name":["Supprimer ",["label"]],"autopilot-chat.message.actions.bad":["Am\xe9lioration requise"],"autopilot-chat.message.actions.copy":["Copier"],"autopilot-chat.message.actions.good":["J’aime"],"autopilot-chat.message.actions.label":["Actions de message"],"autopilot-chat.message.actions.more":["Autres actions"],"autopilot-chat.message.citation-aria-label":["Citation\xa0",["id"],"\xa0: ",["title"]],"autopilot-chat.message.close":["Fermer le chat"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Copier"],"autopilot-chat.message.code-block-language":["Texte"],"autopilot-chat.message.code-block-preview":["Aper\xe7u"],"autopilot-chat.message.expand":["D\xe9velopper"],"autopilot-chat.message.footnote-label":["Sources"],"autopilot-chat.message.generating-response":["G\xe9n\xe9ration en cours..."],"autopilot-chat.message.page-number":["Page\xa0",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Faire d\xe9filer vers le bas"],"autopilot-chat.message.show-less":["Afficher moins"],"autopilot-chat.message.show-more":["Afficher plus"],"autopilot-chat.message.sources":["Sources"],"autopilot-chat.message.suggestions-title":["Suggestions"],"autopilot-chat.resource-picker.back":["Revenir en arri\xe8re"],"autopilot-chat.resource-picker.empty":["Aucune ressource disponible"],"autopilot-chat.resource-picker.error":["\xc9chec du chargement des ressources"],"autopilot-chat.resource-picker.label":["S\xe9lecteur de ressources"],"autopilot-chat.resource-picker.load-more-error":["Impossible de charger plus"],"autopilot-chat.resource-picker.no-results":["Aucune ressource correspondante"],"autopilot-chat.resource-picker.retry":["R\xe9essayer"],"autopilot-chat.resource-picker.search-error":["Recherche \xe9chou\xe9e"],"autopilot-chat.resource-trigger.label":["Ajouter une r\xe9f\xe9rence de ressource"],"autopilot-chat.resource-trigger.tooltip":["Ajouter une ressource"],"autopilot-chat.settings.heading-description":["Niveau d’en-t\xeate\xa02"],"autopilot-chat.settings.hide":["Masquer les param\xe8tres"],"autopilot-chat.settings.title":["Param\xe8tres de chat"],"autopilot-chat.tree.no-description":["Aucune description"],"autopilot-chat.tree.no-items":["Aucun \xe9l\xe9ment"],"autopilot-chat.tree.unknown":["Inconnu"]}');
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAo2L,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Supprimer"],"autopilot-chat.common.attachments.remove-file-name":["Supprimer ",["name"]],"autopilot-chat.common.mode-selector":["S\xe9lecteur de mode"],"autopilot-chat.common.model-selector":["S\xe9lecteur de mod\xe8le"],"autopilot-chat.dropzone.allowed-file-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.dropzone.overlay-title":["D\xe9posez vos fichiers ici pour les ajouter \xe0 votre invite"],"autopilot-chat.error.file-invalid-type":["Fichier non pris en charge\xa0: ",["fileName"]],"autopilot-chat.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.error.multiple-files":["Un seul fichier par message peut \xeatre ajout\xe9 en pi\xe8ce jointe."],"autopilot-chat.error.too-many-files":["Trop de fichiers. ",["maxCount"],"\xa0fichiers sont autoris\xe9s par message"],"autopilot-chat.header.actions.close":["Fermer le chat"],"autopilot-chat.header.actions.collapse":["R\xe9duire"],"autopilot-chat.header.actions.custom-actions":["Autres actions"],"autopilot-chat.header.actions.expand":["D\xe9velopper"],"autopilot-chat.header.actions.history":["Historique de discussion"],"autopilot-chat.header.actions.new-chat":["Nouveau chat"],"autopilot-chat.header.actions.settings":["Param\xe8tres"],"autopilot-chat.header.preview":["Aper\xe7u"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Supprimer"],"autopilot-chat.history.empty":["Il n’y a aucune conversation pour le moment."],"autopilot-chat.history.group.last-30-days":["30\xa0jours pr\xe9c\xe9dents"],"autopilot-chat.history.group.last-week":["Derni\xe8re semaine"],"autopilot-chat.history.group.months-ago":["il y a ",["count"]," mois"],"autopilot-chat.history.group.today":["Aujourd\'hui"],"autopilot-chat.history.group.yesterday":["Hier"],"autopilot-chat.history.no-results":["Aucun r\xe9sultat trouv\xe9."],"autopilot-chat.history.search-placeholder":["Rechercher"],"autopilot-chat.input.actions.attach-file":["Joindre le(s) fichier(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.input.actions.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.input.actions.send":["Envoyer"],"autopilot-chat.input.actions.stop":["Arr\xeater"],"autopilot-chat.input.agent-mode-selection-label":["S\xe9lection du mode d’agent"],"autopilot-chat.input.footer":["Autopilot peut commettre des erreurs. Veuillez v\xe9rifier soigneusement les r\xe9ponses."],"autopilot-chat.input.model-selection-label":["S\xe9lection du mod\xe8le"],"autopilot-chat.input.placeholder":["Que souhaitez-vous que je fasse\xa0?"],"autopilot-chat.input.resource-chip.remove":["Supprimer"],"autopilot-chat.input.resource-chip.remove-name":["Supprimer ",["label"]],"autopilot-chat.message.actions.bad":["Am\xe9lioration requise"],"autopilot-chat.message.actions.copy":["Copier"],"autopilot-chat.message.actions.good":["J’aime"],"autopilot-chat.message.actions.label":["Actions de message"],"autopilot-chat.message.actions.more":["Autres actions"],"autopilot-chat.message.citation-aria-label":["Citation\xa0",["id"],"\xa0: ",["title"]],"autopilot-chat.message.close":["Fermer le chat"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Copier"],"autopilot-chat.message.code-block-language":["Texte"],"autopilot-chat.message.code-block-preview":["Aper\xe7u"],"autopilot-chat.message.expand":["D\xe9velopper"],"autopilot-chat.message.footnote-label":["Sources"],"autopilot-chat.message.generating-response":["G\xe9n\xe9ration en cours..."],"autopilot-chat.message.page-number":["Page\xa0",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Faire d\xe9filer vers le bas"],"autopilot-chat.message.show-less":["Afficher moins"],"autopilot-chat.message.show-more":["Afficher plus"],"autopilot-chat.message.sources":["Sources"],"autopilot-chat.message.suggestions-title":["Suggestions"],"autopilot-chat.resource-picker.back":["Revenir en arri\xe8re"],"autopilot-chat.resource-picker.empty":["Aucune ressource disponible"],"autopilot-chat.resource-picker.error":["\xc9chec du chargement des ressources"],"autopilot-chat.resource-picker.label":["S\xe9lecteur de ressources"],"autopilot-chat.resource-picker.load-more-error":["Impossible de charger plus"],"autopilot-chat.resource-picker.no-results":["Aucune ressource correspondante"],"autopilot-chat.resource-picker.retry":["R\xe9essayer"],"autopilot-chat.resource-picker.search-error":["Recherche \xe9chou\xe9e"],"autopilot-chat.resource-trigger.label":["Ajouter une r\xe9f\xe9rence de ressource"],"autopilot-chat.resource-trigger.tooltip":["Ajouter une ressource"],"autopilot-chat.settings.heading-description":["Niveau d’en-t\xeate\xa02"],"autopilot-chat.settings.hide":["Masquer les param\xe8tres"],"autopilot-chat.settings.title":["Param\xe8tres de chat"],"autopilot-chat.tree.no-description":["Aucune description"],"autopilot-chat.tree.no-items":["Aucun \xe9l\xe9ment"],"autopilot-chat.tree.unknown":["Inconnu"]}');
|
|
1
|
+
const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Supprimer"],"autopilot-chat.common.attachments.remove-file-name":["Supprimer ",["name"]],"autopilot-chat.common.mode-selector":["S\xe9lecteur de mode"],"autopilot-chat.common.model-selector":["S\xe9lecteur de mod\xe8le"],"autopilot-chat.dropzone.allowed-file-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.dropzone.overlay-title":["D\xe9posez vos fichiers ici pour les ajouter \xe0 votre invite"],"autopilot-chat.error.file-invalid-type":["Fichier non pris en charge\xa0: ",["fileName"]],"autopilot-chat.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.error.multiple-files":["Un seul fichier par message peut \xeatre ajout\xe9 en pi\xe8ce jointe."],"autopilot-chat.error.too-many-files":["Trop de fichiers. ",["maxCount"],"\xa0fichiers sont autoris\xe9s par message"],"autopilot-chat.header.actions.close":["Fermer le chat"],"autopilot-chat.header.actions.collapse":["R\xe9duire"],"autopilot-chat.header.actions.custom-actions":["Autres actions"],"autopilot-chat.header.actions.expand":["D\xe9velopper"],"autopilot-chat.header.actions.history":["Historique de discussion"],"autopilot-chat.header.actions.new-chat":["Nouveau chat"],"autopilot-chat.header.actions.settings":["Param\xe8tres"],"autopilot-chat.header.preview":["Aper\xe7u"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Supprimer"],"autopilot-chat.history.empty":["Il n’y a aucune conversation pour le moment."],"autopilot-chat.history.group.last-30-days":["30\xa0jours pr\xe9c\xe9dents"],"autopilot-chat.history.group.last-week":["Derni\xe8re semaine"],"autopilot-chat.history.group.months-ago":["il y a ",["count"]," mois"],"autopilot-chat.history.group.today":["Aujourd\'hui"],"autopilot-chat.history.group.yesterday":["Hier"],"autopilot-chat.history.no-results":["Aucun r\xe9sultat trouv\xe9."],"autopilot-chat.history.search-placeholder":["Rechercher"],"autopilot-chat.input.actions.attach-file":["Joindre le(s) fichier(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Types de fichiers autoris\xe9s\xa0: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Nombre maximal de fichiers autoris\xe9s\xa0: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Taille maximale du fichier\xa0: ",["maxSize"],"\xa0Mo"],"autopilot-chat.input.actions.dictate":["Dicter"],"autopilot-chat.input.actions.error.file-too-large":["Fichier trop volumineux\xa0: ",["fileName"]," ",["fileSize"],"Mo/",["maxSize"],"Mo"],"autopilot-chat.input.actions.send":["Envoyer"],"autopilot-chat.input.actions.stop":["Arr\xeater"],"autopilot-chat.input.actions.voice-interaction":["Interaction vocale"],"autopilot-chat.input.agent-mode-selection-label":["S\xe9lection du mode d’agent"],"autopilot-chat.input.footer":["Autopilot peut commettre des erreurs. Veuillez v\xe9rifier soigneusement les r\xe9ponses."],"autopilot-chat.input.model-selection-label":["S\xe9lection du mod\xe8le"],"autopilot-chat.input.placeholder":["Que souhaitez-vous que je fasse\xa0?"],"autopilot-chat.input.resource-chip.remove":["Supprimer"],"autopilot-chat.input.resource-chip.remove-name":["Supprimer ",["label"]],"autopilot-chat.message.actions.bad":["Am\xe9lioration requise"],"autopilot-chat.message.actions.copy":["Copier"],"autopilot-chat.message.actions.good":["J’aime"],"autopilot-chat.message.actions.label":["Actions de message"],"autopilot-chat.message.actions.more":["Autres actions"],"autopilot-chat.message.citation-aria-label":["Citation\xa0",["id"],"\xa0: ",["title"]],"autopilot-chat.message.close":["Fermer le chat"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Copier"],"autopilot-chat.message.code-block-language":["Texte"],"autopilot-chat.message.code-block-preview":["Aper\xe7u"],"autopilot-chat.message.expand":["D\xe9velopper"],"autopilot-chat.message.footnote-label":["Sources"],"autopilot-chat.message.generating-response":["G\xe9n\xe9ration en cours..."],"autopilot-chat.message.page-number":["Page\xa0",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Faire d\xe9filer vers le bas"],"autopilot-chat.message.show-less":["Afficher moins"],"autopilot-chat.message.show-more":["Afficher plus"],"autopilot-chat.message.sources":["Sources"],"autopilot-chat.message.suggestions-title":["Suggestions"],"autopilot-chat.resource-picker.back":["Revenir en arri\xe8re"],"autopilot-chat.resource-picker.empty":["Aucune ressource disponible"],"autopilot-chat.resource-picker.error":["\xc9chec du chargement des ressources"],"autopilot-chat.resource-picker.label":["S\xe9lecteur de ressources"],"autopilot-chat.resource-picker.load-more-error":["Impossible de charger plus"],"autopilot-chat.resource-picker.no-results":["Aucune ressource correspondante"],"autopilot-chat.resource-picker.retry":["R\xe9essayer"],"autopilot-chat.resource-picker.search-error":["Recherche \xe9chou\xe9e"],"autopilot-chat.resource-trigger.label":["Ajouter une r\xe9f\xe9rence de ressource"],"autopilot-chat.resource-trigger.tooltip":["Ajouter une ressource"],"autopilot-chat.settings.heading-description":["Niveau d’en-t\xeate\xa02"],"autopilot-chat.settings.hide":["Masquer les param\xe8tres"],"autopilot-chat.settings.title":["Param\xe8tres de chat"],"autopilot-chat.tree.no-description":["Aucune description"],"autopilot-chat.tree.no-items":["Aucun \xe9l\xe9ment"],"autopilot-chat.tree.unknown":["Inconnu"]}');
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
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":["1 件のメッセージに添付できるファイルは 1 つのみです。"],"autopilot-chat.error.too-many-files":["ファイルが多すぎます。1 件のメッセージにつき ",["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":["過去 1 週間"],"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":["不明"]}');
|
|
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":["1 件のメッセージに添付できるファイルは 1 つのみです。"],"autopilot-chat.error.too-many-files":["ファイルが多すぎます。1 件のメッセージにつき ",["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":["過去 1 週間"],"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.dictate":["ディクテーション"],"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.actions.voice-interaction":["音声でのやり取り"],"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
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/ja.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/ja.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAy8J,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
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":["1 件のメッセージに添付できるファイルは 1 つのみです。"],"autopilot-chat.error.too-many-files":["ファイルが多すぎます。1 件のメッセージにつき ",["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":["過去 1 週間"],"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":["1 件のメッセージに添付できるファイルは 1 つのみです。"],"autopilot-chat.error.too-many-files":["ファイルが多すぎます。1 件のメッセージにつき ",["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":["過去 1 週間"],"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.dictate":["ディクテーション"],"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.actions.voice-interaction":["音声でのやり取り"],"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
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
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":["지난 1주"],"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":["알 수 없음"]}');
|
|
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":["지난 1주"],"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.dictate":["받아쓰기"],"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.actions.voice-interaction":["음성 상호작용"],"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
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|