aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-09 10:59:59 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-09 10:59:59 +0200
commit99ae7f6955ffc94cd973822d4e2fd5a8c952f563 (patch)
tree95337150859a2511b81832ca6f029f723085e9fe /packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
parent29e93e5e553c94818cd2b4e587b0e54cfe7d8424 (diff)
downloadmeshbay-99ae7f6955ffc94cd973822d4e2fd5a8c952f563.tar.gz
docs(spa): say that a download with no folder cannot be paused
Reported from testing 7a: pause worked in the desktop app and no button appeared in Chrome. That is the design working — without a granted download folder, "save automatically" means the service worker, and that target is a download the browser already owns — but nothing anywhere said so, and choosing a folder looked like a question of where files land. So the Settings line now says what it costs not to choose one, in all ten catalogues. It renders only where a folder can be chosen at all, which is exactly the browsers the advice applies to. Also pins the tier table the pause button is drawn from: a granted folder, a save dialog and the desktop sink can be paused, a service-worker stream cannot. Four cases through the real `_openDownloadTarget`, and one more that reads the value off the real `downloads.js` rather than a stub of it -- the first version of these stubs did not carry the field at all, so the cases would have passed while checking nothing. Hub suite 847 passed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HCGdheDLxGReuKHga3BtST
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
index 106e3cd..6fba91d 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js
@@ -316,7 +316,7 @@ export default {
+ 'un par fichier, y compris lorsque vous téléchargez une sélection.',
'settings.dl_folder': 'Dossier : {name}',
'settings.dl_no_folder': 'Aucun dossier choisi — les téléchargements vont là où '
- + 'votre navigateur les place',
+ + 'votre navigateur les place, et ne peuvent pas être suspendus',
'settings.dl_choose': 'Choisir un dossier',
'settings.dl_change': 'Changer',
'settings.dl_forget': 'Oublier',