@rh-support/troubleshoot 0.2.38 → 0.2.42

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 (49) hide show
  1. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +1 -1
  2. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
  3. package/lib/esm/components/CaseEditView/CaseDetailsAside.js +3 -2
  4. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts +1 -0
  5. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
  6. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +3 -3
  7. package/lib/esm/components/CaseInformation/CaseInformation.js +2 -2
  8. package/lib/esm/components/CaseInformation/SupportLevel.js +1 -1
  9. package/lib/esm/components/ConfirmationModals/ConfirmedStateSideSupportModal.js +1 -1
  10. package/lib/esm/components/ConfirmationModals/ROCMModal.js +1 -1
  11. package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts +8 -0
  12. package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts.map +1 -0
  13. package/lib/esm/components/Recommendations/ClusterRecommendationToast.js +10 -0
  14. package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
  15. package/lib/esm/components/Recommendations/ClusterRecommendations.js +20 -9
  16. package/lib/esm/components/Recommendations/Recommendations.d.ts.map +1 -1
  17. package/lib/esm/components/Recommendations/Recommendations.js +6 -2
  18. package/lib/esm/components/wizardLayout/WizardAside.js +1 -1
  19. package/lib/esm/i18n/template-de.d.ts +10 -17
  20. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  21. package/lib/esm/i18n/template-de.js +10 -21
  22. package/lib/esm/i18n/template-es.d.ts +10 -16
  23. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  24. package/lib/esm/i18n/template-es.js +10 -20
  25. package/lib/esm/i18n/template-fr.d.ts +8 -14
  26. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  27. package/lib/esm/i18n/template-fr.js +8 -18
  28. package/lib/esm/i18n/template-it.d.ts +10 -16
  29. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  30. package/lib/esm/i18n/template-it.js +10 -20
  31. package/lib/esm/i18n/template-jp.d.ts +10 -18
  32. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  33. package/lib/esm/i18n/template-jp.js +10 -23
  34. package/lib/esm/i18n/template-ko.d.ts +10 -16
  35. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  36. package/lib/esm/i18n/template-ko.js +10 -20
  37. package/lib/esm/i18n/template-pt.d.ts +10 -16
  38. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  39. package/lib/esm/i18n/template-pt.js +10 -20
  40. package/lib/esm/i18n/template-ru.d.ts +10 -16
  41. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  42. package/lib/esm/i18n/template-ru.js +10 -20
  43. package/lib/esm/i18n/template-zh.d.ts +10 -15
  44. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  45. package/lib/esm/i18n/template-zh.js +10 -19
  46. package/lib/esm/reducers/RecommendationsReducer.d.ts +1 -1
  47. package/lib/esm/reducers/RecommendationsReducer.d.ts.map +1 -1
  48. package/lib/esm/reducers/RecommendationsReducer.js +3 -2
  49. package/package.json +5 -5
@@ -91,7 +91,7 @@ export function RequestEscalationModal(props) {
91
91
  ];
92
92
  return (React.createElement(Modal, { title: t('Request an escalation'), isOpen: props.show, onClose: onCancel, actions: modalActions },
93
93
  React.createElement("p", null,
94
- React.createElement(Trans, null,
94
+ React.createElement(Trans, { i18nKey: "i18RequestEscalationLearnMore" },
95
95
  "If you feel the issue has become more severe or the case should be a higher priority, please provide a detailed comment, and the case will be reviewed by a support manager.",
96
96
  ' ',
97
97
  React.createElement("a", { href: "https://access.redhat.com/site/support/policy/mgt_escalation", target: "_blank", rel: "noopener noreferrer" }, "Learn more."))),
@@ -1 +1 @@
1
- {"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAwBA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,eAkL7C"}
1
+ {"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAwBA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,eAsL7C"}
@@ -43,7 +43,8 @@ export function CaseDetailsAside(props) {
43
43
  const isXLScreen = breakPoint.xl;
44
44
  const toggleCustomerViewRef = useRef(null);
45
45
  const isFirstMountRef = useRef(true);
46
- const { globalMetadataState: { navBarRef, viewAsCustomer }, } = useGlobalStateContext();
46
+ const { globalMetadataState: { navBarRef, viewAsCustomer, loggedInUsersAccount }, } = useGlobalStateContext();
47
+ const isSecureSupportAccount = loggedInUsersAccount.data.secureSupport;
47
48
  const onToggleAside = (ev) => {
48
49
  var _a;
49
50
  toggleAside(!((_a = caseDetailsAsidePanelRef.current) === null || _a === void 0 ? void 0 : _a.expanded));
@@ -99,7 +100,7 @@ export function CaseDetailsAside(props) {
99
100
  React.createElement("span", { className: "customer-view-switch-label" }, viewAsCustomer ? t('Customer view') : t('Internal view')),
100
101
  React.createElement(Switch, { title: viewAsCustomer ? t('Customer view') : t('Internal view'), "data-tracking-id": viewAsCustomer ? 'disable-view-as-customer' : 'enable-view-as-customer', "aria-label": viewAsCustomer ? 'disable view as customer' : 'enable view as customer', id: "customer-view-switch", className: "pf-u-ml-auto", isChecked: viewAsCustomer, onChange: () => toggleViewAsCustomerFlag(globalMetadataDispatchContext) }))),
101
102
  React.createElement(ErrorBoundary, { errorMsgInfo: { message: t('There was an error loading top solutions') } },
102
- React.createElement(CaseSolutions, { caseNumber: caseNumber, ref: topSolutionsRef })),
103
+ React.createElement(CaseSolutions, { caseNumber: caseNumber, ref: topSolutionsRef, isSecureSupportAccount: isSecureSupportAccount })),
103
104
  !caseEscalations.isFetching && canViewACESection && (React.createElement(ErrorBoundary, null,
104
105
  React.createElement(ActiveCustomerEscalation, { caseNumber: caseNumber, caseSeverity: severity, caseStatus: status, ref: createEscalationRef })))))));
