UNPKG

react-aria

Version:
23 lines (20 loc) 983 B
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