@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.
@@ -1,125 +1,142 @@
1
- {
2
- "delegations": {
3
- "delegations": "Delegations",
4
- "delegation-menu": "Delegation menu",
5
- "delegations-available": "Delegations available",
6
- "my-delegations": "My Delegations",
7
- "delegated-to-me": "Delegated To Me",
8
- "all": "All",
9
- "active": "Active",
10
- "scheduled": "Scheduled",
11
- "pending-approval": "Pending Approval",
12
- "expired": "Expired",
13
- "rejected": "Rejected",
14
- "cancelled": "Cancelled",
15
- "approval": "Approval",
16
- "approval-pending": "Pending",
17
- "approval-approved": "Approved",
18
- "approval-rejected": "Rejected",
19
- "approval-not-required": "Not Required",
20
- "awaiting-approval": "Awaiting delegate approval",
21
- "approval-required": "Approval required",
22
- "outside-allowed-day": "Outside allowed day",
23
- "not-started": "Not started",
24
- "inactive": "Inactive",
25
- "add-delegation": "Add Delegation",
26
- "edit-delegation": "Edit Delegation",
27
- "create-delegation": "Create Delegation",
28
- "delegator-name": "Delegator Name",
29
- "delegated-user": "Delegated User",
30
- "originally-assigned-to": "Originally Assigned To",
31
- "delegated-to": "Delegated To",
32
- "cancel": "Cancel",
33
- "create": "Create",
34
- "update": "Update",
35
- "save": "Save",
36
- "status": "Status",
37
- "status-reason": "Reason",
38
- "status-history": "Status History",
39
- "scope": "Scope",
40
- "scope-summary": "Scope Summary",
41
- "scope-preview-invalid": "Some scope items are not delegable",
42
- "scope-warnings": "Warnings",
43
- "read-policy": "Read Policy",
44
- "implicit-read": "View what I delegate",
45
- "explicit-read-only": "Explicit read-only",
46
- "no-read-unless-own-permission": "No read unless own permission",
47
- "target-type": "Target Type",
48
- "operations": "Operations",
49
- "non-delegable-reason": "Not delegable",
50
- "high-risk-action": "High-risk action",
51
- "no-targets-selected": "No targets selected",
52
- "no-operations-selected": "No operations selected",
53
- "preview-scope": "Preview scope",
54
- "denied-items": "Denied items",
55
- "start-date": "Start Date",
56
- "end-date": "End Date",
57
- "created-date": "Created Date",
58
- "days": "Days",
59
- "all-days": "All days",
60
- "actions": "Actions",
61
- "description": "Description",
62
- "delegation-date-from": "Delegation Date From",
63
- "delegation-date-to": "Delegation Date To",
64
- "time-zone": "Time zone",
65
- "delete-message": "Are you sure you want to delete this delegation?",
66
- "cancel-message": "Are you sure you want to cancel this delegation?",
67
- "withdraw-message": "Are you sure you want to withdraw from this delegation?",
68
- "delegation-days-apply": "What days will the delegation apply",
69
- "full-range": "Full range",
70
- "specific-days": "Specific Days",
71
- "active-delegation": "Active Delegation",
72
- "requires-approval": "Requires approval from delegated user",
73
- "view-details": "View details",
74
- "approve": "Approve",
75
- "reject": "Reject",
76
- "approve-confirm-title": "Approve delegation",
77
- "approve-confirm-body": "By approving, you agree to act on behalf of the delegator during the configured period and scope.",
78
- "reject-confirm-title": "Reject delegation",
79
- "reject-confirm-body": "Please provide a short reason. The delegator will be notified.",
80
- "rejection-reason": "Rejection reason",
81
- "cancel-delegation": "Cancel",
82
- "withdraw": "Withdraw",
83
- "cancel-reason": "Cancellation reason",
84
- "clone": "Clone",
85
- "comment": "Comment",
86
- "reason": "Reason",
87
- "start-session": "Start session",
88
- "end-session": "End session",
89
- "switch-session": "Switch",
90
- "switch-to-another": "Switch to another delegator",
91
- "back-to-my-session": "Back to my own session",
92
- "acting-on-behalf-of": "Acting on behalf of",
93
- "session-ends-at": "Session ends at",
94
- "session-ended": "Delegated session ended",
95
- "session-started": "Now acting on behalf of {{name}}",
96
- "session-expired": "Your delegated session expired",
97
- "session-invalidated": "Your delegated session is no longer valid",
98
- "you-can-act-as": "You can act on behalf of:",
99
- "choose-delegator-hint": "Choose a delegator to start a delegated session.",
100
- "start-session-confirm-title": "Start delegated session",
101
- "start-session-confirm-body": "After starting, every protected action you perform will be attributed to the delegator. The session ends automatically at the configured end time, or when you click \"Back to my own session\".",
102
- "switch-session-confirm-title": "Switch delegated session",
103
- "switch-session-confirm-body": "Your current delegated session will end and a new one will start under the selected delegator. Continue?",
104
- "manage-delegations": "Manage delegations…",
105
- "generate-token": "Generate token",
106
- "sunday": "Sunday",
107
- "monday": "Monday",
108
- "tuesday": "Tuesday",
109
- "wednesday": "Wednesday",
110
- "thursday": "Thursday",
111
- "friday": "Friday",
112
- "saturday": "Saturday",
113
- "errors": {
114
- "invalid-date-range": "End date must be after start date.",
115
- "invalid-specific-days": "Please select at least one valid day.",
116
- "self-delegation-not-allowed": "You cannot delegate to yourself.",
117
- "token-principal-mismatch": "This delegation session is not bound to your account.",
118
- "not-active": "This delegation is not active.",
119
- "scope-denied": "This action is outside the delegation scope.",
120
- "row-version-conflict": "This delegation was updated by someone else. Please reload.",
121
- "overlap": "An overlapping delegation already exists.",
122
- "invalid-transition": "This transition is not allowed."
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
+ }