react-aria
Version:
Spectrum UI components in React
23 lines (20 loc) • 983 B
JavaScript
module.exports = {
"buttonLabel": `Visa f\xf6rslag`,
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
one: ()=>`${formatter.number(args.optionCount)} alternativ`,
other: ()=>`${formatter.number(args.optionCount)} alternativ`
})} tillg\xe4ngliga.`,
"focusAnnouncement": (args, formatter)=>`${formatter.select({
true: ()=>`Ingick i gruppen ${args.groupTitle} med ${formatter.plural(args.groupCount, {
one: ()=>`${formatter.number(args.groupCount)} alternativ`,
other: ()=>`${formatter.number(args.groupCount)} alternativ`
})}. `,
other: ``
}, args.isGroupChange)}${args.optionText}${formatter.select({
true: `, valda`,
other: ``
}, args.isSelected)}`,
"listboxLabel": `F\xf6rslag`,
"selectedAnnouncement": (args)=>`${args.optionText}, valda`
};
//# sourceMappingURL=sv-SE.cjs.map