@masterteam/work-center 0.0.74 → 0.0.75
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/assets/i18n/ar.json +204 -197
- package/assets/i18n/en.json +204 -197
- package/fesm2022/masterteam-work-center.mjs +189 -31
- package/fesm2022/masterteam-work-center.mjs.map +1 -1
- package/package.json +5 -5
package/assets/i18n/en.json
CHANGED
|
@@ -1,197 +1,204 @@
|
|
|
1
|
-
{
|
|
2
|
-
"workCenter": {
|
|
3
|
-
"page": {
|
|
4
|
-
"title": "Work Center",
|
|
5
|
-
"new": "New",
|
|
6
|
-
"create": "Create",
|
|
7
|
-
"createGeneralTask": "Create General Task",
|
|
8
|
-
"itemDetails": "Item Details",
|
|
9
|
-
"records": "records"
|
|
10
|
-
},
|
|
11
|
-
"operator": {
|
|
12
|
-
"Eq": "Equals",
|
|
13
|
-
"Neq": "Not equal",
|
|
14
|
-
"In": "In",
|
|
15
|
-
"Contains": "Contains",
|
|
16
|
-
"StartsWith": "Starts with",
|
|
17
|
-
"Gt": "Greater than",
|
|
18
|
-
"Gte": "Greater than or equal",
|
|
19
|
-
"Lt": "Less than",
|
|
20
|
-
"Lte": "Less than or equal",
|
|
21
|
-
"Between": "Between",
|
|
22
|
-
"IsNull": "Is empty",
|
|
23
|
-
"IsNotNull": "Is not empty"
|
|
24
|
-
},
|
|
25
|
-
"tabs": {
|
|
26
|
-
"details": "Details",
|
|
27
|
-
"form": "Form",
|
|
28
|
-
"approvals": "Approvals",
|
|
29
|
-
"steps": "Steps",
|
|
30
|
-
"discussion": "Discussion",
|
|
31
|
-
"requestDetails": "Request Details",
|
|
32
|
-
"escalationDetails": "Escalation Details",
|
|
33
|
-
"moduleDetails": "Module Details",
|
|
34
|
-
"levelDetails": "Level Details",
|
|
35
|
-
"levelDetailsNamed": "{{ name }} Details",
|
|
36
|
-
"schema": "Schema",
|
|
37
|
-
"publishComparison": "Comparison"
|
|
38
|
-
},
|
|
39
|
-
"entity": {
|
|
40
|
-
"initiatedBy": "Initiated By",
|
|
41
|
-
"startedAt": "Started At",
|
|
42
|
-
"reason": "Reason",
|
|
43
|
-
"attachments": "Attachments",
|
|
44
|
-
"step": "Step"
|
|
45
|
-
},
|
|
46
|
-
"modal": {
|
|
47
|
-
"cancel": "Cancel",
|
|
48
|
-
"submit": "Submit",
|
|
49
|
-
"confirmAction": "Confirm {{ action }} for this item.",
|
|
50
|
-
"previewLevel": "Preview Level",
|
|
51
|
-
"previewModule": "Preview {{ module }}",
|
|
52
|
-
"loadingActions": "Loading actions...",
|
|
53
|
-
"submitting": "Submitting...",
|
|
54
|
-
"requestSubmitted": "Request submitted for approval.",
|
|
55
|
-
"operationExecuted": "Operation executed successfully.",
|
|
56
|
-
"unsupportedType": "This item type is not supported yet.",
|
|
57
|
-
"noItemSelected": "No item selected."
|
|
58
|
-
},
|
|
59
|
-
"validation": {
|
|
60
|
-
"fillRequiredFields": "Please fill in all required fields before submitting."
|
|
61
|
-
},
|
|
62
|
-
"actions": {
|
|
63
|
-
"loadActionsFailed": "Failed to load item actions.",
|
|
64
|
-
"executeFailed": "Failed to execute {{ action }}.",
|
|
65
|
-
"validationWarningsHeader": "Validation warnings",
|
|
66
|
-
"validationWarningsQuestion": "Do you want to acknowledge these warnings and continue?",
|
|
67
|
-
"acknowledgeAndContinue": "Acknowledge and continue"
|
|
68
|
-
},
|
|
69
|
-
"error": {
|
|
70
|
-
"failedSubmit": "Failed to submit form",
|
|
71
|
-
"failedLoadDetails": "Failed to load item details.",
|
|
72
|
-
"failedLoadEscalation": "Failed to load escalation preview",
|
|
73
|
-
"missingModuleDataId": "Task data id is missing.",
|
|
74
|
-
"failedLoadSchedulePublish": "Failed to load the plan comparison"
|
|
75
|
-
},
|
|
76
|
-
"context": {
|
|
77
|
-
"moduleFormUnavailable": "Module form context is not available for this item yet.",
|
|
78
|
-
"moduleDiscussionUnavailable": "Discussion context is not available for this module yet.",
|
|
79
|
-
"processFormUnavailable": "Process form context is not available for this process item yet.",
|
|
80
|
-
"processDiscussionUnavailable": "Discussion context is not available for this process item yet.",
|
|
81
|
-
"processPreviewUnavailable": "Process preview is not available for this process item yet.",
|
|
82
|
-
"escalationDetailsUnavailable": "Escalation details context is not available for this item yet.",
|
|
83
|
-
"escalationDiscussionUnavailable": "Discussion context is not available for this escalation yet.",
|
|
84
|
-
"escalationSchemaUnavailable": "Escalation schema is not available for this item yet.",
|
|
85
|
-
"escalationSchemaContextUnavailable": "Escalation schema context is not available for this item yet.",
|
|
86
|
-
"requestFormUnavailable": "Process form context is not available for this process request yet.",
|
|
87
|
-
"requestDiscussionUnavailable": "Discussion context is not available for this process request yet.",
|
|
88
|
-
"requestPreviewUnavailable": "Process preview is not available for this process request yet."
|
|
89
|
-
},
|
|
90
|
-
"loading": {
|
|
91
|
-
"escalationDetails": "Loading escalation details...",
|
|
92
|
-
"escalationSchema": "Loading escalation schema...",
|
|
93
|
-
"schedulePublish": "Loading the plan comparison..."
|
|
94
|
-
},
|
|
95
|
-
"preview": {
|
|
96
|
-
"name": "Name",
|
|
97
|
-
"status": "Status",
|
|
98
|
-
"user": "User",
|
|
99
|
-
"userOrGroup": "User / Group",
|
|
100
|
-
"initiationDate": "Initiation Date",
|
|
101
|
-
"actionDate": "Action Date",
|
|
102
|
-
"start": "Start",
|
|
103
|
-
"end": "End",
|
|
104
|
-
"appAction": "App Action",
|
|
105
|
-
"formStep": "Form Step",
|
|
106
|
-
"approvalCommit": "Commit Approved Form",
|
|
107
|
-
"approvalCommitSubtitle": "System · Locked",
|
|
108
|
-
"initial": "Initial",
|
|
109
|
-
"final": "Final",
|
|
110
|
-
"loadFailed": "Failed to load process preview"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
},
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
1
|
+
{
|
|
2
|
+
"workCenter": {
|
|
3
|
+
"page": {
|
|
4
|
+
"title": "Work Center",
|
|
5
|
+
"new": "New",
|
|
6
|
+
"create": "Create",
|
|
7
|
+
"createGeneralTask": "Create General Task",
|
|
8
|
+
"itemDetails": "Item Details",
|
|
9
|
+
"records": "records"
|
|
10
|
+
},
|
|
11
|
+
"operator": {
|
|
12
|
+
"Eq": "Equals",
|
|
13
|
+
"Neq": "Not equal",
|
|
14
|
+
"In": "In",
|
|
15
|
+
"Contains": "Contains",
|
|
16
|
+
"StartsWith": "Starts with",
|
|
17
|
+
"Gt": "Greater than",
|
|
18
|
+
"Gte": "Greater than or equal",
|
|
19
|
+
"Lt": "Less than",
|
|
20
|
+
"Lte": "Less than or equal",
|
|
21
|
+
"Between": "Between",
|
|
22
|
+
"IsNull": "Is empty",
|
|
23
|
+
"IsNotNull": "Is not empty"
|
|
24
|
+
},
|
|
25
|
+
"tabs": {
|
|
26
|
+
"details": "Details",
|
|
27
|
+
"form": "Form",
|
|
28
|
+
"approvals": "Approvals",
|
|
29
|
+
"steps": "Steps",
|
|
30
|
+
"discussion": "Discussion",
|
|
31
|
+
"requestDetails": "Request Details",
|
|
32
|
+
"escalationDetails": "Escalation Details",
|
|
33
|
+
"moduleDetails": "Module Details",
|
|
34
|
+
"levelDetails": "Level Details",
|
|
35
|
+
"levelDetailsNamed": "{{ name }} Details",
|
|
36
|
+
"schema": "Schema",
|
|
37
|
+
"publishComparison": "Comparison"
|
|
38
|
+
},
|
|
39
|
+
"entity": {
|
|
40
|
+
"initiatedBy": "Initiated By",
|
|
41
|
+
"startedAt": "Started At",
|
|
42
|
+
"reason": "Reason",
|
|
43
|
+
"attachments": "Attachments",
|
|
44
|
+
"step": "Step"
|
|
45
|
+
},
|
|
46
|
+
"modal": {
|
|
47
|
+
"cancel": "Cancel",
|
|
48
|
+
"submit": "Submit",
|
|
49
|
+
"confirmAction": "Confirm {{ action }} for this item.",
|
|
50
|
+
"previewLevel": "Preview Level",
|
|
51
|
+
"previewModule": "Preview {{ module }}",
|
|
52
|
+
"loadingActions": "Loading actions...",
|
|
53
|
+
"submitting": "Submitting...",
|
|
54
|
+
"requestSubmitted": "Request submitted for approval.",
|
|
55
|
+
"operationExecuted": "Operation executed successfully.",
|
|
56
|
+
"unsupportedType": "This item type is not supported yet.",
|
|
57
|
+
"noItemSelected": "No item selected."
|
|
58
|
+
},
|
|
59
|
+
"validation": {
|
|
60
|
+
"fillRequiredFields": "Please fill in all required fields before submitting."
|
|
61
|
+
},
|
|
62
|
+
"actions": {
|
|
63
|
+
"loadActionsFailed": "Failed to load item actions.",
|
|
64
|
+
"executeFailed": "Failed to execute {{ action }}.",
|
|
65
|
+
"validationWarningsHeader": "Validation warnings",
|
|
66
|
+
"validationWarningsQuestion": "Do you want to acknowledge these warnings and continue?",
|
|
67
|
+
"acknowledgeAndContinue": "Acknowledge and continue"
|
|
68
|
+
},
|
|
69
|
+
"error": {
|
|
70
|
+
"failedSubmit": "Failed to submit form",
|
|
71
|
+
"failedLoadDetails": "Failed to load item details.",
|
|
72
|
+
"failedLoadEscalation": "Failed to load escalation preview",
|
|
73
|
+
"missingModuleDataId": "Task data id is missing.",
|
|
74
|
+
"failedLoadSchedulePublish": "Failed to load the plan comparison"
|
|
75
|
+
},
|
|
76
|
+
"context": {
|
|
77
|
+
"moduleFormUnavailable": "Module form context is not available for this item yet.",
|
|
78
|
+
"moduleDiscussionUnavailable": "Discussion context is not available for this module yet.",
|
|
79
|
+
"processFormUnavailable": "Process form context is not available for this process item yet.",
|
|
80
|
+
"processDiscussionUnavailable": "Discussion context is not available for this process item yet.",
|
|
81
|
+
"processPreviewUnavailable": "Process preview is not available for this process item yet.",
|
|
82
|
+
"escalationDetailsUnavailable": "Escalation details context is not available for this item yet.",
|
|
83
|
+
"escalationDiscussionUnavailable": "Discussion context is not available for this escalation yet.",
|
|
84
|
+
"escalationSchemaUnavailable": "Escalation schema is not available for this item yet.",
|
|
85
|
+
"escalationSchemaContextUnavailable": "Escalation schema context is not available for this item yet.",
|
|
86
|
+
"requestFormUnavailable": "Process form context is not available for this process request yet.",
|
|
87
|
+
"requestDiscussionUnavailable": "Discussion context is not available for this process request yet.",
|
|
88
|
+
"requestPreviewUnavailable": "Process preview is not available for this process request yet."
|
|
89
|
+
},
|
|
90
|
+
"loading": {
|
|
91
|
+
"escalationDetails": "Loading escalation details...",
|
|
92
|
+
"escalationSchema": "Loading escalation schema...",
|
|
93
|
+
"schedulePublish": "Loading the plan comparison..."
|
|
94
|
+
},
|
|
95
|
+
"preview": {
|
|
96
|
+
"name": "Name",
|
|
97
|
+
"status": "Status",
|
|
98
|
+
"user": "User",
|
|
99
|
+
"userOrGroup": "User / Group",
|
|
100
|
+
"initiationDate": "Initiation Date",
|
|
101
|
+
"actionDate": "Action Date",
|
|
102
|
+
"start": "Start",
|
|
103
|
+
"end": "End",
|
|
104
|
+
"appAction": "App Action",
|
|
105
|
+
"formStep": "Form Step",
|
|
106
|
+
"approvalCommit": "Commit Approved Form",
|
|
107
|
+
"approvalCommitSubtitle": "System · Locked",
|
|
108
|
+
"initial": "Initial",
|
|
109
|
+
"final": "Final",
|
|
110
|
+
"loadFailed": "Failed to load process preview",
|
|
111
|
+
"stepStatus": {
|
|
112
|
+
"approved": "Approved",
|
|
113
|
+
"current": "In Progress",
|
|
114
|
+
"notStarted": "Not Started",
|
|
115
|
+
"rejected": "Rejected",
|
|
116
|
+
"returned": "Returned"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"field": {
|
|
120
|
+
"progress": "Progress",
|
|
121
|
+
"delegatedUser": "Delegated User",
|
|
122
|
+
"delegatedUserPlaceholder": "Search user",
|
|
123
|
+
"reason": "Reason",
|
|
124
|
+
"reasonPlaceholder": "Enter reason",
|
|
125
|
+
"note": "Note",
|
|
126
|
+
"notePlaceholder": "Enter note",
|
|
127
|
+
"attachments": "Attachments",
|
|
128
|
+
"uploadTitle": "Upload Attachment",
|
|
129
|
+
"uploadDescription": "Click or drop a file to upload"
|
|
130
|
+
},
|
|
131
|
+
"publish": {
|
|
132
|
+
"before": "Before",
|
|
133
|
+
"after": "After",
|
|
134
|
+
"neverPublished": "This project has not published a plan yet, so there is nothing to compare against. Approving publishes the plan as it currently stands.",
|
|
135
|
+
"nothingToPublish": "The plan has not changed since it was last published.",
|
|
136
|
+
"noSearchResults": "No rows match your search.",
|
|
137
|
+
"searchPlaceholder": "Search by task name or changed field",
|
|
138
|
+
"addedCount": "{{count}} added",
|
|
139
|
+
"changedCount": "{{count}} changed",
|
|
140
|
+
"removedCount": "{{count}} removed",
|
|
141
|
+
"hiddenRows": "{{count}} more rows not shown. Narrow the list with search to see them.",
|
|
142
|
+
"group": {
|
|
143
|
+
"added": "Added",
|
|
144
|
+
"changed": "Changed",
|
|
145
|
+
"removed": "Removed"
|
|
146
|
+
},
|
|
147
|
+
"field": {
|
|
148
|
+
"name": "Name",
|
|
149
|
+
"type": "Type",
|
|
150
|
+
"plannedStart": "Planned start",
|
|
151
|
+
"plannedFinish": "Planned finish",
|
|
152
|
+
"actualStart": "Actual start",
|
|
153
|
+
"actualFinish": "Actual finish",
|
|
154
|
+
"progress": "Progress",
|
|
155
|
+
"weight": "Weight",
|
|
156
|
+
"assignedTo": "Assigned to",
|
|
157
|
+
"predecessors": "Predecessors",
|
|
158
|
+
"parent": "Parent",
|
|
159
|
+
"order": "Order",
|
|
160
|
+
"mode": "Scheduling mode",
|
|
161
|
+
"resources": "Resources",
|
|
162
|
+
"details": "Details"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"runtimeAction": {
|
|
167
|
+
"field": {
|
|
168
|
+
"progress": "Progress",
|
|
169
|
+
"delegatedUser": "Delegated User",
|
|
170
|
+
"delegatedUserPlaceholder": "Search user",
|
|
171
|
+
"reason": "Reason",
|
|
172
|
+
"reasonPlaceholder": "Enter reason",
|
|
173
|
+
"note": "Note",
|
|
174
|
+
"notePlaceholder": "Enter note",
|
|
175
|
+
"attachments": "Attachments",
|
|
176
|
+
"uploadTitle": "Upload Attachment",
|
|
177
|
+
"uploadDescription": "Click or drop a file to upload"
|
|
178
|
+
},
|
|
179
|
+
"modal": {
|
|
180
|
+
"cancel": "Cancel",
|
|
181
|
+
"confirmAction": "Confirm {{ action }} for this item."
|
|
182
|
+
},
|
|
183
|
+
"preview": {
|
|
184
|
+
"name": "Name",
|
|
185
|
+
"status": "Status",
|
|
186
|
+
"user": "User",
|
|
187
|
+
"userOrGroup": "User / Group",
|
|
188
|
+
"initiationDate": "Initiation Date",
|
|
189
|
+
"actionDate": "Action Date",
|
|
190
|
+
"start": "Start",
|
|
191
|
+
"end": "End",
|
|
192
|
+
"appAction": "App Action",
|
|
193
|
+
"formStep": "Form Step",
|
|
194
|
+
"approvalCommit": "Commit Approved Form",
|
|
195
|
+
"approvalCommitSubtitle": "System · Locked",
|
|
196
|
+
"initial": "Initial",
|
|
197
|
+
"final": "Final",
|
|
198
|
+
"loadFailed": "Failed to load process preview"
|
|
199
|
+
},
|
|
200
|
+
"actions": {
|
|
201
|
+
"loadActionsFailed": "Failed to load item actions."
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|