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

Commit 1e1ae9c

Browse files
authored
Spanish locale settings
Hello, I would like to contribute adding spanish locale, Im working on a project that need this locale, I will appreciate that you can add my file. Thanks
1 parent 0e47da9 commit 1e1ae9c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

locale/es.js

Lines changed: 19 additions & 0 deletions
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)