@rh-support/troubleshoot 1.0.18 → 1.0.20

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 (38) hide show
  1. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
  2. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +10 -1
  3. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
  4. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +5 -1
  5. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
  6. package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +7 -8
  7. package/lib/esm/components/ImproveCase/Hostname.js +1 -1
  8. package/lib/esm/components/ImproveCase/KtQuestions.js +1 -1
  9. package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts.map +1 -1
  10. package/lib/esm/components/Recommendations/ClusterRecommendationToast.js +2 -3
  11. package/lib/esm/i18n/template-de.d.ts +2 -2
  12. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  13. package/lib/esm/i18n/template-de.js +2 -2
  14. package/lib/esm/i18n/template-es.d.ts +2 -2
  15. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  16. package/lib/esm/i18n/template-es.js +2 -2
  17. package/lib/esm/i18n/template-fr.d.ts +2 -3
  18. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  19. package/lib/esm/i18n/template-fr.js +3 -3
  20. package/lib/esm/i18n/template-it.d.ts +2 -2
  21. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  22. package/lib/esm/i18n/template-it.js +2 -2
  23. package/lib/esm/i18n/template-jp.d.ts +2 -3
  24. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  25. package/lib/esm/i18n/template-jp.js +3 -3
  26. package/lib/esm/i18n/template-ko.d.ts +2 -3
  27. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  28. package/lib/esm/i18n/template-ko.js +3 -3
  29. package/lib/esm/i18n/template-pt.d.ts +2 -2
  30. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  31. package/lib/esm/i18n/template-pt.js +2 -2
  32. package/lib/esm/i18n/template-ru.d.ts +2 -2
  33. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  34. package/lib/esm/i18n/template-ru.js +2 -2
  35. package/lib/esm/i18n/template-zh.d.ts +1 -2
  36. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  37. package/lib/esm/i18n/template-zh.js +1 -2
  38. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AA2BA,wBAAgB,sBAAsB,gBAoRrC"}
1
+ {"version":3,"file":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AA2BA,wBAAgB,sBAAsB,gBA8RrC"}
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { LoadingIndicator, ToastNotification } from '@rh-support/components';
10
+ import { LoadingIndicator, ToastNotification, usePrevious } from '@rh-support/components';
11
11
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
12
12
  import { getVersion } from '@rh-support/utils';
13
13
  import debounce from 'lodash/debounce';
@@ -48,6 +48,8 @@ export function CaseOpenshiftClusterId() {
48
48
  const [isClusterIdUpdating, setIsClusterIdUpdating] = useState(false);
49
49
  const [isReasonUpdating, setIsReasonUpdating] = useState(false);
50
50
  const displayName = useRef('');
51
+ const previousLocalOpenshiftClusterIDState = usePrevious(localOpenshiftClusterIDState);
52
+ const previousSelectedReason = usePrevious(selectedReason);
51
53
  const { t } = useTranslation();
52
54
  const clusterStateReset = () => {
53
55
  setSelectedReason('');
@@ -117,6 +119,13 @@ export function CaseOpenshiftClusterId() {
117
119
  }
118
120
  }
119
121
  catch (e) {
122
+ setCaseDetails(caseDispatch, {
123
+ openshiftClusterID,
124
+ noClusterIdReasonExplanation,
125
+ noClusterIdReason,
126
+ });
127
+ setSelectedReason(previousSelectedReason);
128
+ setLocalOpenshiftClusterIDState(previousLocalOpenshiftClusterIDState);
120
129
  if (showToast) {
121
130
  setIsClusterIdUpdating(false);
122
131
  caseUpdateError.showError(e, t(`OpenShift Cluster ID failed to updated`));
@@ -1 +1 @@
1
- {"version":3,"file":"ProductVersion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/ProductVersion.tsx"],"names":[],"mappings":"AA4BA,UAAU,MAAM;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC;AAYD,iBAAS,eAAe,CAAC,KAAK,EAAE,MAAM,eA2QrC;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"ProductVersion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/ProductVersion.tsx"],"names":[],"mappings":"AA4BA,UAAU,MAAM;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC;AAYD,iBAAS,eAAe,CAAC,KAAK,EAAE,MAAM,eA+QrC;AAED,eAAe,eAAe,CAAC"}
@@ -118,7 +118,10 @@ function ProductNVersion(props) {
118
118
  try {
119
119
  yield getVersionsDetails(caseDispatch, option.value.product);
120
120
  }
121
- catch (e) { }
121
+ catch (e) {
122
+ setSelectedProductLocal(product);
123
+ setSelectedVersionLocal(version);
124
+ }
122
125
  setIsVersionUpdating(false);
123
126
  }
124
127
  });
@@ -150,6 +153,7 @@ function ProductNVersion(props) {
150
153
  }
151
154
  }
152
155
  catch (e) {
156
+ setSelectedProductLocal(product);
153
157
  setSelectedVersionLocal(version);
154
158
  setIsProductUpdating(false);
155
159
  setIsVersionUpdating(false);
@@ -1 +1 @@
1
- {"version":3,"file":"OpenShiftClusterId.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenShiftClusterId.tsx"],"names":[],"mappings":"AA2BA,eAAO,MAAM,oBAAoB,mBAShC,CAAC;AAEF,eAAO,MAAM,uBAAuB,mBAInC,CAAC;AAEF,eAAO,MAAM,4BAA4B,mBAKxC,CAAC;AAEF,eAAO,MAAM,qBAAqB,mBAIjC,CAAC;AAEF,wBAAgB,kBAAkB,gBAkRjC"}
1
+ {"version":3,"file":"OpenShiftClusterId.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseManagement/OpenShiftClusterId.tsx"],"names":[],"mappings":"AA2BA,eAAO,MAAM,oBAAoB,mBAShC,CAAC;AAEF,eAAO,MAAM,uBAAuB,mBAInC,CAAC;AAEF,eAAO,MAAM,4BAA4B,mBAUxC,CAAC;AAEF,eAAO,MAAM,qBAAqB,mBAIjC,CAAC;AAEF,wBAAgB,kBAAkB,gBAkRjC"}
@@ -27,17 +27,16 @@ import { OpenshiftDropdownV4 } from './OpenshiftDropdownV4';
27
27
  import { OpenShiftV3Inputbox } from './OpenShiftV3Inputbox';
