@rh-support/troubleshoot 2.6.268 → 2.6.269

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 (44) hide show
  1. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
  2. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +2 -1
  3. package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts.map +1 -1
  4. package/lib/esm/components/TroubleshootSection/AskRedHat.js +4 -8
  5. package/lib/esm/components/TroubleshootSection/ResponseActions.d.ts.map +1 -1
  6. package/lib/esm/components/TroubleshootSection/ResponseActions.js +5 -3
  7. package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +1 -1
  8. package/lib/esm/components/TroubleshootSection/UserFeedback.d.ts.map +1 -1
  9. package/lib/esm/components/TroubleshootSection/UserFeedback.js +10 -8
  10. package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.d.ts.map +1 -1
  11. package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.js +5 -1
  12. package/lib/esm/constants/caseDetailsConstants.d.ts +10 -10
  13. package/lib/esm/constants/caseDetailsConstants.d.ts.map +1 -1
  14. package/lib/esm/constants/caseDetailsConstants.js +27 -11
  15. package/lib/esm/hooks/useARHResponse.d.ts.map +1 -1
  16. package/lib/esm/hooks/useARHResponse.js +4 -1
  17. package/lib/esm/i18n/template-de.d.ts +6 -0
  18. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  19. package/lib/esm/i18n/template-de.js +6 -0
  20. package/lib/esm/i18n/template-es.d.ts +6 -0
  21. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  22. package/lib/esm/i18n/template-es.js +6 -0
  23. package/lib/esm/i18n/template-fr.d.ts +6 -0
  24. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  25. package/lib/esm/i18n/template-fr.js +6 -0
  26. package/lib/esm/i18n/template-it.d.ts +6 -0
  27. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  28. package/lib/esm/i18n/template-it.js +6 -0
  29. package/lib/esm/i18n/template-jp.d.ts +6 -0
  30. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  31. package/lib/esm/i18n/template-jp.js +6 -0
  32. package/lib/esm/i18n/template-ko.d.ts +6 -0
  33. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  34. package/lib/esm/i18n/template-ko.js +6 -0
  35. package/lib/esm/i18n/template-pt.d.ts +6 -0
  36. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  37. package/lib/esm/i18n/template-pt.js +6 -0
  38. package/lib/esm/i18n/template-ru.d.ts +6 -0
  39. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  40. package/lib/esm/i18n/template-ru.js +6 -0
  41. package/lib/esm/i18n/template-zh.d.ts +6 -0
  42. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  43. package/lib/esm/i18n/template-zh.js +6 -0
  44. package/package.json +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"CaseSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAuB3B,OAAO,KAA0C,MAAM,OAAO,CAAC;AAO/D,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,sBAwLxC,CAAC"}
1
+ {"version":3,"file":"CaseSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAuB3B,OAAO,KAA0C,MAAM,OAAO,CAAC;AAO/D,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,sBA0LxC,CAAC"}
@@ -94,7 +94,8 @@ export const CaseSummary = (props) => {
94
94
  return (React.createElement("section", { className: "card card-white" },
95
95
  React.createElement(Alert, { variant: AlertVariant.info, title: "Careful! This case summary uses AI. Check for mistakes.", isInline: true, actionLinks: React.createElement(AlertActionLink, { onClick: (e) => triggerAppFeedbackItem(e), href: "#", "data-tracking-id": "send-feedback-button" },
96
96
  React.createElement(Trans, null, "Send Feedback")) },
97
- React.createElement("p", null, "This AI-generated summary recaps your support case information. It might not be up-to-date and might contain errors. We\u2019d love your feedback to help us improve this feature.")),
97
+ React.createElement("p", null,
98
+ React.createElement(Trans, null, "This AI-generated summary recaps your support case information. It might not be up-to-date and might contain errors. We\u2019d love your feedback to help us improve this feature."))),
98
99
  caseSummaryState === CaseSummaryStates.NEW_CASE ? (React.createElement(EmptyState, { headingLevel: "h2", icon: CubesIcon, titleText: React.createElement(Trans, null, "Unable to generate case summary"), variant: EmptyStateVariant.lg },
99
100
  React.createElement(EmptyStateBody, null,
100
101
  React.createElement("p", { className: "push-top-narrow" },
@@ -1 +1 @@
1
- {"version":3,"file":"AskRedHat.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/AskRedHat.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAmChF,UAAU,MAAM;IACZ,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CAC9E;AAED,eAAO,MAAM,SAAS,GAAI,qEAAqE,MAAM,sBAuiBpG,CAAC"}
1
+ {"version":3,"file":"AskRedHat.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/AskRedHat.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAmChF,UAAU,MAAM;IACZ,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CAC9E;AAED,eAAO,MAAM,SAAS,GAAI,qEAAqE,MAAM,sBA2iBpG,CAAC"}
@@ -248,15 +248,10 @@ export const AskRedHat = ({ onChatWithAIClick, isExpanded: isExpandedProp, onTog
248
248
  React.createElement(Icon, { iconSize: "lg", status: "danger", className: "pf-v6-u-mr-sm" },
249
249
  React.createElement(ExclamationCircleIcon, null)),
250
250
  ' ',
251
- "Chat limit reached"),
251
+ React.createElement(Trans, null, "Chat limit reached")),
252
252
  React.createElement(EmptyStateBody, null,
253
253
  React.createElement(Content, { component: ContentVariants.p },
254
- "You've reached the maximum number of chats. You can start up to",
255
- ' ',
256
- aiResponseState.quotaLimit,
257
- " chats within a",
258
- React.createElement("br", null),
259
- "24-hour period. Please try again after your limit resets."))))));
254
+ React.createElement(Trans, { i18nKey: "You've reached the maximum number of chats. You can start up to {{quotaLimit}} chats within a <br/>24-hour period. Please try again after your limit resets.", values: { quotaLimit: aiResponseState.quotaLimit }, components: { br: React.createElement("br", null) } })))))));
260
255
  }
