@uipath/apollo-react 4.1.2 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.cjs +49 -7
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.d.ts.map +1 -1
- package/dist/canvas/components/StickyNoteNode/FormattingToolbar.js +49 -7
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.cjs +5 -3
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.d.ts.map +1 -1
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.js +3 -1
- package/dist/canvas/icons/CasePlanIcon.cjs +60 -0
- package/dist/canvas/icons/CasePlanIcon.d.ts +5 -0
- package/dist/canvas/icons/CasePlanIcon.d.ts.map +1 -0
- package/dist/canvas/icons/CasePlanIcon.js +26 -0
- package/dist/canvas/icons/index.cjs +6 -2
- package/dist/canvas/icons/index.d.ts +1 -0
- package/dist/canvas/icons/index.d.ts.map +1 -1
- package/dist/canvas/icons/index.js +2 -1
- package/dist/canvas/locales/de.cjs +36 -0
- package/dist/canvas/locales/de.d.ts +3 -0
- package/dist/canvas/locales/de.d.ts.map +1 -0
- package/dist/canvas/locales/de.js +2 -0
- package/dist/canvas/locales/en.cjs +36 -0
- package/dist/canvas/locales/en.d.ts +3 -0
- package/dist/canvas/locales/en.d.ts.map +1 -0
- package/dist/canvas/locales/en.js +2 -0
- package/dist/canvas/locales/es-MX.cjs +36 -0
- package/dist/canvas/locales/es-MX.d.ts +3 -0
- package/dist/canvas/locales/es-MX.d.ts.map +1 -0
- package/dist/canvas/locales/es-MX.js +2 -0
- package/dist/canvas/locales/es.cjs +36 -0
- package/dist/canvas/locales/es.d.ts +3 -0
- package/dist/canvas/locales/es.d.ts.map +1 -0
- package/dist/canvas/locales/es.js +2 -0
- package/dist/canvas/locales/fr.cjs +36 -0
- package/dist/canvas/locales/fr.d.ts +3 -0
- package/dist/canvas/locales/fr.d.ts.map +1 -0
- package/dist/canvas/locales/fr.js +2 -0
- package/dist/canvas/locales/ja.cjs +36 -0
- package/dist/canvas/locales/ja.d.ts +3 -0
- package/dist/canvas/locales/ja.d.ts.map +1 -0
- package/dist/canvas/locales/ja.js +2 -0
- package/dist/canvas/locales/ko.cjs +36 -0
- package/dist/canvas/locales/ko.d.ts +3 -0
- package/dist/canvas/locales/ko.d.ts.map +1 -0
- package/dist/canvas/locales/ko.js +2 -0
- package/dist/canvas/locales/pt-BR.cjs +36 -0
- package/dist/canvas/locales/pt-BR.d.ts +3 -0
- package/dist/canvas/locales/pt-BR.d.ts.map +1 -0
- package/dist/canvas/locales/pt-BR.js +2 -0
- package/dist/canvas/locales/pt.cjs +36 -0
- package/dist/canvas/locales/pt.d.ts +3 -0
- package/dist/canvas/locales/pt.d.ts.map +1 -0
- package/dist/canvas/locales/pt.js +2 -0
- package/dist/canvas/locales/ru.cjs +36 -0
- package/dist/canvas/locales/ru.d.ts +3 -0
- package/dist/canvas/locales/ru.d.ts.map +1 -0
- package/dist/canvas/locales/ru.js +2 -0
- package/dist/canvas/locales/tr.cjs +36 -0
- package/dist/canvas/locales/tr.d.ts +3 -0
- package/dist/canvas/locales/tr.d.ts.map +1 -0
- package/dist/canvas/locales/tr.js +2 -0
- package/dist/canvas/locales/zh-CN.cjs +36 -0
- package/dist/canvas/locales/zh-CN.d.ts +3 -0
- package/dist/canvas/locales/zh-CN.d.ts.map +1 -0
- package/dist/canvas/locales/zh-CN.js +2 -0
- package/dist/canvas/locales/zh-TW.cjs +36 -0
- package/dist/canvas/locales/zh-TW.d.ts +3 -0
- package/dist/canvas/locales/zh-TW.d.ts.map +1 -0
- package/dist/canvas/locales/zh-TW.js +2 -0
- package/dist/i18n/locale-registry.cjs +67 -79
- package/dist/i18n/locale-registry.d.ts +3 -4
- package/dist/i18n/locale-registry.d.ts.map +1 -1
- package/dist/i18n/locale-registry.js +80 -57
- package/dist/material/components/ap-chat/locales/de.cjs +36 -1
- package/dist/material/components/ap-chat/locales/de.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/de.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/de.js +2 -1
- package/dist/material/components/ap-chat/locales/en.cjs +36 -1
- package/dist/material/components/ap-chat/locales/en.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/en.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/en.js +2 -1
- package/dist/material/components/ap-chat/locales/es-MX.cjs +36 -1
- package/dist/material/components/ap-chat/locales/es-MX.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/es-MX.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/es-MX.js +2 -1
- package/dist/material/components/ap-chat/locales/es.cjs +36 -1
- package/dist/material/components/ap-chat/locales/es.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/es.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/es.js +2 -1
- package/dist/material/components/ap-chat/locales/fr.cjs +36 -1
- package/dist/material/components/ap-chat/locales/fr.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/fr.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/fr.js +2 -1
- package/dist/material/components/ap-chat/locales/ja.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ja.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ja.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ja.js +2 -1
- package/dist/material/components/ap-chat/locales/ko.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ko.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ko.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ko.js +2 -1
- package/dist/material/components/ap-chat/locales/pt-BR.cjs +36 -1
- package/dist/material/components/ap-chat/locales/pt-BR.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/pt-BR.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/pt-BR.js +2 -1
- package/dist/material/components/ap-chat/locales/pt.cjs +36 -1
- package/dist/material/components/ap-chat/locales/pt.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/pt.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/pt.js +2 -1
- package/dist/material/components/ap-chat/locales/ru.cjs +36 -1
- package/dist/material/components/ap-chat/locales/ru.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/ru.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/ru.js +2 -1
- package/dist/material/components/ap-chat/locales/tr.cjs +36 -1
- package/dist/material/components/ap-chat/locales/tr.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/tr.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/tr.js +2 -1
- package/dist/material/components/ap-chat/locales/zh-CN.cjs +36 -1
- package/dist/material/components/ap-chat/locales/zh-CN.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/zh-CN.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/zh-CN.js +2 -1
- package/dist/material/components/ap-chat/locales/zh-TW.cjs +36 -1
- package/dist/material/components/ap-chat/locales/zh-TW.d.ts +3 -0
- package/dist/material/components/ap-chat/locales/zh-TW.d.ts.map +1 -0
- package/dist/material/components/ap-chat/locales/zh-TW.js +2 -1
- package/dist/material/components/ap-tool-call/locales/de.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/de.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/de.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/de.js +2 -1
- package/dist/material/components/ap-tool-call/locales/en.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/en.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/en.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/en.js +2 -1
- package/dist/material/components/ap-tool-call/locales/es-MX.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/es-MX.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/es-MX.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/es-MX.js +2 -1
- package/dist/material/components/ap-tool-call/locales/es.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/es.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/es.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/es.js +2 -1
- package/dist/material/components/ap-tool-call/locales/fr.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/fr.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/fr.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/fr.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ja.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ja.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ja.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ja.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ko.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ko.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ko.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ko.js +2 -1
- package/dist/material/components/ap-tool-call/locales/pt-BR.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/pt-BR.js +2 -1
- package/dist/material/components/ap-tool-call/locales/pt.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/pt.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/pt.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/pt.js +2 -1
- package/dist/material/components/ap-tool-call/locales/ru.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/ru.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/ru.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/ru.js +2 -1
- package/dist/material/components/ap-tool-call/locales/tr.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/tr.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/tr.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/tr.js +2 -1
- package/dist/material/components/ap-tool-call/locales/zh-CN.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/zh-CN.js +2 -1
- package/dist/material/components/ap-tool-call/locales/zh-TW.cjs +36 -1
- package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts +3 -0
- package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts.map +1 -0
- package/dist/material/components/ap-tool-call/locales/zh-TW.js +2 -1
- package/package.json +3 -3
- package/dist/material/components/ap-chat/locales/de.json +0 -81
- package/dist/material/components/ap-chat/locales/en.json +0 -81
- package/dist/material/components/ap-chat/locales/es-MX.json +0 -81
- package/dist/material/components/ap-chat/locales/es.json +0 -81
- package/dist/material/components/ap-chat/locales/fr.json +0 -81
- package/dist/material/components/ap-chat/locales/ja.json +0 -81
- package/dist/material/components/ap-chat/locales/ko.json +0 -81
- package/dist/material/components/ap-chat/locales/pt-BR.json +0 -81
- package/dist/material/components/ap-chat/locales/pt.json +0 -81
- package/dist/material/components/ap-chat/locales/ro.json +0 -81
- package/dist/material/components/ap-chat/locales/ru.json +0 -69
- package/dist/material/components/ap-chat/locales/tr.json +0 -81
- package/dist/material/components/ap-chat/locales/zh-CN.json +0 -81
- package/dist/material/components/ap-chat/locales/zh-TW.json +0 -81
- package/dist/material/components/ap-tool-call/locales/de.json +0 -9
- package/dist/material/components/ap-tool-call/locales/en.json +0 -9
- package/dist/material/components/ap-tool-call/locales/es-MX.json +0 -9
- package/dist/material/components/ap-tool-call/locales/es.json +0 -9
- package/dist/material/components/ap-tool-call/locales/fr.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ja.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ko.json +0 -9
- package/dist/material/components/ap-tool-call/locales/pt-BR.json +0 -9
- package/dist/material/components/ap-tool-call/locales/pt.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ro.json +0 -9
- package/dist/material/components/ap-tool-call/locales/ru.json +0 -9
- package/dist/material/components/ap-tool-call/locales/tr.json +0 -9
- package/dist/material/components/ap-tool-call/locales/zh-CN.json +0 -9
- package/dist/material/components/ap-tool-call/locales/zh-TW.json +0 -9
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "{count} months ago",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "File too large: {fileName} {fileSize}MB/{maxSize}MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "Unsupported file: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "Agent mode selection",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot can make mistakes. Please double check the responses.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "Allowed file types: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "Allowed file types: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "Attach file(s)",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "Needs improvement",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "Citation {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "Close chat",
|
|
14
|
-
"autopilot-chat.header.actions.close": "Close chat",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "Text",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "Collapse",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "Copy",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "Copy",
|
|
19
|
-
"autopilot-chat.history.delete": "Delete",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "Drop your files here to add them to your prompt",
|
|
21
|
-
"autopilot-chat.message.expand": "Expand",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "Expand",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "File too large: {fileName} {fileSize}MB/{maxSize}MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "Sources",
|
|
25
|
-
"autopilot-chat.message.generating-response": "Generating...",
|
|
26
|
-
"autopilot-chat.message.actions.good": "Love this",
|
|
27
|
-
"autopilot-chat.settings.hide": "Hide settings",
|
|
28
|
-
"autopilot-chat.header.actions.history": "Chat history",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "Previous 30 days",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "Last week",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "Maximum files allowed: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "Maximum files allowed: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "Too many files. {maxCount} files are allowed per message",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "Maximum file size: {maxSize}MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "Maximum file size: {maxSize}MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "Message actions",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "Mode selector",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "Model selection",
|
|
39
|
-
"autopilot-chat.common.model-selector": "Model selector",
|
|
40
|
-
"autopilot-chat.message.actions.more": "More actions",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "More actions",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "New chat",
|
|
43
|
-
"autopilot-chat.history.empty": "There are no conversations yet.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "No description",
|
|
45
|
-
"autopilot-chat.tree.no-items": "No items",
|
|
46
|
-
"autopilot-chat.history.no-results": "No results found.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "Only one file can be attached per message",
|
|
48
|
-
"autopilot-chat.message.page-number": "Page {page_number}",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "Preview",
|
|
50
|
-
"autopilot-chat.header.preview": "Preview",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "Remove {name}",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "Remove",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "Scroll to bottom",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "Search",
|
|
55
|
-
"autopilot-chat.input.actions.send": "Send",
|
|
56
|
-
"autopilot-chat.settings.title": "Chat settings",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "Settings",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "heading level 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "Code",
|
|
60
|
-
"autopilot-chat.message.show-less": "Show less",
|
|
61
|
-
"autopilot-chat.message.show-more": "Show more",
|
|
62
|
-
"autopilot-chat.message.sources": "Sources",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "Stop",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "Suggestions",
|
|
65
|
-
"autopilot-chat.history.group.today": "Today",
|
|
66
|
-
"autopilot-chat.input.placeholder": "What would you like me to do?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "Unknown",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "Yesterday",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "Add resource",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "Add resource reference",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "Failed to load resources",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "Retry",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "No matching resources",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "No resources available",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "Resource picker",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "Failed to load more",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "Search failed",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "Go back",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "Remove",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "Remove {label}"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "hace {count} meses",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "Archivo demasiado grande: {fileName} {fileSize} MB/{maxSize} MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "Archivo incompatible: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "Selección del modo de agente",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot puede cometer errores. Compruebe las respuestas.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "Tipos de archivo permitidos: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "Tipos de archivo permitidos: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "Adjuntar archivo(s)",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "Necesita mejorar",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "Cita {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "Cerrar chat",
|
|
14
|
-
"autopilot-chat.header.actions.close": "Cerrar chat",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "Texto",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "Contraer",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "Copiar",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "Copiar",
|
|
19
|
-
"autopilot-chat.history.delete": "Eliminar",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "Suelte los archivos aquí para agregarlos a la solicitud",
|
|
21
|
-
"autopilot-chat.message.expand": "Expandir",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "Expandir",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "Archivo demasiado grande: {fileName} {fileSize} MB/{maxSize} MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "Fuentes",
|
|
25
|
-
"autopilot-chat.message.generating-response": "Generando…",
|
|
26
|
-
"autopilot-chat.message.actions.good": "Me encanta",
|
|
27
|
-
"autopilot-chat.settings.hide": "Ocultar configuración",
|
|
28
|
-
"autopilot-chat.header.actions.history": "Historial del chat",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "30 días anteriores",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "Última semana",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "Máximo de archivos permitidos: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "Máximo de archivos permitidos: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "Demasiados archivos. Se permiten {maxCount} archivos por mensaje",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "Tamaño máximo del archivo: {maxSize} MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "Tamaño máximo del archivo: {maxSize} MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "Acciones de mensajes",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "Selector de modo",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "Selección de modelo",
|
|
39
|
-
"autopilot-chat.common.model-selector": "Selector de modelo",
|
|
40
|
-
"autopilot-chat.message.actions.more": "Más acciones",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "Más acciones",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "Nuevo chat",
|
|
43
|
-
"autopilot-chat.history.empty": "Aún no hay conversaciones.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "Sin descripción",
|
|
45
|
-
"autopilot-chat.tree.no-items": "Sin elementos",
|
|
46
|
-
"autopilot-chat.history.no-results": "No se encontraron resultados.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "Solo se puede adjuntar un archivo por mensaje",
|
|
48
|
-
"autopilot-chat.message.page-number": "Página {page_number}",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "Vista previa",
|
|
50
|
-
"autopilot-chat.header.preview": "Vista previa",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "Eliminar {name}",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "Eliminar",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "Desplazar hacia abajo",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "Buscar",
|
|
55
|
-
"autopilot-chat.input.actions.send": "Enviar",
|
|
56
|
-
"autopilot-chat.settings.title": "Configuración de chat",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "Configuración",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "nivel del encabezado 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "Código",
|
|
60
|
-
"autopilot-chat.message.show-less": "Mostrar menos",
|
|
61
|
-
"autopilot-chat.message.show-more": "Mostrar más",
|
|
62
|
-
"autopilot-chat.message.sources": "Fuentes",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "Detener",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "Sugerencias",
|
|
65
|
-
"autopilot-chat.history.group.today": "Hoy",
|
|
66
|
-
"autopilot-chat.input.placeholder": "¿Qué le gustaría que hiciera?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "Desconocido",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "Ayer",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "Agregar recurso",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "Agregar referencia de recursos",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "Error al cargar los recursos",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "Reintentar",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "No hay recursos coincidentes",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "No hay recursos disponibles",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "Selector de recursos",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "Error al cargar más",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "Error en la búsqueda",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "Volver",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "Eliminar",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "Eliminar {label}"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "hace {count} meses",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "Archivo demasiado grande: {fileName} {fileSize}MB/{maxSize}MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "Archivo no compatible: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "Selección del modo de agente",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot puede cometer errores. Vuelva a comprobar las respuestas.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "Tipos de archivo permitidos: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "Tipos de archivo permitidos: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "Adjuntar archivo(s)",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "Necesita mejorar",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "Cita {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "Cerrar chat",
|
|
14
|
-
"autopilot-chat.header.actions.close": "Cerrar chat",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "Texto",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "Contraer",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "Copiar",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "Copiar",
|
|
19
|
-
"autopilot-chat.history.delete": "Eliminar",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "Suelte sus archivos aquí para añadirlos a su solicitud",
|
|
21
|
-
"autopilot-chat.message.expand": "Expandir",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "Expandir",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "Archivo demasiado grande: {fileName} {fileSize}MB/{maxSize}MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "Fuentes",
|
|
25
|
-
"autopilot-chat.message.generating-response": "Generando...",
|
|
26
|
-
"autopilot-chat.message.actions.good": "Me encanta",
|
|
27
|
-
"autopilot-chat.settings.hide": "Ocultar configuración",
|
|
28
|
-
"autopilot-chat.header.actions.history": "Historial de chat",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "Últimos 30 días",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "Última semana",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "Máximo de archivos permitidos: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "Máximo de archivos permitidos: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "Demasiados archivos. Se permiten {maxCount} archivos por mensaje",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "Tamaño máximo de archivo: {maxSize}MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "Tamaño máximo de archivo: {maxSize}MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "Acciones de mensaje",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "Selector de modo",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "Selección de modelo",
|
|
39
|
-
"autopilot-chat.common.model-selector": "Selector de modelo",
|
|
40
|
-
"autopilot-chat.message.actions.more": "Más acciones",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "Más acciones",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "Nuevo chat",
|
|
43
|
-
"autopilot-chat.history.empty": "Aún no hay conversaciones.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "Sin descripción",
|
|
45
|
-
"autopilot-chat.tree.no-items": "Sin elementos",
|
|
46
|
-
"autopilot-chat.history.no-results": "No se encontraron resultados.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "Solo se puede adjuntar un archivo por mensaje",
|
|
48
|
-
"autopilot-chat.message.page-number": "Página {page_number}",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "Vista previa",
|
|
50
|
-
"autopilot-chat.header.preview": "Vista previa",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "Eliminar {name}",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "Quitar",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "Desplazarse hacia abajo",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "Buscar",
|
|
55
|
-
"autopilot-chat.input.actions.send": "Enviar",
|
|
56
|
-
"autopilot-chat.settings.title": "Configuración de chat",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "Configuración",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "nivel de encabezado 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "Código",
|
|
60
|
-
"autopilot-chat.message.show-less": "Mostrar menos",
|
|
61
|
-
"autopilot-chat.message.show-more": "Mostrar más",
|
|
62
|
-
"autopilot-chat.message.sources": "Fuentes",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "Detener",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "Sugerencias",
|
|
65
|
-
"autopilot-chat.history.group.today": "Hoy",
|
|
66
|
-
"autopilot-chat.input.placeholder": "¿Que le gustaría que hiciera?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "Desconocido",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "Ayer",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "Agregar recurso",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "Añadir referencia de recurso",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "Error al cargar los recursos",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "Reintentar",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "No hay recursos coincidentes",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "No hay recursos disponibles",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "Selector de recursos",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "Error al cargar más",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "Error en la búsqueda",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "Volver",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "Quitar",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "Eliminar {label}"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "il y a {count} mois",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "Fichier trop volumineux : {fileName} {fileSize}Mo/{maxSize}Mo",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "Fichier non pris en charge : {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "Sélection du mode d’agent",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot peut commettre des erreurs. Veuillez vérifier soigneusement les réponses.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "Types de fichiers autorisés : {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "Types de fichiers autorisés : {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "Joindre le(s) fichier(s)",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "Amélioration requise",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "Citation {id} : {title}",
|
|
13
|
-
"autopilot-chat.message.close": "Fermer le chat",
|
|
14
|
-
"autopilot-chat.header.actions.close": "Fermer le chat",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "Texte",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "Réduire",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "Copier",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "Copier",
|
|
19
|
-
"autopilot-chat.history.delete": "Supprimer",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "Déposez vos fichiers ici pour les ajouter à votre invite",
|
|
21
|
-
"autopilot-chat.message.expand": "Développer",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "Développer",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "Fichier trop volumineux : {fileName} {fileSize}Mo/{maxSize}Mo",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "Sources",
|
|
25
|
-
"autopilot-chat.message.generating-response": "Génération en cours...",
|
|
26
|
-
"autopilot-chat.message.actions.good": "J’aime",
|
|
27
|
-
"autopilot-chat.settings.hide": "Masquer les paramètres",
|
|
28
|
-
"autopilot-chat.header.actions.history": "Historique de discussion",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "30 jours précédents",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "Dernière semaine",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "Nombre maximal de fichiers autorisés : {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "Nombre maximal de fichiers autorisés : {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "Trop de fichiers. {maxCount} fichiers sont autorisés par message",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "Taille maximale du fichier : {maxSize} Mo",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "Taille maximale du fichier : {maxSize} Mo",
|
|
36
|
-
"autopilot-chat.message.actions.label": "Actions de message",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "Sélecteur de mode",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "Sélection du modèle",
|
|
39
|
-
"autopilot-chat.common.model-selector": "Sélecteur de modèle",
|
|
40
|
-
"autopilot-chat.message.actions.more": "Autres actions",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "Autres actions",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "Nouveau chat",
|
|
43
|
-
"autopilot-chat.history.empty": "Il n’y a aucune conversation pour le moment.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "Aucune description",
|
|
45
|
-
"autopilot-chat.tree.no-items": "Aucun élément",
|
|
46
|
-
"autopilot-chat.history.no-results": "Aucun résultat trouvé.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "Un seul fichier par message peut être ajouté en pièce jointe.",
|
|
48
|
-
"autopilot-chat.message.page-number": "Page {page_number}",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "Aperçu",
|
|
50
|
-
"autopilot-chat.header.preview": "Aperçu",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "Supprimer {name}",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "Supprimer",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "Faire défiler vers le bas",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "Rechercher",
|
|
55
|
-
"autopilot-chat.input.actions.send": "Envoyer",
|
|
56
|
-
"autopilot-chat.settings.title": "Paramètres de chat",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "Paramètres",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "Niveau d’en-tête 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "Code",
|
|
60
|
-
"autopilot-chat.message.show-less": "Afficher moins",
|
|
61
|
-
"autopilot-chat.message.show-more": "Afficher plus",
|
|
62
|
-
"autopilot-chat.message.sources": "Sources",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "Arrêter",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "Suggestions",
|
|
65
|
-
"autopilot-chat.history.group.today": "Aujourd'hui",
|
|
66
|
-
"autopilot-chat.input.placeholder": "Que souhaitez-vous que je fasse ?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "Inconnu",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "Hier",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "Ajouter une ressource",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "Ajouter une référence de ressource",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "Échec du chargement des ressources",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "Réessayer",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "Aucune ressource correspondante",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "Aucune ressource disponible",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "Sélecteur de ressources",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "Impossible de charger plus",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "Recherche échouée",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "Revenir en arrière",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "Supprimer",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "Supprimer {label}"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "{count} か月前",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "ファイルが大きすぎます: {fileName} {fileSize} MB/{maxSize} MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "サポートされていないファイル: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "エージェント モードの選択",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot は間違うことがあります。必ず回答を再確認してください。",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "使用できるファイルの種類: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "使用できるファイルの種類: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "ファイルを添付",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "不満",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "引用 {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "チャットを閉じる",
|
|
14
|
-
"autopilot-chat.header.actions.close": "チャットを閉じる",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "テキスト",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "折りたたみ",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "コピー",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "コピー",
|
|
19
|
-
"autopilot-chat.history.delete": "削除",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "ここにファイルをドロップして、プロンプトに追加します。",
|
|
21
|
-
"autopilot-chat.message.expand": "展開",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "展開",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "ファイルが大きすぎます: {fileName} {fileSize} MB/{maxSize} MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "ソース",
|
|
25
|
-
"autopilot-chat.message.generating-response": "生成しています...",
|
|
26
|
-
"autopilot-chat.message.actions.good": "満足",
|
|
27
|
-
"autopilot-chat.settings.hide": "設定を非表示",
|
|
28
|
-
"autopilot-chat.header.actions.history": "チャット履歴",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "過去 30 日間",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "過去 1 週間",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "許可される最大ファイル数: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "許可される最大ファイル数: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "ファイルが多すぎます。1 件のメッセージにつき {maxCount} 個のファイルを使用できます。",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "最大ファイル サイズ: {maxSize} MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "最大ファイル サイズ: {maxSize} MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "メッセージのアクション",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "モード セレクター",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "モデルの選択",
|
|
39
|
-
"autopilot-chat.common.model-selector": "モデル セレクター",
|
|
40
|
-
"autopilot-chat.message.actions.more": "その他のアクション",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "その他のアクション",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "新しいチャット",
|
|
43
|
-
"autopilot-chat.history.empty": "まだ会話はありません。",
|
|
44
|
-
"autopilot-chat.tree.no-description": "説明がありません。",
|
|
45
|
-
"autopilot-chat.tree.no-items": "項目がありません。",
|
|
46
|
-
"autopilot-chat.history.no-results": "結果が見つかりません。",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "1 件のメッセージに添付できるファイルは 1 つのみです。",
|
|
48
|
-
"autopilot-chat.message.page-number": "{page_number} ページ",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "プレビュー",
|
|
50
|
-
"autopilot-chat.header.preview": "プレビュー",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "{name} を削除",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "削除",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "最下部までスクロール",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "検索",
|
|
55
|
-
"autopilot-chat.input.actions.send": "送信",
|
|
56
|
-
"autopilot-chat.settings.title": "チャットの設定",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "設定",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "見出しレベル 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "コード",
|
|
60
|
-
"autopilot-chat.message.show-less": "一部を表示",
|
|
61
|
-
"autopilot-chat.message.show-more": "さらに表示",
|
|
62
|
-
"autopilot-chat.message.sources": "ソース",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "停止",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "提案",
|
|
65
|
-
"autopilot-chat.history.group.today": "今日",
|
|
66
|
-
"autopilot-chat.input.placeholder": "どのようなサポートが必要ですか?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "不明",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "昨日",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "リソースを追加",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "リソースの参照を追加",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "リソースの読み込みに失敗しました。",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "リトライ",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "一致するリソースがありません。",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "利用可能なリソースがありません。",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "リソース ピッカー",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "読み込みに失敗しました。",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "検索に失敗しました。",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "戻る",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "削除",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "{label} を削除"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "{count}개월 전",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "파일이 너무 큼: {fileName} {fileSize}MB/{maxSize}MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "지원되지 않는 파일: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "에이전트 모드 선택",
|
|
6
|
-
"autopilot-chat.input.footer": "Autopilot은 실수를 할 수 있습니다. 응답을 다시 확인하십시오.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "허용되는 파일 형식: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "허용되는 파일 형식: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "파일 첨부",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "개선 필요",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "인용 {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "채팅 닫기",
|
|
14
|
-
"autopilot-chat.header.actions.close": "채팅 닫기",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "텍스트",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "축소",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "복사",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "복사",
|
|
19
|
-
"autopilot-chat.history.delete": "삭제",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "파일을 여기에 끌어다 놓아 프롬프트에 추가하십시오",
|
|
21
|
-
"autopilot-chat.message.expand": "확장",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "확장",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "파일이 너무 큼: {fileName} {fileSize}MB/{maxSize}MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "소스",
|
|
25
|
-
"autopilot-chat.message.generating-response": "생성 중...",
|
|
26
|
-
"autopilot-chat.message.actions.good": "완전 마음에 들어요",
|
|
27
|
-
"autopilot-chat.settings.hide": "설정 숨기기",
|
|
28
|
-
"autopilot-chat.header.actions.history": "채팅 기록",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "이전 30일",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "지난 1주",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "허용되는 최대 파일 수: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "허용되는 최대 파일 수: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "파일이 너무 많습니다. 메시지당 {maxCount}개의 파일이 허용됩니다",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "최대 파일 크기: {maxSize}MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "최대 파일 크기: {maxSize}MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "메시지 액션",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "모드 선택기",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "모델 선택",
|
|
39
|
-
"autopilot-chat.common.model-selector": "모델 선택기",
|
|
40
|
-
"autopilot-chat.message.actions.more": "추가 액션",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "추가 액션",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "새 채팅",
|
|
43
|
-
"autopilot-chat.history.empty": "아직 대화가 없습니다.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "설명 없음",
|
|
45
|
-
"autopilot-chat.tree.no-items": "항목 없음",
|
|
46
|
-
"autopilot-chat.history.no-results": "결과를 찾을 수 없습니다.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "메시지당 하나의 파일만 첨부할 수 있습니다",
|
|
48
|
-
"autopilot-chat.message.page-number": "{page_number}페이지",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "미리 보기",
|
|
50
|
-
"autopilot-chat.header.preview": "미리 보기",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "{name} 제거",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "제거",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "맨 아래로 스크롤",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "검색",
|
|
55
|
-
"autopilot-chat.input.actions.send": "보내기",
|
|
56
|
-
"autopilot-chat.settings.title": "채팅 설정",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "설정",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "제목 수준 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "코드",
|
|
60
|
-
"autopilot-chat.message.show-less": "간단히 표시",
|
|
61
|
-
"autopilot-chat.message.show-more": "자세히 표시",
|
|
62
|
-
"autopilot-chat.message.sources": "소스",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "중지",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "제안",
|
|
65
|
-
"autopilot-chat.history.group.today": "오늘",
|
|
66
|
-
"autopilot-chat.input.placeholder": "뭘 해드리면 될까요?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "알 수 없음",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "어제",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "리소스 추가",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "리소스 참조 추가",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "리소스를 로드하지 못했습니다",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "재시도",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "일치하는 리소스 없음",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "사용 가능한 리소스 없음",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "리소스 선택기",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "추가 로드 실패",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "검색 실패",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "뒤로 이동",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "제거",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "{label} 제거"
|
|
81
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autopilot-chat.history.group.months-ago": "{count} meses atrás",
|
|
3
|
-
"autopilot-chat.error.file-too-large": "Arquivo muito grande: {fileName} {fileSize} MB/{maxSize} MB",
|
|
4
|
-
"autopilot-chat.error.file-invalid-type": "Arquivo não compatível: {fileName}",
|
|
5
|
-
"autopilot-chat.input.agent-mode-selection-label": "Seleção de modo do agente",
|
|
6
|
-
"autopilot-chat.input.footer": "O Autopilot pode cometer erros. Verifique as respostas novamente.",
|
|
7
|
-
"autopilot-chat.dropzone.allowed-file-types": "Tipos de arquivo permitidos: {fileTypes}",
|
|
8
|
-
"autopilot-chat.input.actions.attachments.allowed-types": "Tipos de arquivo permitidos: {fileTypes}",
|
|
9
|
-
"autopilot-chat.input.actions.attach-file": "Anexar arquivo(s)",
|
|
10
|
-
"autopilot-chat.header.title": "Autopilot",
|
|
11
|
-
"autopilot-chat.message.actions.bad": "Precisa melhorar",
|
|
12
|
-
"autopilot-chat.message.citation-aria-label": "Citação {id}: {title}",
|
|
13
|
-
"autopilot-chat.message.close": "Fechar chat",
|
|
14
|
-
"autopilot-chat.header.actions.close": "Fechar chat",
|
|
15
|
-
"autopilot-chat.message.code-block-language": "Texto",
|
|
16
|
-
"autopilot-chat.header.actions.collapse": "Recolher",
|
|
17
|
-
"autopilot-chat.message.actions.copy": "Copiar",
|
|
18
|
-
"autopilot-chat.message.code-block-copy": "Copiar",
|
|
19
|
-
"autopilot-chat.history.delete": "Excluir",
|
|
20
|
-
"autopilot-chat.dropzone.overlay-title": "Solte seus arquivos aqui para adicioná-los ao seu prompt",
|
|
21
|
-
"autopilot-chat.message.expand": "Expandir",
|
|
22
|
-
"autopilot-chat.header.actions.expand": "Expandir",
|
|
23
|
-
"autopilot-chat.input.actions.error.file-too-large": "Arquivo muito grande: {fileName} {fileSize} MB/{maxSize} MB",
|
|
24
|
-
"autopilot-chat.message.footnote-label": "Fontes",
|
|
25
|
-
"autopilot-chat.message.generating-response": "Gerando…",
|
|
26
|
-
"autopilot-chat.message.actions.good": "Amo isso",
|
|
27
|
-
"autopilot-chat.settings.hide": "Ocultar configurações",
|
|
28
|
-
"autopilot-chat.header.actions.history": "Histórico do Chat",
|
|
29
|
-
"autopilot-chat.history.group.last-30-days": "30 dias anteriores",
|
|
30
|
-
"autopilot-chat.history.group.last-week": "Última semana",
|
|
31
|
-
"autopilot-chat.input.actions.attachments.max-count": "Máximo de arquivos permitidos: {maxCount}",
|
|
32
|
-
"autopilot-chat.dropzone.overlay-max-count": "Máximo de arquivos permitidos: {maxCount}",
|
|
33
|
-
"autopilot-chat.error.too-many-files": "Há muitos arquivos. O total de {maxCount} arquivos é permitido por mensagem",
|
|
34
|
-
"autopilot-chat.input.actions.attachments.max-size": "Tamanho máximo do arquivo: {maxSize} MB",
|
|
35
|
-
"autopilot-chat.dropzone.overlay-max-size": "Tamanho máximo do arquivo: {maxSize} MB",
|
|
36
|
-
"autopilot-chat.message.actions.label": "Ações de mensagem",
|
|
37
|
-
"autopilot-chat.common.mode-selector": "Seletor de modo",
|
|
38
|
-
"autopilot-chat.input.model-selection-label": "Seleção de modelo",
|
|
39
|
-
"autopilot-chat.common.model-selector": "Seletor de modelo",
|
|
40
|
-
"autopilot-chat.message.actions.more": "Mais ações",
|
|
41
|
-
"autopilot-chat.header.actions.custom-actions": "Mais ações",
|
|
42
|
-
"autopilot-chat.header.actions.new-chat": "Novo chat",
|
|
43
|
-
"autopilot-chat.history.empty": "Ainda não há conversas.",
|
|
44
|
-
"autopilot-chat.tree.no-description": "Nenhuma Descrição",
|
|
45
|
-
"autopilot-chat.tree.no-items": "Não há itens",
|
|
46
|
-
"autopilot-chat.history.no-results": "Nenhum resultado encontrado.",
|
|
47
|
-
"autopilot-chat.error.multiple-files": "Só é possível anexar um arquivo por mensagem",
|
|
48
|
-
"autopilot-chat.message.page-number": "Página {page_number}",
|
|
49
|
-
"autopilot-chat.message.code-block-preview": "Visualizar",
|
|
50
|
-
"autopilot-chat.header.preview": "Visualizar",
|
|
51
|
-
"autopilot-chat.common.attachments.remove-file-name": "Remover {name}",
|
|
52
|
-
"autopilot-chat.common.attachments.remove-file": "Remover",
|
|
53
|
-
"autopilot-chat.message.scroll-to-bottom": "Rolar para baixo",
|
|
54
|
-
"autopilot-chat.history.search-placeholder": "Pesquisar",
|
|
55
|
-
"autopilot-chat.input.actions.send": "Enviar",
|
|
56
|
-
"autopilot-chat.settings.title": "Configurações de chat",
|
|
57
|
-
"autopilot-chat.header.actions.settings": "Configurações",
|
|
58
|
-
"autopilot-chat.settings.heading-description": "Nível de cabeçalho 2",
|
|
59
|
-
"autopilot-chat.message.code-block-code": "Código",
|
|
60
|
-
"autopilot-chat.message.show-less": "Mostrar menos",
|
|
61
|
-
"autopilot-chat.message.show-more": "Mostrar Mais",
|
|
62
|
-
"autopilot-chat.message.sources": "Fontes",
|
|
63
|
-
"autopilot-chat.input.actions.stop": "Parar",
|
|
64
|
-
"autopilot-chat.message.suggestions-title": "Sugestões",
|
|
65
|
-
"autopilot-chat.history.group.today": "Hoje",
|
|
66
|
-
"autopilot-chat.input.placeholder": "O que você quer que eu faça?",
|
|
67
|
-
"autopilot-chat.tree.unknown": "Desconhecido",
|
|
68
|
-
"autopilot-chat.history.group.yesterday": "Ontem",
|
|
69
|
-
"autopilot-chat.resource-trigger.tooltip": "Adicionar Recurso",
|
|
70
|
-
"autopilot-chat.resource-trigger.label": "Adicionar referência de recurso",
|
|
71
|
-
"autopilot-chat.resource-picker.error": "Falha ao carregar recursos",
|
|
72
|
-
"autopilot-chat.resource-picker.retry": "Tentar Novamente",
|
|
73
|
-
"autopilot-chat.resource-picker.no-results": "Nenhum recurso correspondente",
|
|
74
|
-
"autopilot-chat.resource-picker.empty": "Nenhum recurso disponível",
|
|
75
|
-
"autopilot-chat.resource-picker.label": "Seletor de recursos",
|
|
76
|
-
"autopilot-chat.resource-picker.load-more-error": "Falha ao carregar mais",
|
|
77
|
-
"autopilot-chat.resource-picker.search-error": "Falha na pesquisa",
|
|
78
|
-
"autopilot-chat.resource-picker.back": "Voltar",
|
|
79
|
-
"autopilot-chat.input.resource-chip.remove": "Remover",
|
|
80
|
-
"autopilot-chat.input.resource-chip.remove-name": "Remover {label}"
|
|
81
|
-
}
|