Browse Source
fix: missing translation for Brazilian Portuguese (#40270)
Add translation for filterCheckall, filterSearchPlaceholder and Tour
pull/40278/head
Rafael Carvalho
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
components/locale/pt_BR.ts
|
|
@ -21,6 +21,8 @@ const localeValues: Locale = { |
|
|
|
filterConfirm: 'OK', |
|
|
|
filterReset: 'Resetar', |
|
|
|
filterEmptyText: 'Sem filtros', |
|
|
|
filterCheckall: 'Selecionar todos os itens', |
|
|
|
filterSearchPlaceholder: 'Pesquisar nos filtros', |
|
|
|
emptyText: 'Sem conteúdo', |
|
|
|
selectAll: 'Selecionar página atual', |
|
|
|
selectInvert: 'Inverter seleção', |
|
|
@ -33,6 +35,11 @@ const localeValues: Locale = { |
|
|
|
triggerAsc: 'Clique organiza por ascendente', |
|
|
|
cancelSort: 'Clique para cancelar organização', |
|
|
|
}, |
|
|
|
Tour: { |
|
|
|
Next: 'Próximo', |
|
|
|
Previous: 'Anterior', |
|
|
|
Finish: 'Finalizar', |
|
|
|
}, |
|
|
|
Modal: { |
|
|
|
okText: 'OK', |
|
|
|
cancelText: 'Cancelar', |
|
|
|