@rh-support/troubleshoot 2.1.10 → 2.1.11
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.
- package/lib/esm/components/CaseInformation/OpenCaseIssue.js +1 -1
- package/lib/esm/components/ImproveCase/KtQuestions.js +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +20 -19
- package/lib/esm/components/SubmitCase/SubmitCase.js +1 -1
- package/lib/esm/components/Suggestions/Suggestions.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/Suggestions.js +3 -2
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +2 -2
- package/lib/esm/components/wizardLayout/WizardMain.js +1 -1
- package/lib/esm/hooks/useWizard.js +8 -8
- package/lib/esm/i18n/template-fr.d.ts +44 -0
- package/lib/esm/i18n/template-fr.d.ts.map +1 -1
- package/lib/esm/i18n/template-fr.js +48 -0
- package/lib/esm/i18n/template-jp.d.ts +44 -0
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +48 -0
- package/lib/esm/i18n/template-ko.d.ts +44 -0
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +48 -0
- package/lib/esm/i18n/template-zh.d.ts +44 -0
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +48 -0
- package/package.json +2 -2
|
@@ -57,7 +57,7 @@ function OpenCaseIssue(props) {
|
|
|
57
57
|
? ' form-invalid'
|
|
58
58
|
: ''}`, "aria-invalid": isSummaryInValid, "aria-required": !!props.required, required: !!props.required, name: supportType === PreviousCaseTypes.FEATURE_ENHANCEMENT
|
|
59
59
|
? 'get-support-title'
|
|
60
|
-
: 'get-support-summary', placeholder: t("Summarize what you're experiencing today"), value: summary, onChange: onSummaryChange, onBlur: onSummaryBlur, autoFocus: !!props.autoFocus, "data-tracking-id": supportType === PreviousCaseTypes.FEATURE_ENHANCEMENT
|
|
60
|
+
: 'get-support-summary', placeholder: t('i18nkeySummarizeExperience', "Summarize what you're experiencing today"), value: summary, onChange: onSummaryChange, onBlur: onSummaryBlur, autoFocus: !!props.autoFocus, "data-tracking-id": supportType === PreviousCaseTypes.FEATURE_ENHANCEMENT
|
|
61
61
|
? 'get-support-title'
|
|
62
62
|
: 'get-support-summary' })),
|
|
63
63
|
((_a = summary) === null || _a === void 0 ? void 0 : _a.length) > SUMMARY_LENGTH_LIMIT && (React.createElement("div", { className: "pull-top" },
|
|
@@ -90,7 +90,7 @@ function KtQuestions(props) {
|
|
|
90
90
|
? ' form-invalid'
|
|
91
91
|
: ''}`, "aria-invalid": timeFramesAndUrgency && (timeFramesAndUrgency === null || timeFramesAndUrgency === void 0 ? void 0 : timeFramesAndUrgency.length) > CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT
|
|
92
92
|
? 'true'
|
|
93
|
-
: 'false', id: "ktQ4-timeFramesAndUrgency", value: timeFramesAndUrgency, isDisabled: isEmpty(timeFramesAndUrgency) && hasLargeCaseDescription && !isKTQ4TextAreaActive, onChange: onKtQ4Change, onFocus: onKTQ4FocusChange, onBlur: onKTQ4FocusChange, "aria-required": isKT4Required, "data-tracking-id": "get-support-ktQ4-timeFramesAndUrgency", placeholder: t(
|
|
93
|
+
: 'false', id: "ktQ4-timeFramesAndUrgency", value: timeFramesAndUrgency, isDisabled: isEmpty(timeFramesAndUrgency) && hasLargeCaseDescription && !isKTQ4TextAreaActive, onChange: onKtQ4Change, onFocus: onKTQ4FocusChange, onBlur: onKTQ4FocusChange, "aria-required": isKT4Required, "data-tracking-id": "get-support-ktQ4-timeFramesAndUrgency", placeholder: t("User or financial impact, and whether there's a legal, national, or medical urgency"), isRequired: isKT4Required }),
|
|
94
94
|
React.createElement("p", { className: "form-instructions", "data-tracking-id": "large-4k-warning-ktQ4-environment" }, `${isKTQ4TextAreaActive && ((_a = timeFramesAndUrgency) === null || _a === void 0 ? void 0 : _a.length) > CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT
|
|
95
95
|
? `Description cannot be more than ${CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT} characters`
|
|
96
96
|
: ''}`),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SupportTypeSelectorPage.d.ts","sourceRoot":"","sources":["../../../../src/components/OpenCase/SupportTypeSelectorPage.tsx"],"names":[],"mappings":"AAqBA,MAAM,CAAC,OAAO,UAAU,uBAAuB,
|
|
1
|
+
{"version":3,"file":"SupportTypeSelectorPage.d.ts","sourceRoot":"","sources":["../../../../src/components/OpenCase/SupportTypeSelectorPage.tsx"],"names":[],"mappings":"AAqBA,MAAM,CAAC,OAAO,UAAU,uBAAuB,gBA+K9C"}
|
|
@@ -58,55 +58,55 @@ export default function SupportTypeSelectorPage() {
|
|
|
58
58
|
id: 0,
|
|
59
59
|
icon: React.createElement(BugIcon, null),
|
|
60
60
|
oldSupportType: PreviousCaseTypes.DEFECT_BUG,
|
|
61
|
-
supportTypeHeading:
|
|
62
|
-
supportTypeDescription:
|
|
61
|
+
supportTypeHeading: NewCaseTypes.BUG_DEFECT,
|
|
62
|
+
supportTypeDescription: 'Report an issue with a product',
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
id: 1,
|
|
66
66
|
icon: React.createElement(CertificationIcon, null),
|
|
67
67
|
oldSupportType: PreviousCaseTypes.CERTIFICATION,
|
|
68
|
-
supportTypeHeading:
|
|
69
|
-
supportTypeDescription:
|
|
68
|
+
supportTypeHeading: NewCaseTypes.CERTIFICATION,
|
|
69
|
+
supportTypeDescription: 'Hardware and software certification support',
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
id: 2,
|
|
73
73
|
icon: React.createElement(GearIcon, null),
|
|
74
74
|
oldSupportType: PreviousCaseTypes.CONFIGURATION_ISSUE,
|
|
75
|
-
supportTypeHeading:
|
|
76
|
-
supportTypeDescription:
|
|
75
|
+
supportTypeHeading: NewCaseTypes.CONFIGURATION,
|
|
76
|
+
supportTypeDescription: 'Set-up and configuration support',
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
id: 3,
|
|
80
80
|
icon: React.createElement(CustomerServiceIcon, null),
|
|
81
81
|
oldSupportType: PreviousCaseTypes.ACCOUNT_CUSTOMERSERVICE_REQUEST,
|
|
82
|
-
supportTypeHeading:
|
|
83
|
-
supportTypeDescription:
|
|
82
|
+
supportTypeHeading: NewCaseTypes.CUSTOMER_SERVICE,
|
|
83
|
+
supportTypeDescription: 'Account, billing, or subscription support',
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
id: 4,
|
|
87
87
|
icon: React.createElement(DocumentationIcon, null),
|
|
88
88
|
oldSupportType: PreviousCaseTypes.USAGE_DOCUMENTATION_HELP,
|
|
89
|
-
supportTypeHeading:
|
|
90
|
-
supportTypeDescription:
|
|
89
|
+
supportTypeHeading: NewCaseTypes.USAGE_DOCS_HELP,
|
|
90
|
+
supportTypeDescription: 'Suggest or request an update to content',
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
id: 5,
|
|
94
94
|
icon: React.createElement(IdeaIcon, null),
|
|
95
95
|
oldSupportType: PreviousCaseTypes.FEATURE_ENHANCEMENT,
|
|
96
|
-
supportTypeHeading:
|
|
97
|
-
supportTypeDescription:
|
|
96
|
+
supportTypeHeading: NewCaseTypes.IDEA,
|
|
97
|
+
supportTypeDescription: 'Request a feature or product enhancement',
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
id: 6,
|
|
101
101
|
icon: React.createElement(RcaIcon, null),
|
|
102
102
|
oldSupportType: PreviousCaseTypes.RCA_ONLY,
|
|
103
|
-
supportTypeHeading:
|
|
104
|
-
supportTypeDescription:
|
|
103
|
+
supportTypeHeading: NewCaseTypes.ROOT_CAUSE_ANALYSIS,
|
|
104
|
+
supportTypeDescription: 'Only for identifying the source of an issue',
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
id: 7,
|
|
108
108
|
oldSupportType: PreviousCaseTypes.OTHER,
|
|
109
|
-
supportTypeHeading:
|
|
109
|
+
supportTypeHeading: NewCaseTypes.OTHER,
|
|
110
110
|
},
|
|
111
111
|
];
|
|
112
112
|
return (React.createElement("div", { className: "form-group" },
|
|
@@ -122,9 +122,10 @@ export default function SupportTypeSelectorPage() {
|
|
|
122
122
|
React.createElement(SplitItem, { className: "pf-u-pr-lg" },
|
|
123
123
|
React.createElement(Bullseye, null, supportTypesArrayValues.icon && supportTypesArrayValues.icon)),
|
|
124
124
|
React.createElement(SplitItem, { isFilled: true },
|
|
125
|
-
React.createElement("header", { className: "pf-u-font-family-redhatVF-heading-sans-serif" },
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
React.createElement("header", { className: "pf-u-font-family-redhatVF-heading-sans-serif" },
|
|
125
|
+
React.createElement("header", { className: "pf-u-font-family-redhatVF-heading-sans-serif" },
|
|
126
|
+
React.createElement(Trans, null, supportTypesArrayValues.supportTypeHeading)),
|
|
127
|
+
React.createElement(Trans, null, supportTypesArrayValues.supportTypeDescription)))) : (React.createElement(Bullseye, null,
|
|
128
|
+
React.createElement("header", { className: "pf-u-font-family-redhatVF-heading-sans-serif" },
|
|
129
|
+
React.createElement(Trans, null, supportTypesArrayValues.supportTypeHeading))))))));
|
|
129
130
|
}))));
|
|
130
131
|
}
|
|
@@ -132,7 +132,7 @@ export default function SubmitCase() {
|
|
|
132
132
|
React.createElement("div", null,
|
|
133
133
|
React.createElement(ActionList, null,
|
|
134
134
|
React.createElement(ActionListItem, null,
|
|
135
|
-
React.createElement(Button, { component: "a", href: `${getRedhatDotComHost(Env.getEnvName())}/wapps/ugc/protected
|
|
135
|
+
React.createElement(Button, { component: "a", href: `${getRedhatDotComHost(Env.getEnvName())}/wapps/ugc/protected/${'personalInfo.html'}`, target: "_blank", variant: "secondary", "data-tracking-id": "get-support-update-info" }, "Update info")),
|
|
136
136
|
React.createElement(ActionListItem, null,
|
|
137
137
|
React.createElement(Button, { className: "pf-u-ml-md", component: (props) => React.createElement(Link, Object.assign({}, props, { to: `/case/${caseNumber}` })), href: getCaseURL(), variant: "primary", "data-tracking-id": "get-support-view-case", isDisabled: viewDisabled }, "View case"))))),
|
|
138
138
|
!isEmpty(attachmentState.caseFiles.selectedLocalFiles) && (React.createElement(FileUploader, { idToUploadTo: caseNumber, isSessionId: false, isSecureSupport: loggedInUsersAccount.data.secureSupport })),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Suggestions.d.ts","sourceRoot":"","sources":["../../../../src/components/Suggestions/Suggestions.tsx"],"names":[],"mappings":"AAgBA,UAAU,MAAM;IACZ,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Suggestions.d.ts","sourceRoot":"","sources":["../../../../src/components/Suggestions/Suggestions.tsx"],"names":[],"mappings":"AAgBA,UAAU,MAAM;IACZ,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,MAAM,eAiGhD"}
|
|
@@ -4,7 +4,7 @@ import { FeatureFlagKey, useIsFeatureAvailable } from '@rh-support/react-context
|
|
|
4
4
|
import isEqual from 'lodash/isEqual';
|
|
5
5
|
import map from 'lodash/map';
|
|
6
6
|
import React, { useContext, useRef, useState } from 'react';
|
|
7
|
-
import { Trans } from 'react-i18next';
|
|
7
|
+
import { Trans, useTranslation } from 'react-i18next';
|
|
8
8
|
import { useCaseSelector } from '../../context/CaseContext';
|
|
9
9
|
import { SessionRestoreDispatchContext, SessionRestoreStateContext } from '../../context/SessionRestoreContext';
|
|
10
10
|
import { TCStateContext } from '../../context/TopContentContext';
|
|
@@ -19,6 +19,7 @@ export default function Suggestions(props) {
|
|
|
19
19
|
version: state.caseDetails.version,
|
|
20
20
|
product: state.caseDetails.product,
|
|
21
21
|
}), isEqual);
|
|
22
|
+
const { t } = useTranslation();
|
|
22
23
|
const { showMax, showTitleDescription = true } = props;
|
|
23
24
|
const isTCSearchEnabled = useIsFeatureAvailable(FeatureFlagKey.tcSearch) && (topContent.data || []).length > 3;
|
|
24
25
|
const sessionRestoreDispatch = useContext(SessionRestoreDispatchContext);
|
|
@@ -44,7 +45,7 @@ export default function Suggestions(props) {
|
|
|
44
45
|
return (React.createElement("div", null,
|
|
45
46
|
showTitleDescription && (React.createElement("div", { className: "card card-support" },
|
|
46
47
|
!isTCSearchEnabled && (React.createElement(Trans, null,
|
|
47
|
-
React.createElement("h3", { className: "card-heading popular-solutions" }, props.title ? props.title : 'Popular solutions and docs'))),
|
|
48
|
+
React.createElement("h3", { className: "card-heading popular-solutions" }, props.title ? props.title : t('i18nKeyPopularSolutions', 'Popular solutions and docs')))),
|
|
48
49
|
isTCSearchEnabled && (React.createElement("div", { className: "card-body" },
|
|
49
50
|
React.createElement(TopContentSearch, { topContentData: topContent.data, topContentResultsWrapperRef: accordionRef, onSearch: onSearchChange, dataTrackingId: "top-content-filter-troubleshoot", enableEventTracking: true }))))),
|
|
50
51
|
React.createElement("pfe-accordion", { ref: accordionRef }, map(filteredTC.slice(0, maxTC), (sug, index) => {
|
|
@@ -43,13 +43,13 @@ function TroubleshootSection(props) {
|
|
|
43
43
|
React.createElement("header", null,
|
|
44
44
|
React.createElement("h3", null,
|
|
45
45
|
React.createElement(Trans, null,
|
|
46
|
-
|
|
46
|
+
t('Because you selected'),
|
|
47
47
|
' ',
|
|
48
48
|
React.createElement("p", { className: "pf-u-font-weight-bold selected-product-suggestion" }, product))),
|
|
49
49
|
React.createElement(LoadingDots, { show: topContent.isFetching }),
|
|
50
50
|
topContent.data.length === 0 && (React.createElement("div", { className: "card card-white card-support" },
|
|
51
51
|
React.createElement("h3", { className: "card-heading popular-solutions" },
|
|
52
|
-
React.createElement(Trans,
|
|
52
|
+
React.createElement(Trans, { i18nKey: 'i18nKeyPopularSolutions' }, "Popular solutions and docs")),
|
|
53
53
|
React.createElement("div", { className: "card-body" },
|
|
54
54
|
React.createElement(Trans, null, "No recommendations for this product")))),
|
|
55
55
|
React.createElement(ErrorBoundary, { errorMsgInfo: { message: t('There was an error loading suggestions') } }, canShowTopContent && !isEmpty(version) && React.createElement(Suggestions, null)),
|
|
@@ -48,7 +48,7 @@ function WizardMain(props) {
|
|
|
48
48
|
// in useWizard file then add it to step squences in RouteConstNTypes
|
|
49
49
|
const steps = getStepsSequece(showRestFlag);
|
|
50
50
|
return (React.createElement(React.Fragment, null,
|
|
51
|
-
steps.length !== 0 && (React.createElement(Route, { path: `${RouteUtils.seBasePath}
|
|
51
|
+
steps.length !== 0 && (React.createElement(Route, { path: `${RouteUtils.seBasePath}/(${steps[0].id}|describe-issue)`, render: () => (React.createElement(Wizard, { navAriaLabel: ` navAriaLabel steps `, mainAriaLabel: ` mainAriaLabel content `, steps: steps, footer: CustomFooter, onNext: onNext, onBack: onBack, hideClose: true, backButtonText: t('Go back'), onCurrentStepChanged: onCurrentStepChanged })) })),
|
|
52
52
|
React.createElement(Route, { exact: true, path: `${RouteUtils.seBasePath}/${AppRouteSections.SUBMIT_CASE}`, render: () => renderSubmitCasePage() })));
|
|
53
53
|
}
|
|
54
54
|
export default WizardMain;
|
|
@@ -47,37 +47,37 @@ export function useWizard(routeProps) {
|
|
|
47
47
|
};
|
|
48
48
|
// components that are used in wizard steps
|
|
49
49
|
const appRouteConfugurations = {
|
|
50
|
-
[AppRouteSections.GET_SUPPORT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.GET_SUPPORT, name: 'Get support', component: (React.createElement(MainSection, { section: AppRouteSections.GET_SUPPORT, title: t('Why are you opening a case?'), description: t('Select the best category for your issue.') },
|
|
50
|
+
[AppRouteSections.GET_SUPPORT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.GET_SUPPORT, name: t('Get support'), component: (React.createElement(MainSection, { section: AppRouteSections.GET_SUPPORT, title: t('Why are you opening a case?'), description: t('Select the best category for your issue.') },
|
|
51
51
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
52
52
|
alertMessage(),
|
|
53
53
|
React.createElement(OpenCase, { routeProps: routeProps })))), canJumpTo: isSectionValidFn(AppRouteSections.GET_SUPPORT) || activeSection === AppRouteSections.GET_SUPPORT }),
|
|
54
|
-
[AppRouteSections.SUMMARIZE]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.SUMMARIZE, name: 'Summarize', component: (React.createElement(MainSection, { section: AppRouteSections.SUMMARIZE, title: t('What are you having an issue with?') },
|
|
54
|
+
[AppRouteSections.SUMMARIZE]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.SUMMARIZE, name: t('Summarize'), component: (React.createElement(MainSection, { section: AppRouteSections.SUMMARIZE, title: t('What are you having an issue with?') },
|
|
55
55
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
56
56
|
alertMessage(),
|
|
57
57
|
React.createElement(ProductSelector, { routeProps: routeProps })))), canJumpTo: isSectionValidFn(AppRouteSections.SUMMARIZE) || activeSection === AppRouteSections.SUMMARIZE }),
|
|
58
|
-
[AppRouteSections.TROUBLESHOOT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.TROUBLESHOOT, name: 'Troubleshoot', component: (React.createElement(MainSection, { section: AppRouteSections.TROUBLESHOOT, title: t('Recommendations') },
|
|
58
|
+
[AppRouteSections.TROUBLESHOOT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.TROUBLESHOOT, name: t('Troubleshoot'), component: (React.createElement(MainSection, { section: AppRouteSections.TROUBLESHOOT, title: t('Recommendations') },
|
|
59
59
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
60
60
|
alertMessage(),
|
|
61
61
|
React.createElement(TroubleshootSection, null)))), canJumpTo: isSectionValidFn(AppRouteSections.TROUBLESHOOT) || activeSection === AppRouteSections.TROUBLESHOOT, nextButtonLabel: isCaseCreate ? t('Continue') : t('Get support') }),
|
|
62
|
-
[AppRouteSections.DESCRIBE_MORE]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.DESCRIBE_MORE, name: 'Describe more', component: (React.createElement(MainSection, { section: AppRouteSections.DESCRIBE_MORE, title: React.createElement(React.Fragment, null,
|
|
62
|
+
[AppRouteSections.DESCRIBE_MORE]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.DESCRIBE_MORE, name: t('Describe more'), component: (React.createElement(MainSection, { section: AppRouteSections.DESCRIBE_MORE, title: React.createElement(React.Fragment, null,
|
|
63
63
|
t('Case information'),
|
|
64
64
|
isEmpty(RouteUtils.seBasePath) && isSelectedAccounntSecureSupport && (React.createElement("span", { className: "secured-support" },
|
|
65
65
|
React.createElement(Trans, null, "Secured Support")))), description: t('Provide the details of your issue.') },
|
|
66
66
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
67
67
|
alertMessage(),
|
|
68
68
|
React.createElement(CaseInformation, { routeProps: routeProps })))), canJumpTo: isSectionValidFn(AppRouteSections.DESCRIBE_MORE) || activeSection === AppRouteSections.DESCRIBE_MORE }),
|
|
69
|
-
[AppRouteSections.DESCRIBE_IDEA]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.DESCRIBE_IDEA, name: 'Describe more', component: (React.createElement(MainSection, { section: AppRouteSections.DESCRIBE_IDEA, title: t('Idea information'), description: t("We'll be in contact with you shortly. Look for updates on this case.") },
|
|
69
|
+
[AppRouteSections.DESCRIBE_IDEA]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.DESCRIBE_IDEA, name: t('Describe more'), component: (React.createElement(MainSection, { section: AppRouteSections.DESCRIBE_IDEA, title: t('Idea information'), description: t("We'll be in contact with you shortly. Look for updates on this case.") },
|
|
70
70
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
71
71
|
alertMessage(),
|
|
72
72
|
React.createElement(IdeaInformation, null)))), canJumpTo: isSectionValidFn(AppRouteSections.DESCRIBE_IDEA) || activeSection === AppRouteSections.DESCRIBE_IDEA, nextButtonLabel: 'Submit', disableOtherSections: false }),
|
|
73
|
-
[AppRouteSections.MANAGEMENT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.MANAGEMENT, name: 'Management', component: (React.createElement(MainSection, { section: AppRouteSections.MANAGEMENT, title: t('Case management'), descriptionClassName: "text-medium-grey" },
|
|
73
|
+
[AppRouteSections.MANAGEMENT]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.MANAGEMENT, name: t('Management'), component: (React.createElement(MainSection, { section: AppRouteSections.MANAGEMENT, title: t('Case management'), descriptionClassName: "text-medium-grey" },
|
|
74
74
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
75
75
|
alertMessage(),
|
|
76
76
|
React.createElement(CaseManagement, null)))), canJumpTo: isSectionValidFn(AppRouteSections.MANAGEMENT) || activeSection === AppRouteSections.MANAGEMENT }),
|
|
77
|
-
[AppRouteSections.REVIEW]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.REVIEW, name: 'Review', component: (React.createElement(MainSection, { section: AppRouteSections.REVIEW, title: t('Preview case'), description: t('Before submitting, review the information you entered.') },
|
|
77
|
+
[AppRouteSections.REVIEW]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.REVIEW, name: t('Review'), component: (React.createElement(MainSection, { section: AppRouteSections.REVIEW, title: t('Preview case'), description: t('Before submitting, review the information you entered.') },
|
|
78
78
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
79
79
|
alertMessage(),
|
|
80
|
-
React.createElement(Review, { routeProps: routeProps })))), canJumpTo: isSectionValidFn(AppRouteSections.REVIEW) || activeSection === AppRouteSections.REVIEW, nextButtonLabel: 'Submit' }),
|
|
80
|
+
React.createElement(Review, { routeProps: routeProps })))), canJumpTo: isSectionValidFn(AppRouteSections.REVIEW) || activeSection === AppRouteSections.REVIEW, nextButtonLabel: t('Submit') }),
|
|
81
81
|
[AppRouteSections.BREAK]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.BREAK, name: 'break', component: React.createElement(React.Fragment, null) }),
|
|
82
82
|
};
|
|
83
83
|
const getSteps = (routeSequence, showRest) => {
|
|
@@ -747,6 +747,50 @@ declare const _default: {
|
|
|
747
747
|
'How satisfied are you with customer support\u2019s web experience?': string;
|
|
748
748
|
'Manage your application preferences or send feedback to the web experience team.': string;
|
|
749
749
|
ChangeHostnamePrefLink: string;
|
|
750
|
+
i18nkeySummarizeExperience: string;
|
|
751
|
+
'Search for or select a product': string;
|
|
752
|
+
'Drag and drop, paste, or browse to upload a file': string;
|
|
753
|
+
'Upload file to analyze': string;
|
|
754
|
+
'Because you selected': string;
|
|
755
|
+
i18nKeyPopularSolutions: string;
|
|
756
|
+
'Knowledgebase recommendations': string;
|
|
757
|
+
'Go back': string;
|
|
758
|
+
'Get support': string;
|
|
759
|
+
'What can we help you with?': string;
|
|
760
|
+
'Bug or defect': string;
|
|
761
|
+
'Report an issue with a product': string;
|
|
762
|
+
'Hardware and software certification support': string;
|
|
763
|
+
Configuration: string;
|
|
764
|
+
'Set-up and configuration support': string;
|
|
765
|
+
'Customer service': string;
|
|
766
|
+
'Account, billing, or subscription support': string;
|
|
767
|
+
'Usage & Docs help': string;
|
|
768
|
+
'Suggest or request an update to content': string;
|
|
769
|
+
Idea: string;
|
|
770
|
+
'Request a feature or product enhancement': string;
|
|
771
|
+
'Root cause analysis': string;
|
|
772
|
+
'Only for identifying the source of an issue': string;
|
|
773
|
+
'Describe more': string;
|
|
774
|
+
'Please enter an elaborate description': string;
|
|
775
|
+
'Define the value or impact to you or the business': string;
|
|
776
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": string;
|
|
777
|
+
'Where are you experiencing this behavior? What environment?': string;
|
|
778
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': string;
|
|
779
|
+
'Please describe your request*': string;
|
|
780
|
+
"Case owner's phone number": string;
|
|
781
|
+
'A current phone number with the country code helps us support you better.': string;
|
|
782
|
+
'Select a language for communicating with our support engineers.': string;
|
|
783
|
+
'Organization administrators have the permission to manage groups.': string;
|
|
784
|
+
'Add an internal associate to watch this case': string;
|
|
785
|
+
'Personal reference number': string;
|
|
786
|
+
'Enter the reference number used personally or within your company': string;
|
|
787
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': string;
|
|
788
|
+
'Support type': string;
|
|
789
|
+
"We've added your case to our queue": string;
|
|
790
|
+
'Case number:': string;
|
|
791
|
+
'Is this contact information correct?': string;
|
|
792
|
+
'Troubleshoot this case': string;
|
|
793
|
+
Summarize: string;
|
|
750
794
|
};
|
|
751
795
|
export default _default;
|
|
752
796
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAy7BE"}
|
|
@@ -748,4 +748,52 @@ export default {
|
|
|
748
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 ?",
|
|
749
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
750
|
ChangeHostnamePrefLink: "Modifier la visibilité des noms d'hôtes sous <1>Préférences</1>",
|
|
751
|
+
i18nkeySummarizeExperience: 'Résumez ce que vous vivez',
|
|
752
|
+
'Search for or select a product': 'Rechercher ou sélectionner un produit',
|
|
753
|
+
'Drag and drop, paste, or browse to upload a file': 'Glisser-déposer, coller ou parcourir pour télécharger un fichier',
|
|
754
|
+
'Upload file to analyze': 'Télécharger le fichier à analyser',
|
|
755
|
+
// Version: 'Version',
|
|
756
|
+
// Troubleshoot: 'Résolution de pannes',
|
|
757
|
+
'Because you selected': 'Parce que vous avez sélectionné',
|
|
758
|
+
i18nKeyPopularSolutions: 'Solutions et documents populaires',
|
|
759
|
+
'Knowledgebase recommendations': 'Recommandations de la base de connaissances',
|
|
760
|
+
'Go back': 'Revenir en arrière',
|
|
761
|
+
'Get support': "Obtenir de l'aide",
|
|
762
|
+
'What can we help you with?': 'Que pouvons-nous faire pour vous ?',
|
|
763
|
+
'Bug or defect': 'Bogue ou défaillance',
|
|
764
|
+
'Report an issue with a product': 'Signaler un problème avec un produit',
|
|
765
|
+
'Hardware and software certification support': 'Aide à la certification du matériel et des logiciels',
|
|
766
|
+
Configuration: 'Configuration',
|
|
767
|
+
'Set-up and configuration support': 'Assistance à la mise en place et à la configuration',
|
|
768
|
+
'Customer service': 'Service à la clientèle',
|
|
769
|
+
'Account, billing, or subscription support': "Aide à l'ouverture de compte, à la facturation ou à l'abonnement",
|
|
770
|
+
'Usage & Docs help': 'Utilisation et aide documentaire',
|
|
771
|
+
'Suggest or request an update to content': 'Suggérer ou demander une mise à jour du contenu',
|
|
772
|
+
Idea: 'Idée',
|
|
773
|
+
'Request a feature or product enhancement': "Demander une amélioration d'une fonctionnalité ou d'un produit",
|
|
774
|
+
'Root cause analysis': 'Analyse des causes profondes',
|
|
775
|
+
'Only for identifying the source of an issue': "Uniquement pour identifier la source d'un problème",
|
|
776
|
+
'Describe more': 'Décrire davantage',
|
|
777
|
+
'Please enter an elaborate description': 'Veuillez saisir une description détaillée',
|
|
778
|
+
'Define the value or impact to you or the business': "Définir la valeur ou l'impact pour vous ou pour l'entreprise",
|
|
779
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": "L'impact sur l'utilisateur ou l'impact financier, et s'il y a une urgence juridique, nationale ou médicale",
|
|
780
|
+
'Where are you experiencing this behavior? What environment?': 'Où rencontrez-vous ce comportement ? Dans quel environnement ?',
|
|
781
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': 'Quand ce comportement se produit-il ? A quelle fréquence ? De façon répétée ? A certains moments ?',
|
|
782
|
+
'Please describe your request*': 'Veuillez décrire votre demande*',
|
|
783
|
+
// Management: 'Gestion',
|
|
784
|
+
"Case owner's phone number": 'Numéro de téléphone du propriétaire du dossier',
|
|
785
|
+
'A current phone number with the country code helps us support you better.': "Un numéro de téléphone actuel avec l'indicatif du pays nous permet de mieux vous aider.",
|
|
786
|
+
'Select a language for communicating with our support engineers.': "Sélectionnez une langue pour communiquer avec nos ingénieurs d'assistance.",
|
|
787
|
+
'Organization administrators have the permission to manage groups.': "Les administrateurs de l'organisation ont le droit de gérer les groupes.",
|
|
788
|
+
'Add an internal associate to watch this case': 'Ajoutez un collaborateur interne pour suivre ce dossier',
|
|
789
|
+
'Personal reference number': 'Numéro de référence personnel',
|
|
790
|
+
'Enter the reference number used personally or within your company': 'Saisissez le numéro de référence utilisé personnellement ou au sein de votre entreprise.',
|
|
791
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': "Ajoutez un numéro de référence personnel ou d'entreprise pour vous aider à relier, organiser et suivre les dossiers.",
|
|
792
|
+
// Review: 'Révision',
|
|
793
|
+
'Support type': 'Type de support',
|
|
794
|
+
"We've added your case to our queue": "Nous avons ajouté votre cas à notre file d'attente",
|
|
795
|
+
'Case number:': 'Numéro de dossier :',
|
|
796
|
+
'Is this contact information correct?': 'Ces coordonnées sont-elles correctes ?',
|
|
797
|
+
'Troubleshoot this case': 'Résolution de ce cas',
|
|
798
|
+
Summarize: 'Résumez',
|
|
751
799
|
};
|
|
@@ -750,6 +750,50 @@ declare const _default: {
|
|
|
750
750
|
'How satisfied are you with customer support\u2019s web experience?': string;
|
|
751
751
|
'Manage your application preferences or send feedback to the web experience team.': string;
|
|
752
752
|
ChangeHostnamePrefLink: string;
|
|
753
|
+
i18nkeySummarizeExperience: string;
|
|
754
|
+
'Search for or select a product': string;
|
|
755
|
+
'Drag and drop, paste, or browse to upload a file': string;
|
|
756
|
+
'Upload file to analyze': string;
|
|
757
|
+
'Because you selected': string;
|
|
758
|
+
i18nKeyPopularSolutions: string;
|
|
759
|
+
'Knowledgebase recommendations': string;
|
|
760
|
+
'Go back': string;
|
|
761
|
+
'Get support': string;
|
|
762
|
+
'What can we help you with?': string;
|
|
763
|
+
'Bug or defect': string;
|
|
764
|
+
'Report an issue with a product': string;
|
|
765
|
+
'Hardware and software certification support': string;
|
|
766
|
+
Configuration: string;
|
|
767
|
+
'Set-up and configuration support': string;
|
|
768
|
+
'Customer service': string;
|
|
769
|
+
'Account, billing, or subscription support': string;
|
|
770
|
+
'Usage & Docs help': string;
|
|
771
|
+
'Suggest or request an update to content': string;
|
|
772
|
+
Idea: string;
|
|
773
|
+
'Request a feature or product enhancement': string;
|
|
774
|
+
'Root cause analysis': string;
|
|
775
|
+
'Only for identifying the source of an issue': string;
|
|
776
|
+
'Describe more': string;
|
|
777
|
+
'Please enter an elaborate description': string;
|
|
778
|
+
'Define the value or impact to you or the business': string;
|
|
779
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": string;
|
|
780
|
+
'Where are you experiencing this behavior? What environment?': string;
|
|
781
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': string;
|
|
782
|
+
'Please describe your request*': string;
|
|
783
|
+
"Case owner's phone number": string;
|
|
784
|
+
'A current phone number with the country code helps us support you better.': string;
|
|
785
|
+
'Select a language for communicating with our support engineers.': string;
|
|
786
|
+
'Organization administrators have the permission to manage groups.': string;
|
|
787
|
+
'Add an internal associate to watch this case': string;
|
|
788
|
+
'Personal reference number': string;
|
|
789
|
+
'Enter the reference number used personally or within your company': string;
|
|
790
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': string;
|
|
791
|
+
'Support type': string;
|
|
792
|
+
"We've added your case to our queue": string;
|
|
793
|
+
'Case number:': string;
|
|
794
|
+
'Is this contact information correct?': string;
|
|
795
|
+
'Troubleshoot this case': string;
|
|
796
|
+
Summarize: string;
|
|
753
797
|
};
|
|
754
798
|
export default _default;
|
|
755
799
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg6BE"}
|
|
@@ -751,4 +751,52 @@ export default {
|
|
|
751
751
|
'How satisfied are you with customer support’s web experience?': 'カスタマーサポートの Web エクスペリエンスに満足していますか ?',
|
|
752
752
|
'Manage your application preferences or send feedback to the web experience team.': 'アプリケーション設定を管理するか、または Web エクスペリエンスチームへのフィードバックを送信します。',
|
|
753
753
|
ChangeHostnamePrefLink: '<1>設定</1>のホスト名の可視性の変更',
|
|
754
|
+
i18nkeySummarizeExperience: '問題の要約',
|
|
755
|
+
'Search for or select a product': '製品の検索または選択',
|
|
756
|
+
'Drag and drop, paste, or browse to upload a file': 'ドラッグアンドドロップ、貼り付け、または保存先を閲覧してファイルをアップロードします',
|
|
757
|
+
'Upload file to analyze': '分析するファイルのアップロード',
|
|
758
|
+
// Version: 'バージョン',
|
|
759
|
+
// Troubleshoot: 'トラブルシューティング',
|
|
760
|
+
'Because you selected': '選択した製品:',
|
|
761
|
+
i18nKeyPopularSolutions: '一般的なソリューション記事およびドキュメント',
|
|
762
|
+
'Knowledgebase recommendations': '推奨されるナレッジベース',
|
|
763
|
+
'Go back': '戻る',
|
|
764
|
+
'Get support': 'サポートを利用する',
|
|
765
|
+
'What can we help you with?': 'お困りの点やご不明な点はございませんか?',
|
|
766
|
+
'Bug or defect': 'バグまたは不具合',
|
|
767
|
+
'Report an issue with a product': '製品の問題を報告する',
|
|
768
|
+
'Hardware and software certification support': 'ハードウェアおよびソフトウェア認定サポート',
|
|
769
|
+
Configuration: '設定',
|
|
770
|
+
'Set-up and configuration support': 'セットアップと設定のサポート',
|
|
771
|
+
'Customer service': 'カスタマーサービス',
|
|
772
|
+
'Account, billing, or subscription support': 'アカウント、請求、またはサブスクリプションのサポート',
|
|
773
|
+
'Usage & Docs help': '使用方法とドキュメントのヘルプ',
|
|
774
|
+
'Suggest or request an update to content': 'コンテンツの更新への提案またはリクエスト',
|
|
775
|
+
Idea: 'アイデア',
|
|
776
|
+
'Request a feature or product enhancement': '機能強化または製品強化のリクエスト',
|
|
777
|
+
'Root cause analysis': '根本原因分析',
|
|
778
|
+
'Only for identifying the source of an issue': '問題の原因特定のみを対象',
|
|
779
|
+
'Describe more': '詳細に説明する',
|
|
780
|
+
'Please enter an elaborate description': '詳細な説明を入力してください',
|
|
781
|
+
'Define the value or impact to you or the business': 'お客様またはビジネスに対する価値または影響を定義する',
|
|
782
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": 'ユーザーへの影響、経理的な影響、そして法的、国家的、または医療的緊急性があるかどうか',
|
|
783
|
+
'Where are you experiencing this behavior? What environment?': 'この動作はどこで発生していますか? どのような環境で発生していますか?',
|
|
784
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': 'この動作はいつ発生しますか? 発生する頻度はどれくらいですか? 繰り返し発生しますか? 特定のタイミングで発生しますか?',
|
|
785
|
+
'Please describe your request*': 'リクエスト内容を説明してください*',
|
|
786
|
+
// Management: '管理',
|
|
787
|
+
"Case owner's phone number": 'ケース所有者の電話番号',
|
|
788
|
+
'A current phone number with the country code helps us support you better.': '現在の電話番号に国コードを追加していただくと、より適切なサポートが可能になります。',
|
|
789
|
+
'Select a language for communicating with our support engineers.': 'サポートエンジニアとの連絡に使用する言語を選択します。',
|
|
790
|
+
'Organization administrators have the permission to manage groups.': '組織管理者には、グループを管理する権限があります。',
|
|
791
|
+
'Add an internal associate to watch this case': 'このケースをウォッチする社内アソシエイトを追加します',
|
|
792
|
+
'Personal reference number': '個人参照番号',
|
|
793
|
+
'Enter the reference number used personally or within your company': '個人または会社内で使用する参照番号を入力します',
|
|
794
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': 'ケースの連絡、整理、追跡に役立つ個人または会社の参照番号を追加します。',
|
|
795
|
+
// Review: 'レビュー',
|
|
796
|
+
'Support type': 'サポートタイプ',
|
|
797
|
+
"We've added your case to our queue": 'ケースをキューに追加しました',
|
|
798
|
+
'Case number:': 'ケース番号:',
|
|
799
|
+
'Is this contact information correct?': 'この連絡先情報が正しいことを確認してください。',
|
|
800
|
+
'Troubleshoot this case': 'このケースのトラブルシューティングを行う',
|
|
801
|
+
Summarize: '概要',
|
|
754
802
|
};
|
|
@@ -748,6 +748,50 @@ declare const _default: {
|
|
|
748
748
|
'How satisfied are you with customer support\u2019s web experience?': string;
|
|
749
749
|
'Manage your application preferences or send feedback to the web experience team.': string;
|
|
750
750
|
ChangeHostnamePrefLink: string;
|
|
751
|
+
i18nkeySummarizeExperience: string;
|
|
752
|
+
'Search for or select a product': string;
|
|
753
|
+
'Drag and drop, paste, or browse to upload a file': string;
|
|
754
|
+
'Upload file to analyze': string;
|
|
755
|
+
'Because you selected': string;
|
|
756
|
+
i18nKeyPopularSolutions: string;
|
|
757
|
+
'Knowledgebase recommendations': string;
|
|
758
|
+
'Go back': string;
|
|
759
|
+
'Get support': string;
|
|
760
|
+
'What can we help you with?': string;
|
|
761
|
+
'Bug or defect': string;
|
|
762
|
+
'Report an issue with a product': string;
|
|
763
|
+
'Hardware and software certification support': string;
|
|
764
|
+
Configuration: string;
|
|
765
|
+
'Set-up and configuration support': string;
|
|
766
|
+
'Customer service': string;
|
|
767
|
+
'Account, billing, or subscription support': string;
|
|
768
|
+
'Usage & Docs help': string;
|
|
769
|
+
'Suggest or request an update to content': string;
|
|
770
|
+
Idea: string;
|
|
771
|
+
'Request a feature or product enhancement': string;
|
|
772
|
+
'Root cause analysis': string;
|
|
773
|
+
'Only for identifying the source of an issue': string;
|
|
774
|
+
'Describe more': string;
|
|
775
|
+
'Please enter an elaborate description': string;
|
|
776
|
+
'Define the value or impact to you or the business': string;
|
|
777
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": string;
|
|
778
|
+
'Where are you experiencing this behavior? What environment?': string;
|
|
779
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': string;
|
|
780
|
+
'Please describe your request*': string;
|
|
781
|
+
"Case owner's phone number": string;
|
|
782
|
+
'A current phone number with the country code helps us support you better.': string;
|
|
783
|
+
'Select a language for communicating with our support engineers.': string;
|
|
784
|
+
'Organization administrators have the permission to manage groups.': string;
|
|
785
|
+
'Add an internal associate to watch this case': string;
|
|
786
|
+
'Personal reference number': string;
|
|
787
|
+
'Enter the reference number used personally or within your company': string;
|
|
788
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': string;
|
|
789
|
+
'Support type': string;
|
|
790
|
+
"We've added your case to our queue": string;
|
|
791
|
+
'Case number:': string;
|
|
792
|
+
'Is this contact information correct?': string;
|
|
793
|
+
'Troubleshoot this case': string;
|
|
794
|
+
Summarize: string;
|
|
751
795
|
};
|
|
752
796
|
export default _default;
|
|
753
797
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA84BE"}
|
|
@@ -749,4 +749,52 @@ export default {
|
|
|
749
749
|
'How satisfied are you with customer support’s web experience?': '고객 지원의 웹 경험에 얼마나 만족하십니까?',
|
|
750
750
|
'Manage your application preferences or send feedback to the web experience team.': '애플리케이션 환경 설정을 관리하거나 웹 환경 팀에 피드백을 보냅니다.',
|
|
751
751
|
ChangeHostnamePrefLink: '<1>기본 설정에서<1/> 호스트 이름에 대한 가시성 변경',
|
|
752
|
+
i18nkeySummarizeExperience: '현재 상황 내용 요약',
|
|
753
|
+
'Search for or select a product': '제품 검색 또는 선택',
|
|
754
|
+
'Drag and drop, paste, or browse to upload a file': '드래그 앤 드롭 또는 찾아보기로 파일 업로드',
|
|
755
|
+
'Upload file to analyze': '분석할 파일 업로드',
|
|
756
|
+
// Version: '버전',
|
|
757
|
+
// Troubleshoot: '문제 해결',
|
|
758
|
+
'Because you selected': '선택한 제품',
|
|
759
|
+
i18nKeyPopularSolutions: '주요 솔루션 및 문서',
|
|
760
|
+
'Knowledgebase recommendations': '지식베이스 권장 사항',
|
|
761
|
+
'Go back': '돌아가기',
|
|
762
|
+
'Get support': '지원 받기',
|
|
763
|
+
'What can we help you with?': '어떤 도움이 필요하신가요?',
|
|
764
|
+
'Bug or defect': '버그 또는 결함',
|
|
765
|
+
'Report an issue with a product': '제품에 대한 문제 보고',
|
|
766
|
+
'Hardware and software certification support': '하드웨어 및 소프트웨어 인증 지원',
|
|
767
|
+
Configuration: '구성',
|
|
768
|
+
'Set-up and configuration support': '설정 및 구성 지원',
|
|
769
|
+
'Customer service': '고객 서비스',
|
|
770
|
+
'Account, billing, or subscription support': '계정, 청구 또는 서브스크립션 지원',
|
|
771
|
+
'Usage & Docs help': '사용법 및 문서 도움말',
|
|
772
|
+
'Suggest or request an update to content': '콘텐츠 업데이트 제안 또는 요청',
|
|
773
|
+
Idea: '아이디어',
|
|
774
|
+
'Request a feature or product enhancement': '기능 또는 제품 개선 요청',
|
|
775
|
+
'Root cause analysis': '근본 원인 분석',
|
|
776
|
+
'Only for identifying the source of an issue': '문제의 원인을 파악하는 용도로만 사용',
|
|
777
|
+
'Describe more': '자세히 설명',
|
|
778
|
+
'Please enter an elaborate description': '자세한 설명을 입력하십시오',
|
|
779
|
+
'Define the value or impact to you or the business': '사용자 또는 비즈니스에 대한 가치 또는 영향 정의',
|
|
780
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": '사용자 또는 재정적 영향, 법적, 국가적 또는 의료 긴급 상황이 있는지 여부',
|
|
781
|
+
'Where are you experiencing this behavior? What environment?': '어디에서 이 동작이 발생합니까? 어떤 환경인가요?',
|
|
782
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': '언제 이 동작이 발생합니까? 반복적으로 발생하나요? 특정 시간에 발생하나요?',
|
|
783
|
+
'Please describe your request*': '요청 사항을 설명해 주세요*.',
|
|
784
|
+
// Management: '관리',
|
|
785
|
+
"Case owner's phone number": '케이스 소유자의 전화번호',
|
|
786
|
+
'A current phone number with the country code helps us support you better.': '국가 코드가 포함된 최신 전화번호를 입력하면 더 나은 지원을 받을 수 있습니다.',
|
|
787
|
+
'Select a language for communicating with our support engineers.': '기술 지원 엔지니어와 연락할 때 사용할 언어를 선택하십시오.',
|
|
788
|
+
'Organization administrators have the permission to manage groups.': '조직 관리자에게는 그룹을 관리할 수 있는 권한이 있습니다.',
|
|
789
|
+
'Add an internal associate to watch this case': '이 케이스를 감시할 내부 담당자 추가',
|
|
790
|
+
'Personal reference number': '개인 참조 번호',
|
|
791
|
+
'Enter the reference number used personally or within your company': '개인 또는 회사 내에서 사용되는 참조 번호를 입력하십시오.',
|
|
792
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': '케이스를 연결, 구성 및 추적하는 데 도움이 개인 또는 회사 참조 번호를 추가합니다.',
|
|
793
|
+
// Review: '검토',
|
|
794
|
+
'Support type': '지원 유형',
|
|
795
|
+
"We've added your case to our queue": '귀하의 케이스를 대기열에 추가했습니다.',
|
|
796
|
+
'Case number:': '케이스 번호:',
|
|
797
|
+
'Is this contact information correct?': '이 연락처 정보가 정확합니까?',
|
|
798
|
+
'Troubleshoot this case': '이 케이스 문제 해결',
|
|
799
|
+
Summarize: '요약',
|
|
752
800
|
};
|
|
@@ -741,6 +741,50 @@ declare const _default: {
|
|
|
741
741
|
'App feedback': string;
|
|
742
742
|
'How satisfied are you with customer support\u2019s web experience?': string;
|
|
743
743
|
'Manage your application preferences or send feedback to the web experience team.': string;
|
|
744
|
+
i18nkeySummarizeExperience: string;
|
|
745
|
+
'Search for or select a product': string;
|
|
746
|
+
'Drag and drop, paste, or browse to upload a file': string;
|
|
747
|
+
'Upload file to analyze': string;
|
|
748
|
+
'Because you selected': string;
|
|
749
|
+
i18nKeyPopularSolutions: string;
|
|
750
|
+
'Knowledgebase recommendations': string;
|
|
751
|
+
'Go back': string;
|
|
752
|
+
'Get support': string;
|
|
753
|
+
'What can we help you with?': string;
|
|
754
|
+
'Bug or defect': string;
|
|
755
|
+
'Report an issue with a product': string;
|
|
756
|
+
'Hardware and software certification support': string;
|
|
757
|
+
Configuration: string;
|
|
758
|
+
'Set-up and configuration support': string;
|
|
759
|
+
'Customer service': string;
|
|
760
|
+
'Account, billing, or subscription support': string;
|
|
761
|
+
'Usage & Docs help': string;
|
|
762
|
+
'Suggest or request an update to content': string;
|
|
763
|
+
Idea: string;
|
|
764
|
+
'Request a feature or product enhancement': string;
|
|
765
|
+
'Root cause analysis': string;
|
|
766
|
+
'Only for identifying the source of an issue': string;
|
|
767
|
+
'Describe more': string;
|
|
768
|
+
'Please enter an elaborate description': string;
|
|
769
|
+
'Define the value or impact to you or the business': string;
|
|
770
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": string;
|
|
771
|
+
'Where are you experiencing this behavior? What environment?': string;
|
|
772
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': string;
|
|
773
|
+
'Please describe your request*': string;
|
|
774
|
+
"Case owner's phone number": string;
|
|
775
|
+
'A current phone number with the country code helps us support you better.': string;
|
|
776
|
+
'Select a language for communicating with our support engineers.': string;
|
|
777
|
+
'Organization administrators have the permission to manage groups.': string;
|
|
778
|
+
'Add an internal associate to watch this case': string;
|
|
779
|
+
'Personal reference number': string;
|
|
780
|
+
'Enter the reference number used personally or within your company': string;
|
|
781
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': string;
|
|
782
|
+
'Support type': string;
|
|
783
|
+
"We've added your case to our queue": string;
|
|
784
|
+
'Case number:': string;
|
|
785
|
+
'Is this contact information correct?': string;
|
|
786
|
+
'Troubleshoot this case': string;
|
|
787
|
+
Summarize: string;
|
|
744
788
|
};
|
|
745
789
|
export default _default;
|
|
746
790
|
//# sourceMappingURL=template-zh.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAk2BE"}
|
|
@@ -741,4 +741,52 @@ export default {
|
|
|
741
741
|
'App feedback': '应用程序反馈',
|
|
742
742
|
'How satisfied are you with customer support’s web experience?': '您对客户支持的 Web 体验满意吗?',
|
|
743
743
|
'Manage your application preferences or send feedback to the web experience team.': '管理应用程序首选项或向 Web 体验团队发送反馈。',
|
|
744
|
+
i18nkeySummarizeExperience: '总结您的经历',
|
|
745
|
+
'Search for or select a product': '搜索或选择一个产品',
|
|
746
|
+
'Drag and drop, paste, or browse to upload a file': '拖放、粘贴或浏览以上传文件',
|
|
747
|
+
'Upload file to analyze': '上传文件进行分析',
|
|
748
|
+
// Version: '版本',
|
|
749
|
+
// Troubleshoot: '故障排除',
|
|
750
|
+
'Because you selected': '因为您选择了',
|
|
751
|
+
i18nKeyPopularSolutions: '常用解决方案和文档',
|
|
752
|
+
'Knowledgebase recommendations': '知识库建议',
|
|
753
|
+
'Go back': '返回',
|
|
754
|
+
'Get support': '获得支持',
|
|
755
|
+
'What can we help you with?': '我们可以为您提供哪些帮助?',
|
|
756
|
+
'Bug or defect': '程序错误或缺陷',
|
|
757
|
+
'Report an issue with a product': '报告产品的问题',
|
|
758
|
+
'Hardware and software certification support': '硬件和软件认证支持',
|
|
759
|
+
Configuration: '配置',
|
|
760
|
+
'Set-up and configuration support': '设置和配置支持',
|
|
761
|
+
'Customer service': '客户服务',
|
|
762
|
+
'Account, billing, or subscription support': '帐户、账单或订阅支持',
|
|
763
|
+
'Usage & Docs help': '使用和文档帮助',
|
|
764
|
+
'Suggest or request an update to content': '建议或请求对内容的更新',
|
|
765
|
+
Idea: '想法',
|
|
766
|
+
'Request a feature or product enhancement': '请求一个功能或产品增强',
|
|
767
|
+
'Root cause analysis': '根本原因分析',
|
|
768
|
+
'Only for identifying the source of an issue': '仅用于标识问题的源',
|
|
769
|
+
'Describe more': '提供更多信息',
|
|
770
|
+
'Please enter an elaborate description': '请输入详细描述',
|
|
771
|
+
'Define the value or impact to you or the business': '定义对您的业务的损失或影响',
|
|
772
|
+
"User or financial impact, and whether there's a legal, national, or medical urgency": '对用户或财务的影响,以及是否会涉及到法律、国家安全或紧急医疗事件等',
|
|
773
|
+
'Where are you experiencing this behavior? What environment?': '您在哪里遇到此行为?在什么环境中?',
|
|
774
|
+
'When does this behavior occur? Frequency? Repeatedly? At certain times?': '何时发生这个行为?发生的频率?是否重复发生?只在特定时间发生?',
|
|
775
|
+
'Please describe your request*': '请描述您的要求*',
|
|
776
|
+
// Management: '管理',
|
|
777
|
+
"Case owner's phone number": '问题单所有者的电话号码',
|
|
778
|
+
'A current phone number with the country code helps us support you better.': '提供最新的电话号码(包括国家代码)以帮助我们为您提供更好的支持。',
|
|
779
|
+
'Select a language for communicating with our support engineers.': '选择与我们的支持工程师进行交流时使用的语言。',
|
|
780
|
+
'Organization administrators have the permission to manage groups.': '机构管理员有管理组的权限。',
|
|
781
|
+
'Add an internal associate to watch this case': '添加一个内部人员以监视此问题单',
|
|
782
|
+
'Personal reference number': '个人参考号',
|
|
783
|
+
'Enter the reference number used personally or within your company': '输入个人使用的参考号或在公司内使用的参考号',
|
|
784
|
+
'Add a personal or company reference number to help you connect, organize, and track cases.': '添加个人或公司的参考号,以帮助您连接、组织和跟踪问题单。',
|
|
785
|
+
// Review: '查看',
|
|
786
|
+
'Support type': '支持类型',
|
|
787
|
+
"We've added your case to our queue": '我们已将您的问题单添加到我们的队列中',
|
|
788
|
+
'Case number:': '问题单号:',
|
|
789
|
+
'Is this contact information correct?': '此联系信息是否正确?',
|
|
790
|
+
'Troubleshoot this case': '对此问题进行故障排除',
|
|
791
|
+
Summarize: '总结',
|
|
744
792
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "6bc43bd45d0a24ad38a702c83104b701ed4d4a8c"
|
|
137
137
|
}
|