UNPKG

@react-spectrum/s2

Version:
46 lines (43 loc) 1.77 kB
module.exports = { "actionbar.clearSelection": `Clear selection`, "actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, { "=0": `None selected`, other: ()=>`${formatter.number(args.count)} selected` })}`, "actionbar.selectedAll": `All selected`, "actionbar.actions": `Actions`, "actionbar.actionsAvailable": `Actions available.`, "button.pending": `pending`, "combobox.noResults": `No results`, "contextualhelp.info": `Information`, "contextualhelp.help": `Help`, "dialog.dismiss": `Dismiss`, "dialog.alert": `Alert`, "dropzone.replaceMessage": `Drop file to replace`, "inlinealert.negative": `Error`, "inlinealert.notice": `Warning`, "inlinealert.informative": `Information`, "inlinealert.positive": `Success`, "label.(required)": `(required)`, "label.(optional)": `(optional)`, "menu.moreActions": `More actions`, "notificationbadge.plus": (args)=>`${args.notifications}+`, "notificationbadge.indicatorOnly": `New activity`, "picker.placeholder": `Select\u{2026}`, "slider.minimum": `Minimum`, "slider.maximum": `Maximum`, "table.loading": `Loading\u{2026}`, "table.loadingMore": `Loading more\u{2026}`, "table.sortAscending": `Sort Ascending`, "table.sortDescending": `Sort Descending`, "table.resizeColumn": `Resize column`, "tag.showAllButtonLabel": (args, formatter)=>`Show all (${formatter.number(args.tagCount)})`, "tag.hideButtonLabel": `Show less`, "tag.actions": `Actions`, "tag.noTags": `None`, "breadcrumbs.more": `More items`, "toast.clearAll": `Clear all`, "toast.collapse": `Collapse`, "toast.showAll": `Show all` }; //# sourceMappingURL=en-US.cjs.map