diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-29 18:50:37 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-29 18:50:37 +0200 |
| commit | c37fe3047367f401765351e5aca73f8f0ed6810c (patch) | |
| tree | c3cf52687c7fcd88130a0485835d44e14e57a866 /packages/meshbay-hub/src/meshbay_hub/static/locales/es.js | |
| parent | 0bcd8521eec8c6fde3ba5a6dc127866b3fb991e7 (diff) | |
| parent | a36661b4c2a24199922d60be1bcb6ed597b433a5 (diff) | |
| download | meshbay-c37fe3047367f401765351e5aca73f8f0ed6810c.tar.gz | |
Merge branch 'ui/search-title-and-refresh-button'
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/es.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js index 88b222d..2aa4599 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js @@ -92,6 +92,7 @@ export default { 'members.apps_need_one': "Al menos una aplicación debe permanecer activada.", 'members.danger_delete_hint': "El grupo desaparece para todos sus miembros. No se puede deshacer.", 'group.filter': 'Filtrar archivos...', + 'group.refresh_index': 'Actualizar la lista', 'group.col_name': 'Nombre', 'group.col_size': 'Tamaño', 'group.col_type': 'Tipo', @@ -520,7 +521,6 @@ export default { // Status // Search - 'search.title': 'Buscar archivos', 'search.placeholder': 'Buscar en todos los grupos...', 'search.no_results': 'Ningún archivo coincide con su búsqueda.', 'search.col_group': 'Grupo', |