@rh-support/troubleshoot 0.2.35 → 0.2.39
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/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.js +3 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +2 -1
- package/lib/esm/components/CaseInformation/CaseInformation.js +2 -2
- package/lib/esm/components/CaseInformation/SupportLevel.js +1 -1
- package/lib/esm/components/ConfirmationModals/ConfirmedStateSideSupportModal.js +1 -1
- package/lib/esm/components/ConfirmationModals/ROCMModal.js +1 -1
- package/lib/esm/components/ProductSelector/ProductSelector.js +1 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +1 -1
- package/lib/esm/i18n/template-de.d.ts +12 -19
- package/lib/esm/i18n/template-de.d.ts.map +1 -1
- package/lib/esm/i18n/template-de.js +12 -23
- package/lib/esm/i18n/template-es.d.ts +12 -18
- package/lib/esm/i18n/template-es.d.ts.map +1 -1
- package/lib/esm/i18n/template-es.js +12 -22
- package/lib/esm/i18n/template-fr.d.ts +10 -16
- package/lib/esm/i18n/template-fr.d.ts.map +1 -1
- package/lib/esm/i18n/template-fr.js +10 -20
- package/lib/esm/i18n/template-it.d.ts +12 -18
- package/lib/esm/i18n/template-it.d.ts.map +1 -1
- package/lib/esm/i18n/template-it.js +12 -22
- package/lib/esm/i18n/template-jp.d.ts +12 -20
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +12 -25
- package/lib/esm/i18n/template-ko.d.ts +12 -18
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +12 -22
- package/lib/esm/i18n/template-pt.d.ts +12 -18
- package/lib/esm/i18n/template-pt.d.ts.map +1 -1
- package/lib/esm/i18n/template-pt.js +12 -22
- package/lib/esm/i18n/template-ru.d.ts +12 -18
- package/lib/esm/i18n/template-ru.d.ts.map +1 -1
- package/lib/esm/i18n/template-ru.js +12 -22
- package/lib/esm/i18n/template-zh.d.ts +12 -17
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +12 -21
- package/lib/esm/reducers/CaseReducer.d.ts +2 -2
- package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseReducer.js +14 -12
- package/package.json +5 -5
|
@@ -91,7 +91,7 @@ export function RequestEscalationModal(props) {
|
|
|
91
91
|
];
|
|
92
92
|
return (React.createElement(Modal, { title: t('Request an escalation'), isOpen: props.show, onClose: onCancel, actions: modalActions },
|
|
93
93
|
React.createElement("p", null,
|
|
94
|
-
React.createElement(Trans,
|
|
94
|
+
React.createElement(Trans, { i18nKey: "i18RequestEscalationLearnMore" },
|
|
95
95
|
"If you feel the issue has become more severe or the case should be a higher priority, please provide a detailed comment, and the case will be reviewed by a support manager.",
|
|
96
96
|
' ',
|
|
97
97
|
React.createElement("a", { href: "https://access.redhat.com/site/support/policy/mgt_escalation", target: "_blank", rel: "noopener noreferrer" }, "Learn more."))),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAwBA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CaseDetailsAside.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseEditView/CaseDetailsAside.tsx"],"names":[],"mappings":"AAwBA,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,eAkL7C"}
|
|
@@ -10,7 +10,7 @@ import { ability, CaseDetailsFields, resourceActions, resources } from '@rh-supp
|
|
|
10
10
|
import { scrollIntoView } from '@rh-support/utils';
|
|
11
11
|
import isEqual from 'lodash/isEqual';
|
|
12
12
|
import React, { useContext, useEffect, useRef } from 'react';
|
|
13
|
-
import { useTranslation } from 'react-i18next';
|
|
13
|
+
import { Trans, useTranslation } from 'react-i18next';
|
|
14
14
|
import { useCaseSelector } from '../../context/CaseContext';
|
|
15
15
|
import { useCaseDetailsPageStateContext } from '../../context/CaseDetailsPageContext';
|
|
16
16
|
import { useRecommendationStateContext } from '../../context/RecommendationContext';
|
|
@@ -78,7 +78,8 @@ export function CaseDetailsAside(props) {
|
|
|
78
78
|
return (React.createElement("aside", { className: `grid-aside ${isSideBarExpanded ? '' : 'sidebar-collapsed'}` },
|
|
79
79
|
React.createElement("pfe-collapse-toggle", { "aria-controls": "case-details-aside-content", onClick: onToggleAside }, isSideBarExpanded ? (React.createElement("div", { className: "sidebar-header" },
|
|
80
80
|
React.createElement(Button, { variant: "link", isInline: true, title: t('Collapse sidebar') },
|
|
81
|
-
React.createElement("span", null,
|
|
81
|
+
React.createElement("span", null,
|
|
82
|
+
React.createElement(Trans, null, "Collapse")),
|
|
82
83
|
React.createElement(AngleDoubleRightIcon, { className: "pf-u-ml-auto", size: "md" })))) : (React.createElement("div", { className: "pf-u-display-flex pf-u-flex-direction-column sidebar-section-collapsed" },
|
|
83
84
|
React.createElement(Tooltip, { content: t('Expand sidebar'), position: "left" },
|
|
84
85
|
React.createElement(Button, { variant: "link" },
|
|
@@ -116,7 +116,8 @@ const CaseAttachment = React.forwardRef((props, ref) => {
|
|
|
116
116
|
props.attachment.modifiedBy),
|
|
117
117
|
React.createElement("time", { className: "text-right" }, formatDateTime(props.attachment.lastModifiedDate))),
|
|
118
118
|
React.createElement("div", { className: "comment-body" },
|
|
119
|
-
"Attached file
|
|
119
|
+
React.createElement(Trans, null, "Attached file"),
|
|
120
|
+
" ",
|
|
120
121
|
renderAttachmentLink(),
|
|
121
122
|
" to this case.",
|
|
122
123
|
React.createElement("div", { className: "push-top-narrow" },
|
|
@@ -73,13 +73,13 @@ export default function CaseInformation(props) {
|
|
|
73
73
|
React.createElement(LoadingIndicator, { show: isMetadataLoading(), size: "lg" }),
|
|
74
74
|
React.createElement(AlertMessage, { variant: AlertType.DANGER, className: "push-top", title: t("Sorry, we're having a problem gathering your information."), show: isMetadataLoadingError() }),
|
|
75
75
|
React.createElement(AlertMessage, { show: !canManageCase(loggedInUserJwtToken), variant: AlertType.DANGER, className: "push-top" },
|
|
76
|
-
React.createElement(Trans,
|
|
76
|
+
React.createElement(Trans, { i18nKey: "i18ManageCaseContactCustomerService" },
|
|
77
77
|
"You need additional access to manage cases.\u00A0 Please contact",
|
|
78
78
|
' ',
|
|
79
79
|
React.createElement("a", { href: "/support/contact/customerService" }, "Customer Service"),
|
|
80
80
|
" for assistance.")),
|
|
81
81
|
React.createElement(AlertMessage, { show: hasInvalidEntitlements, variant: AlertType.DANGER, className: "push-top", isInline: true },
|
|
82
|
-
React.createElement(Trans,
|
|
82
|
+
React.createElement(Trans, { i18nKey: "i18ValidEntitlementContactCustomerService" },
|
|
83
83
|
"You need a valid entitlement to create a case.\u00A0 Please contact",
|
|
84
84
|
' ',
|
|
85
85
|
React.createElement("a", { href: "/support/contact/customerService" }, "Customer Service"),
|
|
@@ -72,7 +72,7 @@ function SupportLevel(props) {
|
|
|
72
72
|
React.createElement(Trans, null, "Support level"),
|
|
73
73
|
' ',
|
|
74
74
|
!isEmpty(ownersEntitlements.data) && (React.createElement("span", { className: "form-required", "aria-hidden": true }, "*"))),
|
|
75
|
-
React.createElement(Popover, { "aria-label": "Support Level info", position: PopoverPosition.top, bodyContent: React.createElement(Trans,
|
|
75
|
+
React.createElement(Popover, { "aria-label": "Support Level info", position: PopoverPosition.top, bodyContent: React.createElement(Trans, { i18nKey: "i18ProductionSupportServiceLevelAgreement" },
|
|
76
76
|
React.createElement("p", null,
|
|
77
77
|
"Learn more about our",
|
|
78
78
|
' ',
|
|
@@ -7,7 +7,7 @@ export const ConfirmedStateSideSupportModal = (props) => {
|
|
|
7
7
|
React.createElement("p", null,
|
|
8
8
|
React.createElement(Trans, null, "Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number."),
|
|
9
9
|
"\u00A0",
|
|
10
|
-
React.createElement(Trans,
|
|
10
|
+
React.createElement(Trans, { i18nKey: "i18CSSZenDesk" },
|
|
11
11
|
"For opening a CSS support case, please visit",
|
|
12
12
|
' ',
|
|
13
13
|
React.createElement("a", { href: "https://css-redhat.zendesk.com", target: "_blank", rel: "noopener noreferrer" }, "css-redhat.zendesk.com"),
|
|
@@ -2,7 +2,7 @@ import { ConfirmationDialog } from '@rh-support/components';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Trans } from 'react-i18next';
|
|
4
4
|
export default function ROCMModal(props) {
|
|
5
|
-
const rOCMProductText = (React.createElement(Trans,
|
|
5
|
+
const rOCMProductText = (React.createElement(Trans, { i18nKey: "i18OrOCMProductText" },
|
|
6
6
|
"We noticed you chose 'Red Hat OpenShift Cluster Manager' as your selected Product. Is your issue related to our SaaS offering at",
|
|
7
7
|
' ',
|
|
8
8
|
React.createElement("a", { rel: "noopener noreferrer", href: "https://cloud.redhat.com/openshift/", target: "_blank" },
|
|
@@ -62,7 +62,7 @@ export default function ProductSelector(props) {
|
|
|
62
62
|
React.createElement(ErrorBoundary, { errorMsgInfo: { message: t('There was an error loading suggestions') } }, canShowTopContent && !isEmpty(version) && (React.createElement("div", { className: "common-suggestions" },
|
|
63
63
|
React.createElement(Suggestions, null)))),
|
|
64
64
|
!topContent.isFetching && (React.createElement("p", { className: "push-top-wide" },
|
|
65
|
-
React.createElement(Trans,
|
|
65
|
+
React.createElement(Trans, { i18nKey: "i18nAccountBillingSubscription" },
|
|
66
66
|
"Have an account, billing, or subscription issue?",
|
|
67
67
|
' ',
|
|
68
68
|
React.createElement("a", { href: "/support/contact", "data-tracking-id": "contact-customer-service" }, "Contact customer service"),
|
|
@@ -56,7 +56,7 @@ function WidgetFileUploader(props) {
|
|
|
56
56
|
React.createElement("div", { className: "card-body" },
|
|
57
57
|
React.createElement(WidgetFileSelector, { isSessionId: props.isSessionId, isPrivate: props.isPrivate }),
|
|
58
58
|
!hasSomeSelectedFiles(selectedLocalFiles) ? (props.helperText || (React.createElement("p", { className: "push-top-narrow" },
|
|
59
|
-
React.createElement(Trans,
|
|
59
|
+
React.createElement(Trans, { i18nKey: "i18nUploadSosReport" },
|
|
60
60
|
"Upload a",
|
|
61
61
|
' ',
|
|
62
62
|
React.createElement("a", { href: "/solutions/3592", target: "_blank" }, "sosreport"),
|
|
@@ -53,8 +53,7 @@ declare const _default: {
|
|
|
53
53
|
'Please choose a language for your case communication with our support engineers.': string;
|
|
54
54
|
'You need to be an organization admin to include others from your account.': string;
|
|
55
55
|
'Case Submitted': string;
|
|
56
|
-
'
|
|
57
|
-
'<0>Case #{{caseNumber}}</0> successfully created.': string;
|
|
56
|
+
'SLA information': string;
|
|
58
57
|
'View your case': string;
|
|
59
58
|
'Troubleshoot a new issue': string;
|
|
60
59
|
Review: string;
|
|
@@ -70,7 +69,7 @@ declare const _default: {
|
|
|
70
69
|
'There was an error loading suggestions.': string;
|
|
71
70
|
'There was an error loading solutions.': string;
|
|
72
71
|
"Sorry, we're having a problem gathering your information.": string;
|
|
73
|
-
|
|
72
|
+
i18ManageCaseContactCustomerService: string;
|
|
74
73
|
'24x7 Contact': string;
|
|
75
74
|
'24x7 Support': string;
|
|
76
75
|
Delete: string;
|
|
@@ -153,7 +152,7 @@ declare const _default: {
|
|
|
153
152
|
'Filters applied to this query': string;
|
|
154
153
|
'Manage bookmarked accounts': string;
|
|
155
154
|
'Manage groups': string;
|
|
156
|
-
|
|
155
|
+
i18contactCustomerService: string;
|
|
157
156
|
'Select the best category for your issue.': string;
|
|
158
157
|
'Why are you opening a case?': string;
|
|
159
158
|
Continue: string;
|
|
@@ -161,7 +160,7 @@ declare const _default: {
|
|
|
161
160
|
'Did you find a solution?': string;
|
|
162
161
|
'Issue summary': string;
|
|
163
162
|
'Drag and drop, or browse to upload a file': string;
|
|
164
|
-
|
|
163
|
+
i18nUploadSosReport: string;
|
|
165
164
|
Recommendations: string;
|
|
166
165
|
'What are you experiencing? What are you expecting to happen?': string;
|
|
167
166
|
'Search by name or username': string;
|
|
@@ -179,7 +178,7 @@ declare const _default: {
|
|
|
179
178
|
'Select a language for communicating with our support engineers': string;
|
|
180
179
|
'Select a group': string;
|
|
181
180
|
'Select a group to view accounts': string;
|
|
182
|
-
|
|
181
|
+
i18ProductionSupportServiceLevelAgreement: string;
|
|
183
182
|
'Session restored successfully': string;
|
|
184
183
|
'Error restoring your session': string;
|
|
185
184
|
'Continue session?': string;
|
|
@@ -214,12 +213,10 @@ declare const _default: {
|
|
|
214
213
|
'View this case': string;
|
|
215
214
|
'Continue troubleshooting': string;
|
|
216
215
|
'Case submitted': string;
|
|
217
|
-
'<0>Case {{caseNumber}}</0> has been submitted.': string;
|
|
218
216
|
'Failed to create your case': string;
|
|
219
217
|
"We'll be in contact with you shortly. Look for updates on this case.": string;
|
|
220
218
|
'We have your available hours listed as:': string;
|
|
221
219
|
'Update preferences': string;
|
|
222
|
-
'You should receive a response within <strong>{{ irt }}</strong>.\n <0>SLA information</0>': string;
|
|
223
220
|
'Provide feedback': string;
|
|
224
221
|
'Preview case': string;
|
|
225
222
|
'Before submitting, review the information you entered.': string;
|
|
@@ -375,9 +372,9 @@ declare const _default: {
|
|
|
375
372
|
'Between {{agentName: props.chat.agent_name}} and {{visitorName: props.chat.visitor_name}}': string;
|
|
376
373
|
'Chat transcript': string;
|
|
377
374
|
'Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number.': string;
|
|
378
|
-
|
|
375
|
+
i18CSSZenDesk: string;
|
|
379
376
|
'Thank You,': string;
|
|
380
|
-
|
|
377
|
+
i18ValidEntitlementContactCustomerService: string;
|
|
381
378
|
'No active subscriptions': string;
|
|
382
379
|
'No suggestions found.': string;
|
|
383
380
|
'Not available': string;
|
|
@@ -388,7 +385,7 @@ declare const _default: {
|
|
|
388
385
|
'You can also select a top product:': string;
|
|
389
386
|
'Here are some common suggestions:': string;
|
|
390
387
|
'Elaborate more on your issue': string;
|
|
391
|
-
|
|
388
|
+
i18OrOCMProductText: string;
|
|
392
389
|
'Download {fileName}': string;
|
|
393
390
|
'Suggested fixes': string;
|
|
394
391
|
'There are new updates to suggested fixes after changing your products': string;
|
|
@@ -428,7 +425,7 @@ declare const _default: {
|
|
|
428
425
|
Update: string;
|
|
429
426
|
'Chat offline': string;
|
|
430
427
|
'Chat with support': string;
|
|
431
|
-
|
|
428
|
+
i18Case403: string;
|
|
432
429
|
'Account / Customer Service Request': string;
|
|
433
430
|
Basic: string;
|
|
434
431
|
'Availability/Working hours': string;
|
|
@@ -447,7 +444,6 @@ declare const _default: {
|
|
|
447
444
|
Products: string;
|
|
448
445
|
'Account number': string;
|
|
449
446
|
'Red Hat associates': string;
|
|
450
|
-
"To help Red Hat use our connected customer tools/services, to debug your cluster in conjunction with your support case, we are requesting that you provide your <1>OpenShift Cluster ID</1>.<br/>If you are installing or planning your install and don't yet have a cluster ID please leave this field blank.": string;
|
|
451
447
|
'OpenShift Cluster ID': string;
|
|
452
448
|
Group: string;
|
|
453
449
|
'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': string;
|
|
@@ -463,7 +459,7 @@ declare const _default: {
|
|
|
463
459
|
'Bookmark Account': string;
|
|
464
460
|
'Submit request': string;
|
|
465
461
|
'Oldest to Newest': string;
|
|
466
|
-
|
|
462
|
+
i18RequestEscalationLearnMore: string;
|
|
467
463
|
'Private Notes': string;
|
|
468
464
|
on: string;
|
|
469
465
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
@@ -545,7 +541,6 @@ declare const _default: {
|
|
|
545
541
|
'Loading...': string;
|
|
546
542
|
"We couldn't find any matches. Revise your search for better results.": string;
|
|
547
543
|
'Your account requires group access controls in order to manage other users.': string;
|
|
548
|
-
'Your account requires group access controls in order to manage other users. <>More information</>.': string;
|
|
549
544
|
"You don't have the right entitlement to create a case for this product.": string;
|
|
550
545
|
"You don't have the right entitlement to create a case for this product. Get an entitlement.": string;
|
|
551
546
|
"Owner doesn't have the right entitlement to create a case for this product.": string;
|
|
@@ -577,7 +572,6 @@ declare const _default: {
|
|
|
577
572
|
'Created by me': string;
|
|
578
573
|
Create: string;
|
|
579
574
|
"We're sorry": string;
|
|
580
|
-
'Something happened on our end. If the error persists, please <>leave us feedback</>.': string;
|
|
581
575
|
'Copied to clipboard': string;
|
|
582
576
|
'Learn more.': string;
|
|
583
577
|
'<>Learn more<> about how severity levels are defined.': string;
|
|
@@ -647,7 +641,7 @@ declare const _default: {
|
|
|
647
641
|
'Search through your bookmarks': string;
|
|
648
642
|
'Bookmarked accounts search input': string;
|
|
649
643
|
'There was an error loading bookmarked accounts list': string;
|
|
650
|
-
|
|
644
|
+
i18PageWideErrorProxyConfig: string;
|
|
651
645
|
'Make sure you have an active internet connection.': string;
|
|
652
646
|
'Something happened while getting your details.': string;
|
|
653
647
|
'Failed to submit feedback.': string;
|
|
@@ -664,7 +658,6 @@ declare const _default: {
|
|
|
664
658
|
'Customer view': string;
|
|
665
659
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name to the environment details below.': string;
|
|
666
660
|
"<strong>This field is only for customers on V4</strong>. For your convenience, we've added your Cluster Name to the environment details below.": string;
|
|
667
|
-
'<strong>This field is only for customers on V4</strong>. <2>Add your Cluster Name</2> to the environment details below.': string;
|
|
668
661
|
'24x7 Contact information': string;
|
|
669
662
|
'Your response was immediately sent to our web engineers for review.': string;
|
|
670
663
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name as a case comment.': string;
|
|
@@ -700,7 +693,7 @@ declare const _default: {
|
|
|
700
693
|
'Step 3': string;
|
|
701
694
|
'Step 4': string;
|
|
702
695
|
'Step 5': string;
|
|
703
|
-
|
|
696
|
+
i18nAccountBillingSubscription: string;
|
|
704
697
|
'Critical solutions have been triggered': string;
|
|
705
698
|
'Critical solutions for your system': string;
|
|
706
699
|
'Solutions have been triggered for you based on file upload or common issues that currently have high visibility.': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAw0BE"}
|
|
@@ -53,8 +53,7 @@ export default {
|
|
|
53
53
|
'Please choose a language for your case communication with our support engineers.': 'Bitte wählen Sie eine Sprache für Ihre Fallkommunikation mit unseren Support-Ingenieuren.',
|
|
54
54
|
'You need to be an organization admin to include others from your account.': 'Sie müssen Organisationsadministrator sein, um andere Benutzer aus Ihrem Account hinzuzufügen.',
|
|
55
55
|
'Case Submitted': 'Fall eingereicht',
|
|
56
|
-
'
|
|
57
|
-
'<0>Case #{{caseNumber}}</0> successfully created.': '<0>Fall #</0> wurde erfolgreich erstellt.',
|
|
56
|
+
'SLA information': 'SLA-Informationen',
|
|
58
57
|
'View your case': 'Fall ansehen',
|
|
59
58
|
'Troubleshoot a new issue': 'Neues Problem beheben',
|
|
60
59
|
Review: 'Rezension',
|
|
@@ -70,7 +69,7 @@ export default {
|
|
|
70
69
|
'There was an error loading suggestions.': 'Beim Laden der Vorschläge ist ein Fehler aufgetreten.',
|
|
71
70
|
'There was an error loading solutions.': 'Beim Laden der Lösungen ist ein Fehler aufgetreten.',
|
|
72
71
|
"Sorry, we're having a problem gathering your information.": 'Es tut uns leid, wir haben ein Problem beim Erfassen Ihrer Informationen.',
|
|
73
|
-
|
|
72
|
+
i18ManageCaseContactCustomerService: 'Sie benötigen zusätzlichen Zugriff, um Fälle zu verwalten. Bitte wenden Sie sich an den <2>Kundenservice</2>, um Unterstützung zu erhalten.',
|
|
74
73
|
'24x7 Contact': 'Rund um die Uhr Kontakt',
|
|
75
74
|
'24x7 Support': 'Rund um die Uhr Support',
|
|
76
75
|
Delete: 'Löschen',
|
|
@@ -153,7 +152,7 @@ export default {
|
|
|
153
152
|
'Filters applied to this query': 'Auf diese Abfrage angewendete Filter',
|
|
154
153
|
'Manage bookmarked accounts': 'Mit einem Lesezeichen versehene Accounts verwalten',
|
|
155
154
|
'Manage groups': 'Gruppen verwalten',
|
|
156
|
-
|
|
155
|
+
i18contactCustomerService: 'Haben Sie ein Account- oder Abrechnungsproblem? <2>Kontaktieren Sie den Kundendienst</2>, um Hilfe zu erhalten.',
|
|
157
156
|
'Select the best category for your issue.': 'Beste Kategorie für Ihr Problem auswählen.',
|
|
158
157
|
'Why are you opening a case?': 'Warum öffnen Sie einen Fall?',
|
|
159
158
|
Continue: 'Weiter',
|
|
@@ -161,7 +160,7 @@ export default {
|
|
|
161
160
|
'Did you find a solution?': 'Haben Sie eine Lösung gefunden?',
|
|
162
161
|
'Issue summary': 'Zusammenfassung des Problems',
|
|
163
162
|
'Drag and drop, or browse to upload a file': 'Zum Hochladen einer Datei ziehen und ablegen oder durchsuchen',
|
|
164
|
-
|
|
163
|
+
i18nUploadSosReport: 'Laden Sie ein Insights-Archiv oder einen <2>Sosreport</2> hoch, damit wir Ihnen die besten Lösungen für Ihr System anbieten können.',
|
|
165
164
|
Recommendations: 'Empfehlungen',
|
|
166
165
|
'What are you experiencing? What are you expecting to happen?': 'Was ist Ihr Problem? Was erwarten Sie?',
|
|
167
166
|
'Search by name or username': 'Suche nach Name oder Benutzername',
|
|
@@ -179,7 +178,7 @@ export default {
|
|
|
179
178
|
'Select a language for communicating with our support engineers': 'Sprache für die Kommunikation mit unseren Support-Technikern auswählen',
|
|
180
179
|
'Select a group': 'Gruppe auswählen',
|
|
181
180
|
'Select a group to view accounts': 'Gruppe zum Anzeigen von Accounts auswählen',
|
|
182
|
-
|
|
181
|
+
i18ProductionSupportServiceLevelAgreement: 'Mehr über unser <2>Service Level Agreement für Produktionssupport</2>',
|
|
183
182
|
'Session restored successfully': 'Sitzung erfolgreich wiederhergestellt',
|
|
184
183
|
'Error restoring your session': 'Fehler beim Wiederherstellen Ihrer Sitzung',
|
|
185
184
|
'Continue session?': 'Sitzung fortsetzen?',
|
|
@@ -214,12 +213,10 @@ export default {
|
|
|
214
213
|
'View this case': 'Diesen Fall anzeigen',
|
|
215
214
|
'Continue troubleshooting': 'Fehlerbehebung fortsetzen',
|
|
216
215
|
'Case submitted': 'Fall eingereicht',
|
|
217
|
-
'<0>Case {{caseNumber}}</0> has been submitted.': '<0>Fall {{caseNumber}}</0> wurde eingereicht.',
|
|
218
216
|
'Failed to create your case': 'Fall nicht erstellt',
|
|
219
217
|
"We'll be in contact with you shortly. Look for updates on this case.": 'Wir werden uns in Kürze mit Ihnen in Verbindung setzen. Suchen Sie nach Updates zu diesem Fall.',
|
|
220
218
|
'We have your available hours listed as:': 'Ihre verfügbaren Stunden:',
|
|
221
219
|
'Update preferences': 'Einstellungen aktualisieren',
|
|
222
|
-
'You should receive a response within <strong>{{ irt }}</strong>.\n <0>SLA information</0>': 'Sie sollten eine Antwort innerhalb von <strong>{{ irt }}</strong> erhalten.\n <0>SLA-Informationen</0>',
|
|
223
220
|
'Provide feedback': 'Feedback geben',
|
|
224
221
|
'Preview case': 'Fall in der Vorschau ansehen',
|
|
225
222
|
'Before submitting, review the information you entered.': 'Überprüfen Sie vor dem Absenden die von Ihnen eingegebenen Informationen.',
|
|
@@ -375,9 +372,9 @@ export default {
|
|
|
375
372
|
'Between {{agentName: props.chat.agent_name}} and {{visitorName: props.chat.visitor_name}}': 'Zwischen {{agentName: props.chat.agent_name}} und {{visitorName: props.chat.visitor_name}}',
|
|
376
373
|
'Chat transcript': 'Chat-Protokoll',
|
|
377
374
|
'Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number.': 'Danke, dass Sie Kunde des Red Hat Confirmed Stateside Support sind. CSS-Kunden erhalten über ein spezielles Case Management System und eine separate Support-Telefonnummer Unterstützung.',
|
|
378
|
-
|
|
375
|
+
i18CSSZenDesk: 'Um einen CSS-Support-Fall zu öffnen, besuchen Sie bitte <2>css-redhat.zendesk.com</2> oder wählen Sie 888-472-0031 für telefonische Unterstützung.',
|
|
379
376
|
'Thank You,': 'Vielen Dank.',
|
|
380
|
-
|
|
377
|
+
i18ValidEntitlementContactCustomerService: 'Sie müssen berechtigt sein, um einen Fall anzulegen. Bitte wenden Sie sich an den <2>Kundenservice</2>, um Unterstützung zu erhalten.',
|
|
381
378
|
'No active subscriptions': 'Keine aktiven Abonnements',
|
|
382
379
|
'No suggestions found.': 'Kein Vorschlag gefunden',
|
|
383
380
|
'Not available': 'Nicht verfügbar',
|
|
@@ -388,7 +385,7 @@ export default {
|
|
|
388
385
|
'You can also select a top product:': 'Sie können auch ein Top-Produkt auswählen:',
|
|
389
386
|
'Here are some common suggestions:': 'Hier einige gängige Vorschläge:',
|
|
390
387
|
'Elaborate more on your issue': 'Problem genauer erläutern',
|
|
391
|
-
|
|
388
|
+
i18OrOCMProductText: 'Wir haben festgestellt, dass Sie „Red Hat OpenShift Cluster Manager“ als Produkt ausgewählt haben. Bezieht sich Ihr Problem auf unser SaaS-Angebot unter <2> https://cloud.redhat.com/openshift/</2>?',
|
|
392
389
|
'Download {fileName}': '{fileName} herunterladen',
|
|
393
390
|
'Suggested fixes': 'Vorgeschlagene Fixes',
|
|
394
391
|
'There are new updates to suggested fixes after changing your products': 'Es gibt neue Updates der vorgeschlagenen Fixes nach der Änderung Ihrer Produkte.',
|
|
@@ -428,7 +425,7 @@ export default {
|
|
|
428
425
|
Update: 'Aktualisieren',
|
|
429
426
|
'Chat offline': 'Offline chatten',
|
|
430
427
|
'Chat with support': 'Mit Support-Team chatten',
|
|
431
|
-
|
|
428
|
+
i18Case403: 'Wenn Sie der Meinung sind, eine Berechtigung für das Anzeigen dieser Ressource zu haben, wenden Sie sich bitte an den <1>Kundendienst</1>. Ihre Red Hat Anmeldeinformationen sind möglicherweise nicht mit dem richtigen Account für Ihre Organisation verknüpft, oder es gibt ein Problem mit Ihrem Abonnement. Der Kundendienst sollten Ihnen bei der Lösung des Problems helfen können.',
|
|
432
429
|
'Account / Customer Service Request': 'Konto/Kundenserviceanfrage',
|
|
433
430
|
Basic: 'BASIC',
|
|
434
431
|
'Availability/Working hours': 'Verfügbarkeit/Arbeitszeiten',
|
|
@@ -447,7 +444,6 @@ export default {
|
|
|
447
444
|
Products: 'Produkte',
|
|
448
445
|
'Account number': 'Kontonummer',
|
|
449
446
|
'Red Hat associates': 'Red Hat-Mitarbeiter',
|
|
450
|
-
"To help Red Hat use our connected customer tools/services, to debug your cluster in conjunction with your support case, we are requesting that you provide your <1>OpenShift Cluster ID</1>.<br/>If you are installing or planning your install and don't yet have a cluster ID please leave this field blank.": 'Geben Sie Ihre <1>OpenShift Cluster-ID</1> an, um Red Hat bei der Nutzung verbundener Kundentools/-dienste zum Debuggen Ihres Clusters in Verbindung mit Ihrem Supportfall zu unterstützen.<br/>Wenn Sie eine Installation durchführen oder diese planen und noch keine Cluster-ID haben, lassen Sie dieses Feld leer.',
|
|
451
447
|
'OpenShift Cluster ID': 'OpenShift Cluster-ID',
|
|
452
448
|
Group: 'Gruppe',
|
|
453
449
|
'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': 'Wird von Beratern verwendet, um anzugeben, dass ein Beratungsauftrag im Gange ist und dass das Problem eine erhöhte Aufmerksamkeit des Supports erfordert',
|
|
@@ -463,7 +459,7 @@ export default {
|
|
|
463
459
|
'Bookmark Account': 'Accounts als Lesezeichen abspeichern',
|
|
464
460
|
'Submit request': 'Anfrage absenden',
|
|
465
461
|
'Oldest to Newest': 'Älteste zuerst',
|
|
466
|
-
|
|
462
|
+
i18RequestEscalationLearnMore: 'Wenn das Problem schwerwiegender ist oder dem Ticket eine höhere Priorität zugeordnet werden soll, fügen Sie bitte einen ausführlichen Kommentar hinzu. Das Ticket wird anschließend von einem Support-Manager überprüft. <2>Learn more</2>',
|
|
467
463
|
'Private Notes': 'Private Notizen',
|
|
468
464
|
on: 'am',
|
|
469
465
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'Die eingegebenen Anmeldeinformationen sind gültig, aber Sie haben keinen<strong>Direkt-Support von Red Hat.</strong>',
|
|
@@ -545,7 +541,6 @@ export default {
|
|
|
545
541
|
'Loading...': 'Laden...',
|
|
546
542
|
"We couldn't find any matches. Revise your search for better results.": 'Keine Treffer gefunden. Passen Sie Ihre Suche an, um bessere Ergebnisse zu erhalten.',
|
|
547
543
|
'Your account requires group access controls in order to manage other users.': 'Zum Verwalten anderer Benutzer sind Gruppenzugriffskontrollen für Ihren Account erforderlich.',
|
|
548
|
-
'Your account requires group access controls in order to manage other users. <>More information</>.': 'Zum Verwalten anderer Benutzer sind Gruppenzugriffskontrollen für Ihren Account erforderlich. <>Weitere Informationen</>.',
|
|
549
544
|
"You don't have the right entitlement to create a case for this product.": 'Sie sind nicht berechtigt, einen Fall für dieses Produkt zu erstellen.',
|
|
550
545
|
"You don't have the right entitlement to create a case for this product. Get an entitlement.": 'Sie sind nicht berechtigt, einen Fall für dieses Produkt zu erstellen. Erwerben Sie eine Berechtigung.',
|
|
551
546
|
"Owner doesn't have the right entitlement to create a case for this product.": 'Der Inhaber ist nicht berechtigt, einen Fall für dieses Produkt zu erstellen.',
|
|
@@ -577,7 +572,6 @@ export default {
|
|
|
577
572
|
'Created by me': 'Erstellt von mir',
|
|
578
573
|
Create: 'Erstellen',
|
|
579
574
|
"We're sorry": 'Es tut uns leid',
|
|
580
|
-
'Something happened on our end. If the error persists, please <>leave us feedback</>.': 'Auf unserer Seite ist etwas passiert. Wenn der Fehler weiterhin besteht, geben Sie uns bitte <>Ihr Feedback</>.',
|
|
581
575
|
'Copied to clipboard': 'In die Zwischenablage kopiert',
|
|
582
576
|
'Learn more.': 'Weitere Informationen.',
|
|
583
577
|
'<>Learn more<> about how severity levels are defined.': '<>Weitere Informationen<> zur Definition von Schweregraden.',
|
|
@@ -647,7 +641,7 @@ export default {
|
|
|
647
641
|
'Search through your bookmarks': 'Lesezeichen durchsuchen',
|
|
648
642
|
'Bookmarked accounts search input': 'Eingabe für mit Lesezeichen versehene Suche',
|
|
649
643
|
'There was an error loading bookmarked accounts list': 'Fehler beim Laden der Liste der mit Lesezeichen versehenen Accounts',
|
|
650
|
-
|
|
644
|
+
i18PageWideErrorProxyConfig: 'Wenn Sie über einen Proxy-Server zugreifen, müssen alle Endpunkte von <1>https://access.redhat.com/*</1> auf der Positivliste stehen.',
|
|
651
645
|
'Make sure you have an active internet connection.': 'Stellen Sie sicher, dass Sie über eine aktive Internetverbindung verfügen.',
|
|
652
646
|
'Something happened while getting your details.': 'Beim Abrufen Ihrer Angaben ist ein Fehler aufgetreten.',
|
|
653
647
|
'Failed to submit feedback.': 'Übermitteln des Feedback fehlgeschlagen.',
|
|
@@ -664,7 +658,6 @@ export default {
|
|
|
664
658
|
'Customer view': 'Kundenansicht',
|
|
665
659
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name to the environment details below.': 'Dieses Feld ist nur für Kunden von V4 vorgesehen. Wenn Sie noch mit V3 arbeiten, dann fügen Sie bitte den Umgebungsdetails unten Ihren Cluster-Namen hinzu.',
|
|
666
660
|
"<strong>This field is only for customers on V4</strong>. For your convenience, we've added your Cluster Name to the environment details below.": '<strong>Dieses Feld ist nur für Kunden von V4 vorgesehen</strong>. Zur besseren Übersicht haben wir den Umgebungsdetails unten Ihren Cluster-Namen hinzugefügt.',
|
|
667
|
-
'<strong>This field is only for customers on V4</strong>. <2>Add your Cluster Name</2> to the environment details below.': '<strong>Dieses Feld ist nur für Kunden von V4 vorgesehen.</strong> <2>Fügen Sie Ihren Cluster-Namen</2> den Umgebungsdetails unten hinzu.',
|
|
668
661
|
'24x7 Contact information': 'Informationen für den Kontakt rund um die Uhr',
|
|
669
662
|
'Your response was immediately sent to our web engineers for review.': 'Ihre Antwort wurde sofort an unsere Webingenieuren zur Prüfung weitergeleitet.',
|
|
670
663
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name as a case comment.': 'Dieses Feld ist nur für Kunden von V4 vorgesehen. Wenn Sie noch mit V3 arbeiten, dann fügen Sie bitte Ihren Cluster-Namen als Fallkommentar hinzu.',
|
|
@@ -700,7 +693,7 @@ export default {
|
|
|
700
693
|
'Step 3': 'Schritt 3',
|
|
701
694
|
'Step 4': 'Schritt 4',
|
|
702
695
|
'Step 5': 'Schritt 5',
|
|
703
|
-
|
|
696
|
+
i18nAccountBillingSubscription: 'Sie haben ein Problem mit Ihrem Konto, Ihrer Rechnung oder Ihrem Abonnement? Wenden Sie sich an den Kundenservice, um Unterstützung zu erhalten.',
|
|
704
697
|
'Critical solutions have been triggered': 'Kritische Lösungen wurden ausgelöst',
|
|
705
698
|
'Critical solutions for your system': 'Kritische Lösungen für Ihr System',
|
|
706
699
|
'Solutions have been triggered for you based on file upload or common issues that currently have high visibility.': 'Basierend auf der hochgeladenen Datei oder häufigen Problemen, die derzeit eine hohe Sichtbarkeit haben, wurden Lösungen für Sie ausgelöst.',
|
|
@@ -727,10 +720,6 @@ export default {
|
|
|
727
720
|
'Please select a version to edit': 'Wählen Sie eine Version zum Bearbeiten aus.',
|
|
728
721
|
'Add a new section': 'Neuen Abschnitt hinzufügen',
|
|
729
722
|
'Arrange Section': 'Abschnitt anordnen',
|
|
730
|
-
// 'Have an account, billing, or subscription issue? Contact customer service for help.':
|
|
731
|
-
// 'Sie haben ein Problem mit Ihrem Konto, Ihrer Rechnung oder Ihrem Abonnement? Wenden Sie sich an den Kundenservice, um Unterstützung zu erhalten.',
|
|
732
|
-
// 'Upload a sosreport to help us provide the best solutions for your system.':
|
|
733
|
-
// 'Laden Sie einen Sosreport hoch, damit wir Ihnen die besten Lösungen für Ihr System anbieten können.',
|
|
734
723
|
'Please address the errors to proceed': 'Bitte beheben Sie die Fehler, um fortzufahren',
|
|
735
724
|
'Include someone from your account to inform about the status of this case.': 'Schließen Sie eine Person Ihres Kontos ein, die Sie über den Stand des Falles informieren möchten.',
|
|
736
725
|
"Yes, I'm, sure": 'Ja, ich bin sicher',
|
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
|
53
53
|
'Please choose a language for your case communication with our support engineers.': string;
|
|
54
54
|
'You need to be an organization admin to include others from your account.': string;
|
|
55
55
|
'Case Submitted': string;
|
|
56
|
-
'
|
|
56
|
+
'SLA information': string;
|
|
57
57
|
'<0>Case #{{caseNumber}}</0> successfully created.': string;
|
|
58
58
|
'View your case': string;
|
|
59
59
|
'Troubleshoot a new issue': string;
|
|
@@ -70,7 +70,7 @@ declare const _default: {
|
|
|
70
70
|
'There was an error loading suggestions.': string;
|
|
71
71
|
'There was an error loading solutions.': string;
|
|
72
72
|
"Sorry, we're having a problem gathering your information.": string;
|
|
73
|
-
|
|
73
|
+
i18ManageCaseContactCustomerService: string;
|
|
74
74
|
'24x7 Contact': string;
|
|
75
75
|
'24x7 Support': string;
|
|
76
76
|
Delete: string;
|
|
@@ -153,7 +153,7 @@ declare const _default: {
|
|
|
153
153
|
'Filters applied to this query': string;
|
|
154
154
|
'Manage bookmarked accounts': string;
|
|
155
155
|
'Manage groups': string;
|
|
156
|
-
|
|
156
|
+
i18contactCustomerService: string;
|
|
157
157
|
'Select the best category for your issue.': string;
|
|
158
158
|
'Why are you opening a case?': string;
|
|
159
159
|
Continue: string;
|
|
@@ -161,7 +161,7 @@ declare const _default: {
|
|
|
161
161
|
'Did you find a solution?': string;
|
|
162
162
|
'Issue summary': string;
|
|
163
163
|
'Drag and drop, or browse to upload a file': string;
|
|
164
|
-
|
|
164
|
+
i18nUploadSosReport: string;
|
|
165
165
|
Recommendations: string;
|
|
166
166
|
'What are you experiencing? What are you expecting to happen?': string;
|
|
167
167
|
'Search by name or username': string;
|
|
@@ -179,7 +179,7 @@ declare const _default: {
|
|
|
179
179
|
'Select a language for communicating with our support engineers': string;
|
|
180
180
|
'Select a group': string;
|
|
181
181
|
'Select a group to view accounts': string;
|
|
182
|
-
|
|
182
|
+
i18ProductionSupportServiceLevelAgreement: string;
|
|
183
183
|
'Session restored successfully': string;
|
|
184
184
|
'Error restoring your session': string;
|
|
185
185
|
'Continue session?': string;
|
|
@@ -214,12 +214,10 @@ declare const _default: {
|
|
|
214
214
|
'View this case': string;
|
|
215
215
|
'Continue troubleshooting': string;
|
|
216
216
|
'Case submitted': string;
|
|
217
|
-
'<0>Case {{caseNumber}}</0> has been submitted.': string;
|
|
218
217
|
'Failed to create your case': string;
|
|
219
218
|
'We\u2019ll be in contact with you shortly. Look for updates on this case.': string;
|
|
220
219
|
'We have your available hours listed as:': string;
|
|
221
220
|
'Update preferences': string;
|
|
222
|
-
'You should receive a response within <strong>{{ irt }}</strong>.\n <0>SLA information</0>': string;
|
|
223
221
|
'Provide feedback': string;
|
|
224
222
|
'Preview case': string;
|
|
225
223
|
'Before submitting, review the information you entered.': string;
|
|
@@ -376,9 +374,9 @@ declare const _default: {
|
|
|
376
374
|
'Between {{agentName: props.chat.agent_name}} and {{visitorName: props.chat.visitor_name}}': string;
|
|
377
375
|
'Chat transcript': string;
|
|
378
376
|
'Thank you for being a Red Hat Confirmed Stateside Support customer. CSS customers receive their support via a special case management system and a separate phone support number.': string;
|
|
379
|
-
|
|
377
|
+
i18CSSZenDesk: string;
|
|
380
378
|
'Thank You,': string;
|
|
381
|
-
|
|
379
|
+
i18ValidEntitlementContactCustomerService: string;
|
|
382
380
|
'No active subscriptions': string;
|
|
383
381
|
'No suggestions found.': string;
|
|
384
382
|
'Not available': string;
|
|
@@ -389,7 +387,7 @@ declare const _default: {
|
|
|
389
387
|
'You can also select a top product:': string;
|
|
390
388
|
'Here are some common suggestions:': string;
|
|
391
389
|
'Elaborate more on your issue': string;
|
|
392
|
-
|
|
390
|
+
i18OrOCMProductText: string;
|
|
393
391
|
'Download {fileName}': string;
|
|
394
392
|
'Suggested fixes': string;
|
|
395
393
|
'There are new updates to suggested fixes after changing your products': string;
|
|
@@ -424,7 +422,7 @@ declare const _default: {
|
|
|
424
422
|
Update: string;
|
|
425
423
|
'Chat offline': string;
|
|
426
424
|
'Chat with support': string;
|
|
427
|
-
|
|
425
|
+
i18Case403: string;
|
|
428
426
|
'Account / Customer Service Request': string;
|
|
429
427
|
Basic: string;
|
|
430
428
|
'Availability/Working hours': string;
|
|
@@ -447,7 +445,6 @@ declare const _default: {
|
|
|
447
445
|
Products: string;
|
|
448
446
|
'Account number': string;
|
|
449
447
|
'Red Hat associates': string;
|
|
450
|
-
"To help Red Hat use our connected customer tools/services, to debug your cluster in conjunction with your support case, we are requesting that you provide your <1>OpenShift Cluster ID</1>.<br/>If you are installing or planning your install and don't yet have a cluster ID please leave this field blank.": string;
|
|
451
448
|
'OpenShift Cluster ID': string;
|
|
452
449
|
Group: string;
|
|
453
450
|
'Used by consultants to indicate that a consulting engagement is in progress and the issue requires increased attention from support resources.': string;
|
|
@@ -464,7 +461,7 @@ declare const _default: {
|
|
|
464
461
|
'Submit request': string;
|
|
465
462
|
'Active Customer Escalation (ACE)': string;
|
|
466
463
|
'Oldest to Newest': string;
|
|
467
|
-
|
|
464
|
+
i18RequestEscalationLearnMore: string;
|
|
468
465
|
'Private Notes': string;
|
|
469
466
|
on: string;
|
|
470
467
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
@@ -545,7 +542,6 @@ declare const _default: {
|
|
|
545
542
|
'Loading...': string;
|
|
546
543
|
"We couldn't find any matches. Revise your search for better results.": string;
|
|
547
544
|
'Your account requires group access controls in order to manage other users.': string;
|
|
548
|
-
'Your account requires group access controls in order to manage other users. <>More information</>.': string;
|
|
549
545
|
"You don't have the right entitlement to create a case for this product.": string;
|
|
550
546
|
"You don't have the right entitlement to create a case for this product. Get an entitlement.": string;
|
|
551
547
|
"Owner doesn't have the right entitlement to create a case for this product.": string;
|
|
@@ -577,7 +573,6 @@ declare const _default: {
|
|
|
577
573
|
'Created by me': string;
|
|
578
574
|
Create: string;
|
|
579
575
|
"We're sorry": string;
|
|
580
|
-
'Something happened on our end. If the error persists, please <>leave us feedback</>.': string;
|
|
581
576
|
'Copied to clipboard': string;
|
|
582
577
|
'Learn more.': string;
|
|
583
578
|
'<>Learn more<> about how severity levels are defined.': string;
|
|
@@ -648,7 +643,7 @@ declare const _default: {
|
|
|
648
643
|
'Search through your bookmarks': string;
|
|
649
644
|
'Bookmarked accounts search input': string;
|
|
650
645
|
'There was an error loading bookmarked accounts list': string;
|
|
651
|
-
|
|
646
|
+
i18PageWideErrorProxyConfig: string;
|
|
652
647
|
'Make sure you have an active internet connection.': string;
|
|
653
648
|
'Something happened while getting your details.': string;
|
|
654
649
|
'Failed to submit feedback.': string;
|
|
@@ -665,7 +660,6 @@ declare const _default: {
|
|
|
665
660
|
'Customer view': string;
|
|
666
661
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name to the environment details below.': string;
|
|
667
662
|
"<strong>This field is only for customers on V4</strong>. For your convenience, we've added your Cluster Name to the environment details below.": string;
|
|
668
|
-
'<strong>This field is only for customers on V4</strong>. <2>Add your Cluster Name</2> to the environment details below.': string;
|
|
669
663
|
'24x7 Contact information': string;
|
|
670
664
|
'Your response was immediately sent to our web engineers for review.': string;
|
|
671
665
|
'This field is only for customers on V4. If you are still on V3, then please add your Cluster Name as a case comment.': string;
|
|
@@ -701,7 +695,7 @@ declare const _default: {
|
|
|
701
695
|
'Step 3': string;
|
|
702
696
|
'Step 4': string;
|
|
703
697
|
'Step 5': string;
|
|
704
|
-
|
|
698
|
+
i18nAccountBillingSubscription: string;
|
|
705
699
|
'Critical solutions have been triggered': string;
|
|
706
700
|
'Critical solutions for your system': string;
|
|
707
701
|
'Solutions have been triggered for you based on file upload or common issues that currently have high visibility.': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+0BE"}
|