box-ui-elements-mlh
Version:
49 lines • 1.73 kB
JavaScript
import { defineMessages } from 'react-intl';
var messages = defineMessages({
badRequestError: {
"id": "be.contentSharing.badRequestError",
"defaultMessage": "The request for this item was malformed."
},
loadingError: {
"id": "be.contentSharing.loadingError",
"defaultMessage": "Could not load shared link for this item."
},
noAccessError: {
"id": "be.contentSharing.noAccessError",
"defaultMessage": "You do not have access to this item."
},
notFoundError: {
"id": "be.contentSharing.notFoundError",
"defaultMessage": "Could not find shared link for this item."
},
sharedLinkUpdateError: {
"id": "be.contentSharing.sharedLinkUpdateError",
"defaultMessage": "Could not update the shared link for this item."
},
sharedLinkSettingsUpdateSuccess: {
"id": "be.contentSharing.sharedLinkSettingsUpdateSuccess",
"defaultMessage": "The shared link for this item was successfully updated."
},
sharedLinkRemovalSuccess: {
"id": "be.contentSharing.sharedLinkRemovalSuccess",
"defaultMessage": "The shared link for this item was removed."
},
collaboratorsLoadingError: {
"id": "be.contentSharing.collaboratorsLoadingError",
"defaultMessage": "Could not retrieve collaborators for this item."
},
getContactsError: {
"id": "be.contentSharing.getContactsError",
"defaultMessage": "Could not retrieve contacts."
},
sendInvitesError: {
"id": "be.contentSharing.sendInvitesError",
"defaultMessage": "Could not send invites."
},
sendInvitesSuccess: {
"id": "be.contentSharing.sendInvitesSuccess",
"defaultMessage": "Successfully invited collaborators."
}
});
export default messages;
//# sourceMappingURL=messages.js.map