261
256
  if (aiResponseState.error) {
262
257
  return (React.createElement("div", { className: "ask-redhat" },
@@ -328,7 +323,8 @@ export const AskRedHat = ({ onChatWithAIClick, isExpanded: isExpandedProp, onTog
328
323
  React.createElement("div", null,
329
324
  React.createElement("div", { dangerouslySetInnerHTML: { __html: parseMarkdown(answer) } }),
330
325
  sourcesCount > 0 && (React.createElement(React.Fragment, null,
331
- React.createElement("p", null, "2 sources"),
326
+ React.createElement("p", null,
327
+ React.createElement(Trans, { i18nKey: "{{count}} sources", values: { count: sourcesCount } })),
332
328
  React.createElement("div", { className: "ask-redhat-cards" }, sources.map((source, index) => (React.createElement(Card, { className: "ask-redhat-card", key: index },
333
329
  React.createElement(CardHeader, null,
334
330
  React.createElement("h3", { className: "ask-redhat-card-title" },
@@ -1 +1 @@
1
- {"version":3,"file":"ResponseActions.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/ResponseActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAIrD,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,UAAU,EAA+B,MAAM,OAAO,CAAC;AAIpG,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,aAAa,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC5G,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,mBAAmB;IAChC,OAAO,EAAE;QACL,QAAQ,CAAC,EAAE,WAAW,CAAC;QACvB,QAAQ,CAAC,EAAE,WAAW,CAAC;QACvB,IAAI,CAAC,EAAE,WAAW,CAAC;KACtB,CAAC;IACF,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;CACrC;AAED,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,mBAAmB,CAyFlE,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"ResponseActions.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/ResponseActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAIrD,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,UAAU,EAA+B,MAAM,OAAO,CAAC;AAKpG,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,aAAa,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC5G,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,mBAAmB;IAChC,OAAO,EAAE;QACL,QAAQ,CAAC,EAAE,WAAW,CAAC;QACvB,QAAQ,CAAC,EAAE,WAAW,CAAC;QACvB,IAAI,CAAC,EAAE,WAAW,CAAC;KACtB,CAAC;IACF,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;CACrC;AAED,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,mBAAmB,CA0FlE,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -2,9 +2,11 @@ import OutlinedCopyIcon from '@patternfly/react-icons/dist/esm/icons/outlined-co
2
2
  import OutlinedThumbsDownIcon from '@patternfly/react-icons/dist/esm/icons/outlined-thumbs-down-icon';
3
3
  import OutlinedThumbsUpIcon from '@patternfly/react-icons/dist/esm/icons/outlined-thumbs-up-icon';
4
4
  import React, { useEffect, useRef, useState } from 'react';
5
+ import { useTranslation } from 'react-i18next';
5
6
  import ResponseActionButton from './ResponseActionButton';
6
7
  export const ResponseActions = ({ actions, submittedFeedbackTypes = [] }) => {
7
8
  var _a, _b, _c, _d, _e, _f;
9
+ const { t } = useTranslation();
8
10
  const [activeButton, setActiveButton] = useState();
9
11
  const [clickStatePersisted, setClickStatePersisted] = useState(false);
10
12
  useEffect(() => {
@@ -45,8 +47,8 @@ export const ResponseActions = ({ actions, submittedFeedbackTypes = [] }) => {
45
47
  onClick && onClick(e);
46
48
  };
47
49
  return (React.createElement("div", { ref: responseActions, className: "pf-chatbot__response-actions" },
48
- positive && (React.createElement(ResponseActionButton, { ariaLabel: "Good response", clickedAriaLabel: "Response recorded", onClick: (e) => handleClick(e, 'positive', positive.onClick), tooltipContent: (_a = positive.tooltipContent) !== null && _a !== void 0 ? _a : 'Good response', clickedTooltipContent: (_b = positive.clickedTooltipContent) !== null && _b !== void 0 ? _b : 'Response recorded', icon: React.createElement(OutlinedThumbsUpIcon, null), isClicked: activeButton === 'positive', isDisabled: submittedFeedbackTypes === null || submittedFeedbackTypes === void 0 ? void 0 : submittedFeedbackTypes.includes('positive') })),
49
- negative && (React.createElement(ResponseActionButton, { ariaLabel: "Bad response", clickedAriaLabel: "Response recorded", onClick: (e) => handleClick(e, 'negative', negative.onClick), tooltipContent: (_c = negative.tooltipContent) !== null && _c !== void 0 ? _c : 'Bad response', clickedTooltipContent: (_d = negative.clickedTooltipContent) !== null && _d !== void 0 ? _d : 'Response recorded', icon: React.createElement(OutlinedThumbsDownIcon, null), isClicked: activeButton === 'negative', isDisabled: submittedFeedbackTypes === null || submittedFeedbackTypes === void 0 ? void 0 : submittedFeedbackTypes.includes('negative') })),
50
- copy && (React.createElement(ResponseActionButton, { ariaLabel: "Copy", clickedAriaLabel: "Copied", onClick: (e) => handleClick(e, 'copy', copy.onClick), tooltipContent: (_e = copy.tooltipContent) !== null && _e !== void 0 ? _e : 'Copy', clickedTooltipContent: (_f = copy.clickedTooltipContent) !== null && _f !== void 0 ? _f : 'Copied', icon: React.createElement(OutlinedCopyIcon, null), isClicked: activeButton === 'copy' }))));
50
+ positive && (React.createElement(ResponseActionButton, { ariaLabel: t('Good response'), clickedAriaLabel: t('Response recorded'), onClick: (e) => handleClick(e, 'positive', positive.onClick), tooltipContent: (_a = positive.tooltipContent) !== null && _a !== void 0 ? _a : t('Good response'), clickedTooltipContent: (_b = positive.clickedTooltipContent) !== null && _b !== void 0 ? _b : t('Response recorded'), icon: React.createElement(OutlinedThumbsUpIcon, null), isClicked: activeButton === 'positive', isDisabled: submittedFeedbackTypes === null || submittedFeedbackTypes === void 0 ? void 0 : submittedFeedbackTypes.includes('positive') })),
51
+ negative && (React.createElement(ResponseActionButton, { ariaLabel: t('Bad response'), clickedAriaLabel: t('Response recorded'), onClick: (e) => handleClick(e, 'negative', negative.onClick), tooltipContent: (_c = negative.tooltipContent) !== null && _c !== void 0 ? _c : t('Bad response'), clickedTooltipContent: (_d = negative.clickedTooltipContent) !== null && _d !== void 0 ? _d : t('Response recorded'), icon: React.createElement(OutlinedThumbsDownIcon, null), isClicked: activeButton === 'negative', isDisabled: submittedFeedbackTypes === null || submittedFeedbackTypes === void 0 ? void 0 : submittedFeedbackTypes.includes('negative') })),
52
+ copy && (React.createElement(ResponseActionButton, { ariaLabel: t('Copy'), clickedAriaLabel: t('Copied'), onClick: (e) => handleClick(e, 'copy', copy.onClick), tooltipContent: (_e = copy.tooltipContent) !== null && _e !== void 0 ? _e : t('Copy'), clickedTooltipContent: (_f = copy.clickedTooltipContent) !== null && _f !== void 0 ? _f : t('Copied'), icon: React.createElement(OutlinedCopyIcon, null), isClicked: activeButton === 'copy' }))));
51
53
  };
52
54
  export default ResponseActions;
@@ -370,7 +370,7 @@ function TroubleshootSection(props) {
370
370
  React.createElement(Trans, { i18nKey: 'i18nKeyPopularSolutions' }, "Red Hat hand picked support articles"),
371
371
  React.createElement(Tooltip, { content: React.createElement("div", null,
372
372
  React.createElement(Trans, null, "Support articles are matched to the product and version details you selected, not the problem details you entered.")) },
373
- React.createElement(InfoCircleIcon, { className: "pf-v6-u-ml-sm", "aria-label": "More info about how support articles are matched" }))),
373
+ React.createElement(InfoCircleIcon, { className: "pf-v6-u-ml-sm", "aria-label": t('More info about how support articles are matched') }))),
374
374
  React.createElement(CardBody, { "aria-label": t('No recommendations for this product'), className: "file-recs-no-recommendation pf-v6-u-mt-md" },
375
375
  React.createElement(Trans, null, "No recommendations for this product")))),
376
376
  React.createElement(ErrorBoundary, { errorMsgInfo: { message: t('There was an error loading suggestions') } }, canShowTopContent && !isEmpty(version) && !isVariationA && React.createElement(Suggestions, null)),
@@ -1 +1 @@
1
- {"version":3,"file":"UserFeedback.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/UserFeedback.tsx"],"names":[],"mappings":"AAAA,OAAO,EAMH,SAAS,EAET,SAAS,EAEZ,MAAM,wBAAwB,CAAC;AAEhC,OAAc,EAAE,KAAK,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAIhE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EAAE,SAAS;IAC7E,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,gBAAgB,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,QAAA,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAgFtD,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"UserFeedback.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/UserFeedback.tsx"],"names":[],"mappings":"AAAA,OAAO,EAMH,SAAS,EAET,SAAS,EAEZ,MAAM,wBAAwB,CAAC;AAEhC,OAAc,EAAE,KAAK,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAIhE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EAAE,SAAS;IAC7E,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,gBAAgB,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,QAAA,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAmFtD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
12
12
  import { ActionGroup, Button, Card, CardBody, CardHeader, Form, TextArea, } from '@patternfly/react-core';
13
13
  import isEmpty from 'lodash/isEmpty';
14
14
  import React, { useState } from 'react';
15
- import { useTranslation } from 'react-i18next';
15
+ import { Trans, useTranslation } from 'react-i18next';
16
16
  import CloseButton from './CloseButton';
17
17
  import QuickResponse from './QuickResponse';
18
18
  const UserFeedback = (_a) => {
@@ -35,14 +35,16 @@ const UserFeedback = (_a) => {
35
35
  hasTextArea && (React.createElement(React.Fragment, null,
36
36
  React.createElement(TextArea, { value: value, onChange: (_event, value) => {
37
37
  setValue(value);
38
- }, placeholder: "Provide optional additional feedback", "aria-label": "Provide optional additional feedback", resizeOrientation: "vertical" }),
38
+ }, placeholder: t('Provide optional additional feedback'), "aria-label": t('Provide optional additional feedback'), resizeOrientation: "vertical" }),
39
39
  React.createElement("div", { className: "privacy-notice-container" },
40
- React.createElement("p", null,
41
- "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat's privacy practices, please refer to the",
42
- ' ',
43
- React.createElement("a", { href: "https://www.redhat.com/en/about/privacy-policy", target: "_blank", rel: "noopener noreferrer" }, "Red Hat Privacy Statement"),
44
- ".")))),
40
+ React.createElement(Trans, { i18nKey: "Do not share any personal or other sensitive information in your feedback. Feedback may\n be used to improve Red Hat's products or services. For more information about Red Hat\u2019s\n privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>", components: {
41
+ a: (
42
+ // eslint-disable-next-line jsx-a11y/anchor-has-content
43
+ React.createElement("a", { href: "https://www.redhat.com/en/about/privacy-policy", target: "_blank", rel: "noreferrer" })),
44
+ u: React.createElement("u", null),
45
+ } })))),
45
46
  React.createElement(ActionGroup, null,
46
- React.createElement(Button, { onClick: () => onSubmit(selectedResponse, value), isDisabled: isSubmitting, isLoading: isSubmitting }, "Send Feedback"))))));
47
+ React.createElement(Button, { onClick: () => onSubmit(selectedResponse, value), isDisabled: isSubmitting, isLoading: isSubmitting },
48
+ React.createElement(Trans, null, "Send Feedback")))))));
47
49
  };
