Skip to content

Commit 3dc8f7f

Browse files
Add Spanish (LATAM) translation
Spanish latam use different words and ways to speak than Spanish Spain, also simplified terms were used.
1 parent 5e80997 commit 3dc8f7f

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)