Skip to content

Commit

Permalink
fix(locale): update Portuguese locale (#19009)
Browse files Browse the repository at this point in the history
resolves #19007
  • Loading branch information
pedrohcarvalhom authored Jan 9, 2024
1 parent 3d59954 commit ea63f6d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/vuetify/src/locale/pt.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
badge: 'Distintivo',
open: 'Open',
open: 'Abrir',
close: 'Fechar',
confirmEdit: {
ok: 'OK',
Expand Down Expand Up @@ -35,15 +35,15 @@ export default {
divider: 'to',
},
datePicker: {
itemsSelected: '{0} selected',
itemsSelected: '{0} selecionados',
range: {
title: 'Select dates',
header: 'Enter dates',
title: 'Selecione as datas',
header: 'Digite as datas',
},
title: 'Select date',
header: 'Enter date',
title: 'Selecione a data',
header: 'Digite a data',
input: {
placeholder: 'Enter date',
placeholder: 'Insira a data',
},
},
noDataText: 'Não há dados disponíveis',
Expand All @@ -59,10 +59,10 @@ export default {
today: 'Today',
},
input: {
clear: 'Clear {0}',
clear: 'Limpar {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}',
otp: 'Por favor insira o caracter OTP {0}',
},
fileInput: {
counter: '{0} arquivo(s)',
Expand All @@ -79,22 +79,22 @@ export default {
previous: 'Página anterior',
page: 'Ir à página {0}',
currentPage: 'Página atual, página {0}',
first: 'First page',
last: 'Last page',
first: 'Primeira página',
last: 'Última página',
},
},
stepper: {
next: 'Next',
prev: 'Previous',
next: 'Próximo',
prev: 'Anterior',
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
item: 'Avaliação {0} de {1}',
},
},
loading: 'Loading...',
loading: 'Carregando...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more',
loadMore: 'Carregar mais',
empty: 'Não há mais dados',
},
}

0 comments on commit ea63f6d

Please sign in to comment.