48
50
  export default UserFeedback;
@@ -1 +1 @@
1
- {"version":3,"file":"UserFeedbackComplete.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/UserFeedbackComplete.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA8B,SAAS,EAAa,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACrG,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAItD,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE,SAAS;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,QAAA,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,yBAAyB,CA6EtE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"UserFeedbackComplete.d.ts","sourceRoot":"","sources":["../../../../src/components/TroubleshootSection/UserFeedbackComplete.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA8B,SAAS,EAAa,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACrG,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAKtD,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE,SAAS;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,QAAA,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,yBAAyB,CAiFtE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -11,9 +11,13 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { Card, CardBody, CardHeader, CardTitle } from '@patternfly/react-core';
13
13
  import React from 'react';
14
+ import { useTranslation } from 'react-i18next';
14
15
  import CloseButton from './CloseButton';
15
16
  const UserFeedbackComplete = (_a) => {
16
- var { title = 'Feedback submitted', body = "We've received your response. Thank you for sharing your feedback!", onClose, isCompact } = _a, props = __rest(_a, ["title", "body", "onClose", "isCompact"]);
17
+ var { title: propsTitle, body: propsBody, onClose, isCompact } = _a, props = __rest(_a, ["title", "body", "onClose", "isCompact"]);
18
+ const { t } = useTranslation();
19
+ const title = propsTitle !== null && propsTitle !== void 0 ? propsTitle : t('Feedback submitted');
20
+ const body = propsBody !== null && propsBody !== void 0 ? propsBody : t("We've received your response. Thank you for sharing your feedback!");
17
21
  return (React.createElement(Card, Object.assign({ isCompact: isCompact, className: "pf-chatbot__feedback-card pf-chatbot__feedback-card-complete" }, props),
18
22
  React.createElement(CardHeader, { className: onClose
19
23
  ? 'pf-chatbot__feedback-card-complete-header'
@@ -1,14 +1,14 @@
1
1
  export declare const CASE_DETAILS_ACTIVE_TAB_SEARCH_PARAM = "activeCaseDetailsTab";
2
- export declare enum CaseDetailsTabsEnum {
3
- DISCUSSION = "Discussion",
4
- MANAGEMENT = "Management",
5
- ACTION_PLAN = "Action plan",
6
- PRIVATE_NOTES = "Private Notes",
7
- ESCALATION = "Escalations",
8
- RELATED_TASKS = "Related tasks",
9
- HISTORY = "History",
10
- GENERATE_AI_CASE_SUMMARY = "Generate AI case summary"
11
- }
2
+ export declare const CaseDetailsTabsEnum: {
3
+ readonly DISCUSSION: string;
4
+ readonly MANAGEMENT: string;
5
+ readonly ACTION_PLAN: string;
6
+ readonly PRIVATE_NOTES: string;
7
+ readonly ESCALATION: string;
8
+ readonly RELATED_TASKS: string;
9
+ readonly HISTORY: string;
10
+ readonly GENERATE_AI_CASE_SUMMARY: string;
11
+ };
12
12
  export declare enum CaseStatusEnum {
13
13
  CLOSED = "Closed",
14
14
  WAITING_ON_CUSTOMER = "Waiting on Customer",
@@ -1 +1 @@
1
- {"version":3,"file":"caseDetailsConstants.d.ts","sourceRoot":"","sources":["../../../src/constants/caseDetailsConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC,yBAAyB,CAAC;AAE3E,oBAAY,mBAAmB;IAC3B,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,UAAU,gBAAgB;IAC1B,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,wBAAwB,6BAA6B;CACxD;AAED,oBAAY,cAAc;IACtB,MAAM,WAAW;IACjB,mBAAmB,wBAAwB;IAC3C,iBAAiB,uBAAuB;CAC3C;AAED,oBAAY,0BAA0B;IAClC,OAAO,MAAM;IACb,WAAW,OAAO;IAClB,OAAO,MAAM;CAChB;AAED,oBAAY,iBAAiB;IACzB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,2BAA2B,gCAAgC;IAC3D,wBAAwB,6BAA6B;CACxD;AAED,eAAO,MAAM,0BAA0B,6DAA6D,CAAC;AAErG,eAAO,MAAM,mBAAmB,uCAAuC,CAAC;AAExE,eAAO,MAAM,kBAAkB,kDAAkD,CAAC;AAElF,eAAO,MAAM,iBAAiB,8EAA8E,CAAC"}
1
+ {"version":3,"file":"caseDetailsConstants.d.ts","sourceRoot":"","sources":["../../../src/constants/caseDetailsConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oCAAoC,yBAAyB,CAAC;AAE3E,eAAO,MAAM,mBAAmB;;;;;;;;;CAyB/B,CAAC;AAEF,oBAAY,cAAc;IACtB,MAAM,WAAW;IACjB,mBAAmB,wBAAwB;IAC3C,iBAAiB,uBAAuB;CAC3C;AAED,oBAAY,0BAA0B;IAClC,OAAO,MAAM;IACb,WAAW,OAAO;IAClB,OAAO,MAAM;CAChB;AAED,oBAAY,iBAAiB;IACzB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,2BAA2B,gCAAgC;IAC3D,wBAAwB,6BAA6B;CACxD;AAED,eAAO,MAAM,0BAA0B,6DAA6D,CAAC;AAErG,eAAO,MAAM,mBAAmB,uCAAuC,CAAC;AAExE,eAAO,MAAM,kBAAkB,kDAAkD,CAAC;AAElF,eAAO,MAAM,iBAAiB,8EAA8E,CAAC"}
@@ -1,15 +1,31 @@
1
+ import i18next from 'i18next';
1
2
  export const CASE_DETAILS_ACTIVE_TAB_SEARCH_PARAM = 'activeCaseDetailsTab';
2
- export var CaseDetailsTabsEnum;
3
- (function (CaseDetailsTabsEnum) {
4
- CaseDetailsTabsEnum["DISCUSSION"] = "Discussion";
5
- CaseDetailsTabsEnum["MANAGEMENT"] = "Management";
6
- CaseDetailsTabsEnum["ACTION_PLAN"] = "Action plan";
7
- CaseDetailsTabsEnum["PRIVATE_NOTES"] = "Private Notes";
8
- CaseDetailsTabsEnum["ESCALATION"] = "Escalations";
9
- CaseDetailsTabsEnum["RELATED_TASKS"] = "Related tasks";
10
- CaseDetailsTabsEnum["HISTORY"] = "History";
11
- CaseDetailsTabsEnum["GENERATE_AI_CASE_SUMMARY"] = "Generate AI case summary";
12
- })(CaseDetailsTabsEnum || (CaseDetailsTabsEnum = {}));
3
+ export const CaseDetailsTabsEnum = {
4
+ get DISCUSSION() {
5
+ return i18next.t('Discussion');
6
+ },
7
+ get MANAGEMENT() {
8
+ return i18next.t('Management');
9
+ },
10
+ get ACTION_PLAN() {
11
+ return i18next.t('Action plan');
12
+ },
13
+ get PRIVATE_NOTES() {
14
+ return i18next.t('Private Notes');
15
+ },
16
+ get ESCALATION() {
17
+ return i18next.t('Escalations');
18
+ },
19
+ get RELATED_TASKS() {
20
+ return i18next.t('Related tasks');
21
+ },
22
+ get HISTORY() {
23
+ return i18next.t('History');
24
+ },
25
+ get GENERATE_AI_CASE_SUMMARY() {
26
+ return i18next.t('Generate AI case summary');
27
+ },
28
+ };
13
29
  export var CaseStatusEnum;
14
30
  (function (CaseStatusEnum) {
15
31
  CaseStatusEnum["CLOSED"] = "Closed";
@@ -1 +1 @@
1
- {"version":3,"file":"useARHResponse.d.ts","sourceRoot":"","sources":["../../../src/hooks/useARHResponse.ts"],"names":[],"mappings":"AAuBA;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,wEAQ5B;IACC,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;CACf;;CAoGA,CAAC"}
1
+ {"version":3,"file":"useARHResponse.d.ts","sourceRoot":"","sources":["../../../src/hooks/useARHResponse.ts"],"names":[],"mappings":"AAwBA;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,wEAQ5B;IACC,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;CACf;;CAsGA,CAAC"}
@@ -11,6 +11,7 @@ import { askRHDirectAIResponse, getRHDirectConversationQuota, } from '@ifd-ui/as
11
11
  import { getValidUUID, isFunctionalCookieAccepted } from '@rh-support/utils';
12
12
  import i18n from 'i18next';
13
13
  import { useCallback, useContext } from 'react';
14
+ import { useTranslation } from 'react-i18next';
14
15
  import { generateAIQuestion } from '../components/wizardLayout/WizardMain';
15
16
  import { useAIResponseDispatch } from '../context/AIResponseContext';
16
17
  import { SessionRestoreDispatchContext, SessionRestoreStateContext } from '../context/SessionRestoreContext';
@@ -21,6 +22,7 @@ import { updateSession } from '../reducers/SessionRestoreReducer';
21
22
  * Custom hook to prompt from the Ask Red Hat
22
23
  */
23
24
  export const useARHResponse = ({ activeSection, product, version, summary, issue, caseType, config, }) => {
25
+ const { t } = useTranslation();
24
26
  const aiResponseDispatch = useAIResponseDispatch();
25
27
  const { sessionRestore } = useContext(SessionRestoreStateContext);
26
28
  const sessionRestoreDispatch = useContext(SessionRestoreDispatchContext);
@@ -80,9 +82,10 @@ export const useARHResponse = ({ activeSection, product, version, summary, issue
80
82
  existingConversationId, streamingCallbacks);
81
83
  }
82
84
  catch (error) {
83
- const errorMessage = error instanceof Error ? error.message : 'Failed to get AI response';
85
+ const errorMessage = error instanceof Error ? error.message : t('Failed to get AI response');
84
86
  aiResponseDispatch(streamingError(errorMessage));
85
87
  }
88
+ // eslint-disable-next-line react-hooks/exhaustive-deps
86
89
  }), [
87
90
  activeSection,
88
91
  product,
@@ -871,6 +871,12 @@ declare const _default: {
871
871
  'Response recorded as unhelpful': string;
872
872
  'Solved my issue': string;
873
873
  'We appreciate your input. <br />It helps us improve this experience.': string;
874
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
875
+ '<span>Return to</span> <button>case creation</button>': string;
876
+ 'Resolve your issues now with AI insights': string;
877
+ 'Generate AI case summary': string;
878
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
879
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
874
880
  };
875
881
  export default _default;
876
882
  //# sourceMappingURL=template-de.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4gCE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqhCE"}
@@ -874,4 +874,10 @@ export default {
874
874
  'Response recorded as unhelpful': 'Antwort als nicht hilfreich erfasst',
875
875
  'Solved my issue': 'Mein Problem wurde gelöst',
876
876
  'We appreciate your input. <br />It helps us improve this experience.': 'Wir freuen uns über Ihren Beitrag. <br />Er hilft uns, diese Erfahrung zu verbessern.',
877
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Diese Feature nutzt KI-Technologie. Interaktionen können zur Verbesserung der Produkte und Dienstleistungen von Red Hat genutzt werden. Weitere Informationen zu den Datenschutzpraktiken von Red Hat finden Sie in der <a>Datenschutzerklärung von Red Hat</a>.',
878
+ '<span>Return to</span> <button>case creation</button>': '<span>Zurück zu</span> <button>Fallerstellung</button>',
879
+ 'Resolve your issues now with AI insights': 'Lösen Sie Ihre Probleme jetzt mit AI insights',
880
+ 'Generate AI case summary': 'KI-Fallzusammenfassung generieren',
881
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'Mit dieser Feature werden Ihre Supportfallinformationen verwendet, um eine KI-generierte Zusammenfassung Ihrer Fälle zu erstellen. Die Informationen sind möglicherweise nicht aktuell oder fehlerfrei. Überprüfen Sie KI-generierte Inhalte immer vor der Verwendung. Wir empfehlen Ihnen, Feedback zur Verbesserung der Fallzusammenfassungsfunktion zu senden',
882
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'Geben Sie in Ihrem Feedback keine persönlichen oder sonstigen vertraulichen Informationen preis. Feedback kann zur Verbesserung der Produkte und Dienstleistungen von Red Hat verwendet werden. Weitere Informationen zu den Datenschutzpraktiken von Red Hat finden Sie in der <a><u>Datenschutzerklärung von Red Hat</u></a>.',
877
883
  };
@@ -870,6 +870,12 @@ declare const _default: {
870
870
  'Search for a user, action, or keyword': string;
871
871
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
872
872
  'Try modifying your search query or changing the date range and try again.': string;
873
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
874
+ '<span>Return to</span> <button>case creation</button>': string;
875
+ 'Resolve your issues now with AI insights': string;
876
+ 'Generate AI case summary': string;
877
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
878
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
873
879
  };
874
880
  export default _default;
875
881
  //# sourceMappingURL=template-es.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6gCE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAshCE"}
@@ -872,4 +872,10 @@ export default {
872
872
  'Search for a user, action, or keyword': 'Buscar un usuario, una acción o una palabra clave',
873
873
  'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>Vuelva a cargar la página</reloadLink> o inténtelo de nuevo más tarde',
874
874
  'Try modifying your search query or changing the date range and try again.': 'Intente modificar su búsqueda o cambiar el rango de fechas y vuelva a intentarlo.',
875
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Esta función utiliza tecnología de IA. Las interacciones pueden utilizarse con el fin de mejorar los productos o servicios de Red Hat. Para obtener más información sobre las prácticas de privacidad de Red Hat, consulte la <a>Declaración de Privacidad de Red Hat.</a>',
876
+ '<span>Return to</span> <button>case creation</button>': '<span>Volver a</span> <button>creación de casos</button>',
877
+ 'Resolve your issues now with AI insights': 'Resuelva sus problemas ahora con AI Insights',
878
+ 'Generate AI case summary': 'Generar resumen de caso con IA',
879
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'Cuando usa esta función, la información de sus casos de soporte se utilizará para crear un resumen de sus casos generado por IA. Es posible que la información no esté actualizada o contenga errores. Siempre revise el contenido generado por IA antes de usarlo. Le recomendamos enviar sus comentarios para mejorar la función de resumen de casos.',
880
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'No comparta información personal ni confidencial en sus comentarios. Los comentarios pueden utilizarse con el fin de mejorar los productos o servicios de Red Hat. Para obtener más información acerca de las prácticas de privacidad de Red Hat, consulte la <a><u>Declaración de privacidad de Red Hat.</u></a>',
875
881
  };
@@ -869,6 +869,12 @@ declare const _default: {
869
869
  'Search for a user, action, or keyword': string;
870
870
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
871
871
  'Try modifying your search query or changing the date range and try again.': string;
872
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
873
+ '<span>Return to</span> <button>case creation</button>': string;
874
+ 'Resolve your issues now with AI insights': string;
875
+ 'Generate AI case summary': string;
876
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
877
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
872
878
  };
873
879
  export default _default;
874
880
  //# sourceMappingURL=template-fr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqhCE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+hCE"}
@@ -874,4 +874,10 @@ export default {
874
874
  'Search for a user, action, or keyword': 'Rechercher un utilisateur, une action ou un mot-clé',
875
875
  'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Essayez de <reloadLink>recharger la page</reloadLink> ou réessayez ultérieurement.',
876
876
  'Try modifying your search query or changing the date range and try again.': 'Essayez de modifier votre requête de recherche ou de changer la plage de dates et réessayez.',
877
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": "Cette fonctionnalité utilise l'IA. Les interactions peuvent servir à améliorer les produits et services Red Hat. Pour plus d'informations sur les pratiques de confidentialité de Red Hat, veuillez consulter la <a>Déclaration de confidentialité de Red Hat</a>.",
878
+ '<span>Return to</span> <button>case creation</button>': '<span>Retour à</span> <button>création de dossier</button>',
879
+ 'Resolve your issues now with AI insights': "Résolvez vos problèmes maintenant grâce aux informations de l'IA",
880
+ 'Generate AI case summary': "Générer un résumé de cas d'IA",
881
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': "En utilisant cette fonctionnalité, les informations de votre demande d'assistance seront utilisées pour créer un résumé généré par l'IA. Ces informations peuvent ne pas être à jour ou exemptes d'erreurs. Veuillez toujours consulter le contenu généré par l'IA avant utilisation. Nous vous encourageons à nous faire part de vos commentaires pour améliorer la fonctionnalité de résumé des demandes.",
882
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": "Ne partagez aucune information personnelle ou sensible dans vos commentaires. Ceux-ci peuvent servir à améliorer les produits et services Red Hat. Pour plus d'informations sur les pratiques de confidentialité de Red Hat, veuillez consulter la <a><u>Déclaration de confidentialité de Red Hat</u></a>.",
877
883
  };
@@ -872,6 +872,12 @@ declare const _default: {
872
872
  'Search for a user, action, or keyword': string;
873
873
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
874
874
  'Try modifying your search query or changing the date range and try again.': string;
875
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
876
+ '<span>Return to</span> <button>case creation</button>': string;
877
+ 'Resolve your issues now with AI insights': string;
878
+ 'Generate AI case summary': string;
879
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
880
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
875
881
  };
876
882
  export default _default;
877
883
  //# sourceMappingURL=template-it.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAihCE"}
1
+ {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2hCE"}
@@ -874,4 +874,10 @@ export default {
874
874
  'Search for a user, action, or keyword': "Cerca un utente, un'azione o una parola chiave",
875
875
  'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Prova a <reloadLink>ricaricare la pagina</reloadLink> o controlla di nuovo più tardi',
876
876
  'Try modifying your search query or changing the date range and try again.': "Prova a modificare la query di ricerca o a cambiare l'intervallo di date e riprova.",
877
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": "Questa funzionalità usa la tecnologia IA. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi di Red Hat. Per ulteriori informazioni sulle nostre pratiche in materia di privacy, consulta l'<a>Informativa sulla privacy di Red Hat</a>.",
878
+ '<span>Return to</span> <button>case creation</button>': '<span>Torna alla</span> <button>creazione del caso</button>',
879
+ 'Resolve your issues now with AI insights': "Risolvi subito i tuoi problemi con le informazioni dell'IA",
880
+ 'Generate AI case summary': "Genera un riepilogo del caso con l'IA",
881
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': "Utilizzando questa funzionalità, le informazioni relative al tuo caso di supporto verranno utilizzate per creare un riepilogo dei tuoi casi generato dall'IA. Le informazioni potrebbero non essere aggiornate o potrebbero contenere errori. Controlla sempre i contenuti generati dall'IA prima di utilizzarli. Ti invitiamo a inviare feedback per migliorare la funzionalità di riepilogo dei casi",
882
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": "Non condividere informazioni personali o sensibili nel tuo feedback, che potrebbe essere utilizzato per migliorare i prodotti o i servizi di Red Hat. Per ulteriori informazioni sulle nostre pratiche in materia di privacy, consulta l'<a><u>Informativa sulla privacy di Red Hat</u></a>.",
877
883
  };
@@ -875,6 +875,12 @@ declare const _default: {
875
875
  'Search for a user, action, or keyword': string;
876
876
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
877
877
  'Try modifying your search query or changing the date range and try again.': string;
878
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
879
+ '<span>Return to</span> <button>case creation</button>': string;
880
+ 'Resolve your issues now with AI insights': string;
881
+ 'Generate AI case summary': string;
882
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
883
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
878
884
  };
879
885
  export default _default;
880
886
  //# sourceMappingURL=template-jp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmgCE"}
1
+ {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4gCE"}
@@ -880,4 +880,10 @@ export default {
880
880
  'Search for a user, action, or keyword': 'ユーザー、アクション、キーワードの検索',
881
881
  'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>ページを再読み込み</reloadLink> するか、後でもう一度確認してください',
882
882
  'Try modifying your search query or changing the date range and try again.': '検索クエリーを変更するか、日付範囲を変更してもう一度お試しください。',
883
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'この機能は AI 技術を使用しています。操作の内容が Red Hat の製品またはサービスの改善に使用される場合があります。Red Hat のプライバシー保護方針の詳細は、<a>Red Hat のプライバシーステートメント </a> を参照してください。',
884
+ '<span>Return to</span> <button>case creation</button>': '<button>ケース作成</button> <span>に戻る</span>',
885
+ 'Resolve your issues now with AI insights': 'AI インサイトで今すぐ問題を解決',
886
+ 'Generate AI case summary': 'AI ケースサマリーを生成する',
887
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'この機能を使用すると、お客様のサポートケースの情報が、AI によるケースサマリーの作成に使用されます。情報が最新でない場合や、誤りが含まれる場合があります。ご使用前に必ず AI 生成コンテンツをご確認ください。当社では、ケースサマリー機能の改善のために、フィードバックを募集しています。',
888
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'フィードバックで個人情報やその他の機密情報を共有しないようご注意ください。フィードバックは Red Hat の製品やサービスの改善に使用される場合があります。Red Hat のプライバシー保護に関する詳細は、<a><u>Red Hat プライバシーステートメント</u></a> を参照してください。',
883
889
  };
@@ -873,6 +873,12 @@ declare const _default: {
873
873
  'Search for a user, action, or keyword': string;
874
874
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
875
875
  'Try modifying your search query or changing the date range and try again.': string;
876
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
877
+ '<span>Return to</span> <button>case creation</button>': string;
878
+ 'Resolve your issues now with AI insights': string;
879
+ 'Generate AI case summary': string;
880
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
881
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
876
882
  };
877
883
  export default _default;
878
884
  //# sourceMappingURL=template-ko.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA++BE"}
1
+ {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAw/BE"}
@@ -878,4 +878,10 @@ export default {
878
878
  'Search for a user, action, or keyword': '사용자, 작업 또는 키워드 검색',
879
879
  'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>페이지를 새로고침</reloadLink>하거나 나중에 다시 확인해 보세요.',
880
880
  'Try modifying your search query or changing the date range and try again.': '검색 쿼리를 수정하거나 날짜 범위를 변경한 후 다시 시도하십시오.',
881
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": '이 기능은 AI 기술을 사용합니다. 상호 작용 내용은 Red Hat 제품 또는 서비스 개선에 활용될 수 있습니다. Red Hat의 개인정보 보호 관행에 대한 자세한 내용은 <a>Red Hat 개인정보 보호정책</a>을 참조하세요.',
882
+ '<span>Return to</span> <button>case creation</button>': '<button>사례 생성</button>으로 <span>돌아가기</span>',
883
+ 'Resolve your issues now with AI insights': 'AI 인사이트로 지금 문제를 해결하세요',
884
+ 'Generate AI case summary': 'AI 사례 요약 생성',
885
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': '이 기능을 사용하면 지원 사례 정보가 AI가 생성한 사례 요약을 만드는 데 사용됩니다. 생성된 정보가 최신 상태가 아니거나 오류가 있을 수 있습니다. 사용 전에 AI가 생성한 콘텐츠를 반드시 검토하시기 바랍니다. 사례 요약 기능 개선을 위해 피드백을 보내주시기 바랍니다.',
886
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": '피드백에 개인 정보나 기타 민감한 정보를 포함하지 마십시오. 피드백은 Red Hat 제품 또는 서비스 개선에 활용될 수 있습니다. Red Hat의 개인정보 보호 관행에 대한 자세한 내용은 <a><u>Red Hat 개인정보 보호정책</u></a>을 참조하십시오.',
881
887
  };
@@ -870,6 +870,12 @@ declare const _default: {
870
870
  'Search for a user, action, or keyword': string;
871
871
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
872
872
  'Try modifying your search query or changing the date range and try again.': string;
873
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
874
+ '<span>Return to</span> <button>case creation</button>': string;
875
+ 'Resolve your issues now with AI insights': string;
876
+ 'Generate AI case summary': string;
877
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
878
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
873
879
  };
874
880
  export default _default;
875
881
  //# sourceMappingURL=template-pt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAghCE"}
1
+ {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA0hCE"}
@@ -873,4 +873,10 @@ export default {
873
873
  'Search for a user, action, or keyword': 'Pesquise por usuário, ação ou palavra-chave',
874
874
  'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Tente <reloadLink>recarregar a página</reloadLink> ou volte mais tarde',
875
875
  'Try modifying your search query or changing the date range and try again.': 'Mude sua consulta de pesquisa ou altere o intervalo de datas e tente novamente.',
876
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Este recurso utiliza tecnologia de IA. As interações podem ser usadas para aprimorar os produtos ou serviços da Red Hat. Para obter mais informações sobre as práticas de privacidade da Red Hat, consulte a <a>Declaração de Privacidade da Red Hat</a>.',
877
+ '<span>Return to</span> <button>case creation</button>': '<span>Voltar para</span> <button>criação de caso</button>',
878
+ 'Resolve your issues now with AI insights': 'Resolva seus problemas agora com os insights de IA',
879
+ 'Generate AI case summary': 'Gerar resumo de caso de IA',
880
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'Ao utilizar este recurso, as informações do seu caso de suporte serão usadas para criar um resumo dos seus casos gerado por IA. As informações podem não estar atualizadas ou livres de erros. Sempre revise o conteúdo gerado por IA antes de usar. Recomendamos que você envie feedback para aprimorar o recurso de resumo de casos',
881
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'Não compartilhe informações pessoais ou confidenciais em seu feedback. O feedback pode ser usado para aprimorar os produtos ou serviços da Red Hat. Para obter mais informações sobre as práticas de privacidade da Red Hat, consulte a <a><u>Declaração de Privacidade da Red Hat</u></a>.',
876
882
  };
@@ -786,6 +786,12 @@ declare const _default: {
786
786
  'Search for a user, action, or keyword': string;
787
787
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
788
788
  'Try modifying your search query or changing the date range and try again.': string;
789
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
790
+ '<span>Return to</span> <button>case creation</button>': string;
791
+ 'Resolve your issues now with AI insights': string;
792
+ 'Generate AI case summary': string;
793
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
794
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
789
795
  };
790
796
  export default _default;
791
797
  //# sourceMappingURL=template-ru.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAu5BE"}
1
+ {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAi6BE"}
@@ -786,4 +786,10 @@ export default {
786
786
  'Search for a user, action, or keyword': 'Поиск пользователя, действия или ключевого слова',
787
787
  'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Попробуйте <reloadLink>обновить страницу</reloadLink> или зайдите позже',
788
788
  'Try modifying your search query or changing the date range and try again.': 'Попробуйте изменить поисковый запрос или диапазон дат и повторите попытку.',
789
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Эта функция задействует технологию искусственного интеллекта (ИИ). Взаимодействие с ней может использоваться для улучшения продуктов и услуг компании Red Hat. Подробнее о политике конфиденциальности Red Hat см. в <a>Заявлении о конфиденциальности Red Hat</a>.',
790
+ '<span>Return to</span> <button>case creation</button>': '<span>Вернуться к</span> <button>созданию обращения</button>',
791
+ 'Resolve your issues now with AI insights': 'Решите свои проблемы прямо сейчас с помощью аналитических данных ИИ',
792
+ 'Generate AI case summary': 'Создать сводку по обращениям с помощью ИИ',
793
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'При использовании этой функции информация о вашем обращении в службу поддержки будет использована для создания сводки по вашим обращениям с помощью искусственного интеллекта (ИИ). Информация может быть устаревшей или содержать ошибки. Всегда проверяйте информацию, сгенерированную ИИ, перед использованием. Просим вас оставить отзыв для улучшения функции сводки по обращениям.',
794
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'Не сообщайте в отзывах личную или другую конфиденциальную информацию. Отзывы могут использоваться для улучшения продуктов и услуг компании Red Hat. Подробнее о политике конфиденциальности Red Hat см. в <a><u>Заявлении о конфиденциальности Red Hat</u></a>.',
789
795
  };
@@ -878,6 +878,12 @@ declare const _default: {
878
878
  'Search for a user, action, or keyword': string;
879
879
  'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
880
880
  'Try modifying your search query or changing the date range and try again.': string;
881
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
882
+ '<span>Return to</span> <button>case creation</button>': string;
883
+ 'Resolve your issues now with AI insights': string;
884
+ 'Generate AI case summary': string;
885
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
886
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
881
887
  };
882
888
  export default _default;
883
889
  //# sourceMappingURL=template-zh.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAs9BE"}
1
+ {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+9BE"}
@@ -889,4 +889,10 @@ export default {
889
889
  'Search for a user, action, or keyword': '搜索用户、操作或关键字',
890
890
  'Try <reloadLink>reloading the page</reloadLink> or check back later': '尝试<reloadLink>重新加载页面</reloadLink>或稍后再查看',
891
891
  'Try modifying your search query or changing the date range and try again.': '尝试修改搜索查询或更改日期范围,然后重试。',
892
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": '此功能使用人工智能技术。您的反馈可以帮助改进红帽的产品或服务。如需了解更多关于红帽隐私保护措施的信息,请参阅<a>红帽隐私声明</a>',
893
+ '<span>Return to</span> <button>case creation</button>': '<span>返回</span> <button>问题单创建</button>',
894
+ 'Resolve your issues now with AI insights': '利用 AI insights 解决您的问题',
895
+ 'Generate AI case summary': '生成 AI 问题单摘要',
896
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': '使用此功能,您的支持问题单信息将被用于创建由 AI 生成的问题单摘要。生成的信息可能不是最新的或可能有错误。请务必在使用前检查 AI 生成的内容。我们鼓励您的反馈,以改进问题单摘要功能',
897
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": '请勿在反馈中包括任何个人信息或其他敏感信息。反馈可能会被用于改进红帽的产品或服务。如需了解更多关于红帽隐私保护措施的信息,请参阅<a><u>红帽隐私声明</u></a>',
892
898
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.268",
3
+ "version": "2.6.269",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@cee-eng/hydrajs": "4.18.111",
47
47
  "@cee-eng/ui-toolkit": "1.1.9",
48
- "@ifd-ui/ask-redhat-core": "^0.0.56",
48
+ "@ifd-ui/ask-redhat-core": "^0.0.61",
49
49
  "@patternfly/patternfly": "6.2.1",
50
50
  "@patternfly/react-core": "6.2.1",
51
51
  "@patternfly/react-table": "6.2.1",
@@ -53,8 +53,8 @@
53
53
  "@progress/kendo-licensing": "1.3.5",
54
54
  "@progress/kendo-react-pdf": "^5.16.0",
55
55
  "@redux-devtools/extension": "^3.3.0",
56
- "@rh-support/components": "2.5.164",
57
- "@rh-support/react-context": "2.5.254",
56
+ "@rh-support/components": "2.5.165",
57
+ "@rh-support/react-context": "2.5.255",
58
58
  "@rh-support/types": "2.0.26",
59
59
  "@rh-support/user-permissions": "2.5.111",
60
60
  "@rh-support/utils": "2.5.92",
@@ -127,5 +127,5 @@
127
127
  "defaults and supports es6-module",
128
128
  "maintained node versions"
129
129
  ],
130
- "gitHead": "034e69ade7e0381f4a5c7089fb7af4e35e3edeae"
130
+ "gitHead": "cc12fc4b7c5430b59628fc97568ca31af1e3c6bc"
131
131
  }