metadata-based-explorer1
Version:
Box UI Elements
907 lines • 30 kB
JSON
[
{
"id": "be.today",
"description": "Shown instead of todays date.",
"defaultMessage": "today"
},
{
"id": "be.yesterday",
"description": "Shown instead of yesterdays date.",
"defaultMessage": "yesterday"
},
{
"id": "be.logo",
"description": "Placeholder for a logo.",
"defaultMessage": "Logo"
},
{
"id": "be.error",
"description": "Generic error label.",
"defaultMessage": "Error"
},
{
"id": "be.preview",
"description": "Label for preview action.",
"defaultMessage": "Preview"
},
{
"id": "be.previewError",
"description": "Error message when Preview fails due to the files call.",
"defaultMessage": "We’re sorry, the preview didn’t load. Please refresh the page."
},
{
"id": "be.previewErrorBlockedByPolicy",
"description": "Error message when Preview fails due to the files call which is blocked by an access policy.",
"defaultMessage": "Your access is restricted due to the classification applied to this content."
},
{
"id": "be.boxEditErrorBlockedByPolicy",
"description": "Shown in the open with dropdown when an application is blocked by shield access policy.",
"defaultMessage": "Local editing of this content has been disabled based on an access policy"
},
{
"id": "be.previewUpdate",
"description": "Message when new preview is available.",
"defaultMessage": "A new version of this file is available."
},
{
"id": "be.reload",
"description": "Label for reload button.",
"defaultMessage": "Reload"
},
{
"id": "be.open",
"description": "Label for open action.",
"defaultMessage": "Open"
},
{
"id": "be.close",
"description": "Label for close action.",
"defaultMessage": "Close"
},
{
"id": "be.copy",
"description": "Label for copy action.",
"defaultMessage": "Copy"
},
{
"id": "be.delete",
"description": "Label for delete action.",
"defaultMessage": "Delete"
},
{
"id": "be.rename",
"description": "Label for rename action.",
"defaultMessage": "Rename"
},
{
"id": "be.remove",
"description": "Label for remove action.",
"defaultMessage": "Remove"
},
{
"id": "be.retry",
"description": "Label for retry action.",
"defaultMessage": "Retry"
},
{
"id": "be.share",
"description": "Label for share action.",
"defaultMessage": "Share"
},
{
"id": "be.download",
"description": "Label for download action.",
"defaultMessage": "Download"
},
{
"id": "be.save",
"description": "Label for save action.",
"defaultMessage": "Save"
},
{
"id": "be.cancel",
"description": "Label for cancel action.",
"defaultMessage": "Cancel"
},
{
"id": "be.create",
"description": "Label for create action.",
"defaultMessage": "Create"
},
{
"id": "be.choose",
"description": "Label for choose action.",
"defaultMessage": "Choose"
},
{
"id": "be.upload",
"description": "Label for upload action.",
"defaultMessage": "Upload"
},
{
"id": "be.add",
"description": "Label for add action",
"defaultMessage": "Add"
},
{
"id": "be.gridView",
"description": "Label for switching to grid view",
"defaultMessage": "Switch to Grid View"
},
{
"id": "be.gridView.increaseColumnSize",
"description": "Label for increasing the size of columns in grid view",
"defaultMessage": "Increase column size"
},
{
"id": "be.gridView.decreaseColumnSize",
"description": "Label for decreasing the size of columns in grid view",
"defaultMessage": "Decrease column size"
},
{
"id": "be.listView",
"description": "Label for switching to list view",
"defaultMessage": "Switch to List View"
},
{
"id": "be.sort",
"description": "Label for sort action",
"defaultMessage": "Sort"
},
{
"id": "be.newFolder",
"description": "Label for create new folder action.",
"defaultMessage": "New Folder"
},
{
"id": "be.in",
"description": "Label for in action.",
"defaultMessage": "In"
},
{
"id": "be.print",
"description": "Label for print action",
"defaultMessage": "Print"
},
{
"id": "be.selected",
"description": "Default label for selected items list in the footer.",
"defaultMessage": "{count} Selected"
},
{
"id": "be.max",
"description": "Indicator on the footer that max items have been selected.",
"defaultMessage": "max"
},
{
"id": "be.nameDate",
"description": "Text for modified or interacted date with user.",
"defaultMessage": "{date} by {name}"
},
{
"id": "be.itemModified",
"description": "Label for item modified date.",
"defaultMessage": "Modified"
},
{
"id": "be.modifiedDateBy",
"description": "Text for modified date with user with modified prefix.",
"defaultMessage": "Modified {date} by {name}"
},
{
"id": "be.modifiedDate",
"description": "Text for modified date with modified prefix.",
"defaultMessage": "Modified {date}"
},
{
"id": "be.itemCreated",
"description": "Label for item created date.",
"defaultMessage": "Created"
},
{
"id": "be.itemOwner",
"description": "Label for item owner.",
"defaultMessage": "Owner"
},
{
"id": "be.itemUploader",
"description": "label for item uploader.",
"defaultMessage": "Uploader"
},
{
"id": "be.itemInteracted",
"description": "Label for item last accessed date.",
"defaultMessage": "Last Accessed"
},
{
"id": "be.interactedDate",
"description": "Text for last accessed date with last access prefix.",
"defaultMessage": "Last accessed on {date}"
},
{
"id": "be.itemName",
"description": "Label for item name attribute.",
"defaultMessage": "Name"
},
{
"id": "be.itemSize",
"description": "Label for item size attribute.",
"defaultMessage": "Size"
},
{
"id": "be.deleteDialogLabel",
"description": "Label for delete confirmation dialog",
"defaultMessage": "Confirm Delete"
},
{
"id": "be.deleteDialogFileText",
"description": "Text for delete confirmation dialog for files",
"defaultMessage": "Are you sure you want to delete {name}?"
},
{
"id": "be.deleteDialogFolderText",
"description": "Text for delete confirmation dialog for folders",
"defaultMessage": "Are you sure you want to delete {name} and all its contents?"
},
{
"id": "be.renameDialogLabel",
"description": "Label for rename dialog",
"defaultMessage": "Rename"
},
{
"id": "be.renameDialogText",
"description": "Text for rename dialog",
"defaultMessage": "Please enter a new name for {name}:"
},
{
"id": "be.renameDialogErrorInvalid",
"description": "Error text for rename dialog when name is invalid",
"defaultMessage": "This name is invalid."
},
{
"id": "be.renameDialogErrorInUse",
"description": "Error text for rename dialog when name is already in use",
"defaultMessage": "An item with the same name already exists."
},
{
"id": "be.renameDialogErrorTooLong",
"description": "Error text for rename dialog when name is too long",
"defaultMessage": "This name is too long."
},
{
"id": "be.createDialogLabel",
"description": "Label for create folder dialog",
"defaultMessage": "New Folder"
},
{
"id": "be.createDialogText",
"description": "Text for create folder dialog",
"defaultMessage": "Please enter a name."
},
{
"id": "be.createDialogErrorInvalid",
"description": "Error text for create folder dialog when name is invalid",
"defaultMessage": "This is an invalid folder name."
},
{
"id": "be.createDialogErrorTooLong",
"description": "Error text for create folder dialog when name is too long",
"defaultMessage": "This folder name is too long."
},
{
"id": "be.createDialogErrorInUse",
"description": "Error text for create folder dialog when name is already in use",
"defaultMessage": "A folder with the same name already exists."
},
{
"id": "be.shareDialogLabel",
"description": "Label for shared link dialog",
"defaultMessage": "Share"
},
{
"id": "be.shareDialogText",
"description": "Text for share link dialog",
"defaultMessage": "Shared Link:"
},
{
"id": "be.shareDialogNone",
"description": "Text for no shared link",
"defaultMessage": "None"
},
{
"id": "be.shareAccessOpen",
"description": "Dropdown select option for open share access.",
"defaultMessage": "Access: People with the link"
},
{
"id": "be.shareAccessCollab",
"description": "Dropdown select option for collaborator share access.",
"defaultMessage": "Access: People in this folder"
},
{
"id": "be.shareAccessCompany",
"description": "Dropdown select option for enterprise share access.",
"defaultMessage": "People in this company"
},
{
"id": "be.shareAccessNone",
"description": "Dropdown select option for no access.",
"defaultMessage": "No shared link"
},
{
"id": "be.shareAccessRemove",
"description": "Dropdown select option to remove access.",
"defaultMessage": "Remove shared link"
},
{
"id": "be.searchPlaceholder",
"description": "Shown as a placeholder in the search box.",
"defaultMessage": "Search files and folders"
},
{
"id": "be.sidebarAccessStats",
"description": "Title for the sidebar access stats.",
"defaultMessage": "Access Stats"
},
{
"id": "be.sidebarShow",
"description": "Label for the show sidebar button.",
"defaultMessage": "Show Sidebar"
},
{
"id": "be.sidebarHide",
"description": "Label for the hide sidebar button.",
"defaultMessage": "Hide Sidebar"
},
{
"id": "be.description",
"description": "Label for the description field in the preview sidebar.",
"defaultMessage": "Description"
},
{
"id": "be.descriptionPlaceholder",
"description": "Placeholder for file description in preview sidebar.",
"defaultMessage": "Enter a description"
},
{
"id": "be.sidebarDetailsTitle",
"description": "Title for the preview details sidebar.",
"defaultMessage": "Details"
},
{
"id": "be.sidebarSkillsTitle",
"description": "Title for the preview details skills.",
"defaultMessage": "Skills"
},
{
"id": "be.sidebarSkillsErrorTitle",
"description": "Generic error title for skills editing.",
"defaultMessage": "Skills Error"
},
{
"id": "be.sidebarSkillsErrorContent",
"description": "Generic error content for skills editing.",
"defaultMessage": "An error has occurred while updating skills. Please refresh the page and try again."
},
{
"id": "be.sidebarActivityTitle",
"description": "Title for the preview activity feed.",
"defaultMessage": "Activity"
},
{
"id": "be.sidebarMetadataTitle",
"description": "Title for the preview metadata.",
"defaultMessage": "Metadata"
},
{
"id": "be.sidebarMetadataEditingErrorContent",
"description": "Generic error content for metadata editing.",
"defaultMessage": "An error has occurred while updating metadata. Please refresh the page and try again."
},
{
"id": "be.sidebarMetadataFetchingErrorContent",
"description": "Generic error content for metadata fetching.",
"defaultMessage": "An error has occurred while fetching metadata. Please refresh the page and try again."
},
{
"id": "be.sidebarFileFetchingErrorContent",
"description": "Generic error content for file fetching.",
"defaultMessage": "An error has occurred while fetching your Box file. Please refresh the page and try again."
},
{
"id": "be.sidebarProperties",
"description": "Label for file properties section in the preview sidebar",
"defaultMessage": "File Properties"
},
{
"id": "be.sidebarNavLabel",
"description": "Label for the sidebar tabs list",
"defaultMessage": "Sidebar"
},
{
"id": "be.defaultSkill",
"description": "Label for default skill section in the preview sidebar",
"defaultMessage": "Skill Card"
},
{
"id": "be.statusSkill",
"description": "Label for status skill card in the preview sidebar",
"defaultMessage": "Status"
},
{
"id": "be.topicsSkill",
"description": "Label for keywords/topics skill section in the preview sidebar",
"defaultMessage": "Topics"
},
{
"id": "be.keywordSkill",
"description": "Label for keywords/topics skill section in the preview sidebar",
"defaultMessage": "Topics"
},
{
"id": "be.faceSkill",
"description": "Label for face skill section in the preview sidebar",
"defaultMessage": "Faces"
},
{
"id": "be.transcriptSkill",
"description": "Label for transcript skill section in the preview sidebar",
"defaultMessage": "Transcript"
},
{
"id": "be.skillPendingStatus",
"description": "Default message when skills are still running",
"defaultMessage": "We’re working on processing your file - please hold!"
},
{
"id": "be.skillInvokedStatus",
"description": "Default message when skills are waiting to run",
"defaultMessage": "We’re preparing to process your file - please hold!"
},
{
"id": "be.skillUnknownError",
"description": "Default error message when skills fail to run",
"defaultMessage": "Something went wrong with running this skill or fetching its data."
},
{
"id": "be.skillInvalidFileSizeError",
"description": "Error message when skill fails due to file size",
"defaultMessage": "We’re sorry, no skills information was found. This file size is currently not supported."
},
{
"id": "be.skillInvalidFileExtensionError",
"description": "Error message when skill fails due to file extension",
"defaultMessage": "We’re sorry, no skills information was found. This file extension is currently not supported."
},
{
"id": "be.skillNoInfoFoundError",
"description": "Error message when a skill has no data",
"defaultMessage": "We’re sorry, no skills information was found."
},
{
"id": "be.skillFileProcessingError",
"description": "Error message when a skill processing failed",
"defaultMessage": "We’re sorry, something went wrong with processing the file."
},
{
"id": "be.uploadErrorTooManyFiles",
"description": "Message shown when too many files are uploaded at once",
"defaultMessage": "You can only upload up to {fileLimit} file(s) at a time."
},
{
"id": "be.uploadError",
"description": "Message shown when there is a network error when uploading",
"defaultMessage": "A network error has occurred while trying to upload."
},
{
"id": "be.uploadEmptyWithFolderUploadEnabled",
"description": "Message shown when there are no items to upload and folder upload is enabled",
"defaultMessage": "Drag and drop files and folders"
},
{
"id": "be.uploadEmptyWithFolderUploadDisabled",
"description": "Message shown when there are no items to upload and folder upload is disabled",
"defaultMessage": "Drag and drop files"
},
{
"id": "be.uploadEmptyFileInput",
"description": "Message shown for upload link for uploading more files when there are no items to upload",
"defaultMessage": "Browse your device"
},
{
"id": "be.uploadEmptyFolderInput",
"description": "Message shown for upload link for uploading more folders when there are no items to upload",
"defaultMessage": "Select Folders"
},
{
"id": "be.uploadNoDragDrop",
"description": "Message shown on a device with no drag and drop support when there are no items to upload",
"defaultMessage": "Select files from your device"
},
{
"id": "be.uploadInProgress",
"description": "Message shown when user drag and drops files onto uploads in progress",
"defaultMessage": "Drag and drop to add additional files"
},
{
"id": "be.uploadSuccess",
"description": "Message shown when all files have been successfully uploaded",
"defaultMessage": "Success! Your files have been uploaded."
},
{
"id": "be.uploadSuccessFileInput",
"description": "Message shown for upload link for uploading more files after a successful upload",
"defaultMessage": "Select More Files"
},
{
"id": "be.uploadSuccessFolderInput",
"description": "Message shown for upload link for uploading more folders after a successful upload",
"defaultMessage": "Select More Folders"
},
{
"id": "be.uploadOptions",
"description": "Message shown for letting user choose between {option1} and {option2}",
"defaultMessage": "{option1} or {option2}"
},
{
"id": "be.nameASC",
"description": "Name ascending option shown in the share access drop down select.",
"defaultMessage": "Name: A → Z"
},
{
"id": "be.nameDESC",
"description": "Name descending option shown in the share access drop down select.",
"defaultMessage": "Name: Z → A"
},
{
"id": "be.dateASC",
"description": "Date ascending option shown in the share access drop down select.",
"defaultMessage": "Date: Oldest → Newest"
},
{
"id": "be.dateDESC",
"description": "Date descending option shown in the share access drop down select.",
"defaultMessage": "Date: Newest → Oldest"
},
{
"id": "be.sizeASC",
"description": "Size ascending option shown in the share access drop down select.",
"defaultMessage": "Size: Smallest → Largest"
},
{
"id": "be.sizeDESC",
"description": "Size descending option shown in the share access drop down select.",
"defaultMessage": "Size: Largest → Smallest"
},
{
"id": "be.searchState",
"description": "Message shown when there are no search results.",
"defaultMessage": "Sorry, we couldn’t find what you’re looking for."
},
{
"id": "be.selectedState",
"description": "Message shown when there are no selected items.",
"defaultMessage": "You haven’t selected any items yet."
},
{
"id": "be.errorState",
"description": "Message shown when there is an error.",
"defaultMessage": "A network error has occurred while trying to load."
},
{
"id": "be.folderState",
"description": "Message shown when there are no folder items.",
"defaultMessage": "There are no items in this folder."
},
{
"id": "be.recentsState",
"description": "Message shown when there are no recent items.",
"defaultMessage": "There are no recent items yet."
},
{
"id": "be.loadingState",
"description": "Message shown when folder items are still fetching.",
"defaultMessage": "Please wait while the items load..."
},
{
"id": "be.errorBreadcrumb",
"description": "Default label for signifying error in the sub header.",
"defaultMessage": "Error"
},
{
"id": "be.rootBreadcrumb",
"description": "Default label for root folder.",
"defaultMessage": "All Files"
},
{
"id": "be.searchBreadcrumb",
"description": "Shown as the title in the sub header while searching.",
"defaultMessage": "Search Results"
},
{
"id": "be.recentsBreadcrumb",
"description": "Shown as the title in the sub header when showing recents.",
"defaultMessage": "Recents"
},
{
"id": "be.selectedBreadcrumb",
"description": "Shown as the title in the sub header while showing selected items.",
"defaultMessage": "Selected Items"
},
{
"id": "be.uploadsManagerUploadInProgress",
"description": "Text shown when uploads are in progress",
"defaultMessage": "Uploading"
},
{
"id": "be.uploadsManagerUploadPrompt",
"description": "Text shown to guide the user to drag drop file to upload",
"defaultMessage": "Drop files on this page to upload them into this folder."
},
{
"id": "be.uploadsManagerUploadComplete",
"description": "Text shown when uploads are completed",
"defaultMessage": "Completed"
},
{
"id": "be.uploadsManagerUploadFailed",
"description": "Text shown when uploads failed",
"defaultMessage": "Some Uploads Failed"
},
{
"id": "be.uploadsCancelButtonTooltip",
"description": "Cancel upload button tooltip",
"defaultMessage": "Cancel this upload"
},
{
"id": "be.uploadsRetryButtonTooltip",
"description": "Retry upload button tooltip",
"defaultMessage": "Retry upload"
},
{
"id": "be.uploadsFileSizeLimitExceededErrorMessage",
"description": "Error message shown when file size exceeds the limit",
"defaultMessage": "File size exceeds the folder owner’s file size limit"
},
{
"id": "be.uploadsStorageLimitErrorMessage",
"description": "Error message shown when account storage limit has been reached",
"defaultMessage": "Account storage limit reached"
},
{
"id": "be.uploadsPendingFolderSizeLimitErrorMessage",
"description": "Error message shown when pending app folder size exceeds the limit",
"defaultMessage": "Pending app folder size limit exceeded"
},
{
"id": "be.uploadsItemNameInUseErrorMessage",
"description": "Error message shown when attempting to upload a file which name already exists",
"defaultMessage": "A file with this name already exists."
},
{
"id": "be.uploadsProvidedFolderNameInvalidMessage",
"description": "Error message shown when pending folder upload contains invalid characters",
"defaultMessage": "Provided folder name, {name}, could not be used to create a folder."
},
{
"id": "be.uploadsOneOrMoreChildFoldersFailedToUploadMessage",
"description": "Error message shown when one or more child folders failed to upload",
"defaultMessage": "One or more child folders failed to upload."
},
{
"id": "be.uploadsDefaultErrorMessage",
"description": "Default error message shown when upload fails",
"defaultMessage": "Something went wrong with the upload. Please try again."
},
{
"id": "be.errorOccured",
"description": "Title when an error occurs",
"defaultMessage": "An error occurred"
},
{
"id": "be.editLabel",
"description": "Label for an edit action",
"defaultMessage": "Edit"
},
{
"id": "be.getVersionInfo",
"description": "Aria label for button to get information about a file’s versions",
"defaultMessage": "Get version information"
},
{
"id": "be.keywordsAppliedList",
"description": "Message displayed in the activity feed for when image keyword search applies keywords",
"defaultMessage": "Keywords were applied"
},
{
"id": "be.keywordsList",
"description": "Label for a list of keywords. {words} are the list of keywords.",
"defaultMessage": "Keywords: {words}"
},
{
"id": "be.noActivity",
"description": "Message displayed in an empty activity feed",
"defaultMessage": "No Activity Yet"
},
{
"id": "be.noActivityCommentPrompt",
"description": "Message shown in",
"defaultMessage": "Comment and @mention people to notify them."
},
{
"id": "be.versionDeleted",
"description": "Message displayed in the activity feed for a deleted version. {name} is the user who performed the action. { version_number } is the file version string.",
"defaultMessage": "{name} deleted version {version_number}"
},
{
"id": "be.versionRestored",
"description": "Message displayed in the activity feed for a restored version. {name} is the user who performed the action. { version_number } is the file version string.",
"defaultMessage": "{name} restored version {version_number}"
},
{
"id": "be.versionMultipleUsersUploaded",
"description": "Message displayed in the activity feed to represent the range of versions uploaded by multiple users. { numberOfCollaborators } is a number and { versions } is a range of versions.",
"defaultMessage": "{numberOfCollaborators} collaborators uploaded versions {versions}"
},
{
"id": "be.versionUploadCollapsed",
"description": "Message displayed in the activity feed to represent the range of versions uploaded by a single user. { name } is the user who uploaded. { versions } is a range of versions.",
"defaultMessage": "{name} uploaded versions {versions}"
},
{
"id": "be.versionUploaded",
"description": "Message displayed in the activity feed for a newly uploaded version. {name} is the user who performed the action. { version_number } is the file version string.",
"defaultMessage": "{name} uploaded version {version_number}"
},
{
"id": "be.defaultInlineErrorContentMessage",
"description": "Default bottom inline error message",
"defaultMessage": "Please try again later."
},
{
"id": "be.fileDescriptionInlineErrorTitleMessage",
"description": "Inline error title message for file description",
"defaultMessage": "Something went wrong when saving the description."
},
{
"id": "be.defaultErrorMaskHeaderMessage",
"description": "Default error mask top message",
"defaultMessage": "We’re sorry, something went wrong."
},
{
"id": "be.defaultErrorMaskSubHeaderMessage",
"description": "Default error mask bottom message",
"defaultMessage": "Please refresh the page or try again later."
},
{
"id": "be.fileAccessStatsErrorHeaderMessage",
"description": "File access stats error message",
"defaultMessage": "Something went wrong when fetching the access stats."
},
{
"id": "be.accessStatsPermissionsError",
"description": "The text for when the user does not have permissions to see access stats.",
"defaultMessage": "Sorry, you do not have permission to see the access stats for this file."
},
{
"id": "be.fileClassificationErrorHeaderMessage",
"description": "File classification error message",
"defaultMessage": "Something went wrong when fetching classification."
},
{
"id": "be.currentUserErrorHeaderMessage",
"description": "Current user error message",
"defaultMessage": "Something went wrong when fetching the current user."
},
{
"id": "be.activityFeedItemApiError",
"description": "Error message for feed item API errors",
"defaultMessage": "There was a problem loading the activity feed. Please refresh the page or try again later."
},
{
"id": "be.nextFile",
"description": "Next file button title",
"defaultMessage": "Next File"
},
{
"id": "be.pagination.nextPage",
"description": "Next page button tooltip",
"defaultMessage": "Next Page"
},
{
"id": "be.pagination.pageStatus",
"description": "Pagination menu button with current page number out of total number of pages",
"defaultMessage": "{pageNumber} of {pageCount}"
},
{
"id": "be.previousFile",
"description": "Previous file button title",
"defaultMessage": "Previous File"
},
{
"id": "be.pagination.previousPage",
"description": "Previous page button tooltip",
"defaultMessage": "Previous Page"
},
{
"id": "be.previousSegment",
"description": "Title for previous segment on skill timeline",
"defaultMessage": "Previous Segment"
},
{
"id": "be.nextSegment",
"description": "Title for next segment on skill timeline",
"defaultMessage": "Next Segment"
},
{
"id": "be.transcriptEdit",
"description": "Message to the user for editing the transcript in the sidebar",
"defaultMessage": "Click any section to edit."
},
{
"id": "be.emptyOpenWithDescription",
"description": "Message to the user when there are no Open With integrations",
"defaultMessage": "No integrations are available for this file"
},
{
"id": "be.errorOpenWithDescription",
"description": "Message to the user when the open with element errors",
"defaultMessage": "Opening this file with other services is currently unavailable"
},
{
"id": "be.defaultOpenWithDescription",
"description": "Message to the user when there is at least one Open With integration available",
"defaultMessage": "Open this file with a partner service"
},
{
"id": "be.executeIntegrationOpenWithErrorHeader",
"description": "Header message to the user when an Open With integration fails to execute",
"defaultMessage": "We’re sorry, this integration is currently unavailable."
},
{
"id": "be.executeIntegrationOpenWithErrorSubHeader",
"description": "Sub header message to the user when an Open With integration fails to execute",
"defaultMessage": "Please try again later."
},
{
"id": "be.boxToolsInstallMessage",
"description": "Message shown telling user how to install Box Tools",
"defaultMessage": "Install {boxTools} to open this file on your desktop"
},
{
"id": "be.boxEditBlacklistedError",
"description": "Message when Box Tools cannot open a particular file type",
"defaultMessage": "This file cannot be opened locally"
},
{
"id": "be.drawAnnotation",
"description": "Message to the user to enter into drawing annotation mode",
"defaultMessage": "Drawing annotation mode"
},
{
"id": "be.pointAnnotation",
"description": "Message to the user to enter into point annotation mode",
"defaultMessage": "Point annotation mode"
},
{
"id": "be.expand",
"description": "Message to the user to expand the Transcript entries",
"defaultMessage": "Expand"
},
{
"id": "be.collapse",
"description": "Message to the user to collapse the Transcript entries",
"defaultMessage": "Collapse"
},
{
"id": "be.back",
"description": "Label for back button",
"defaultMessage": "Back"
},
{
"id": "be.priorCollaborator",
"description": "If a user has been deleted, we call the user \"a prior collaborator\" - meaning someone who used to be able to collaborate on the content.",
"defaultMessage": "A Prior Collaborator"
}
]