@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (43 loc) • 1.87 kB
JavaScript
module.exports = {
"actionbar.actions": `Aktionen`,
"actionbar.actionsAvailable": `Aktionen verf\xfcgbar.`,
"actionbar.clearSelection": `Auswahl l\xf6schen`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Keine ausgew\xe4hlt`,
other: ()=>`${formatter.number(args.count)} ausgew\xe4hlt`
})}`,
"actionbar.selectedAll": `Alles ausgew\xe4hlt`,
"breadcrumbs.more": `Weitere Elemente`,
"button.pending": `Ausstehend`,
"combobox.noResults": `Keine Ergebnisse`,
"contextualhelp.help": `Hilfe`,
"contextualhelp.info": `Informationen`,
"dialog.alert": `Warnhinweis`,
"dialog.dismiss": `Schlie\xdfen`,
"dropzone.replaceMessage": `Datei zum Ersetzen ablegen`,
"inlinealert.informative": `Informationen`,
"inlinealert.negative": `Fehler`,
"inlinealert.notice": `Warnung`,
"inlinealert.positive": `Erfolg`,
"label.(optional)": `(optional)`,
"label.(required)": `(erforderlich)`,
"menu.moreActions": `Mehr Aktionen`,
"notificationbadge.indicatorOnly": `Neue Aktivit\xe4t`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `Ausw\xe4hlen\u{2026}`,
"slider.maximum": `Maximum`,
"slider.minimum": `Minimum`,
"table.loading": `Laden...`,
"table.loadingMore": `Mehr laden ...`,
"table.resizeColumn": `Spaltengr\xf6\xdfe \xe4ndern`,
"table.sortAscending": `Aufsteigend sortieren`,
"table.sortDescending": `Absteigend sortieren`,
"tag.actions": `Aktionen`,
"tag.hideButtonLabel": `Weniger zeigen`,
"tag.noTags": `Keine`,
"tag.showAllButtonLabel": (args, formatter)=>`Alle anzeigen (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Clear all`,
"toast.collapse": `Collapse`,
"toast.showAll": `Show all`
};
//# sourceMappingURL=de-DE.cjs.map