@react-spectrum/s2
Version:
Spectrum 2 UI components in React
62 lines (59 loc) • 2.68 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": `Nichts ausgew\xe4hlt`,
one: ()=>`${formatter.number(args.count)} ausgew\xe4hlt`,
other: ()=>`${formatter.number(args.count)} ausgew\xe4hlt`
})}`,
"actionbar.selectedAll": `Alles ausgew\xe4hlt`,
"breadcrumbs.more": `Weitere Elemente`,
"button.pending": `Ausstehend`,
"calendar.invalidSelection": (args, formatter)=>`Ausgew\xe4hlte(s) ${formatter.plural(args.selectedCount, {
one: `Datum`,
other: `Daten`
})} nicht verf\xfcgbar.`,
"combobox.noResults": `Keine Ergebnisse`,
"contextualhelp.help": `Hilfe`,
"contextualhelp.info": `Informationen`,
"datepicker.endTime": `Endzeit`,
"datepicker.startTime": `Startzeit`,
"datepicker.time": `Uhrzeit`,
"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}`,
"picker.selectedCount": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Keine Elemente ausgew\xe4hlt`,
one: ()=>`${formatter.number(args.count)} Element ausgew\xe4hlt`,
other: ()=>`${formatter.number(args.count)} Elemente ausgew\xe4hlt`
})}`,
"slider.maximum": `Maximum`,
"slider.minimum": `Minimum`,
"table.cancel": `Abbrechen`,
"table.editCell": `Zelle bearbeiten`,
"table.loading": `Laden...`,
"table.loadingMore": `Mehr laden ...`,
"table.resizeColumn": `Spaltengr\xf6\xdfe \xe4ndern`,
"table.save": `Speichern`,
"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": `Alle l\xf6schen`,
"toast.collapse": `Reduzieren`,
"toast.showAll": `Alle anzeigen`
};
//# sourceMappingURL=de-DE.cjs.map