vuetify
Version:
Vue Material Component Framework
100 lines • 2.3 kB
JavaScript
export default {
badge: 'Distintivo',
open: 'Open',
close: 'Fechar',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel'
},
dataIterator: {
noResultsText: 'Nenhum dado encontrado',
loadingText: 'Carregando itens...'
},
dataTable: {
itemsPerPageText: 'Linhas por página:',
ariaLabel: {
sortDescending: 'Ordenado decrescente.',
sortAscending: 'Ordenado crescente.',
sortNone: 'Não ordenado.',
activateNone: 'Ative para remover a ordenação.',
activateDescending: 'Ative para ordenar decrescente.',
activateAscending: 'Ative para ordenar crescente.'
},
sortBy: 'Ordenar por'
},
dataFooter: {
itemsPerPageText: 'Itens por página:',
itemsPerPageAll: 'Todos',
nextPage: 'Próxima página',
prevPage: 'Página anterior',
firstPage: 'Primeira página',
lastPage: 'Última página',
pageText: '{0}-{1} de {2}'
},
dateRangeInput: {
divider: 'to'
},
datePicker: {
itemsSelected: '{0} selected',
range: {
title: 'Select dates',
header: 'Enter dates'
},
title: 'Select date',
header: 'Enter date',
input: {
placeholder: 'Enter date'
}
},
noDataText: 'Não há dados disponíveis',
carousel: {
prev: 'Visão anterior',
next: 'Próxima visão',
ariaLabel: {
delimiter: 'Slide {0} de {1} do carrossel'
}
},
calendar: {
moreEvents: 'Mais {0}'
},
input: {
clear: 'Clear {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}'
},
fileInput: {
counter: '{0} arquivo(s)',
counterSize: '{0} arquivo(s) ({1} no total)'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
pagination: {
ariaLabel: {
root: 'Navegação de paginação',
next: 'Próxima página',
previous: 'Página anterior',
page: 'Ir à página {0}',
currentPage: 'Página atual, página {0}',
first: 'First page',
last: 'Last page'
}
},
stepper: {
next: 'Next',
prev: 'Previous'
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}'
}
},
loading: 'Loading...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more'
}
};
//# sourceMappingURL=pt.mjs.map