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

Commit 32a4a64

Browse files
authored
Merge pull request #182 from EdgarPsda/patch-1
Spanish locale settings
2 parents 0e47da9 + 5b9fe12 commit 32a4a64

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

locale/es.js

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export default {
2+
/* HeaderSettings/index.vue */
3+
Apply: 'Aplicar',
4+
'Apply and backup settings to local':
5+
'Aplicar y respaldar configuración en local',
6+
'Clear local settings backup and restore':
7+
'Borrar configuración de respaldo local y restaurar',
8+
'Using local settings': 'Utilizar configuración local',
9+
10+
/* Table/TableBody.vue */
11+
'No Data': 'No existen datos',
12+
13+
/* index.vue */
14+
Total: 'Total',
15+
',': ',',
16+
17+
/* PageSizeSelect.vue */
18+
'items / page': 'registros / página'
19+
}

0 commit comments

Comments
 (0)