@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (43 loc) • 1.83 kB
JavaScript
module.exports = {
"actionbar.actions": `Handlinger`,
"actionbar.actionsAvailable": `Tilg\xe6ngelige handlinger.`,
"actionbar.clearSelection": `Ryd markering`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Ingen valgt`,
other: ()=>`${formatter.number(args.count)} valgt`
})}`,
"actionbar.selectedAll": `Alle valgt`,
"breadcrumbs.more": `Flere elementer`,
"button.pending": `afventende`,
"combobox.noResults": `Ingen resultater`,
"contextualhelp.help": `Hj\xe6lp`,
"contextualhelp.info": `Oplysninger`,
"dialog.alert": `Advarsel`,
"dialog.dismiss": `Luk`,
"dropzone.replaceMessage": `Drop fil for at erstatte`,
"inlinealert.informative": `Oplysninger`,
"inlinealert.negative": `Fejl`,
"inlinealert.notice": `Advarsel`,
"inlinealert.positive": `Fuldf\xf8rt`,
"label.(optional)": `(valgfrit)`,
"label.(required)": `(obligatorisk)`,
"menu.moreActions": `Flere handlinger`,
"notificationbadge.indicatorOnly": `Ny aktivitet`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `V\xe6lg\u{2026}`,
"slider.maximum": `Maksimum`,
"slider.minimum": `Minimum`,
"table.loading": `Indl\xe6ser...`,
"table.loadingMore": `Indl\xe6ser flere...`,
"table.resizeColumn": `Tilpas st\xf8rrelse p\xe5 kolonne`,
"table.sortAscending": `Sorter stigende`,
"table.sortDescending": `Sorter faldende`,
"tag.actions": `Handlinger`,
"tag.hideButtonLabel": `Vis mindre`,
"tag.noTags": `Ingen`,
"tag.showAllButtonLabel": (args, formatter)=>`Vis alle (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Clear all`,
"toast.collapse": `Collapse`,
"toast.showAll": `Show all`
};
//# sourceMappingURL=da-DK.cjs.map