cjs • Lines: 10module.exports = {
"close": `Fechar`,
"notifications": (args, formatter)=>`${formatter.plural(args.count, {
one: ()=>`${formatter.number(args.count)} notifica\xe7\xe3o`,
other: ()=>`${formatter.number(args.count)} notifica\xe7\xf5es`
})}.`
};
//# sourceMappingURL=pt-BR.cjs.map