@masterteam/delegations 0.1.0 → 0.2.0
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/delegations.css +1 -1
- package/assets/i18n/ar.json +142 -125
- package/assets/i18n/en.json +142 -125
- package/fesm2022/masterteam-delegations.mjs +610 -921
- package/fesm2022/masterteam-delegations.mjs.map +1 -1
- package/package.json +2 -2
- package/types/masterteam-delegations.d.ts +355 -496
package/assets/i18n/en.json
CHANGED
|
@@ -1,125 +1,142 @@
|
|
|
1
|
-
{
|
|
2
|
-
"delegations": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
1
|
+
{
|
|
2
|
+
"delegations": {
|
|
3
|
+
"title": "Delegations",
|
|
4
|
+
"myDelegations": "My Delegations",
|
|
5
|
+
"delegatedToMe": "Delegated To Me",
|
|
6
|
+
"common": {
|
|
7
|
+
"cancel": "Cancel",
|
|
8
|
+
"create": "Create",
|
|
9
|
+
"update": "Update",
|
|
10
|
+
"save": "Save",
|
|
11
|
+
"close": "Close"
|
|
12
|
+
},
|
|
13
|
+
"column": {
|
|
14
|
+
"delegatedTo": "Delegated To",
|
|
15
|
+
"delegatorName": "Delegator Name",
|
|
16
|
+
"status": "Status",
|
|
17
|
+
"scopeSummary": "Scope",
|
|
18
|
+
"startDate": "Start Date",
|
|
19
|
+
"endDate": "End Date",
|
|
20
|
+
"createdDate": "Created Date",
|
|
21
|
+
"days": "Days",
|
|
22
|
+
"approval": "Approval",
|
|
23
|
+
"actions": "Actions"
|
|
24
|
+
},
|
|
25
|
+
"status": {
|
|
26
|
+
"pendingApproval": "Pending approval",
|
|
27
|
+
"scheduled": "Scheduled",
|
|
28
|
+
"active": "Active",
|
|
29
|
+
"inactiveToday": "Inactive today",
|
|
30
|
+
"expired": "Expired",
|
|
31
|
+
"cancelled": "Cancelled",
|
|
32
|
+
"rejected": "Rejected"
|
|
33
|
+
},
|
|
34
|
+
"approvalStatus": {
|
|
35
|
+
"NotRequired": "Not required",
|
|
36
|
+
"Pending": "Pending",
|
|
37
|
+
"Approved": "Approved",
|
|
38
|
+
"Rejected": "Rejected"
|
|
39
|
+
},
|
|
40
|
+
"action": {
|
|
41
|
+
"view": "View",
|
|
42
|
+
"edit": "Edit",
|
|
43
|
+
"cancel": "Cancel delegation",
|
|
44
|
+
"approve": "Approve",
|
|
45
|
+
"reject": "Reject",
|
|
46
|
+
"create": "Create delegation",
|
|
47
|
+
"startSession": "Start delegated session",
|
|
48
|
+
"endSession": "End delegated session"
|
|
49
|
+
},
|
|
50
|
+
"form": {
|
|
51
|
+
"description": "Description",
|
|
52
|
+
"daysApply": "What days will the delegation apply",
|
|
53
|
+
"fullRange": "Full range",
|
|
54
|
+
"specificDays": "Specific days",
|
|
55
|
+
"requiresApproval": "Requires approval from the delegated user",
|
|
56
|
+
"timeZone": "Time zone",
|
|
57
|
+
"cancellationReason": "Cancellation reason",
|
|
58
|
+
"rejectionReason": "Rejection reason",
|
|
59
|
+
"rejectReasonRequired": "A reason is required to reject."
|
|
60
|
+
},
|
|
61
|
+
"days": {
|
|
62
|
+
"sunday": "Sunday",
|
|
63
|
+
"monday": "Monday",
|
|
64
|
+
"tuesday": "Tuesday",
|
|
65
|
+
"wednesday": "Wednesday",
|
|
66
|
+
"thursday": "Thursday",
|
|
67
|
+
"friday": "Friday",
|
|
68
|
+
"saturday": "Saturday"
|
|
69
|
+
},
|
|
70
|
+
"scope": {
|
|
71
|
+
"permissionsTitle": "Permissions and scope",
|
|
72
|
+
"noGrantableOptions": "You have no permissions available to delegate.",
|
|
73
|
+
"highRisk": "High-risk action",
|
|
74
|
+
"previewTitle": "Scope preview",
|
|
75
|
+
"previewInvalid": "Some selected permissions cannot be delegated.",
|
|
76
|
+
"noSelection": "Select at least one permission to delegate.",
|
|
77
|
+
"empty": "Select at least one permission or scope item before creating the delegation."
|
|
78
|
+
},
|
|
79
|
+
"session": {
|
|
80
|
+
"banner": "Acting on behalf of {{delegatorName}}",
|
|
81
|
+
"availableTitle": "Delegations available",
|
|
82
|
+
"actingOnBehalfOf": "Acting on behalf of",
|
|
83
|
+
"executedBy": "Executed by {{actualUserName}}",
|
|
84
|
+
"youCanActAs": "You can act on behalf of:",
|
|
85
|
+
"chooseDelegatorHint": "Choose a delegator to start a delegated session.",
|
|
86
|
+
"switchToAnother": "Switch to another delegator",
|
|
87
|
+
"manage": "Manage delegations…",
|
|
88
|
+
"startConfirmBody": "After starting, every protected action you perform is recorded as executed by you on behalf of the delegator. The session ends when you exit it.",
|
|
89
|
+
"switchConfirmBody": "Your current delegated session will end and a new one will start under the selected delegator. Continue?"
|
|
90
|
+
},
|
|
91
|
+
"empty": {
|
|
92
|
+
"my": "You have not created any delegations yet.",
|
|
93
|
+
"assigned": "No delegations have been assigned to you.",
|
|
94
|
+
"pending": "No delegations are waiting for your approval.",
|
|
95
|
+
"active": "You have no active delegations right now."
|
|
96
|
+
},
|
|
97
|
+
"confirm": {
|
|
98
|
+
"cancel": "Cancel this delegation? This will stop delegated access for the assigned user.",
|
|
99
|
+
"approve": "Approve this delegation?",
|
|
100
|
+
"reject": "Reject this delegation? A reason is required."
|
|
101
|
+
},
|
|
102
|
+
"messages": {
|
|
103
|
+
"userNotFound": "The selected user could not be found.",
|
|
104
|
+
"delegatorRequired": "The delegator is required before this delegation can be processed.",
|
|
105
|
+
"delegatedUserRequired": "The delegated user is required before this delegation can be processed.",
|
|
106
|
+
"selfDelegationDenied": "You cannot create a delegation to yourself.",
|
|
107
|
+
"invalidDateRange": "The delegation end date must be after the start date.",
|
|
108
|
+
"periodExpired": "The delegation cannot be saved because the selected period has already expired.",
|
|
109
|
+
"specificDaysRequired": "Select at least one active day for this delegation.",
|
|
110
|
+
"specificDaysInvalid": "The selected delegation days are not valid. Please review the selected days and try again.",
|
|
111
|
+
"scopeEmpty": "Select at least one permission or scope item before creating the delegation.",
|
|
112
|
+
"scopeNonDelegable": "One or more selected permissions cannot be delegated.",
|
|
113
|
+
"scopeDelegatorPermissionDenied": "You can only delegate permissions you currently have and that are allowed for delegation.",
|
|
114
|
+
"scopeDelegatorMissingAccessibility": "You can only delegate pages or accessibilities that you currently have.",
|
|
115
|
+
"scopeUnknownTarget": "One or more selected delegation targets are not recognized.",
|
|
116
|
+
"scopeUnknownAction": "One or more selected delegated actions are not recognized.",
|
|
117
|
+
"scopeUnknownAccessibility": "One or more selected pages or accessibilities are not recognized.",
|
|
118
|
+
"rowVersionRequired": "This action requires the latest delegation version. Please refresh the page and try again.",
|
|
119
|
+
"rowVersionMismatch": "This delegation was updated by another action. Please refresh the page and try again.",
|
|
120
|
+
"approveForbidden": "You are not authorized to approve this delegation.",
|
|
121
|
+
"approveInvalidStatus": "This delegation cannot be approved in its current status.",
|
|
122
|
+
"rejectForbidden": "You are not authorized to reject this delegation.",
|
|
123
|
+
"rejectInvalidStatus": "This delegation cannot be rejected in its current status.",
|
|
124
|
+
"cancelForbidden": "You are not authorized to cancel this delegation.",
|
|
125
|
+
"editForbidden": "You are not authorized to edit this delegation, or it cannot be edited in its current status.",
|
|
126
|
+
"notFound": "The requested delegation could not be found.",
|
|
127
|
+
"overlap": "The selected period overlaps with an existing delegation for the same user and application.",
|
|
128
|
+
"tokenInvalid": "This delegated session is not valid. Please start the session again.",
|
|
129
|
+
"tokenAuthSessionMissing": "The delegated session could not be verified. Please sign in again and restart the delegation session.",
|
|
130
|
+
"tokenSessionMismatch": "The delegated session does not match the current sign-in session.",
|
|
131
|
+
"tokenScopeChanged": "This delegation scope changed after the session started. Please start the delegated session again.",
|
|
132
|
+
"authorizationBridgeUnavailable": "Delegated authorization is temporarily unavailable. Please try again later.",
|
|
133
|
+
"authorizationDescriptorUnavailable": "This action cannot be completed through delegation because the required authorization context is missing.",
|
|
134
|
+
"authorizationTargetNotInScope": "This delegated session does not include the required target.",
|
|
135
|
+
"authorizationActionNotInScope": "This delegated session does not include the required action.",
|
|
136
|
+
"authorizationAccessibilityNotInScope": "This delegated session does not include the required page or accessibility.",
|
|
137
|
+
"authorizationNonDelegable": "This action cannot be performed through delegation.",
|
|
138
|
+
"genericForbidden": "You are not authorized to perform this action.",
|
|
139
|
+
"genericServerError": "The request could not be completed. Please try again later and provide the correlation id if the issue continues."
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|