Skip to content

Commit bec3500

Browse files
authored
Merge pull request #1200 from CarlosEGuerraSilva/patch-1
Add Spanish (LATAM) translation
2 parents 5a5369f + 3dc8f7f commit bec3500

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/i18n/es_LA.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export default {
2+
search: {
3+
placeholder: 'Escribe para buscar...',
4+
},
5+
sort: {
6+
sortAsc: 'Orden de columna ascendente.',
7+
sortDesc: 'Orden de columna descendente.',
8+
},
9+
pagination: {
10+
previous: 'Anterior',
11+
next: 'Siguiente',
12+
navigate: (page, pages) => `Página ${page} de ${pages}`,
13+
page: (page) => `Página ${page}`,
14+
showing: 'Mostrando del',
15+
of: 'de',
16+
to: 'al',
17+
results: 'registros',
18+
},
19+
loading: 'Cargando...',
20+
noRecordsFound: 'Sin coincidencias encontradas.',
21+
error: 'Ocurrió un error al obtener los datos.',
22+
};

0 commit comments

Comments
 (0)