AssetBrowserLabels
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:13
Every user-facing string in the AssetBrowser chrome. Pass a partial
labels prop to translate or reword any subset; unspecified keys fall back
to DEFAULT_ASSET_BROWSER_LABELS (English).
The *Aria keys are accessible names (screen-reader only); the rest are
visible text. sortFields maps each sortable field id to its menu/column
label. itemCount / selectedCount build the live-region announcement and
receive the relevant counts.
Properties
Section titled “Properties”back:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:33
Back button accessible name.
Default
Section titled “Default”"Back"delete
Section titled “delete”delete:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:55
Delete default-action label.
Default
Section titled “Default”"Delete"duplicate
Section titled “duplicate”duplicate:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:57
Duplicate default-action label.
Default
Section titled “Default”"Duplicate"empty:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:39
Default empty-folder message.
Default
Section titled “Default”"This folder is empty."errorDescription
Section titled “errorDescription”errorDescription:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:45
Built-in error description.
errorTitle
Section titled “errorTitle”errorTitle:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:43
Built-in error title.
Default
Section titled “Default”"Couldn’t load assets"filter
Section titled “filter”filter:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:31
Filter menu trigger.
Default
Section titled “Default”"Filter"folder
Section titled “folder”folder:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:51
List “Type” value for folders.
Default
Section titled “Default”"Folder"forward
Section titled “forward”forward:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:35
Forward button accessible name.
Default
Section titled “Default”"Forward"gridAria
Section titled “gridAria”gridAria:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:23
Accessible name of the grid region.
Default
Section titled “Default”"Assets"gridViewTooltip
Section titled “gridViewTooltip”gridViewTooltip:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:19
Grid-view tooltip.
Default
Section titled “Default”"Grid view"importOverlay
Section titled “importOverlay”importOverlay:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:49
File-import drop overlay.
Default
Section titled “Default”"Drop files to import"itemCount
Section titled “itemCount”itemCount: (
count) =>string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:63
Live-region item count, e.g. n => \${n} items“.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”string
listViewTooltip
Section titled “listViewTooltip”listViewTooltip:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:21
List-view tooltip.
Default
Section titled “Default”"List view"loading
Section titled “loading”loading:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:41
Loading message (list view) / skeleton aria.
Default
Section titled “Default”"Loading assets…"newFolder
Section titled “newFolder”newFolder:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:59
New-folder default-action label.
Default
Section titled “Default”"New folder"rename
Section titled “rename”rename:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:53
Rename default-action label + rename-field accessible name.
Default
Section titled “Default”"Rename"retry:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:47
Retry button.
Default
Section titled “Default”"Retry"searchPlaceholder
Section titled “searchPlaceholder”searchPlaceholder:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:15
Search input placeholder.
Default
Section titled “Default”"Search assets…"selectedCount
Section titled “selectedCount”selectedCount: (
count) =>string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:65
Live-region selected count suffix, e.g. n => \, ${n} selected“.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”string
sort:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:25
Sort menu trigger.
Default
Section titled “Default”"Sort"sortAscending
Section titled “sortAscending”sortAscending:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:27
Ascending radio item.
Default
Section titled “Default”"Ascending"sortDescending
Section titled “sortDescending”sortDescending:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:29
Descending radio item.
Default
Section titled “Default”"Descending"sortFields
Section titled “sortFields”sortFields:
Record<AssetSortField,string>
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:61
Per-sort-field labels (also the list column headers).
thumbnailSizeAria
Section titled “thumbnailSizeAria”thumbnailSizeAria:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:37
Thumbnail-size control accessible name.
Default
Section titled “Default”"Thumbnail size"viewModeAria
Section titled “viewModeAria”viewModeAria:
string
Defined in: src/components/editor/AssetBrowser/assetBrowserLabels.ts:17
Accessible name of the view-mode toggle.
Default
Section titled “Default”"View mode"