@topconsultnpm/sdkui-react 6.20.0-dev1.10 → 6.20.0-dev1.101
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/assets/Toppy-help-center.png +0 -0
- package/lib/components/NewComponents/ContextMenu/TMContextMenu.d.ts +4 -0
- package/lib/components/NewComponents/ContextMenu/TMContextMenu.js +441 -0
- package/lib/components/NewComponents/ContextMenu/hooks.d.ts +18 -0
- package/lib/components/NewComponents/ContextMenu/hooks.js +120 -0
- package/lib/components/NewComponents/ContextMenu/index.d.ts +5 -0
- package/lib/components/NewComponents/ContextMenu/index.js +3 -0
- package/lib/components/NewComponents/ContextMenu/styles.d.ts +35 -0
- package/lib/components/NewComponents/ContextMenu/styles.js +428 -0
- package/lib/components/NewComponents/ContextMenu/types.d.ts +39 -0
- package/lib/components/NewComponents/ContextMenu/types.js +1 -0
- package/lib/components/NewComponents/ContextMenu/useLongPress.d.ts +21 -0
- package/lib/components/NewComponents/ContextMenu/useLongPress.js +112 -0
- package/lib/components/NewComponents/FloatingMenuBar/TMFloatingMenuBar.d.ts +4 -0
- package/lib/components/NewComponents/FloatingMenuBar/TMFloatingMenuBar.js +821 -0
- package/lib/components/NewComponents/FloatingMenuBar/index.d.ts +2 -0
- package/lib/components/NewComponents/FloatingMenuBar/index.js +2 -0
- package/lib/components/NewComponents/FloatingMenuBar/styles.d.ts +54 -0
- package/lib/components/NewComponents/FloatingMenuBar/styles.js +419 -0
- package/lib/components/NewComponents/FloatingMenuBar/types.d.ts +36 -0
- package/lib/components/NewComponents/FloatingMenuBar/types.js +1 -0
- package/lib/components/base/TMAccordionNew.js +35 -14
- package/lib/components/base/TMCustomButton.js +61 -17
- package/lib/components/base/TMDataGrid.d.ts +7 -4
- package/lib/components/base/TMDataGrid.js +153 -11
- package/lib/components/base/TMDropDownMenu.js +19 -18
- package/lib/components/base/TMFileManager.d.ts +4 -3
- package/lib/components/base/TMFileManager.js +32 -24
- package/lib/components/base/TMFileManagerDataGridView.d.ts +3 -2
- package/lib/components/base/TMFileManagerDataGridView.js +1 -11
- package/lib/components/base/TMFileManagerThumbnailItems.d.ts +7 -1
- package/lib/components/base/TMFileManagerThumbnailItems.js +5 -2
- package/lib/components/base/TMFileManagerThumbnailsView.d.ts +17 -4
- package/lib/components/base/TMFileManagerThumbnailsView.js +18 -6
- package/lib/components/base/TMFileManagerUtils.d.ts +0 -12
- package/lib/components/base/TMListView.js +33 -15
- package/lib/components/base/TMPanel.d.ts +1 -1
- package/lib/components/base/TMPanel.js +1 -1
- package/lib/components/choosers/TMDistinctValues.js +1 -1
- package/lib/components/choosers/TMInvoiceRetrieveFormats.js +1 -1
- package/lib/components/choosers/TMMetadataChooser.js +8 -1
- package/lib/components/choosers/TMOrderRetrieveFormats.js +1 -1
- package/lib/components/choosers/TMUserChooser.d.ts +0 -5
- package/lib/components/choosers/TMUserChooser.js +25 -45
- package/lib/components/editors/TMDateBox.js +18 -9
- package/lib/components/editors/TMMetadataValues.js +23 -5
- package/lib/components/editors/TMTextArea.js +18 -30
- package/lib/components/editors/TMTextBox.js +6 -3
- package/lib/components/features/archive/TMArchive.js +2 -2
- package/lib/components/features/assistant/TMToppyDraggableHelpCenter.d.ts +15 -0
- package/lib/components/features/assistant/TMToppyDraggableHelpCenter.js +460 -0
- package/lib/components/features/assistant/TMToppySpeechBubble.d.ts +11 -0
- package/lib/components/features/assistant/TMToppySpeechBubble.js +126 -0
- package/lib/components/features/documents/TMDcmtForm.d.ts +14 -2
- package/lib/components/features/documents/TMDcmtForm.js +457 -206
- package/lib/components/features/documents/TMDcmtPreview.js +45 -108
- package/lib/components/features/documents/TMDcmtTasks.js +9 -9
- package/lib/components/features/documents/TMMasterDetailDcmts.js +38 -53
- package/lib/components/features/documents/TMRelationViewer.d.ts +1 -1
- package/lib/components/features/documents/TMRelationViewer.js +2 -2
- package/lib/components/features/search/TMDcmtCheckoutInfoForm.d.ts +8 -0
- package/lib/components/features/search/{TMSearchResultCheckoutInfoForm.js → TMDcmtCheckoutInfoForm.js} +2 -2
- package/lib/components/features/search/TMSavedQuerySelector.js +72 -67
- package/lib/components/features/search/TMSearch.d.ts +3 -0
- package/lib/components/features/search/TMSearch.js +50 -11
- package/lib/components/features/search/TMSearchQueryPanel.d.ts +1 -0
- package/lib/components/features/search/TMSearchQueryPanel.js +29 -21
- package/lib/components/features/search/TMSearchResult.d.ts +3 -0
- package/lib/components/features/search/TMSearchResult.js +208 -250
- package/lib/components/features/search/TMSearchResultsMenuItems.d.ts +3 -3
- package/lib/components/features/search/TMSearchResultsMenuItems.js +205 -169
- package/lib/components/features/search/TMSignSettingsForm.js +1 -1
- package/lib/components/features/search/TMSignatureInfoContent.d.ts +6 -0
- package/lib/components/features/search/TMSignatureInfoContent.js +140 -0
- package/lib/components/features/search/TMViewHistoryDcmt.js +2 -2
- package/lib/components/features/tasks/TMTaskForm.js +20 -1
- package/lib/components/features/tasks/TMTasksAgenda.d.ts +3 -1
- package/lib/components/features/tasks/TMTasksAgenda.js +48 -9
- package/lib/components/features/tasks/TMTasksCalendar.d.ts +2 -0
- package/lib/components/features/tasks/TMTasksCalendar.js +19 -7
- package/lib/components/features/tasks/TMTasksUtils.d.ts +2 -2
- package/lib/components/features/tasks/TMTasksUtils.js +43 -36
- package/lib/components/features/tasks/TMTasksView.js +28 -19
- package/lib/components/features/workflow/TMWorkflowPopup.d.ts +33 -2
- package/lib/components/features/workflow/TMWorkflowPopup.js +139 -34
- package/lib/components/features/workflow/diagram/DiagramItemComponent.d.ts +2 -0
- package/lib/components/features/workflow/diagram/DiagramItemComponent.js +12 -7
- package/lib/components/features/workflow/diagram/RecipientList.js +3 -2
- package/lib/components/features/workflow/diagram/WFDiagram.d.ts +4 -0
- package/lib/components/features/workflow/diagram/WFDiagram.js +164 -13
- package/lib/components/forms/Login/LoginValidatorService.d.ts +2 -0
- package/lib/components/forms/Login/LoginValidatorService.js +7 -2
- package/lib/components/forms/Login/TMLoginForm.js +34 -6
- package/lib/components/forms/TMChooserForm.js +1 -1
- package/lib/components/grids/TMBlogsPost.js +56 -31
- package/lib/components/grids/TMRecentsManager.js +20 -10
- package/lib/components/index.d.ts +5 -3
- package/lib/components/index.js +5 -3
- package/lib/components/query/TMQueryEditor.d.ts +2 -1
- package/lib/components/query/TMQueryEditor.js +92 -92
- package/lib/components/settings/SettingsAppearance.d.ts +2 -1
- package/lib/components/settings/SettingsAppearance.js +99 -30
- package/lib/components/viewers/TMDataListItemViewer.d.ts +2 -1
- package/lib/components/viewers/TMDataListItemViewer.js +35 -71
- package/lib/components/viewers/TMDataUserIdItemViewer.d.ts +8 -0
- package/lib/components/viewers/TMDataUserIdItemViewer.js +39 -0
- package/lib/css/tm-sdkui.css +1 -1
- package/lib/helper/SDKUI_Globals.d.ts +22 -0
- package/lib/helper/SDKUI_Globals.js +10 -1
- package/lib/helper/SDKUI_Localizator.d.ts +17 -1
- package/lib/helper/SDKUI_Localizator.js +167 -1
- package/lib/helper/TMCommandsContextMenu.d.ts +4 -2
- package/lib/helper/TMCommandsContextMenu.js +15 -4
- package/lib/helper/TMIcons.d.ts +4 -0
- package/lib/helper/TMIcons.js +13 -3
- package/lib/helper/TMPdfViewer.d.ts +8 -0
- package/lib/helper/TMPdfViewer.js +373 -0
- package/lib/helper/checkinCheckoutManager.d.ts +31 -1
- package/lib/helper/checkinCheckoutManager.js +112 -30
- package/lib/helper/devextremeCustomMessages.d.ts +30 -0
- package/lib/helper/devextremeCustomMessages.js +30 -0
- package/lib/helper/helpers.d.ts +3 -1
- package/lib/helper/helpers.js +25 -3
- package/lib/helper/index.d.ts +2 -0
- package/lib/helper/index.js +2 -0
- package/lib/helper/queryHelper.d.ts +1 -1
- package/lib/helper/queryHelper.js +33 -3
- package/lib/helper/workItemsHelper.d.ts +6 -0
- package/lib/helper/workItemsHelper.js +230 -0
- package/lib/hooks/useCheckInOutOperations.d.ts +28 -0
- package/lib/hooks/useCheckInOutOperations.js +223 -0
- package/lib/hooks/useDataListItem.d.ts +12 -0
- package/lib/hooks/useDataListItem.js +132 -0
- package/lib/hooks/useDataUserIdItem.d.ts +10 -0
- package/lib/hooks/useDataUserIdItem.js +96 -0
- package/lib/hooks/useSettingsFeedback.d.ts +11 -0
- package/lib/hooks/useSettingsFeedback.js +38 -0
- package/lib/hooks/useWorkflowApprove.d.ts +4 -0
- package/lib/hooks/useWorkflowApprove.js +14 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -2
- package/lib/services/platform_services.d.ts +3 -3
- package/lib/ts/types.d.ts +61 -1
- package/lib/utils/theme.d.ts +1 -1
- package/lib/utils/theme.js +1 -1
- package/package.json +7 -4
- package/lib/components/base/TMContextMenu.d.ts +0 -25
- package/lib/components/base/TMContextMenu.js +0 -109
- package/lib/components/base/TMContextMenuOLD.d.ts +0 -26
- package/lib/components/base/TMContextMenuOLD.js +0 -56
- package/lib/components/base/TMFloatingToolbar.d.ts +0 -9
- package/lib/components/base/TMFloatingToolbar.js +0 -101
- package/lib/components/features/assistant/ToppyDraggableHelpCenter.d.ts +0 -30
- package/lib/components/features/assistant/ToppyDraggableHelpCenter.js +0 -482
- package/lib/components/features/assistant/ToppySpeechBubble.d.ts +0 -9
- package/lib/components/features/assistant/ToppySpeechBubble.js +0 -117
- package/lib/components/features/search/TMSearchResultCheckoutInfoForm.d.ts +0 -8
|
@@ -1,78 +1,42 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect, useState } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { StyledDivHorizontal } from '../base/Styled';
|
|
3
|
+
import { DataListViewModes } from '@topconsultnpm/sdk-ts';
|
|
4
|
+
import { SDKUI_Localizator } from '../../helper';
|
|
6
5
|
import TMTooltip from '../base/TMTooltip';
|
|
7
|
-
import { TMColors } from '../../utils/theme';
|
|
8
6
|
import { TMExceptionBoxManager } from '../base/TMPopUp';
|
|
9
|
-
import {
|
|
10
|
-
const TMDataListItemViewer = ({ dataListId, value, viewMode = DataListViewModes.ImageAndDescription }) => {
|
|
11
|
-
const
|
|
7
|
+
import { useDataListItem } from '../../hooks/useDataListItem';
|
|
8
|
+
const TMDataListItemViewer = ({ dataListId, value, viewMode = DataListViewModes.ImageAndDescription, showTooltip = true }) => {
|
|
9
|
+
const { loadDataListsAsync, getDataListItem, renderDataListCell, convertToDataListValue } = useDataListItem();
|
|
10
|
+
const [dataListItem, setDataListItem] = useState(undefined);
|
|
12
11
|
useEffect(() => {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
stringValue = value;
|
|
44
|
-
}
|
|
45
|
-
if (FormulaHelper.isFormula(stringValue))
|
|
46
|
-
return null;
|
|
47
|
-
return dataListItem ? _jsx(TMImageLibrary, { imageID: dataListItem.imageID }) : _jsx(IconWarning, { color: TMColors.warning });
|
|
48
|
-
};
|
|
49
|
-
const getDescription = () => {
|
|
50
|
-
if (!dataListId)
|
|
51
|
-
return undefined;
|
|
52
|
-
if (value === undefined || value === null)
|
|
53
|
-
return undefined;
|
|
54
|
-
let displayValue;
|
|
55
|
-
if (value instanceof Date) {
|
|
56
|
-
displayValue = value.toLocaleDateString();
|
|
57
|
-
}
|
|
58
|
-
else if (typeof value === 'number') {
|
|
59
|
-
displayValue = value.toString();
|
|
60
|
-
}
|
|
61
|
-
else {
|
|
62
|
-
displayValue = value;
|
|
63
|
-
}
|
|
64
|
-
return dataListItem ? dataListItem.name : displayValue;
|
|
65
|
-
};
|
|
66
|
-
return (_jsx(TMTooltip, { content: dataListItem ? dataListItem.value : SDKUI_Localizator.ValueNotPresent, parentStyle: { width: '100%' }, childStyle: { width: '100%' }, children: _jsxs(StyledDivHorizontal, { style: { width: '100%' }, children: [getIcon(), _jsx("p", { style: {
|
|
67
|
-
textAlign: 'left',
|
|
68
|
-
marginLeft: showIcon ? '5px' : '',
|
|
69
|
-
opacity: dataListItem ? 1 : 0.5,
|
|
70
|
-
whiteSpace: 'nowrap',
|
|
71
|
-
overflow: 'hidden',
|
|
72
|
-
textOverflow: 'ellipsis',
|
|
73
|
-
flexGrow: 1,
|
|
74
|
-
minWidth: 0
|
|
75
|
-
}, children: getDescription() })] }) }));
|
|
12
|
+
const loadData = async () => {
|
|
13
|
+
if (dataListId) {
|
|
14
|
+
try {
|
|
15
|
+
await loadDataListsAsync(new Set([dataListId]));
|
|
16
|
+
if (value !== undefined && value !== null) {
|
|
17
|
+
const stringValue = convertToDataListValue(value);
|
|
18
|
+
const item = getDataListItem(dataListId, stringValue);
|
|
19
|
+
setDataListItem(item);
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
setDataListItem(undefined);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
catch (err) {
|
|
26
|
+
TMExceptionBoxManager.show({ exception: err });
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
setDataListItem(undefined);
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
loadData();
|
|
34
|
+
}, [dataListId, value, loadDataListsAsync, getDataListItem, convertToDataListValue]);
|
|
35
|
+
if (!dataListId || value === undefined || value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
const content = renderDataListCell(value, dataListId, viewMode);
|
|
39
|
+
return showTooltip ? (_jsx(TMTooltip, { content: dataListItem ? dataListItem.value : SDKUI_Localizator.ValueNotPresent, parentStyle: { width: '100%' }, childStyle: { width: '100%' }, children: content })) : content;
|
|
76
40
|
};
|
|
77
41
|
export default TMDataListItemViewer;
|
|
78
42
|
export const cellRenderDataListItem = (data, dataListId, viewMode) => {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DataGridTypes } from 'devextreme-react/data-grid';
|
|
2
|
+
interface ITMDataUserIdItemViewerProps {
|
|
3
|
+
userId?: number;
|
|
4
|
+
showIcon?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const TMDataUserIdItemViewer: ({ userId, showIcon }: ITMDataUserIdItemViewerProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
7
|
+
export default TMDataUserIdItemViewer;
|
|
8
|
+
export declare const cellRenderUserIdItem: (data: DataGridTypes.ColumnCellTemplateData, showIcon?: boolean) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useState } from 'react';
|
|
3
|
+
import { IconWarning, SDKUI_Localizator } from '../../helper';
|
|
4
|
+
import TMTooltip from '../base/TMTooltip';
|
|
5
|
+
import { TMExceptionBoxManager } from '../base/TMPopUp';
|
|
6
|
+
import { useDataUserIdItem } from '../../hooks/useDataUserIdItem';
|
|
7
|
+
import { TMColors } from '../../utils/theme';
|
|
8
|
+
const TMDataUserIdItemViewer = ({ userId, showIcon = false }) => {
|
|
9
|
+
const { loadUsersAsync, getUserItem, renderUserIdViewer } = useDataUserIdItem();
|
|
10
|
+
const [userItem, setUserItem] = useState(undefined);
|
|
11
|
+
useEffect(() => {
|
|
12
|
+
const loadData = async () => {
|
|
13
|
+
if (userId && userId > 0) {
|
|
14
|
+
try {
|
|
15
|
+
await loadUsersAsync(new Set([userId]));
|
|
16
|
+
const item = getUserItem(userId);
|
|
17
|
+
setUserItem(item);
|
|
18
|
+
}
|
|
19
|
+
catch (err) {
|
|
20
|
+
TMExceptionBoxManager.show({ exception: err });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
setUserItem(undefined);
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
loadData();
|
|
28
|
+
}, [userId, loadUsersAsync, getUserItem]);
|
|
29
|
+
if (!userId || userId <= 0) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
const content = renderUserIdViewer(userId, showIcon);
|
|
33
|
+
return userItem ? content :
|
|
34
|
+
_jsx(TMTooltip, { content: SDKUI_Localizator.ValueNotPresent, children: _jsx(IconWarning, { color: TMColors.warning }) });
|
|
35
|
+
};
|
|
36
|
+
export default TMDataUserIdItemViewer;
|
|
37
|
+
export const cellRenderUserIdItem = (data, showIcon) => {
|
|
38
|
+
return (_jsx(TMDataUserIdItemViewer, { userId: data.value, showIcon: showIcon }));
|
|
39
|
+
};
|
package/lib/css/tm-sdkui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Open Sans",sans-serif}.tm-tooltip-container-base,.tm-tooltip-container-base-right,.tm-tooltip-container-base-bottom,.tm-tooltip-container-base-left,.tm-tooltip-container-base-top{position:absolute;width:max-content;height:max-content;border-radius:5px;user-select:none;z-index:20000070}.tm-tooltip-container-base-top{top:-0.8rem;left:0;transform:translateY(-100%)}.tm-tooltip-container-base-left{left:-0.8rem;top:0;transform:translateX(-100%)}.tm-tooltip-container-base-bottom{bottom:-0.8rem;left:0;transform:translateY(100%)}.tm-tooltip-container-base-right{right:-0.8rem;top:0;transform:translateX(100%)}.tm-tooltip-arrow,.tm-tooltip-arrow-right,.tm-tooltip-arrow-left,.tm-tooltip-arrow-top,.tm-tooltip-arrow-bottom{position:absolute;width:0;height:0;z-index:50000}.tm-tooltip-arrow-bottom{top:-8px;left:8px;border-bottom:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-top{bottom:-8px;left:8px;border-top:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-left{top:8px;right:-8px;border-left:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-right{top:8px;left:-8px;border-right:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}#user-credentials-popup .dx-accordion-item-title::before{content:none !important}*{margin:0;padding:0;box-sizing:border-box;font-family:"Open Sans",sans-serif}.tm-tooltip-container-base,.tm-tooltip-container-base-top,.tm-tooltip-container-base-left,.tm-tooltip-container-base-bottom,.tm-tooltip-container-base-right{position:absolute;width:max-content;height:max-content;border-radius:5px;user-select:none;z-index:20000070}.tm-tooltip-container-base-top{top:-0.8rem;left:0;transform:translateY(-100%)}.tm-tooltip-container-base-left{left:-0.8rem;top:0;transform:translateX(-100%)}.tm-tooltip-container-base-bottom{bottom:-0.8rem;left:0;transform:translateY(100%)}.tm-tooltip-container-base-right{right:-0.8rem;top:0;transform:translateX(100%)}.tm-tooltip-arrow,.tm-tooltip-arrow-bottom,.tm-tooltip-arrow-top,.tm-tooltip-arrow-left,.tm-tooltip-arrow-right{position:absolute;width:0;height:0;z-index:50000}.tm-tooltip-arrow-bottom{top:-8px;left:8px;border-bottom:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-top{bottom:-8px;left:8px;border-top:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-left{top:8px;right:-8px;border-left:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-right{top:8px;left:-8px;border-right:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}#user-credentials-popup .dx-accordion-item-title::before{content:none !important}@keyframes show-error{0%{display:none;opacity:0;z-index:20000999}5%{display:block;opacity:1;z-index:20000999}95%{display:block;opacity:1;z-index:20000999}100%{opacity:0;display:none;z-index:20000999}}.tm-alert-animation-style{animation:show-error both;animation-timing-function:linear;animation-iteration-count:none;z-index:20000999}.tm-alert-container{position:absolute;width:100%;height:100%;z-index:20000999}@keyframes loading{from{width:0}to{width:100%}}.tm-alert-loading{width:100%;height:5px;position:absolute;bottom:0;left:0;animation:loading;animation-duration:5000ms}.tm-alert-icon{position:absolute;width:22px;height:22px;background-color:#fff;top:"20px";left:"20px";border-radius:50%;display:flex;align-items:center;justify-content:center}.dx-context-menu.dx-overlay-content{height:auto !important;max-height:none !important}.dx-context-menu .dx-menu-items-container{max-height:none !important}.custom-mentions-wrapper span.dx-mention span[contenteditable=false]>span:first-child{font-size:0;width:0;display:inline-block;overflow:hidden}.custom-mentions-wrapper span.dx-mention{color:#2559a5;font-weight:bold;background-color:rgba(0,0,0,0)}
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Open Sans",sans-serif}.tm-tooltip-container-base,.tm-tooltip-container-base-right,.tm-tooltip-container-base-bottom,.tm-tooltip-container-base-left,.tm-tooltip-container-base-top{position:absolute;width:max-content;height:max-content;border-radius:5px;user-select:none;z-index:20000070}.tm-tooltip-container-base-top{top:-0.8rem;left:0;transform:translateY(-100%)}.tm-tooltip-container-base-left{left:-0.8rem;top:0;transform:translateX(-100%)}.tm-tooltip-container-base-bottom{bottom:-0.8rem;left:0;transform:translateY(100%)}.tm-tooltip-container-base-right{right:-0.8rem;top:0;transform:translateX(100%)}.tm-tooltip-arrow,.tm-tooltip-arrow-right,.tm-tooltip-arrow-left,.tm-tooltip-arrow-top,.tm-tooltip-arrow-bottom{position:absolute;width:0;height:0;z-index:50000}.tm-tooltip-arrow-bottom{top:-8px;left:8px;border-bottom:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-top{bottom:-8px;left:8px;border-top:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-left{top:8px;right:-8px;border-left:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-right{top:8px;left:-8px;border-right:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}#user-credentials-popup .dx-accordion-item-title::before{content:none !important}*{margin:0;padding:0;box-sizing:border-box;font-family:"Open Sans",sans-serif}.tm-tooltip-container-base,.tm-tooltip-container-base-top,.tm-tooltip-container-base-left,.tm-tooltip-container-base-bottom,.tm-tooltip-container-base-right{position:absolute;width:max-content;height:max-content;border-radius:5px;user-select:none;z-index:20000070}.tm-tooltip-container-base-top{top:-0.8rem;left:0;transform:translateY(-100%)}.tm-tooltip-container-base-left{left:-0.8rem;top:0;transform:translateX(-100%)}.tm-tooltip-container-base-bottom{bottom:-0.8rem;left:0;transform:translateY(100%)}.tm-tooltip-container-base-right{right:-0.8rem;top:0;transform:translateX(100%)}.tm-tooltip-arrow,.tm-tooltip-arrow-bottom,.tm-tooltip-arrow-top,.tm-tooltip-arrow-left,.tm-tooltip-arrow-right{position:absolute;width:0;height:0;z-index:50000}.tm-tooltip-arrow-bottom{top:-8px;left:8px;border-bottom:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-top{bottom:-8px;left:8px;border-top:9px solid #fff;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-left{top:8px;right:-8px;border-left:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}.tm-tooltip-arrow-right{top:8px;left:-8px;border-right:9px solid #fff;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0)}#user-credentials-popup .dx-accordion-item-title::before{content:none !important}@keyframes show-error{0%{display:none;opacity:0;z-index:20000999}5%{display:block;opacity:1;z-index:20000999}95%{display:block;opacity:1;z-index:20000999}100%{opacity:0;display:none;z-index:20000999}}.tm-alert-animation-style{animation:show-error both;animation-timing-function:linear;animation-iteration-count:none;z-index:20000999}.tm-alert-container{position:absolute;width:100%;height:100%;z-index:20000999}@keyframes loading{from{width:0}to{width:100%}}.tm-alert-loading{width:100%;height:5px;position:absolute;bottom:0;left:0;animation:loading;animation-duration:5000ms}.tm-alert-icon{position:absolute;width:22px;height:22px;background-color:#fff;top:"20px";left:"20px";border-radius:50%;display:flex;align-items:center;justify-content:center}.dx-context-menu.dx-overlay-content{height:auto !important;max-height:none !important}.dx-context-menu .dx-menu-items-container{max-height:none !important}.custom-mentions-wrapper span.dx-mention span[contenteditable=false]>span:first-child{font-size:0;width:0;display:inline-block;overflow:hidden}.custom-mentions-wrapper span.dx-mention{color:#2559a5;font-weight:bold;background-color:rgba(0,0,0,0)}.dx-treeview-node.dx-treeview-item-with-checkbox.dx-state-selected.dx-treeview-root-node.dx-treeview-node-is-leaf[aria-disabled=true]{display:none !important}
|
|
@@ -47,6 +47,9 @@ export declare class ThemeSettings {
|
|
|
47
47
|
gridSettings: DataGridSettings;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
|
+
export declare const DEFAULT_PREVIEW_THRESHOLD = 500;
|
|
51
|
+
export declare const DEFAULT_PAGE_SIZE = 100;
|
|
52
|
+
export declare const DEFAULT_MAX_DCMTS_TO_BE_RETURNED = 200;
|
|
50
53
|
export declare class SearchSettings {
|
|
51
54
|
autoFindReferences: ObjectClasses[];
|
|
52
55
|
invoiceRetrieveFormat: InvoiceRetrieveFormats;
|
|
@@ -54,6 +57,25 @@ export declare class SearchSettings {
|
|
|
54
57
|
mruTIDs: number[];
|
|
55
58
|
defaultTree: number;
|
|
56
59
|
previewThreshold: number;
|
|
60
|
+
pageSize: number;
|
|
61
|
+
maxDcmtsToBeReturned: number;
|
|
62
|
+
floatingMenuBar: FloatingMenuBarSettings;
|
|
63
|
+
panelLayout: {
|
|
64
|
+
[id: string]: {
|
|
65
|
+
visible: boolean;
|
|
66
|
+
width: string;
|
|
67
|
+
height: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
export declare class FloatingMenuBarSettings {
|
|
72
|
+
orientation?: 'horizontal' | 'vertical';
|
|
73
|
+
itemIds?: string[];
|
|
74
|
+
position?: {
|
|
75
|
+
x: number;
|
|
76
|
+
y: number;
|
|
77
|
+
};
|
|
78
|
+
positionFormat?: 'pixels' | 'percentage';
|
|
57
79
|
}
|
|
58
80
|
export declare class ArchivingSettings {
|
|
59
81
|
mruTIDs: number[];
|
|
@@ -90,6 +90,9 @@ export class ThemeSettings {
|
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
+
export const DEFAULT_PREVIEW_THRESHOLD = 500; // KB
|
|
94
|
+
export const DEFAULT_PAGE_SIZE = 100;
|
|
95
|
+
export const DEFAULT_MAX_DCMTS_TO_BE_RETURNED = 200;
|
|
93
96
|
export class SearchSettings {
|
|
94
97
|
constructor() {
|
|
95
98
|
this.autoFindReferences = [];
|
|
@@ -97,9 +100,15 @@ export class SearchSettings {
|
|
|
97
100
|
this.orderRetrieveFormat = OrderRetrieveFormats.NSO_HTML;
|
|
98
101
|
this.mruTIDs = [];
|
|
99
102
|
this.defaultTree = -1;
|
|
100
|
-
this.previewThreshold =
|
|
103
|
+
this.previewThreshold = DEFAULT_PREVIEW_THRESHOLD;
|
|
104
|
+
this.pageSize = DEFAULT_PAGE_SIZE;
|
|
105
|
+
this.maxDcmtsToBeReturned = DEFAULT_MAX_DCMTS_TO_BE_RETURNED;
|
|
106
|
+
this.floatingMenuBar = new FloatingMenuBarSettings();
|
|
107
|
+
this.panelLayout = {};
|
|
101
108
|
}
|
|
102
109
|
}
|
|
110
|
+
export class FloatingMenuBarSettings {
|
|
111
|
+
}
|
|
103
112
|
export class ArchivingSettings {
|
|
104
113
|
constructor() {
|
|
105
114
|
this.mruTIDs = [];
|
|
@@ -24,6 +24,7 @@ export declare class SDKUI_Localizator {
|
|
|
24
24
|
static get AddTo(): string;
|
|
25
25
|
static get AddToHomePage(): "Zur Startseite hinzufügen" | "Add to Home Page" | "Añadir a la página inicial" | "Ajoute à Home Page" | "Adicionar a Home Page" | "Aggiungi alla Home Page";
|
|
26
26
|
static get Advanced(): "Erweitert" | "Advanced" | "Avanzado" | "Avancé" | "Avançado" | "Avanzate";
|
|
27
|
+
static get AggregateSearch(): "Aggregierte Suche" | "Aggregate search" | "Búsqueda agregada" | "Recherche agrégée" | "Pesquisa agregada" | "Ricerca aggregata";
|
|
27
28
|
static get All(): "Alle" | "All" | "Todos" | "Tous" | "Tutti";
|
|
28
29
|
static get AllFemale(): "Alle" | "All" | "Todas" | "Toutes" | "Tutte";
|
|
29
30
|
static get AllDcmts(): "Alle Dokumente" | "All documents" | "Todos los documentos" | "Tous les documents" | "Todos os documentos" | "Tutti i documenti";
|
|
@@ -83,6 +84,7 @@ export declare class SDKUI_Localizator {
|
|
|
83
84
|
static get CancelCheckOut(): string;
|
|
84
85
|
static get CassettoDoganaleExportMRN(): "MRN-Erholung für den Export" | "MRN recovery for export" | "Recuperación MRN para exportación" | "Récupération MRN pour l'export" | "Recuperação MRN para exportação" | "Recupero MRN per Export";
|
|
85
86
|
static get CassettoDoganaleExportVU(): "Wiederherstellung des Ausreisevisums" | "Exit Visa Recovery" | "Recuperación de Visa de Salida" | "Sortie Récupération Visa" | "Recuperação de Visto de Saída" | "Recupero Visto Uscire per Export";
|
|
87
|
+
static get CassettoDoganaleExportEUR1(): "EUR1-Erholung für den Export" | "EUR1 recovery for export" | "Recuperación EUR1 para exportación" | "Récupération EUR1 pour l'export" | "Recuperação EUR1 para exportação" | "Recupero EUR1 per Export";
|
|
86
88
|
static get CassettoDoganaleImportMRN(): "MRN-Erholung für den Import" | "MRN recovery for import" | "Recuperación MRN para importación" | "Récupération MRN à l'import" | "Recuperação MRN para importação" | "Recupero MRN per Import";
|
|
87
89
|
static get CassettoDoganalePlus_UserName(): "STD-Benutzer des ADM-Portals" | "STD User of the ADM Portal" | "Usuario STD del Portal ADM" | "Utilisateur STD du portail ADM" | "Utilizador DST do Portal ADM" | "Utente STD del Portale ADM";
|
|
88
90
|
static get Cancel(): "Abbrechen" | "Cancel" | "Anular" | "Annuler" | "Cancelar" | "Annulla";
|
|
@@ -116,6 +118,7 @@ export declare class SDKUI_Localizator {
|
|
|
116
118
|
static get ConfirmDownload(): string;
|
|
117
119
|
static get ConfirmPassword(): "Bestätige das Passwort" | "Confirm password" | "Confirmar Contraseña" | "Confirmez le mot de passe" | "Confirme sua senha" | "Conferma password";
|
|
118
120
|
static get ConfirmOnCancel(): "Wenn wir fortfahren, gehen die vorgenommenen Änderungen verloren. Fortfahren?" | "All modifications will be lost. Continue?" | "Si sigue adelante, se perderán las modificaciones aportadas. ¿Seguir?" | "Continuant, les changements seront perdus. Continuer?" | "Continuando as alterações feitas serão perdidas. Continuar?" | "Proseguendo le modifiche apportate andranno perse. Proseguire?";
|
|
121
|
+
static get ConfirmRestoreDefaultSettings(): "Bestätigen Sie das Zurücksetzen der Standardeinstellungen?" | "Do you confirm you want to restore default settings?" | "¿Confirmas que quieres restaurar la configuración predeterminada?" | "Confirmez-vous vouloir restaurer les paramètres par défaut ?" | "Confirma que deseja restaurar as configurações padrão?" | "Confermi di voler ripristinare le impostazioni predefinite?";
|
|
119
122
|
static get ConfirmSelectedDocumentsMessage(): string;
|
|
120
123
|
static get ContextualTask(): "Kontextbezogene Aufgabe" | "Contextual Task" | "Tarea contextual" | "Tâche contextuelle" | "Tarefa contextual" | "Attività contestuale";
|
|
121
124
|
static get Continue(): string;
|
|
@@ -204,7 +207,7 @@ export declare class SDKUI_Localizator {
|
|
|
204
207
|
static get DownloadXMLAttachments(): string;
|
|
205
208
|
static get Draft(): string;
|
|
206
209
|
static get Drafts(): string;
|
|
207
|
-
static get DropFileHere(): "Ziehen Sie Ihre Datei hierher" | "Drop your file here" | "Suelta tu archivo aquí" | "Déposez votre fichier ici" | "Solte seu arquivo aqui";
|
|
210
|
+
static get DropFileHere(): "Ziehen Sie Ihre Datei hierher" | "Drop your file here" | "Suelta tu archivo aquí" | "Déposez votre fichier ici" | "Solte seu arquivo aqui" | "Trascina qui il tuo file";
|
|
208
211
|
static get DropFileToShare(): string;
|
|
209
212
|
static get Duplicate(): "Duplikat" | "Duplicate" | "Duplicar" | "Dupliquer" | "Duplicado" | "Duplica";
|
|
210
213
|
static get Duplicate_ConfirmFor1(): "Möchten Sie '{{0}}' duplizieren?" | "Are you sure you want to duplicate '{{0}}'?" | "¿Estás seguro de que deseas duplicar '{{0}}'?" | "Êtes-vous sûr de vouloir dupliquer '{{0}}'?" | "Você tem certeza que deseja duplicar '{{0}}'?" | "Sei sicuro di voler duplicare '{{0}}'?";
|
|
@@ -245,6 +248,8 @@ export declare class SDKUI_Localizator {
|
|
|
245
248
|
static get ExpertMode(): "Expertenmodus" | "Expert mode" | "Modo experto" | "Mode expert" | "Modo especialista" | "Modalità esperto";
|
|
246
249
|
static get Expiring(): "Ablaufend" | "Expiring" | "Por vencer" | "Expirant" | "Vencendo" | "In scadenza";
|
|
247
250
|
static get Export(): "Exportieren" | "Export" | "Exportar" | "Exporter" | "Esporta";
|
|
251
|
+
static get ExportEUR1(): "Exportieren EUR1" | "Export EUR1" | "Exportar EUR1" | "Exporter EUR1" | "Export - EUR1";
|
|
252
|
+
static get ExportEUR1OutputFile(): "Dateipfad für den Export (EUR1)" | "File Path for Export (EUR1)" | "Ruta de archivo para exportación (EUR1)" | "Chemin du fichier à exporter (EUR1)" | "Caminho do arquivo para exportação (EUR1)" | "Percorso del File per Export (EUR1)";
|
|
248
253
|
static get ExportTo(): string;
|
|
249
254
|
static get ExportMRN(): "Exportieren MRN" | "Export MRN" | "Exportar MRN" | "Exporter MRN";
|
|
250
255
|
static get ExportMRNDayBack(): "Anzahl der Tage für die Exportdatenwiederherstellung (MRN)" | "Number of days for export data recovery (MRN)" | "Número de días para la recuperación de datos de exportación (MRN)" | "Nombre de jours pour la récupération des données d'exportation (MRN)" | "Número de dias para recuperação de dados de exportação (MRN)" | "Numero di giorni per il recupero dei dati di Export (MRN)";
|
|
@@ -347,8 +352,10 @@ export declare class SDKUI_Localizator {
|
|
|
347
352
|
static get Login(): string;
|
|
348
353
|
static get LogDelete(): "Löschen der Logik" | "Logical delete" | "Cancelación lógica" | "Suppression logique" | "Lógica de cancelamento" | "Cancellazione logica";
|
|
349
354
|
static get Logout(): "Abmelden" | "Logout" | "Cerrar sesión" | "Déconnexion" | "Sair" | "Esci";
|
|
355
|
+
static get LogScreenFolder(): "Ordner für Screenshot-Protokolle" | "Log screenshot folder" | "Carpeta de registro de capturas de pantalla" | "Dossier de journal des captures d'écran" | "Pasta de log de capturas de tela" | "Cartella di log screenshot";
|
|
350
356
|
static get Low(): "Niedrig" | "Low" | "Baja" | "Faible" | "Baixa" | "Bassa";
|
|
351
357
|
static get MakeEditable(): "Bearbeitbar machen" | "Make editable" | "Hacer editable" | "Rendre modifiable" | "Faça editável" | "Rendi editabile";
|
|
358
|
+
static get ManageFromTaskPanel(): string;
|
|
352
359
|
static get Mark(): "Markierung" | "Mark" | "Marca" | "Marque" | "Segno";
|
|
353
360
|
static get MarkAs(): "Als markieren" | "Mark as" | "Marcar como" | "Marquer comme" | "Segna come";
|
|
354
361
|
static get Match(): "Übereinstimmen" | "Match" | "Emparejar" | "Associer" | "Corresponder" | "Abbina";
|
|
@@ -430,6 +437,7 @@ export declare class SDKUI_Localizator {
|
|
|
430
437
|
static get NoSource(): "Keine Quelle" | "No Source" | "Ninguna fuente" | "Aucune source" | "Nenhuma fonte" | "Nessun Origine";
|
|
431
438
|
static get NoneSelection(): "Keine Auswahl" | "No selection" | "Ninguna selección" | "Pas de sélections" | "Nenhuma seleção" | "Nessuna selezione";
|
|
432
439
|
static get NotAvailable(): string;
|
|
440
|
+
static get MaximumNumberOfResults(): string;
|
|
433
441
|
static get OfSystem(): "Des Systems" | "Of system" | "Del sistema" | "Du système" | "Do sistema" | "Di sistema";
|
|
434
442
|
static get OldPassword(): "Altes Kennwort" | "Old password" | "Contraseña anterior" | "Ancien mot de passe" | "Senha Antiga" | "Password vecchia";
|
|
435
443
|
static get OpenedDocument(): "Dokument geöffnet" | "Document opened" | "Documento abierto" | "Document ouvert" | "Documento aberto" | "Documento aperto";
|
|
@@ -491,6 +499,8 @@ export declare class SDKUI_Localizator {
|
|
|
491
499
|
static get PhysDelete(): "Physische Stornierung" | "Physical delete" | "Cancelación física" | "Supression" | "Cancelamento física" | "Cancellazione fisica";
|
|
492
500
|
static get PhysicalHistoryDeletion(): string;
|
|
493
501
|
static get Postponed(): "Verschoben" | "Postponed" | "Aplazada" | "Reportée" | "Adiadas" | "Rinviata";
|
|
502
|
+
static get PotentiallyUnsafeContent(): "Potenziell unsichere Inhalte" | "Potentially Unsafe Content" | "Contenido potencialmente no seguro" | "Contenu potentiellement non sécurisé" | "Conteúdo potencialmente não seguro" | "Contenuti potenzialmente non sicuri";
|
|
503
|
+
static get PotentiallyUnsafeCodePatternsDetected(): "{{0}} potenziell unsicheres Code-Muster in diesem Dokument erkannt." | "{{0}} potentially unsafe code pattern detected in this document." | "Se han detectado {{0}} patrones de código potencialmente no seguro en este documento." | "{{0}} motifs de code potentiellement non sécurisé détectés dans ce document." | "{{0}} padrões de código potencialmente não seguro detectados neste documento." | "Sono stati rilevati {{0}} pattern di codice potenzialmente non sicuro in questo documento.";
|
|
494
504
|
static get PreparingFileForArchive(): "Datei für Archivierung vorbereiten..." | "Preparing file for archive..." | "Preparando archivo para archivar..." | "Préparation du fichier pour l'archive..." | "Preparando arquivo para arquivar..." | "Preparazione del file per l'archivio...";
|
|
495
505
|
static get Preview(): "Vorschau" | "Preview" | "Vista previa" | "Aperçu" | "Pré-visualização" | "Anteprima";
|
|
496
506
|
static get PreviewDocument(): "Vorschau-Dokument" | "Preview document" | "Documento de vista previa" | "Document d'aperçu" | "Documento de pré-visualização" | "Anteprima documento";
|
|
@@ -530,6 +540,7 @@ export declare class SDKUI_Localizator {
|
|
|
530
540
|
static get ReplaceDocument(): "Dokument ersetzen" | "Replace Document" | "Reemplazar Documento" | "Remplacer le Document" | "Substituir Documento" | "Sostituisci Documento";
|
|
531
541
|
static get Request(): string;
|
|
532
542
|
static get RequestTo(): string;
|
|
543
|
+
static get SearchType(): "Suchtyp" | "Search type" | "Tipo de búsqueda" | "Type de recherche" | "Tipo de pesquisa" | "Tipo di ricerca";
|
|
533
544
|
static get Required(): "Obligatorisch" | "Required" | "Obligatorio" | "Obbligatoire" | "Obrigatório" | "Obbligatorio";
|
|
534
545
|
static get RequiredField(): "Erforderliches Feld" | "Required field" | "Campo obligatorio" | "Champ obligatoire" | "Campo obrigatório" | "Campo Obbligatorio";
|
|
535
546
|
static get RequiredNOT(): "Nicht obligatorisch" | "Not mandatory" | "No obligatorio" | "Pas obligatoire" | "Não é obrigatório" | "Non obbligatorio";
|
|
@@ -546,6 +557,7 @@ export declare class SDKUI_Localizator {
|
|
|
546
557
|
static get Restore(): "Wiederherstellen" | "Restore" | "Restablecer" | "Restaure" | "Restauração" | "Ripristina";
|
|
547
558
|
static get RestoreComment(): "Kommentar wiederherstellen?" | "Restore the comment?" | "¿Restaurar el comentario?" | "Restaurer le commentaire ?" | "Restaurar o comentário?" | "Ripristinare il commento?";
|
|
548
559
|
static get ResultDetails(): string;
|
|
560
|
+
static get ResultsPerPage(): string;
|
|
549
561
|
static get RetrieveFile(): "Dateiwiederherstellung" | "Retrieve file" | "Recuperación archivos" | "Récupération fichier" | "Arquivos de recuperação" | "Recupero file";
|
|
550
562
|
static get Rows(): "Linien" | "rows" | "líneas" | "lignes" | "linhas" | "righe";
|
|
551
563
|
static get Save(): "Speichern" | "Save" | "Guardar" | "Enregistre" | "Salvar" | "Salva";
|
|
@@ -582,6 +594,7 @@ export declare class SDKUI_Localizator {
|
|
|
582
594
|
static get SetAsFavorite(): "Als Favorit festlegen" | "Set as favorite" | "Establecer como favorito" | "Définir comme favori" | "Definir como favorito" | "Imposta come preferito";
|
|
583
595
|
static get SetNamedCredentialsAsPreferred(): "Möchten Sie die Anmeldedaten '{{0}}' als bevorzugt festlegen?" | "Do you want to set the '{{0}}' credentials as preferred?" | "¿Quieres configurar las credenciales '{{0}}' como preferidas?" | "Voulez-vous définir les identifiants '{{0}}' comme préférés ?" | "Deseja definir as credenciais '{{0}}' como preferidas?" | "Vuoi impostare le credenziali '{{0}}' come preferite?";
|
|
584
596
|
static get Settings(): "Einstellungen" | "Settings" | "Ajustes" | "Réglages" | "Definições" | "Impostazioni";
|
|
597
|
+
static get SettingSavedSuccessfully(): string;
|
|
585
598
|
static get Severity(): "Schweregrad" | "Severity" | "Gravedad" | "Gravité" | "Gravidade" | "Gravità";
|
|
586
599
|
static get Share(): string;
|
|
587
600
|
static get ShareNew(): string;
|
|
@@ -592,6 +605,7 @@ export declare class SDKUI_Localizator {
|
|
|
592
605
|
static get SharedDocuments(): "Gemeinsame Dokumente" | "Shared documents" | "Documentos compartidos" | "Documents partagés" | "Documentos compartilhados" | "Documenti condivisi";
|
|
593
606
|
static get Shortcuts(): "Tastenkombinationen" | "Shortcuts" | "Atajos" | "Raccourcis" | "Atalhos" | "Scorciatoie";
|
|
594
607
|
static get ShowAll(): "Alle anzeigen" | "Show all" | "Mostrar todo" | "Tout afficher" | "Mostrar tudo" | "Mostra tutti";
|
|
608
|
+
static get ShowColumnSelection(): string;
|
|
595
609
|
static get ShowFloatingBar(): string;
|
|
596
610
|
static get ShowLess(): "Weniger anzeigen" | "Show less" | "Mostrar menos" | "Afficher moins" | "Mostra meno";
|
|
597
611
|
static get Show_CompleteName(): "Vollständigen Namen anzeigen" | "View full name" | "Mostrar nombre completo" | "Afficher le nom complet" | "Mostrar nome completo" | "Visualizza nome completo";
|
|
@@ -625,8 +639,10 @@ export declare class SDKUI_Localizator {
|
|
|
625
639
|
static get Statistics(): "Statistiken" | "Statistics" | "Estadística" | "Statistiques" | "Estatísticas" | "Statistiche";
|
|
626
640
|
static get Status(): "Status" | "Estado" | "Statut" | "Stato";
|
|
627
641
|
static get Subject(): "Betreff" | "Subject" | "Asunto" | "Objet" | "Assunto" | "Oggetto";
|
|
642
|
+
static get SubjectType(): "Betreff-Typ" | "Subject type" | "Tipo de asunto" | "Type de sujet" | "Tipo de assunto" | "Tipo soggetto";
|
|
628
643
|
static get Summary(): "Zusammenfassung" | "Summary" | "Resumen" | "Résumé" | "Resumo" | "Riepilogo";
|
|
629
644
|
static get SwitchUser(): "Benutzer wechseln" | "Switch user" | "Cambiar usuario" | "Changer d'utilisateur" | "Mudar de usuário" | "Cambia utente";
|
|
645
|
+
static get TargetedSearch(): "Gezielte Suche" | "Targeted search" | "Búsqueda dirigida" | "Recherche ciblée" | "Pesquisa direcionada" | "Ricerca puntuale";
|
|
630
646
|
static get TaskAssignedMessage(): "Die Aufgabe wurde von Benutzer '{{0}}' zugewiesen. Nur die Felder 'Status' und 'Erinnerung' können bearbeitet werden, da sie für die Person, die mit der Arbeit fortfährt, relevant sind" | "The task was assigned by user '{{0}}'. Only the 'Status' and 'Reminder' fields can be edited, as they are relevant for the person who will continue with the work" | "La tarea fue asignada por el usuario '{{0}}'. Solo se pueden editar los campos 'Estado' y 'Recordatorio', ya que son relevantes para la persona que continuará con el trabajo" | "La tâche a été assignée par l'utilisateur '{{0}}'. Seuls les champs 'Statut' et 'Rappel' peuvent être modifiés, car ils sont pertinents pour la personne qui poursuivra le travail" | "A tarefa foi atribuída pelo usuário '{{0}}'. Apenas os campos 'Status' e 'Lembrete' podem ser editados, pois são relevantes para quem continuará com o trabalho" | "Attività assegnata dall'utente '{{0}}'. Solo i campi 'Stato' e 'Promemoria' possono essere modificati, in quanto sono rilevanti per chi dovrà proseguire con il lavoro";
|
|
631
647
|
static get TaskAssignedToUserMessage(): "Aufgabe zugewiesen an den Benutzer '{{0}}'" | "Task assigned to user '{{0}}'" | "Tarea asignada al usuario '{{0}}'" | "Tâche assignée à l'utilisateur '{{0}}'" | "Tarefa atribuída ao usuário '{{0}}'" | "Attività assegnata all'utente '{{0}}'";
|
|
632
648
|
static get TaskConsideredExpiring(): "Die Aufgabe wird als ablaufend betrachtet, wenn" | "The task is considered expiring if" | "La tarea se considera por vencer si" | "La tâche est considérée comme expirante si" | "A tarefa é considerada vencendo se" | "L'attività è considerata in scadenza se";
|
|
@@ -188,6 +188,16 @@ export class SDKUI_Localizator {
|
|
|
188
188
|
default: return "Avanzate";
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
+
static get AggregateSearch() {
|
|
192
|
+
switch (this._cultureID) {
|
|
193
|
+
case CultureIDs.De_DE: return "Aggregierte Suche";
|
|
194
|
+
case CultureIDs.En_US: return "Aggregate search";
|
|
195
|
+
case CultureIDs.Es_ES: return "Búsqueda agregada";
|
|
196
|
+
case CultureIDs.Fr_FR: return "Recherche agrégée";
|
|
197
|
+
case CultureIDs.Pt_PT: return "Pesquisa agregada";
|
|
198
|
+
default: return "Ricerca aggregata";
|
|
199
|
+
}
|
|
200
|
+
}
|
|
191
201
|
static get All() {
|
|
192
202
|
switch (this._cultureID) {
|
|
193
203
|
case CultureIDs.De_DE: return "Alle";
|
|
@@ -785,6 +795,16 @@ export class SDKUI_Localizator {
|
|
|
785
795
|
default: return "Recupero Visto Uscire per Export";
|
|
786
796
|
}
|
|
787
797
|
}
|
|
798
|
+
static get CassettoDoganaleExportEUR1() {
|
|
799
|
+
switch (this._cultureID) {
|
|
800
|
+
case CultureIDs.De_DE: return "EUR1-Erholung für den Export";
|
|
801
|
+
case CultureIDs.En_US: return "EUR1 recovery for export";
|
|
802
|
+
case CultureIDs.Es_ES: return "Recuperación EUR1 para exportación";
|
|
803
|
+
case CultureIDs.Fr_FR: return "Récupération EUR1 pour l'export";
|
|
804
|
+
case CultureIDs.Pt_PT: return "Recuperação EUR1 para exportação";
|
|
805
|
+
default: return "Recupero EUR1 per Export";
|
|
806
|
+
}
|
|
807
|
+
}
|
|
788
808
|
static get CassettoDoganaleImportMRN() {
|
|
789
809
|
switch (this._cultureID) {
|
|
790
810
|
case CultureIDs.De_DE: return "MRN-Erholung für den Import";
|
|
@@ -1140,6 +1160,16 @@ export class SDKUI_Localizator {
|
|
|
1140
1160
|
default: return "Proseguendo le modifiche apportate andranno perse. Proseguire?";
|
|
1141
1161
|
}
|
|
1142
1162
|
}
|
|
1163
|
+
static get ConfirmRestoreDefaultSettings() {
|
|
1164
|
+
switch (this._cultureID) {
|
|
1165
|
+
case CultureIDs.De_DE: return "Bestätigen Sie das Zurücksetzen der Standardeinstellungen?";
|
|
1166
|
+
case CultureIDs.En_US: return "Do you confirm you want to restore default settings?";
|
|
1167
|
+
case CultureIDs.Es_ES: return "¿Confirmas que quieres restaurar la configuración predeterminada?";
|
|
1168
|
+
case CultureIDs.Fr_FR: return "Confirmez-vous vouloir restaurer les paramètres par défaut ?";
|
|
1169
|
+
case CultureIDs.Pt_PT: return "Confirma que deseja restaurar as configurações padrão?";
|
|
1170
|
+
default: return "Confermi di voler ripristinare le impostazioni predefinite?";
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1143
1173
|
static get ConfirmSelectedDocumentsMessage() {
|
|
1144
1174
|
switch (this._cultureID) {
|
|
1145
1175
|
case CultureIDs.De_DE:
|
|
@@ -1996,7 +2026,7 @@ export class SDKUI_Localizator {
|
|
|
1996
2026
|
case CultureIDs.Es_ES: return "Suelta tu archivo aquí";
|
|
1997
2027
|
case CultureIDs.Fr_FR: return "Déposez votre fichier ici";
|
|
1998
2028
|
case CultureIDs.Pt_PT: return "Solte seu arquivo aqui";
|
|
1999
|
-
default: return "
|
|
2029
|
+
default: return "Trascina qui il tuo file";
|
|
2000
2030
|
}
|
|
2001
2031
|
}
|
|
2002
2032
|
static get DropFileToShare() {
|
|
@@ -2417,6 +2447,26 @@ export class SDKUI_Localizator {
|
|
|
2417
2447
|
default: return "Esporta";
|
|
2418
2448
|
}
|
|
2419
2449
|
}
|
|
2450
|
+
static get ExportEUR1() {
|
|
2451
|
+
switch (this._cultureID) {
|
|
2452
|
+
case CultureIDs.De_DE: return "Exportieren EUR1";
|
|
2453
|
+
case CultureIDs.En_US: return "Export EUR1";
|
|
2454
|
+
case CultureIDs.Es_ES: return "Exportar EUR1";
|
|
2455
|
+
case CultureIDs.Fr_FR: return "Exporter EUR1";
|
|
2456
|
+
case CultureIDs.Pt_PT: return "Exportar EUR1";
|
|
2457
|
+
default: return "Export - EUR1";
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
static get ExportEUR1OutputFile() {
|
|
2461
|
+
switch (this._cultureID) {
|
|
2462
|
+
case CultureIDs.De_DE: return "Dateipfad für den Export (EUR1)";
|
|
2463
|
+
case CultureIDs.En_US: return "File Path for Export (EUR1)";
|
|
2464
|
+
case CultureIDs.Es_ES: return "Ruta de archivo para exportación (EUR1)";
|
|
2465
|
+
case CultureIDs.Fr_FR: return "Chemin du fichier à exporter (EUR1)";
|
|
2466
|
+
case CultureIDs.Pt_PT: return "Caminho do arquivo para exportação (EUR1)";
|
|
2467
|
+
default: return "Percorso del File per Export (EUR1)";
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2420
2470
|
static get ExportTo() {
|
|
2421
2471
|
switch (this._cultureID) {
|
|
2422
2472
|
case CultureIDs.De_DE: return "Exportieren nach...";
|
|
@@ -3436,6 +3486,16 @@ export class SDKUI_Localizator {
|
|
|
3436
3486
|
default: return "Esci";
|
|
3437
3487
|
}
|
|
3438
3488
|
}
|
|
3489
|
+
static get LogScreenFolder() {
|
|
3490
|
+
switch (this._cultureID) {
|
|
3491
|
+
case CultureIDs.De_DE: return "Ordner für Screenshot-Protokolle";
|
|
3492
|
+
case CultureIDs.En_US: return "Log screenshot folder";
|
|
3493
|
+
case CultureIDs.Es_ES: return "Carpeta de registro de capturas de pantalla";
|
|
3494
|
+
case CultureIDs.Fr_FR: return "Dossier de journal des captures d'écran";
|
|
3495
|
+
case CultureIDs.Pt_PT: return "Pasta de log de capturas de tela";
|
|
3496
|
+
default: return "Cartella di log screenshot";
|
|
3497
|
+
}
|
|
3498
|
+
}
|
|
3439
3499
|
static get Low() {
|
|
3440
3500
|
switch (this._cultureID) {
|
|
3441
3501
|
case CultureIDs.De_DE: return "Niedrig";
|
|
@@ -3456,6 +3516,16 @@ export class SDKUI_Localizator {
|
|
|
3456
3516
|
default: return "Rendi editabile";
|
|
3457
3517
|
}
|
|
3458
3518
|
}
|
|
3519
|
+
static get ManageFromTaskPanel() {
|
|
3520
|
+
switch (this._cultureID) {
|
|
3521
|
+
case CultureIDs.De_DE: return "Verwalten Sie im Aufgabenfenster";
|
|
3522
|
+
case CultureIDs.En_US: return "Manage from task panel";
|
|
3523
|
+
case CultureIDs.Es_ES: return "Gestionar desde el panel de tareas";
|
|
3524
|
+
case CultureIDs.Fr_FR: return "Gérer depuis le panneau des tâches";
|
|
3525
|
+
case CultureIDs.Pt_PT: return "Gerir a partir do painel de tarefas";
|
|
3526
|
+
default: return "Gestisci dal pannello attività";
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3459
3529
|
static get Mark() {
|
|
3460
3530
|
switch (this._cultureID) {
|
|
3461
3531
|
case CultureIDs.De_DE: return "Markierung";
|
|
@@ -4258,6 +4328,16 @@ export class SDKUI_Localizator {
|
|
|
4258
4328
|
default: return "Non disponibile";
|
|
4259
4329
|
}
|
|
4260
4330
|
}
|
|
4331
|
+
static get MaximumNumberOfResults() {
|
|
4332
|
+
switch (this._cultureID) {
|
|
4333
|
+
case CultureIDs.De_DE: return "Maximale Anzahl von Ergebnissen";
|
|
4334
|
+
case CultureIDs.En_US: return "Maximum number of results";
|
|
4335
|
+
case CultureIDs.Es_ES: return "Número máximo de resultados";
|
|
4336
|
+
case CultureIDs.Fr_FR: return "Nombre maximum de résultats";
|
|
4337
|
+
case CultureIDs.Pt_PT: return "Número máximo de resultados";
|
|
4338
|
+
default: return "Numero massimo di risultati";
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4261
4341
|
static get OfSystem() {
|
|
4262
4342
|
switch (this._cultureID) {
|
|
4263
4343
|
case CultureIDs.De_DE: return "Des Systems";
|
|
@@ -4868,6 +4948,32 @@ export class SDKUI_Localizator {
|
|
|
4868
4948
|
default: return "Rinviata";
|
|
4869
4949
|
}
|
|
4870
4950
|
}
|
|
4951
|
+
static get PotentiallyUnsafeContent() {
|
|
4952
|
+
switch (this._cultureID) {
|
|
4953
|
+
case CultureIDs.De_DE: return "Potenziell unsichere Inhalte";
|
|
4954
|
+
case CultureIDs.En_US: return "Potentially Unsafe Content";
|
|
4955
|
+
case CultureIDs.Es_ES: return "Contenido potencialmente no seguro";
|
|
4956
|
+
case CultureIDs.Fr_FR: return "Contenu potentiellement non sécurisé";
|
|
4957
|
+
case CultureIDs.Pt_PT: return "Conteúdo potencialmente não seguro";
|
|
4958
|
+
default: return "Contenuti potenzialmente non sicuri";
|
|
4959
|
+
}
|
|
4960
|
+
}
|
|
4961
|
+
static get PotentiallyUnsafeCodePatternsDetected() {
|
|
4962
|
+
switch (this._cultureID) {
|
|
4963
|
+
case CultureIDs.De_DE:
|
|
4964
|
+
return "{{0}} potenziell unsicheres Code-Muster in diesem Dokument erkannt.";
|
|
4965
|
+
case CultureIDs.En_US:
|
|
4966
|
+
return "{{0}} potentially unsafe code pattern detected in this document.";
|
|
4967
|
+
case CultureIDs.Es_ES:
|
|
4968
|
+
return "Se han detectado {{0}} patrones de código potencialmente no seguro en este documento.";
|
|
4969
|
+
case CultureIDs.Fr_FR:
|
|
4970
|
+
return "{{0}} motifs de code potentiellement non sécurisé détectés dans ce document.";
|
|
4971
|
+
case CultureIDs.Pt_PT:
|
|
4972
|
+
return "{{0}} padrões de código potencialmente não seguro detectados neste documento.";
|
|
4973
|
+
default:
|
|
4974
|
+
return "Sono stati rilevati {{0}} pattern di codice potenzialmente non sicuro in questo documento.";
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4871
4977
|
static get PreparingFileForArchive() {
|
|
4872
4978
|
switch (this._cultureID) {
|
|
4873
4979
|
case CultureIDs.De_DE: return "Datei für Archivierung vorbereiten...";
|
|
@@ -5265,6 +5371,16 @@ export class SDKUI_Localizator {
|
|
|
5265
5371
|
default: return "Richiedi a";
|
|
5266
5372
|
}
|
|
5267
5373
|
}
|
|
5374
|
+
static get SearchType() {
|
|
5375
|
+
switch (this._cultureID) {
|
|
5376
|
+
case CultureIDs.De_DE: return "Suchtyp";
|
|
5377
|
+
case CultureIDs.En_US: return "Search type";
|
|
5378
|
+
case CultureIDs.Es_ES: return "Tipo de búsqueda";
|
|
5379
|
+
case CultureIDs.Fr_FR: return "Type de recherche";
|
|
5380
|
+
case CultureIDs.Pt_PT: return "Tipo de pesquisa";
|
|
5381
|
+
default: return "Tipo di ricerca";
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5268
5384
|
static get Required() {
|
|
5269
5385
|
switch (this._cultureID) {
|
|
5270
5386
|
case CultureIDs.De_DE: return "Obligatorisch";
|
|
@@ -5425,6 +5541,16 @@ export class SDKUI_Localizator {
|
|
|
5425
5541
|
default: return "Dettagli del risultato";
|
|
5426
5542
|
}
|
|
5427
5543
|
}
|
|
5544
|
+
static get ResultsPerPage() {
|
|
5545
|
+
switch (this._cultureID) {
|
|
5546
|
+
case CultureIDs.De_DE: return "Ergebnisse pro Seite";
|
|
5547
|
+
case CultureIDs.En_US: return "Results per page";
|
|
5548
|
+
case CultureIDs.Es_ES: return "Resultados por página";
|
|
5549
|
+
case CultureIDs.Fr_FR: return "Résultats par page";
|
|
5550
|
+
case CultureIDs.Pt_PT: return "Resultados por página";
|
|
5551
|
+
default: return "Risultati per pagina";
|
|
5552
|
+
}
|
|
5553
|
+
}
|
|
5428
5554
|
static get RetrieveFile() {
|
|
5429
5555
|
switch (this._cultureID) {
|
|
5430
5556
|
case CultureIDs.De_DE: return "Dateiwiederherstellung";
|
|
@@ -5786,6 +5912,16 @@ export class SDKUI_Localizator {
|
|
|
5786
5912
|
default: return "Impostazioni";
|
|
5787
5913
|
}
|
|
5788
5914
|
}
|
|
5915
|
+
static get SettingSavedSuccessfully() {
|
|
5916
|
+
switch (this._cultureID) {
|
|
5917
|
+
case CultureIDs.De_DE: return "Einstellung erfolgreich gespeichert";
|
|
5918
|
+
case CultureIDs.En_US: return "Setting saved successfully";
|
|
5919
|
+
case CultureIDs.Es_ES: return "Configuración guardada con éxito";
|
|
5920
|
+
case CultureIDs.Fr_FR: return "Paramètre enregistré avec succès";
|
|
5921
|
+
case CultureIDs.Pt_PT: return "Configuração salva com sucesso";
|
|
5922
|
+
default: return "Impostazione salvata con successo";
|
|
5923
|
+
}
|
|
5924
|
+
}
|
|
5789
5925
|
static get Severity() {
|
|
5790
5926
|
switch (this._cultureID) {
|
|
5791
5927
|
case CultureIDs.De_DE: return "Schweregrad";
|
|
@@ -5886,6 +6022,16 @@ export class SDKUI_Localizator {
|
|
|
5886
6022
|
default: return "Mostra tutti";
|
|
5887
6023
|
}
|
|
5888
6024
|
}
|
|
6025
|
+
static get ShowColumnSelection() {
|
|
6026
|
+
switch (this._cultureID) {
|
|
6027
|
+
case CultureIDs.De_DE: return "Spaltenauswahl anzeigen";
|
|
6028
|
+
case CultureIDs.En_US: return "Show column selection";
|
|
6029
|
+
case CultureIDs.Es_ES: return "Mostrar selección de columnas";
|
|
6030
|
+
case CultureIDs.Fr_FR: return "Afficher la sélection de colonnes";
|
|
6031
|
+
case CultureIDs.Pt_PT: return "Mostrar seleção de colunas";
|
|
6032
|
+
default: return "Mostra selezione colonne";
|
|
6033
|
+
}
|
|
6034
|
+
}
|
|
5889
6035
|
static get ShowFloatingBar() {
|
|
5890
6036
|
switch (this._cultureID) {
|
|
5891
6037
|
case CultureIDs.De_DE: return "Floating-Leiste anzeigen";
|
|
@@ -6216,6 +6362,16 @@ export class SDKUI_Localizator {
|
|
|
6216
6362
|
default: return "Oggetto";
|
|
6217
6363
|
}
|
|
6218
6364
|
}
|
|
6365
|
+
static get SubjectType() {
|
|
6366
|
+
switch (this._cultureID) {
|
|
6367
|
+
case CultureIDs.De_DE: return "Betreff-Typ";
|
|
6368
|
+
case CultureIDs.En_US: return "Subject type";
|
|
6369
|
+
case CultureIDs.Es_ES: return "Tipo de asunto";
|
|
6370
|
+
case CultureIDs.Fr_FR: return "Type de sujet";
|
|
6371
|
+
case CultureIDs.Pt_PT: return "Tipo de assunto";
|
|
6372
|
+
default: return "Tipo soggetto";
|
|
6373
|
+
}
|
|
6374
|
+
}
|
|
6219
6375
|
static get Summary() {
|
|
6220
6376
|
switch (this._cultureID) {
|
|
6221
6377
|
case CultureIDs.De_DE: return "Zusammenfassung";
|
|
@@ -6236,6 +6392,16 @@ export class SDKUI_Localizator {
|
|
|
6236
6392
|
default: return "Cambia utente";
|
|
6237
6393
|
}
|
|
6238
6394
|
}
|
|
6395
|
+
static get TargetedSearch() {
|
|
6396
|
+
switch (this._cultureID) {
|
|
6397
|
+
case CultureIDs.De_DE: return "Gezielte Suche";
|
|
6398
|
+
case CultureIDs.En_US: return "Targeted search";
|
|
6399
|
+
case CultureIDs.Es_ES: return "Búsqueda dirigida";
|
|
6400
|
+
case CultureIDs.Fr_FR: return "Recherche ciblée";
|
|
6401
|
+
case CultureIDs.Pt_PT: return "Pesquisa direcionada";
|
|
6402
|
+
default: return "Ricerca puntuale";
|
|
6403
|
+
}
|
|
6404
|
+
}
|
|
6239
6405
|
static get TaskAssignedMessage() {
|
|
6240
6406
|
switch (this._cultureID) {
|
|
6241
6407
|
case CultureIDs.De_DE: return "Die Aufgabe wurde von Benutzer '{{0}}' zugewiesen. Nur die Felder 'Status' und 'Erinnerung' können bearbeitet werden, da sie für die Person, die mit der Arbeit fortfährt, relevant sind";
|