@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
90 lines (88 loc) • 2.72 kB
JavaScript
//#region src/providers/i18n-provider/intl/pt-BR.ts
const data = {
autocomplete: {
"Clear value": "Limpar valor",
"No results found": "Nenhum resultado encontrado"
},
avatar: { "Avatar Icon": "Ícone de avatar" },
breadcrumb: {
Breadcrumb: "Navegação",
Ellipsis: "Reticências"
},
calendar: {
"Choose the month": "Escolha o mês",
"Choose the year": "Escolha o ano",
"Go to the next month": "Ir para o próximo mês",
"Go to the previous month": "Ir para o mês anterior",
Today: "Hoje"
},
carousel: {
"Go to next slide": "Ir para o próximo slide",
"Go to previous slide": "Ir para o slide anterior",
"Go to {page} slide": "Ir para o slide {page}",
Slides: "Slides",
"{page} of {total}": "{page} de {total}"
},
closeButton: { Close: "Fechar" },
colorPicker: { "Pick a color": "Escolha uma cor" },
colorSelector: { "Pick a color": "Escolha uma cor" },
datePicker: { "Clear value": "Limpar valor" },
hueSlider: {
Blue: "Azul",
Cyan: "Ciano",
Green: "Verde",
Magenta: "Magenta",
Red: "Vermelho",
Yellow: "Amarelo"
},
modal: {
"Close modal": "Fechar modal",
"Open modal": "Abrir modal"
},
numberInput: {
Decrease: "Diminuir",
Increase: "Aumentar"
},
pagination: {
"Go to first page": "Ir para a primeira página",
"Go to last page": "Ir para a última página",
"Go to next page": "Ir para a próxima página",
"Go to page {value}": "Ir para a página {value}",
"Go to previous page": "Ir para a página anterior",
Pagination: "Paginação",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} de {total}"
},
passwordInput: {
"Password strength meter": "Medidor de força da senha",
"Toggle password visibility": "Alternar visibilidade da senha"
},
progress: {
"Loading...": "Carregando...",
"{value} percent": "{value} por cento"
},
saturationSlider: {
"Saturation and brightness thumb": "Deslizador de saturação e brilho",
"Saturation {saturation}%, Brightness {brightness}%": "Saturação {saturation}%, Brilho {brightness}%"
},
select: { "Clear value": "Limpar valor" },
slider: { "Slider thumb": "Polegar do controle deslizante" },
stat: {
"Decreased by": "Diminuído em",
"Increased by": "Aumentado em"
},
table: {
"Clear sorting": "Limpar ordenação",
"Page size": "Tamanho da página",
"Select all rows": "Selecionar todas as linhas",
"Select row": "Selecionar linha",
"Sort ascending": "Ordenar crescentemente",
"Sort descending": "Ordenar decrescentemente"
},
tag: { "Close tag": "Fechar tag" },
toggle: { "Toggle button": "Botão de alternância" }
};
var pt_BR_default = data;
//#endregion
exports.default = pt_BR_default;
//# sourceMappingURL=pt-BR.cjs.map