@@ -432,6 +432,20 @@ be.drawAnnotation = Drawing annotation mode
432432be.editLabel = Edit
433433# Message to the user when there are no Open With integrations
434434be.emptyOpenWithDescription = No integrations are available for this file
435+ # Text shown in the empty state when there is an error
436+ be.emptyView.errorState = A network error has occurred while trying to load.
437+ # Text shown in the empty state when there are no folder items
438+ be.emptyView.folderState = There are no items in this folder.
439+ # Text shown in the empty state when the folder items are loading
440+ be.emptyView.loadingState = Please wait while the items load...
441+ # Text shown in the empty state when there are no items for the metadata query
442+ be.emptyView.metadataState = There are no items in this folder.
443+ # Text shown in the empty state when there are no recent items
444+ be.emptyView.recentsState = There are no recent items yet.
445+ # Text shown in the empty state when there no results for the search query
446+ be.emptyView.searchState = Sorry, we couldn't find what you're looking for.
447+ # Text shown in the empty state when there are no selected items
448+ be.emptyView.selectedState = You haven't selected any items yet.
435449# Generic error label.
436450be.error = Error
437451# Default label for signifying error in the sub header.
@@ -440,8 +454,6 @@ be.errorBreadcrumb = Error
440454be.errorOccured = An error occurred
441455# Message to the user when the open with element errors
442456be.errorOpenWithDescription = Opening this file with other services is currently unavailable
443- # Message shown when there is an error.
444- be.errorState = A network error has occurred while trying to load.
445457# Header message to the user when an Open With integration fails to execute
446458be.executeIntegrationOpenWithErrorHeader = We’re sorry, this integration is currently unavailable.
447459# Sub header message to the user when an Open With integration fails to execute
@@ -468,8 +480,6 @@ be.fileDescriptionInlineErrorTitleMessage = Something went wrong when saving the
468480be.fileRequestDisplayName = File Request
469481# Icon title for a Box item of type folder
470482be.folder = Folder
471- # Message shown when there are no folder items.
472- be.folderState = There are no items in this folder.
473483# Aria label for button to get information about a file’s versions
474484be.getVersionInfo = Get version information
475485# Label for switching to grid view
@@ -534,8 +544,6 @@ be.keywordsList = Keywords: {words}
534544be.listView = Switch to List View
535545# Label for loading state.
536546be.loading = Loading
537- # Message shown when folder items are still fetching.
538- be.loadingState = Please wait while the items load...
539547# Placeholder for a logo.
540548be.logo = Logo
541549# Indicator on the footer that max items have been selected.
@@ -556,8 +564,6 @@ be.messageCenter.previewError = Sorry, we're having trouble showing this image.
556564be.messageCenter.product = Product
557565# Title for the message center modal
558566be.messageCenter.title = What's New
559- # Message shown when there are no items for provided metadata query.
560- be.metadataState = There are no items in this folder.
561567# Text for modified date with modified prefix.
562568be.modifiedDate = Modified {date}
563569# Text for modified date with user with modified prefix.
@@ -612,8 +618,6 @@ be.print = Print
612618be.priorCollaborator = A Prior Collaborator
613619# Shown as the title in the sub header when showing recents.
614620be.recentsBreadcrumb = Recents
615- # Message shown when there are no recent items.
616- be.recentsState = There are no recent items yet.
617621# Label for reload button.
618622be.reload = Reload
619623# Label for remove action.
@@ -644,14 +648,10 @@ be.save = Save
644648be.searchBreadcrumb = Search Results
645649# Shown as a placeholder in the search box.
646650be.searchPlaceholder = Search files and folders
647- # Message shown when there are no search results.
648- be.searchState = Sorry, we couldn’t find what you’re looking for.
649651# Default label for selected items list in the footer.
650652be.selected = {count} Selected
651653# Shown as the title in the sub header while showing selected items.
652654be.selectedBreadcrumb = Selected Items
653- # Message shown when there are no selected items.
654- be.selectedState = You haven’t selected any items yet.
655655# Label for share action.
656656be.share = Share
657657# Dropdown select option for collaborator share access.
0 commit comments