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/de.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/de.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/de.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js index c4ee388..7017736 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js @@ -94,6 +94,7 @@ export default { 'members.apps_need_one': "Mindestens eine Anwendung muss aktiviert bleiben.", 'members.danger_delete_hint': "Die Gruppe verschwindet für alle Mitglieder. Das lässt sich nicht rückgängig machen.", 'group.filter': 'Dateien filtern …', + 'group.refresh_index': 'Liste aktualisieren', 'group.col_name': 'Name', 'group.col_size': 'Größe', 'group.col_type': 'Typ', @@ -524,7 +525,6 @@ export default { // Status // Search - 'search.title': 'Dateien suchen', 'search.placeholder': 'In allen Gruppen suchen …', 'search.no_results': 'Keine Datei entspricht Ihrer Suche.', 'search.col_group': 'Gruppe', |