mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-07 19:59:14 -04:00
i18n: sync
This commit is contained in:
@@ -947,9 +947,12 @@ func checkSystemdServices() []checkResult {
|
|||||||
message = fmt.Sprintf("%s, %s", dmsState.enabled, dmsState.active)
|
message = fmt.Sprintf("%s, %s", dmsState.enabled, dmsState.active)
|
||||||
}
|
}
|
||||||
switch {
|
switch {
|
||||||
|
case dmsState.active == "failed":
|
||||||
|
status = statusError
|
||||||
|
case dmsState.active == "active":
|
||||||
case dmsState.enabled == "disabled":
|
case dmsState.enabled == "disabled":
|
||||||
status, message = statusWarn, "Disabled"
|
status, message = statusWarn, "Disabled"
|
||||||
case dmsState.active == "failed" || dmsState.active == "inactive":
|
case dmsState.active == "inactive":
|
||||||
status = statusError
|
status = statusError
|
||||||
}
|
}
|
||||||
results = append(results, checkResult{catServices, "dms.service", status, message, "", doctorDocsURL + "#services"})
|
results = append(results, checkResult{catServices, "dms.service", status, message, "", doctorDocsURL + "#services"})
|
||||||
|
|||||||
+1689
-873
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -735,16 +735,21 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"background",
|
"background",
|
||||||
"bar",
|
"bar",
|
||||||
|
"corner",
|
||||||
"corners",
|
"corners",
|
||||||
"dank",
|
"dank",
|
||||||
"panel",
|
"panel",
|
||||||
"radius",
|
"radius",
|
||||||
|
"remove",
|
||||||
"round",
|
"round",
|
||||||
"rounded",
|
"rounded",
|
||||||
|
"rounding",
|
||||||
"statusbar",
|
"statusbar",
|
||||||
|
"taskbar",
|
||||||
"topbar"
|
"topbar"
|
||||||
],
|
],
|
||||||
"icon": "rounded_corner"
|
"icon": "rounded_corner",
|
||||||
|
"description": "Remove corner rounding from the bar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "_tab_3",
|
"section": "_tab_3",
|
||||||
@@ -861,18 +866,24 @@
|
|||||||
"category": "Dank Bar",
|
"category": "Dank Bar",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bar",
|
"bar",
|
||||||
|
"between",
|
||||||
"dank",
|
"dank",
|
||||||
|
"edges",
|
||||||
"gap",
|
"gap",
|
||||||
"gaps",
|
"gaps",
|
||||||
"margin",
|
"margin",
|
||||||
"margins",
|
"margins",
|
||||||
"padding",
|
"padding",
|
||||||
"panel",
|
"panel",
|
||||||
|
"screen",
|
||||||
|
"space",
|
||||||
"spacing",
|
"spacing",
|
||||||
"statusbar",
|
"statusbar",
|
||||||
|
"taskbar",
|
||||||
"topbar"
|
"topbar"
|
||||||
],
|
],
|
||||||
"icon": "space_bar"
|
"icon": "space_bar",
|
||||||
|
"description": "Space between the bar and screen edges"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "trayIconTint",
|
"section": "trayIconTint",
|
||||||
@@ -909,17 +920,20 @@
|
|||||||
"category": "Dank Bar",
|
"category": "Dank Bar",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"alpha",
|
"alpha",
|
||||||
|
"background",
|
||||||
"bar",
|
"bar",
|
||||||
"dank",
|
"dank",
|
||||||
"opacity",
|
"opacity",
|
||||||
"panel",
|
"panel",
|
||||||
"statusbar",
|
"statusbar",
|
||||||
|
"taskbar",
|
||||||
"topbar",
|
"topbar",
|
||||||
"translucent",
|
"translucent",
|
||||||
"transparency",
|
"transparency",
|
||||||
"transparent"
|
"transparent"
|
||||||
],
|
],
|
||||||
"icon": "opacity"
|
"icon": "opacity",
|
||||||
|
"description": "Opacity of the bar background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "barUseOverlayLayer",
|
"section": "barUseOverlayLayer",
|
||||||
@@ -949,25 +963,27 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"auto-hide",
|
"auto-hide",
|
||||||
"autohide",
|
"autohide",
|
||||||
|
"automatically",
|
||||||
|
"away",
|
||||||
"bar",
|
"bar",
|
||||||
"dank",
|
"dank",
|
||||||
"fullscreen",
|
"fullscreen",
|
||||||
"hidden",
|
"hidden",
|
||||||
"hide",
|
"hide",
|
||||||
"layer",
|
"layer",
|
||||||
|
"moves",
|
||||||
"overlay",
|
"overlay",
|
||||||
"panel",
|
"panel",
|
||||||
"place",
|
"pointer",
|
||||||
"show",
|
"show",
|
||||||
"statusbar",
|
"statusbar",
|
||||||
"taskbar",
|
"taskbar",
|
||||||
"topbar",
|
"topbar",
|
||||||
"visibility",
|
"visibility",
|
||||||
"visible",
|
"visible"
|
||||||
"wayland"
|
|
||||||
],
|
],
|
||||||
"icon": "visibility_off",
|
"icon": "visibility_off",
|
||||||
"description": "Place the bar on the Wayland overlay layer"
|
"description": "Automatically hide the bar when the pointer moves away"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "workspaceDragReorder",
|
"section": "workspaceDragReorder",
|
||||||
@@ -2331,6 +2347,30 @@
|
|||||||
],
|
],
|
||||||
"icon": "history"
|
"icon": "history"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"section": "rememberLastMode",
|
||||||
|
"label": "Remember Last Mode",
|
||||||
|
"tabIndex": 9,
|
||||||
|
"category": "Launcher",
|
||||||
|
"keywords": [
|
||||||
|
"app drawer",
|
||||||
|
"app menu",
|
||||||
|
"applications",
|
||||||
|
"drawer",
|
||||||
|
"last",
|
||||||
|
"launcher",
|
||||||
|
"menu",
|
||||||
|
"mode",
|
||||||
|
"opened",
|
||||||
|
"remember",
|
||||||
|
"restore",
|
||||||
|
"selected",
|
||||||
|
"start",
|
||||||
|
"start menu",
|
||||||
|
"tab"
|
||||||
|
],
|
||||||
|
"description": "Restore the last selected mode (tab) when the launcher is opened"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"section": "rememberLastQuery",
|
"section": "rememberLastQuery",
|
||||||
"label": "Remember Last Query",
|
"label": "Remember Last Query",
|
||||||
@@ -4863,27 +4903,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Automatically lock the screen when DMS starts"
|
"description": "Automatically lock the screen when DMS starts"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"section": "lockBeforeSuspend",
|
|
||||||
"label": "Lock before suspend",
|
|
||||||
"tabIndex": 11,
|
|
||||||
"category": "Lock Screen",
|
|
||||||
"keywords": [
|
|
||||||
"automatic",
|
|
||||||
"automatically",
|
|
||||||
"before",
|
|
||||||
"lock",
|
|
||||||
"login",
|
|
||||||
"password",
|
|
||||||
"prepares",
|
|
||||||
"screen",
|
|
||||||
"security",
|
|
||||||
"sleep",
|
|
||||||
"suspend",
|
|
||||||
"system"
|
|
||||||
],
|
|
||||||
"description": "Automatically lock the screen when the system prepares to suspend"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"section": "lockScreenNotificationMode",
|
"section": "lockScreenNotificationMode",
|
||||||
"label": "Notification Display",
|
"label": "Notification Display",
|
||||||
@@ -5807,28 +5826,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Use smaller notification cards"
|
"description": "Use smaller notification cards"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"section": "notificationDedupeEnabled",
|
|
||||||
"label": "Suppress Duplicate Notifications",
|
|
||||||
"tabIndex": 17,
|
|
||||||
"category": "Notifications",
|
|
||||||
"keywords": [
|
|
||||||
"alert",
|
|
||||||
"alerts",
|
|
||||||
"coalesce",
|
|
||||||
"dedupe",
|
|
||||||
"duplicate",
|
|
||||||
"duplicates",
|
|
||||||
"messages",
|
|
||||||
"notif",
|
|
||||||
"notification",
|
|
||||||
"notifications",
|
|
||||||
"repeat",
|
|
||||||
"stack",
|
|
||||||
"toast"
|
|
||||||
],
|
|
||||||
"description": "Control whether identical alerts stack or show as a single popup"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"section": "notificationHistorySaveCritical",
|
"section": "notificationHistorySaveCritical",
|
||||||
"label": "Critical Priority",
|
"label": "Critical Priority",
|
||||||
@@ -6369,6 +6366,28 @@
|
|||||||
],
|
],
|
||||||
"description": "Hide notification content until expanded; popups show collapsed by default"
|
"description": "Hide notification content until expanded; popups show collapsed by default"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"section": "notificationDedupeEnabled",
|
||||||
|
"label": "Suppress Duplicate Notifications",
|
||||||
|
"tabIndex": 17,
|
||||||
|
"category": "Notifications",
|
||||||
|
"keywords": [
|
||||||
|
"alert",
|
||||||
|
"alerts",
|
||||||
|
"coalesce",
|
||||||
|
"dedupe",
|
||||||
|
"duplicate",
|
||||||
|
"messages",
|
||||||
|
"notif",
|
||||||
|
"notification",
|
||||||
|
"notifications",
|
||||||
|
"notifs",
|
||||||
|
"repeat",
|
||||||
|
"stack",
|
||||||
|
"suppress",
|
||||||
|
"toast"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"section": "osdAlwaysShowValue",
|
"section": "osdAlwaysShowValue",
|
||||||
"label": "Always Show Percentage",
|
"label": "Always Show Percentage",
|
||||||
@@ -7012,6 +7031,27 @@
|
|||||||
"icon": "schedule",
|
"icon": "schedule",
|
||||||
"description": "Gradually fade the screen before locking with a configurable grace period"
|
"description": "Gradually fade the screen before locking with a configurable grace period"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"section": "lockBeforeSuspend",
|
||||||
|
"label": "Lock before suspend",
|
||||||
|
"tabIndex": 21,
|
||||||
|
"category": "Power & Sleep",
|
||||||
|
"keywords": [
|
||||||
|
"automatically",
|
||||||
|
"before",
|
||||||
|
"energy",
|
||||||
|
"lock",
|
||||||
|
"power",
|
||||||
|
"prepares",
|
||||||
|
"screen",
|
||||||
|
"security",
|
||||||
|
"shutdown",
|
||||||
|
"sleep",
|
||||||
|
"suspend",
|
||||||
|
"system"
|
||||||
|
],
|
||||||
|
"description": "Automatically lock the screen when the system prepares to suspend"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"section": "fadeToLockGracePeriod",
|
"section": "fadeToLockGracePeriod",
|
||||||
"label": "Lock fade grace period",
|
"label": "Lock fade grace period",
|
||||||
@@ -7698,5 +7738,16 @@
|
|||||||
"settings"
|
"settings"
|
||||||
],
|
],
|
||||||
"icon": "apps"
|
"icon": "apps"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"section": "_tab_35",
|
||||||
|
"label": "Users",
|
||||||
|
"tabIndex": 35,
|
||||||
|
"category": "Settings",
|
||||||
|
"keywords": [
|
||||||
|
"settings",
|
||||||
|
"users"
|
||||||
|
],
|
||||||
|
"icon": "manage_accounts"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user