box-ui-elements-mlh
Version:
105 lines • 4.44 kB
JavaScript
import { defineMessages } from 'react-intl';
var messages = defineMessages({
allowDownloadLabel: {
"id": "boxui.share.sharedLinkSettings.allowDownloadLabel",
"defaultMessage": "Allow users with the shared link to download this item"
},
allowDownloadTitle: {
"id": "boxui.share.sharedLinkSettings.allowDownloadTitle",
"defaultMessage": "Allow Download"
},
directLinkLabel: {
"id": "boxui.share.sharedLinkSettings.directLinkLabel",
"defaultMessage": "Direct Link"
},
directDownloadBlockedByAccessPolicyWithClassification: {
"id": "boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithClassification",
"defaultMessage": "Download has been disabled for content due to the classification."
},
directDownloadBlockedByMaliciousContent: {
"id": "boxui.share.sharedLinkSettings.directDownloadBlockedByMaliciousContent",
"defaultMessage": "Download for this content has been disabled due to a security policy."
},
directDownloadBlockedByAccessPolicyWithoutClassification: {
"id": "boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithoutClassification",
"defaultMessage": "Download has been disabled for content without classification."
},
inaccessibleSettingsNotice: {
"id": "boxui.share.sharedLinkSettings.inaccessibleSettingsNotice",
"defaultMessage": "Certain settings may not be available for this item due to permissions."
},
modalTitle: {
"id": "boxui.share.sharedLinkSettings.modalTitle",
"defaultMessage": "Shared Link Settings"
},
customURLLabel: {
"id": "boxui.share.sharedLinkSettings.customURLLabel",
"defaultMessage": "Non-private custom URL"
},
expirationTitle: {
"id": "boxui.share.sharedLinkSettings.expirationTitle",
"defaultMessage": "Link Expiration"
},
expirationLabel: {
"id": "boxui.share.sharedLinkSettings.expirationLabel",
"defaultMessage": "Disable Shared Link on"
},
passwordLabel: {
"id": "boxui.share.sharedLinkSettings.passwordLabel",
"defaultMessage": "Require password"
},
passwordPlaceholder: {
"id": "boxui.share.sharedLinkSettings.passwordPlaceholder",
"defaultMessage": "Enter a password"
},
passwordTitle: {
"id": "boxui.share.sharedLinkSettings.passwordTitle",
"defaultMessage": "Password Protect"
},
vanityNamePlaceholder: {
"id": "boxui.share.sharedLinkSettings.vanityNamePlaceholder",
"defaultMessage": "Enter a custom path (12 or more characters)"
},
vanityNameNotSet: {
"id": "boxui.share.sharedLinkSettings.vanityNameNotSet",
"defaultMessage": "The custom URL has not been set"
},
vanityURLWarning: {
"id": "boxui.share.sharedLinkSettings.vanityURLWarning",
"defaultMessage": "Custom URLs should not be used when sharing sensitive content."
},
vanityURLEnableText: {
"id": "boxui.share.vanityURLEnableText",
"defaultMessage": "Publish content broadly with a custom, non-private URL"
},
sharedLinkWarningText: {
"id": "boxui.share.sharedLinkSettings.sharedLinkWarningText",
"defaultMessage": "This content is publicly available to anyone with the link."
},
withLinkViewDownload: {
"id": "boxui.share.sharedLinkSettings.accessLevel.withLinkViewDownload",
"defaultMessage": "This content is publicly available to anyone with the link, and can be viewed or downloaded."
},
withLinkView: {
"id": "boxui.share.sharedLinkSettings.accessLevel.withLinkView",
"defaultMessage": "This content is publicly available to anyone with the link, and can be viewed."
},
inCompanyViewDownload: {
"id": "boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload",
"defaultMessage": "This content is available to anyone within your company with the link, and can be viewed or downloaded."
},
inCompanyView: {
"id": "boxui.share.sharedLinkSettings.accessLevel.inCompanyView",
"defaultMessage": "This content is available to anyone within your company with the link, and can be viewed."
},
inItem: {
"id": "boxui.share.sharedLinkSettings.accessLevel.inItem",
"defaultMessage": "This content is available to invited collaborators with the link."
},
sharedLinkSettingWarningLinkText: {
"id": "boxui.share.sharedLinkSettings.sharedLinkSettingWarningLinkText",
"defaultMessage": "Learn more about shared link settings."
}
});
export default messages;
//# sourceMappingURL=messages.js.map