Skip to content

Commit

Permalink
fix(i18n): adjust points of translate
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaouda authored and vvpvvp committed Aug 23, 2019
1 parent d979e99 commit 1a1db1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/locale/lang/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const lang = {
},
validation: {
base: {
required: ' can not be empty',
required: ' não pode ser vazio',
maxLen: ' o comprimento do texto não pode exceder {value} bits',
minLen: ' comprimento do texto não pode ser inferior a {value} bits',
max: ' não maior que {value}',
Expand Down Expand Up @@ -139,8 +139,8 @@ const lang = {
incorrectFormat: 'O formato do valor digitado está incorreto',
overSize: 'O valor que você inseriu excede o intervalo',
totalBefore: 'Total',
totalAfter: 'items',
sizeOfPage: '{size} items/página'
totalAfter: 'itens',
sizeOfPage: '{size} itens/página'
}
}
};
Expand Down

0 comments on commit 1a1db1c

Please sign in to comment.