Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 57c046f

Browse files
authored
Brazilian Portuguese Translation
add pt-BR translation
1 parent 672bba7 commit 57c046f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/utils/DatasourceLanguage.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,23 @@ export default {
8484
'btn_first': 'Primer',
8585
'btn_last': 'Últim'
8686
}
87-
},
87+
},
88+
// Brazilian Portuguese translation
89+
'pt-BR': {
90+
'table': {
91+
'label_limits': 'Mostrar',
92+
'label_search': 'Buscar',
93+
'placeholder_search': 'Digite para pesquisar..',
94+
'records_not_found': 'Nenhum registro encontrado'
95+
},
96+
'pagination': {
97+
'label_show': 'Exibindo',
98+
'label_to': 'até',
99+
'label_of': 'de',
100+
'label_entries': 'registros',
101+
'btn_first': 'Primeira',
102+
'btn_last': 'Última'
103+
}
104+
}
88105
}
89106
}

0 commit comments

Comments
 (0)