105
106
  }
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  interface IProps {
3
3
  caseNumber: string;
4
+ isSecureSupportAccount: boolean;
4
5
  }
5
6
  export declare const CaseSolutions: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLDivElement>>;
6
7
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"CaseSolutions.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/CaseSolutions/CaseSolutions.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAsD,MAAM,OAAO,CAAC;AA8D3E,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAUD,eAAO,MAAM,aAAa,+EA6XxB,CAAC"}
1
+ {"version":3,"file":"CaseSolutions.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/CaseSolutions/CaseSolutions.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAsD,MAAM,OAAO,CAAC;AA8D3E,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAUD,eAAO,MAAM,aAAa,+EAmYxB,CAAC"}
@@ -90,7 +90,7 @@ export const CaseSolutions = forwardRef((props, ref) => {
90
90
  const caseDispatch = useCaseDispatch();
91
91
  const { recommendationState: { isLoadingRecommendations, allDocs }, } = useRecommendationStateContext();
92
92
  const recommendationsDispatch = useRecommendationDispatchContext();
93
- const { caseNumber } = props;
93
+ const { caseNumber, isSecureSupportAccount } = props;
94
94
  const [isPinLoading, setIsPinLoading] = useState({});
95
95
  const [expanded, setExpanded] = useState('sol-handpicked');
96
96
  const [recommendations, setRecommendations] = useState([]);
@@ -169,11 +169,11 @@ export const CaseSolutions = forwardRef((props, ref) => {
169
169
  function fetchRecs() {
170
170
  if (product && version && summary && description) {
171
171
  const payload = { product, version, summary, description };
172
- fetchRecommendations(recommendationsDispatch, payload, 50, 5, 300);
172
+ fetchRecommendations(recommendationsDispatch, payload, 50, 5, 300, false, caseNumber, isSecureSupportAccount);
173
173
  }
174
174
  }
175
175
  fetchRecs();
176
- }, [product, version, summary, description, recommendationsDispatch]);
176
+ }, [product, version, summary, description, recommendationsDispatch, caseNumber, isSecureSupportAccount]);
177
177
  // populate solutions when result is ready
