@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,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"제거\"],\"autopilot-chat.common.attachments.remove-file-name\":[[\"name\"],\" 제거\"],\"autopilot-chat.common.mode-selector\":[\"모드 선택기\"],\"autopilot-chat.common.model-selector\":[\"모델 선택기\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"허용되는 파일 형식: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"허용되는 최대 파일 수: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"최대 파일 크기: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"파일을 여기에 끌어다 놓아 프롬프트에 추가하십시오\"],\"autopilot-chat.error.file-invalid-type\":[\"지원되지 않는 파일: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"파일이 너무 큼: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"메시지당 하나의 파일만 첨부할 수 있습니다\"],\"autopilot-chat.error.too-many-files\":[\"파일이 너무 많습니다. 메시지당 \",[\"maxCount\"],\"개의 파일이 허용됩니다\"],\"autopilot-chat.header.actions.close\":[\"채팅 닫기\"],\"autopilot-chat.header.actions.collapse\":[\"축소\"],\"autopilot-chat.header.actions.custom-actions\":[\"추가 액션\"],\"autopilot-chat.header.actions.expand\":[\"확장\"],\"autopilot-chat.header.actions.history\":[\"채팅 기록\"],\"autopilot-chat.header.actions.new-chat\":[\"새 채팅\"],\"autopilot-chat.header.actions.settings\":[\"설정\"],\"autopilot-chat.header.preview\":[\"미리 보기\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"삭제\"],\"autopilot-chat.history.empty\":[\"아직 대화가 없습니다.\"],\"autopilot-chat.history.group.last-30-days\":[\"이전 30일\"],\"autopilot-chat.history.group.last-week\":[\"지난 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":["메시지당 하나의 파일만 첨부할 수 있습니다"],"autopilot-chat.error.too-many-files":["파일이 너무 많습니다. 메시지당 ",["maxCount"],"개의 파일이 허용됩니다"],"autopilot-chat.header.actions.close":["채팅 닫기"],"autopilot-chat.header.actions.collapse":["축소"],"autopilot-chat.header.actions.custom-actions":["추가 액션"],"autopilot-chat.header.actions.expand":["확장"],"autopilot-chat.header.actions.history":["채팅 기록"],"autopilot-chat.header.actions.new-chat":["새 채팅"],"autopilot-chat.header.actions.settings":["설정"],"autopilot-chat.header.preview":["미리 보기"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["삭제"],"autopilot-chat.history.empty":["아직 대화가 없습니다."],"autopilot-chat.history.group.last-30-days":["이전 30일"],"autopilot-chat.history.group.last-week":["지난 1주"],"autopilot-chat.history.group.months-ago":[["count"],"개월 전"],"autopilot-chat.history.group.today":["오늘"],"autopilot-chat.history.group.yesterday":["어제"],"autopilot-chat.history.no-results":["결과를 찾을 수 없습니다."],"autopilot-chat.history.search-placeholder":["검색"],"autopilot-chat.input.actions.attach-file":["파일 첨부"],"autopilot-chat.input.actions.attachments.allowed-types":["허용되는 파일 형식: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["허용되는 최대 파일 수: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["최대 파일 크기: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["파일이 너무 큼: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["보내기"],"autopilot-chat.input.actions.stop":["중지"],"autopilot-chat.input.agent-mode-selection-label":["에이전트 모드 선택"],"autopilot-chat.input.footer":["Autopilot은 실수를 할 수 있습니다. 응답을 다시 확인하십시오."],"autopilot-chat.input.model-selection-label":["모델 선택"],"autopilot-chat.input.placeholder":["뭘 해드리면 될까요?"],"autopilot-chat.input.resource-chip.remove":["제거"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," 제거"],"autopilot-chat.message.actions.bad":["개선 필요"],"autopilot-chat.message.actions.copy":["복사"],"autopilot-chat.message.actions.good":["완전 마음에 들어요"],"autopilot-chat.message.actions.label":["메시지 액션"],"autopilot-chat.message.actions.more":["추가 액션"],"autopilot-chat.message.citation-aria-label":["인용 ",["id"],": ",["title"]],"autopilot-chat.message.close":["채팅 닫기"],"autopilot-chat.message.code-block-code":["코드"],"autopilot-chat.message.code-block-copy":["복사"],"autopilot-chat.message.code-block-language":["텍스트"],"autopilot-chat.message.code-block-preview":["미리 보기"],"autopilot-chat.message.expand":["확장"],"autopilot-chat.message.footnote-label":["소스"],"autopilot-chat.message.generating-response":["생성 중..."],"autopilot-chat.message.page-number":[["page_number"],"페이지"],"autopilot-chat.message.scroll-to-bottom":["맨 아래로 스크롤"],"autopilot-chat.message.show-less":["간단히 표시"],"autopilot-chat.message.show-more":["자세히 표시"],"autopilot-chat.message.sources":["소스"],"autopilot-chat.message.suggestions-title":["제안"],"autopilot-chat.resource-picker.back":["뒤로 이동"],"autopilot-chat.resource-picker.empty":["사용 가능한 리소스 없음"],"autopilot-chat.resource-picker.error":["리소스를 로드하지 못했습니다"],"autopilot-chat.resource-picker.label":["리소스 선택기"],"autopilot-chat.resource-picker.load-more-error":["추가 로드 실패"],"autopilot-chat.resource-picker.no-results":["일치하는 리소스 없음"],"autopilot-chat.resource-picker.retry":["재시도"],"autopilot-chat.resource-picker.search-error":["검색 실패"],"autopilot-chat.resource-trigger.label":["리소스 참조 추가"],"autopilot-chat.resource-trigger.tooltip":["리소스 추가"],"autopilot-chat.settings.heading-description":["제목 수준 2"],"autopilot-chat.settings.hide":["설정 숨기기"],"autopilot-chat.settings.title":["채팅 설정"],"autopilot-chat.tree.no-description":["설명 없음"],"autopilot-chat.tree.no-items":["항목 없음"],"autopilot-chat.tree.unknown":["알 수 없음"]}');
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=ko.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/ko.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAquJ,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"제거\"],\"autopilot-chat.common.attachments.remove-file-name\":[[\"name\"],\" 제거\"],\"autopilot-chat.common.mode-selector\":[\"모드 선택기\"],\"autopilot-chat.common.model-selector\":[\"모델 선택기\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"허용되는 파일 형식: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"허용되는 최대 파일 수: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"최대 파일 크기: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"파일을 여기에 끌어다 놓아 프롬프트에 추가하십시오\"],\"autopilot-chat.error.file-invalid-type\":[\"지원되지 않는 파일: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"파일이 너무 큼: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"메시지당 하나의 파일만 첨부할 수 있습니다\"],\"autopilot-chat.error.too-many-files\":[\"파일이 너무 많습니다. 메시지당 \",[\"maxCount\"],\"개의 파일이 허용됩니다\"],\"autopilot-chat.header.actions.close\":[\"채팅 닫기\"],\"autopilot-chat.header.actions.collapse\":[\"축소\"],\"autopilot-chat.header.actions.custom-actions\":[\"추가 액션\"],\"autopilot-chat.header.actions.expand\":[\"확장\"],\"autopilot-chat.header.actions.history\":[\"채팅 기록\"],\"autopilot-chat.header.actions.new-chat\":[\"새 채팅\"],\"autopilot-chat.header.actions.settings\":[\"설정\"],\"autopilot-chat.header.preview\":[\"미리 보기\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"삭제\"],\"autopilot-chat.history.empty\":[\"아직 대화가 없습니다.\"],\"autopilot-chat.history.group.last-30-days\":[\"이전 30일\"],\"autopilot-chat.history.group.last-week\":[\"지난 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":["메시지당 하나의 파일만 첨부할 수 있습니다"],"autopilot-chat.error.too-many-files":["파일이 너무 많습니다. 메시지당 ",["maxCount"],"개의 파일이 허용됩니다"],"autopilot-chat.header.actions.close":["채팅 닫기"],"autopilot-chat.header.actions.collapse":["축소"],"autopilot-chat.header.actions.custom-actions":["추가 액션"],"autopilot-chat.header.actions.expand":["확장"],"autopilot-chat.header.actions.history":["채팅 기록"],"autopilot-chat.header.actions.new-chat":["새 채팅"],"autopilot-chat.header.actions.settings":["설정"],"autopilot-chat.header.preview":["미리 보기"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["삭제"],"autopilot-chat.history.empty":["아직 대화가 없습니다."],"autopilot-chat.history.group.last-30-days":["이전 30"],"autopilot-chat.history.group.last-week":["지난 1"],"autopilot-chat.history.group.months-ago":[["count"],"개월 "],"autopilot-chat.history.group.today":["오늘"],"autopilot-chat.history.group.yesterday":["어제"],"autopilot-chat.history.no-results":["결과를 찾을 수 없습니다."],"autopilot-chat.history.search-placeholder":["검색"],"autopilot-chat.input.actions.attach-file":["파일 첨부"],"autopilot-chat.input.actions.attachments.allowed-types":["허용되는 파일 형식: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["허용되는 최대 파일 수: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["최대 파일 크기: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["파일이 너무 큼: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["보내기"],"autopilot-chat.input.actions.stop":["중지"],"autopilot-chat.input.agent-mode-selection-label":["에이전트 모드 선택"],"autopilot-chat.input.footer":["Autopilot은 실수를 할 수 있습니다. 응답을 다시 확인하십시오."],"autopilot-chat.input.model-selection-label":["모델 선택"],"autopilot-chat.input.placeholder":["뭘 해드리면 될까요?"],"autopilot-chat.input.resource-chip.remove":["제거"],"autopilot-chat.input.resource-chip.remove-name":[["label"]," 제거"],"autopilot-chat.message.actions.bad":["개선 필요"],"autopilot-chat.message.actions.copy":["복사"],"autopilot-chat.message.actions.good":["완전 마음에 들어요"],"autopilot-chat.message.actions.label":["메시지 액션"],"autopilot-chat.message.actions.more":["추가 액션"],"autopilot-chat.message.citation-aria-label":["인용 ",["id"],": ",["title"]],"autopilot-chat.message.close":["채팅 닫기"],"autopilot-chat.message.code-block-code":["코드"],"autopilot-chat.message.code-block-copy":["복사"],"autopilot-chat.message.code-block-language":["텍스트"],"autopilot-chat.message.code-block-preview":["미리 보기"],"autopilot-chat.message.expand":["확장"],"autopilot-chat.message.footnote-label":["소스"],"autopilot-chat.message.generating-response":["생성 중..."],"autopilot-chat.message.page-number":[["page_number"],"페이지"],"autopilot-chat.message.scroll-to-bottom":["맨 아래로 스크롤"],"autopilot-chat.message.show-less":["간단히 표시"],"autopilot-chat.message.show-more":["자세히 표시"],"autopilot-chat.message.sources":["소스"],"autopilot-chat.message.suggestions-title":["제안"],"autopilot-chat.resource-picker.back":["뒤로 이동"],"autopilot-chat.resource-picker.empty":["사용 가능한 리소스 없음"],"autopilot-chat.resource-picker.error":["리소스를 로드하지 못했습니다"],"autopilot-chat.resource-picker.label":["리소스 선택기"],"autopilot-chat.resource-picker.load-more-error":["추가 로드 실패"],"autopilot-chat.resource-picker.no-results":["일치하는 리소스 없음"],"autopilot-chat.resource-picker.retry":["재시도"],"autopilot-chat.resource-picker.search-error":["검색 실패"],"autopilot-chat.resource-trigger.label":["리소스 참조 추가"],"autopilot-chat.resource-trigger.tooltip":["리소스 추가"],"autopilot-chat.settings.heading-description":["제목 수준 2"],"autopilot-chat.settings.hide":["설정 숨기기"],"autopilot-chat.settings.title":["채팅 설정"],"autopilot-chat.tree.no-description":["설명 없음"],"autopilot-chat.tree.no-items":["항목 없음"],"autopilot-chat.tree.unknown":["알 수 없음"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Remover\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Remover \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Seletor de modo\"],\"autopilot-chat.common.model-selector\":[\"Seletor de modelo\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Tipos de arquivo permitidos: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Máximo de arquivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamanho máximo do arquivo: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Solte seus arquivos aqui para adicioná-los ao seu prompt\"],\"autopilot-chat.error.file-invalid-type\":[\"Arquivo não compatível: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Arquivo muito grande: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"Só é possível anexar um arquivo por mensagem\"],\"autopilot-chat.error.too-many-files\":[\"Há muitos arquivos. O total de \",[\"maxCount\"],\" arquivos é permitido por mensagem\"],\"autopilot-chat.header.actions.close\":[\"Fechar chat\"],\"autopilot-chat.header.actions.collapse\":[\"Recolher\"],\"autopilot-chat.header.actions.custom-actions\":[\"Mais ações\"],\"autopilot-chat.header.actions.expand\":[\"Expandir\"],\"autopilot-chat.header.actions.history\":[\"Histórico do Chat\"],\"autopilot-chat.header.actions.new-chat\":[\"Novo chat\"],\"autopilot-chat.header.actions.settings\":[\"Configurações\"],\"autopilot-chat.header.preview\":[\"Visualizar\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Excluir\"],\"autopilot-chat.history.empty\":[\"Ainda não há conversas.\"],\"autopilot-chat.history.group.last-30-days\":[\"30 dias anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última semana\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" meses atrás\"],\"autopilot-chat.history.group.today\":[\"Hoje\"],\"autopilot-chat.history.group.yesterday\":[\"Ontem\"],\"autopilot-chat.history.no-results\":[\"Nenhum resultado encontrado.\"],\"autopilot-chat.history.search-placeholder\":[\"Pesquisar\"],\"autopilot-chat.input.actions.attach-file\":[\"Anexar arquivo(s)\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"Tipos de arquivo permitidos: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Máximo de arquivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamanho máximo do arquivo: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Arquivo muito grande: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.send\":[\"Enviar\"],\"autopilot-chat.input.actions.stop\":[\"Parar\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Seleção de modo do agente\"],\"autopilot-chat.input.footer\":[\"O Autopilot pode cometer erros. Verifique as respostas novamente.\"],\"autopilot-chat.input.model-selection-label\":[\"Seleção de modelo\"],\"autopilot-chat.input.placeholder\":[\"O que você quer que eu faça?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Remover\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Remover \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"Precisa melhorar\"],\"autopilot-chat.message.actions.copy\":[\"Copiar\"],\"autopilot-chat.message.actions.good\":[\"Amo isso\"],\"autopilot-chat.message.actions.label\":[\"Ações de mensagem\"],\"autopilot-chat.message.actions.more\":[\"Mais ações\"],\"autopilot-chat.message.citation-aria-label\":[\"Citação \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Fechar 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\":[\"Visualizar\"],\"autopilot-chat.message.expand\":[\"Expandir\"],\"autopilot-chat.message.footnote-label\":[\"Fontes\"],\"autopilot-chat.message.generating-response\":[\"Gerando…\"],\"autopilot-chat.message.page-number\":[\"Página \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Rolar para baixo\"],\"autopilot-chat.message.show-less\":[\"Mostrar menos\"],\"autopilot-chat.message.show-more\":[\"Mostrar Mais\"],\"autopilot-chat.message.sources\":[\"Fontes\"],\"autopilot-chat.message.suggestions-title\":[\"Sugestões\"],\"autopilot-chat.resource-picker.back\":[\"Voltar\"],\"autopilot-chat.resource-picker.empty\":[\"Nenhum recurso disponível\"],\"autopilot-chat.resource-picker.error\":[\"Falha ao carregar recursos\"],\"autopilot-chat.resource-picker.label\":[\"Seletor de recursos\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Falha ao carregar mais\"],\"autopilot-chat.resource-picker.no-results\":[\"Nenhum recurso correspondente\"],\"autopilot-chat.resource-picker.retry\":[\"Tentar Novamente\"],\"autopilot-chat.resource-picker.search-error\":[\"Falha na pesquisa\"],\"autopilot-chat.resource-trigger.label\":[\"Adicionar referência de recurso\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Adicionar Recurso\"],\"autopilot-chat.settings.heading-description\":[\"Nível de cabeçalho 2\"],\"autopilot-chat.settings.hide\":[\"Ocultar configurações\"],\"autopilot-chat.settings.title\":[\"Configurações de chat\"],\"autopilot-chat.tree.no-description\":[\"Nenhuma Descrição\"],\"autopilot-chat.tree.no-items\":[\"Não há itens\"],\"autopilot-chat.tree.unknown\":[\"Desconhecido\"]}")};
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":["Remover"],"autopilot-chat.common.attachments.remove-file-name":["Remover ",["name"]],"autopilot-chat.common.mode-selector":["Seletor de modo"],"autopilot-chat.common.model-selector":["Seletor de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de arquivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de arquivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tamanho m\xe1ximo do arquivo: ",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["Solte seus arquivos aqui para adicion\xe1-los ao seu prompt"],"autopilot-chat.error.file-invalid-type":["Arquivo n\xe3o compat\xedvel: ",["fileName"]],"autopilot-chat.error.file-too-large":["Arquivo muito grande: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.error.multiple-files":["S\xf3 \xe9 poss\xedvel anexar um arquivo por mensagem"],"autopilot-chat.error.too-many-files":["H\xe1 muitos arquivos. O total de ",["maxCount"]," arquivos \xe9 permitido por mensagem"],"autopilot-chat.header.actions.close":["Fechar chat"],"autopilot-chat.header.actions.collapse":["Recolher"],"autopilot-chat.header.actions.custom-actions":["Mais a\xe7\xf5es"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Hist\xf3rico do Chat"],"autopilot-chat.header.actions.new-chat":["Novo chat"],"autopilot-chat.header.actions.settings":["Configura\xe7\xf5es"],"autopilot-chat.header.preview":["Visualizar"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Excluir"],"autopilot-chat.history.empty":["Ainda n\xe3o h\xe1 conversas."],"autopilot-chat.history.group.last-30-days":["30 dias anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":[["count"]," meses atr\xe1s"],"autopilot-chat.history.group.today":["Hoje"],"autopilot-chat.history.group.yesterday":["Ontem"],"autopilot-chat.history.no-results":["Nenhum resultado encontrado."],"autopilot-chat.history.search-placeholder":["Pesquisar"],"autopilot-chat.input.actions.attach-file":["Anexar arquivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de arquivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de arquivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tamanho m\xe1ximo do arquivo: ",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["Arquivo muito grande: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Parar"],"autopilot-chat.input.agent-mode-selection-label":["Sele\xe7\xe3o de modo do agente"],"autopilot-chat.input.footer":["O Autopilot pode cometer erros. Verifique as respostas novamente."],"autopilot-chat.input.model-selection-label":["Sele\xe7\xe3o de modelo"],"autopilot-chat.input.placeholder":["O que voc\xea quer que eu fa\xe7a?"],"autopilot-chat.input.resource-chip.remove":["Remover"],"autopilot-chat.input.resource-chip.remove-name":["Remover ",["label"]],"autopilot-chat.message.actions.bad":["Precisa melhorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Amo isso"],"autopilot-chat.message.actions.label":["A\xe7\xf5es de mensagem"],"autopilot-chat.message.actions.more":["Mais a\xe7\xf5es"],"autopilot-chat.message.citation-aria-label":["Cita\xe7\xe3o ",["id"],": ",["title"]],"autopilot-chat.message.close":["Fechar 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":["Visualizar"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fontes"],"autopilot-chat.message.generating-response":["Gerando…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Rolar para baixo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar Mais"],"autopilot-chat.message.sources":["Fontes"],"autopilot-chat.message.suggestions-title":["Sugest\xf5es"],"autopilot-chat.resource-picker.back":["Voltar"],"autopilot-chat.resource-picker.empty":["Nenhum recurso dispon\xedvel"],"autopilot-chat.resource-picker.error":["Falha ao carregar recursos"],"autopilot-chat.resource-picker.label":["Seletor de recursos"],"autopilot-chat.resource-picker.load-more-error":["Falha ao carregar mais"],"autopilot-chat.resource-picker.no-results":["Nenhum recurso correspondente"],"autopilot-chat.resource-picker.retry":["Tentar Novamente"],"autopilot-chat.resource-picker.search-error":["Falha na pesquisa"],"autopilot-chat.resource-trigger.label":["Adicionar refer\xeancia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Adicionar Recurso"],"autopilot-chat.settings.heading-description":["N\xedvel de cabe\xe7alho 2"],"autopilot-chat.settings.hide":["Ocultar configura\xe7\xf5es"],"autopilot-chat.settings.title":["Configura\xe7\xf5es de chat"],"autopilot-chat.tree.no-description":["Nenhuma Descri\xe7\xe3o"],"autopilot-chat.tree.no-items":["N\xe3o h\xe1 itens"],"autopilot-chat.tree.unknown":["Desconhecido"]}');
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=pt-BR.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pt-BR.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/pt-BR.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAg/K,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Remover\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Remover \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Seletor de modo\"],\"autopilot-chat.common.model-selector\":[\"Seletor de modelo\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Tipos de arquivo permitidos: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Máximo de arquivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamanho máximo do arquivo: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Solte seus arquivos aqui para adicioná-los ao seu prompt\"],\"autopilot-chat.error.file-invalid-type\":[\"Arquivo não compatível: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Arquivo muito grande: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.error.multiple-files\":[\"Só é possível anexar um arquivo por mensagem\"],\"autopilot-chat.error.too-many-files\":[\"Há muitos arquivos. O total de \",[\"maxCount\"],\" arquivos é permitido por mensagem\"],\"autopilot-chat.header.actions.close\":[\"Fechar chat\"],\"autopilot-chat.header.actions.collapse\":[\"Recolher\"],\"autopilot-chat.header.actions.custom-actions\":[\"Mais ações\"],\"autopilot-chat.header.actions.expand\":[\"Expandir\"],\"autopilot-chat.header.actions.history\":[\"Histórico do Chat\"],\"autopilot-chat.header.actions.new-chat\":[\"Novo chat\"],\"autopilot-chat.header.actions.settings\":[\"Configurações\"],\"autopilot-chat.header.preview\":[\"Visualizar\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Excluir\"],\"autopilot-chat.history.empty\":[\"Ainda não conversas.\"],\"autopilot-chat.history.group.last-30-days\":[\"30 dias anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última semana\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" meses atrás\"],\"autopilot-chat.history.group.today\":[\"Hoje\"],\"autopilot-chat.history.group.yesterday\":[\"Ontem\"],\"autopilot-chat.history.no-results\":[\"Nenhum resultado encontrado.\"],\"autopilot-chat.history.search-placeholder\":[\"Pesquisar\"],\"autopilot-chat.input.actions.attach-file\":[\"Anexar arquivo(s)\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"Tipos de arquivo permitidos: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Máximo de arquivos permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamanho máximo do arquivo: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Arquivo muito grande: \",[\"fileName\"],\" \",[\"fileSize\"],\" MB/\",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.send\":[\"Enviar\"],\"autopilot-chat.input.actions.stop\":[\"Parar\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Seleção de modo do agente\"],\"autopilot-chat.input.footer\":[\"O Autopilot pode cometer erros. Verifique as respostas novamente.\"],\"autopilot-chat.input.model-selection-label\":[\"Seleção de modelo\"],\"autopilot-chat.input.placeholder\":[\"O que você quer que eu faça?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Remover\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Remover \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"Precisa melhorar\"],\"autopilot-chat.message.actions.copy\":[\"Copiar\"],\"autopilot-chat.message.actions.good\":[\"Amo isso\"],\"autopilot-chat.message.actions.label\":[\"Ações de mensagem\"],\"autopilot-chat.message.actions.more\":[\"Mais ações\"],\"autopilot-chat.message.citation-aria-label\":[\"Citação \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Fechar 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\":[\"Visualizar\"],\"autopilot-chat.message.expand\":[\"Expandir\"],\"autopilot-chat.message.footnote-label\":[\"Fontes\"],\"autopilot-chat.message.generating-response\":[\"Gerando…\"],\"autopilot-chat.message.page-number\":[\"Página \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Rolar para baixo\"],\"autopilot-chat.message.show-less\":[\"Mostrar menos\"],\"autopilot-chat.message.show-more\":[\"Mostrar Mais\"],\"autopilot-chat.message.sources\":[\"Fontes\"],\"autopilot-chat.message.suggestions-title\":[\"Sugestões\"],\"autopilot-chat.resource-picker.back\":[\"Voltar\"],\"autopilot-chat.resource-picker.empty\":[\"Nenhum recurso disponível\"],\"autopilot-chat.resource-picker.error\":[\"Falha ao carregar recursos\"],\"autopilot-chat.resource-picker.label\":[\"Seletor de recursos\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Falha ao carregar mais\"],\"autopilot-chat.resource-picker.no-results\":[\"Nenhum recurso correspondente\"],\"autopilot-chat.resource-picker.retry\":[\"Tentar Novamente\"],\"autopilot-chat.resource-picker.search-error\":[\"Falha na pesquisa\"],\"autopilot-chat.resource-trigger.label\":[\"Adicionar referência de recurso\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Adicionar Recurso\"],\"autopilot-chat.settings.heading-description\":[\"Nível de cabeçalho 2\"],\"autopilot-chat.settings.hide\":[\"Ocultar configurações\"],\"autopilot-chat.settings.title\":[\"Configurações de chat\"],\"autopilot-chat.tree.no-description\":[\"Nenhuma Descrição\"],\"autopilot-chat.tree.no-items\":[\"Não itens\"],\"autopilot-chat.tree.unknown\":[\"Desconhecido\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Remover"],"autopilot-chat.common.attachments.remove-file-name":["Remover ",["name"]],"autopilot-chat.common.mode-selector":["Seletor de modo"],"autopilot-chat.common.model-selector":["Seletor de modelo"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de arquivo permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de arquivos permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tamanho m\xe1ximo do arquivo: ",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["Solte seus arquivos aqui para adicion\xe1-los ao seu prompt"],"autopilot-chat.error.file-invalid-type":["Arquivo n\xe3o compat\xedvel: ",["fileName"]],"autopilot-chat.error.file-too-large":["Arquivo muito grande: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.error.multiple-files":["S\xf3 \xe9 poss\xedvel anexar um arquivo por mensagem"],"autopilot-chat.error.too-many-files":["H\xe1 muitos arquivos. O total de ",["maxCount"]," arquivos \xe9 permitido por mensagem"],"autopilot-chat.header.actions.close":["Fechar chat"],"autopilot-chat.header.actions.collapse":["Recolher"],"autopilot-chat.header.actions.custom-actions":["Mais a\xe7\xf5es"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Hist\xf3rico do Chat"],"autopilot-chat.header.actions.new-chat":["Novo chat"],"autopilot-chat.header.actions.settings":["Configura\xe7\xf5es"],"autopilot-chat.header.preview":["Visualizar"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Excluir"],"autopilot-chat.history.empty":["Ainda n\xe3o h\xe1 conversas."],"autopilot-chat.history.group.last-30-days":["30 dias anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":[["count"]," meses atr\xe1s"],"autopilot-chat.history.group.today":["Hoje"],"autopilot-chat.history.group.yesterday":["Ontem"],"autopilot-chat.history.no-results":["Nenhum resultado encontrado."],"autopilot-chat.history.search-placeholder":["Pesquisar"],"autopilot-chat.input.actions.attach-file":["Anexar arquivo(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de arquivo permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de arquivos permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tamanho m\xe1ximo do arquivo: ",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["Arquivo muito grande: ",["fileName"]," ",["fileSize"]," MB/",["maxSize"]," MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Parar"],"autopilot-chat.input.agent-mode-selection-label":["Sele\xe7\xe3o de modo do agente"],"autopilot-chat.input.footer":["O Autopilot pode cometer erros. Verifique as respostas novamente."],"autopilot-chat.input.model-selection-label":["Sele\xe7\xe3o de modelo"],"autopilot-chat.input.placeholder":["O que voc\xea quer que eu fa\xe7a?"],"autopilot-chat.input.resource-chip.remove":["Remover"],"autopilot-chat.input.resource-chip.remove-name":["Remover ",["label"]],"autopilot-chat.message.actions.bad":["Precisa melhorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Amo isso"],"autopilot-chat.message.actions.label":["A\xe7\xf5es de mensagem"],"autopilot-chat.message.actions.more":["Mais a\xe7\xf5es"],"autopilot-chat.message.citation-aria-label":["Cita\xe7\xe3o ",["id"],": ",["title"]],"autopilot-chat.message.close":["Fechar 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":["Visualizar"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Fontes"],"autopilot-chat.message.generating-response":["Gerando"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Rolar para baixo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar Mais"],"autopilot-chat.message.sources":["Fontes"],"autopilot-chat.message.suggestions-title":["Sugest\xf5es"],"autopilot-chat.resource-picker.back":["Voltar"],"autopilot-chat.resource-picker.empty":["Nenhum recurso dispon\xedvel"],"autopilot-chat.resource-picker.error":["Falha ao carregar recursos"],"autopilot-chat.resource-picker.label":["Seletor de recursos"],"autopilot-chat.resource-picker.load-more-error":["Falha ao carregar mais"],"autopilot-chat.resource-picker.no-results":["Nenhum recurso correspondente"],"autopilot-chat.resource-picker.retry":["Tentar Novamente"],"autopilot-chat.resource-picker.search-error":["Falha na pesquisa"],"autopilot-chat.resource-trigger.label":["Adicionar refer\xeancia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Adicionar Recurso"],"autopilot-chat.settings.heading-description":["N\xedvel de cabe\xe7alho 2"],"autopilot-chat.settings.hide":["Ocultar configura\xe7\xf5es"],"autopilot-chat.settings.title":["Configura\xe7\xf5es de chat"],"autopilot-chat.tree.no-description":["Nenhuma Descri\xe7\xe3o"],"autopilot-chat.tree.no-items":["N\xe3o h\xe1 itens"],"autopilot-chat.tree.unknown":["Desconhecido"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Remover\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Remover \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Seletor de modo\"],\"autopilot-chat.common.model-selector\":[\"Seletor de modelos\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Tipos de ficheiro permitidos: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Máximo de ficheiros permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamanho de ficheiro máximo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Solte os seus ficheiros aqui para os adicionar ao pedido\"],\"autopilot-chat.error.file-invalid-type\":[\"Ficheiro não suportado: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Ficheiro demasiado grande: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"Apenas pode ser anexado um ficheiro por mensagem\"],\"autopilot-chat.error.too-many-files\":[\"Demasiados ficheiros. são permitidos \",[\"maxCount\"],\" ficheiros por mensagem\"],\"autopilot-chat.header.actions.close\":[\"Fechar Chat\"],\"autopilot-chat.header.actions.collapse\":[\"Fechar\"],\"autopilot-chat.header.actions.custom-actions\":[\"Mais ações\"],\"autopilot-chat.header.actions.expand\":[\"Expandir\"],\"autopilot-chat.header.actions.history\":[\"Histórico de Chat\"],\"autopilot-chat.header.actions.new-chat\":[\"Novo Chat\"],\"autopilot-chat.header.actions.settings\":[\"Definições\"],\"autopilot-chat.header.preview\":[\"Pré-visualizar\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Ainda não existem conversas.\"],\"autopilot-chat.history.group.last-30-days\":[\"30 dias anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última semana\"],\"autopilot-chat.history.group.months-ago\":[\"há \",[\"count\"],\" meses\"],\"autopilot-chat.history.group.today\":[\"Hoje\"],\"autopilot-chat.history.group.yesterday\":[\"Ontem\"],\"autopilot-chat.history.no-results\":[\"Não foram encontrados resultados.\"],\"autopilot-chat.history.search-placeholder\":[\"Pesquisar\"],\"autopilot-chat.input.actions.attach-file\":[\"Anexar ficheiro(s)\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"Tipos de ficheiro permitidos: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Máximo de ficheiros permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamanho de ficheiro máximo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Ficheiro demasiado grande: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"Enviar\"],\"autopilot-chat.input.actions.stop\":[\"Parar\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Seleção de modo de agente\"],\"autopilot-chat.input.footer\":[\"O Autopilot pode cometer erros. Confirme atentamente as respostas.\"],\"autopilot-chat.input.model-selection-label\":[\"Seleção de modelo\"],\"autopilot-chat.input.placeholder\":[\"O que pretende fazer?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Remover\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Remover \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"Precisa de melhorar\"],\"autopilot-chat.message.actions.copy\":[\"Copiar\"],\"autopilot-chat.message.actions.good\":[\"Gosto disto\"],\"autopilot-chat.message.actions.label\":[\"Ações de mensagens\"],\"autopilot-chat.message.actions.more\":[\"Mais ações\"],\"autopilot-chat.message.citation-aria-label\":[\"Citação \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Fechar 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\":[\"Pré-visualizar\"],\"autopilot-chat.message.expand\":[\"Expandir\"],\"autopilot-chat.message.footnote-label\":[\"Origens\"],\"autopilot-chat.message.generating-response\":[\"A gerar…\"],\"autopilot-chat.message.page-number\":[\"Página \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Deslocar para o fundo\"],\"autopilot-chat.message.show-less\":[\"Mostrar menos\"],\"autopilot-chat.message.show-more\":[\"Mostrar mais\"],\"autopilot-chat.message.sources\":[\"Origens\"],\"autopilot-chat.message.suggestions-title\":[\"Sugestões\"],\"autopilot-chat.resource-picker.back\":[\"Voltar\"],\"autopilot-chat.resource-picker.empty\":[\"Nenhum recurso disponível\"],\"autopilot-chat.resource-picker.error\":[\"Falha ao carregar recursos\"],\"autopilot-chat.resource-picker.label\":[\"Seletor de recursos\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Falha ao carregar mais\"],\"autopilot-chat.resource-picker.no-results\":[\"Nenhum recurso correspondente\"],\"autopilot-chat.resource-picker.retry\":[\"Tentar novamente\"],\"autopilot-chat.resource-picker.search-error\":[\"A pesquisa falhou\"],\"autopilot-chat.resource-trigger.label\":[\"Adicionar referência de recurso\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Adicionar Recurso\"],\"autopilot-chat.settings.heading-description\":[\"nível de cabeçalho 2\"],\"autopilot-chat.settings.hide\":[\"Ocultar definições\"],\"autopilot-chat.settings.title\":[\"Definições de Chat\"],\"autopilot-chat.tree.no-description\":[\"Sem descrição\"],\"autopilot-chat.tree.no-items\":[\"Sem itens\"],\"autopilot-chat.tree.unknown\":[\"Desconhecido\"]}")};
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":["Remover"],"autopilot-chat.common.attachments.remove-file-name":["Remover ",["name"]],"autopilot-chat.common.mode-selector":["Seletor de modo"],"autopilot-chat.common.model-selector":["Seletor de modelos"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de ficheiro permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de ficheiros permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tamanho de ficheiro m\xe1ximo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Solte os seus ficheiros aqui para os adicionar ao pedido"],"autopilot-chat.error.file-invalid-type":["Ficheiro n\xe3o suportado: ",["fileName"]],"autopilot-chat.error.file-too-large":["Ficheiro demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Apenas pode ser anexado um ficheiro por mensagem"],"autopilot-chat.error.too-many-files":["Demasiados ficheiros. s\xe3o permitidos ",["maxCount"]," ficheiros por mensagem"],"autopilot-chat.header.actions.close":["Fechar Chat"],"autopilot-chat.header.actions.collapse":["Fechar"],"autopilot-chat.header.actions.custom-actions":["Mais a\xe7\xf5es"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Hist\xf3rico de Chat"],"autopilot-chat.header.actions.new-chat":["Novo Chat"],"autopilot-chat.header.actions.settings":["Defini\xe7\xf5es"],"autopilot-chat.header.preview":["Pr\xe9-visualizar"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["Ainda n\xe3o existem conversas."],"autopilot-chat.history.group.last-30-days":["30 dias anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["h\xe1 ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoje"],"autopilot-chat.history.group.yesterday":["Ontem"],"autopilot-chat.history.no-results":["N\xe3o foram encontrados resultados."],"autopilot-chat.history.search-placeholder":["Pesquisar"],"autopilot-chat.input.actions.attach-file":["Anexar ficheiro(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de ficheiro permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de ficheiros permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tamanho de ficheiro m\xe1ximo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["Ficheiro demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Parar"],"autopilot-chat.input.agent-mode-selection-label":["Sele\xe7\xe3o de modo de agente"],"autopilot-chat.input.footer":["O Autopilot pode cometer erros. Confirme atentamente as respostas."],"autopilot-chat.input.model-selection-label":["Sele\xe7\xe3o de modelo"],"autopilot-chat.input.placeholder":["O que pretende fazer?"],"autopilot-chat.input.resource-chip.remove":["Remover"],"autopilot-chat.input.resource-chip.remove-name":["Remover ",["label"]],"autopilot-chat.message.actions.bad":["Precisa de melhorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Gosto disto"],"autopilot-chat.message.actions.label":["A\xe7\xf5es de mensagens"],"autopilot-chat.message.actions.more":["Mais a\xe7\xf5es"],"autopilot-chat.message.citation-aria-label":["Cita\xe7\xe3o ",["id"],": ",["title"]],"autopilot-chat.message.close":["Fechar 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":["Pr\xe9-visualizar"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Origens"],"autopilot-chat.message.generating-response":["A gerar…"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Deslocar para o fundo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar mais"],"autopilot-chat.message.sources":["Origens"],"autopilot-chat.message.suggestions-title":["Sugest\xf5es"],"autopilot-chat.resource-picker.back":["Voltar"],"autopilot-chat.resource-picker.empty":["Nenhum recurso dispon\xedvel"],"autopilot-chat.resource-picker.error":["Falha ao carregar recursos"],"autopilot-chat.resource-picker.label":["Seletor de recursos"],"autopilot-chat.resource-picker.load-more-error":["Falha ao carregar mais"],"autopilot-chat.resource-picker.no-results":["Nenhum recurso correspondente"],"autopilot-chat.resource-picker.retry":["Tentar novamente"],"autopilot-chat.resource-picker.search-error":["A pesquisa falhou"],"autopilot-chat.resource-trigger.label":["Adicionar refer\xeancia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Adicionar Recurso"],"autopilot-chat.settings.heading-description":["n\xedvel de cabe\xe7alho 2"],"autopilot-chat.settings.hide":["Ocultar defini\xe7\xf5es"],"autopilot-chat.settings.title":["Defini\xe7\xf5es de Chat"],"autopilot-chat.tree.no-description":["Sem descri\xe7\xe3o"],"autopilot-chat.tree.no-items":["Sem itens"],"autopilot-chat.tree.unknown":["Desconhecido"]}');
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=pt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/pt.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAsgL,QAAQ,CAAC"}
@@ -1 +1,2 @@
1
- /*eslint-disable*/export default {messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Remover\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Remover \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Seletor de modo\"],\"autopilot-chat.common.model-selector\":[\"Seletor de modelos\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"Tipos de ficheiro permitidos: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"Máximo de ficheiros permitidos: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Tamanho de ficheiro máximo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Solte os seus ficheiros aqui para os adicionar ao pedido\"],\"autopilot-chat.error.file-invalid-type\":[\"Ficheiro não suportado: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Ficheiro demasiado grande: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"Apenas pode ser anexado um ficheiro por mensagem\"],\"autopilot-chat.error.too-many-files\":[\"Demasiados ficheiros. são permitidos \",[\"maxCount\"],\" ficheiros por mensagem\"],\"autopilot-chat.header.actions.close\":[\"Fechar Chat\"],\"autopilot-chat.header.actions.collapse\":[\"Fechar\"],\"autopilot-chat.header.actions.custom-actions\":[\"Mais ações\"],\"autopilot-chat.header.actions.expand\":[\"Expandir\"],\"autopilot-chat.header.actions.history\":[\"Histórico de Chat\"],\"autopilot-chat.header.actions.new-chat\":[\"Novo Chat\"],\"autopilot-chat.header.actions.settings\":[\"Definições\"],\"autopilot-chat.header.preview\":[\"Pré-visualizar\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Eliminar\"],\"autopilot-chat.history.empty\":[\"Ainda não existem conversas.\"],\"autopilot-chat.history.group.last-30-days\":[\"30 dias anteriores\"],\"autopilot-chat.history.group.last-week\":[\"Última semana\"],\"autopilot-chat.history.group.months-ago\":[\"há \",[\"count\"],\" meses\"],\"autopilot-chat.history.group.today\":[\"Hoje\"],\"autopilot-chat.history.group.yesterday\":[\"Ontem\"],\"autopilot-chat.history.no-results\":[\"Não foram encontrados resultados.\"],\"autopilot-chat.history.search-placeholder\":[\"Pesquisar\"],\"autopilot-chat.input.actions.attach-file\":[\"Anexar ficheiro(s)\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"Tipos de ficheiro permitidos: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"Máximo de ficheiros permitidos: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Tamanho de ficheiro máximo: \",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Ficheiro demasiado grande: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"Enviar\"],\"autopilot-chat.input.actions.stop\":[\"Parar\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Seleção de modo de agente\"],\"autopilot-chat.input.footer\":[\"O Autopilot pode cometer erros. Confirme atentamente as respostas.\"],\"autopilot-chat.input.model-selection-label\":[\"Seleção de modelo\"],\"autopilot-chat.input.placeholder\":[\"O que pretende fazer?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Remover\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Remover \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"Precisa de melhorar\"],\"autopilot-chat.message.actions.copy\":[\"Copiar\"],\"autopilot-chat.message.actions.good\":[\"Gosto disto\"],\"autopilot-chat.message.actions.label\":[\"Ações de mensagens\"],\"autopilot-chat.message.actions.more\":[\"Mais ações\"],\"autopilot-chat.message.citation-aria-label\":[\"Citação \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Fechar 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\":[\"Pré-visualizar\"],\"autopilot-chat.message.expand\":[\"Expandir\"],\"autopilot-chat.message.footnote-label\":[\"Origens\"],\"autopilot-chat.message.generating-response\":[\"A gerar…\"],\"autopilot-chat.message.page-number\":[\"Página \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Deslocar para o fundo\"],\"autopilot-chat.message.show-less\":[\"Mostrar menos\"],\"autopilot-chat.message.show-more\":[\"Mostrar mais\"],\"autopilot-chat.message.sources\":[\"Origens\"],\"autopilot-chat.message.suggestions-title\":[\"Sugestões\"],\"autopilot-chat.resource-picker.back\":[\"Voltar\"],\"autopilot-chat.resource-picker.empty\":[\"Nenhum recurso disponível\"],\"autopilot-chat.resource-picker.error\":[\"Falha ao carregar recursos\"],\"autopilot-chat.resource-picker.label\":[\"Seletor de recursos\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Falha ao carregar mais\"],\"autopilot-chat.resource-picker.no-results\":[\"Nenhum recurso correspondente\"],\"autopilot-chat.resource-picker.retry\":[\"Tentar novamente\"],\"autopilot-chat.resource-picker.search-error\":[\"A pesquisa falhou\"],\"autopilot-chat.resource-trigger.label\":[\"Adicionar referência de recurso\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Adicionar Recurso\"],\"autopilot-chat.settings.heading-description\":[\"nível de cabeçalho 2\"],\"autopilot-chat.settings.hide\":[\"Ocultar definições\"],\"autopilot-chat.settings.title\":[\"Definições de Chat\"],\"autopilot-chat.tree.no-description\":[\"Sem descrição\"],\"autopilot-chat.tree.no-items\":[\"Sem itens\"],\"autopilot-chat.tree.unknown\":[\"Desconhecido\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Remover"],"autopilot-chat.common.attachments.remove-file-name":["Remover ",["name"]],"autopilot-chat.common.mode-selector":["Seletor de modo"],"autopilot-chat.common.model-selector":["Seletor de modelos"],"autopilot-chat.dropzone.allowed-file-types":["Tipos de ficheiro permitidos: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["M\xe1ximo de ficheiros permitidos: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Tamanho de ficheiro m\xe1ximo: ",["maxSize"],"MB"],"autopilot-chat.dropzone.overlay-title":["Solte os seus ficheiros aqui para os adicionar ao pedido"],"autopilot-chat.error.file-invalid-type":["Ficheiro n\xe3o suportado: ",["fileName"]],"autopilot-chat.error.file-too-large":["Ficheiro demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["Apenas pode ser anexado um ficheiro por mensagem"],"autopilot-chat.error.too-many-files":["Demasiados ficheiros. s\xe3o permitidos ",["maxCount"]," ficheiros por mensagem"],"autopilot-chat.header.actions.close":["Fechar Chat"],"autopilot-chat.header.actions.collapse":["Fechar"],"autopilot-chat.header.actions.custom-actions":["Mais a\xe7\xf5es"],"autopilot-chat.header.actions.expand":["Expandir"],"autopilot-chat.header.actions.history":["Hist\xf3rico de Chat"],"autopilot-chat.header.actions.new-chat":["Novo Chat"],"autopilot-chat.header.actions.settings":["Defini\xe7\xf5es"],"autopilot-chat.header.preview":["Pr\xe9-visualizar"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Eliminar"],"autopilot-chat.history.empty":["Ainda n\xe3o existem conversas."],"autopilot-chat.history.group.last-30-days":["30 dias anteriores"],"autopilot-chat.history.group.last-week":["\xdaltima semana"],"autopilot-chat.history.group.months-ago":["h\xe1 ",["count"]," meses"],"autopilot-chat.history.group.today":["Hoje"],"autopilot-chat.history.group.yesterday":["Ontem"],"autopilot-chat.history.no-results":["N\xe3o foram encontrados resultados."],"autopilot-chat.history.search-placeholder":["Pesquisar"],"autopilot-chat.input.actions.attach-file":["Anexar ficheiro(s)"],"autopilot-chat.input.actions.attachments.allowed-types":["Tipos de ficheiro permitidos: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["M\xe1ximo de ficheiros permitidos: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Tamanho de ficheiro m\xe1ximo: ",["maxSize"],"MB"],"autopilot-chat.input.actions.error.file-too-large":["Ficheiro demasiado grande: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["Enviar"],"autopilot-chat.input.actions.stop":["Parar"],"autopilot-chat.input.agent-mode-selection-label":["Sele\xe7\xe3o de modo de agente"],"autopilot-chat.input.footer":["O Autopilot pode cometer erros. Confirme atentamente as respostas."],"autopilot-chat.input.model-selection-label":["Sele\xe7\xe3o de modelo"],"autopilot-chat.input.placeholder":["O que pretende fazer?"],"autopilot-chat.input.resource-chip.remove":["Remover"],"autopilot-chat.input.resource-chip.remove-name":["Remover ",["label"]],"autopilot-chat.message.actions.bad":["Precisa de melhorar"],"autopilot-chat.message.actions.copy":["Copiar"],"autopilot-chat.message.actions.good":["Gosto disto"],"autopilot-chat.message.actions.label":["A\xe7\xf5es de mensagens"],"autopilot-chat.message.actions.more":["Mais a\xe7\xf5es"],"autopilot-chat.message.citation-aria-label":["Cita\xe7\xe3o ",["id"],": ",["title"]],"autopilot-chat.message.close":["Fechar 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":["Pr\xe9-visualizar"],"autopilot-chat.message.expand":["Expandir"],"autopilot-chat.message.footnote-label":["Origens"],"autopilot-chat.message.generating-response":["A gerar"],"autopilot-chat.message.page-number":["P\xe1gina ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Deslocar para o fundo"],"autopilot-chat.message.show-less":["Mostrar menos"],"autopilot-chat.message.show-more":["Mostrar mais"],"autopilot-chat.message.sources":["Origens"],"autopilot-chat.message.suggestions-title":["Sugest\xf5es"],"autopilot-chat.resource-picker.back":["Voltar"],"autopilot-chat.resource-picker.empty":["Nenhum recurso dispon\xedvel"],"autopilot-chat.resource-picker.error":["Falha ao carregar recursos"],"autopilot-chat.resource-picker.label":["Seletor de recursos"],"autopilot-chat.resource-picker.load-more-error":["Falha ao carregar mais"],"autopilot-chat.resource-picker.no-results":["Nenhum recurso correspondente"],"autopilot-chat.resource-picker.retry":["Tentar novamente"],"autopilot-chat.resource-picker.search-error":["A pesquisa falhou"],"autopilot-chat.resource-trigger.label":["Adicionar refer\xeancia de recurso"],"autopilot-chat.resource-trigger.tooltip":["Adicionar Recurso"],"autopilot-chat.settings.heading-description":["n\xedvel de cabe\xe7alho 2"],"autopilot-chat.settings.hide":["Ocultar defini\xe7\xf5es"],"autopilot-chat.settings.title":["Defini\xe7\xf5es de Chat"],"autopilot-chat.tree.no-description":["Sem descri\xe7\xe3o"],"autopilot-chat.tree.no-items":["Sem itens"],"autopilot-chat.tree.unknown":["Desconhecido"]}');
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\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"autopilot-chat.common.attachments.remove-file-name\"],\"autopilot-chat.common.mode-selector\":[\"autopilot-chat.common.mode-selector\"],\"autopilot-chat.common.model-selector\":[\"autopilot-chat.common.model-selector\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"autopilot-chat.dropzone.allowed-file-types\"],\"autopilot-chat.dropzone.overlay-max-count\":[\"autopilot-chat.dropzone.overlay-max-count\"],\"autopilot-chat.dropzone.overlay-max-size\":[\"autopilot-chat.dropzone.overlay-max-size\"],\"autopilot-chat.dropzone.overlay-title\":[\"autopilot-chat.dropzone.overlay-title\"],\"autopilot-chat.error.file-invalid-type\":[\"autopilot-chat.error.file-invalid-type\"],\"autopilot-chat.error.file-too-large\":[\"autopilot-chat.error.file-too-large\"],\"autopilot-chat.error.multiple-files\":[\"autopilot-chat.error.multiple-files\"],\"autopilot-chat.error.too-many-files\":[\"autopilot-chat.error.too-many-files\"],\"autopilot-chat.header.actions.close\":[\"autopilot-chat.header.actions.close\"],\"autopilot-chat.header.actions.collapse\":[\"autopilot-chat.header.actions.collapse\"],\"autopilot-chat.header.actions.custom-actions\":[\"autopilot-chat.header.actions.custom-actions\"],\"autopilot-chat.header.actions.expand\":[\"autopilot-chat.header.actions.expand\"],\"autopilot-chat.header.actions.history\":[\"autopilot-chat.header.actions.history\"],\"autopilot-chat.header.actions.new-chat\":[\"autopilot-chat.header.actions.new-chat\"],\"autopilot-chat.header.actions.settings\":[\"autopilot-chat.header.actions.settings\"],\"autopilot-chat.header.preview\":[\"autopilot-chat.header.preview\"],\"autopilot-chat.header.title\":[\"autopilot-chat.header.title\"],\"autopilot-chat.history.delete\":[\"autopilot-chat.history.delete\"],\"autopilot-chat.history.empty\":[\"autopilot-chat.history.empty\"],\"autopilot-chat.history.group.last-30-days\":[\"autopilot-chat.history.group.last-30-days\"],\"autopilot-chat.history.group.last-week\":[\"autopilot-chat.history.group.last-week\"],\"autopilot-chat.history.group.months-ago\":[\"autopilot-chat.history.group.months-ago\"],\"autopilot-chat.history.group.today\":[\"autopilot-chat.history.group.today\"],\"autopilot-chat.history.group.yesterday\":[\"autopilot-chat.history.group.yesterday\"],\"autopilot-chat.history.no-results\":[\"autopilot-chat.history.no-results\"],\"autopilot-chat.history.search-placeholder\":[\"autopilot-chat.history.search-placeholder\"],\"autopilot-chat.input.actions.attach-file\":[\"autopilot-chat.input.actions.attach-file\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"autopilot-chat.input.actions.attachments.allowed-types\"],\"autopilot-chat.input.actions.attachments.max-count\":[\"autopilot-chat.input.actions.attachments.max-count\"],\"autopilot-chat.input.actions.attachments.max-size\":[\"autopilot-chat.input.actions.attachments.max-size\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"autopilot-chat.input.actions.error.file-too-large\"],\"autopilot-chat.input.actions.send\":[\"autopilot-chat.input.actions.send\"],\"autopilot-chat.input.actions.stop\":[\"autopilot-chat.input.actions.stop\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"autopilot-chat.input.agent-mode-selection-label\"],\"autopilot-chat.input.footer\":[\"autopilot-chat.input.footer\"],\"autopilot-chat.input.model-selection-label\":[\"autopilot-chat.input.model-selection-label\"],\"autopilot-chat.input.placeholder\":[\"autopilot-chat.input.placeholder\"],\"autopilot-chat.message.actions.bad\":[\"autopilot-chat.message.actions.bad\"],\"autopilot-chat.message.actions.copy\":[\"autopilot-chat.message.actions.copy\"],\"autopilot-chat.message.actions.good\":[\"autopilot-chat.message.actions.good\"],\"autopilot-chat.message.actions.label\":[\"autopilot-chat.message.actions.label\"],\"autopilot-chat.message.actions.more\":[\"autopilot-chat.message.actions.more\"],\"autopilot-chat.message.citation-aria-label\":[\"autopilot-chat.message.citation-aria-label\"],\"autopilot-chat.message.close\":[\"autopilot-chat.message.close\"],\"autopilot-chat.message.code-block-code\":[\"autopilot-chat.message.code-block-code\"],\"autopilot-chat.message.code-block-copy\":[\"autopilot-chat.message.code-block-copy\"],\"autopilot-chat.message.code-block-language\":[\"autopilot-chat.message.code-block-language\"],\"autopilot-chat.message.code-block-preview\":[\"autopilot-chat.message.code-block-preview\"],\"autopilot-chat.message.expand\":[\"autopilot-chat.message.expand\"],\"autopilot-chat.message.footnote-label\":[\"autopilot-chat.message.footnote-label\"],\"autopilot-chat.message.generating-response\":[\"autopilot-chat.message.generating-response\"],\"autopilot-chat.message.page-number\":[\"autopilot-chat.message.page-number\"],\"autopilot-chat.message.scroll-to-bottom\":[\"autopilot-chat.message.scroll-to-bottom\"],\"autopilot-chat.message.show-less\":[\"autopilot-chat.message.show-less\"],\"autopilot-chat.message.show-more\":[\"autopilot-chat.message.show-more\"],\"autopilot-chat.message.sources\":[\"autopilot-chat.message.sources\"],\"autopilot-chat.message.suggestions-title\":[\"autopilot-chat.message.suggestions-title\"],\"autopilot-chat.settings.heading-description\":[\"autopilot-chat.settings.heading-description\"],\"autopilot-chat.settings.hide\":[\"autopilot-chat.settings.hide\"],\"autopilot-chat.settings.title\":[\"autopilot-chat.settings.title\"],\"autopilot-chat.tree.no-description\":[\"autopilot-chat.tree.no-description\"],\"autopilot-chat.tree.no-items\":[\"autopilot-chat.tree.no-items\"],\"autopilot-chat.tree.unknown\":[\"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"],"autopilot-chat.common.attachments.remove-file-name":["autopilot-chat.common.attachments.remove-file-name"],"autopilot-chat.common.mode-selector":["autopilot-chat.common.mode-selector"],"autopilot-chat.common.model-selector":["autopilot-chat.common.model-selector"],"autopilot-chat.dropzone.allowed-file-types":["autopilot-chat.dropzone.allowed-file-types"],"autopilot-chat.dropzone.overlay-max-count":["autopilot-chat.dropzone.overlay-max-count"],"autopilot-chat.dropzone.overlay-max-size":["autopilot-chat.dropzone.overlay-max-size"],"autopilot-chat.dropzone.overlay-title":["autopilot-chat.dropzone.overlay-title"],"autopilot-chat.error.file-invalid-type":["autopilot-chat.error.file-invalid-type"],"autopilot-chat.error.file-too-large":["autopilot-chat.error.file-too-large"],"autopilot-chat.error.multiple-files":["autopilot-chat.error.multiple-files"],"autopilot-chat.error.too-many-files":["autopilot-chat.error.too-many-files"],"autopilot-chat.header.actions.close":["autopilot-chat.header.actions.close"],"autopilot-chat.header.actions.collapse":["autopilot-chat.header.actions.collapse"],"autopilot-chat.header.actions.custom-actions":["autopilot-chat.header.actions.custom-actions"],"autopilot-chat.header.actions.expand":["autopilot-chat.header.actions.expand"],"autopilot-chat.header.actions.history":["autopilot-chat.header.actions.history"],"autopilot-chat.header.actions.new-chat":["autopilot-chat.header.actions.new-chat"],"autopilot-chat.header.actions.settings":["autopilot-chat.header.actions.settings"],"autopilot-chat.header.preview":["autopilot-chat.header.preview"],"autopilot-chat.header.title":["autopilot-chat.header.title"],"autopilot-chat.history.delete":["autopilot-chat.history.delete"],"autopilot-chat.history.empty":["autopilot-chat.history.empty"],"autopilot-chat.history.group.last-30-days":["autopilot-chat.history.group.last-30-days"],"autopilot-chat.history.group.last-week":["autopilot-chat.history.group.last-week"],"autopilot-chat.history.group.months-ago":["autopilot-chat.history.group.months-ago"],"autopilot-chat.history.group.today":["autopilot-chat.history.group.today"],"autopilot-chat.history.group.yesterday":["autopilot-chat.history.group.yesterday"],"autopilot-chat.history.no-results":["autopilot-chat.history.no-results"],"autopilot-chat.history.search-placeholder":["autopilot-chat.history.search-placeholder"],"autopilot-chat.input.actions.attach-file":["autopilot-chat.input.actions.attach-file"],"autopilot-chat.input.actions.attachments.allowed-types":["autopilot-chat.input.actions.attachments.allowed-types"],"autopilot-chat.input.actions.attachments.max-count":["autopilot-chat.input.actions.attachments.max-count"],"autopilot-chat.input.actions.attachments.max-size":["autopilot-chat.input.actions.attachments.max-size"],"autopilot-chat.input.actions.error.file-too-large":["autopilot-chat.input.actions.error.file-too-large"],"autopilot-chat.input.actions.send":["autopilot-chat.input.actions.send"],"autopilot-chat.input.actions.stop":["autopilot-chat.input.actions.stop"],"autopilot-chat.input.agent-mode-selection-label":["autopilot-chat.input.agent-mode-selection-label"],"autopilot-chat.input.footer":["autopilot-chat.input.footer"],"autopilot-chat.input.model-selection-label":["autopilot-chat.input.model-selection-label"],"autopilot-chat.input.placeholder":["autopilot-chat.input.placeholder"],"autopilot-chat.message.actions.bad":["autopilot-chat.message.actions.bad"],"autopilot-chat.message.actions.copy":["autopilot-chat.message.actions.copy"],"autopilot-chat.message.actions.good":["autopilot-chat.message.actions.good"],"autopilot-chat.message.actions.label":["autopilot-chat.message.actions.label"],"autopilot-chat.message.actions.more":["autopilot-chat.message.actions.more"],"autopilot-chat.message.citation-aria-label":["autopilot-chat.message.citation-aria-label"],"autopilot-chat.message.close":["autopilot-chat.message.close"],"autopilot-chat.message.code-block-code":["autopilot-chat.message.code-block-code"],"autopilot-chat.message.code-block-copy":["autopilot-chat.message.code-block-copy"],"autopilot-chat.message.code-block-language":["autopilot-chat.message.code-block-language"],"autopilot-chat.message.code-block-preview":["autopilot-chat.message.code-block-preview"],"autopilot-chat.message.expand":["autopilot-chat.message.expand"],"autopilot-chat.message.footnote-label":["autopilot-chat.message.footnote-label"],"autopilot-chat.message.generating-response":["autopilot-chat.message.generating-response"],"autopilot-chat.message.page-number":["autopilot-chat.message.page-number"],"autopilot-chat.message.scroll-to-bottom":["autopilot-chat.message.scroll-to-bottom"],"autopilot-chat.message.show-less":["autopilot-chat.message.show-less"],"autopilot-chat.message.show-more":["autopilot-chat.message.show-more"],"autopilot-chat.message.sources":["autopilot-chat.message.sources"],"autopilot-chat.message.suggestions-title":["autopilot-chat.message.suggestions-title"],"autopilot-chat.settings.heading-description":["autopilot-chat.settings.heading-description"],"autopilot-chat.settings.hide":["autopilot-chat.settings.hide"],"autopilot-chat.settings.title":["autopilot-chat.settings.title"],"autopilot-chat.tree.no-description":["autopilot-chat.tree.no-description"],"autopilot-chat.tree.no-items":["autopilot-chat.tree.no-items"],"autopilot-chat.tree.unknown":["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=ru.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/ru.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA+oL,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\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"autopilot-chat.common.attachments.remove-file-name\"],\"autopilot-chat.common.mode-selector\":[\"autopilot-chat.common.mode-selector\"],\"autopilot-chat.common.model-selector\":[\"autopilot-chat.common.model-selector\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"autopilot-chat.dropzone.allowed-file-types\"],\"autopilot-chat.dropzone.overlay-max-count\":[\"autopilot-chat.dropzone.overlay-max-count\"],\"autopilot-chat.dropzone.overlay-max-size\":[\"autopilot-chat.dropzone.overlay-max-size\"],\"autopilot-chat.dropzone.overlay-title\":[\"autopilot-chat.dropzone.overlay-title\"],\"autopilot-chat.error.file-invalid-type\":[\"autopilot-chat.error.file-invalid-type\"],\"autopilot-chat.error.file-too-large\":[\"autopilot-chat.error.file-too-large\"],\"autopilot-chat.error.multiple-files\":[\"autopilot-chat.error.multiple-files\"],\"autopilot-chat.error.too-many-files\":[\"autopilot-chat.error.too-many-files\"],\"autopilot-chat.header.actions.close\":[\"autopilot-chat.header.actions.close\"],\"autopilot-chat.header.actions.collapse\":[\"autopilot-chat.header.actions.collapse\"],\"autopilot-chat.header.actions.custom-actions\":[\"autopilot-chat.header.actions.custom-actions\"],\"autopilot-chat.header.actions.expand\":[\"autopilot-chat.header.actions.expand\"],\"autopilot-chat.header.actions.history\":[\"autopilot-chat.header.actions.history\"],\"autopilot-chat.header.actions.new-chat\":[\"autopilot-chat.header.actions.new-chat\"],\"autopilot-chat.header.actions.settings\":[\"autopilot-chat.header.actions.settings\"],\"autopilot-chat.header.preview\":[\"autopilot-chat.header.preview\"],\"autopilot-chat.header.title\":[\"autopilot-chat.header.title\"],\"autopilot-chat.history.delete\":[\"autopilot-chat.history.delete\"],\"autopilot-chat.history.empty\":[\"autopilot-chat.history.empty\"],\"autopilot-chat.history.group.last-30-days\":[\"autopilot-chat.history.group.last-30-days\"],\"autopilot-chat.history.group.last-week\":[\"autopilot-chat.history.group.last-week\"],\"autopilot-chat.history.group.months-ago\":[\"autopilot-chat.history.group.months-ago\"],\"autopilot-chat.history.group.today\":[\"autopilot-chat.history.group.today\"],\"autopilot-chat.history.group.yesterday\":[\"autopilot-chat.history.group.yesterday\"],\"autopilot-chat.history.no-results\":[\"autopilot-chat.history.no-results\"],\"autopilot-chat.history.search-placeholder\":[\"autopilot-chat.history.search-placeholder\"],\"autopilot-chat.input.actions.attach-file\":[\"autopilot-chat.input.actions.attach-file\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"autopilot-chat.input.actions.attachments.allowed-types\"],\"autopilot-chat.input.actions.attachments.max-count\":[\"autopilot-chat.input.actions.attachments.max-count\"],\"autopilot-chat.input.actions.attachments.max-size\":[\"autopilot-chat.input.actions.attachments.max-size\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"autopilot-chat.input.actions.error.file-too-large\"],\"autopilot-chat.input.actions.send\":[\"autopilot-chat.input.actions.send\"],\"autopilot-chat.input.actions.stop\":[\"autopilot-chat.input.actions.stop\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"autopilot-chat.input.agent-mode-selection-label\"],\"autopilot-chat.input.footer\":[\"autopilot-chat.input.footer\"],\"autopilot-chat.input.model-selection-label\":[\"autopilot-chat.input.model-selection-label\"],\"autopilot-chat.input.placeholder\":[\"autopilot-chat.input.placeholder\"],\"autopilot-chat.message.actions.bad\":[\"autopilot-chat.message.actions.bad\"],\"autopilot-chat.message.actions.copy\":[\"autopilot-chat.message.actions.copy\"],\"autopilot-chat.message.actions.good\":[\"autopilot-chat.message.actions.good\"],\"autopilot-chat.message.actions.label\":[\"autopilot-chat.message.actions.label\"],\"autopilot-chat.message.actions.more\":[\"autopilot-chat.message.actions.more\"],\"autopilot-chat.message.citation-aria-label\":[\"autopilot-chat.message.citation-aria-label\"],\"autopilot-chat.message.close\":[\"autopilot-chat.message.close\"],\"autopilot-chat.message.code-block-code\":[\"autopilot-chat.message.code-block-code\"],\"autopilot-chat.message.code-block-copy\":[\"autopilot-chat.message.code-block-copy\"],\"autopilot-chat.message.code-block-language\":[\"autopilot-chat.message.code-block-language\"],\"autopilot-chat.message.code-block-preview\":[\"autopilot-chat.message.code-block-preview\"],\"autopilot-chat.message.expand\":[\"autopilot-chat.message.expand\"],\"autopilot-chat.message.footnote-label\":[\"autopilot-chat.message.footnote-label\"],\"autopilot-chat.message.generating-response\":[\"autopilot-chat.message.generating-response\"],\"autopilot-chat.message.page-number\":[\"autopilot-chat.message.page-number\"],\"autopilot-chat.message.scroll-to-bottom\":[\"autopilot-chat.message.scroll-to-bottom\"],\"autopilot-chat.message.show-less\":[\"autopilot-chat.message.show-less\"],\"autopilot-chat.message.show-more\":[\"autopilot-chat.message.show-more\"],\"autopilot-chat.message.sources\":[\"autopilot-chat.message.sources\"],\"autopilot-chat.message.suggestions-title\":[\"autopilot-chat.message.suggestions-title\"],\"autopilot-chat.settings.heading-description\":[\"autopilot-chat.settings.heading-description\"],\"autopilot-chat.settings.hide\":[\"autopilot-chat.settings.hide\"],\"autopilot-chat.settings.title\":[\"autopilot-chat.settings.title\"],\"autopilot-chat.tree.no-description\":[\"autopilot-chat.tree.no-description\"],\"autopilot-chat.tree.no-items\":[\"autopilot-chat.tree.no-items\"],\"autopilot-chat.tree.unknown\":[\"autopilot-chat.tree.unknown\"]}")};
1
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["autopilot-chat.common.attachments.remove-file"],"autopilot-chat.common.attachments.remove-file-name":["autopilot-chat.common.attachments.remove-file-name"],"autopilot-chat.common.mode-selector":["autopilot-chat.common.mode-selector"],"autopilot-chat.common.model-selector":["autopilot-chat.common.model-selector"],"autopilot-chat.dropzone.allowed-file-types":["autopilot-chat.dropzone.allowed-file-types"],"autopilot-chat.dropzone.overlay-max-count":["autopilot-chat.dropzone.overlay-max-count"],"autopilot-chat.dropzone.overlay-max-size":["autopilot-chat.dropzone.overlay-max-size"],"autopilot-chat.dropzone.overlay-title":["autopilot-chat.dropzone.overlay-title"],"autopilot-chat.error.file-invalid-type":["autopilot-chat.error.file-invalid-type"],"autopilot-chat.error.file-too-large":["autopilot-chat.error.file-too-large"],"autopilot-chat.error.multiple-files":["autopilot-chat.error.multiple-files"],"autopilot-chat.error.too-many-files":["autopilot-chat.error.too-many-files"],"autopilot-chat.header.actions.close":["autopilot-chat.header.actions.close"],"autopilot-chat.header.actions.collapse":["autopilot-chat.header.actions.collapse"],"autopilot-chat.header.actions.custom-actions":["autopilot-chat.header.actions.custom-actions"],"autopilot-chat.header.actions.expand":["autopilot-chat.header.actions.expand"],"autopilot-chat.header.actions.history":["autopilot-chat.header.actions.history"],"autopilot-chat.header.actions.new-chat":["autopilot-chat.header.actions.new-chat"],"autopilot-chat.header.actions.settings":["autopilot-chat.header.actions.settings"],"autopilot-chat.header.preview":["autopilot-chat.header.preview"],"autopilot-chat.header.title":["autopilot-chat.header.title"],"autopilot-chat.history.delete":["autopilot-chat.history.delete"],"autopilot-chat.history.empty":["autopilot-chat.history.empty"],"autopilot-chat.history.group.last-30-days":["autopilot-chat.history.group.last-30-days"],"autopilot-chat.history.group.last-week":["autopilot-chat.history.group.last-week"],"autopilot-chat.history.group.months-ago":["autopilot-chat.history.group.months-ago"],"autopilot-chat.history.group.today":["autopilot-chat.history.group.today"],"autopilot-chat.history.group.yesterday":["autopilot-chat.history.group.yesterday"],"autopilot-chat.history.no-results":["autopilot-chat.history.no-results"],"autopilot-chat.history.search-placeholder":["autopilot-chat.history.search-placeholder"],"autopilot-chat.input.actions.attach-file":["autopilot-chat.input.actions.attach-file"],"autopilot-chat.input.actions.attachments.allowed-types":["autopilot-chat.input.actions.attachments.allowed-types"],"autopilot-chat.input.actions.attachments.max-count":["autopilot-chat.input.actions.attachments.max-count"],"autopilot-chat.input.actions.attachments.max-size":["autopilot-chat.input.actions.attachments.max-size"],"autopilot-chat.input.actions.error.file-too-large":["autopilot-chat.input.actions.error.file-too-large"],"autopilot-chat.input.actions.send":["autopilot-chat.input.actions.send"],"autopilot-chat.input.actions.stop":["autopilot-chat.input.actions.stop"],"autopilot-chat.input.agent-mode-selection-label":["autopilot-chat.input.agent-mode-selection-label"],"autopilot-chat.input.footer":["autopilot-chat.input.footer"],"autopilot-chat.input.model-selection-label":["autopilot-chat.input.model-selection-label"],"autopilot-chat.input.placeholder":["autopilot-chat.input.placeholder"],"autopilot-chat.message.actions.bad":["autopilot-chat.message.actions.bad"],"autopilot-chat.message.actions.copy":["autopilot-chat.message.actions.copy"],"autopilot-chat.message.actions.good":["autopilot-chat.message.actions.good"],"autopilot-chat.message.actions.label":["autopilot-chat.message.actions.label"],"autopilot-chat.message.actions.more":["autopilot-chat.message.actions.more"],"autopilot-chat.message.citation-aria-label":["autopilot-chat.message.citation-aria-label"],"autopilot-chat.message.close":["autopilot-chat.message.close"],"autopilot-chat.message.code-block-code":["autopilot-chat.message.code-block-code"],"autopilot-chat.message.code-block-copy":["autopilot-chat.message.code-block-copy"],"autopilot-chat.message.code-block-language":["autopilot-chat.message.code-block-language"],"autopilot-chat.message.code-block-preview":["autopilot-chat.message.code-block-preview"],"autopilot-chat.message.expand":["autopilot-chat.message.expand"],"autopilot-chat.message.footnote-label":["autopilot-chat.message.footnote-label"],"autopilot-chat.message.generating-response":["autopilot-chat.message.generating-response"],"autopilot-chat.message.page-number":["autopilot-chat.message.page-number"],"autopilot-chat.message.scroll-to-bottom":["autopilot-chat.message.scroll-to-bottom"],"autopilot-chat.message.show-less":["autopilot-chat.message.show-less"],"autopilot-chat.message.show-more":["autopilot-chat.message.show-more"],"autopilot-chat.message.sources":["autopilot-chat.message.sources"],"autopilot-chat.message.suggestions-title":["autopilot-chat.message.suggestions-title"],"autopilot-chat.settings.heading-description":["autopilot-chat.settings.heading-description"],"autopilot-chat.settings.hide":["autopilot-chat.settings.hide"],"autopilot-chat.settings.title":["autopilot-chat.settings.title"],"autopilot-chat.tree.no-description":["autopilot-chat.tree.no-description"],"autopilot-chat.tree.no-items":["autopilot-chat.tree.no-items"],"autopilot-chat.tree.unknown":["autopilot-chat.tree.unknown"]}');
2
+ export { messages };
@@ -1 +1,36 @@
1
- /*eslint-disable*/module.exports={messages:JSON.parse("{\"autopilot-chat.common.attachments.remove-file\":[\"Kaldır\"],\"autopilot-chat.common.attachments.remove-file-name\":[\"Kaldır: \",[\"name\"]],\"autopilot-chat.common.mode-selector\":[\"Mod seçici\"],\"autopilot-chat.common.model-selector\":[\"Model seçici\"],\"autopilot-chat.dropzone.allowed-file-types\":[\"İzin verilen dosya türleri: \",[\"fileTypes\"]],\"autopilot-chat.dropzone.overlay-max-count\":[\"İzin verilen en fazla dosya sayısı: \",[\"maxCount\"]],\"autopilot-chat.dropzone.overlay-max-size\":[\"Maksimum dosya boyutu: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.dropzone.overlay-title\":[\"Dosyalarınızı isteminize eklemek için buraya bırakın\"],\"autopilot-chat.error.file-invalid-type\":[\"Desteklenmeyen dosya: \",[\"fileName\"]],\"autopilot-chat.error.file-too-large\":[\"Dosya çok büyük: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.error.multiple-files\":[\"İleti başına sadece bir dosya eklenebilir\"],\"autopilot-chat.error.too-many-files\":[\"Çok fazla dosya var. ileti başına \",[\"maxCount\"],\" dosyaya izin verilir\"],\"autopilot-chat.header.actions.close\":[\"Sohbeti Kapat\"],\"autopilot-chat.header.actions.collapse\":[\"Daralt\"],\"autopilot-chat.header.actions.custom-actions\":[\"Daha fazla işlem\"],\"autopilot-chat.header.actions.expand\":[\"Genişlet\"],\"autopilot-chat.header.actions.history\":[\"Sohbet Geçmişi\"],\"autopilot-chat.header.actions.new-chat\":[\"Yeni Sohbet\"],\"autopilot-chat.header.actions.settings\":[\"Ayarlar\"],\"autopilot-chat.header.preview\":[\"Önizleme\"],\"autopilot-chat.header.title\":[\"Autopilot\"],\"autopilot-chat.history.delete\":[\"Sil\"],\"autopilot-chat.history.empty\":[\"Henüz hiç görüşme yok.\"],\"autopilot-chat.history.group.last-30-days\":[\"Önceki 30 gün\"],\"autopilot-chat.history.group.last-week\":[\"Geçen hafta\"],\"autopilot-chat.history.group.months-ago\":[[\"count\"],\" ay önce\"],\"autopilot-chat.history.group.today\":[\"Bugün\"],\"autopilot-chat.history.group.yesterday\":[\"Dün\"],\"autopilot-chat.history.no-results\":[\"Hiçbir sonuç bulunamadı.\"],\"autopilot-chat.history.search-placeholder\":[\"Ara\"],\"autopilot-chat.input.actions.attach-file\":[\"Dosya ekle\"],\"autopilot-chat.input.actions.attachments.allowed-types\":[\"İzin verilen dosya türleri: \",[\"fileTypes\"]],\"autopilot-chat.input.actions.attachments.max-count\":[\"İzin verilen en fazla dosya sayısı: \",[\"maxCount\"]],\"autopilot-chat.input.actions.attachments.max-size\":[\"Maksimum dosya boyutu: \",[\"maxSize\"],\" MB\"],\"autopilot-chat.input.actions.error.file-too-large\":[\"Dosya çok büyük: \",[\"fileName\"],\" \",[\"fileSize\"],\"MB/\",[\"maxSize\"],\"MB\"],\"autopilot-chat.input.actions.send\":[\"Gönder\"],\"autopilot-chat.input.actions.stop\":[\"Durdur\"],\"autopilot-chat.input.agent-mode-selection-label\":[\"Temsilci modu seçimi\"],\"autopilot-chat.input.footer\":[\"Autopilot hata yapabilir. Lütfen yanıtları tekrar kontrol edin.\"],\"autopilot-chat.input.model-selection-label\":[\"Model seçimi\"],\"autopilot-chat.input.placeholder\":[\"Ne yapmak istiyorsunuz?\"],\"autopilot-chat.input.resource-chip.remove\":[\"Kaldır\"],\"autopilot-chat.input.resource-chip.remove-name\":[\"Kaldır: \",[\"label\"]],\"autopilot-chat.message.actions.bad\":[\"İyileştirme gerekiyor\"],\"autopilot-chat.message.actions.copy\":[\"Kopyala\"],\"autopilot-chat.message.actions.good\":[\"Çok beğendim\"],\"autopilot-chat.message.actions.label\":[\"İleti eylemleri\"],\"autopilot-chat.message.actions.more\":[\"Daha fazla işlem\"],\"autopilot-chat.message.citation-aria-label\":[\"Alıntı \",[\"id\"],\": \",[\"title\"]],\"autopilot-chat.message.close\":[\"Sohbeti Kapat\"],\"autopilot-chat.message.code-block-code\":[\"Kod\"],\"autopilot-chat.message.code-block-copy\":[\"Kopyala\"],\"autopilot-chat.message.code-block-language\":[\"Metin\"],\"autopilot-chat.message.code-block-preview\":[\"Önizleme\"],\"autopilot-chat.message.expand\":[\"Genişlet\"],\"autopilot-chat.message.footnote-label\":[\"Kaynaklar\"],\"autopilot-chat.message.generating-response\":[\"Oluşturuluyor...\"],\"autopilot-chat.message.page-number\":[\"Sayfa \",[\"page_number\"]],\"autopilot-chat.message.scroll-to-bottom\":[\"Aşağı kaydır\"],\"autopilot-chat.message.show-less\":[\"Daha az göster\"],\"autopilot-chat.message.show-more\":[\"Daha Fazla Göster\"],\"autopilot-chat.message.sources\":[\"Kaynaklar\"],\"autopilot-chat.message.suggestions-title\":[\"Öneriler\"],\"autopilot-chat.resource-picker.back\":[\"Geri git\"],\"autopilot-chat.resource-picker.empty\":[\"Kullanılabilir kaynak yok\"],\"autopilot-chat.resource-picker.error\":[\"Şablonlar yüklenemedi\"],\"autopilot-chat.resource-picker.label\":[\"Kaynak seçici\"],\"autopilot-chat.resource-picker.load-more-error\":[\"Profil yüklenemedi\"],\"autopilot-chat.resource-picker.no-results\":[\"Eşleşen kaynak yok\"],\"autopilot-chat.resource-picker.retry\":[\"Yeniden dene\"],\"autopilot-chat.resource-picker.search-error\":[\"Arama başarısız oldu\"],\"autopilot-chat.resource-trigger.label\":[\"Kaynak başvurusu ekle\"],\"autopilot-chat.resource-trigger.tooltip\":[\"Kaynak Ekle\"],\"autopilot-chat.settings.heading-description\":[\"başlık düzeyi 2\"],\"autopilot-chat.settings.hide\":[\"Ayarları gizle\"],\"autopilot-chat.settings.title\":[\"Sohbet Ayarları\"],\"autopilot-chat.tree.no-description\":[\"Açıklama yok\"],\"autopilot-chat.tree.no-items\":[\"Öğe yok\"],\"autopilot-chat.tree.unknown\":[\"Bilinmiyor\"]}")};
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ messages: ()=>messages
28
+ });
29
+ const messages = JSON.parse('{"autopilot-chat.common.attachments.remove-file":["Kaldır"],"autopilot-chat.common.attachments.remove-file-name":["Kaldır: ",["name"]],"autopilot-chat.common.mode-selector":["Mod se\xe7ici"],"autopilot-chat.common.model-selector":["Model se\xe7ici"],"autopilot-chat.dropzone.allowed-file-types":["İzin verilen dosya t\xfcrleri: ",["fileTypes"]],"autopilot-chat.dropzone.overlay-max-count":["İzin verilen en fazla dosya sayısı: ",["maxCount"]],"autopilot-chat.dropzone.overlay-max-size":["Maksimum dosya boyutu: ",["maxSize"]," MB"],"autopilot-chat.dropzone.overlay-title":["Dosyalarınızı isteminize eklemek i\xe7in buraya bırakın"],"autopilot-chat.error.file-invalid-type":["Desteklenmeyen dosya: ",["fileName"]],"autopilot-chat.error.file-too-large":["Dosya \xe7ok b\xfcy\xfck: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.error.multiple-files":["İleti başına sadece bir dosya eklenebilir"],"autopilot-chat.error.too-many-files":["\xc7ok fazla dosya var. ileti başına ",["maxCount"]," dosyaya izin verilir"],"autopilot-chat.header.actions.close":["Sohbeti Kapat"],"autopilot-chat.header.actions.collapse":["Daralt"],"autopilot-chat.header.actions.custom-actions":["Daha fazla işlem"],"autopilot-chat.header.actions.expand":["Genişlet"],"autopilot-chat.header.actions.history":["Sohbet Ge\xe7mişi"],"autopilot-chat.header.actions.new-chat":["Yeni Sohbet"],"autopilot-chat.header.actions.settings":["Ayarlar"],"autopilot-chat.header.preview":["\xd6nizleme"],"autopilot-chat.header.title":["Autopilot"],"autopilot-chat.history.delete":["Sil"],"autopilot-chat.history.empty":["Hen\xfcz hi\xe7 g\xf6r\xfcşme yok."],"autopilot-chat.history.group.last-30-days":["\xd6nceki 30 g\xfcn"],"autopilot-chat.history.group.last-week":["Ge\xe7en hafta"],"autopilot-chat.history.group.months-ago":[["count"]," ay \xf6nce"],"autopilot-chat.history.group.today":["Bug\xfcn"],"autopilot-chat.history.group.yesterday":["D\xfcn"],"autopilot-chat.history.no-results":["Hi\xe7bir sonu\xe7 bulunamadı."],"autopilot-chat.history.search-placeholder":["Ara"],"autopilot-chat.input.actions.attach-file":["Dosya ekle"],"autopilot-chat.input.actions.attachments.allowed-types":["İzin verilen dosya t\xfcrleri: ",["fileTypes"]],"autopilot-chat.input.actions.attachments.max-count":["İzin verilen en fazla dosya sayısı: ",["maxCount"]],"autopilot-chat.input.actions.attachments.max-size":["Maksimum dosya boyutu: ",["maxSize"]," MB"],"autopilot-chat.input.actions.error.file-too-large":["Dosya \xe7ok b\xfcy\xfck: ",["fileName"]," ",["fileSize"],"MB/",["maxSize"],"MB"],"autopilot-chat.input.actions.send":["G\xf6nder"],"autopilot-chat.input.actions.stop":["Durdur"],"autopilot-chat.input.agent-mode-selection-label":["Temsilci modu se\xe7imi"],"autopilot-chat.input.footer":["Autopilot hata yapabilir. L\xfctfen yanıtları tekrar kontrol edin."],"autopilot-chat.input.model-selection-label":["Model se\xe7imi"],"autopilot-chat.input.placeholder":["Ne yapmak istiyorsunuz?"],"autopilot-chat.input.resource-chip.remove":["Kaldır"],"autopilot-chat.input.resource-chip.remove-name":["Kaldır: ",["label"]],"autopilot-chat.message.actions.bad":["İyileştirme gerekiyor"],"autopilot-chat.message.actions.copy":["Kopyala"],"autopilot-chat.message.actions.good":["\xc7ok beğendim"],"autopilot-chat.message.actions.label":["İleti eylemleri"],"autopilot-chat.message.actions.more":["Daha fazla işlem"],"autopilot-chat.message.citation-aria-label":["Alıntı ",["id"],": ",["title"]],"autopilot-chat.message.close":["Sohbeti Kapat"],"autopilot-chat.message.code-block-code":["Kod"],"autopilot-chat.message.code-block-copy":["Kopyala"],"autopilot-chat.message.code-block-language":["Metin"],"autopilot-chat.message.code-block-preview":["\xd6nizleme"],"autopilot-chat.message.expand":["Genişlet"],"autopilot-chat.message.footnote-label":["Kaynaklar"],"autopilot-chat.message.generating-response":["Oluşturuluyor..."],"autopilot-chat.message.page-number":["Sayfa ",["page_number"]],"autopilot-chat.message.scroll-to-bottom":["Aşağı kaydır"],"autopilot-chat.message.show-less":["Daha az g\xf6ster"],"autopilot-chat.message.show-more":["Daha Fazla G\xf6ster"],"autopilot-chat.message.sources":["Kaynaklar"],"autopilot-chat.message.suggestions-title":["\xd6neriler"],"autopilot-chat.resource-picker.back":["Geri git"],"autopilot-chat.resource-picker.empty":["Kullanılabilir kaynak yok"],"autopilot-chat.resource-picker.error":["Şablonlar y\xfcklenemedi"],"autopilot-chat.resource-picker.label":["Kaynak se\xe7ici"],"autopilot-chat.resource-picker.load-more-error":["Profil y\xfcklenemedi"],"autopilot-chat.resource-picker.no-results":["Eşleşen kaynak yok"],"autopilot-chat.resource-picker.retry":["Yeniden dene"],"autopilot-chat.resource-picker.search-error":["Arama başarısız oldu"],"autopilot-chat.resource-trigger.label":["Kaynak başvurusu ekle"],"autopilot-chat.resource-trigger.tooltip":["Kaynak Ekle"],"autopilot-chat.settings.heading-description":["başlık d\xfczeyi 2"],"autopilot-chat.settings.hide":["Ayarları gizle"],"autopilot-chat.settings.title":["Sohbet Ayarları"],"autopilot-chat.tree.no-description":["A\xe7ıklama yok"],"autopilot-chat.tree.no-items":["\xd6ğe yok"],"autopilot-chat.tree.unknown":["Bilinmiyor"]}');
30
+ exports.messages = __webpack_exports__.messages;
31
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
32
+ "messages"
33
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
34
+ Object.defineProperty(exports, '__esModule', {
35
+ value: true
36
+ });
@@ -0,0 +1,3 @@
1
+ import type { Messages } from "@lingui/core";
2
+ export declare const messages: Messages;
3
+ //# sourceMappingURL=tr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-chat/locales/tr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAg2K,QAAQ,CAAC"}