Skip to content

Commit 83e6a5e

Browse files
authored
Fix spelling and grammatical errors
Some spelling and grammatical errors were found in the Spanish translations. For example: The word "Nigún" is missing the letter "n" and "Busqueda" is missing the accent on the letter "u". New translations are proposed for the keys "showing", "of", "to" and "results", since the current ones do not make sense.
1 parent 5fae726 commit 83e6a5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

l10n/es_ES.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
search: {
3-
placeholder: '🔍 Busqueda...',
3+
placeholder: 'Buscar...',
44
},
55
sort: {
66
sortAsc: 'Ordenar la columna en orden ascendente',
@@ -11,12 +11,12 @@ export default {
1111
next: 'Siguiente',
1212
navigate: (page, pages) => `Página ${page} de ${pages}`,
1313
page: (page) => `Página ${page}`,
14-
showing: 'Mostrando los resultados',
15-
of: 'sobre',
16-
to: 'a',
17-
results: '',
14+
showing: 'Mostrando registros del',
15+
of: 'de un total de',
16+
to: 'al',
17+
results: 'registros',
1818
},
1919
loading: 'Cargando...',
20-
noRecordsFound: 'Nigún resultado encontrado',
20+
noRecordsFound: 'No se encontraron registros',
2121
error: 'Se produjo un error al recuperar datos',
2222
};

0 commit comments

Comments
 (0)