UNPKG

@filerobot/approvals

Version:

Asset approvals package for Filerobot

48 lines 2.83 kB
export default { approvalsListViewTitle: 'Approvals', approvalsEmptyListTitle: 'No approvals yet', approvalsVersionEmptyListTitle: 'No approvals on this version', approvalsEmptyListDescription: 'Add the first one by pressing the button.', approvalsEmptyListNoPermsDescription: 'You need to have at least the Moderator permission level to start a new approval request.', approvalsRequestButton: 'Request approval', approvalsManageRequestButton: 'Manage approvals', approvalsStartNewButton: 'Start a new approval', approvalsDueDateLabel: 'Due %{date}', approvalsOnDateLabel: 'On %{date}', approvalsManageButton: 'Manage approval', approvalsViewAndApproveButton: 'View and approve', approvalsViewDetailsButton: 'View details', approvalsBackButton: 'Back to All approvals', approvalsDetailsMessageLabel: 'Message', approvalsDetailsCommentLabel: 'Comment', approvalsChangeApproverMenuItemLabel: 'Change approver', approvalsCancelButton: 'Cancel', approvalsEditButton: 'Edit', approvalsCommentRejectButton: 'Reject', approvalsCommentApproveButton: 'Approve', approvalsCommentPlaceholder: 'Enter some text (optional)', approvalsCancelApprovalModalTitle: 'Cancel approval', approvalsCancelApprovalModalDesc: 'Are you sure want to cancel approval for ”%{asset_name}”?', approvalsRemoveApproverModalTitle: 'Remove approver', approvalsRemoveApproverModalDesc: 'Are you sure want to remove %{approver_name} from the approvers?', approvalsRequestModalTitle: 'Request approval', approvalsRequestModalEditTitle: 'Edit request', approvalsRequestExpireMessage: 'Due date must be in the future', approvalsRequestModalSendButton: 'Send request', approvalsRequestModalApproversLabel: 'Approvers', approvalsRequestModalApproversTooltip: 'Everyone will need to approve the request; you can add more approvers after creation, as long as the request is not resolved yet.', approvalsRequestModalApproversPlaceholder: 'Search for user by name or email', approvalsRequestModalMessageLabel: 'Message', approvalsRequestModalDisabledUserTooltip: 'This user doesn’t have an access to the asset', approvalsRequestModalDueDateLabel: 'Add due date', approvalsRequestModalDueDateTooltip: 'If all approvers haven\'t voted by the due date, the request is rejected', approvalsRequestModalDateLabel: 'Date', approvalsRequestModalTimeLabel: 'Time (UTC%{utc})', // utc ex: -2/+3 approvalsRequestModalTimeTooltip: '%{timezone_label} UTC%{utc}', approvalsRequestNotActiveToast: 'Approval request you are trying to see is no longer active', approvalsHistoryLabel: 'History', approvalsHistoryModalTitle: 'Asset approvals history', approvalsHistoryModalApprovalsLabel: 'Approvals', approvalsNoVersionsHistoryBtnTooltip: 'There are no other asset versions whose history to show' };