mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
i18n: update terms
adjacently, fix the power menu confirm option
This commit is contained in:
@@ -255,7 +255,7 @@ Item {
|
||||
powerConfirmModalLoader.active = true
|
||||
if (powerConfirmModalLoader.item) {
|
||||
powerConfirmModalLoader.item.confirmButtonColor = action === "poweroff" ? Theme.error : action === "reboot" ? Theme.warning : Theme.primary
|
||||
powerConfirmModalLoader.item.show(title, message, actionApply(action), function () {})
|
||||
powerConfirmModalLoader.item.show(title, message, () => actionApply(action), function () {})
|
||||
}
|
||||
} else {
|
||||
actionApply(action)
|
||||
@@ -430,12 +430,11 @@ Item {
|
||||
id: powerMenuModal
|
||||
|
||||
onPowerActionRequested: (action, title, message) => {
|
||||
console.log("CONFIRM: ", SettingsData.powerActionConfirm)
|
||||
if (SettingsData.powerActionConfirm) {
|
||||
powerConfirmModalLoader.active = true
|
||||
if (powerConfirmModalLoader.item) {
|
||||
powerConfirmModalLoader.item.confirmButtonColor = action === "poweroff" ? Theme.error : action === "reboot" ? Theme.warning : Theme.primary
|
||||
powerConfirmModalLoader.item.show(title, message, actionApply(action), function () {})
|
||||
powerConfirmModalLoader.item.show(title, message, () => actionApply(action), function () {})
|
||||
}
|
||||
} else {
|
||||
actionApply(action)
|
||||
|
||||
@@ -62,7 +62,7 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Show Power Actions")
|
||||
description: "Show power, restart, and logout buttons on the lock screen"
|
||||
description: I18n.tr("Show power, restart, and logout buttons on the lock screen")
|
||||
checked: SettingsData.lockScreenShowPowerActions
|
||||
onToggled: checked => SettingsData.setLockScreenShowPowerActions(checked)
|
||||
}
|
||||
@@ -79,7 +79,7 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Enable loginctl lock integration")
|
||||
description: "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen"
|
||||
description: I18n.tr("Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen")
|
||||
checked: SessionService.loginctlAvailable && SessionData.loginctlLockIntegration
|
||||
enabled: SessionService.loginctlAvailable
|
||||
onToggled: checked => {
|
||||
@@ -92,7 +92,7 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Lock before suspend")
|
||||
description: "Automatically lock the screen when the system prepares to suspend"
|
||||
description: I18n.tr("Automatically lock the screen when the system prepares to suspend")
|
||||
checked: SessionData.lockBeforeSuspend
|
||||
visible: SessionService.loginctlAvailable && SessionData.loginctlLockIntegration
|
||||
onToggled: checked => SessionData.setLockBeforeSuspend(checked)
|
||||
@@ -101,7 +101,7 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Enable fingerprint authentication")
|
||||
description: "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)"
|
||||
description: I18n.tr("Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)")
|
||||
checked: SettingsData.enableFprint
|
||||
visible: SettingsData.fprintdAvailable
|
||||
onToggled: checked => SettingsData.setEnableFprint(checked)
|
||||
@@ -350,7 +350,7 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Show Confirmation on Power Actions")
|
||||
description: "Request confirmation on power off, restart, suspend, hibernate and logout actions"
|
||||
description: I18n.tr("Request confirmation on power off, restart, suspend, hibernate and logout actions")
|
||||
checked: SettingsData.powerActionConfirm
|
||||
onToggled: checked => SettingsData.setPowerActionConfirm(checked)
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ Rectangle {
|
||||
"text": I18n.tr("Theme & Colors"),
|
||||
"icon": "palette"
|
||||
}, {
|
||||
"text": I18n.tr("Power & Battery"),
|
||||
"text": I18n.tr("Power & Security"),
|
||||
"icon": "power"
|
||||
}, {
|
||||
"text": I18n.tr("Plugins"),
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
{
|
||||
"term": "24-hour format",
|
||||
"context": "24-hour format",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:833",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:834",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@
|
||||
{
|
||||
"term": "All",
|
||||
"context": "All",
|
||||
"reference": "Services/AppSearchService.qml:217, Services/AppSearchService.qml:233, Modals/Spotlight/SpotlightModal.qml:39, Modules/AppDrawer/CategorySelector.qml:11, Modules/AppDrawer/AppLauncher.qml:12, Modules/AppDrawer/AppLauncher.qml:23, Modules/AppDrawer/AppLauncher.qml:24, Modules/AppDrawer/AppLauncher.qml:41, Modules/AppDrawer/AppLauncher.qml:42, Modules/AppDrawer/AppLauncher.qml:69, Modules/AppDrawer/AppDrawerPopout.qml:45",
|
||||
"reference": "Services/AppSearchService.qml:217, Services/AppSearchService.qml:233, Modals/Spotlight/SpotlightModal.qml:39, Modules/AppDrawer/CategorySelector.qml:11, Modules/AppDrawer/AppLauncher.qml:12, Modules/AppDrawer/AppLauncher.qml:23, Modules/AppDrawer/AppLauncher.qml:24, Modules/AppDrawer/AppLauncher.qml:41, Modules/AppDrawer/AppLauncher.qml:42, Modules/AppDrawer/AppLauncher.qml:76, Modules/AppDrawer/AppDrawerPopout.qml:45",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@
|
||||
{
|
||||
"term": "All displays",
|
||||
"context": "All displays",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:663",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:666",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,13 @@
|
||||
{
|
||||
"term": "Animation Speed",
|
||||
"context": "Animation Speed",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1166",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1167",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Anonymous Identity (optional)",
|
||||
"context": "Anonymous Identity (optional)",
|
||||
"reference": "Modals/WifiPasswordModal.qml:388",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -194,7 +200,7 @@
|
||||
{
|
||||
"term": "Apps are ordered by usage frequency, then last used, then alphabetically.",
|
||||
"context": "Apps are ordered by usage frequency, then last used, then alphabetically.",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:543",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:608",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -284,7 +290,7 @@
|
||||
{
|
||||
"term": "Auto-location",
|
||||
"context": "Auto-location",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:366",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:364",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -326,7 +332,7 @@
|
||||
{
|
||||
"term": "Automatically extract colors from wallpaper",
|
||||
"context": "Automatically extract colors from wallpaper",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1024",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1025",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -338,7 +344,13 @@
|
||||
{
|
||||
"term": "Automatically lock after",
|
||||
"context": "Automatically lock after",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:157",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:166",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically lock the screen when the system prepares to suspend",
|
||||
"context": "Automatically lock the screen when the system prepares to suspend",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:95",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -356,7 +368,7 @@
|
||||
{
|
||||
"term": "Available Screens (",
|
||||
"context": "Available Screens (",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:506",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:509",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -383,6 +395,12 @@
|
||||
"reference": "Modals/Settings/PowerSettings.qml:22",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen",
|
||||
"context": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:82",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Bluetooth Icon",
|
||||
"context": "Bluetooth Icon",
|
||||
@@ -470,7 +488,7 @@
|
||||
{
|
||||
"term": "Cancel",
|
||||
"context": "Cancel",
|
||||
"reference": "Modals/DankColorPickerModal.qml:548, Modals/WifiPasswordModal.qml:300, Modals/FileBrowser/FileBrowserModal.qml:950, Modules/Settings/PluginsTab.qml:1220",
|
||||
"reference": "Modals/DankColorPickerModal.qml:548, Modals/WifiPasswordModal.qml:491, Modals/FileBrowser/FileBrowserModal.qml:950, Modules/Settings/PluginsTab.qml:1220",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -608,25 +626,25 @@
|
||||
{
|
||||
"term": "Configure which displays show shell components",
|
||||
"context": "Configure which displays show shell components",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:490",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:493",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Connect",
|
||||
"context": "Connect",
|
||||
"reference": "Modals/WifiPasswordModal.qml:332",
|
||||
"reference": "Modals/WifiPasswordModal.qml:527",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Connect to Wi-Fi",
|
||||
"context": "Connect to Wi-Fi",
|
||||
"reference": "Modals/WifiPasswordModal.qml:103",
|
||||
"reference": "Modals/WifiPasswordModal.qml:124",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Connected Displays",
|
||||
"context": "Connected Displays",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:483",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:486",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -752,7 +770,7 @@
|
||||
{
|
||||
"term": "DEMO MODE - Click anywhere to exit",
|
||||
"context": "DEMO MODE - Click anywhere to exit",
|
||||
"reference": "Modules/Lock/LockScreenContent.qml:602",
|
||||
"reference": "Modules/Lock/LockScreenContent.qml:629",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -776,7 +794,7 @@
|
||||
{
|
||||
"term": "Daily at:",
|
||||
"context": "Daily at:",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:758",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:759",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -932,7 +950,7 @@
|
||||
{
|
||||
"term": "Dynamic Theming",
|
||||
"context": "Dynamic Theming",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1017",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1018",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -959,6 +977,12 @@
|
||||
"reference": "Modules/ProcessList/SystemOverview.qml:391",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable System Sounds",
|
||||
"context": "Enable System Sounds",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1228",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable Weather",
|
||||
"context": "Enable Weather",
|
||||
@@ -971,6 +995,12 @@
|
||||
"reference": "Modules/ControlCenter/Details/NetworkDetail.qml:169",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable fingerprint authentication",
|
||||
"context": "Enable fingerprint authentication",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:103",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable loginctl lock integration",
|
||||
"context": "Enable loginctl lock integration",
|
||||
@@ -983,6 +1013,12 @@
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:315",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter credentials for ",
|
||||
"context": "Enter credentials for ",
|
||||
"reference": "Modals/WifiPasswordModal.qml:131",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter custom lock screen format (e.g., dddd, MMMM d)",
|
||||
"context": "Enter custom lock screen format (e.g., dddd, MMMM d)",
|
||||
@@ -1001,6 +1037,12 @@
|
||||
"reference": "Modals/FileBrowser/FileBrowserModal.qml:783",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter password for ",
|
||||
"context": "Enter password for ",
|
||||
"reference": "Modals/WifiPasswordModal.qml:131",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Exclusive Zone Offset",
|
||||
"context": "Exclusive Zone Offset",
|
||||
@@ -1010,7 +1052,7 @@
|
||||
{
|
||||
"term": "Execute templates from ~/.config/matugen/config.toml",
|
||||
"context": "Execute templates from ~/.config/matugen/config.toml",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1108",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1109",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1214,7 +1256,7 @@
|
||||
{
|
||||
"term": "Hibernate system after",
|
||||
"context": "Hibernate system after",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:265",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:274",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1226,13 +1268,13 @@
|
||||
{
|
||||
"term": "Hour",
|
||||
"context": "Hour",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:244",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:252",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "How often to change wallpaper",
|
||||
"context": "How often to change wallpaper",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:704",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:705",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1253,12 +1295,6 @@
|
||||
"reference": "Modules/Settings/ThemeColorsTab.qml:1204",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Idle & Lock Screen",
|
||||
"context": "Idle & Lock Screen",
|
||||
"reference": "Modals/Settings/SettingsSidebar.qml:36",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Idle Inhibitor",
|
||||
"context": "Idle Inhibitor",
|
||||
@@ -1268,13 +1304,13 @@
|
||||
{
|
||||
"term": "Idle Settings",
|
||||
"context": "Idle Settings",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:129",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:138",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Idle monitoring not supported - requires newer Quickshell version",
|
||||
"context": "Idle monitoring not supported - requires newer Quickshell version",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:298",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:307",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1286,7 +1322,7 @@
|
||||
{
|
||||
"term": "Include Transitions",
|
||||
"context": "Include Transitions",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:869",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:870",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1310,7 +1346,7 @@
|
||||
{
|
||||
"term": "Interval",
|
||||
"context": "Interval",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:703",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:704",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1340,13 +1376,13 @@
|
||||
{
|
||||
"term": "Latitude",
|
||||
"context": "Latitude",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:396, Modules/Settings/TimeWeatherTab.qml:602",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:398, Modules/Settings/TimeWeatherTab.qml:602",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Launch",
|
||||
"context": "Launch",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:253, Modules/AppDrawer/AppDrawerPopout.qml:891",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:254, Modules/AppDrawer/AppDrawerPopout.qml:895",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1358,7 +1394,7 @@
|
||||
{
|
||||
"term": "Launch on dGPU",
|
||||
"context": "Launch on dGPU",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:315, Modules/AppDrawer/AppDrawerPopout.qml:951, Modules/Dock/DockContextMenu.qml:426",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:316, Modules/AppDrawer/AppDrawerPopout.qml:955, Modules/Dock/DockContextMenu.qml:426",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1376,7 +1412,7 @@
|
||||
{
|
||||
"term": "Light Mode",
|
||||
"context": "Light Mode",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:937",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:938",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1430,7 +1466,7 @@
|
||||
{
|
||||
"term": "Longitude",
|
||||
"context": "Longitude",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:419, Modules/Settings/TimeWeatherTab.qml:653",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:421, Modules/Settings/TimeWeatherTab.qml:653",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1448,7 +1484,7 @@
|
||||
{
|
||||
"term": "Manual Coordinates",
|
||||
"context": "Manual Coordinates",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:382",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:386",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1472,13 +1508,13 @@
|
||||
{
|
||||
"term": "Matugen Palette",
|
||||
"context": "Matugen Palette",
|
||||
"reference": "Modules/Settings/ThemeColorsTab.qml:629, Modules/Settings/PersonalizationTab.qml:1049",
|
||||
"reference": "Modules/Settings/ThemeColorsTab.qml:629, Modules/Settings/PersonalizationTab.qml:1050",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Matugen Settings",
|
||||
"context": "Matugen Settings",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:992",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:993",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1532,7 +1568,7 @@
|
||||
{
|
||||
"term": "Minute",
|
||||
"context": "Minute",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:253",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:260",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1631,6 +1667,12 @@
|
||||
"reference": "Modules/Notepad/NotepadTextEditor.qml:543",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "New Notification",
|
||||
"context": "New Notification",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1276",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "New York, NY",
|
||||
"context": "New York, NY",
|
||||
@@ -1718,7 +1760,7 @@
|
||||
{
|
||||
"term": "Notepad",
|
||||
"context": "Notepad",
|
||||
"reference": "DMSShell.qml:394, Modules/Settings/DankBarTab.qml:175",
|
||||
"reference": "DMSShell.qml:400, Modules/Settings/DankBarTab.qml:175",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1829,6 +1871,12 @@
|
||||
"reference": "Modules/Settings/DockTab.qml:376",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Password",
|
||||
"context": "Password",
|
||||
"reference": "Modals/WifiPasswordModal.qml:211",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Per-Mode Wallpapers",
|
||||
"context": "Per-Mode Wallpapers",
|
||||
@@ -1862,7 +1910,7 @@
|
||||
{
|
||||
"term": "Pin to Dock",
|
||||
"context": "Pin to Dock",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:110, Modals/Spotlight/SpotlightContextMenu.qml:113, Modules/AppDrawer/AppDrawerPopout.qml:756, Modules/Dock/DockContextMenu.qml:379",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:111, Modals/Spotlight/SpotlightContextMenu.qml:114, Modules/AppDrawer/AppDrawerPopout.qml:758, Modules/Dock/DockContextMenu.qml:379",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -1877,6 +1925,36 @@
|
||||
"reference": "Modules/Settings/PluginsTab.qml:569",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when new notification arrives",
|
||||
"context": "Play sound when new notification arrives",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1282",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when power cable is connected",
|
||||
"context": "Play sound when power cable is connected",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1351",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when volume is adjusted",
|
||||
"context": "Play sound when volume is adjusted",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1316",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sounds for system events",
|
||||
"context": "Play sounds for system events",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1235",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Plugged In",
|
||||
"context": "Plugged In",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1345",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Plugin Directory",
|
||||
"context": "Plugin Directory",
|
||||
@@ -1919,6 +1997,18 @@
|
||||
"reference": "Modules/Settings/DankBarTab.qml:698",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power & Security",
|
||||
"context": "Power & Security",
|
||||
"reference": "Modals/Settings/SettingsSidebar.qml:36",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power Action Confirmation",
|
||||
"context": "Power Action Confirmation",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:342",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power Off",
|
||||
"context": "Power Off",
|
||||
@@ -1997,6 +2087,12 @@
|
||||
"reference": "Modules/DankDash/WeatherTab.qml:448, Modules/Settings/TimeWeatherTab.qml:1212",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Realm / Domain (optional)",
|
||||
"context": "Realm / Domain (optional)",
|
||||
"reference": "Modals/WifiPasswordModal.qml:294",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Reboot",
|
||||
"context": "Reboot",
|
||||
@@ -2012,7 +2108,7 @@
|
||||
{
|
||||
"term": "Recently Used Apps",
|
||||
"context": "Recently Used Apps",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:513",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:578",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2027,6 +2123,12 @@
|
||||
"reference": "Modules/Plugins/ListSetting.qml:114, Modules/Plugins/ListSettingWithInput.qml:230",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Request confirmation on power off, restart, suspend, hibernate and logout actions",
|
||||
"context": "Request confirmation on power off, restart, suspend, hibernate and logout actions",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:353",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Reset",
|
||||
"context": "Reset",
|
||||
@@ -2036,7 +2138,7 @@
|
||||
{
|
||||
"term": "Run User Templates",
|
||||
"context": "Run User Templates",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1101",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1102",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2114,7 +2216,7 @@
|
||||
{
|
||||
"term": "Search...",
|
||||
"context": "Search...",
|
||||
"reference": "Widgets/DankDropdown.qml:261",
|
||||
"reference": "Widgets/DankDropdown.qml:263",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2168,7 +2270,7 @@
|
||||
{
|
||||
"term": "Select which transitions to include in randomization",
|
||||
"context": "Select which transitions to include in randomization",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:876",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:877",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2177,6 +2279,12 @@
|
||||
"reference": "Modules/Settings/DankBarTab.qml:156",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Server Domain for certificate (optional)",
|
||||
"context": "Server Domain for certificate (optional)",
|
||||
"reference": "Modals/WifiPasswordModal.qml:420",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Set different wallpapers for each connected monitor",
|
||||
"context": "Set different wallpapers for each connected monitor",
|
||||
@@ -2201,6 +2309,12 @@
|
||||
"reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:9",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show Confirmation on Power Actions",
|
||||
"context": "Show Confirmation on Power Actions",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:352",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show Dock",
|
||||
"context": "Show Dock",
|
||||
@@ -2234,19 +2348,25 @@
|
||||
{
|
||||
"term": "Show on all connected displays",
|
||||
"context": "Show on all connected displays",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:664",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:667",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show on screens:",
|
||||
"context": "Show on screens:",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:648",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:651",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show password",
|
||||
"context": "Show password",
|
||||
"reference": "Modals/WifiPasswordModal.qml:272",
|
||||
"reference": "Modals/WifiPasswordModal.qml:463",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show power, restart, and logout buttons on the lock screen",
|
||||
"context": "Show power, restart, and logout buttons on the lock screen",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:65",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2285,6 +2405,12 @@
|
||||
"reference": "Modules/Settings/LauncherTab.qml:273",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Sort Alphabetically",
|
||||
"context": "Sort Alphabetically",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:488",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Spacer",
|
||||
"context": "Spacer",
|
||||
@@ -2306,7 +2432,7 @@
|
||||
{
|
||||
"term": "Start",
|
||||
"context": "Start",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:268",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:272",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2342,7 +2468,7 @@
|
||||
{
|
||||
"term": "Suspend system after",
|
||||
"context": "Suspend system after",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:229",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:238",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2540,19 +2666,19 @@
|
||||
{
|
||||
"term": "Transition Effect",
|
||||
"context": "Transition Effect",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:850",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:851",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Turn off monitors after",
|
||||
"context": "Turn off monitors after",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:193",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:202",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Unpin from Dock",
|
||||
"context": "Unpin from Dock",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:113, Modules/AppDrawer/AppDrawerPopout.qml:756, Modules/Dock/DockContextMenu.qml:379",
|
||||
"reference": "Modals/Spotlight/SpotlightContextMenu.qml:114, Modules/AppDrawer/AppDrawerPopout.qml:758, Modules/Dock/DockContextMenu.qml:379",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2621,10 +2747,16 @@
|
||||
"reference": "Modules/Settings/WidgetTweaksTab.qml:231",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)",
|
||||
"context": "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)",
|
||||
"reference": "Modals/Settings/PowerSettings.qml:104",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Use light theme instead of dark theme",
|
||||
"context": "Use light theme instead of dark theme",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:944",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:945",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2639,10 +2771,16 @@
|
||||
"reference": "Modules/ProcessList/SystemTab.qml:467",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Username",
|
||||
"context": "Username",
|
||||
"reference": "Modals/WifiPasswordModal.qml:174",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Uses sunrise/sunset times to automatically adjust night mode based on your location.",
|
||||
"context": "Uses sunrise/sunset times to automatically adjust night mode based on your location.",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:440",
|
||||
"reference": "Modules/Settings/DisplaysTab.qml:442",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2684,7 +2822,13 @@
|
||||
{
|
||||
"term": "Visual effect used when wallpaper changes",
|
||||
"context": "Visual effect used when wallpaper changes",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:851",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:852",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Volume Changed",
|
||||
"context": "Volume Changed",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1310",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
@@ -2711,6 +2855,12 @@
|
||||
"reference": "Modules/Settings/DankBarTab.qml:55",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.",
|
||||
"context": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.",
|
||||
"reference": "Modules/Settings/LauncherTab.qml:517",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "WiFi is off",
|
||||
"context": "WiFi is off",
|
||||
@@ -2810,7 +2960,7 @@
|
||||
{
|
||||
"term": "matugen not detected - dynamic theming unavailable",
|
||||
"context": "matugen not detected - dynamic theming unavailable",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1128",
|
||||
"reference": "Modules/Settings/PersonalizationTab.qml:1129",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
|
||||
@@ -181,6 +181,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Anonymous Identity (optional)",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "App Launcher",
|
||||
"translation": "",
|
||||
@@ -398,6 +405,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically lock the screen when the system prepares to suspend",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Available",
|
||||
"translation": "",
|
||||
@@ -447,6 +461,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Bluetooth Icon",
|
||||
"translation": "",
|
||||
@@ -1119,6 +1140,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable System Sounds",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable Weather",
|
||||
"translation": "",
|
||||
@@ -1133,6 +1161,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable fingerprint authentication",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable loginctl lock integration",
|
||||
"translation": "",
|
||||
@@ -1147,6 +1182,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter credentials for ",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter custom lock screen format (e.g., dddd, MMMM d)",
|
||||
"translation": "",
|
||||
@@ -1168,6 +1210,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enter password for ",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Exclusive Zone Offset",
|
||||
"translation": "",
|
||||
@@ -1462,13 +1511,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Idle & Lock Screen",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Idle Inhibitor",
|
||||
"translation": "",
|
||||
@@ -1903,6 +1945,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "New Notification",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "New York, NY",
|
||||
"translation": "",
|
||||
@@ -2134,6 +2183,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Password",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Per-Mode Wallpapers",
|
||||
"translation": "",
|
||||
@@ -2190,6 +2246,41 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when new notification arrives",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when power cable is connected",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sound when volume is adjusted",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Play sounds for system events",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Plugged In",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Plugin Directory",
|
||||
"translation": "",
|
||||
@@ -2239,6 +2330,20 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power & Security",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power Action Confirmation",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Power Off",
|
||||
"translation": "",
|
||||
@@ -2330,6 +2435,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Realm / Domain (optional)",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Reboot",
|
||||
"translation": "",
|
||||
@@ -2365,6 +2477,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Request confirmation on power off, restart, suspend, hibernate and logout actions",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Reset",
|
||||
"translation": "",
|
||||
@@ -2540,6 +2659,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Server Domain for certificate (optional)",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Set different wallpapers for each connected monitor",
|
||||
"translation": "",
|
||||
@@ -2568,6 +2694,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show Confirmation on Power Actions",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show Dock",
|
||||
"translation": "",
|
||||
@@ -2624,6 +2757,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show power, restart, and logout buttons on the lock screen",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Show weather information in top bar and control center",
|
||||
"translation": "",
|
||||
@@ -2666,6 +2806,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Sort Alphabetically",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Spacer",
|
||||
"translation": "",
|
||||
@@ -3058,6 +3205,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Use light theme instead of dark theme",
|
||||
"translation": "",
|
||||
@@ -3079,6 +3233,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Username",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Uses sunrise/sunset times to automatically adjust night mode based on your location.",
|
||||
"translation": "",
|
||||
@@ -3135,6 +3296,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Volume Changed",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Wallpaper",
|
||||
"translation": "",
|
||||
@@ -3163,6 +3331,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "WiFi is off",
|
||||
"translation": "",
|
||||
|
||||
Reference in New Issue
Block a user