We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0990d0f commit 43a39fcCopy full SHA for 43a39fc
src/translations/index.js
@@ -59,4 +59,13 @@ export default {
59
},
60
NOTHING_TO_SHOW: 'Non c\'è nulla da mostrare!'
61
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
71
}
0 commit comments