mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Notification: add enable/disable toggle
This commit is contained in:
@@ -1368,6 +1368,10 @@
|
||||
"description": "Transparenz der Benachrichtigungshintergründe anpassen.",
|
||||
"label": "Hintergrund-Transparenz"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Benachrichtigungs-Daemon aktivieren oder deaktivieren, erfordert einen Neustart von noctalia-shell.",
|
||||
"label": "Benachrichtigungen aktivieren"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Alle Benachrichtigungs-Popups deaktivieren.",
|
||||
"label": "Nicht stören"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Adjust the opacity of notification backgrounds.",
|
||||
"label": "Background opacity"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Enable or disable the notification daemon, requires a restart of noctalia-shell.",
|
||||
"label": "Enable notifications"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Disable all notification popups when enabled.",
|
||||
"label": "Do not disturb"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Ajustar la opacidad de los fondos de las notificaciones.",
|
||||
"label": "Opacidad del fondo"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Activar o desactivar el demonio de notificaciones, requiere reiniciar noctalia-shell.",
|
||||
"label": "Activar notificaciones"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Desactiva todas las ventanas emergentes de notificación cuando está activado.",
|
||||
"label": "No molestar"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Ajuster l'opacité des arrière-plans de notifications.",
|
||||
"label": "Opacité du fond"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Activer ou désactiver le démon de notifications, nécessite un redémarrage de noctalia-shell.",
|
||||
"label": "Activer les notifications"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Désactive toutes les fenêtres de notification lorsque cette option est activée.",
|
||||
"label": "Ne pas déranger"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Ajustar a opacidade dos fundos das notificações.",
|
||||
"label": "Opacidade do fundo"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Ativar ou desativar o daemon de notificações, requer reiniciar o noctalia-shell.",
|
||||
"label": "Ativar notificações"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Desativa todos os pop-ups de notificação quando ativado.",
|
||||
"label": "Não perturbe"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Bildirim arka planlarının opaklığını ayarlayın.",
|
||||
"label": "Arka plan opaklığı"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Bildirim arka plan programını etkinleştir veya devre dışı bırak, noctalia-shell'in yeniden başlatılmasını gerektirir.",
|
||||
"label": "Bildirimleri etkinleştir"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Etkinleştirildiğinde tüm bildirim açılır pencerelerini devre dışı bırakır.",
|
||||
"label": "Rahatsız etme"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "Налаштуйте непрозорість фону сповіщень.",
|
||||
"label": "Непрозорість фону"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Увімкнути або вимкнути демон сповіщень, вимагає перезапуску noctalia-shell.",
|
||||
"label": "Увімкнути сповіщення"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "Вимкнути всі спливаючі сповіщення, коли увімкнено.",
|
||||
"label": "Не турбувати"
|
||||
|
||||
@@ -1368,6 +1368,10 @@
|
||||
"description": "调整通知背景的透明度。",
|
||||
"label": "背景透明度"
|
||||
},
|
||||
"enabled": {
|
||||
"description": "启用或禁用通知守护进程,需要重启 noctalia-shell。",
|
||||
"label": "启用通知"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"description": "启用后禁用所有通知弹出窗口。",
|
||||
"label": "勿扰模式"
|
||||
|
||||
@@ -205,6 +205,7 @@
|
||||
"wifiEnabled": true
|
||||
},
|
||||
"notifications": {
|
||||
"enabled": true,
|
||||
"doNotDisturb": false,
|
||||
"monitors": [],
|
||||
"location": "top_right",
|
||||
|
||||
Reference in New Issue
Block a user