element-plus
Version:
A Component Library for Vue 3
184 lines (181 loc) • 4.59 kB
JavaScript
/*! Element Plus v2.11.2 */
var ptBr = {
name: "pt-br",
el: {
breadcrumb: {
label: "Breadcrumb"
},
colorpicker: {
confirm: "Confirmar",
clear: "Limpar",
defaultLabel: "color picker",
description: "current color is {color}. press enter to select a new color.",
alphaLabel: "pick alpha value"
},
datepicker: {
now: "Agora",
today: "Hoje",
cancel: "Cancelar",
clear: "Limpar",
confirm: "Confirmar",
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
monthTablePrompt: "Use the arrow keys and enter to select the month",
yearTablePrompt: "Use the arrow keys and enter to select the year",
selectedDate: "Selected date",
selectDate: "Selecione a data",
selectTime: "Selecione a hora",
startDate: "Data inicial",
startTime: "Hora inicial",
endDate: "Data final",
endTime: "Hora final",
prevYear: "Ano anterior",
nextYear: "Pr\xF3ximo ano",
prevMonth: "M\xEAs anterior",
nextMonth: "Pr\xF3ximo m\xEAs",
year: "",
month1: "Janeiro",
month2: "Fevereiro",
month3: "Mar\xE7o",
month4: "Abril",
month5: "Maio",
month6: "Junho",
month7: "Julho",
month8: "Agosto",
month9: "Setembro",
month10: "Outubro",
month11: "Novembro",
month12: "Dezembro",
weeks: {
sun: "Dom",
mon: "Seg",
tue: "Ter",
wed: "Qua",
thu: "Qui",
fri: "Sex",
sat: "Sab"
},
weeksFull: {
sun: "Sunday",
mon: "Monday",
tue: "Tuesday",
wed: "Wednesday",
thu: "Thursday",
fri: "Friday",
sat: "Saturday"
},
months: {
jan: "Jan",
feb: "Fev",
mar: "Mar",
apr: "Abr",
may: "Mai",
jun: "Jun",
jul: "Jul",
aug: "Ago",
sep: "Set",
oct: "Out",
nov: "Nov",
dec: "Dez"
}
},
inputNumber: {
decrease: "decrease number",
increase: "increase number"
},
select: {
loading: "Carregando",
noMatch: "Sem resultados",
noData: "Sem dados",
placeholder: "Selecione"
},
mention: {
loading: "Carregando"
},
dropdown: {
toggleDropdown: "Toggle Dropdown"
},
cascader: {
noMatch: "Sem resultados",
loading: "Carregando",
placeholder: "Selecione",
noData: "Sem dados"
},
pagination: {
goto: "Ir para",
pagesize: "/p\xE1gina",
total: "Total {total}",
pageClassifier: "",
page: "Page",
prev: "Go to previous page",
next: "Go to next page",
currentPage: "page {pager}",
prevPages: "Previous {pager} pages",
nextPages: "Next {pager} pages",
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
},
dialog: {
close: "Close this dialog"
},
drawer: {
close: "Close this dialog"
},
messagebox: {
title: "Mensagem",
confirm: "Confirmar",
cancel: "Cancelar",
error: "Erro!",
close: "Close this dialog"
},
upload: {
deleteTip: "aperte delete para apagar",
delete: "Apagar",
preview: "Pr\xE9-visualizar",
continue: "Continuar"
},
slider: {
defaultLabel: "slider between {min} and {max}",
defaultRangeStartLabel: "pick start value",
defaultRangeEndLabel: "pick end value"
},
table: {
emptyText: "Sem dados",
confirmFilter: "Confirmar",
resetFilter: "Limpar",
clearFilter: "Todos",
sumText: "Total"
},
tour: {
next: "Pr\xF3ximo",
previous: "Anterior",
finish: "Finalizar",
close: "Close this dialog"
},
tree: {
emptyText: "Sem dados"
},
transfer: {
noMatch: "Sem resultados",
noData: "Sem dados",
titles: ["Lista 1", "Lista 2"],
filterPlaceholder: "Digite uma palavra-chave",
noCheckedFormat: "{total} itens",
hasCheckedFormat: "{checked}/{total} selecionados"
},
image: {
error: "Erro ao carregar imagem"
},
pageHeader: {
title: "Voltar"
},
popconfirm: {
confirmButtonText: "Sim",
cancelButtonText: "N\xE3o"
},
carousel: {
leftArrow: "Carousel arrow left",
rightArrow: "Carousel arrow right",
indicator: "Carousel switch to index {index}"
}
}
};
export { ptBr as default };