box-ui-elements
Version:
Box UI Elements
73 lines • 2.64 kB
JavaScript
import { defineMessages } from 'react-intl';
const messages = defineMessages({
defaultErrorNoticeText: {
"id": "be.contentSharing.defaultErrorNoticeText",
"defaultMessage": "Something went wrong. Please try again later."
},
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."
},
sendInvitationsError: {
"id": "be.contentSharing.sendInvitationsError",
"defaultMessage": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}"
},
sendInvitationsSuccess: {
"id": "be.contentSharing.sendInvitationsSuccess",
"defaultMessage": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}"
},
groupContactLabel: {
"id": "be.contentSharing.groupContactLabel",
"defaultMessage": "Group"
},
noticeCloseLabel: {
"id": "be.contentSharing.noticeCloseLabel",
"defaultMessage": "Close"
},
errorNoticeIcon: {
"id": "be.contentSharing.errorNoticeIcon",
"defaultMessage": "Error"
}
});
export default messages;
//# sourceMappingURL=messages.js.map