Skip to content

Commit c2e9219

Browse files
authored
Merge pull request hossein-zare#611 from pedropaulodf/dev-5.x
feat: added brazilian portuguese translation
2 parents 0990d0f + 43a39fc commit c2e9219

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/translations/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,13 @@ export default {
5959
},
6060
NOTHING_TO_SHOW: 'Non c\'è nulla da mostrare!'
6161
},
62+
PT: {
63+
PLACEHOLDER: 'Selecione um item',
64+
SEARCH_PLACEHOLDER: 'Faça sua busca...',
65+
SELECTED_ITEMS_COUNT_TEXT: {
66+
1: 'Um item selecionado',
67+
n: '{count} alguns itens selecionados'
68+
},
69+
NOTHING_TO_SHOW: 'Nada a ser mostrado!'
70+
},
6271
}

0 commit comments

Comments
 (0)