You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrades the All-mode mute toggle to a three-state setting. `allModeMuteToasts`
(boolean) is replaced by `allModeNotifications: 'live' | 'muted' | 'off'`,
migrated inside mergeProfileSettings (legacy true -> muted, false/absent/
invalid -> live). 'muted' keeps today's semantics unchanged (connections run,
toasts/sound suppressed, badge/history still accumulate). 'off' gates
ProfileNotificationConnector's render site in NotificationHandler alongside
the desktop/web platform check, so no connector mounts and zero All-mode
websockets/pollers exist; mobile FCM is untouched. UI: the Switch on
NotificationSettings becomes a Select (data-testid="all-mode-notifications-
select"), localized across all 5 locales.
"all_mode_mute_toggle_desc": "Unterdrückt Toast-Meldungen und Ton bei aggregierter Ansicht aller Server. Zähler und Verlauf werden weiterhin aktualisiert."
"all_mode_notifications_live_desc": "Jeder Server verbindet sich live; Toast-Meldungen und Ton werden bei Ereignissen abgespielt.",
938
+
"all_mode_notifications_muted": "Stumm",
939
+
"all_mode_notifications_muted_desc": "Jeder Server bleibt verbunden, aber Toast-Meldungen und Ton werden unterdrückt. Zähler und Verlauf werden weiterhin aktualisiert.",
940
+
"all_mode_notifications_off": "Aus",
941
+
"all_mode_notifications_off_desc": "Bei aggregierter Ansicht verbindet sich kein Server. Nichts wird aktualisiert, bis dies wieder aktiviert wird."
Copy file name to clipboardExpand all lines: app/src/locales/es/translation.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -932,8 +932,13 @@
932
932
"overview_disabled": "Deshabilitado",
933
933
"overview_direct_mode_host": "Sondeo directo",
934
934
"overview_no_host": "Sin host configurado",
935
-
"all_mode_mute_toggle": "Silenciar avisos en modo Todos",
936
-
"all_mode_mute_toggle_desc": "Suprime los avisos emergentes y el sonido al agregar todos los servidores. El contador y el historial se siguen actualizando."
935
+
"all_mode_notifications_label": "Notificaciones en modo Todos",
936
+
"all_mode_notifications_live": "En vivo",
937
+
"all_mode_notifications_live_desc": "Cada servidor se conecta en vivo; los avisos y el sonido se reproducen al llegar eventos.",
938
+
"all_mode_notifications_muted": "Silenciado",
939
+
"all_mode_notifications_muted_desc": "Cada servidor permanece conectado, pero los avisos y el sonido se suprimen. El contador y el historial se siguen actualizando.",
940
+
"all_mode_notifications_off": "Desactivado",
941
+
"all_mode_notifications_off_desc": "Ningún servidor se conecta al agregar. Nada se actualiza hasta que vuelvas a activarlo."
Copy file name to clipboardExpand all lines: app/src/locales/fr/translation.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -932,8 +932,13 @@
932
932
"overview_disabled": "Désactivé",
933
933
"overview_direct_mode_host": "Sondage direct",
934
934
"overview_no_host": "Aucun hôte défini",
935
-
"all_mode_mute_toggle": "Couper les notifications du mode Tous",
936
-
"all_mode_mute_toggle_desc": "Supprime les notifications et le son lors de l'agrégation de tous les serveurs. Le badge et l'historique continuent d'être mis à jour."
935
+
"all_mode_notifications_label": "Notifications du mode Tous",
936
+
"all_mode_notifications_live": "En direct",
937
+
"all_mode_notifications_live_desc": "Chaque serveur se connecte en direct ; les notifications et le son sont émis à l'arrivée des événements.",
938
+
"all_mode_notifications_muted": "Coupé",
939
+
"all_mode_notifications_muted_desc": "Chaque serveur reste connecté, mais les notifications et le son sont supprimés. Le badge et l'historique continuent d'être mis à jour.",
940
+
"all_mode_notifications_off": "Désactivé",
941
+
"all_mode_notifications_off_desc": "Aucun serveur ne se connecte lors de l'agrégation. Rien ne se met à jour tant que ce n'est pas réactivé."
0 commit comments