diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-23 15:21:30 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-23 15:21:30 +0200 |
| commit | 3d8c1acf785ff7389a68cc515a5c9324dee8de41 (patch) | |
| tree | 1b7b8c4bf94592007454057bef84d9ba70de2881 /packages/meshbay-hub/src/meshbay_hub/static/locales/en.js | |
| parent | 9f3445d03f106ee3ebd8b4b1bd546a08d9169af7 (diff) | |
| download | meshbay-3d8c1acf785ff7389a68cc515a5c9324dee8de41.tar.gz | |
feat(hub): right-click menu in the Files tab
The toolbar's actions on the row under the pointer, sharing one action list
with the toolbar — which keeps showing what does not apply, disabled, while
the menu leaves it out. A count only where more than one item is concerned.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/en.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index 87e5a4a..daa378b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -833,6 +833,7 @@ export default { 'group.actions': 'Actions ({n})', 'group.download_n': 'Download ({n})', 'group.download_zip_n': 'Download folders as zip ({n})', + 'group.download_zip_one': 'Download folder as zip', 'group.delete_n': 'Delete ({n})', 'group.delete_n_confirm': { one: 'Delete {n} item? {names}', |