@react-spectrum/s2
Version:
Spectrum 2 UI components in React
62 lines (59 loc) • 2.67 kB
JavaScript
module.exports = {
"actionbar.actions": `A\xe7\xf5es`,
"actionbar.actionsAvailable": `A\xe7\xf5es dispon\xedveis.`,
"actionbar.clearSelection": `Limpar sele\xe7\xe3o`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Nenhum selecionado`,
one: ()=>`${formatter.number(args.count)} selecionado`,
other: ()=>`${formatter.number(args.count)} selecionados`
})}`,
"actionbar.selectedAll": `Todos selecionados`,
"breadcrumbs.more": `Mais itens`,
"button.pending": `pendente`,
"calendar.invalidSelection": (args, formatter)=>`${formatter.plural(args.selectedCount, {
one: `Data`,
other: `Datas`
})} selecionada(s) indispon\xedvel(is).`,
"combobox.noResults": `Nenhum resultado`,
"contextualhelp.help": `Ajuda`,
"contextualhelp.info": `Informa\xe7\xf5es`,
"datepicker.endTime": `Hora final`,
"datepicker.startTime": `Hora inicial`,
"datepicker.time": `Hora`,
"dialog.alert": `Alerta`,
"dialog.dismiss": `Descartar`,
"dropzone.replaceMessage": `Solte o arquivo para substituir`,
"inlinealert.informative": `Informa\xe7\xf5es`,
"inlinealert.negative": `Erro`,
"inlinealert.notice": `Aviso`,
"inlinealert.positive": `Sucesso`,
"label.(optional)": `(opcional)`,
"label.(required)": `(obrigat\xf3rio)`,
"menu.moreActions": `Mais a\xe7\xf5es`,
"notificationbadge.indicatorOnly": `Nova atividade`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `Selecionar\u{2026}`,
"picker.selectedCount": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Nenhum item selecionado`,
one: ()=>`${formatter.number(args.count)} item selecionado`,
other: ()=>`${formatter.number(args.count)} itens selecionados`
})}`,
"slider.maximum": `M\xe1ximo`,
"slider.minimum": `M\xednimo`,
"table.cancel": `Cancelar`,
"table.editCell": `Editar c\xe9lula`,
"table.loading": `Carregando...`,
"table.loadingMore": `Carregando mais...`,
"table.resizeColumn": `Redimensionar coluna`,
"table.save": `Salvar`,
"table.sortAscending": `Ordenar por ordem crescente`,
"table.sortDescending": `Ordenar por ordem decrescente`,
"tag.actions": `A\xe7\xf5es`,
"tag.hideButtonLabel": `Mostrar menos`,
"tag.noTags": `Nenhum`,
"tag.showAllButtonLabel": (args, formatter)=>`Mostrar tudo (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Limpar tudo`,
"toast.collapse": `Recolher`,
"toast.showAll": `Mostrar tudo`
};
//# sourceMappingURL=pt-BR.cjs.map