@rh-support/cases 0.2.21 → 0.2.25
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/case-list/case-list-filters/AccountsFilter.js +1 -1
- package/lib/esm/components/case-list/case-list-filters/CreatorSsoNameFilter.js +3 -3
- package/lib/esm/components/case-list/case-search/AdvanceSearch.d.ts.map +1 -1
- package/lib/esm/components/case-list/case-search/AdvanceSearch.js +1 -1
- package/lib/esm/enums/filters.d.ts +1 -0
- package/lib/esm/enums/filters.d.ts.map +1 -1
- package/lib/esm/enums/filters.js +1 -0
- package/lib/esm/i18n/template-de.d.ts +6 -6
- package/lib/esm/i18n/template-de.js +6 -6
- package/lib/esm/i18n/template-es.d.ts +6 -6
- package/lib/esm/i18n/template-es.js +6 -6
- package/lib/esm/i18n/template-fr.d.ts +6 -6
- package/lib/esm/i18n/template-fr.js +6 -6
- package/lib/esm/i18n/template-it.d.ts +6 -6
- package/lib/esm/i18n/template-it.d.ts.map +1 -1
- package/lib/esm/i18n/template-it.js +6 -6
- package/lib/esm/i18n/template-jp.d.ts +6 -6
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +6 -6
- package/lib/esm/i18n/template-ko.d.ts +6 -6
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +6 -6
- package/lib/esm/i18n/template-pt.d.ts +6 -6
- package/lib/esm/i18n/template-pt.js +6 -6
- package/lib/esm/i18n/template-ru.d.ts +6 -6
- package/lib/esm/i18n/template-ru.d.ts.map +1 -1
- package/lib/esm/i18n/template-ru.js +6 -6
- package/lib/esm/i18n/template-zh.d.ts +6 -6
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +6 -6
- package/lib/esm/models/caseList.d.ts +1 -0
- package/lib/esm/models/caseList.d.ts.map +1 -1
- package/lib/esm/utils/constants.js +1 -1
- package/package.json +7 -7
|
@@ -95,5 +95,5 @@ export function AccountsFilter(props) {
|
|
|
95
95
|
if (!canReadBookmarkAccounts) {
|
|
96
96
|
return null;
|
|
97
97
|
}
|
|
98
|
-
return (React.createElement(AccountSelectorInternal, { label: 'Accounts', selectedAccounts: selectedAccounts, multiple: true, suggestBookmarkAccounts: false, placeholder: getDropdownBtnPlaceholder(t('Search for an account'), (selectedAccounts || []).map((i) => i.name), ''), onSelect: onAccountsFilterChange }));
|
|
98
|
+
return (React.createElement(AccountSelectorInternal, { label: t('i18nAccounts', 'Accounts'), selectedAccounts: selectedAccounts, multiple: true, suggestBookmarkAccounts: false, placeholder: getDropdownBtnPlaceholder(t('Search for an account'), (selectedAccounts || []).map((i) => i.name), ''), onSelect: onAccountsFilterChange }));
|
|
99
99
|
}
|
|
@@ -46,8 +46,8 @@ export function CreatorSsoNameFilter() {
|
|
|
46
46
|
const PER_PAGE = 200;
|
|
47
47
|
const isExternalNonOrgAdmin = !loggedInUserRights.data.isInternal() && loggedInUserRights.data.isCustomerNonOrgAdmin();
|
|
48
48
|
const ASYNC_DROPDOWN_PAGE_SIZE = 10000;
|
|
49
|
-
const { request: getExternalUserContactsList, isFetching: isFetchingExternalContacts
|
|
50
|
-
const { request: getInternalUserContactsList, isFetching: isFetchingInternalContacts
|
|
49
|
+
const { request: getExternalUserContactsList, isFetching: isFetchingExternalContacts } = useFetch(accounts.getAccountContacts, { propgateErrors: true });
|
|
50
|
+
const { request: getInternalUserContactsList, isFetching: isFetchingInternalContacts } = useFetch(contacts.getSFDCContacts, { propgateErrors: true });
|
|
51
51
|
const abortControllerRef = useRef(undefined);
|
|
52
52
|
const [externalContactList, setExternalContactList] = useState([]);
|
|
53
53
|
const [internalContactList, setInternalContactList] = useState([]);
|
|
@@ -241,5 +241,5 @@ export function CreatorSsoNameFilter() {
|
|
|
241
241
|
nonSearchableItemKey: 'isNotSearchable',
|
|
242
242
|
nonActionableItemKey: 'isNonActionable',
|
|
243
243
|
nonSelectableItemKey: 'isNotSelectable',
|
|
244
|
-
}), title: filterNamesMap['usernameFilterTitle'], onChange: onFilterChangeAsync, delay: 300, useCache: true, paginate: true, emptyListLabel: t('No results found'), maxResults: PER_PAGE, onSearch: onSearchAsync, minLength: 0, label: filterNamesMap['usernameFilterTitle'], isLoadingList: isFetchingInternalContacts }))));
|
|
244
|
+
}), title: t(filterNamesMap['usernameFilterTitle']), onChange: onFilterChangeAsync, delay: 300, useCache: true, paginate: true, emptyListLabel: t('No results found'), maxResults: PER_PAGE, onSearch: onSearchAsync, minLength: 0, label: t(filterNamesMap['usernameFilterTitle']), isLoadingList: isFetchingInternalContacts }))));
|
|
245
245
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvanceSearch.d.ts","sourceRoot":"","sources":["../../../../../src/components/case-list/case-search/AdvanceSearch.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAMhE,UAAU,MAAM;IACZ,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAC5D,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AdvanceSearch.d.ts","sourceRoot":"","sources":["../../../../../src/components/case-list/case-search/AdvanceSearch.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAMhE,UAAU,MAAM;IACZ,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAC5D,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,eAsV1C"}
|
|
@@ -237,7 +237,7 @@ export function AdvanceSearch(props) {
|
|
|
237
237
|
React.createElement("div", { className: "pf-c-select pf-m-expanded", ref: dropdownWrapperRef },
|
|
238
238
|
React.createElement("div", { className: "pf-c-select__toggle pf-m-typeahead" },
|
|
239
239
|
React.createElement("div", { className: "pf-c-select__toggle-wrapper" },
|
|
240
|
-
React.createElement("input", { value: queryString, onChange: onQueryStringChange, onFocus: onInputFocus, ref: searchInputRef, onKeyDown: onKeyDown, placeholder:
|
|
240
|
+
React.createElement("input", { value: queryString, onChange: onQueryStringChange, onFocus: onInputFocus, ref: searchInputRef, onKeyDown: onKeyDown, placeholder: t('i18nEnterSolrQuery', 'Enter SOLR query, for example: severity:"1 (Urgent)" and -status:"Waiting on Customer"'), className: `pf-c-form-control pf-c-select__toggle-typeahead ${queryString && isParsingSuccessful && !showComplexQueryError ? 'pf-m-success' : ''}`, type: "text", "aria-invalid": isQueryInValid ? true : false, autoComplete: "off", id: "advance-search-typeahead", "aria-label": t('Enter search query'), "aria-describedby": "advance-query-error-helper" })),
|
|
241
241
|
queryString && (React.createElement(Button, { onClick: onClear, className: "pf-c-button pf-m-plain pf-c-select__toggle-clear", variant: "plain", "data-tracking-id": "clear-search", "aria-label": t('Clear this search') },
|
|
242
242
|
React.createElement(TimesCircleIcon, null)))),
|
|
243
243
|
showComplexQueryError && (React.createElement("p", { className: "pf-c-form__helper-text pf-m-error", style: { color: '#c9190b' }, id: "advance-query-error-helper", "aria-live": "polite" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/enums/filters.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAChB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,UAAU,eAAe;CAC5B;AAED,oBAAY,QAAQ;IAChB,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,OAAO,iBAAiB;IACxB,MAAM,gBAAgB;IACtB,aAAa,uBAAuB;IACpC,KAAK,sBAAsB;IAC3B,SAAS,oBAAoB;IAC7B,QAAQ,kBAAkB;IAC1B,SAAS,4BAA4B;IACrC,SAAS,eAAe;IACxB,WAAW,qBAAqB;IAChC,cAAc,8BAA8B;IAC5C,UAAU,6BAA6B;IACvC,OAAO,iBAAiB;IACxB,SAAS,uBAAuB;IAChC,oBAAoB,gCAAgC;IACpD,WAAW,qBAAqB;IAChC,UAAU,4BAA4B;IACtC,YAAY,0BAA0B;IACtC,oBAAoB,iCAAiC;IACrD,sBAAsB,+BAA+B;IACrD,WAAW,qBAAqB;IAChC,GAAG,QAAQ;IACX,GAAG,cAAc;IACjB,IAAI,cAAc;IAClB,GAAG,gBAAgB;IACnB,WAAW,qBAAqB;IAChC,WAAW,sBAAsB;CACpC;AAGD,oBAAY,aAAa;IACrB,eAAe,8BAA8B;CAChD;AAED,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,oBAAY,QAAQ;IAChB,UAAU,eAAe;IACzB,WAAW,YAAY;IACvB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,aAAa,qBAAqB;IAClC,QAAQ,aAAa;IACrB,SAAS,YAAY;IACrB,WAAW,gBAAgB;IAC3B,SAAS,mBAAmB;IAC5B,UAAU,uBAAuB;IACjC,OAAO,YAAY;IACnB,SAAS,gBAAgB;IACzB,oBAAoB,gCAAgC;IACpD,WAAW,gBAAgB;IAC3B,UAAU,qBAAqB;IAC/B,YAAY,qBAAqB;IACjC,oBAAoB,qBAAqB;IACzC,sBAAsB,qBAAqB;IAC3C,WAAW,gBAAgB;IAC3B,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACxB;AAED,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/enums/filters.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAChB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,UAAU,eAAe;CAC5B;AAED,oBAAY,QAAQ;IAChB,UAAU,gBAAgB;IAC1B,WAAW,iBAAiB;IAC5B,OAAO,iBAAiB;IACxB,MAAM,gBAAgB;IACtB,aAAa,uBAAuB;IACpC,KAAK,sBAAsB;IAC3B,SAAS,oBAAoB;IAC7B,QAAQ,kBAAkB;IAC1B,SAAS,4BAA4B;IACrC,SAAS,eAAe;IACxB,WAAW,qBAAqB;IAChC,cAAc,8BAA8B;IAC5C,UAAU,6BAA6B;IACvC,OAAO,iBAAiB;IACxB,SAAS,uBAAuB;IAChC,oBAAoB,gCAAgC;IACpD,WAAW,qBAAqB;IAChC,UAAU,4BAA4B;IACtC,YAAY,0BAA0B;IACtC,oBAAoB,iCAAiC;IACrD,sBAAsB,+BAA+B;IACrD,WAAW,qBAAqB;IAChC,GAAG,QAAQ;IACX,GAAG,cAAc;IACjB,IAAI,cAAc;IAClB,GAAG,gBAAgB;IACnB,WAAW,qBAAqB;IAChC,WAAW,sBAAsB;CACpC;AAGD,oBAAY,aAAa;IACrB,eAAe,8BAA8B;CAChD;AAED,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,oBAAY,QAAQ;IAChB,UAAU,eAAe;IACzB,WAAW,YAAY;IACvB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,aAAa,qBAAqB;IAClC,QAAQ,aAAa;IACrB,SAAS,YAAY;IACrB,WAAW,gBAAgB;IAC3B,SAAS,mBAAmB;IAC5B,UAAU,uBAAuB;IACjC,OAAO,YAAY;IACnB,SAAS,gBAAgB;IACzB,oBAAoB,gCAAgC;IACpD,WAAW,gBAAgB;IAC3B,UAAU,qBAAqB;IAC/B,YAAY,qBAAqB;IACjC,oBAAoB,qBAAqB;IACzC,sBAAsB,qBAAqB;IAC3C,WAAW,gBAAgB;IAC3B,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACxB;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CAqB9B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;CAElC,CAAC"}
|
package/lib/esm/enums/filters.js
CHANGED
|
@@ -90,6 +90,7 @@ export const sfdcFieldToSolrMap = {
|
|
|
90
90
|
[SFDCKeys.groupNumber]: SolrKeys.group,
|
|
91
91
|
[SFDCKeys.groupName]: SolrKeys.groupName,
|
|
92
92
|
[SFDCKeys.alternateId]: SolrKeys.alternateId,
|
|
93
|
+
[SFDCKeys.caseType]: SolrKeys.type,
|
|
93
94
|
};
|
|
94
95
|
export const AdditionalFilterLabels = {
|
|
95
96
|
[SolrKeys.escalation]: 'Escalated cases',
|
|
@@ -49,7 +49,7 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have <strong>direct support from Red Hat.</strong>': string;
|
|
55
55
|
Owner: string;
|
|
@@ -60,14 +60,14 @@ declare const _default: {
|
|
|
60
60
|
'Chat with support': string;
|
|
61
61
|
'Chat offline': string;
|
|
62
62
|
Troubleshoot: string;
|
|
63
|
-
|
|
63
|
+
i18nAccounts: string;
|
|
64
64
|
'Search for an account': string;
|
|
65
65
|
Bookmark: string;
|
|
66
66
|
Advanced: string;
|
|
67
67
|
'Search for an bookmark': string;
|
|
68
68
|
Username: string;
|
|
69
69
|
Basic: string;
|
|
70
|
-
|
|
70
|
+
i18nEnterSolrQuery: string;
|
|
71
71
|
Export: string;
|
|
72
72
|
'Close case': string;
|
|
73
73
|
Collapse: string;
|
|
@@ -86,10 +86,10 @@ declare const _default: {
|
|
|
86
86
|
'Defect / Bug': string;
|
|
87
87
|
'Please address the errors to proceed': string;
|
|
88
88
|
'Search for an email address or username of the person you want to notify': string;
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
i18nSendUsFeedback: string;
|
|
90
|
+
i18nFeedbackFormFoundBug: string;
|
|
91
91
|
'How can we improve?': string;
|
|
92
|
-
|
|
92
|
+
i18nDescribeSuggestionDetail: string;
|
|
93
93
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
94
94
|
'Send feedback': string;
|
|
95
95
|
};
|
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
'for more information about the ICE process.': 'für weitere Informationen über den ICE-Vorgang.',
|
|
52
52
|
'for more information.': 'für weitere Informationen.',
|
|
53
53
|
// Case 403
|
|
54
|
-
|
|
54
|
+
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.',
|
|
55
55
|
'Support subscription required': 'Support-Subskription erforderlich',
|
|
56
56
|
'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>',
|
|
57
57
|
Owner: 'Besitzer',
|
|
@@ -62,14 +62,14 @@ export default {
|
|
|
62
62
|
'Chat with support': 'Mit Support-Team chatten',
|
|
63
63
|
'Chat offline': 'Offline chatten',
|
|
64
64
|
Troubleshoot: 'Fehler beheben',
|
|
65
|
-
|
|
65
|
+
i18nAccounts: 'Konten',
|
|
66
66
|
'Search for an account': 'Suche nach einem Konto',
|
|
67
67
|
Bookmark: 'Lesezeichen',
|
|
68
68
|
Advanced: 'Erweitert',
|
|
69
69
|
'Search for an bookmark': 'Suche nach einem Lesezeichen',
|
|
70
70
|
Username: 'Benutzername',
|
|
71
71
|
Basic: 'Grundlegend',
|
|
72
|
-
|
|
72
|
+
i18nEnterSolrQuery: 'Geben Sie die SOLR-Abfrage ein, zum Beispiel: severity: "1 (Dringend)" und -status: "Wartet auf den Kunden"',
|
|
73
73
|
Export: 'Exportieren',
|
|
74
74
|
'Close case': 'Fall schließen',
|
|
75
75
|
Collapse: 'Reduzieren',
|
|
@@ -89,10 +89,10 @@ export default {
|
|
|
89
89
|
'Please address the errors to proceed': 'Bitte beheben Sie die Fehler, um fortzufahren',
|
|
90
90
|
'Search for an email address or username of the person you want to notify': 'Suchen Sie nach einer E-Mail-Adresse oder dem Benutzernamen der Person, die Sie benachrichtigen möchten.',
|
|
91
91
|
//FeedbackForm
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
i18nSendUsFeedback: 'Senden Sie uns Ihr Feedback',
|
|
93
|
+
i18nFeedbackFormFoundBug: 'Teilen Sie uns mit, wenn Sie einen Fehler gefunden haben oder wenn Sie einen Vorschlag zur Verbesserung des Webangebots haben.',
|
|
94
94
|
'How can we improve?': 'Was können wir noch besser machen?',
|
|
95
|
-
|
|
95
|
+
i18nDescribeSuggestionDetail: 'Beschreiben Sie Ihren Vorschlag im Detail',
|
|
96
96
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'Das Feedback wird an das Webteam gesendet, das an dieser Anwendung arbeitet, nicht an den Supportmitarbeiter, der Ihren Fall bearbeitet.',
|
|
97
97
|
'Send feedback': 'Feedback senden',
|
|
98
98
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': 'Haga clic aquí',
|
|
50
50
|
'for more information about the ICE process.': 'para más información sobre el proceso ICE.',
|
|
51
51
|
'for more information.': 'para más información.',
|
|
52
|
-
|
|
52
|
+
i18Case403: 'Si cree que debería tener permiso para ver este recurso,<1>comuníquese con el Servicio al Cliente</1>para obtener ayuda. Es posible que su inicio de sesión en Red Hat no esté vinculado a la cuenta correcta de su organización,\n o podría haber un problema con la suscripción. En ambos casos, el Servicio al Cliente debería poder ayudarlo\n a solucionar el problema.',
|
|
53
53
|
'Support subscription required': 'Se requiere una suscripción de soporte',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'Las credenciales que proporcionó son válidas, pero no cuenta con<strong>soporte directo de Red Hat.</b>',
|
|
55
|
-
|
|
55
|
+
i18nAccounts: 'Cuentas',
|
|
56
56
|
'Search for an account': 'Buscar una cuenta',
|
|
57
57
|
Bookmark: 'Marcador',
|
|
58
58
|
'Search for an bookmark': 'Buscar un marcador',
|
|
59
59
|
Advanced: 'Avanzado',
|
|
60
60
|
Username: 'Nombre de usuario',
|
|
61
61
|
Basic: 'Básico',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'Ingrese la solicitud SOLR, por ejemplo: severidad: "1 (Urgente)" y estado: "Esperando al cliente"',
|
|
63
63
|
Export: 'Exportar',
|
|
64
64
|
'Close case': 'Cerrar caso',
|
|
65
65
|
Collapse: 'Contraer',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': 'Corrija los errores para continuar',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': 'Busque una dirección de correo electrónico o un nombre de usuario de la persona a la que desea notificar',
|
|
81
81
|
//feedback form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: 'Envíenos sus comentarios',
|
|
83
|
+
i18nFeedbackFormFoundBug: 'Infórmenos si ha encontrado un error o si tiene alguna sugerencia para mejorar la experiencia en la web.',
|
|
84
84
|
'How can we improve?': '¿Cómo podemos mejorar?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: 'Describa en detalle su sugerencia',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'Los comentarios se envían al equipo web que trabaja en esta aplicación, no al asociado de soporte que trabaja en su caso.',
|
|
87
87
|
'Send feedback': 'Enviar comentarios',
|
|
88
88
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': 'cliquez ici',
|
|
50
50
|
'for more information about the ICE process.': 'pour obtenir des informations supplémentaires sur le processus ICE.',
|
|
51
51
|
'for more information.': "pour davantage d'informations.",
|
|
52
|
-
|
|
52
|
+
i18Case403: "Si vous pensez être autorisé à consulter cette ressource, veuillez <1>contacter le service client</1> pour obtenir de l'aide. Il se peut que votre identifiant Red Hat ne soit pas associé à un compte approprié pour votre organisation ou que votre abonnement présente un dysfonctionnement. Quel que soit le problème rencontré, le service client devrait pouvoir vous aider à le résoudre.",
|
|
53
53
|
'Support subscription required': "Abonnement à l'assistance technique requis",
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': "Les certifications que vous avez fournies sont valides, mais vous ne bénéficiez pas de l' <strong>assistance technique directe de Red Hat</strong>.",
|
|
55
|
-
|
|
55
|
+
i18nAccounts: 'Comptes',
|
|
56
56
|
'Search for an account': 'Rechercher un compte',
|
|
57
57
|
Bookmark: 'Signet',
|
|
58
58
|
'Search for an bookmark': "Recherche d'un signet",
|
|
59
59
|
Advanced: 'Avancé',
|
|
60
60
|
Username: "Nom d'utilisateur",
|
|
61
61
|
Basic: 'De base',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'Entrez la requête SOLR, par exemple : sévérité : ""1 (Urgent)"" et -statut : ""Attente Client""',
|
|
63
63
|
Export: 'Exportation',
|
|
64
64
|
'Close case': 'Clôturer le dossier',
|
|
65
65
|
Collapse: 'Effondrement',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': 'Veuillez corriger les erreurs pour poursuivre',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': "Recherchez l'adresse électronique ou le nom d'utilisateur de la personne que vous souhaitez avertir",
|
|
81
81
|
//Feedback Form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: 'Envoyez-nous vos commentaires',
|
|
83
|
+
i18nFeedbackFormFoundBug: "Faites-nous savoir si vous avez trouvé un bogue ou si vous avez une suggestion pour améliorer l'expérience web.",
|
|
84
84
|
'How can we improve?': 'Comment pouvons-nous améliorer les choses?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: 'Décrivez votre suggestion en détail',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': "Les commentaires sont envoyés à l'équipe Web qui travaille sur cette application, et non au collaborateur de l'assistance technique qui s'occupe de votre cas.",
|
|
87
87
|
'Send feedback': 'Envoyez vos commentaires',
|
|
88
88
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqHE"}
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': 'Fai clic qui',
|
|
50
50
|
'for more information about the ICE process.': 'per maggiori informazioni sul processo ICE.',
|
|
51
51
|
'for more information.': 'per maggiori informazioni.',
|
|
52
|
-
|
|
52
|
+
i18Case403: "Se ritieni che dovresti disporre dell'autorizzazione per visualizzare questa risorsa, richiedi assistenza al<1>Servizio clienti</1>. Il tuo login Red Hat potrebbe non essere associato all'account corretto per la tua organizzazione o potrebbe esserci un problema con la tua sottoscrizione. In entrambi i casi, il Servizio clienti dovrebbe essere in grado di aiutarti a risolvere la questione.",
|
|
53
53
|
'Support subscription required': 'Sottoscrizione di supporto necessaria',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'Le credenziali fornite sono valide, ma non disponi di un <strong>supporto diretto da Red Hat.</strong>',
|
|
55
|
-
|
|
55
|
+
i18nAccounts: 'Account',
|
|
56
56
|
'Search for an account': 'Cerca account',
|
|
57
57
|
Bookmark: 'Segnalibro',
|
|
58
58
|
'Search for an bookmark': 'Cerca segnalibro',
|
|
59
59
|
Advanced: 'Avanzato',
|
|
60
60
|
Username: 'Nome utente',
|
|
61
61
|
Basic: 'Base',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'Immetti la query SOLR, ad esempio: gravità:""1 (Urgente)"" e stato:""In attesa del cliente""',
|
|
63
63
|
Export: 'Esporta',
|
|
64
64
|
'Close case': 'Chiudi caso',
|
|
65
65
|
Collapse: 'Comprimi',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': 'Risolvi gli errori per procedere',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': 'Cerca indirizzo email o nome utente della persona a cui inviare la notifica',
|
|
81
81
|
//Feedback Form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: 'Inviaci un feedback',
|
|
83
|
+
i18nFeedbackFormFoundBug: "Facci sapere se hai trovato bug o se hai qualche suggerimento per migliorare l'esperienza web.",
|
|
84
84
|
'How can we improve?': 'Come possiamo migliorarci?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: 'Descrivi il tuo suggerimento in modo dettagliato',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'Il feedback viene inviato al team web che lavora su questa applicazione, non al responsabile del supporto che lavora sul tuo caso.',
|
|
87
87
|
'Send feedback': 'Invia feedback',
|
|
88
88
|
};
|
|
@@ -49,18 +49,18 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
55
|
'You need a Salesforce(SFDC) user to edit the action plan': string;
|
|
56
|
-
|
|
56
|
+
i18nAccounts: string;
|
|
57
57
|
'Search for an account': string;
|
|
58
58
|
Bookmark: string;
|
|
59
59
|
'Search for an bookmark': string;
|
|
60
60
|
Advanced: string;
|
|
61
61
|
Username: string;
|
|
62
62
|
Basic: string;
|
|
63
|
-
|
|
63
|
+
i18nEnterSolrQuery: string;
|
|
64
64
|
Export: string;
|
|
65
65
|
'Close case': string;
|
|
66
66
|
Collapse: string;
|
|
@@ -79,10 +79,10 @@ declare const _default: {
|
|
|
79
79
|
'Defect / Bug': string;
|
|
80
80
|
'Please address the errors to proceed': string;
|
|
81
81
|
'Search for an email address or username of the person you want to notify': string;
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: string;
|
|
83
|
+
i18nFeedbackFormFoundBug: string;
|
|
84
84
|
'How can we improve?': string;
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: string;
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
87
87
|
'Send feedback': string;
|
|
88
88
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsHE"}
|
|
@@ -49,18 +49,18 @@ export default {
|
|
|
49
49
|
'click here': 'こちらをクリック',
|
|
50
50
|
'for more information about the ICE process.': 'ICE プロセスについての詳細情報',
|
|
51
51
|
'for more information.': '詳細情報。',
|
|
52
|
-
|
|
52
|
+
i18Case403: 'このリソースを閲覧する権限があると思われる場合は、<1>カスタマーサービス</1> にお問い合わせください。ご使用中の Red Hat ログインがお客様の組織のアカウントに関連付けられていないか、サブスクリプションに問題がある可能性があります。いずれの場合でも、カスタマーサービスが問題解決を支援します。',
|
|
53
53
|
'Support subscription required': 'サポートサブスクリプションが必要です。',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': '提示の資格情報は有効ですが、<strong>Red Hat の直接サポート</strong>を受ける権限がありません。',
|
|
55
55
|
'You need a Salesforce(SFDC) user to edit the action plan': 'SFDC ユーザーでアクションプランを編集する必要があります。',
|
|
56
|
-
|
|
56
|
+
i18nAccounts: 'アカウント',
|
|
57
57
|
'Search for an account': 'アカウントの検索',
|
|
58
58
|
Bookmark: 'ブックマーク',
|
|
59
59
|
'Search for an bookmark': 'ブックマークの検索',
|
|
60
60
|
Advanced: '詳細検索',
|
|
61
61
|
Username: 'ユーザー名',
|
|
62
62
|
Basic: '基本検索',
|
|
63
|
-
|
|
63
|
+
i18nEnterSolrQuery: 'SOLR クエリーを入力します (例: severity:""1(Urgent)"" と -status:""Waiting on Customer""',
|
|
64
64
|
Export: 'エクスポート',
|
|
65
65
|
'Close case': 'ケースのクローズ',
|
|
66
66
|
Collapse: '折りたたむ',
|
|
@@ -80,10 +80,10 @@ export default {
|
|
|
80
80
|
'Please address the errors to proceed': '続行するには、エラーに対処してください',
|
|
81
81
|
'Search for an email address or username of the person you want to notify': '通知するユーザーのメールアドレスまたはユーザー名を検索します',
|
|
82
82
|
//Feedback Form
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
i18nSendUsFeedback: 'フィードバックにご協力ください',
|
|
84
|
+
i18nFeedbackFormFoundBug: 'バグが見つかった場合や Web エクスペリエンスを改善するための提案がある場合は、ご協力をお願いいたします。',
|
|
85
85
|
'How can we improve?': '改善の提案はありますでしょうか?',
|
|
86
|
-
|
|
86
|
+
i18nDescribeSuggestionDetail: '提案を詳細に説明してください',
|
|
87
87
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'フィードバックは、お客様のサポートケースのサポートチームではなく、このアプリケーションで作業中の Web チームに送信されます。',
|
|
88
88
|
'Send feedback': 'フィードバックを送信',
|
|
89
89
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmHE"}
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': '여기를 클릭',
|
|
50
50
|
'for more information about the ICE process.': 'ICE 프로세스에 대한 자세한 정보',
|
|
51
51
|
'for more information.': '상세 정보',
|
|
52
|
-
|
|
52
|
+
i18Case403: '이 리소스를 볼 수 있는 권한을 가지고 있는 경우 <1>고객 서비스에 문의</1>하십시오. Red Hat 로그인이 귀사의 올바른 계정에 연결되어 있지 않거나 \n서브스크립션에 문제가 있을 수 있습니다. 어떠한 경우에도 고객 서비스가 문제 해결을 위한 \n도움을 드릴 수 있습니다.',
|
|
53
53
|
'Support subscription required': '지원 서브스크립션 필요',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': '입력한 자격 증명은 유효하지만 <strong>Red Hat의 직접적인 지원</strong>은 제공되지 않습니다.',
|
|
55
|
-
|
|
55
|
+
i18nAccounts: '계정',
|
|
56
56
|
'Search for an account': '계정 검색',
|
|
57
57
|
Bookmark: '북마크',
|
|
58
58
|
'Search for an bookmark': '북마크 검색',
|
|
59
59
|
Advanced: '고급 검색',
|
|
60
60
|
Username: '사용자 이름',
|
|
61
61
|
Basic: '기본 검색',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'SOLR 쿼리를 입력합니다 (예: severity: ""1 (Urgent)"" 및 -status:""Waiting on Customer"")',
|
|
63
63
|
Export: '내보내기',
|
|
64
64
|
'Close case': '케이스 닫기',
|
|
65
65
|
Collapse: '축소',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': '계속하려면 오류를 수정하십시오',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': '통지하려는 사용자의 이메일 주소 또는 사용자 이름을 검색합니다.',
|
|
81
81
|
//Feedback Form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: '피드백 제공',
|
|
83
|
+
i18nFeedbackFormFoundBug: '버그를 발견하거나 또는 웹 환경 개선을 위한 제안 사항이 있는 경우 알려주십시오.',
|
|
84
84
|
'How can we improve?': '개선을 위한 제안 사항이 있으십니까?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: '제안 사항을 자세히 설명해 주십시오',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': '피드백은 지원 케이스를 처리하는 지원팀이 아닌 이 애플리케이션에서 작업 중인 웹 팀에 전송됩니다.',
|
|
87
87
|
'Send feedback': '피드백 보내기',
|
|
88
88
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': 'clique aqui',
|
|
50
50
|
'for more information about the ICE process.': 'para maiores informações sobre o processo ICE.',
|
|
51
51
|
'for more information.': 'para maiores informações.',
|
|
52
|
-
|
|
52
|
+
i18Case403: 'Caso você acredite que deveria ter permissão para ver este recurso, <1>entre em contato com o Atendimento ao Cliente</1>para obter ajuda. O seu login da Red Hat pode não estar associado à conta certa para sua organização\n ou pode haver um problema na sua inscrição. Nos dois casos, o Atendimento ao Cliente poderá ajudar\n você a resolver o problema.',
|
|
53
53
|
'Support subscription required': 'Assinatura de suporte necessária',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'As credenciais fornecidas são válidas, mas não tem<strong>suporte direto da Red Hat.</strong>',
|
|
55
|
-
|
|
55
|
+
i18nAccounts: 'Contas',
|
|
56
56
|
'Search for an account': 'Pesquisar uma conta',
|
|
57
57
|
Bookmark: 'Favorito',
|
|
58
58
|
'Search for an bookmark': 'Pesquisar um favorito',
|
|
59
59
|
Advanced: 'Avançado',
|
|
60
60
|
Username: 'Nome de usuário',
|
|
61
61
|
Basic: 'Básico',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'Digite a consulta SOLR, por exemplo: severity:""1 (Urgent)"" and -status:""Waiting on Customer""',
|
|
63
63
|
Export: 'Exportar',
|
|
64
64
|
'Close case': 'Fechar caso',
|
|
65
65
|
Collapse: 'Recolher',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': 'Corrija os erros para prosseguir',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': 'Procure um endereço de e-mail ou nome de usuário da pessoa que você deseja notificar',
|
|
81
81
|
//Feedback Form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: 'Envie-nos seu feedback',
|
|
83
|
+
i18nFeedbackFormFoundBug: 'Informe-nos se você encontrou um bug ou se você tem uma sugestão para melhorar a experiência na web.',
|
|
84
84
|
'How can we improve?': 'Como podemos melhorar?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: 'Descreva sua sugestão em detalhes',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'O feedback é enviado para a equipe da web que trabalha no aplicativo, não para o associado de suporte que trabalha no seu caso.',
|
|
87
87
|
'Send feedback': 'Enviar feedback',
|
|
88
88
|
};
|
|
@@ -49,17 +49,17 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
|
-
|
|
55
|
+
i18nAccounts: string;
|
|
56
56
|
'Search for an account': string;
|
|
57
57
|
Bookmark: string;
|
|
58
58
|
'Search for an bookmark': string;
|
|
59
59
|
Advanced: string;
|
|
60
60
|
Username: string;
|
|
61
61
|
Basic: string;
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: string;
|
|
63
63
|
Export: string;
|
|
64
64
|
'Close case': string;
|
|
65
65
|
Collapse: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
|
78
78
|
'Defect / Bug': string;
|
|
79
79
|
'Please address the errors to proceed': string;
|
|
80
80
|
'Search for an email address or username of the person you want to notify': string;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
i18nSendUsFeedback: string;
|
|
82
|
+
i18nFeedbackFormFoundBug: string;
|
|
83
83
|
'How can we improve?': string;
|
|
84
|
-
|
|
84
|
+
i18nDescribeSuggestionDetail: string;
|
|
85
85
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
86
86
|
'Send feedback': string;
|
|
87
87
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmHE"}
|
|
@@ -49,17 +49,17 @@ export default {
|
|
|
49
49
|
'click here': 'нажмите здесь',
|
|
50
50
|
'for more information about the ICE process.': 'для получения информации о процессе ICE.',
|
|
51
51
|
'for more information.': 'для получения дополнительной информации.',
|
|
52
|
-
|
|
52
|
+
i18Case403: 'Если вы считаете, что у вас должно быть разрешение на просмотр этого ресурса, <1>обратитесь в службу поддержки</1> за помощью. Возможно, ваше имя пользователя Red Hat не связано с нужной учетной записью\n для вашей организации или есть проблема с подпиской. Служба поддержки поможет вам\n решить эту проблему.',
|
|
53
53
|
'Support subscription required': 'Требуется действительная подписка',
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': 'Вы указали действительные учетные данные, но у вас нет <strong>прямой поддержки от Red Hat</strong>.',
|
|
55
|
-
|
|
55
|
+
i18nAccounts: 'Учетные записи',
|
|
56
56
|
'Search for an account': 'Поиск учетной записи',
|
|
57
57
|
Bookmark: 'Закладка',
|
|
58
58
|
'Search for an bookmark': 'Поиск закладки',
|
|
59
59
|
Advanced: 'Расширенный',
|
|
60
60
|
Username: 'Имя пользователя',
|
|
61
61
|
Basic: 'Простой',
|
|
62
|
-
|
|
62
|
+
i18nEnterSolrQuery: 'Введите SOLR-запрос, например: severity:""1 (срочный)"" and -status:""Ожидание клиента""',
|
|
63
63
|
Export: 'Экспорт',
|
|
64
64
|
'Close case': 'Закрыть обращение',
|
|
65
65
|
Collapse: 'Свернуть',
|
|
@@ -79,10 +79,10 @@ export default {
|
|
|
79
79
|
'Please address the errors to proceed': 'Устраните ошибки, чтобы продолжить',
|
|
80
80
|
'Search for an email address or username of the person you want to notify': 'Найдите адрес эл. почты или имя пользователя человека, которого необходимо уведомлять',
|
|
81
81
|
//Feedback Form
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: 'Отправьте нам свой отзыв',
|
|
83
|
+
i18nFeedbackFormFoundBug: 'Если вы обнаружили ошибку или у вас есть предложения по улучшению работы системы, расскажите нам об этом.',
|
|
84
84
|
'How can we improve?': 'Что мы можем улучшить?',
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: 'Подробно опишите свое предложение',
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': 'Отзывы отправляются команде специалистов, работающих над этим приложением, а не сотруднику службы поддержки, занимающемуся вашим обращением.',
|
|
87
87
|
'Send feedback': 'Отправить отзыв',
|
|
88
88
|
};
|
|
@@ -49,18 +49,18 @@ declare const _default: {
|
|
|
49
49
|
'click here': string;
|
|
50
50
|
'for more information about the ICE process.': string;
|
|
51
51
|
'for more information.': string;
|
|
52
|
-
|
|
52
|
+
i18Case403: string;
|
|
53
53
|
'Support subscription required': string;
|
|
54
54
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': string;
|
|
55
55
|
Owner: string;
|
|
56
|
-
|
|
56
|
+
i18nAccounts: string;
|
|
57
57
|
'Search for an account': string;
|
|
58
58
|
Bookmark: string;
|
|
59
59
|
'Search for an bookmark': string;
|
|
60
60
|
Advanced: string;
|
|
61
61
|
Username: string;
|
|
62
62
|
Basic: string;
|
|
63
|
-
|
|
63
|
+
i18nEnterSolrQuery: string;
|
|
64
64
|
Export: string;
|
|
65
65
|
'Close case': string;
|
|
66
66
|
Collapse: string;
|
|
@@ -79,10 +79,10 @@ declare const _default: {
|
|
|
79
79
|
'Defect / Bug': string;
|
|
80
80
|
'Please address the errors to proceed': string;
|
|
81
81
|
'Search for an email address or username of the person you want to notify': string;
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
i18nSendUsFeedback: string;
|
|
83
|
+
i18nFeedbackFormFoundBug: string;
|
|
84
84
|
'How can we improve?': string;
|
|
85
|
-
|
|
85
|
+
i18nDescribeSuggestionDetail: string;
|
|
86
86
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': string;
|
|
87
87
|
'Send feedback': string;
|
|
88
88
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmHE"}
|
|
@@ -50,18 +50,18 @@ export default {
|
|
|
50
50
|
'for more information about the ICE process.': '查看 ICE 处理进程的详情。',
|
|
51
51
|
'for more information.': '详情。',
|
|
52
52
|
// Case 403
|
|
53
|
-
|
|
53
|
+
i18Case403: '如果您确定有查看此资源的权限,请 <1>联系客户服务</1>以获得帮助。您的红帽登录信息未能与您机构中的的正确帐户关联,\n 或者您的订阅出现问题。无论是哪种原因,客户服务都能\n 帮助您解决问题。',
|
|
54
54
|
'Support subscription required': '需要支持订阅',
|
|
55
55
|
'The credentials you provided are valid, but you do not have<strong>direct support from Red Hat.</strong>': '您提供的是有效凭证,但无法<strong>直接从红帽获得支持。</strong>',
|
|
56
56
|
Owner: '所有者',
|
|
57
|
-
|
|
57
|
+
i18nAccounts: '帐户',
|
|
58
58
|
'Search for an account': '搜索帐户',
|
|
59
59
|
Bookmark: '书签',
|
|
60
60
|
'Search for an bookmark': '搜索书签',
|
|
61
61
|
Advanced: '高级',
|
|
62
62
|
Username: '用户名',
|
|
63
63
|
Basic: '基本',
|
|
64
|
-
|
|
64
|
+
i18nEnterSolrQuery: '输入 SOLR 查询,例如:severity:""1 (Urgent)"" and -status:""Waiting on Customer""',
|
|
65
65
|
Export: '导出',
|
|
66
66
|
'Close case': '关闭问题单',
|
|
67
67
|
Collapse: '折叠',
|
|
@@ -81,10 +81,10 @@ export default {
|
|
|
81
81
|
'Please address the errors to proceed': '请修正错误以继续',
|
|
82
82
|
'Search for an email address or username of the person you want to notify': '搜索您要通知的用户的电子邮件地址或用户名',
|
|
83
83
|
//Feedback Form
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
i18nSendUsFeedback: '提供您的反馈',
|
|
85
|
+
i18nFeedbackFormFoundBug: '如果您发现了一个错误,或者有改进 Web 体验的建议,请告知我们。',
|
|
86
86
|
'How can we improve?': '我们可以如何改进?',
|
|
87
|
-
|
|
87
|
+
i18nDescribeSuggestionDetail: '详细描述您的建议',
|
|
88
88
|
'Feedback is sent to the web team working on this application, not the support associate working on your case.': '您的反馈会发送到负责此应用程序的 Web 团队,而不是处理您的问题单的支持团队。',
|
|
89
89
|
'Send feedback': '发送反馈',
|
|
90
90
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caseList.d.ts","sourceRoot":"","sources":["../../../src/models/caseList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,WAAW;IACxB,2BAA2B,EAAE,kBAAkB,EAAE,CAAC;CACrD;AAED,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACtD,KAAK,EAAE,cAAc,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,YAAY;IACzB,YAAY,CAAC,EAAE,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAqB;IAClC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,OAAO,CAAC;IAClC,uBAAuB,EAAE,MAAM,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,0BAA0B,EAAE,MAAM,CAAC;IACnC,4BAA4B,EAAE,MAAM,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACf;AAED,oBAAY,uBAAuB,GAAG,aAAa,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC;AAEzF,oBAAY,iBAAiB,GAAG,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"caseList.d.ts","sourceRoot":"","sources":["../../../src/models/caseList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,WAAW;IACxB,2BAA2B,EAAE,kBAAkB,EAAE,CAAC;CACrD;AAED,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACtD,KAAK,EAAE,cAAc,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,YAAY;IACzB,YAAY,CAAC,EAAE,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAqB;IAClC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,OAAO,CAAC;IAClC,uBAAuB,EAAE,MAAM,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,0BAA0B,EAAE,MAAM,CAAC;IACnC,4BAA4B,EAAE,MAAM,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACf;AAED,oBAAY,uBAAuB,GAAG,aAAa,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC;AAEzF,oBAAY,iBAAiB,GAAG,qBAAqB,CAAC"}
|
|
@@ -4,7 +4,7 @@ export const filterNamesMap = {
|
|
|
4
4
|
[SolrKeys.status]: 'Status',
|
|
5
5
|
[SolrKeys.severity]: 'Severity',
|
|
6
6
|
[SolrKeys.group]: 'Groups',
|
|
7
|
-
[SolrKeys.accountNumber]: 'Bookmarks
|
|
7
|
+
[SolrKeys.accountNumber]: 'Bookmarks',
|
|
8
8
|
[SolrKeys.caseSummary]: 'Summary',
|
|
9
9
|
[SolrKeys.escalation]: 'Escalated',
|
|
10
10
|
[SolrKeys.contactName]: 'Owner',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@patternfly/pfe-collapse": "1.1.0",
|
|
32
32
|
"@patternfly/react-core": "4.128.2",
|
|
33
33
|
"@patternfly/react-table": "4.26.7",
|
|
34
|
-
"@rh-support/api": "
|
|
34
|
+
"@rh-support/api": "0.3.9",
|
|
35
35
|
"@rh-support/components": "^0.1.3",
|
|
36
36
|
"@rh-support/react-context": "^0.1.3",
|
|
37
37
|
"@rh-support/types": "^0.1.3",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@patternfly/react-core": "4.128.2",
|
|
54
54
|
"@patternfly/react-table": "4.26.7",
|
|
55
55
|
"@rh-support/api": "0.3.9",
|
|
56
|
-
"@rh-support/components": "1.1.
|
|
57
|
-
"@rh-support/react-context": "0.2.
|
|
56
|
+
"@rh-support/components": "1.1.19",
|
|
57
|
+
"@rh-support/react-context": "0.2.21",
|
|
58
58
|
"@rh-support/types": "0.2.0",
|
|
59
|
-
"@rh-support/user-permissions": "0.2.
|
|
60
|
-
"@rh-support/utils": "0.2.
|
|
59
|
+
"@rh-support/user-permissions": "0.2.14",
|
|
60
|
+
"@rh-support/utils": "0.2.13",
|
|
61
61
|
"i18next": "^19.0.1",
|
|
62
62
|
"localforage": "^1.7.3",
|
|
63
63
|
"lodash": "^4.17.15",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"not ie <= 11",
|
|
102
102
|
"not op_mini all"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "cc2251e88d4484f4eb68bcd095bf719d140f89e9"
|
|
105
105
|
}
|