28
28
  export const v3Tov4TransitionLink = () => (React.createElement("a", { className: "show-target", href: "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/migrating_from_version_3_to_4/index", target: "_blank", rel: "noopener noreferrer" },
29
29
  React.createElement(Trans, null, "How to transition from v3 to v4?")));
30
- export const discoverV4ClusterIdLink = () => (React.createElement("a", { className: "show-target", href: "/solutions/4505861", target: "_blank", rel: "noopener noreferrer" },
31
- React.createElement(Trans, null, "How do I determine my OpenShift 4.x Cluster ID?")));
30
+ export const discoverV4ClusterIdLink = () => (React.createElement("a", { className: "show-target", href: "/solutions/4505861", target: "_blank", rel: "noopener noreferrer" }, "How do I determine my OpenShift 4.x Cluster ID?"));
32
31
  export const discoverV4ClusterIdLinkError = () => (React.createElement(React.Fragment, null,
33
32
  React.createElement(ExclamationCircleIcon, { color: "#c9190b", className: "pf-u-mr-sm" }),
34
- React.createElement(Trans, null, "Required field."),
35
- " ",
36
- discoverV4ClusterIdLink()));
33
+ React.createElement(Trans, { i18nKey: 'v4ClusterRequiredField' },
34
+ "Required field.",
35
+ React.createElement("a", { className: "show-target", href: "/solutions/4505861", target: "_blank", rel: "noopener noreferrer" }, "How do I determine my OpenShift 4.x Cluster ID?"))));
37
36
  export const isInvalidErrorMessage = () => (React.createElement(React.Fragment, null,
38
- React.createElement(Trans, null, "Cluster Id is not valid. "),
39
- " ",
40
- discoverV4ClusterIdLink()));
37
+ React.createElement(Trans, null,
38
+ "Cluster Id is not valid. ",
39
+ discoverV4ClusterIdLink())));
41
40
  export function OpenShiftClusterId() {
42
41
  const queryParams = getUrlParsedParams(useLocation().search);
43
42
  const { openshiftClusterID, product, version, issue, environment, periodicityOfIssue, timeFramesAndUrgency, noClusterIdReason, noClusterIdReasonExplanation, v3ClusterName, openshiftDisplayName, selectedAccountDetails, } = useCaseSelector((state) => ({
@@ -29,7 +29,7 @@ export function Hostname(props) {
29
29
  `${HOSTNAME_LENGTH_LIMIT}`,
30
30
  " characters are not allowed."))),
31
31
  React.createElement("p", { className: "form-instructions" },
32
- React.createElement(Trans, null,
32
+ React.createElement(Trans, { i18nKey: 'ChangeHostnamePrefLink' },
33
33
  "Change visibility for hostnames under ",
34
34
  React.createElement("a", { href: "/support/cases/#/manage/preferences" }, "Preferences"),
35
35
  "."))));
@@ -95,7 +95,7 @@ function KtQuestions(props) {
95
95
  ? ' form-invalid'
96
96
  : ''}`, "aria-invalid": timeFramesAndUrgency && (timeFramesAndUrgency === null || timeFramesAndUrgency === void 0 ? void 0 : timeFramesAndUrgency.length) > CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT
97
97
  ? 'true'
98
- : 'false', id: "ktQ4-timeFramesAndUrgency", value: timeFramesAndUrgency, isDisabled: isEmpty(timeFramesAndUrgency) && hasLargeCaseDescription && !isKTQ4TextAreaActive, onChange: onKtQ4Change, onFocus: onKTQ4FocusChange, onBlur: onKTQ4FocusChange, "aria-required": isKT4Required, "data-tracking-id": "open-case-ktQ4-timeFramesAndUrgency", placeholder: t('E.g., users affected, financial impact, and whether its a matter of legal, national, or medical urgency'), isRequired: isKT4Required }),
98
+ : 'false', id: "ktQ4-timeFramesAndUrgency", value: timeFramesAndUrgency, isDisabled: isEmpty(timeFramesAndUrgency) && hasLargeCaseDescription && !isKTQ4TextAreaActive, onChange: onKtQ4Change, onFocus: onKTQ4FocusChange, onBlur: onKTQ4FocusChange, "aria-required": isKT4Required, "data-tracking-id": "open-case-ktQ4-timeFramesAndUrgency", placeholder: t("E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency"), isRequired: isKT4Required }),
99
99
  React.createElement("p", { className: "form-instructions", "data-tracking-id": "large-4k-warning-ktQ4-environment" }, `${isKTQ4TextAreaActive && (timeFramesAndUrgency === null || timeFramesAndUrgency === void 0 ? void 0 : timeFramesAndUrgency.length) > CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT
100
100
  ? `Description cannot be more than ${CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT} characters`
101
101
  : ''}`),
@@ -1 +1 @@
1
- {"version":3,"file":"ClusterRecommendationToast.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/ClusterRecommendationToast.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;AAUnE,UAAU,MAAM;CAAG;AAEnB,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAAC,MAAM,CAqD1C,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
1
+ {"version":3,"file":"ClusterRecommendationToast.d.ts","sourceRoot":"","sources":["../../../../src/components/Recommendations/ClusterRecommendationToast.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;AAUnE,UAAU,MAAM;CAAG;AAEnB,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAAC,MAAM,CAoD1C,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -2,14 +2,13 @@ import { Alert, AlertActionCloseButton, Button } from '@patternfly/react-core';
2
2
  import { GlobalMetadataStateContext } from '@rh-support/react-context';
3
3
  import { isEmpty, isEqual } from 'lodash';
4
4
  import React, { useContext, useEffect, useState } from 'react';
5
- import { Trans, useTranslation } from 'react-i18next';
5
+ import { Trans } from 'react-i18next';
6
6
  import { useCaseSelector } from '../../context/CaseContext';
7
7
  import { ClusterRecommendationsContext, ClusterRecommendationsDispatchContext, } from '../../context/ClusterRecommendationsContext';
8
8
  import { toggleClusterRecommendationModal } from '../../reducers/ClusterRecommendationsReducer';
9
9
  import { getIsClusterIdInvalid, isClusterIdEnabledForProduct } from '../../utils/caseOpenshiftClusterIdUtils';
10
10
  const ClusterRecommendationToast = () => {
11
11
  var _a;
12
- const { t } = useTranslation();
13
12
  const { clusterRecommendationsState: { clusterRecommendations, isClusterRecommendationsModalOpen }, } = useContext(ClusterRecommendationsContext);
14
13
  const clusterRecommendationsDispatch = useContext(ClusterRecommendationsDispatchContext);
15
14
  const [isToastVisible, setToastVisibility] = useState(false);
@@ -38,7 +37,7 @@ const ClusterRecommendationToast = () => {
38
37
  const hasCluster = isClusterIdEnabledForProduct(product, (_a = allProducts.data) === null || _a === void 0 ? void 0 : _a.productsResult);
39
38
  if (!isToastVisible || !hasCluster)
40
39
  return null;
41
- return (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 },
40
+ return (React.createElement(Alert, { isLiveRegion: true, variant: "success", title: React.createElement(Trans, null, "Cluster recommendation has been triggered"), "data-tracking-id": "toast-view-cluster-sol", actionLinks: React.createElement(Button, { isInline: true, variant: "link", onClick: onViewRecommendations },
42
41
  React.createElement(Trans, null, "View recommendations")), actionClose: React.createElement(AlertActionCloseButton, { variantLabel: "success alert", onClose: () => setToastVisibility(false) }) }));
43
42
  };
44
43
  export default ClusterRecommendationToast;
@@ -499,7 +499,6 @@ declare const _default: {
499
499
  'Private attachment': string;
500
500
  'Confirmed Stateside Support Account': string;
501
501
  'Escalation ID': string;
502
- 'Closed date': string;
503
502
  Actions: string;
504
503
  'There was an error loading top solutions': string;
505
504
  'There was an error loading post comment section': string;
@@ -735,7 +734,7 @@ declare const _default: {
735
734
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
736
735
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
737
736
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
738
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
737
+ v4ClusterRequiredField: string;
739
738
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
740
739
  'Openshift Cluster ID': string;
741
740
  "I don't have my Cluster ID": string;
@@ -747,6 +746,7 @@ declare const _default: {
747
746
  'App feedback': string;
748
747
  'How satisfied are you with customer support\u2019s web experience?': string;
749
748
  'Manage your application preferences or send feedback to the web experience team.': string;
749
+ ChangeHostnamePrefLink: string;
750
750
  };
751
751
  export default _default;
752
752
  //# 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,wBA62BE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA42BE"}
@@ -499,7 +499,6 @@ export default {
499
499
  'Private attachment': 'Persönlicher Anhang',
500
500
  'Confirmed Stateside Support Account': 'Account für Confirmed Stateside Support',
501
501
  'Escalation ID': 'Eskalations-ID',
502
- 'Closed date': 'Geschlossen am',
503
502
  Actions: 'Aktionen',
504
503
  'There was an error loading top solutions': 'Fehler beim Laden der obersten Lösungen',
505
504
  'There was an error loading post comment section': 'Fehler beim Laden des Abschnitts „Kommentar abgeben“',
@@ -735,7 +734,7 @@ export default {
735
734
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'Ein must-gather-Archiv („Muss sammeln“) kann uns dabei helfen, die besten Lösungen für Ihren OpenShift-Cluster bereitzustellen. Zum Beispiel muss oc adm die generierte Ausgabe sammeln und archivieren.',
736
735
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': 'Nach Cluster-ID, Alias und Domain suchen oder Cluster-ID manuell eingeben',
737
736
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": 'Z. B. betroffene Nutzer, finanzielle Auswirkungen und ob es sich um eine rechtliche, nationale oder medizinische Dringlichkeit handelt',
738
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': 'Erforderliches Feld. Wie bestimme ich meine OpenShift 4.x Cluster-ID?',
737
+ v4ClusterRequiredField: 'Erforderliches Feld. <1>Wie bestimme ich meine OpenShift 4.x Cluster-ID?</1>',
739
738
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'Cluster-IDs geben uns die Möglichkeit, verbundene Kunden-Tools und -Dienste zu nutzen, um Ihren Cluster im Zusammenhang mit diesem Supportfall zu debuggen.',
740
739
  'Openshift Cluster ID': 'OpenShift Cluster-ID',
741
740
  "I don't have my Cluster ID": 'Ich habe meine Cluster-ID nicht',
@@ -747,4 +746,5 @@ export default {
747
746
  'App feedback': 'App-feedback',
748
747
  'How satisfied are you with customer support’s web experience?': 'Wie zufrieden sind Sie mit dem Webangebot des Kundendienstes?',
749
748
  'Manage your application preferences or send feedback to the web experience team.': 'Verwalten Sie Ihre Anwendungspräferenzen oder senden Sie Feedback an das Web Experience Team.',
749
+ ChangeHostnamePrefLink: 'Sichtbarkeit für Hostnamen unter <1>Einstellungen ändern</1>',
750
750
  };
@@ -500,7 +500,6 @@ declare const _default: {
500
500
  'Private attachment': string;
501
501
  'Confirmed Stateside Support Account': string;
502
502
  'Escalation ID': string;
503
- 'Closed date': string;
504
503
  Actions: string;
505
504
  'There was an error loading top solutions': string;
506
505
  'There was an error loading post comment section': string;
@@ -735,7 +734,7 @@ declare const _default: {
735
734
  'Please wait while recommendations are loading': string;
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
738
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
737
+ v4ClusterRequiredField: string;
739
738
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
740
739
  'Openshift Cluster ID': string;
741
740
  "I don't have my Cluster ID": string;
@@ -747,6 +746,7 @@ declare const _default: {
747
746
  'App feedback': string;
748
747
  'How satisfied are you with customer support\u2019s web experience?': string;
749
748
  'Manage your application preferences or send feedback to the web experience team.': string;
749
+ ChangeHostnamePrefLink: string;
750
750
  };
751
751
  export default _default;
752
752
  //# 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,wBAi3BE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg3BE"}
@@ -500,7 +500,6 @@ export default {
500
500
  'Private attachment': 'Archivos adjuntos privados',
501
501
  'Confirmed Stateside Support Account': 'Cuenta de soporte confirmada en los Estados Unidos',
502
502
  'Escalation ID': 'ID de escalamiento',
503
- 'Closed date': 'Fecha de cierre',
504
503
  Actions: 'Acciones',
505
504
  'There was an error loading top solutions': 'Se produjo un error al cargar las soluciones principales',
506
505
  'There was an error loading post comment section': 'Hubo un error al cargar la sección de comentarios de la publicación',
@@ -735,7 +734,7 @@ export default {
735
734
  'Please wait while recommendations are loading': 'Espere mientras se cargan las recomendaciones',
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': "Un archivo 'must-gather' puede ayudarnos a proporcionar las mejores soluciones para su clúster OpenShift. Por ejemplo, oc adm must-gather y archivar la salida generada.",
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': 'Busque por ID de clúster, alias y dominio o introduzca manualmente su ID de clúster',
738
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': 'Campo obligatorio. ¿Cómo puedo determinar mi ID de clúster de OpenShift 4.x?',
737
+ v4ClusterRequiredField: 'Campo obligatorio. <1>¿Cómo puedo determinar mi ID de clúster de OpenShift 4.x?</1>',
739
738
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'Los ID de clúster nos permiten utilizar herramientas y servicios de clientes conectados para depurar su clúster junto con este caso de soporte.',
740
739
  'Openshift Cluster ID': 'ID del clúster de Openshift',
741
740
  "I don't have my Cluster ID": 'No tengo mi ID de clúster',
@@ -747,4 +746,5 @@ export default {
747
746
  'App feedback': 'Comentarios sobre la aplicación',
748
747
  'How satisfied are you with customer support’s web experience?': '¿Cuál es su grado de satisfacción con la experiencia web del soporte al cliente?',
749
748
  'Manage your application preferences or send feedback to the web experience team.': 'Gestione sus preferencias de aplicación o envíe comentarios al equipo de experiencia web.',
749
+ ChangeHostnamePrefLink: 'Cambiar la visibilidad de los nombres de host en <1>Preferencias</1>',
750
750
  };
@@ -445,7 +445,6 @@ declare const _default: {
445
445
  Products: string;
446
446
  'Account number': string;
447
447
  'Red Hat associates': string;
448
- 'OpenShift Cluster ID': string;
449
448
  Group: string;
450
449
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': string;
451
450
  Thursday: string;
@@ -500,7 +499,6 @@ declare const _default: {
500
499
  'Private attachment': string;
501
500
  'Confirmed Stateside Support Account': string;
502
501
  'Escalation ID': string;
503
- 'Closed date': string;
504
502
  Actions: string;
505
503
  'There was an error loading top solutions': string;
506
504
  'There was an error loading post comment section': string;
@@ -736,7 +734,7 @@ declare const _default: {
736
734
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
737
735
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
738
736
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
737
+ v4ClusterRequiredField: string;
740
738
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
741
739
  'Openshift Cluster ID': string;
742
740
  "I don't have my Cluster ID": string;
@@ -748,6 +746,7 @@ declare const _default: {
748
746
  'App feedback': string;
749
747
  'How satisfied are you with customer support\u2019s web experience?': string;
750
748
  'Manage your application preferences or send feedback to the web experience team.': string;
749
+ ChangeHostnamePrefLink: string;
751
750
  };
752
751
  export default _default;
753
752
  //# 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,wBAg4BE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+3BE"}
@@ -445,7 +445,7 @@ export default {
445
445
  Products: 'Produits',
446
446
  'Account number': 'Numéro de compte',
447
447
  'Red Hat associates': 'Les collaborateurs de Red Hat',
448
- 'OpenShift Cluster ID': 'Openshift Cluster ID',
448
+ // 'OpenShift Cluster ID': 'Openshift Cluster ID',
449
449
  Group: 'Groupe',
450
450
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': "Utilisé par les consultants pour indiquer qu'un service de consulting est en cours et que le problème nécessite une attention particulière supplémentaire de la part des ressources de support.",
451
451
  Thursday: 'Jeudi',
@@ -500,7 +500,6 @@ export default {
500
500
  'Private attachment': 'Attachement privé',
501
501
  'Confirmed Stateside Support Account': 'Stateside Support Account confirmé',
502
502
  'Escalation ID': "ID d'affectation à un niveau de gestion de la requête supérieur",
503
- 'Closed date': 'Date de clôture',
504
503
  Actions: 'Actions',
505
504
  'There was an error loading top solutions': "Une erreur s'est produite lors du chargement des meilleures solutions.",
506
505
  'There was an error loading post comment section': 'Il y a eu une erreur de chargement dans la section des commentaires',
@@ -736,7 +735,7 @@ export default {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'Une archive obligatoire peut nous aider à fournir les meilleures solutions pour votre cluster OpenShift. Par exemple, oc adm doit rassembler et archiver la sortie générée.',
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': "Recherche par ID de cluster, alias et domaine ou saisie manuelle de l'ID de cluster",
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": "Par exemple, les utilisateurs touchés, l'impact financier, et s'il s'agit d'une question d'urgence juridique, nationale ou médicale",
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': 'Champ obligatoire. Comment puis-je déterminer mon ID de cluster OpenShift 4.x ?',
738
+ v4ClusterRequiredField: 'Champ obligatoire. <1>Comment puis-je déterminer mon ID de cluster OpenShift 4.x ?</1>',
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': "Les ID de cluster nous donnent la possibilité d'utiliser les outils et services client connectés pour déboguer votre cluster dans le cadre de ce cas d'assistance.",
741
740
  'Openshift Cluster ID': 'Openshift Cluster ID',
742
741
  "I don't have my Cluster ID": "Je n'ai pas mon ID de cluster",
@@ -748,4 +747,5 @@ export default {
748
747
  'App feedback': "Commentaires sur l'application",
749
748
  'How satisfied are you with customer support’s web experience?': "Dans quelle mesure êtes-vous satisfait de l'expérience web du support client ?",
750
749
  'Manage your application preferences or send feedback to the web experience team.': "Gérez vos préférences d'application ou envoyez vos commentaires à l'équipe chargée de l'expérience web.",
750
+ ChangeHostnamePrefLink: "Modifier la visibilité des noms d'hôtes sous <1>Préférences</1>",
751
751
  };
@@ -500,7 +500,6 @@ declare const _default: {
500
500
  'Private attachment': string;
501
501
  'Confirmed Stateside Support Account': string;
502
502
  'Escalation ID': string;
503
- 'Closed date': string;
504
503
  Actions: string;
505
504
  'There was an error loading top solutions': string;
506
505
  'There was an error loading post comment section': string;
@@ -736,7 +735,7 @@ declare const _default: {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
738
+ v4ClusterRequiredField: string;
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
741
740
  'Openshift Cluster ID': string;
742
741
  "I don't have my Cluster ID": string;
@@ -748,6 +747,7 @@ declare const _default: {
748
747
  'App feedback': string;
749
748
  'How satisfied are you with customer support\u2019s web experience?': string;
750
749
  'Manage your application preferences or send feedback to the web experience team.': string;
750
+ ChangeHostnamePrefLink: string;
751
751
  };
752
752
  export default _default;
753
753
  //# 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,wBAq3BE"}
1
+ {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAo3BE"}
@@ -500,7 +500,6 @@ export default {
500
500
  'Private attachment': 'Allegato privato',
501
501
  'Confirmed Stateside Support Account': 'Account di supporto negli Stati Uniti confermato',
502
502
  'Escalation ID': 'ID escalation',
503
- 'Closed date': 'Data chiusa',
504
503
  Actions: 'Azioni',
505
504
  'There was an error loading top solutions': 'Si è verificato un errore durante il caricamento delle prime soluzioni',
506
505
  'There was an error loading post comment section': 'Si è verificato un errore durante il caricamento della sezione del commento al post',
@@ -736,7 +735,7 @@ export default {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': "Un archivio must-gather può aiutarci a fornire le soluzioni migliori per il cluster OpenShift. Ad esempio, il comando “oc adm must-gather” archivia l'output generato.",
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': "Ricerca per ID cluster, alias e dominio o inserimento manuale dell'ID cluster",
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": "Ad esempio, gli utenti interessati, l'impatto finanziario e se si tratta di una questione di urgenza legale, nazionale o medica",
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': "Campo obbligatorio. Come si stabilisce l'ID del cluster OpenShift 4.x?",
738
+ v4ClusterRequiredField: "Campo obbligatorio. <1>Come si stabilisce l'ID del cluster OpenShift 4.x?</1>",
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'Gli ID del cluster ci consentono di utilizzare gli strumenti e i servizi connessi del cliente per eseguire il debug del cluster in relazione a questo caso di assistenza.',
741
740
  'Openshift Cluster ID': 'ID cluster Openshift',
742
741
  "I don't have my Cluster ID": 'Non ho un ID cluster',
@@ -748,4 +747,5 @@ export default {
748
747
  'App feedback': "Feedback sull'app",
749
748
  'How satisfied are you with customer support’s web experience?': "Livello di soddisfazione dell'esperienza web con l'assistenza clienti?",
750
749
  'Manage your application preferences or send feedback to the web experience team.': 'Gestire le preferenze relative all’applicazione o inviare un feedback al team Web Experience.',
750
+ ChangeHostnamePrefLink: 'Modificare la visibilità degli hostname in <1>Preferenze</1>',
751
751
  };
@@ -442,7 +442,6 @@ declare const _default: {
442
442
  Products: string;
443
443
  'Account number': string;
444
444
  'Red Hat associates': string;
445
- 'OpenShift Cluster ID': string;
446
445
  Group: string;
447
446
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': string;
448
447
  Thursday: string;
@@ -499,7 +498,6 @@ declare const _default: {
499
498
  'Private attachment': string;
500
499
  'Confirmed Stateside Support Account': string;
501
500
  'Escalation ID': string;
502
- 'Closed date': string;
503
501
  Actions: string;
504
502
  'There was an error loading top solutions': string;
505
503
  'There was an error loading post comment section': string;
@@ -739,7 +737,7 @@ declare const _default: {
739
737
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
740
738
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
741
739
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
742
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
740
+ v4ClusterRequiredField: string;
743
741
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
744
742
  'Openshift Cluster ID': string;
745
743
  "I don't have my Cluster ID": string;
@@ -751,6 +749,7 @@ declare const _default: {
751
749
  'App feedback': string;
752
750
  'How satisfied are you with customer support\u2019s web experience?': string;
753
751
  'Manage your application preferences or send feedback to the web experience team.': string;
752
+ ChangeHostnamePrefLink: string;
754
753
  };
755
754
  export default _default;
756
755
  //# 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,wBAs2BE"}
1
+ {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAs2BE"}
@@ -442,7 +442,7 @@ export default {
442
442
  Products: '製品',
443
443
  'Account number': 'アカウント番号',
444
444
  'Red Hat associates': 'Red Hat サポート担当者',
445
- 'OpenShift Cluster ID': 'Openshift Cluster ID',
445
+ // 'OpenShift Cluster ID': 'Openshift Cluster ID',
446
446
  Group: 'グループ',
447
447
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': 'この項目は、コンサルタントが現在対応中で、サポートリソースからの問題への配慮がさらに必要な場合に、コンサルタントが使用します。',
448
448
  Thursday: '木曜日',
@@ -499,7 +499,6 @@ export default {
499
499
  'Private attachment': '非公開の添付ファイル',
500
500
  'Confirmed Stateside Support Account': '確認済みステートサイドサポートアカウント',
501
501
  'Escalation ID': 'エスカレーション ID',
502
- 'Closed date': 'クローズした日',
503
502
  Actions: 'アクション',
504
503
  'There was an error loading top solutions': '上位のソリューションの読み込み中にエラーが発生しました',
505
504
  'There was an error loading post comment section': 'コメント投稿のセクションの読み込み中にエラーが発生しました',
@@ -739,7 +738,7 @@ export default {
739
738
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'must-gather アーカイブは、OpenShift クラスターに最適なソリューションを提供するのに役立ちます。たとえば、oc adm must-gather および生成された出力をアーカイブします。',
740
739
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': 'クラスター ID、エイリアス、およびドメインで検索するか、または手動でクラスター ID を入力します',
741
740
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": 'たとえば、影響を受けるユーザー、経理的影響、法的影響、国家的影響、または医療的緊急性の問題かどうかなど',
742
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': '必須フィールドです。OpenShift 4.x クラスター ID を判断するにはどうすればよいですか ?',
741
+ v4ClusterRequiredField: '必須フィールドです。<1>OpenShift 4.x クラスター ID を判断するにはどうすればよいですか ?</1>',
743
742
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'クラスター ID により、接続されたカスタマーツールおよびサービスを使用して、このサポートケースとともにクラスターをデバッグできます。',
744
743
  'Openshift Cluster ID': 'Openshift Cluster ID',
745
744
  "I don't have my Cluster ID": 'クラスター ID がありません',
@@ -751,4 +750,5 @@ export default {
751
750
  'App feedback': 'アプリケーションのフィードバック',
752
751
  'How satisfied are you with customer support’s web experience?': 'カスタマーサポートの Web エクスペリエンスに満足していますか ?',
753
752
  'Manage your application preferences or send feedback to the web experience team.': 'アプリケーション設定を管理するか、または Web エクスペリエンスチームへのフィードバックを送信します。',
753
+ ChangeHostnamePrefLink: '<1>設定</1>のホスト名の可視性の変更',
754
754
  };
@@ -446,7 +446,6 @@ declare const _default: {
446
446
  Products: string;
447
447
  'Account number': string;
448
448
  'Red Hat associates': string;
449
- 'OpenShift Cluster ID': string;
450
449
  Group: string;
451
450
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources': string;
452
451
  Thursday: string;
@@ -501,7 +500,6 @@ declare const _default: {
501
500
  'Private attachment': string;
502
501
  'Confirmed Stateside Support Account': string;
503
502
  'Escalation ID': string;
504
- 'Closed date': string;
505
503
  Actions: string;
506
504
  'There was an error loading top solutions': string;
507
505
  'There was an error loading post comment section': string;
@@ -737,7 +735,7 @@ declare const _default: {
737
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
738
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
739
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
740
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
738
+ v4ClusterRequiredField: string;
741
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
742
740
  'Openshift Cluster ID': string;
743
741
  "I don't have my Cluster ID": string;
@@ -749,6 +747,7 @@ declare const _default: {
749
747
  'App feedback': string;
750
748
  'How satisfied are you with customer support\u2019s web experience?': string;
751
749
  'Manage your application preferences or send feedback to the web experience team.': string;
750
+ ChangeHostnamePrefLink: string;
752
751
  };
753
752
  export default _default;
754
753
  //# 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,wBAw1BE"}
1
+ {"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAu1BE"}
@@ -446,7 +446,7 @@ export default {
446
446
  Products: '제품',
447
447
  'Account number': '계정 번호',
448
448
  'Red Hat associates': 'Red Hat 직원',
449
- 'OpenShift Cluster ID': 'Openshift Cluster ID',
449
+ // 'OpenShift Cluster ID': 'Openshift Cluster ID',
450
450
  Group: '그룹',
451
451
  'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources': '컨설턴트가 컨설팅 업무를 진행하고 있으며 지원 팀에서 이 문제에 대해 더 많은 주의가 필요함을 나타내기 위해 사용합니다.',
452
452
  Thursday: '목요일',
@@ -501,7 +501,6 @@ export default {
501
501
  'Private attachment': '비공개 첨부 파일',
502
502
  'Confirmed Stateside Support Account': '확인된 Stateside 지원 계정',
503
503
  'Escalation ID': '에스컬레이션 ID',
504
- 'Closed date': '종료일',
505
504
  Actions: '동작',
506
505
  'There was an error loading top solutions': '상위 솔루션을 로드하는 중에 오류가 발생했습니다.',
507
506
  'There was an error loading post comment section': '게시물 코멘트 섹션을 로드하는 중에 오류가 발생했습니다.',
@@ -737,7 +736,7 @@ export default {
737
736
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'must-gather 아카이브는 OpenShift 클러스터에 가장 적합한 솔루션을 제공하는 데 도움이 될 수 있습니다. 예를 들어 oc adm must-gather 및 생성된 출력을 아카이브합니다.',
738
737
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': '클러스터 ID, 별칭 및 도메인별로 검색하거나 클러스터 ID를 수동으로 입력합니다',
739
738
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": '예: 영향을 받는 사용자, 재정적 영향 및 법적, 국가 안보 또는 의료 긴급 상황의 문제인지 여부',
740
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': '필수 필드. OpenShift 4.x 클러스터 ID를 확인하려면 어떻게 해야 합니까?',
739
+ v4ClusterRequiredField: '필수 필드. <1>OpenShift 4.x 클러스터 ID를 확인하려면 어떻게 해야 합니까?</1>',
741
740
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': '클러스터 ID를 사용하면 이 지원 케이스와 함께 연결된 고객 툴 및 서비스를 사용하여 클러스터를 디버깅할 수 있습니다.',
742
741
  'Openshift Cluster ID': 'Openshift 클러스터 ID',
743
742
  "I don't have my Cluster ID": '클러스터 ID가 없습니다',
@@ -749,4 +748,5 @@ export default {
749
748
  'App feedback': '앱 피드백',
750
749
  'How satisfied are you with customer support’s web experience?': '고객 지원의 웹 경험에 얼마나 만족하십니까?',
751
750
  'Manage your application preferences or send feedback to the web experience team.': '애플리케이션 환경 설정을 관리하거나 웹 환경 팀에 피드백을 보냅니다.',
751
+ ChangeHostnamePrefLink: '<1>기본 설정에서<1/> 호스트 이름에 대한 가시성 변경',
752
752
  };
@@ -500,7 +500,6 @@ declare const _default: {
500
500
  'Private attachment': string;
501
501
  'Confirmed Stateside Support Account': string;
502
502
  'Escalation ID': string;
503
- 'Closed date': string;
504
503
  Actions: string;
505
504
  'There was an error loading top solutions': string;
506
505
  'There was an error loading post comment section': string;
@@ -736,7 +735,7 @@ declare const _default: {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
738
+ v4ClusterRequiredField: string;
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
741
740
  'Openshift Cluster ID': string;
742
741
  "I don't have my Cluster ID": string;
@@ -748,6 +747,7 @@ declare const _default: {
748
747
  'App feedback': string;
749
748
  'How satisfied are you with customer support\u2019s web experience?': string;
750
749
  'Manage your application preferences or send feedback to the web experience team.': string;
750
+ ChangeHostnamePrefLink: string;
751
751
  };
752
752
  export default _default;
753
753
  //# 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,wBAm3BE"}
1
+ {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAk3BE"}
@@ -500,7 +500,6 @@ export default {
500
500
  'Private attachment': 'Anexo privado',
501
501
  'Confirmed Stateside Support Account': 'Conta de suporte dos Estados Unidos confirmada',
502
502
  'Escalation ID': 'ID de encaminhamento',
503
- 'Closed date': 'Data de encerramento',
504
503
  Actions: 'Ações',
505
504
  'There was an error loading top solutions': 'Ocorreu um erro ao carregar as principais soluções',
506
505
  'There was an error loading post comment section': 'Ocorreu um erro ao carregar a seção de comentários da postagem',
@@ -736,7 +735,7 @@ export default {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'Um arquivo must-gather pode nos ajudar a fornecer as melhores soluções para seu cluster do OpenShift. Por exemplo, o oc adm must-gather e arquivar a saída gerada.',
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': 'Pesquise por ID do cluster, alias e domínio ou digite manualmente a ID do cluster',
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": 'Por exemplo, usuários afetados, impacto financeiro e se é uma questão de urgência legal, nacional ou médica',
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': 'Campo obrigatório. Como descubro minha ID de cluster do OpenShift 4.x?',
738
+ v4ClusterRequiredField: 'Campo obrigatório. <1>Como descubro minha ID de cluster do OpenShift 4.x?</1>',
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'As IDs de cluster nos permitem usar ferramentas e serviços de clientes conectados para depurar seu cluster em conjunto com este caso de suporte.',
741
740
  'Openshift Cluster ID': 'ID de cluster do OpenShift',
742
741
  "I don't have my Cluster ID": 'Eu não tenho minha ID de cluster',
@@ -748,4 +747,5 @@ export default {
748
747
  'App feedback': 'Comentários do aplicativo',
749
748
  'How satisfied are you with customer support’s web experience?': 'Qual é seu nível de satisfação com a experiência do suporte ao cliente na web?',
750
749
  'Manage your application preferences or send feedback to the web experience team.': 'Gerencie suas preferências do aplicativo ou envie comentários para a equipe de experiência da web.',
750
+ ChangeHostnamePrefLink: 'Altere a visibilidade dos nomes de host em <1>Preferências</1>',
751
751
  };
@@ -500,7 +500,6 @@ declare const _default: {
500
500
  'Private attachment': string;
501
501
  'Confirmed Stateside Support Account': string;
502
502
  'Escalation ID': string;
503
- 'Closed date': string;
504
503
  Actions: string;
505
504
  'There was an error loading top solutions': string;
506
505
  'There was an error loading post comment section': string;
@@ -736,7 +735,7 @@ declare const _default: {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
738
+ v4ClusterRequiredField: string;
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
741
740
  'Openshift Cluster ID': string;
742
741
  "I don't have my Cluster ID": string;
@@ -748,6 +747,7 @@ declare const _default: {
748
747
  'App feedback': string;
749
748
  'How satisfied are you with customer support\u2019s web experience?': string;
750
749
  'Manage your application preferences or send feedback to the web experience team.': string;
750
+ ChangeHostnamePrefLink: string;
751
751
  };
752
752
  export default _default;
753
753
  //# 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,wBA42BE"}
1
+ {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA22BE"}
@@ -500,7 +500,6 @@ export default {
500
500
  'Private attachment': 'Личное вложение',
501
501
  'Confirmed Stateside Support Account': 'Подтвержденная учетная запись внутренней службы поддержки',
502
502
  'Escalation ID': 'ID эскалации',
503
- 'Closed date': 'Дата закрытия',
504
503
  Actions: 'Действия',
505
504
  'There was an error loading top solutions': 'Произошла ошибка при загрузке лучших решений',
506
505
  'There was an error loading post comment section': 'Произошла ошибка при загрузке раздела комментариев',
@@ -736,7 +735,7 @@ export default {
736
735
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'Архив must-gather может помочь нам предоставить лучшие решения для вашего кластера OpenShift. Например, используйте команду oc adm must-gather и архивируйте сгенерированный вывод.',
737
736
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': 'Выполните поиск по идентификатору кластера, псевдониму и домену или вручную введите идентификатор кластера',
738
737
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": 'Например, затронутые пользователи, финансовые последствия, а также имеет ли вопрос срочность юридического, национального или медицинского характера',
739
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': 'Обязательное поле. Как определить идентификатор кластера OpenShift 4.x?',
738
+ v4ClusterRequiredField: 'Обязательное поле. <1>Как определить идентификатор кластера OpenShift 4.x?</1>',
740
739
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': 'Идентификаторы кластеров позволяют нам использовать подключенные клиентские инструменты и сервисы для отладки вашего кластера в связи с этим обращением в службу поддержки.',
741
740
  'Openshift Cluster ID': 'ID кластера Openshift',
742
741
  "I don't have my Cluster ID": 'У меня нет идентификатора кластера',
@@ -748,4 +747,5 @@ export default {
748
747
  'App feedback': 'Отзыв о приложении',
749
748
  'How satisfied are you with customer support’s web experience?': 'Насколько вы довольны веб-интерфейсом службы поддержки клиентов?',
750
749
  'Manage your application preferences or send feedback to the web experience team.': 'Управляйте настройками приложения или отправьте отзыв команде, отвечающей за веб-интерфейс.',
750
+ ChangeHostnamePrefLink: 'Измените видимость имен хостов в разделе <1>«Настройки»</1>',
751
751
  };
@@ -491,7 +491,6 @@ declare const _default: {
491
491
  'Private attachment': string;
492
492
  'Confirmed Stateside Support Account': string;
493
493
  'Escalation ID': string;
494
- 'Closed date': string;
495
494
  Actions: string;
496
495
  'There was an error loading top solutions': string;
497
496
  'There was an error loading post comment section': string;
@@ -730,7 +729,7 @@ declare const _default: {
730
729
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': string;
731
730
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': string;
732
731
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": string;
733
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': string;
732
+ v4ClusterRequiredField: string;
734
733
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': string;
735
734
  'Openshift Cluster ID': string;
736
735
  "I don't have my Cluster ID": string;
@@ -1 +1 @@
1
- {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8yBE"}
1
+ {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6yBE"}
@@ -491,7 +491,6 @@ export default {
491
491
  'Private attachment': '私人附件',
492
492
  'Confirmed Stateside Support Account': 'Confirmed Stateside Support 帐户',
493
493
  'Escalation ID': '升级 ID',
494
- 'Closed date': '关闭日期',
495
494
  Actions: '操作',
496
495
  'There was an error loading top solutions': '加载热门解决方案时出错',
497
496
  'There was an error loading post comment section': '加载帖子评论部分时出错',
@@ -730,7 +729,7 @@ export default {
730
729
  'A must-gather archive can help us provide the best solutions for your OpenShift cluster. For example, oc adm must-gather and archive the generated output.': 'must-gather 归档可以帮助我们为您的 OpenShift 集群提供最佳解决方案。例如,运行 oc adm must-gather 并对生成的输出进行归档。',
731
730
  'Search by Cluster ID, alias, and domain or manually enter your Cluster ID': '按集群 ID、别名和域搜索,或者手动输入您的集群 ID',
732
731
  "E.g., users affected, financial impact, and whether it's a matter of legal, national, or medical urgency": '例如,对用户的影响、对财务的影响,以及是否会涉及到法律、国家安全或紧急医疗事件等',
733
- 'Required field. How do I determine my OpenShift 4.x Cluster ID?': '必填字段。如何确定我的 OpenShift 4.x 集群 ID',
732
+ v4ClusterRequiredField: '必填字段。<1>如何确定我的 OpenShift 4.x 集群 ID?</1>',
734
733
  'Cluster IDs give us the ability to use connected customer tools and services to debug your cluster in conjunction with this support case.': '通过集群 ID,我们能够使用连接的客户工具和服务与这个问题单一起对集群进行调试。',
735
734
  'Openshift Cluster ID': 'Openshift 集群 ID',
736
735
  "I don't have my Cluster ID": '我没有集群 ID',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -73,8 +73,8 @@
73
73
  "@patternfly/react-core": "4.202.16",
74
74
  "@progress/kendo-drawing": "^1.6.0",
75
75
  "@progress/kendo-react-pdf": "^3.12.0",
76
- "@rh-support/components": "1.2.9",
77
- "@rh-support/react-context": "1.0.10",
76
+ "@rh-support/components": "1.2.10",
77
+ "@rh-support/react-context": "1.0.11",
78
78
  "@rh-support/types": "0.2.0",
79
79
  "@rh-support/user-permissions": "1.0.9",
80
80
  "@rh-support/utils": "1.0.7",
@@ -142,5 +142,5 @@
142
142
  "not ie <= 11",
143
143
  "not op_mini all"
144
144
  ],
145
- "gitHead": "8b668e214afb2821d1966a85d4d471fd33864d51"
145
+ "gitHead": "ff7637b5a64baf223384d15a3b84b6e7019b3a94"
146
146
  }