Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(module:i18n): update pt_BR.ts translations #7218

Merged
merged 1 commit into from Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 32 additions & 4 deletions components/i18n/languages/pt_BR.ts
Expand Up @@ -20,7 +20,14 @@ export default {
DatePicker: {
lang: {
placeholder: 'Selecionar data',
yearPlaceholder: 'Selecionar ano',
quarterPlaceholder: 'Selecionar trimestre',
monthPlaceholder: 'Selecionar mês',
weekPlaceholder: 'Selecionar semana',
rangePlaceholder: ['Data inicial', 'Data final'],
rangeYearPlaceholder: ['Ano inicial', 'Ano Final'],
rangeMonthPlaceholder: ['Mês inicial', 'Mês final'],
rangeWeekPlaceholder: ['Semana inicial', 'Semana final'],
locale: 'pt_BR',
today: 'Hoje',
now: 'Agora',
Expand All @@ -31,6 +38,7 @@ export default {
year: 'Ano',
timeSelect: 'Selecionar hora',
dateSelect: 'Selecionar data',
weekSelect: 'Escolher semana',
monthSelect: 'Escolher mês',
yearSelect: 'Escolher ano',
decadeSelect: 'Escolher década',
Expand All @@ -49,16 +57,25 @@ export default {
nextCentury: 'Próximo século'
},
timePickerLocale: {
placeholder: 'Hora'
placeholder: 'Hora',
rangePlaceholder: ['Hora inicial', 'Hora final']
}
},
TimePicker: {
placeholder: 'Hora'
placeholder: 'Hora',
rangePlaceholder: ['Hora inicial', 'Hora final']
},
Calendar: {
lang: {
placeholder: 'Selecionar data',
yearPlaceholder: 'Selecionar ano',
quarterPlaceholder: 'Selecionar trimestre',
monthPlaceholder: 'Selecionar mês',
weekPlaceholder: 'Selecionar semana',
rangePlaceholder: ['Data inicial', 'Data final'],
rangeYearPlaceholder: ['Ano inicial', 'Ano Final'],
rangeMonthPlaceholder: ['Mês inicial', 'Mês final'],
rangeWeekPlaceholder: ['Semana inicial', 'Semana final'],
locale: 'pt_BR',
today: 'Hoje',
now: 'Agora',
Expand All @@ -69,6 +86,7 @@ export default {
year: 'Ano',
timeSelect: 'Selecionar hora',
dateSelect: 'Selecionar data',
weekSelect: 'Escolher semana',
monthSelect: 'Escolher mês',
yearSelect: 'Escolher ano',
decadeSelect: 'Escolher década',
Expand All @@ -87,7 +105,8 @@ export default {
nextCentury: 'Próximo século'
},
timePickerLocale: {
placeholder: 'Hora'
placeholder: 'Hora',
rangePlaceholder: ['Hora inicial', 'Hora final']
}
},
global: {
Expand All @@ -97,6 +116,8 @@ export default {
filterTitle: 'Menu de Filtro',
filterConfirm: 'OK',
filterReset: 'Resetar',
filterEmptyText: 'Não há filtros',
emptyText: 'Não há dados',
selectAll: 'Selecionar página atual',
selectInvert: 'Inverter seleção',
selectionAll: 'Selecionar todo o conteúdo',
Expand All @@ -117,9 +138,16 @@ export default {
cancelText: 'Cancelar'
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Procurar',
itemUnit: 'item',
itemsUnit: 'items'
itemsUnit: 'itens',
remove: 'Remove',
selectCurrent: 'Selecione a página atual',
removeCurrent: 'Remover página atual',
selectAll: 'Selecionar todos os dados',
removeAll: 'Remover todos os dados',
selectInvert: 'Inverter a página atual'
},
Upload: {
uploading: 'Enviando...',
Expand Down