@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (43 loc) • 1.84 kB
JavaScript
module.exports = {
"actionbar.actions": `Acties`,
"actionbar.actionsAvailable": `Acties beschikbaar.`,
"actionbar.clearSelection": `Selectie wissen`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Niets geselecteerd`,
other: ()=>`${formatter.number(args.count)} geselecteerd`
})}`,
"actionbar.selectedAll": `Alles geselecteerd`,
"breadcrumbs.more": `Meer items`,
"button.pending": `in behandeling`,
"combobox.noResults": `Geen resultaten`,
"contextualhelp.help": `Help`,
"contextualhelp.info": `Informatie`,
"dialog.alert": `Melding`,
"dialog.dismiss": `Negeren`,
"dropzone.replaceMessage": `Bestand neerzetten om te vervangen`,
"inlinealert.informative": `Informatie`,
"inlinealert.negative": `Fout`,
"inlinealert.notice": `Waarschuwing`,
"inlinealert.positive": `Geslaagd`,
"label.(optional)": `(optioneel)`,
"label.(required)": `(vereist)`,
"menu.moreActions": `Meer handelingen`,
"notificationbadge.indicatorOnly": `Nieuwe activiteit`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `Selecteren\u{2026}`,
"slider.maximum": `Maximum`,
"slider.minimum": `Minimum`,
"table.loading": `Laden...`,
"table.loadingMore": `Meer laden...`,
"table.resizeColumn": `Kolomgrootte wijzigen`,
"table.sortAscending": `Oplopend sorteren`,
"table.sortDescending": `Aflopend sorteren`,
"tag.actions": `Acties`,
"tag.hideButtonLabel": `Minder weergeven`,
"tag.noTags": `Geen`,
"tag.showAllButtonLabel": (args, formatter)=>`Alles tonen (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Clear all`,
"toast.collapse": `Collapse`,
"toast.showAll": `Show all`
};
//# sourceMappingURL=nl-NL.cjs.map