@uipath/apollo-react 4.1.2 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.cjs +49 -7
  2. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.d.ts.map +1 -1
  3. package/dist/canvas/components/StickyNoteNode/FormattingToolbar.js +49 -7
  4. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.cjs +5 -3
  5. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.d.ts.map +1 -1
  6. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.js +3 -1
  7. package/dist/canvas/icons/CasePlanIcon.cjs +60 -0
  8. package/dist/canvas/icons/CasePlanIcon.d.ts +5 -0
  9. package/dist/canvas/icons/CasePlanIcon.d.ts.map +1 -0
  10. package/dist/canvas/icons/CasePlanIcon.js +26 -0
  11. package/dist/canvas/icons/index.cjs +6 -2
  12. package/dist/canvas/icons/index.d.ts +1 -0
  13. package/dist/canvas/icons/index.d.ts.map +1 -1
  14. package/dist/canvas/icons/index.js +2 -1
  15. package/dist/canvas/locales/de.cjs +36 -0
  16. package/dist/canvas/locales/de.d.ts +3 -0
  17. package/dist/canvas/locales/de.d.ts.map +1 -0
  18. package/dist/canvas/locales/de.js +2 -0
  19. package/dist/canvas/locales/en.cjs +36 -0
  20. package/dist/canvas/locales/en.d.ts +3 -0
  21. package/dist/canvas/locales/en.d.ts.map +1 -0
  22. package/dist/canvas/locales/en.js +2 -0
  23. package/dist/canvas/locales/es-MX.cjs +36 -0
  24. package/dist/canvas/locales/es-MX.d.ts +3 -0
  25. package/dist/canvas/locales/es-MX.d.ts.map +1 -0
  26. package/dist/canvas/locales/es-MX.js +2 -0
  27. package/dist/canvas/locales/es.cjs +36 -0
  28. package/dist/canvas/locales/es.d.ts +3 -0
  29. package/dist/canvas/locales/es.d.ts.map +1 -0
  30. package/dist/canvas/locales/es.js +2 -0
  31. package/dist/canvas/locales/fr.cjs +36 -0
  32. package/dist/canvas/locales/fr.d.ts +3 -0
  33. package/dist/canvas/locales/fr.d.ts.map +1 -0
  34. package/dist/canvas/locales/fr.js +2 -0
  35. package/dist/canvas/locales/ja.cjs +36 -0
  36. package/dist/canvas/locales/ja.d.ts +3 -0
  37. package/dist/canvas/locales/ja.d.ts.map +1 -0
  38. package/dist/canvas/locales/ja.js +2 -0
  39. package/dist/canvas/locales/ko.cjs +36 -0
  40. package/dist/canvas/locales/ko.d.ts +3 -0
  41. package/dist/canvas/locales/ko.d.ts.map +1 -0
  42. package/dist/canvas/locales/ko.js +2 -0
  43. package/dist/canvas/locales/pt-BR.cjs +36 -0
  44. package/dist/canvas/locales/pt-BR.d.ts +3 -0
  45. package/dist/canvas/locales/pt-BR.d.ts.map +1 -0
  46. package/dist/canvas/locales/pt-BR.js +2 -0
  47. package/dist/canvas/locales/pt.cjs +36 -0
  48. package/dist/canvas/locales/pt.d.ts +3 -0
  49. package/dist/canvas/locales/pt.d.ts.map +1 -0
  50. package/dist/canvas/locales/pt.js +2 -0
  51. package/dist/canvas/locales/ru.cjs +36 -0
  52. package/dist/canvas/locales/ru.d.ts +3 -0
  53. package/dist/canvas/locales/ru.d.ts.map +1 -0
  54. package/dist/canvas/locales/ru.js +2 -0
  55. package/dist/canvas/locales/tr.cjs +36 -0
  56. package/dist/canvas/locales/tr.d.ts +3 -0
  57. package/dist/canvas/locales/tr.d.ts.map +1 -0
  58. package/dist/canvas/locales/tr.js +2 -0
  59. package/dist/canvas/locales/zh-CN.cjs +36 -0
  60. package/dist/canvas/locales/zh-CN.d.ts +3 -0
  61. package/dist/canvas/locales/zh-CN.d.ts.map +1 -0
  62. package/dist/canvas/locales/zh-CN.js +2 -0
  63. package/dist/canvas/locales/zh-TW.cjs +36 -0
  64. package/dist/canvas/locales/zh-TW.d.ts +3 -0
  65. package/dist/canvas/locales/zh-TW.d.ts.map +1 -0
  66. package/dist/canvas/locales/zh-TW.js +2 -0
  67. package/dist/i18n/locale-registry.cjs +67 -79
  68. package/dist/i18n/locale-registry.d.ts +3 -4
  69. package/dist/i18n/locale-registry.d.ts.map +1 -1
  70. package/dist/i18n/locale-registry.js +80 -57
  71. package/dist/material/components/ap-chat/locales/de.cjs +36 -1
  72. package/dist/material/components/ap-chat/locales/de.d.ts +3 -0
  73. package/dist/material/components/ap-chat/locales/de.d.ts.map +1 -0
  74. package/dist/material/components/ap-chat/locales/de.js +2 -1
  75. package/dist/material/components/ap-chat/locales/en.cjs +36 -1
  76. package/dist/material/components/ap-chat/locales/en.d.ts +3 -0
  77. package/dist/material/components/ap-chat/locales/en.d.ts.map +1 -0
  78. package/dist/material/components/ap-chat/locales/en.js +2 -1
  79. package/dist/material/components/ap-chat/locales/es-MX.cjs +36 -1
  80. package/dist/material/components/ap-chat/locales/es-MX.d.ts +3 -0
  81. package/dist/material/components/ap-chat/locales/es-MX.d.ts.map +1 -0
  82. package/dist/material/components/ap-chat/locales/es-MX.js +2 -1
  83. package/dist/material/components/ap-chat/locales/es.cjs +36 -1
  84. package/dist/material/components/ap-chat/locales/es.d.ts +3 -0
  85. package/dist/material/components/ap-chat/locales/es.d.ts.map +1 -0
  86. package/dist/material/components/ap-chat/locales/es.js +2 -1
  87. package/dist/material/components/ap-chat/locales/fr.cjs +36 -1
  88. package/dist/material/components/ap-chat/locales/fr.d.ts +3 -0
  89. package/dist/material/components/ap-chat/locales/fr.d.ts.map +1 -0
  90. package/dist/material/components/ap-chat/locales/fr.js +2 -1
  91. package/dist/material/components/ap-chat/locales/ja.cjs +36 -1
  92. package/dist/material/components/ap-chat/locales/ja.d.ts +3 -0
  93. package/dist/material/components/ap-chat/locales/ja.d.ts.map +1 -0
  94. package/dist/material/components/ap-chat/locales/ja.js +2 -1
  95. package/dist/material/components/ap-chat/locales/ko.cjs +36 -1
  96. package/dist/material/components/ap-chat/locales/ko.d.ts +3 -0
  97. package/dist/material/components/ap-chat/locales/ko.d.ts.map +1 -0
  98. package/dist/material/components/ap-chat/locales/ko.js +2 -1
  99. package/dist/material/components/ap-chat/locales/pt-BR.cjs +36 -1
  100. package/dist/material/components/ap-chat/locales/pt-BR.d.ts +3 -0
  101. package/dist/material/components/ap-chat/locales/pt-BR.d.ts.map +1 -0
  102. package/dist/material/components/ap-chat/locales/pt-BR.js +2 -1
  103. package/dist/material/components/ap-chat/locales/pt.cjs +36 -1
  104. package/dist/material/components/ap-chat/locales/pt.d.ts +3 -0
  105. package/dist/material/components/ap-chat/locales/pt.d.ts.map +1 -0
  106. package/dist/material/components/ap-chat/locales/pt.js +2 -1
  107. package/dist/material/components/ap-chat/locales/ru.cjs +36 -1
  108. package/dist/material/components/ap-chat/locales/ru.d.ts +3 -0
  109. package/dist/material/components/ap-chat/locales/ru.d.ts.map +1 -0
  110. package/dist/material/components/ap-chat/locales/ru.js +2 -1
  111. package/dist/material/components/ap-chat/locales/tr.cjs +36 -1
  112. package/dist/material/components/ap-chat/locales/tr.d.ts +3 -0
  113. package/dist/material/components/ap-chat/locales/tr.d.ts.map +1 -0
  114. package/dist/material/components/ap-chat/locales/tr.js +2 -1
  115. package/dist/material/components/ap-chat/locales/zh-CN.cjs +36 -1
  116. package/dist/material/components/ap-chat/locales/zh-CN.d.ts +3 -0
  117. package/dist/material/components/ap-chat/locales/zh-CN.d.ts.map +1 -0
  118. package/dist/material/components/ap-chat/locales/zh-CN.js +2 -1
  119. package/dist/material/components/ap-chat/locales/zh-TW.cjs +36 -1
  120. package/dist/material/components/ap-chat/locales/zh-TW.d.ts +3 -0
  121. package/dist/material/components/ap-chat/locales/zh-TW.d.ts.map +1 -0
  122. package/dist/material/components/ap-chat/locales/zh-TW.js +2 -1
  123. package/dist/material/components/ap-tool-call/locales/de.cjs +36 -1
  124. package/dist/material/components/ap-tool-call/locales/de.d.ts +3 -0
  125. package/dist/material/components/ap-tool-call/locales/de.d.ts.map +1 -0
  126. package/dist/material/components/ap-tool-call/locales/de.js +2 -1
  127. package/dist/material/components/ap-tool-call/locales/en.cjs +36 -1
  128. package/dist/material/components/ap-tool-call/locales/en.d.ts +3 -0
  129. package/dist/material/components/ap-tool-call/locales/en.d.ts.map +1 -0
  130. package/dist/material/components/ap-tool-call/locales/en.js +2 -1
  131. package/dist/material/components/ap-tool-call/locales/es-MX.cjs +36 -1
  132. package/dist/material/components/ap-tool-call/locales/es-MX.d.ts +3 -0
  133. package/dist/material/components/ap-tool-call/locales/es-MX.d.ts.map +1 -0
  134. package/dist/material/components/ap-tool-call/locales/es-MX.js +2 -1
  135. package/dist/material/components/ap-tool-call/locales/es.cjs +36 -1
  136. package/dist/material/components/ap-tool-call/locales/es.d.ts +3 -0
  137. package/dist/material/components/ap-tool-call/locales/es.d.ts.map +1 -0
  138. package/dist/material/components/ap-tool-call/locales/es.js +2 -1
  139. package/dist/material/components/ap-tool-call/locales/fr.cjs +36 -1
  140. package/dist/material/components/ap-tool-call/locales/fr.d.ts +3 -0
  141. package/dist/material/components/ap-tool-call/locales/fr.d.ts.map +1 -0
  142. package/dist/material/components/ap-tool-call/locales/fr.js +2 -1
  143. package/dist/material/components/ap-tool-call/locales/ja.cjs +36 -1
  144. package/dist/material/components/ap-tool-call/locales/ja.d.ts +3 -0
  145. package/dist/material/components/ap-tool-call/locales/ja.d.ts.map +1 -0
  146. package/dist/material/components/ap-tool-call/locales/ja.js +2 -1
  147. package/dist/material/components/ap-tool-call/locales/ko.cjs +36 -1
  148. package/dist/material/components/ap-tool-call/locales/ko.d.ts +3 -0
  149. package/dist/material/components/ap-tool-call/locales/ko.d.ts.map +1 -0
  150. package/dist/material/components/ap-tool-call/locales/ko.js +2 -1
  151. package/dist/material/components/ap-tool-call/locales/pt-BR.cjs +36 -1
  152. package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts +3 -0
  153. package/dist/material/components/ap-tool-call/locales/pt-BR.d.ts.map +1 -0
  154. package/dist/material/components/ap-tool-call/locales/pt-BR.js +2 -1
  155. package/dist/material/components/ap-tool-call/locales/pt.cjs +36 -1
  156. package/dist/material/components/ap-tool-call/locales/pt.d.ts +3 -0
  157. package/dist/material/components/ap-tool-call/locales/pt.d.ts.map +1 -0
  158. package/dist/material/components/ap-tool-call/locales/pt.js +2 -1
  159. package/dist/material/components/ap-tool-call/locales/ru.cjs +36 -1
  160. package/dist/material/components/ap-tool-call/locales/ru.d.ts +3 -0
  161. package/dist/material/components/ap-tool-call/locales/ru.d.ts.map +1 -0
  162. package/dist/material/components/ap-tool-call/locales/ru.js +2 -1
  163. package/dist/material/components/ap-tool-call/locales/tr.cjs +36 -1
  164. package/dist/material/components/ap-tool-call/locales/tr.d.ts +3 -0
  165. package/dist/material/components/ap-tool-call/locales/tr.d.ts.map +1 -0
  166. package/dist/material/components/ap-tool-call/locales/tr.js +2 -1
  167. package/dist/material/components/ap-tool-call/locales/zh-CN.cjs +36 -1
  168. package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts +3 -0
  169. package/dist/material/components/ap-tool-call/locales/zh-CN.d.ts.map +1 -0
  170. package/dist/material/components/ap-tool-call/locales/zh-CN.js +2 -1
  171. package/dist/material/components/ap-tool-call/locales/zh-TW.cjs +36 -1
  172. package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts +3 -0
  173. package/dist/material/components/ap-tool-call/locales/zh-TW.d.ts.map +1 -0
  174. package/dist/material/components/ap-tool-call/locales/zh-TW.js +2 -1
  175. package/package.json +3 -3
  176. package/dist/material/components/ap-chat/locales/de.json +0 -81
  177. package/dist/material/components/ap-chat/locales/en.json +0 -81
  178. package/dist/material/components/ap-chat/locales/es-MX.json +0 -81
  179. package/dist/material/components/ap-chat/locales/es.json +0 -81
  180. package/dist/material/components/ap-chat/locales/fr.json +0 -81
  181. package/dist/material/components/ap-chat/locales/ja.json +0 -81
  182. package/dist/material/components/ap-chat/locales/ko.json +0 -81
  183. package/dist/material/components/ap-chat/locales/pt-BR.json +0 -81
  184. package/dist/material/components/ap-chat/locales/pt.json +0 -81
  185. package/dist/material/components/ap-chat/locales/ro.json +0 -81
  186. package/dist/material/components/ap-chat/locales/ru.json +0 -69
  187. package/dist/material/components/ap-chat/locales/tr.json +0 -81
  188. package/dist/material/components/ap-chat/locales/zh-CN.json +0 -81
  189. package/dist/material/components/ap-chat/locales/zh-TW.json +0 -81
  190. package/dist/material/components/ap-tool-call/locales/de.json +0 -9
  191. package/dist/material/components/ap-tool-call/locales/en.json +0 -9
  192. package/dist/material/components/ap-tool-call/locales/es-MX.json +0 -9
  193. package/dist/material/components/ap-tool-call/locales/es.json +0 -9
  194. package/dist/material/components/ap-tool-call/locales/fr.json +0 -9
  195. package/dist/material/components/ap-tool-call/locales/ja.json +0 -9
  196. package/dist/material/components/ap-tool-call/locales/ko.json +0 -9
  197. package/dist/material/components/ap-tool-call/locales/pt-BR.json +0 -9
  198. package/dist/material/components/ap-tool-call/locales/pt.json +0 -9
  199. package/dist/material/components/ap-tool-call/locales/ro.json +0 -9
  200. package/dist/material/components/ap-tool-call/locales/ru.json +0 -9
  201. package/dist/material/components/ap-tool-call/locales/tr.json +0 -9
  202. package/dist/material/components/ap-tool-call/locales/zh-CN.json +0 -9
  203. package/dist/material/components/ap-tool-call/locales/zh-TW.json +0 -9
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Remove\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Remove \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Mode selector\"],\"autopilot-chat.common.model-selector\":[\"Model selector\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Allowed file types: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Maximum files allowed: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Maximum file size: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Drop your files here to add them to your prompt\"],\"autopilot-chat.error.file-invalid-type\":[\"Unsupported file: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"File too large: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"Only one file can be attached per message\"],\"autopilot-chat.error.too-many-files\":[\"Too many files. \",[\"maxCount\"],\" files are allowed per message\"],\"autopilot-chat.header.actions.close\":[\"Close chat\"],\"autopilot-chat.header.actions.collapse\":[\"Collapse\"],\"autopilot-chat.header.actions.custom-actions\":[\"More actions\"],\"autopilot-chat.header.actions.expand\":[\"Expand\"],\"autopilot-chat.header.actions.history\":[\"Chat history\"],\"autopilot-chat.header.actions.new-chat\":[\"New chat\"],\"autopilot-chat.header.actions.settings\":[\"Settings\"],\"autopilot-chat.header.preview\":[\"Preview\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Delete\"],\"autopilot-chat.history.empty\":[\"There are no conversations yet.\"],\"autopilot-chat.history.group.last-30-days\":[\"Previous 30 days\"],\"autopilot-chat.history.group.last-week\":[\"Last week\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" months ago\"],\"autopilot-chat.history.group.today\":[\"Today\"],\"autopilot-chat.history.group.yesterday\":[\"Yesterday\"],\"autopilot-chat.history.no-results\":[\"No results found.\"],\"autopilot-chat.history.search-placeholder\":[\"Search\"],\"autopilot-chat.input.actions.attach-file\":[\"Attach file(s)\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"Allowed file types: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Maximum files allowed: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Maximum file size: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"File too large: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"Send\"],\"autopilot-chat.input.actions.stop\":[\"Stop\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Agent mode selection\"],\"autopilot-chat.input.footer\":[\"Autopilot can make mistakes. Please double check the responses.\"],\"autopilot-chat.input.model-selection-label\":[\"Model selection\"],\"autopilot-chat.input.placeholder\":[\"What would you like me to do?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Remove\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Remove \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"Needs improvement\"],\"autopilot-chat.message.actions.copy\":[\"Copy\"],\"autopilot-chat.message.actions.good\":[\"Love this\"],\"autopilot-chat.message.actions.label\":[\"Message actions\"],\"autopilot-chat.message.actions.more\":[\"More actions\"],\"autopilot-chat.message.citation-aria-label\":[\"Citation \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Close chat\"],\"autopilot-chat.message.code-block-code\":[\"Code\"],\"autopilot-chat.message.code-block-copy\":[\"Copy\"],\"autopilot-chat.message.code-block-language\":[\"Text\"],\"autopilot-chat.message.code-block-preview\":[\"Preview\"],\"autopilot-chat.message.expand\":[\"Expand\"],\"autopilot-chat.message.footnote-label\":[\"Sources\"],\"autopilot-chat.message.generating-response\":[\"Generating...\"],\"autopilot-chat.message.page-number\":[\"Page \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Scroll to bottom\"],\"autopilot-chat.message.show-less\":[\"Show less\"],\"autopilot-chat.message.show-more\":[\"Show more\"],\"autopilot-chat.message.sources\":[\"Sources\"],\"autopilot-chat.message.suggestions-title\":[\"Suggestions\"],\"autopilot-chat.resource-picker.back\":[\"Go back\"],\"autopilot-chat.resource-picker.empty\":[\"No resources available\"],\"autopilot-chat.resource-picker.error\":[\"Failed to load resources\"],\"autopilot-chat.resource-picker.label\":[\"Resource picker\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Failed to load more\"],\"autopilot-chat.resource-picker.no-results\":[\"No matching resources\"],\"autopilot-chat.resource-picker.retry\":[\"Retry\"],\"autopilot-chat.resource-picker.search-error\":[\"Search failed\"],\"autopilot-chat.resource-trigger.label\":[\"Add resource reference\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Add resource\"],\"autopilot-chat.settings.heading-description\":[\"heading level 2\"],\"autopilot-chat.settings.hide\":[\"Hide settings\"],\"autopilot-chat.settings.title\":[\"Chat settings\"],\"autopilot-chat.tree.no-description\":[\"No description\"],\"autopilot-chat.tree.no-items\":[\"No items\"],\"autopilot-chat.tree.unknown\":[\"Unknown\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Remove"],"autopilot-chat.common.attachments.remove-file-name":["Remove ",["name"]],"autopilot-chat.common.mode-selector":["Mode selector"],"autopilot-chat.common.model-selector":["Model selector"],"autopilot-chat.dropzone.allowed-file-types":["Allowed file types: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["Maximum files allowed: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maximum file size: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Drop your files here to add them to your prompt"],"autopilot-chat.error.file-invalid-type":["Unsupported file: ",["fileName"]],"autopilot-chat.error.file-too-large":["File too large: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Only one file can be attached per message"],"autopilot-chat.error.too-many-files":["Too many files. ",["maxCount"]," files are allowed per message"],"autopilot-chat.header.actions.close":["Close chat"],"autopilot-chat.header.actions.collapse":["Collapse"],"autopilot-chat.header.actions.custom-actions":["More actions"],"autopilot-chat.header.actions.expand":["Expand"],"autopilot-chat.header.actions.history":["Chat history"],"autopilot-chat.header.actions.new-chat":["New chat"],"autopilot-chat.header.actions.settings":["Settings"],"autopilot-chat.header.preview":["Preview"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Delete"],"autopilot-chat.history.empty":["There are no conversations yet."],"autopilot-chat.history.group.last-30-days":["Previous 30 days"],"autopilot-chat.history.group.last-week":["Last week"],"autopilot-chat.history.group.months-ago":[["count"]," months ago"],"autopilot-chat.history.group.today":["Today"],"autopilot-chat.history.group.yesterday":["Yesterday"],"autopilot-chat.history.no-results":["No results found."],"autopilot-chat.history.search-placeholder":["Search"],"autopilot-chat.input.actions.attach-file":["Attach file(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Allowed file types: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["Maximum files allowed: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maximum file size: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["File too large: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Send"],"autopilot-chat.input.actions.stop":["Stop"],"autopilot-chat.input.agent-mode-selection-label":["Agent mode selection"],"autopilot-chat.input.footer":["Autopilot can make mistakes. Please double check the responses."],"autopilot-chat.input.model-selection-label":["Model selection"],"autopilot-chat.input.placeholder":["What would you like me to do?"],"autopilot-chat.input.resource-chip.remove":["Remove"],"autopilot-chat.input.resource-chip.remove-name":["Remove ",["label"]],"autopilot-chat.message.actions.bad":["Needs improvement"],"autopilot-chat.message.actions.copy":["Copy"],"autopilot-chat.message.actions.good":["Love this"],"autopilot-chat.message.actions.label":["Message actions"],"autopilot-chat.message.actions.more":["More actions"],"autopilot-chat.message.citation-aria-label":["Citation ",["id"],": ",["title"]],"autopilot-chat.message.close":["Close chat"],"autopilot-chat.message.code-block-code":["Code"],"autopilot-chat.message.code-block-copy":["Copy"],"autopilot-chat.message.code-block-language":["Text"],"autopilot-chat.message.code-block-preview":["Preview"],"autopilot-chat.message.expand":["Expand"],"autopilot-chat.message.footnote-label":["Sources"],"autopilot-chat.message.generating-response":["Generating..."],"autopilot-chat.message.page-number":["Page ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Scroll to bottom"],"autopilot-chat.message.show-less":["Show less"],"autopilot-chat.message.show-more":["Show more"],"autopilot-chat.message.sources":["Sources"],"autopilot-chat.message.suggestions-title":["Suggestions"],"autopilot-chat.resource-picker.back":["Go back"],"autopilot-chat.resource-picker.empty":["No resources available"],"autopilot-chat.resource-picker.error":["Failed to load resources"],"autopilot-chat.resource-picker.label":["Resource picker"],"autopilot-chat.resource-picker.load-more-error":["Failed to load more"],"autopilot-chat.resource-picker.no-results":["No matching resources"],"autopilot-chat.resource-picker.retry":["Retry"],"autopilot-chat.resource-picker.search-error":["Search failed"],"autopilot-chat.resource-trigger.label":["Add resource reference"],"autopilot-chat.resource-trigger.tooltip":["Add resource"],"autopilot-chat.settings.heading-description":["heading level 2"],"autopilot-chat.settings.hide":["Hide settings"],"autopilot-chat.settings.title":["Chat settings"],"autopilot-chat.tree.no-description":["No description"],"autopilot-chat.tree.no-items":["No items"],"autopilot-chat.tree.unknown":["Unknown"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamaño máximo del archivo: \",[\"maxSize\"],\"\xA0MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Suelte los archivos aquí 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ás 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ón\"],\"autopilot-chat.header.preview\":[\"Vista previa\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Aún no hay conversaciones.\"],\"autopilot-chat.history.group.last-30-days\":[\"30\xA0días anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última 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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamaño máximo 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ón del modo de agente\"],\"autopilot-chat.input.footer\":[\"Autopilot puede cometer errores. Compruebe las respuestas.\"],\"autopilot-chat.input.model-selection-label\":[\"Selección de modelo\"],\"autopilot-chat.input.placeholder\":[\"¿Qué le gustaría 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ás acciones\"],\"autopilot-chat.message.citation-aria-label\":[\"Cita \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Cerrar chat\"],\"autopilot-chat.message.code-block-code\":[\"Código\"],\"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ágina \",[\"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ás\"],\"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ás\"],\"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úsqueda\"],\"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ón\"],\"autopilot-chat.settings.title\":[\"Configuración de chat\"],\"autopilot-chat.tree.no-description\":[\"Sin descripción\"],\"autopilot-chat.tree.no-items\":[\"Sin elementos\"],\"autopilot-chat.tree.unknown\":[\"Desconocido\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["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"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=es-MX.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAiiL,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamaño máximo del archivo: \",[\"maxSize\"],\"\xA0MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Suelte los archivos aquí 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ás 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ón\"],\"autopilot-chat.header.preview\":[\"Vista previa\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Aún no hay conversaciones.\"],\"autopilot-chat.history.group.last-30-days\":[\"30\xA0días anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última 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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamaño máximo 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ón del modo de agente\"],\"autopilot-chat.input.footer\":[\"Autopilot puede cometer errores. Compruebe las respuestas.\"],\"autopilot-chat.input.model-selection-label\":[\"Selección de modelo\"],\"autopilot-chat.input.placeholder\":[\"¿Qué le gustaría 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ás acciones\"],\"autopilot-chat.message.citation-aria-label\":[\"Cita \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Cerrar chat\"],\"autopilot-chat.message.code-block-code\":[\"Código\"],\"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ágina \",[\"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ás\"],\"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ás\"],\"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úsqueda\"],\"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ón\"],\"autopilot-chat.settings.title\":[\"Configuración de chat\"],\"autopilot-chat.tree.no-description\":[\"Sin descripción\"],\"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.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"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamaño máximo de archivo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Suelte sus archivos aquí para añadirlos 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ás 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ón\"],\"autopilot-chat.header.preview\":[\"Vista previa\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Aún no hay conversaciones.\"],\"autopilot-chat.history.group.last-30-days\":[\"Últimos 30 días\"],\"autopilot-chat.history.group.last-week\":[\"Última 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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamaño máximo 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ón del modo de agente\"],\"autopilot-chat.input.footer\":[\"Autopilot puede cometer errores. Vuelva a comprobar las respuestas.\"],\"autopilot-chat.input.model-selection-label\":[\"Selección de modelo\"],\"autopilot-chat.input.placeholder\":[\"¿Que le gustaría 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ás acciones\"],\"autopilot-chat.message.citation-aria-label\":[\"Cita \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Cerrar chat\"],\"autopilot-chat.message.code-block-code\":[\"Código\"],\"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ágina \",[\"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ás\"],\"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ás\"],\"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úsqueda\"],\"autopilot-chat.resource-trigger.label\":[\"Añadir 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ón\"],\"autopilot-chat.settings.title\":[\"Configuración de chat\"],\"autopilot-chat.tree.no-description\":[\"Sin descripción\"],\"autopilot-chat.tree.no-items\":[\"Sin elementos\"],\"autopilot-chat.tree.unknown\":[\"Desconocido\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["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"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=es.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAkgL,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamaño máximo de archivo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Suelte sus archivos aquí para añadirlos 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ás 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ón\"],\"autopilot-chat.header.preview\":[\"Vista previa\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Aún no hay conversaciones.\"],\"autopilot-chat.history.group.last-30-days\":[\"Últimos 30 días\"],\"autopilot-chat.history.group.last-week\":[\"Última 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áximo de archivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamaño máximo 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ón del modo de agente\"],\"autopilot-chat.input.footer\":[\"Autopilot puede cometer errores. Vuelva a comprobar las respuestas.\"],\"autopilot-chat.input.model-selection-label\":[\"Selección de modelo\"],\"autopilot-chat.input.placeholder\":[\"¿Que le gustaría 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ás acciones\"],\"autopilot-chat.message.citation-aria-label\":[\"Cita \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Cerrar chat\"],\"autopilot-chat.message.code-block-code\":[\"Código\"],\"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ágina \",[\"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ás\"],\"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ás\"],\"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úsqueda\"],\"autopilot-chat.resource-trigger.label\":[\"Añadir 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ón\"],\"autopilot-chat.settings.title\":[\"Configuración de chat\"],\"autopilot-chat.tree.no-description\":[\"Sin descripción\"],\"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.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"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={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électeur de mode\"],\"autopilot-chat.common.model-selector\":[\"Sélecteur de modèle\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Types de fichiers autorisés\xA0: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Nombre maximal de fichiers autorisés\xA0: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Taille maximale du fichier\xA0: \",[\"maxSize\"],\"\xA0Mo\"],\"autopilot-chat.dropzone.overlay-title\":[\"Déposez vos fichiers ici pour les ajouter à 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 être ajouté en pièce jointe.\"],\"autopilot-chat.error.too-many-files\":[\"Trop de fichiers. \",[\"maxCount\"],\"\xA0fichiers sont autorisés par message\"],\"autopilot-chat.header.actions.close\":[\"Fermer le chat\"],\"autopilot-chat.header.actions.collapse\":[\"Réduire\"],\"autopilot-chat.header.actions.custom-actions\":[\"Autres actions\"],\"autopilot-chat.header.actions.expand\":[\"Développer\"],\"autopilot-chat.header.actions.history\":[\"Historique de discussion\"],\"autopilot-chat.header.actions.new-chat\":[\"Nouveau chat\"],\"autopilot-chat.header.actions.settings\":[\"Paramètres\"],\"autopilot-chat.header.preview\":[\"Aperçu\"],\"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écédents\"],\"autopilot-chat.history.group.last-week\":[\"Dernière 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ésultat trouvé.\"],\"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és\xA0: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Nombre maximal de fichiers autorisés\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êter\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Sélection du mode d’agent\"],\"autopilot-chat.input.footer\":[\"Autopilot peut commettre des erreurs. Veuillez vérifier soigneusement les réponses.\"],\"autopilot-chat.input.model-selection-label\":[\"Sélection du modèle\"],\"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élioration 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çu\"],\"autopilot-chat.message.expand\":[\"Développer\"],\"autopilot-chat.message.footnote-label\":[\"Sources\"],\"autopilot-chat.message.generating-response\":[\"Génération en cours...\"],\"autopilot-chat.message.page-number\":[\"Page\xA0\",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Faire défiler 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ère\"],\"autopilot-chat.resource-picker.empty\":[\"Aucune ressource disponible\"],\"autopilot-chat.resource-picker.error\":[\"Échec du chargement des ressources\"],\"autopilot-chat.resource-picker.label\":[\"Sélecteur 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éessayer\"],\"autopilot-chat.resource-picker.search-error\":[\"Recherche échouée\"],\"autopilot-chat.resource-trigger.label\":[\"Ajouter une référence de ressource\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Ajouter une ressource\"],\"autopilot-chat.settings.heading-description\":[\"Niveau d’en-tête\xA02\"],\"autopilot-chat.settings.hide\":[\"Masquer les paramètres\"],\"autopilot-chat.settings.title\":[\"Paramètres de chat\"],\"autopilot-chat.tree.no-description\":[\"Aucune description\"],\"autopilot-chat.tree.no-items\":[\"Aucun élément\"],\"autopilot-chat.tree.unknown\":[\"Inconnu\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["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"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAkuL,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {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électeur de mode\"],\"autopilot-chat.common.model-selector\":[\"Sélecteur de modèle\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Types de fichiers autorisés\xA0: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Nombre maximal de fichiers autorisés\xA0: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Taille maximale du fichier\xA0: \",[\"maxSize\"],\"\xA0Mo\"],\"autopilot-chat.dropzone.overlay-title\":[\"Déposez vos fichiers ici pour les ajouter à 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 être ajouté en pièce jointe.\"],\"autopilot-chat.error.too-many-files\":[\"Trop de fichiers. \",[\"maxCount\"],\"\xA0fichiers sont autorisés par message\"],\"autopilot-chat.header.actions.close\":[\"Fermer le chat\"],\"autopilot-chat.header.actions.collapse\":[\"Réduire\"],\"autopilot-chat.header.actions.custom-actions\":[\"Autres actions\"],\"autopilot-chat.header.actions.expand\":[\"Développer\"],\"autopilot-chat.header.actions.history\":[\"Historique de discussion\"],\"autopilot-chat.header.actions.new-chat\":[\"Nouveau chat\"],\"autopilot-chat.header.actions.settings\":[\"Paramètres\"],\"autopilot-chat.header.preview\":[\"Aperçu\"],\"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écédents\"],\"autopilot-chat.history.group.last-week\":[\"Dernière 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ésultat trouvé.\"],\"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és\xA0: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Nombre maximal de fichiers autorisés\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êter\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Sélection du mode d’agent\"],\"autopilot-chat.input.footer\":[\"Autopilot peut commettre des erreurs. Veuillez vérifier soigneusement les réponses.\"],\"autopilot-chat.input.model-selection-label\":[\"Sélection du modèle\"],\"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élioration 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çu\"],\"autopilot-chat.message.expand\":[\"Développer\"],\"autopilot-chat.message.footnote-label\":[\"Sources\"],\"autopilot-chat.message.generating-response\":[\"Génération en cours...\"],\"autopilot-chat.message.page-number\":[\"Page\xA0\",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Faire défiler 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ère\"],\"autopilot-chat.resource-picker.empty\":[\"Aucune ressource disponible\"],\"autopilot-chat.resource-picker.error\":[\"Échec du chargement des ressources\"],\"autopilot-chat.resource-picker.label\":[\"Sélecteur 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éessayer\"],\"autopilot-chat.resource-picker.search-error\":[\"Recherche échouée\"],\"autopilot-chat.resource-trigger.label\":[\"Ajouter une référence de ressource\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Ajouter une ressource\"],\"autopilot-chat.settings.heading-description\":[\"Niveau d’en-tête\xA02\"],\"autopilot-chat.settings.hide\":[\"Masquer les paramètres\"],\"autopilot-chat.settings.title\":[\"Paramètres de chat\"],\"autopilot-chat.tree.no-description\":[\"Aucune description\"],\"autopilot-chat.tree.no-items\":[\"Aucun élément\"],\"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.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"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"削除\"],\"autopilot-chat.common.attachments.remove-file-name\":[[\"name\"],\" を削除\"],\"autopilot-chat.common.mode-selector\":[\"モード セレクター\"],\"autopilot-chat.common.model-selector\":[\"モデル セレクター\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"使用できるファイルの種類: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"許可される最大ファイル数: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"最大ファイル サイズ: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"ここにファイルをドロップして、プロンプトに追加します。\"],\"autopilot-chat.error.file-invalid-type\":[\"サポートされていないファイル: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"ファイルが大きすぎます: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"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
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["削除"],"autopilot-chat.common.attachments.remove-file-name":[["name"]," を削除"],"autopilot-chat.common.mode-selector":["モード セレクター"],"autopilot-chat.common.model-selector":["モデル セレクター"],"autopilot-chat.dropzone.allowed-file-types":["使用できるファイルの種類: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["許可される最大ファイル数: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["最大ファイル サイズ: ",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["ここにファイルをドロップして、プロンプトに追加します。"],"autopilot-chat.error.file-invalid-type":["サポートされていないファイル: ",["fileName"]],"autopilot-chat.error.file-too-large":["ファイルが大きすぎます: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.error.multiple-files":["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":["不明"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=ja.d.ts.map
@@ -0,0 +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,EAA+0J,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"削除\"],\"autopilot-chat.common.attachments.remove-file-name\":[[\"name\"],\" を削除\"],\"autopilot-chat.common.mode-selector\":[\"モード セレクター\"],\"autopilot-chat.common.model-selector\":[\"モデル セレクター\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"使用できるファイルの種類: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"許可される最大ファイル数: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"最大ファイル サイズ: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"ここにファイルをドロップして、プロンプトに追加します。\"],\"autopilot-chat.error.file-invalid-type\":[\"サポートされていないファイル: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"ファイルが大きすぎます: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"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.error.file-too-large":["ファイルが大きすぎます: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.input.actions.send":["送信"],"autopilot-chat.input.actions.stop":["停止"],"autopilot-chat.input.agent-mode-selection-label":["エージェント モードの選択"],"autopilot-chat.input.footer":["Autopilot は間違うことがあります。必ず回答を再確認してください。"],"autopilot-chat.input.model-selection-label":["モデルの選択"],"autopilot-chat.input.placeholder":["どのようなサポートが必要ですか?"],"autopilot-chat.input.resource-chip.remove":["削除"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," を削除"],"autopilot-chat.message.actions.bad":["不満"],"autopilot-chat.message.actions.copy":["コピー"],"autopilot-chat.message.actions.good":["満足"],"autopilot-chat.message.actions.label":["メッセージのアクション"],"autopilot-chat.message.actions.more":["その他のアクション"],"autopilot-chat.message.citation-aria-label":["引用 ",["id"],": ",["title"]],"autopilot-chat.message.close":["チャットを閉じる"],"autopilot-chat.message.code-block-code":["コード"],"autopilot-chat.message.code-block-copy":["コピー"],"autopilot-chat.message.code-block-language":["テキスト"],"autopilot-chat.message.code-block-preview":["プレビュー"],"autopilot-chat.message.expand":["展開"],"autopilot-chat.message.footnote-label":["ソース"],"autopilot-chat.message.generating-response":["生成しています..."],"autopilot-chat.message.page-number":[["page_number"]," ページ"],"autopilot-chat.message.scroll-to-bottom":["最下部までスクロール"],"autopilot-chat.message.show-less":["一部を表示"],"autopilot-chat.message.show-more":["さらに表示"],"autopilot-chat.message.sources":["ソース"],"autopilot-chat.message.suggestions-title":["提案"],"autopilot-chat.resource-picker.back":["戻る"],"autopilot-chat.resource-picker.empty":["利用可能なリソースがありません。"],"autopilot-chat.resource-picker.error":["リソースの読み込みに失敗しました。"],"autopilot-chat.resource-picker.label":["リソース ピッカー"],"autopilot-chat.resource-picker.load-more-error":["読み込みに失敗しました。"],"autopilot-chat.resource-picker.no-results":["一致するリソースがありません。"],"autopilot-chat.resource-picker.retry":["リトライ"],"autopilot-chat.resource-picker.search-error":["検索に失敗しました。"],"autopilot-chat.resource-trigger.label":["リソースの参照を追加"],"autopilot-chat.resource-trigger.tooltip":["リソースを追加"],"autopilot-chat.settings.heading-description":["見出しレベル 2"],"autopilot-chat.settings.hide":["設定を非表示"],"autopilot-chat.settings.title":["チャットの設定"],"autopilot-chat.tree.no-description":["説明がありません。"],"autopilot-chat.tree.no-items":["項目がありません。"],"autopilot-chat.tree.unknown":["不明"]}');
2
+ export { messages };