Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 71e9846

Browse files
author
Ken Berkeley
authored
Merge pull request #98 from viniciusls/ptBrLocale
Added pt-br locale
2 parents d910942 + b8f0f00 commit 71e9846

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

locale/pt-br.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export default {
2+
/* HeaderSettings/index.vue */
3+
'Apply': 'Aplicar',
4+
'Apply and backup settings to local': 'Aplicar e salvar para as configurações locais',
5+
'Clear local settings backup and restore': 'Limpar configurações locais salvas e restaurar',
6+
'Using local settings': 'Usando configurações locais',
7+
8+
/* Table/TableBody.vue */
9+
'No Data': 'Não há dados',
10+
11+
/* index.vue */
12+
'Total': 'Total',
13+
',': ',',
14+
15+
/* PageSizeSelect.vue */
16+
'items / page': 'itens / página'
17+
}

0 commit comments

Comments
 (0)