mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
0456c790db
* feat: add mention component * fix: build error * fix: build error * feat: delete as a whole * fix: update docs * fix: update global.d.ts * fix: update * fix: update code * fix: update code * fix: update code * fix: rename * fix: update code * fix: upload code * fix: update code * fix: fixed cursor position abnormality * fix: update code * fix: docs add avatar * fix: tooltip position is wrong when placing on top * feat: add overview icon * fix: overview icon color
139 lines
3.6 KiB
TypeScript
139 lines
3.6 KiB
TypeScript
export default {
|
|
name: 'pt',
|
|
el: {
|
|
breadcrumb: {
|
|
label: 'Breadcrumb', // to be translated
|
|
},
|
|
colorpicker: {
|
|
confirm: 'Confirmar',
|
|
clear: 'Limpar',
|
|
},
|
|
datepicker: {
|
|
now: 'Agora',
|
|
today: 'Hoje',
|
|
cancel: 'Cancelar',
|
|
clear: 'Limpar',
|
|
confirm: 'Confirmar',
|
|
selectDate: 'Selecione a data',
|
|
selectTime: 'Selecione a hora',
|
|
startDate: 'Data de inicio',
|
|
startTime: 'Hora de inicio',
|
|
endDate: 'Data de fim',
|
|
endTime: 'Hora de fim',
|
|
prevYear: 'Previous Year', // to be translated
|
|
nextYear: 'Next Year', // to be translated
|
|
prevMonth: 'Previous Month', // to be translated
|
|
nextMonth: 'Next Month', // to be translated
|
|
year: '',
|
|
month1: 'Janeiro',
|
|
month2: 'Fevereiro',
|
|
month3: 'Março',
|
|
month4: 'Abril',
|
|
month5: 'Maio',
|
|
month6: 'Junho',
|
|
month7: 'Julho',
|
|
month8: 'Agosto',
|
|
month9: 'Setembro',
|
|
month10: 'Outubro',
|
|
month11: 'Novembro',
|
|
month12: 'Dezembro',
|
|
// week: 'semana',
|
|
weeks: {
|
|
sun: 'Dom',
|
|
mon: 'Seg',
|
|
tue: 'Ter',
|
|
wed: 'Qua',
|
|
thu: 'Qui',
|
|
fri: 'Sex',
|
|
sat: 'Sab',
|
|
},
|
|
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',
|
|
},
|
|
},
|
|
select: {
|
|
loading: 'A carregar',
|
|
noMatch: 'Sem correspondência',
|
|
noData: 'Sem dados',
|
|
placeholder: 'Selecione',
|
|
},
|
|
mention: {
|
|
loading: 'A carregar',
|
|
},
|
|
cascader: {
|
|
noMatch: 'Sem correspondência',
|
|
loading: 'A carregar',
|
|
placeholder: 'Selecione',
|
|
noData: 'Sem dados',
|
|
},
|
|
pagination: {
|
|
goto: 'Ir para',
|
|
pagesize: '/pagina',
|
|
total: 'Total {total}',
|
|
pageClassifier: '',
|
|
page: 'Page', // to be translated
|
|
prev: 'Go to previous page', // to be translated
|
|
next: 'Go to next page', // to be translated
|
|
currentPage: 'page {pager}', // to be translated
|
|
prevPages: 'Previous {pager} pages', // to be translated
|
|
nextPages: 'Next {pager} pages', // to be translated
|
|
},
|
|
messagebox: {
|
|
title: 'Mensagem',
|
|
confirm: 'Confirmar',
|
|
cancel: 'Cancelar',
|
|
error: 'Erro!',
|
|
},
|
|
upload: {
|
|
deleteTip: 'press delete to remove', // to be translated
|
|
delete: 'Apagar',
|
|
preview: 'Previsualizar',
|
|
continue: 'Continuar',
|
|
},
|
|
table: {
|
|
emptyText: 'Sem dados',
|
|
confirmFilter: 'Confirmar',
|
|
resetFilter: 'Limpar',
|
|
clearFilter: 'Todos',
|
|
sumText: 'Sum', // to be translated
|
|
},
|
|
tree: {
|
|
emptyText: 'Sem dados',
|
|
},
|
|
transfer: {
|
|
noMatch: 'Sem correspondência',
|
|
noData: 'Sem dados',
|
|
titles: ['List 1', 'List 2'], // to be translated
|
|
filterPlaceholder: 'Enter keyword', // to be translated
|
|
noCheckedFormat: '{total} items', // to be translated
|
|
hasCheckedFormat: '{checked}/{total} checked', // to be translated
|
|
},
|
|
image: {
|
|
error: 'FAILED', // to be translated
|
|
},
|
|
pageHeader: {
|
|
title: 'Back', // to be translated
|
|
},
|
|
popconfirm: {
|
|
confirmButtonText: 'Yes', // to be translated
|
|
cancelButtonText: 'No', // to be translated
|
|
},
|
|
carousel: {
|
|
leftArrow: 'Carousel arrow left', // to be translated
|
|
rightArrow: 'Carousel arrow right', // to be translated
|
|
indicator: 'Carousel switch to index {index}', // to be translated
|
|
},
|
|
},
|
|
}
|