Skip to content

Commit 1f1c333

Browse files
authored
Merge pull request #976 from jesbam98/patch-1
Fix spelling and grammatical errors
2 parents b1022c6 + 83e6a5e commit 1f1c333

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)