UNPKG

react-aria

Version:
23 lines (20 loc) 969 B
module.exports = { "buttonLabel": `Vis forslag`, "countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, { one: ()=>`${formatter.number(args.optionCount)} alternativ`, other: ()=>`${formatter.number(args.optionCount)} alternativer` })} finnes.`, "focusAnnouncement": (args, formatter)=>`${formatter.select({ true: ()=>`Angitt gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, { one: ()=>`${formatter.number(args.groupCount)} alternativ`, other: ()=>`${formatter.number(args.groupCount)} alternativer` })}. `, other: `` }, args.isGroupChange)}${args.optionText}${formatter.select({ true: `, valgt`, other: `` }, args.isSelected)}`, "listboxLabel": `Forslag`, "selectedAnnouncement": (args)=>`${args.optionText}, valgt` }; //# sourceMappingURL=nb-NO.cjs.map