@rh-support/cases 0.2.20 → 0.2.24
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/CaseList.d.ts.map +1 -1
- package/lib/esm/components/case-list/CaseList.js +14 -6
- 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 +5 -5
- package/lib/esm/i18n/template-de.js +5 -5
- package/lib/esm/i18n/template-es.d.ts +5 -5
- package/lib/esm/i18n/template-es.js +5 -5
- package/lib/esm/i18n/template-fr.d.ts +5 -5
- package/lib/esm/i18n/template-fr.js +5 -5
- package/lib/esm/i18n/template-it.d.ts +5 -5
- package/lib/esm/i18n/template-it.d.ts.map +1 -1
- package/lib/esm/i18n/template-it.js +5 -5
- package/lib/esm/i18n/template-jp.d.ts +5 -5
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +5 -5
- package/lib/esm/i18n/template-ko.d.ts +5 -5
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +5 -5
- package/lib/esm/i18n/template-pt.d.ts +5 -5
- package/lib/esm/i18n/template-pt.js +5 -5
- package/lib/esm/i18n/template-ru.d.ts +5 -5
- package/lib/esm/i18n/template-ru.d.ts.map +1 -1
- package/lib/esm/i18n/template-ru.js +5 -5
- package/lib/esm/i18n/template-zh.d.ts +5 -5
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +5 -5
- package/lib/esm/models/caseList.d.ts +1 -0
- package/lib/esm/models/caseList.d.ts.map +1 -1
- package/lib/esm/utils/caseListUtils.d.ts +1 -1
- package/lib/esm/utils/caseListUtils.d.ts.map +1 -1
- package/lib/esm/utils/caseListUtils.js +16 -7
- package/lib/esm/utils/constants.js +1 -1
- package/lib/esm/utils/mockSolrResponse.d.ts +42 -0
- package/lib/esm/utils/mockSolrResponse.d.ts.map +1 -0
- package/lib/esm/utils/mockSolrResponse.js +2685 -0
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseList.d.ts","sourceRoot":"","sources":["../../../../src/components/case-list/CaseList.tsx"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAC;AAChC,OAAO,0BAA0B,CAAC;AAyBlC,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,
|
|
1
|
+
{"version":3,"file":"CaseList.d.ts","sourceRoot":"","sources":["../../../../src/components/case-list/CaseList.tsx"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAC;AAChC,OAAO,0BAA0B,CAAC;AAyBlC,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAKH,0BAA0B,EAK7B,MAAM,mBAAmB,CAAC;AAM3B,OAAO,EAAE,mBAAmB,EAAe,MAAM,cAAc,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAK1C,OAAO,EAAgB,WAAW,EAA2B,MAAM,uBAAuB,CAAC;AA4B3F,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,oBAAoB,CAAC,CAAC;CACzD;AAED,MAAM,WAAW,uBAAwB,SAAQ,cAAc;IAC3D,YAAY,EAAE,cAAc,EAAE,CAAC;CAClC;AAED,oBAAY,YAAY,GAAG,0BAA0B,CAAC,WAAW,EAAE,uBAAuB,CAAC,CAAC;AAM5F,MAAM,WAAW,gBAAgB;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;CAChC;AAED,MAAM,WAAW,aAAa;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,eA0arC"}
|
|
@@ -9,14 +9,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import '../../css/caseList.css';
|
|
11
11
|
import '../../css/caseSearch.css';
|
|
12
|
-
import { Button } from '@patternfly/react-core';
|
|
12
|
+
import { Alert, AlertVariant, Button } from '@patternfly/react-core';
|
|
13
13
|
import AngleDoubleDownIcon from '@patternfly/react-icons/dist/js/icons/angle-double-down-icon';
|
|
14
14
|
import AngleDoubleLeftIcon from '@patternfly/react-icons/dist/js/icons/angle-double-left-icon';
|
|
15
15
|
import AngleDoubleRightIcon from '@patternfly/react-icons/dist/js/icons/angle-double-right-icon';
|
|
16
16
|
import AngleDoubleUpIcon from '@patternfly/react-icons/dist/js/icons/angle-double-up-icon';
|
|
17
17
|
import { ErrorBoundary, ToastNotification, useBreakpoint, useDocumentTitle, useForceUpdate, usePrevious, } from '@rh-support/components';
|
|
18
18
|
import { fetchCaseGroupsForSSO, fetchCaseTypes, GlobalMetadataDispatchContext, GlobalMetadataStateContext, setUserPreferences, updateUserPreferences, UserPreferencesKeys, } from '@rh-support/react-context';
|
|
19
|
-
import { getStringifiedParams, getUrlParsedParams, haventLoadedMetadata, pendoTrackEvent, solrResponseToFacetFields, solrResponseToPivotFields, } from '@rh-support/utils';
|
|
19
|
+
import { getConfigField, getStringifiedParams, getUrlParsedParams, haventLoadedMetadata, PCM_CONFIG_FIELD_TYPE, pendoTrackEvent, solrResponseToFacetFields, solrResponseToPivotFields, } from '@rh-support/utils';
|
|
20
20
|
import every from 'lodash/every';
|
|
21
21
|
import get from 'lodash/get';
|
|
22
22
|
import some from 'lodash/some';
|
|
@@ -45,10 +45,10 @@ export function CaseList(props) {
|
|
|
45
45
|
const { t } = useTranslation();
|
|
46
46
|
useDocumentTitle(PageTitle.CASE_LIST);
|
|
47
47
|
const dispatchToGlobalMetadataReducer = useContext(GlobalMetadataDispatchContext);
|
|
48
|
-
const { caseList, pivotValues, isFetching, filterValuesFromFacetResponse, currentQuery
|
|
48
|
+
const { caseList, pivotValues, isFetching, filterValuesFromFacetResponse, currentQuery } = useCaseListStateContext();
|
|
49
49
|
const CaseListDispatch = useCaseListDispatchContext();
|
|
50
50
|
const breakPoint = useBreakpoint();
|
|
51
|
-
const { globalMetadataState, globalMetadataState: { caseGroups, loggedInUserJwtToken, loggedInUserRights, loggedInUsersAccount, userPreferences, managedAccounts, bookmarkedAccounts, bookmarkedGroupAccounts, allCaseTypes, }, } = useContext(GlobalMetadataStateContext);
|
|
51
|
+
const { globalMetadataState, globalMetadataState: { caseGroups, loggedInUserJwtToken, loggedInUserRights, loggedInUsersAccount, userPreferences, managedAccounts, bookmarkedAccounts, bookmarkedGroupAccounts, allCaseTypes, pcmConfig, }, } = useContext(GlobalMetadataStateContext);
|
|
52
52
|
const location = useLocation();
|
|
53
53
|
const searchParams = getUrlParsedParams(location.search);
|
|
54
54
|
const queryFromUrl = searchParams[FILTER_URL_QUERY_SEARCH_PARAM];
|
|
@@ -68,6 +68,7 @@ export function CaseList(props) {
|
|
|
68
68
|
const prevSearchType = usePrevious(filterState.filterQueryInfo.type);
|
|
69
69
|
let isSearchTypeChanged = filterState.filterQueryInfo.type !== prevSearchType;
|
|
70
70
|
const [hasError, setHasError] = useState(null);
|
|
71
|
+
const alwaysUseSFDC = getConfigField(pcmConfig.data, 'alwaysUseSFDC', PCM_CONFIG_FIELD_TYPE.FEATURE_FLAG);
|
|
71
72
|
// sfdc call should be called only when we don't have any filter applied
|
|
72
73
|
const forceSfdcSearch = () => every(filterState.filterInfo, (filter) => filter.length === 0);
|
|
73
74
|
function getCases(currentFilterState) {
|
|
@@ -82,7 +83,7 @@ export function CaseList(props) {
|
|
|
82
83
|
// recreate a new AbortController for each call
|
|
83
84
|
let controller = new AbortController();
|
|
84
85
|
abortControllerRef.current = controller;
|
|
85
|
-
const res = yield getCaseList(currentFilterState, loggedInUserRights.data, loggedInUsersAccount.data, controller.signal, forceSfdcSearch());
|
|
86
|
+
const res = yield getCaseList(currentFilterState, loggedInUserRights.data, loggedInUsersAccount.data, controller.signal, forceSfdcSearch(), alwaysUseSFDC);
|
|
86
87
|
setFilterValuesFromFacetResponse(CaseListDispatch, solrResponseToFacetFields(res));
|
|
87
88
|
setPivotValues(CaseListDispatch, solrResponseToPivotFields(res));
|
|
88
89
|
setCaseList(CaseListDispatch, res.response);
|
|
@@ -129,7 +130,7 @@ export function CaseList(props) {
|
|
|
129
130
|
};
|
|
130
131
|
const checkNewCases = () => __awaiter(this, void 0, void 0, function* () {
|
|
131
132
|
try {
|
|
132
|
-
const res = yield getCaseList(filterState, loggedInUserRights.data, loggedInUsersAccount.data, null, forceSfdcSearch());
|
|
133
|
+
const res = yield getCaseList(filterState, loggedInUserRights.data, loggedInUsersAccount.data, null, forceSfdcSearch(), alwaysUseSFDC);
|
|
133
134
|
let changed = false;
|
|
134
135
|
if (res.response.numFound <= filterState.paginationInfo.pageSize &&
|
|
135
136
|
res.response.numFound !== caseList.numFound) {
|
|
@@ -279,6 +280,13 @@ export function CaseList(props) {
|
|
|
279
280
|
}, [breakPoint]);
|
|
280
281
|
return (React.createElement("article", { id: "rh-support-cases", className: "cases-main" },
|
|
281
282
|
React.createElement("section", { className: "case-search-top" },
|
|
283
|
+
alwaysUseSFDC && (React.createElement("div", null,
|
|
284
|
+
React.createElement(Alert, { className: "pf-u-mb-md", isInline: true, variant: AlertVariant.warning, title: React.createElement(Trans, null,
|
|
285
|
+
"Case search is working with limited functionality. Please check",
|
|
286
|
+
' ',
|
|
287
|
+
React.createElement("a", { href: "https://status.redhat.com", target: "_blank", rel: "noreferrer" }, "status page"),
|
|
288
|
+
' ',
|
|
289
|
+
"for details.") }))),
|
|
282
290
|
React.createElement("div", { className: "search-wrapper" },
|
|
283
291
|
React.createElement("div", { className: "open-case" },
|
|
284
292
|
React.createElement(NewCaseButton, { routeProps: props.routeProps })),
|
|
@@ -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',
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 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
|
};
|
|
@@ -52,14 +52,14 @@ export default {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 'Si cree que debería tener permiso para ver este recurso,<a href="/support/contact/customerService.html">comuníquese con el Servicio al Cliente</a>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
|
};
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 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
|
};
|
|
@@ -52,14 +52,14 @@ export default {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 'Si vous pensez être autorisé à consulter cette ressource, veuillez <a href="/support/contact/customerService.html">contacter le service client</a> 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
|
};
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 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"}
|
|
@@ -52,14 +52,14 @@ export default {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 'Se ritieni che dovresti disporre dell\'autorizzazione per visualizzare questa risorsa, richiedi assistenza al<a href="/support/contact/customerService.html">Servizio clienti</a>. 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
|
};
|
|
@@ -53,14 +53,14 @@ declare const _default: {
|
|
|
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"}
|
|
@@ -53,14 +53,14 @@ export default {
|
|
|
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
|
};
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 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"}
|
|
@@ -52,14 +52,14 @@ export default {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': '이 리소스를 볼 수 있는 권한을 가지고 있는 경우 <a href="/support/contact/customerService.html">고객 서비스에 문의</a>하십시오. 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
|
};
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
'If you believe you should have permission to view this resource, please<a href="/support/contact/customerService.html">contact Customer Service</a>for assistance. Your Red Hat login might not be associated with the right account for your organization,\n or there might be an issue with your subscription. Either way, Customer Service should be able to help\n you resolve the problem.': 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
|
};
|