178
178
  useEffect(() => {
179
179
  const mapRecommendation = (doc) => {
@@ -73,13 +73,13 @@ export default function CaseInformation(props) {
73
73
  React.createElement(LoadingIndicator, { show: isMetadataLoading(), size: "lg" }),
74
74
  React.createElement(AlertMessage, { variant: AlertType.DANGER, className: "push-top", title: t("Sorry, we're having a problem gathering your information."), show: isMetadataLoadingError() }),
75
75
  React.createElement(AlertMessage, { show: !canManageCase(loggedInUserJwtToken), variant: AlertType.DANGER, className: "push-top" },
76
- React.createElement(Trans, null,
76
+ React.createElement(Trans, { i18nKey: "i18ManageCaseContactCustomerService" },
77
77
  "You need additional access to manage cases.\u00A0 Please contact",
78
78
  ' ',
79
79
  React.createElement("a", { href: "/support/contact/customerService" }, "Customer Service"),
80
80
  " for assistance.")),
81
81
  React.createElement(AlertMessage, { show: hasInvalidEntitlements, variant: AlertType.DANGER, className: "push-top", isInline: true },
82
- React.createElement(Trans, null,
82
+ React.createElement(Trans, { i18nKey: "i18ValidEntitlementContactCustomerService" },
83
83
  "You need a valid entitlement to create a case.\u00A0 Please contact",
84
84
  ' ',
85
85
  React.createElement("a", { href: "/support/contact/customerService" }, "Customer Service"),
@@ -72,7 +72,7 @@ function SupportLevel(props) {
72
72
  React.createElement(Trans, null, "Support level"),
73
73
  ' ',
74
74
  !isEmpty(ownersEntitlements.data) && (React.createElement("span", { className: "form-required", "aria-hidden": true }, "*"))),
75
- React.createElement(Popover, { "aria-label": "Support Level info", position: PopoverPosition.top, bodyContent: React.createElement(Trans, null,
75
+ React.createElement(Popover, { "aria-label": "Support Level info", position: PopoverPosition.top, bodyContent: React.createElement(Trans, { i18nKey: "i18ProductionSupportServiceLevelAgreement" },
76
76
  React.createElement("p", null,
77
77
  "Learn more about our",
78
78
  ' ',
@@ -7,7 +7,7 @@ export const ConfirmedStateSideSupportModal = (props) => {
7
7
  React.createElement("p", null,
8
8
  React.createElement(Trans, null, "Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number."),
9
9
  "\u00A0",
10
- React.createElement(Trans, null,
10
+ React.createElement(Trans, { i18nKey: "i18CSSZenDesk" },
11
11
  "For opening a CSS support case, please visit",
12
12
  ' ',
13
13
  React.createElement("a", { href: "https://css-redhat.zendesk.com", target: "_blank", rel: "noopener noreferrer" }, "css-redhat.zendesk.com"),
@@ -2,7 +2,7 @@ import { ConfirmationDialog } from '@rh-support/components';
2
2
  import React from 'react';
3
3
  import { Trans } from 'react-i18next';
4
4
  export default function ROCMModal(props) {
5
- const rOCMProductText = (React.createElement(Trans, null,
5
+ const rOCMProductText = (React.createElement(Trans, { i18nKey: "i18OrOCMProductText" },
6
6
  "We noticed you chose 'Red Hat OpenShift Cluster Manager' as your selected Product. Is your issue related to our SaaS offering at",
7
7
  ' ',
8
8
  React.createElement("a", { rel: "noopener noreferrer", href: "https://cloud.redhat.com/openshift/", target: "_blank" },
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ interface IProps {
3
+ onViewRecommendations: () => void;
4
+ onToastClose: () => void;
5
+ }
6
+ declare const ClusterRecommendationToast: FC<IProps>;
7
+ export default ClusterRecommendationToast;
8
+ //# sourceMappingURL=ClusterRecommendationToast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClusterRecommendationToast.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/ClusterRecommendationToast.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlC,UAAU,MAAM;IACZ,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAAC,MAAM,CAkB1C,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { Alert, AlertActionCloseButton, AlertGroup, Button } from '@patternfly/react-core';
2
+ import React from 'react';
3
+ import { Trans, useTranslation } from 'react-i18next';
4
+ const ClusterRecommendationToast = ({ onViewRecommendations, onToastClose }) => {
5
+ const { t } = useTranslation();
6
+ return (React.createElement(AlertGroup, { isToast: true },
7
+ React.createElement(Alert, { isLiveRegion: true, variant: "success", title: t('Cluster recommendation has been triggered'), "data-tracking-id": "toast-view-cluster-sol", actionLinks: React.createElement(Button, { isInline: true, variant: "link", onClick: onViewRecommendations },
8
+ React.createElement(Trans, null, "View recommendations")), actionClose: React.createElement(AlertActionCloseButton, { variantLabel: "success alert", onClose: onToastClose }) })));
9
+ };
10
+ export default ClusterRecommendationToast;
@@ -1 +1 @@
1
- {"version":3,"file":"ClusterRecommendations.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/ClusterRecommendations.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,qBAAqB,gBAkC5C"}
1
+ {"version":3,"file":"ClusterRecommendations.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/ClusterRecommendations.tsx"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,UAAU,qBAAqB,gBAkD5C"}
@@ -1,24 +1,35 @@
1
1
  import { Button } from '@patternfly/react-core';
2
- import React, { useContext, useState } from 'react';
2
+ import React, { useContext, useEffect, useState } from 'react';
3
3
  import { Trans } from 'react-i18next';
4
4
  import { ClusterRecommendationsContext } from '../../context/ClusterRecommendationsContext';
5
5
  import { ClusterRecommendationItems } from './ClusterRecommendationItems';
6
6
  import { ClusterRecommendationsModal } from './ClusterRecommendationsModal';
7
+ import ClusterRecommendationToast from './ClusterRecommendationToast';
7
8
  export default function ClusteRecommendations() {
8
9
  const { clusterRecommendations } = useContext(ClusterRecommendationsContext);
9
10
  const [showModal, setShowModal] = useState(false);
11
+ const [isToastVisible, setToastVisibility] = useState(false);
12
+ const onViewRecommendations = () => {
13
+ setToastVisibility(false);
14
+ setShowModal(true);
15
+ };
16
+ useEffect(() => {
17
+ setToastVisibility(true);
18
+ }, [clusterRecommendations.data]);
10
19
  const NUMBER_OF_RULES_TO_DISPLAY = 3;
11
20
  const onModalClose = () => {
12
21
  setShowModal(false);
13
22
  };
14
23
  if (clusterRecommendations.data.length === 0 || clusterRecommendations.isError || clusterRecommendations.isFetching)
15
24
  return React.createElement(React.Fragment, null);
16
- return (React.createElement("div", { className: "card card-white card-support top-recommendations" },
17
- React.createElement("h3", { className: "card-heading" },
18
- React.createElement(Trans, null, "Cluster recommendations")),
19
- React.createElement("div", null,
20
- React.createElement(ClusterRecommendationItems, { clusterRecommendations: clusterRecommendations.data.slice(0, NUMBER_OF_RULES_TO_DISPLAY) }),
21
- clusterRecommendations.data.length > NUMBER_OF_RULES_TO_DISPLAY && (React.createElement(Button, { className: "pf-u-p-md", variant: "link", isBlock: true, onClick: () => setShowModal(true) },
22
- React.createElement(Trans, null, "View more recommendations"))),
23
- React.createElement(ClusterRecommendationsModal, { clusterRecommendations: clusterRecommendations.data, isOpen: showModal, onModalClose: onModalClose }))));
25
+ return (React.createElement(React.Fragment, null,
26
+ isToastVisible && (React.createElement(ClusterRecommendationToast, { onViewRecommendations: onViewRecommendations, onToastClose: () => setToastVisibility(false) })),
27
+ React.createElement("div", { className: "card card-white card-support top-recommendations" },
28
+ React.createElement("h3", { className: "card-heading" },
29
+ React.createElement(Trans, null, "Cluster recommendations")),
30
+ React.createElement("div", null,
31
+ React.createElement(ClusterRecommendationItems, { clusterRecommendations: clusterRecommendations.data.slice(0, NUMBER_OF_RULES_TO_DISPLAY) }),
32
+ clusterRecommendations.data.length > NUMBER_OF_RULES_TO_DISPLAY && (React.createElement(Button, { className: "pf-u-p-md", variant: "link", isBlock: true, onClick: () => setShowModal(true) },
33
+ React.createElement(Trans, null, "View more recommendations"))),
34
+ React.createElement(ClusterRecommendationsModal, { clusterRecommendations: clusterRecommendations.data, isOpen: showModal, onModalClose: onModalClose })))));
24
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Recommendations.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/Recommendations.tsx"],"names":[],"mappings":"AAwCA,MAAM,CAAC,OAAO,UAAU,eAAe,gBAoNtC"}
1
+ {"version":3,"file":"Recommendations.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/Recommendations.tsx"],"names":[],"mappings":"AA0CA,MAAM,CAAC,OAAO,UAAU,eAAe,gBAyNtC"}
@@ -9,6 +9,7 @@ import isEqual from 'lodash/isEqual';
9
9
  import map from 'lodash/map';
10
10
  import React, { useContext, useEffect, useRef, useState } from 'react';
11
11
  import { Trans } from 'react-i18next';
12
+ import { useParams } from 'react-router-dom';
12
13
  import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
13
14
  import { RecommendationDispatchContext, RecommendationStateContext } from '../../context/RecommendationContext';
14
15
  import { RouteContext } from '../../context/RouteContext';
@@ -32,7 +33,10 @@ export default function Recommendations() {
32
33
  caseResourceLinks: state.caseDetails.caseResourceLinks,
33
34
  }), isEqual);
34
35
  const caseDispatch = useCaseDispatch();
35
- const { globalMetadataState: { navBarRef }, } = useGlobalStateContext();
36
+ // Use Case Number
37
+ const { caseNumber } = useParams();
38
+ const { globalMetadataState: { navBarRef, loggedInUsersAccount }, } = useGlobalStateContext();
39
+ const isSecureSupportAccount = loggedInUsersAccount.data.secureSupport;
36
40
  const { routeState: { activeSection }, } = useContext(RouteContext);
37
41
  const { sessionRestore: { activeSessionId, sessionResourceTracking }, } = useContext(SessionRestoreStateContext);
38
42
  const sessionRestoreDispatch = useContext(SessionRestoreDispatchContext);
@@ -77,7 +81,7 @@ export default function Recommendations() {
77
81
  // recreate a new AbortController for each call
78
82
  let controller = new AbortController();
79
83
  abortControllerRef.current = controller;
80
- fetchRecommendations(recommendationDispatch, payload, MAXROW, recPageSize, 0, true, queryFilters, controller.signal);
84
+ fetchRecommendations(recommendationDispatch, payload, MAXROW, recPageSize, 0, true, caseNumber, isSecureSupportAccount, queryFilters, controller.signal);
81
85
  }, [
82
86
  activeSection,
83
87
  environment,
@@ -36,8 +36,8 @@ function WizardAside(props) {
36
36
  return (React.createElement("aside", { className: "grid-aside" },
37
37
  React.createElement("section", { className: "grid-aside-content" },
38
38
  canshowEARuleWidget && React.createElement(EARuleWidget, null),
39
- canShowClusterIdWidgets && React.createElement(ClusterRecommendations, null),
40
39
  React.createElement(InsightsResults, null),
40
+ canShowClusterIdWidgets && React.createElement(ClusterRecommendations, null),
41
41
  canUseSessionManagement && React.createElement(SessionRestore, { routeProps: props.routeProps }),
42
42
  React.createElement(AsideResults, null),
43
43
  canShowFileUploadWidget() && React.createElement(FileDiag, null))));
@@ -53,8 +53,7 @@ declare const _default: {
53
53
  'Please choose a language for your case communication with our support engineers.': string;
54
54
  'You need to be an organization admin to include others from your account.': string;
55
55
  'Case Submitted': string;
56
- 'Thank you for contacting Red Hat support!<br/><2>You should receive a response within <1>{{irt}}</1>. \u00A0<3>SLA information</3></2>': string;
57
- '<0>Case #{{caseNumber}}</0> successfully created.': string;
56
+ 'SLA information': string;
58
57
  'View your case': string;
59
58
  'Troubleshoot a new issue': string;
60
59
  Review: string;
@@ -70,7 +69,7 @@ declare const _default: {
70
69
  'There was an error loading suggestions.': string;
71
70
  'There was an error loading solutions.': string;
72
71
  "Sorry, we're having a problem gathering your information.": string;
73
- 'You need additional access to manage cases. Please contact <1>Customer Service</1> for assistance.': string;
72
+ i18ManageCaseContactCustomerService: string;
74
73
  '24x7 Contact': string;
75
74
  '24x7 Support': string;
76
75
  Delete: string;
@@ -153,7 +152,7 @@ declare const _default: {
153
152
  'Filters applied to this query': string;
154
153
  'Manage bookmarked accounts': string;
155
154
  'Manage groups': string;
156
- 'Have an account or billing issue? <1>Contact customer service</1> for help.': string;
155
+ i18contactCustomerService: string;
157
156
  'Select the best category for your issue.': string;
158
157
  'Why are you opening a case?': string;
159
158
  Continue: string;
@@ -179,7 +178,7 @@ declare const _default: {
179
178
  'Select a language for communicating with our support engineers': string;
180
179
  'Select a group': string;
181
180
  'Select a group to view accounts': string;
182
- '<0>Learn more about our <1>production support service level agreement</1></0>': string;
181
+ i18ProductionSupportServiceLevelAgreement: string;
183
182
  'Session restored successfully': string;
184
183
  'Error restoring your session': string;
185
184
  'Continue session?': string;
@@ -214,12 +213,10 @@ declare const _default: {
214
213
  'View this case': string;
215
214
  'Continue troubleshooting': string;
216
215
  'Case submitted': string;
217
- '<0>Case {{caseNumber}}</0> has been submitted.': string;
218
216
  'Failed to create your case': string;
219
217
  "We'll be in contact with you shortly. Look for updates on this case.": string;
220
218
  'We have your available hours listed as:': string;
221
219
  'Update preferences': string;
222
- 'You should receive a response within <strong>{{ irt }}</strong>.\n &nbsp;<0>SLA information</0>': string;
223
220
  'Provide feedback': string;
224
221
  'Preview case': string;
225
222
  'Before submitting, review the information you entered.': string;
@@ -375,9 +372,9 @@ declare const _default: {
375
372
  'Between {{agentName: props.chat.agent_name}} and {{visitorName: props.chat.visitor_name}}': string;
376
373
  'Chat transcript': string;
377
374
  'Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number.': string;
378
- 'For opening a CSS support case, please visit <1>css-redhat.zendesk.com</1> or you may dial 888-472-0031 for phone support.': string;
375
+ i18CSSZenDesk: string;
379
376
  'Thank You,': string;
380
- 'You need a valid entitlement to create a case. Please contact <0>Customer Service</0> for assistance.': string;
377
+ i18ValidEntitlementContactCustomerService: string;
381
378
  'No active subscriptions': string;
382
379
  'No suggestions found.': string;
383
380
  'Not available': string;
@@ -388,7 +385,7 @@ declare const _default: {
388
385
  'You can also select a top product:': string;
389
386
  'Here are some common suggestions:': string;
390
387
  'Elaborate more on your issue': string;
391
- "We noticed you chose 'Red Hat OpenShift Cluster Manager' as your selected Product. Is your issue related to our SaaS offering at<1> https://cloud.redhat.com/openshift/ </1>": string;
388
+ i18OrOCMProductText: string;
392
389
  'Download {fileName}': string;
393
390
  'Suggested fixes': string;
394
391
  'There are new updates to suggested fixes after changing your products': string;
@@ -428,7 +425,7 @@ declare const _default: {
428
425
  Update: string;
429
426
  'Chat offline': string;
430
427
  'Chat with support': string;
431
- 'If you believe you should have permission to view this resource, please<1> contact Customer Service</1>for assistance. Your Red Hat login might not be associated with the right account for your organization, or there might be an issue with your subscription. Either way, Customer Service should be able to help you resolve the problem.': string;
428
+ i18Case403: string;
432
429
  'Account / Customer Service Request': string;
433
430
  Basic: string;
434
431
  'Availability/Working hours': string;
@@ -447,7 +444,6 @@ declare const _default: {
447
444
  Products: string;
448
445
  'Account number': string;
449
446
  'Red Hat associates': string;
450
- "To help Red Hat use our connected customer tools/services, to debug your cluster in conjunction with your support case, we are requesting that you provide your <1>OpenShift Cluster ID</1>.<br/>If you are installing or planning your install and don't yet have a cluster ID please leave this field blank.": string;
451
447
  'OpenShift Cluster ID': string;
452
448
  Group: string;
453
449
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': string;
@@ -463,7 +459,7 @@ declare const _default: {
463
459
  'Bookmark Account': string;
464
460
  'Submit request': string;
465
461
  'Oldest to Newest': string;
466
- 'If you feel the issue has become more severe or the case should be a higher priority, please provide a detailed comment, and the case will be reviewed by a support manager. <2>Learn more.</2>': string;
462
+ i18RequestEscalationLearnMore: string;
467
463
  'Private Notes': string;
468
464
  on: string;
469
465
  'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
@@ -545,7 +541,6 @@ declare const _default: {
545
541
  'Loading...': string;
546
542
  "We couldn't find any matches. Revise your search for better results.": string;
547
543
  'Your account requires group access controls in order to manage other users.': string;
548
- 'Your account requires group access controls in order to manage other users. <>More information</>.': string;
549
544
  "You don't have the right entitlement to create a case for this product.": string;
550
545
  "You don't have the right entitlement to create a case for this product. Get an entitlement.": string;
551
546
  "Owner doesn't have the right entitlement to create a case for this product.": string;
@@ -577,7 +572,6 @@ declare const _default: {
577
572
  'Created by me': string;
578
573
  Create: string;
579
574
  "We're sorry": string;
580
- 'Something happened on our end. If the error persists, please <>leave us feedback</>.': string;
581
575
  'Copied to clipboard': string;
582
576
  'Learn more.': string;
583
577
  '<>Learn more<> about how severity levels are defined.': string;
@@ -647,7 +641,7 @@ declare const _default: {
647
641
  'Search through your bookmarks': string;
648
642
  'Bookmarked accounts search input': string;
649
643
  'There was an error loading bookmarked accounts list': string;
650
- 'If you are behind a proxy server, please make sure all the endpoints from <1>https://*.redhat.com/*</1> are whitelisted.': string;
644
+ i18PageWideErrorProxyConfig: string;
651
645
  'Make sure you have an active internet connection.': string;
652
646
  'Something happened while getting your details.': string;
653
647
  'Failed to submit feedback.': string;
@@ -664,7 +658,6 @@ declare const _default: {
664
658
  'Customer view': string;
665
659
  'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name to the environment details below.': string;
666
660
  "<strong>This field is only for customers on V4</strong>. For your convenience, we've added your Cluster Name to the environment details below.": string;
667
- '<strong>This field is only for customers on V4</strong>. <2>Add your Cluster Name</2> to the environment details below.': string;
668
661
  '24x7 Contact information': string;
669
662
  'Your response was immediately sent to our web engineers for review.': string;
670
663
  'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name as a case comment.': string;
@@ -1 +1 @@
1
- {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAm1BE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAw0BE"}
@@ -53,8 +53,7 @@ export default {
53
53
  'Please choose a language for your case communication with our support engineers.': 'Bitte wählen Sie eine Sprache für Ihre Fallkommunikation mit unseren Support-Ingenieuren.',
54
54
  'You need to be an organization admin to include others from your account.': 'Sie müssen Organisationsadministrator sein, um andere Benutzer aus Ihrem Account hinzuzufügen.',
55
55
  'Case Submitted': 'Fall eingereicht',
56
- 'Thank you for contacting Red Hat support!<br/><2>You should receive a response within <1>{{irt}}</1>.  <3>SLA information</3></2>': 'Vielen Dank, dass Sie sich an den Red Hat-Support gewendet haben!<br/><2>Sie sollten innerhalb von <1>{{irt}}</1> eine Antwort erhalten. <3>SLA-Informationen</3></2>',
57
- '<0>Case #{{caseNumber}}</0> successfully created.': '<0>Fall #</0> wurde erfolgreich erstellt.',
56
+ 'SLA information': 'SLA-Informationen',
58
57
  'View your case': 'Fall ansehen',
59
58
  'Troubleshoot a new issue': 'Neues Problem beheben',
60
59
  Review: 'Rezension',
@@ -70,7 +69,7 @@ export default {
70
69
  'There was an error loading suggestions.': 'Beim Laden der Vorschläge ist ein Fehler aufgetreten.',
71
70
  'There was an error loading solutions.': 'Beim Laden der Lösungen ist ein Fehler aufgetreten.',
72
71
  "Sorry, we're having a problem gathering your information.": 'Es tut uns leid, wir haben ein Problem beim Erfassen Ihrer Informationen.',
73
- 'You need additional access to manage cases. Please contact <1>Customer Service</1> for assistance.': 'Sie benötigen zusätzlichen Zugriff, um Fälle zu verwalten. Bitte wenden Sie sich an den <1>Kundenservice</1>, um Unterstützung zu erhalten.',
72
+ i18ManageCaseContactCustomerService: 'Sie benötigen zusätzlichen Zugriff, um Fälle zu verwalten. Bitte wenden Sie sich an den <2>Kundenservice</2>, um Unterstützung zu erhalten.',
74
73
  '24x7 Contact': 'Rund um die Uhr Kontakt',
75
74
  '24x7 Support': 'Rund um die Uhr Support',
76
75
  Delete: 'Löschen',
@@ -153,7 +152,7 @@ export default {
153
152
  'Filters applied to this query': 'Auf diese Abfrage angewendete Filter',
154
153
  'Manage bookmarked accounts': 'Mit einem Lesezeichen versehene Accounts verwalten',
155
154
  'Manage groups': 'Gruppen verwalten',
156
- 'Have an account or billing issue? <1>Contact customer service</1> for help.': 'Haben Sie ein Account- oder Abrechnungsproblem? <1>Kontaktieren Sie den Kundendienst</1>, um Hilfe zu erhalten.',
155
+ i18contactCustomerService: 'Haben Sie ein Account- oder Abrechnungsproblem? <2>Kontaktieren Sie den Kundendienst</2>, um Hilfe zu erhalten.',
157
156
  'Select the best category for your issue.': 'Beste Kategorie für Ihr Problem auswählen.',
158
157
  'Why are you opening a case?': 'Warum öffnen Sie einen Fall?',
159
158
  Continue: 'Weiter',
@@ -179,7 +178,7 @@ export default {
179
178
  'Select a language for communicating with our support engineers': 'Sprache für die Kommunikation mit unseren Support-Technikern auswählen',
180
179
  'Select a group': 'Gruppe auswählen',
181
180
  'Select a group to view accounts': 'Gruppe zum Anzeigen von Accounts auswählen',
182
- '<0>Learn more about our <1>production support service level agreement</1></0>': '<0>Mehr über unser <1>Service Level Agreement für Produktionssupport</1></0>',
181
+ i18ProductionSupportServiceLevelAgreement: 'Mehr über unser <2>Service Level Agreement für Produktionssupport</2>',
183
182
  'Session restored successfully': 'Sitzung erfolgreich wiederhergestellt',
184
183
  'Error restoring your session': 'Fehler beim Wiederherstellen Ihrer Sitzung',
185
184
  'Continue session?': 'Sitzung fortsetzen?',
@@ -214,12 +213,10 @@ export default {
214
213
  'View this case': 'Diesen Fall anzeigen',
215
214
  'Continue troubleshooting': 'Fehlerbehebung fortsetzen',
216
215
  'Case submitted': 'Fall eingereicht',
217
- '<0>Case {{caseNumber}}</0> has been submitted.': '<0>Fall {{caseNumber}}</0> wurde eingereicht.',
218
216
  'Failed to create your case': 'Fall nicht erstellt',
219
217
  "We'll be in contact with you shortly. Look for updates on this case.": 'Wir werden uns in Kürze mit Ihnen in Verbindung setzen. Suchen Sie nach Updates zu diesem Fall.',
220
218
  'We have your available hours listed as:': 'Ihre verfügbaren Stunden:',
221
219
  'Update preferences': 'Einstellungen aktualisieren',
222
- 'You should receive a response within <strong>{{ irt }}</strong>.\n &nbsp;<0>SLA information</0>': 'Sie sollten eine Antwort innerhalb von <strong>{{ irt }}</strong> erhalten.\n&nbsp;<0>SLA-Informationen</0>',
223
220
  'Provide feedback': 'Feedback geben',
224
221
  'Preview case': 'Fall in der Vorschau ansehen',
225
222
  'Before submitting, review the information you entered.': 'Überprüfen Sie vor dem Absenden die von Ihnen eingegebenen Informationen.',
@@ -375,9 +372,9 @@ export default {
375
372
  'Between {{agentName: props.chat.agent_name}} and {{visitorName: props.chat.visitor_name}}': 'Zwischen {{agentName: props.chat.agent_name}} und {{visitorName: props.chat.visitor_name}}',
376
373
  'Chat transcript': 'Chat-Protokoll',
377
374
  'Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number.': 'Danke, dass Sie Kunde des Red Hat Confirmed Stateside Support sind. CSS-Kunden erhalten über ein spezielles Case Management System und eine separate Support-Telefonnummer Unterstützung.',
378
- 'For opening a CSS support case, please visit <1>css-redhat.zendesk.com</1> or you may dial 888-472-0031 for phone support.': 'Um einen CSS-Support-Fall zu öffnen, besuchen Sie bitte <1>css-redhat.zendesk.com</1> oder wählen Sie 888-472-0031 für telefonische Unterstützung.',
375
+ i18CSSZenDesk: 'Um einen CSS-Support-Fall zu öffnen, besuchen Sie bitte <2>css-redhat.zendesk.com</2> oder wählen Sie 888-472-0031 für telefonische Unterstützung.',
379
376
  'Thank You,': 'Vielen Dank.',
380
- 'You need a valid entitlement to create a case. Please contact <0>Customer Service</0> for assistance.': 'Sie müssen berechtigt sein, um einen Fall anzulegen. Bitte wenden Sie sich an den <0>Kundenservice</0>, um Unterstützung zu erhalten.',
377
+ i18ValidEntitlementContactCustomerService: 'Sie müssen berechtigt sein, um einen Fall anzulegen. Bitte wenden Sie sich an den <2>Kundenservice</2>, um Unterstützung zu erhalten.',
381
378
  'No active subscriptions': 'Keine aktiven Abonnements',
382
379
  'No suggestions found.': 'Kein Vorschlag gefunden',
383
380
  'Not available': 'Nicht verfügbar',
@@ -388,7 +385,7 @@ export default {
388
385
  'You can also select a top product:': 'Sie können auch ein Top-Produkt auswählen:',
389
386
  'Here are some common suggestions:': 'Hier einige gängige Vorschläge:',
390
387
  'Elaborate more on your issue': 'Problem genauer erläutern',
391
- "We noticed you chose 'Red Hat OpenShift Cluster Manager' as your selected Product. Is your issue related to our SaaS offering at<1> https://cloud.redhat.com/openshift/ </1>": 'Wir haben festgestellt, dass Sie „Red Hat OpenShift Cluster Manager“ als Produkt ausgewählt haben. Bezieht sich Ihr Problem auf unser SaaS-Angebot unter <1> https://cloud.redhat.com/openshift/</1>?',
388
+ i18OrOCMProductText: 'Wir haben festgestellt, dass Sie „Red Hat OpenShift Cluster Manager“ als Produkt ausgewählt haben. Bezieht sich Ihr Problem auf unser SaaS-Angebot unter <2> https://cloud.redhat.com/openshift/</2>?',
392
389
  'Download {fileName}': '{fileName} herunterladen',
393
390
  'Suggested fixes': 'Vorgeschlagene Fixes',
394
391
  'There are new updates to suggested fixes after changing your products': 'Es gibt neue Updates der vorgeschlagenen Fixes nach der Änderung Ihrer Produkte.',
@@ -428,7 +425,7 @@ export default {
428
425
  Update: 'Aktualisieren',
429
426
  'Chat offline': 'Offline chatten',
430
427
  'Chat with support': 'Mit Support-Team chatten',
431
- 'If you believe you should have permission to view this resource, please<1> contact Customer Service</1>for assistance. Your Red Hat login might not be associated with the right account for your organization, or there might be an issue with your subscription. Either way, Customer Service should be able to help you resolve the problem.': 'Wenn Sie der Meinung sind, eine Berechtigung für das Anzeigen dieser Ressource zu haben, wenden Sie sich bitte an den <1>Kundendienst</1>. Ihre Red Hat Anmeldeinformationen sind möglicherweise nicht mit dem richtigen Account für Ihre Organisation verknüpft, oder es gibt ein Problem mit Ihrem Abonnement. Der Kundendienst sollten Ihnen bei der Lösung des Problems helfen können.',
428
+ i18Case403: 'Wenn Sie der Meinung sind, eine Berechtigung für das Anzeigen dieser Ressource zu haben, wenden Sie sich bitte an den <1>Kundendienst</1>. Ihre Red Hat Anmeldeinformationen sind möglicherweise nicht mit dem richtigen Account für Ihre Organisation verknüpft, oder es gibt ein Problem mit Ihrem Abonnement. Der Kundendienst sollten Ihnen bei der Lösung des Problems helfen können.',
432
429
  'Account / Customer Service Request': 'Konto/Kundenserviceanfrage',
433
430
  Basic: 'BASIC',
434
431
  'Availability/Working hours': 'Verfügbarkeit/Arbeitszeiten',
@@ -447,7 +444,6 @@ export default {
447
444
  Products: 'Produkte',
448
445
  'Account number': 'Kontonummer',
449
446
  'Red Hat associates': 'Red Hat-Mitarbeiter',
450
- "To help Red Hat use our connected customer tools/services, to debug your cluster in conjunction with your support case, we are requesting that you provide your <1>OpenShift Cluster ID</1>.<br/>If you are installing or planning your install and don't yet have a cluster ID please leave this field blank.": 'Geben Sie Ihre <1>OpenShift Cluster-ID</1> an, um Red Hat bei der Nutzung verbundener Kundentools/-dienste zum Debuggen Ihres Clusters in Verbindung mit Ihrem Supportfall zu unterstützen.<br/>Wenn Sie eine Installation durchführen oder diese planen und noch keine Cluster-ID haben, lassen Sie dieses Feld leer.',
451
447
  'OpenShift Cluster ID': 'OpenShift Cluster-ID',
452
448
  Group: 'Gruppe',
453
449
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': 'Wird von Beratern verwendet, um anzugeben, dass ein Beratungsauftrag im Gange ist und dass das Problem eine erhöhte Aufmerksamkeit des Supports erfordert',
@@ -463,7 +459,7 @@ export default {
463
459
  'Bookmark Account': 'Accounts als Lesezeichen abspeichern',
464
460
  'Submit request': 'Anfrage absenden',
465
461
  'Oldest to Newest': 'Älteste zuerst',
466
- 'If you feel the issue has become more severe or the case should be a higher priority, please provide a detailed comment, and the case will be reviewed by a support manager. <2>Learn more.</2>': 'Wenn das Problem schwerwiegender ist oder dem Ticket eine höhere Priorität zugeordnet werden soll, fügen Sie bitte einen ausführlichen Kommentar hinzu. Das Ticket wird anschließend von einem Support-Manager überprüft. <2>Learn more</2>',
462
+ i18RequestEscalationLearnMore: 'Wenn das Problem schwerwiegender ist oder dem Ticket eine höhere Priorität zugeordnet werden soll, fügen Sie bitte einen ausführlichen Kommentar hinzu. Das Ticket wird anschließend von einem Support-Manager überprüft. <2>Learn more</2>',
467
463
  'Private Notes': 'Private Notizen',
468
464
  on: 'am',
469
465
  'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'Die eingegebenen Anmeldeinformationen sind gültig, aber Sie haben keinen<strong>Direkt-Support von Red Hat.</strong>',
@@ -545,7 +541,6 @@ export default {
545
541
  'Loading...': 'Laden...',
546
542
  "We couldn't find any matches. Revise your search for better results.": 'Keine Treffer gefunden. Passen Sie Ihre Suche an, um bessere Ergebnisse zu erhalten.',
547
543
  'Your account requires group access controls in order to manage other users.': 'Zum Verwalten anderer Benutzer sind Gruppenzugriffskontrollen für Ihren Account erforderlich.',
548
- 'Your account requires group access controls in order to manage other users. <>More information</>.': 'Zum Verwalten anderer Benutzer sind Gruppenzugriffskontrollen für Ihren Account erforderlich. <>Weitere Informationen</>.',
549
544
  "You don't have the right entitlement to create a case for this product.": 'Sie sind nicht berechtigt, einen Fall für dieses Produkt zu erstellen.',
550
545
  "You don't have the right entitlement to create a case for this product. Get an entitlement.": 'Sie sind nicht berechtigt, einen Fall für dieses Produkt zu erstellen. Erwerben Sie eine Berechtigung.',
551
546
  "Owner doesn't have the right entitlement to create a case for this product.": 'Der Inhaber ist nicht berechtigt, einen Fall für dieses Produkt zu erstellen.',
@@ -577,7 +572,6 @@ export default {
577
572
  'Created by me': 'Erstellt von mir',
578
573
  Create: 'Erstellen',
579
574
  "We're sorry": 'Es tut uns leid',
580
- 'Something happened on our end. If the error persists, please <>leave us feedback</>.': 'Auf unserer Seite ist etwas passiert. Wenn der Fehler weiterhin besteht, geben Sie uns bitte <>Ihr Feedback</>.',
581
575
  'Copied to clipboard': 'In die Zwischenablage kopiert',
582
576
  'Learn more.': 'Weitere Informationen.',
583
577
  '<>Learn more<> about how severity levels are defined.': '<>Weitere Informationen<> zur Definition von Schweregraden.',
@@ -647,7 +641,7 @@ export default {
647
641
  'Search through your bookmarks': 'Lesezeichen durchsuchen',
648
642
  'Bookmarked accounts search input': 'Eingabe für mit Lesezeichen versehene Suche',
649
643
  'There was an error loading bookmarked accounts list': 'Fehler beim Laden der Liste der mit Lesezeichen versehenen Accounts',
650
- 'If you are behind a proxy server, please make sure all the endpoints from <1>https://*.redhat.com/*</1> are whitelisted.': 'Wenn Sie über einen Proxy-Server zugreifen, müssen alle Endpunkte von <1>https://access.redhat.com/*</1> auf der Positivliste stehen.',
644
+ i18PageWideErrorProxyConfig: 'Wenn Sie über einen Proxy-Server zugreifen, müssen alle Endpunkte von <1>https://access.redhat.com/*</1> auf der Positivliste stehen.',
651
645
  'Make sure you have an active internet connection.': 'Stellen Sie sicher, dass Sie über eine aktive Internetverbindung verfügen.',
652
646
  'Something happened while getting your details.': 'Beim Abrufen Ihrer Angaben ist ein Fehler aufgetreten.',
653
647
  'Failed to submit feedback.': 'Übermitteln des Feedback fehlgeschlagen.',
@@ -664,7 +658,6 @@ export default {
664
658
  'Customer view': 'Kundenansicht',
665
659
  'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name to the environment details below.': 'Dieses Feld ist nur für Kunden von V4 vorgesehen. Wenn Sie noch mit V3 arbeiten, dann fügen Sie bitte den Umgebungsdetails unten Ihren Cluster-Namen hinzu.',
666
660
  "<strong>This field is only for customers on V4</strong>. For your convenience, we've added your Cluster Name to the environment details below.": '<strong>Dieses Feld ist nur für Kunden von V4 vorgesehen</strong>. Zur besseren Übersicht haben wir den Umgebungsdetails unten Ihren Cluster-Namen hinzugefügt.',
667
- '<strong>This field is only for customers on V4</strong>. <2>Add your Cluster Name</2> to the environment details below.': '<strong>Dieses Feld ist nur für Kunden von V4 vorgesehen.</strong> <2>Fügen Sie Ihren Cluster-Namen</2> den Umgebungsdetails unten hinzu.',
668
661
  '24x7 Contact information': 'Informationen für den Kontakt rund um die Uhr',
669
662
  'Your response was immediately sent to our web engineers for review.': 'Ihre Antwort wurde sofort an unsere Webingenieuren zur Prüfung weitergeleitet.',
670
663
  'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name as a case comment.': 'Dieses Feld ist nur für Kunden von V4 vorgesehen. Wenn Sie noch mit V3 arbeiten, dann fügen Sie bitte Ihren Cluster-Namen als Fallkommentar hinzu.',
@@ -727,10 +720,6 @@ export default {
727
720
  'Please select a version to edit': 'Wählen Sie eine Version zum Bearbeiten aus.',
728
721
  'Add a new section': 'Neuen Abschnitt hinzufügen',
729
722
  'Arrange Section': 'Abschnitt anordnen',
730
- // i18nAccountBillingSubscription:
731
- // 'Sie haben ein Problem mit Ihrem Konto, Ihrer Rechnung oder Ihrem Abonnement? Wenden Sie sich an den Kundenservice, um Unterstützung zu erhalten.',
732
- // 'Upload a sosreport to help us provide the best solutions for your system.':
733
- // 'Laden Sie einen Sosreport hoch, damit wir Ihnen die besten Lösungen für Ihr System anbieten können.',
734
723
  'Please address the errors to proceed': 'Bitte beheben Sie die Fehler, um fortzufahren',
735
724
  'Include someone from your account to inform about the status of this case.': 'Schließen Sie eine Person Ihres Kontos ein, die Sie über den Stand des Falles informieren möchten.',
736
725
  "Yes, I'm, sure": 'Ja, ich bin sicher',