UNPKG

react-aria

Version:
23 lines (20 loc) 1 kB
module.exports = { "buttonLabel": `N\xe4yt\xe4 ehdotukset`, "countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, { one: ()=>`${formatter.number(args.optionCount)} vaihtoehto`, other: ()=>`${formatter.number(args.optionCount)} vaihtoehdot` })} saatavilla.`, "focusAnnouncement": (args, formatter)=>`${formatter.select({ true: ()=>`Mentiin ryhm\xe4\xe4n ${args.groupTitle}, ${formatter.plural(args.groupCount, { one: ()=>`${formatter.number(args.groupCount)} vaihtoehdon`, other: ()=>`${formatter.number(args.groupCount)} vaihtoehdon` })} kanssa.`, other: `` }, args.isGroupChange)}${args.optionText}${formatter.select({ true: `, valittu`, other: `` }, args.isSelected)}`, "listboxLabel": `Ehdotukset`, "selectedAnnouncement": (args)=>`${args.optionText}, valittu` }; //# sourceMappingURL=fi-FI.cjs.map