Skip to content

Commit 43a39fc

Browse files
committed
feat: add brazilian portuguese translation
1 parent 0990d0f commit 43a39fc

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)