From f0f2e6ef729a2b43d6a1ecbd3f3faae33f1fbb18 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 3 Jan 2026 15:20:34 -0500 Subject: [PATCH] i18n: update terms --- quickshell/Widgets/DankDropdown.qml | 15 +- quickshell/Widgets/DankToggle.qml | 4 +- quickshell/translations/en.json | 468 ++++++++++------- quickshell/translations/poexports/es.json | 509 +++++++++++-------- quickshell/translations/poexports/fa.json | 81 ++- quickshell/translations/poexports/he.json | 65 +++ quickshell/translations/poexports/hu.json | 65 +++ quickshell/translations/poexports/it.json | 65 +++ quickshell/translations/poexports/ja.json | 65 +++ quickshell/translations/poexports/pl.json | 65 +++ quickshell/translations/poexports/pt.json | 221 +++++--- quickshell/translations/poexports/tr.json | 65 +++ quickshell/translations/poexports/zh_CN.json | 81 ++- quickshell/translations/poexports/zh_TW.json | 65 +++ quickshell/translations/template.json | 165 +++++- 15 files changed, 1498 insertions(+), 501 deletions(-) diff --git a/quickshell/Widgets/DankDropdown.qml b/quickshell/Widgets/DankDropdown.qml index a69cf934..02488028 100644 --- a/quickshell/Widgets/DankDropdown.qml +++ b/quickshell/Widgets/DankDropdown.qml @@ -69,7 +69,7 @@ Item { color: Theme.surfaceText font.weight: Font.Medium width: parent.width - anchors.left: parent.left + horizontalAlignment: Text.AlignLeft } StyledText { @@ -79,7 +79,7 @@ Item { visible: description.length > 0 wrapMode: Text.WordWrap width: parent.width - anchors.left: parent.left + horizontalAlignment: Text.AlignLeft } } @@ -146,6 +146,7 @@ Item { width: contentRow.width - (contentRow.children[0].visible ? contentRow.children[0].width + contentRow.spacing : 0) elide: Text.ElideRight wrapMode: Text.NoWrap + horizontalAlignment: Text.AlignLeft } } @@ -231,6 +232,8 @@ Item { } contentItem: Rectangle { + LayoutMirroring.enabled: I18n.isRtl + LayoutMirroring.childrenInherit: true color: Qt.rgba(Theme.surfaceContainer.r, Theme.surfaceContainer.g, Theme.surfaceContainer.b, 1) border.color: Theme.primary border.width: 2 @@ -313,11 +316,14 @@ Item { StyledText { anchors.left: parent.left + anchors.right: parent.right anchors.leftMargin: Theme.spacingS + anchors.rightMargin: Theme.spacingS anchors.verticalCenter: parent.verticalCenter text: root.emptyText font.pixelSize: Theme.fontSizeMedium color: Theme.surfaceVariantText + horizontalAlignment: Text.AlignLeft } } @@ -357,7 +363,9 @@ Item { Row { anchors.left: parent.left + anchors.right: parent.right anchors.leftMargin: Theme.spacingS + anchors.rightMargin: Theme.spacingS anchors.verticalCenter: parent.verticalCenter spacing: Theme.spacingS @@ -374,9 +382,10 @@ Item { font.pixelSize: Theme.fontSizeMedium color: delegateRoot.isCurrentValue ? Theme.primary : Theme.surfaceText font.weight: delegateRoot.isCurrentValue ? Font.Medium : Font.Normal - width: root.popupWidth > 0 ? undefined : (delegateRoot.width - parent.x - Theme.spacingS) + width: root.popupWidth > 0 ? undefined : (delegateRoot.width - parent.x - Theme.spacingS * 2) elide: root.popupWidth > 0 ? Text.ElideNone : Text.ElideRight wrapMode: Text.NoWrap + horizontalAlignment: Text.AlignLeft } } diff --git a/quickshell/Widgets/DankToggle.qml b/quickshell/Widgets/DankToggle.qml index 5c4a85d6..d3e08c0b 100644 --- a/quickshell/Widgets/DankToggle.qml +++ b/quickshell/Widgets/DankToggle.qml @@ -73,7 +73,7 @@ Item { font.weight: Font.Medium opacity: toggle.enabled ? 1 : 0.4 width: parent.width - anchors.left: parent.left + horizontalAlignment: Text.AlignLeft } StyledText { @@ -83,7 +83,7 @@ Item { wrapMode: Text.WordWrap width: Math.min(implicitWidth, toggle.width - 120) visible: toggle.description.length > 0 - anchors.left: parent.left + horizontalAlignment: Text.AlignLeft } } } diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json index 06a0d99f..a91fdfd8 100644 --- a/quickshell/translations/en.json +++ b/quickshell/translations/en.json @@ -20,7 +20,7 @@ { "term": "%1 class(es)", "context": "%1 class(es)", - "reference": "Modules/Settings/PrinterTab.qml:1231", + "reference": "Modules/Settings/PrinterTab.qml:1228", "comment": "" }, { @@ -29,6 +29,12 @@ "reference": "Modules/Settings/NetworkTab.qml:289", "comment": "" }, + { + "term": "%1 days ago", + "context": "%1 days ago", + "reference": "Services/NotificationService.qml:206", + "comment": "" + }, { "term": "%1 display(s)", "context": "%1 display(s)", @@ -38,13 +44,13 @@ { "term": "%1 job(s)", "context": "%1 job(s)", - "reference": "Modules/Settings/PrinterTab.qml:688", + "reference": "Modules/Settings/PrinterTab.qml:685", "comment": "" }, { "term": "%1 printer(s)", "context": "%1 printer(s)", - "reference": "Modules/Settings/PrinterTab.qml:542, Modules/Settings/PrinterTab.qml:1294", + "reference": "Modules/Settings/PrinterTab.qml:539, Modules/Settings/PrinterTab.qml:1291", "comment": "" }, { @@ -59,6 +65,12 @@ "reference": "Modules/Settings/DankBarTab.qml:417", "comment": "" }, + { + "term": "%1m ago", + "context": "%1m ago", + "reference": "Services/NotificationService.qml:196", + "comment": "" + }, { "term": "(Unnamed)", "context": "(Unnamed)", @@ -73,8 +85,8 @@ }, { "term": "1 day", - "context": "1 day", - "reference": "Modules/Settings/ClipboardTab.qml:103", + "context": "notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:262, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:280, Modules/Settings/ClipboardTab.qml:103", "comment": "" }, { @@ -115,8 +127,8 @@ }, { "term": "14 days", - "context": "14 days", - "reference": "Modules/Settings/ClipboardTab.qml:115", + "context": "notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:268, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:286, Modules/Settings/ClipboardTab.qml:115", "comment": "" }, { @@ -157,8 +169,8 @@ }, { "term": "3 days", - "context": "3 days", - "reference": "Modules/Settings/ClipboardTab.qml:107", + "context": "notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:264, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:282, Modules/Settings/ClipboardTab.qml:107", "comment": "" }, { @@ -169,8 +181,8 @@ }, { "term": "30 days", - "context": "30 days", - "reference": "Modules/Settings/ClipboardTab.qml:119", + "context": "notification history filter | notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:270, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:288, Modules/Settings/ClipboardTab.qml:119, Modules/Notifications/Center/HistoryNotificationList.qml:91", "comment": "" }, { @@ -199,8 +211,8 @@ }, { "term": "7 days", - "context": "7 days", - "reference": "Modules/Settings/ClipboardTab.qml:111", + "context": "notification history filter | notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:266, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:284, Modules/Settings/ClipboardTab.qml:111, Modules/Notifications/Center/HistoryNotificationList.qml:90", "comment": "" }, { @@ -248,13 +260,13 @@ { "term": "Accept Jobs", "context": "Accept Jobs", - "reference": "Modules/Settings/PrinterTab.qml:962", + "reference": "Modules/Settings/PrinterTab.qml:959", "comment": "" }, { "term": "Accepting", "context": "Accepting", - "reference": "Modules/Settings/PrinterTab.qml:824", + "reference": "Modules/Settings/PrinterTab.qml:821", "comment": "" }, { @@ -296,7 +308,7 @@ { "term": "Active", "context": "Active", - "reference": "Modules/Settings/NetworkTab.qml:675, Modules/ControlCenter/Details/AudioInputDetail.qml:204, Modules/ControlCenter/Details/AudioOutputDetail.qml:216", + "reference": "Modules/Settings/NetworkTab.qml:689, Modules/ControlCenter/Details/AudioInputDetail.qml:204, Modules/ControlCenter/Details/AudioOutputDetail.qml:216", "comment": "" }, { @@ -392,7 +404,7 @@ { "term": "Advanced", "context": "Advanced", - "reference": "Modules/Settings/PowerSleepTab.qml:539, Modules/Settings/ClipboardTab.qml:321", + "reference": "Modules/Settings/PowerSleepTab.qml:574, Modules/Settings/ClipboardTab.qml:321", "comment": "" }, { @@ -403,8 +415,8 @@ }, { "term": "All", - "context": "All", - "reference": "Services/AppSearchService.qml:314, Services/AppSearchService.qml:330, Modals/Spotlight/SpotlightModal.qml:65, Modules/AppDrawer/CategorySelector.qml:11, Modules/AppDrawer/AppLauncher.qml:16, Modules/AppDrawer/AppLauncher.qml:27, Modules/AppDrawer/AppLauncher.qml:28, Modules/AppDrawer/AppLauncher.qml:45, Modules/AppDrawer/AppLauncher.qml:46, Modules/AppDrawer/AppLauncher.qml:84, Modules/AppDrawer/AppDrawerPopout.qml:57, Modules/Settings/KeybindsTab.qml:378, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:94, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:109", + "context": "notification history filter", + "reference": "Services/AppSearchService.qml:319, Services/AppSearchService.qml:335, Modals/Spotlight/SpotlightModal.qml:65, Modules/AppDrawer/CategorySelector.qml:11, Modules/AppDrawer/AppLauncher.qml:16, Modules/AppDrawer/AppLauncher.qml:27, Modules/AppDrawer/AppLauncher.qml:28, Modules/AppDrawer/AppLauncher.qml:45, Modules/AppDrawer/AppLauncher.qml:46, Modules/AppDrawer/AppLauncher.qml:84, Modules/AppDrawer/AppDrawerPopout.qml:57, Modules/Settings/KeybindsTab.qml:378, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:94, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:109, Modules/Notifications/Center/HistoryNotificationList.qml:86", "comment": "" }, { @@ -620,13 +632,13 @@ { "term": "Auth", "context": "Auth", - "reference": "Widgets/VpnProfileDelegate.qml:54, Modules/Settings/NetworkTab.qml:1752", + "reference": "Widgets/VpnProfileDelegate.qml:54, Modules/Settings/NetworkTab.qml:1807", "comment": "" }, { "term": "Auth Type", "context": "Auth Type", - "reference": "Widgets/VpnProfileDelegate.qml:72, Modules/Settings/NetworkTab.qml:1767", + "reference": "Widgets/VpnProfileDelegate.qml:72, Modules/Settings/NetworkTab.qml:1822", "comment": "" }, { @@ -674,7 +686,7 @@ { "term": "Auto", "context": "Auto", - "reference": "Modules/Settings/NetworkTab.qml:207, Modules/Settings/NetworkTab.qml:802, Modules/Settings/NetworkTab.qml:806, Modules/Settings/NetworkTab.qml:807, Modules/Settings/NetworkTab.qml:810, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/ControlCenter/Details/NetworkDetail.qml:102, Modules/ControlCenter/Details/NetworkDetail.qml:103, Modules/ControlCenter/Details/NetworkDetail.qml:106, Modules/ControlCenter/Details/NetworkDetail.qml:109", + "reference": "Modules/Settings/NetworkTab.qml:207, Modules/Settings/NetworkTab.qml:807, Modules/Settings/NetworkTab.qml:811, Modules/Settings/NetworkTab.qml:812, Modules/Settings/NetworkTab.qml:815, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/ControlCenter/Details/NetworkDetail.qml:102, Modules/ControlCenter/Details/NetworkDetail.qml:103, Modules/ControlCenter/Details/NetworkDetail.qml:106, Modules/ControlCenter/Details/NetworkDetail.qml:109", "comment": "" }, { @@ -707,6 +719,12 @@ "reference": "Modules/Settings/LauncherTab.qml:366", "comment": "" }, + { + "term": "Auto-delete notifications older than this", + "context": "notification history setting", + "reference": "Modules/Settings/NotificationsTab.qml:256", + "comment": "" + }, { "term": "Auto-hide", "context": "Auto-hide", @@ -728,7 +746,7 @@ { "term": "Autoconnect", "context": "Autoconnect", - "reference": "Widgets/VpnProfileDelegate.qml:77, Modules/Settings/NetworkTab.qml:1355, Modules/Settings/NetworkTab.qml:1771", + "reference": "Widgets/VpnProfileDelegate.qml:77, Modules/Settings/NetworkTab.qml:1388, Modules/Settings/NetworkTab.qml:1826", "comment": "" }, { @@ -782,13 +800,13 @@ { "term": "Automatically lock after", "context": "Automatically lock after", - "reference": "Modules/Settings/PowerSleepTab.qml:161", + "reference": "Modules/Settings/PowerSleepTab.qml:196", "comment": "" }, { "term": "Automatically lock the screen when the system prepares to suspend", "context": "Automatically lock the screen when the system prepares to suspend", - "reference": "Modules/Settings/PowerSleepTab.qml:79, Modules/Settings/LockScreenTab.qml:113", + "reference": "Modules/Settings/PowerSleepTab.qml:88, Modules/Settings/LockScreenTab.qml:113", "comment": "" }, { @@ -806,7 +824,7 @@ { "term": "Available Networks", "context": "Available Networks", - "reference": "Modules/Settings/NetworkTab.qml:928", + "reference": "Modules/Settings/NetworkTab.qml:933", "comment": "" }, { @@ -824,7 +842,7 @@ { "term": "BSSID", "context": "BSSID", - "reference": "Modules/Settings/NetworkTab.qml:1303", + "reference": "Modules/Settings/NetworkTab.qml:1336", "comment": "" }, { @@ -854,7 +872,7 @@ { "term": "Balanced palette with focused accents (default).", "context": "Balanced palette with focused accents (default).", - "reference": "Common/Theme.qml:204", + "reference": "Common/Theme.qml:230", "comment": "" }, { @@ -878,7 +896,7 @@ { "term": "Battery Charge Limit", "context": "Battery Charge Limit", - "reference": "Modules/Settings/PowerSleepTab.qml:547", + "reference": "Modules/Settings/PowerSleepTab.qml:582", "comment": "" }, { @@ -1220,7 +1238,7 @@ { "term": "Channel", "context": "Channel", - "reference": "Modules/Settings/NetworkTab.qml:1288", + "reference": "Modules/Settings/NetworkTab.qml:1321", "comment": "" }, { @@ -1310,19 +1328,19 @@ { "term": "Cipher", "context": "Cipher", - "reference": "Widgets/VpnProfileDelegate.qml:48, Modules/Settings/NetworkTab.qml:1747", + "reference": "Widgets/VpnProfileDelegate.qml:48, Modules/Settings/NetworkTab.qml:1802", "comment": "" }, { "term": "Clear", "context": "Clear", - "reference": "Modules/Settings/PrinterTab.qml:1042, Modules/Notifications/Center/NotificationHeader.qml:98", + "reference": "Modules/Settings/PrinterTab.qml:1039, Modules/Notifications/Center/NotificationHeader.qml:117", "comment": "" }, { "term": "Clear All", "context": "Clear All", - "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:221, Modules/Settings/PrinterTab.qml:1026", + "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:221, Modules/Settings/PrinterTab.qml:1023", "comment": "" }, { @@ -1334,7 +1352,7 @@ { "term": "Clear All Jobs", "context": "Clear All Jobs", - "reference": "Modules/Settings/PrinterTab.qml:1040", + "reference": "Modules/Settings/PrinterTab.qml:1037", "comment": "" }, { @@ -1364,7 +1382,7 @@ { "term": "Click Import to add a .ovpn or .conf", "context": "Click Import to add a .ovpn or .conf", - "reference": "Widgets/VpnDetailContent.qml:181, Modules/Settings/NetworkTab.qml:1534", + "reference": "Widgets/VpnDetailContent.qml:181, Modules/Settings/NetworkTab.qml:1567", "comment": "" }, { @@ -1508,7 +1526,7 @@ { "term": "Colorful mix of bright contrasting accents.", "context": "Colorful mix of bright contrasting accents.", - "reference": "Common/Theme.qml:224", + "reference": "Common/Theme.qml:250", "comment": "" }, { @@ -1658,7 +1676,7 @@ { "term": "Connected", "context": "Connected", - "reference": "Modules/Settings/AboutTab.qml:669, Modules/Settings/NetworkTab.qml:385, Modules/Settings/NetworkTab.qml:1092, Modules/Settings/NetworkTab.qml:1416, Modules/ControlCenter/Details/BluetoothDetail.qml:250, Modules/ControlCenter/Details/NetworkDetail.qml:564, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21", + "reference": "Modules/Settings/AboutTab.qml:669, Modules/Settings/NetworkTab.qml:385, Modules/Settings/NetworkTab.qml:1111, Modules/Settings/NetworkTab.qml:1449, Modules/ControlCenter/Details/BluetoothDetail.qml:250, Modules/ControlCenter/Details/NetworkDetail.qml:564, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21", "comment": "" }, { @@ -1772,19 +1790,25 @@ { "term": "Create Printer", "context": "Create Printer", - "reference": "Modules/Settings/PrinterTab.qml:482", + "reference": "Modules/Settings/PrinterTab.qml:479", "comment": "" }, { "term": "Creating...", "context": "Creating...", - "reference": "Modules/Settings/PrinterTab.qml:482", + "reference": "Modules/Settings/PrinterTab.qml:479", "comment": "" }, { "term": "Critical Priority", "context": "Critical Priority", - "reference": "Modules/Settings/NotificationsTab.qml:208, Modules/Notifications/Center/NotificationSettings.qml:190", + "reference": "Modules/Settings/NotificationsTab.qml:208, Modules/Settings/NotificationsTab.qml:315, Modules/Notifications/Center/NotificationSettings.qml:203, Modules/Notifications/Center/NotificationSettings.qml:366", + "comment": "" + }, + { + "term": "Current", + "context": "notification center tab", + "reference": "Modules/Notifications/Center/NotificationHeader.qml:151", "comment": "" }, { @@ -1856,7 +1880,7 @@ { "term": "Custom Hibernate Command", "context": "Custom Hibernate Command", - "reference": "Modules/Settings/PowerSleepTab.qml:488", + "reference": "Modules/Settings/PowerSleepTab.qml:523", "comment": "" }, { @@ -1868,37 +1892,37 @@ { "term": "Custom Lock Command", "context": "Custom Lock Command", - "reference": "Modules/Settings/PowerSleepTab.qml:473", + "reference": "Modules/Settings/PowerSleepTab.qml:508", "comment": "" }, { "term": "Custom Logout Command", "context": "Custom Logout Command", - "reference": "Modules/Settings/PowerSleepTab.qml:478", + "reference": "Modules/Settings/PowerSleepTab.qml:513", "comment": "" }, { "term": "Custom Power Actions", "context": "Custom Power Actions", - "reference": "Modules/Settings/PowerSleepTab.qml:466", + "reference": "Modules/Settings/PowerSleepTab.qml:501", "comment": "" }, { "term": "Custom Power Off Command", "context": "Custom Power Off Command", - "reference": "Modules/Settings/PowerSleepTab.qml:498", + "reference": "Modules/Settings/PowerSleepTab.qml:533", "comment": "" }, { "term": "Custom Reboot Command", "context": "Custom Reboot Command", - "reference": "Modules/Settings/PowerSleepTab.qml:493", + "reference": "Modules/Settings/PowerSleepTab.qml:528", "comment": "" }, { "term": "Custom Suspend Command", "context": "Custom Suspend Command", - "reference": "Modules/Settings/PowerSleepTab.qml:483", + "reference": "Modules/Settings/PowerSleepTab.qml:518", "comment": "" }, { @@ -1934,7 +1958,7 @@ { "term": "Customize which actions appear in the power menu", "context": "Customize which actions appear in the power menu", - "reference": "Modules/Settings/PowerSleepTab.qml:316", + "reference": "Modules/Settings/PowerSleepTab.qml:351", "comment": "" }, { @@ -2090,7 +2114,7 @@ { "term": "Default selected action", "context": "Default selected action", - "reference": "Modules/Settings/PowerSleepTab.qml:336", + "reference": "Modules/Settings/PowerSleepTab.qml:371", "comment": "" }, { @@ -2108,37 +2132,37 @@ { "term": "Delete", "context": "Delete", - "reference": "Widgets/VpnDetailContent.qml:218, Modules/Settings/DesktopWidgetInstanceCard.qml:146, Modules/Settings/PrinterTab.qml:750, Modules/Settings/PrinterTab.qml:1330, Modules/Settings/NetworkTab.qml:1679", + "reference": "Widgets/VpnDetailContent.qml:218, Modules/Settings/DesktopWidgetInstanceCard.qml:146, Modules/Settings/PrinterTab.qml:747, Modules/Settings/PrinterTab.qml:1327, Modules/Settings/NetworkTab.qml:1712", "comment": "" }, { "term": "Delete Class", "context": "Delete Class", - "reference": "Modules/Settings/PrinterTab.qml:1328", + "reference": "Modules/Settings/PrinterTab.qml:1325", "comment": "" }, { "term": "Delete Printer", "context": "Delete Printer", - "reference": "Modules/Settings/PrinterTab.qml:748", + "reference": "Modules/Settings/PrinterTab.qml:745", "comment": "" }, { "term": "Delete VPN", "context": "Delete VPN", - "reference": "Widgets/VpnDetailContent.qml:216, Modules/Settings/NetworkTab.qml:1677", + "reference": "Widgets/VpnDetailContent.qml:216, Modules/Settings/NetworkTab.qml:1710", "comment": "" }, { "term": "Derives colors that closely match the underlying image.", "context": "Derives colors that closely match the underlying image.", - "reference": "Common/Theme.qml:212", + "reference": "Common/Theme.qml:238", "comment": "" }, { "term": "Description", "context": "Description", - "reference": "Modules/Settings/PrinterTab.qml:458", + "reference": "Modules/Settings/PrinterTab.qml:456", "comment": "" }, { @@ -2168,7 +2192,7 @@ { "term": "Development", "context": "Development", - "reference": "Services/AppSearchService.qml:258, Services/AppSearchService.qml:259, Services/AppSearchService.qml:260, Widgets/DankIconPicker.qml:32", + "reference": "Services/AppSearchService.qml:263, Services/AppSearchService.qml:264, Services/AppSearchService.qml:265, Widgets/DankIconPicker.qml:32", "comment": "" }, { @@ -2222,7 +2246,7 @@ { "term": "Disabled", "context": "Disabled", - "reference": "Modules/Settings/NetworkTab.qml:742, Modules/Settings/DankBarTab.qml:431, Modules/Settings/DisplayConfig/DisplayConfigState.qml:847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:855, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867", + "reference": "Modules/Settings/NetworkTab.qml:756, Modules/Settings/DankBarTab.qml:431, Modules/Settings/DisplayConfig/DisplayConfigState.qml:847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:855, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867", "comment": "" }, { @@ -2240,13 +2264,13 @@ { "term": "Disconnect", "context": "Disconnect", - "reference": "Widgets/VpnDetailContent.qml:121, Modules/Settings/NetworkTab.qml:1485, Modules/ControlCenter/Details/BluetoothDetail.qml:549, Modules/ControlCenter/Details/NetworkDetail.qml:395, Modules/ControlCenter/Details/NetworkDetail.qml:717", + "reference": "Widgets/VpnDetailContent.qml:121, Modules/Settings/NetworkTab.qml:1518, Modules/ControlCenter/Details/BluetoothDetail.qml:549, Modules/ControlCenter/Details/NetworkDetail.qml:395, Modules/ControlCenter/Details/NetworkDetail.qml:717", "comment": "" }, { "term": "Disconnected", "context": "Disconnected", - "reference": "Modules/Settings/NetworkTab.qml:162, Modules/Settings/NetworkTab.qml:387, Modules/Settings/NetworkTab.qml:1413, Modules/Settings/DisplayConfig/OutputCard.qml:67, Modules/Settings/DisplayConfig/MonitorRect.qml:92, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18", + "reference": "Modules/Settings/NetworkTab.qml:162, Modules/Settings/NetworkTab.qml:387, Modules/Settings/NetworkTab.qml:1446, Modules/Settings/DisplayConfig/OutputCard.qml:67, Modules/Settings/DisplayConfig/MonitorRect.qml:92, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18", "comment": "" }, { @@ -2300,7 +2324,7 @@ { "term": "Display all priorities over fullscreen apps", "context": "Display all priorities over fullscreen apps", - "reference": "Modules/Settings/NotificationsTab.qml:143, Modules/Notifications/Center/NotificationSettings.qml:237", + "reference": "Modules/Settings/NotificationsTab.qml:143, Modules/Notifications/Center/NotificationSettings.qml:251", "comment": "" }, { @@ -2342,7 +2366,7 @@ { "term": "Display power menu actions in a grid instead of a list", "context": "Display power menu actions in a grid instead of a list", - "reference": "Modules/Settings/PowerSleepTab.qml:327", + "reference": "Modules/Settings/PowerSleepTab.qml:362", "comment": "" }, { @@ -2378,13 +2402,13 @@ { "term": "Diverse palette spanning the full spectrum.", "context": "Diverse palette spanning the full spectrum.", - "reference": "Common/Theme.qml:236", + "reference": "Common/Theme.qml:262", "comment": "" }, { "term": "Do Not Disturb", "context": "Do Not Disturb", - "reference": "Modules/Settings/NotificationsTab.qml:152, Modules/ControlCenter/Models/WidgetModel.qml:85, Modules/ControlCenter/Components/DragDropGrid.qml:605, Modules/Notifications/Center/NotificationHeader.qml:41, Modules/Notifications/Center/NotificationSettings.qml:131", + "reference": "Modules/Settings/NotificationsTab.qml:152, Modules/ControlCenter/Models/WidgetModel.qml:85, Modules/ControlCenter/Components/DragDropGrid.qml:605, Modules/Notifications/Center/NotificationHeader.qml:63, Modules/Notifications/Center/NotificationSettings.qml:143", "comment": "" }, { @@ -2432,7 +2456,7 @@ { "term": "Don't Change", "context": "Don't Change", - "reference": "Modules/Settings/PowerSleepTab.qml:114", + "reference": "Modules/Settings/PowerSleepTab.qml:149", "comment": "" }, { @@ -2510,7 +2534,7 @@ { "term": "Education", "context": "Education", - "reference": "Services/AppSearchService.qml:261", + "reference": "Services/AppSearchService.qml:266", "comment": "" }, { @@ -2549,6 +2573,12 @@ "reference": "Modules/ProcessList/SystemOverview.qml:391", "comment": "" }, + { + "term": "Enable History", + "context": "notification history toggle label", + "reference": "Modules/Settings/NotificationsTab.qml:232", + "comment": "" + }, { "term": "Enable Overview Overlay", "context": "Enable Overview Overlay", @@ -2684,7 +2714,7 @@ { "term": "Enterprise", "context": "Enterprise", - "reference": "Modules/Settings/NetworkTab.qml:1308", + "reference": "Modules/Settings/NetworkTab.qml:1341", "comment": "" }, { @@ -2729,18 +2759,18 @@ "reference": "Modals/FileBrowser/FileInfo.qml:200", "comment": "" }, - { - "term": "Fade grace period", - "context": "Fade grace period", - "reference": "Modules/Settings/PowerSleepTab.qml:92", - "comment": "" - }, { "term": "Fade to lock screen", "context": "Fade to lock screen", "reference": "Modules/Settings/PowerSleepTab.qml:69", "comment": "" }, + { + "term": "Fade to monitor off", + "context": "Fade to monitor off", + "reference": "Modules/Settings/PowerSleepTab.qml:78", + "comment": "" + }, { "term": "Failed to activate configuration", "context": "Failed to activate configuration", @@ -2900,7 +2930,7 @@ { "term": "Failed to parse plugin_settings.json", "context": "Failed to parse plugin_settings.json", - "reference": "Common/SettingsData.qml:874", + "reference": "Common/SettingsData.qml:882", "comment": "" }, { @@ -2912,7 +2942,7 @@ { "term": "Failed to parse settings.json", "context": "Failed to parse settings.json", - "reference": "Common/SettingsData.qml:819, Common/SettingsData.qml:1874", + "reference": "Common/SettingsData.qml:827, Common/SettingsData.qml:1882", "comment": "" }, { @@ -3215,10 +3245,16 @@ "reference": "Modules/DankBar/Widgets/WeatherForecastCard.qml:95", "comment": "" }, + { + "term": "Forever", + "context": "notification history retention option", + "reference": "Modules/Settings/NotificationsTab.qml:260, Modules/Settings/NotificationsTab.qml:275, Modules/Settings/NotificationsTab.qml:278", + "comment": "" + }, { "term": "Forget", "context": "Forget", - "reference": "Modules/Settings/NetworkTab.qml:1187", + "reference": "Modules/Settings/NetworkTab.qml:1206", "comment": "" }, { @@ -3230,7 +3266,7 @@ { "term": "Forget Network", "context": "Forget Network", - "reference": "Modules/Settings/NetworkTab.qml:1185, Modules/ControlCenter/Details/NetworkDetail.qml:797", + "reference": "Modules/Settings/NetworkTab.qml:1204, Modules/ControlCenter/Details/NetworkDetail.qml:797", "comment": "" }, { @@ -3248,7 +3284,7 @@ { "term": "Frequency", "context": "Frequency", - "reference": "Modules/Settings/NetworkTab.qml:1283", + "reference": "Modules/Settings/NetworkTab.qml:1316", "comment": "" }, { @@ -3278,7 +3314,7 @@ { "term": "Games", "context": "Games", - "reference": "Services/AppSearchService.qml:262", + "reference": "Services/AppSearchService.qml:267", "comment": "" }, { @@ -3329,6 +3365,12 @@ "reference": "Modules/Settings/PowerSleepTab.qml:70", "comment": "" }, + { + "term": "Gradually fade the screen before turning off monitors with a configurable grace period", + "context": "Gradually fade the screen before turning off monitors with a configurable grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:79", + "comment": "" + }, { "term": "Graph Time Range", "context": "Graph Time Range", @@ -3338,7 +3380,7 @@ { "term": "Graphics", "context": "Graphics", - "reference": "Services/AppSearchService.qml:263, Services/AppSearchService.qml:264", + "reference": "Services/AppSearchService.qml:268, Services/AppSearchService.qml:269", "comment": "" }, { @@ -3470,19 +3512,31 @@ { "term": "High-fidelity palette that preserves source hues.", "context": "High-fidelity palette that preserves source hues.", - "reference": "Common/Theme.qml:220", + "reference": "Common/Theme.qml:246", + "comment": "" + }, + { + "term": "History", + "context": "notification center tab", + "reference": "Modules/Notifications/Center/NotificationHeader.qml:151", + "comment": "" + }, + { + "term": "History Retention", + "context": "notification history retention settings label", + "reference": "Modules/Settings/NotificationsTab.qml:255", "comment": "" }, { "term": "History Settings", "context": "History Settings", - "reference": "Modules/Settings/ClipboardTab.qml:241", + "reference": "Modules/Settings/NotificationsTab.qml:226, Modules/Settings/ClipboardTab.qml:241, Modules/Notifications/Center/NotificationSettings.qml:274", "comment": "" }, { "term": "Hold Duration", "context": "Hold Duration", - "reference": "Modules/Settings/PowerSleepTab.qml:444", + "reference": "Modules/Settings/PowerSleepTab.qml:479", "comment": "" }, { @@ -3494,7 +3548,7 @@ { "term": "Hold to Confirm Power Actions", "context": "Hold to Confirm Power Actions", - "reference": "Modules/Settings/PowerSleepTab.qml:431", + "reference": "Modules/Settings/PowerSleepTab.qml:466", "comment": "" }, { @@ -3560,7 +3614,7 @@ { "term": "IP Address:", "context": "IP Address:", - "reference": "Modules/Settings/NetworkTab.qml:864", + "reference": "Modules/Settings/NetworkTab.qml:869", "comment": "" }, { @@ -3596,7 +3650,7 @@ { "term": "Idle monitoring not supported - requires newer Quickshell version", "context": "Idle monitoring not supported - requires newer Quickshell version", - "reference": "Modules/Settings/PowerSleepTab.qml:301", + "reference": "Modules/Settings/PowerSleepTab.qml:336", "comment": "" }, { @@ -3620,7 +3674,7 @@ { "term": "Import", "context": "Import", - "reference": "Widgets/VpnDetailContent.qml:84, Modules/Settings/NetworkTab.qml:1448", + "reference": "Widgets/VpnDetailContent.qml:84, Modules/Settings/NetworkTab.qml:1481", "comment": "" }, { @@ -3764,7 +3818,7 @@ { "term": "Interface:", "context": "Interface:", - "reference": "Modules/Settings/NetworkTab.qml:844", + "reference": "Modules/Settings/NetworkTab.qml:849", "comment": "" }, { @@ -3776,7 +3830,7 @@ { "term": "Internet", "context": "Internet", - "reference": "Services/AppSearchService.qml:265, Services/AppSearchService.qml:266, Services/AppSearchService.qml:267", + "reference": "Services/AppSearchService.qml:270, Services/AppSearchService.qml:271, Services/AppSearchService.qml:272", "comment": "" }, { @@ -3806,7 +3860,7 @@ { "term": "Jobs", "context": "Jobs", - "reference": "Modules/Settings/PrinterTab.qml:995, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:181", + "reference": "Modules/Settings/PrinterTab.qml:992, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:181", "comment": "" }, { @@ -3875,6 +3929,12 @@ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:324", "comment": "" }, + { + "term": "Last hour", + "context": "notification history filter", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:87", + "comment": "" + }, { "term": "Last launched %1", "context": "Last launched %1", @@ -3992,7 +4052,7 @@ { "term": "Lively palette with saturated accents.", "context": "Lively palette with saturated accents.", - "reference": "Common/Theme.qml:208", + "reference": "Common/Theme.qml:234", "comment": "" }, { @@ -4010,7 +4070,7 @@ { "term": "Loading...", "context": "loading indicator", - "reference": "Widgets/VpnProfileDelegate.qml:220, Modules/Settings/PluginBrowser.qml:378, Modules/Settings/PrinterTab.qml:367, Modules/Settings/ThemeBrowser.qml:357, Modules/Settings/NetworkTab.qml:604, Modules/Settings/NetworkTab.qml:1258, Modules/Settings/NetworkTab.qml:1716", + "reference": "Widgets/VpnProfileDelegate.qml:220, Modules/Settings/PluginBrowser.qml:378, Modules/Settings/PrinterTab.qml:367, Modules/Settings/ThemeBrowser.qml:357, Modules/Settings/NetworkTab.qml:618, Modules/Settings/NetworkTab.qml:1291, Modules/Settings/NetworkTab.qml:1771", "comment": "" }, { @@ -4022,7 +4082,7 @@ { "term": "Location", "context": "Location", - "reference": "Modules/Settings/PrinterTab.qml:436, Modules/Settings/PrinterTab.qml:820", + "reference": "Modules/Settings/PrinterTab.qml:435, Modules/Settings/PrinterTab.qml:817", "comment": "" }, { @@ -4070,7 +4130,13 @@ { "term": "Lock before suspend", "context": "Lock before suspend", - "reference": "Modules/Settings/PowerSleepTab.qml:78, Modules/Settings/LockScreenTab.qml:112", + "reference": "Modules/Settings/PowerSleepTab.qml:87, Modules/Settings/LockScreenTab.qml:112", + "comment": "" + }, + { + "term": "Lock fade grace period", + "context": "Lock fade grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:101", "comment": "" }, { @@ -4100,7 +4166,7 @@ { "term": "Low Priority", "context": "Low Priority", - "reference": "Modules/Settings/NotificationsTab.qml:174, Modules/Notifications/Center/NotificationSettings.qml:160", + "reference": "Modules/Settings/NotificationsTab.qml:174, Modules/Settings/NotificationsTab.qml:297, Modules/Notifications/Center/NotificationSettings.qml:173, Modules/Notifications/Center/NotificationSettings.qml:298", "comment": "" }, { @@ -4112,7 +4178,7 @@ { "term": "MTU", "context": "MTU", - "reference": "Widgets/VpnProfileDelegate.qml:66, Modules/Settings/NetworkTab.qml:1762", + "reference": "Widgets/VpnProfileDelegate.qml:66, Modules/Settings/NetworkTab.qml:1817", "comment": "" }, { @@ -4244,7 +4310,7 @@ { "term": "Maximum History", "context": "Maximum History", - "reference": "Modules/Settings/ClipboardTab.qml:249", + "reference": "Modules/Settings/NotificationsTab.qml:241, Modules/Settings/ClipboardTab.qml:249", "comment": "" }, { @@ -4253,6 +4319,12 @@ "reference": "Modules/Settings/ClipboardTab.qml:250", "comment": "" }, + { + "term": "Maximum number of notifications to keep", + "context": "notification history limit", + "reference": "Modules/Settings/NotificationsTab.qml:242", + "comment": "" + }, { "term": "Maximum size per clipboard entry", "context": "Maximum size per clipboard entry", @@ -4262,7 +4334,7 @@ { "term": "Media", "context": "Media", - "reference": "Services/AppSearchService.qml:255, Services/AppSearchService.qml:256, Services/AppSearchService.qml:257, Widgets/DankIconPicker.qml:40, Widgets/KeybindItem.qml:1028, Widgets/KeybindItem.qml:1037, Widgets/KeybindItem.qml:1043, Modules/DankDash/DankDashPopout.qml:276", + "reference": "Services/AppSearchService.qml:260, Services/AppSearchService.qml:261, Services/AppSearchService.qml:262, Widgets/DankIconPicker.qml:40, Widgets/KeybindItem.qml:1028, Widgets/KeybindItem.qml:1037, Widgets/KeybindItem.qml:1043, Modules/DankDash/DankDashPopout.qml:276", "comment": "" }, { @@ -4388,7 +4460,7 @@ { "term": "Minimal palette built around a single hue.", "context": "Minimal palette built around a single hue.", - "reference": "Common/Theme.qml:228", + "reference": "Common/Theme.qml:254", "comment": "" }, { @@ -4412,7 +4484,7 @@ { "term": "Mode", "context": "Mode", - "reference": "Modules/Settings/NetworkTab.qml:1298, Modules/Settings/DisplayConfig/DisplayConfigState.qml:841", + "reference": "Modules/Settings/NetworkTab.qml:1331, Modules/Settings/DisplayConfig/DisplayConfigState.qml:841", "comment": "" }, { @@ -4424,7 +4496,7 @@ { "term": "Model", "context": "Model", - "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/PrinterTab.qml:815, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/PrinterTab.qml:812, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832", "comment": "" }, { @@ -4439,6 +4511,12 @@ "reference": "Modules/Settings/DisplayConfigTab.qml:73, Modules/Settings/DisplayConfig/NoBackendMessage.qml:38", "comment": "" }, + { + "term": "Monitor fade grace period", + "context": "Monitor fade grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:127", + "comment": "" + }, { "term": "Monitor whose wallpaper drives dynamic theming colors", "context": "Monitor whose wallpaper drives dynamic theming colors", @@ -4484,7 +4562,7 @@ { "term": "Muted palette with subdued, calming tones.", "context": "Muted palette with subdued, calming tones.", - "reference": "Common/Theme.qml:232", + "reference": "Common/Theme.qml:258", "comment": "" }, { @@ -4634,7 +4712,7 @@ { "term": "No", "context": "No", - "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", + "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:822, Modules/Settings/NetworkTab.qml:1827, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", "comment": "" }, { @@ -4670,7 +4748,7 @@ { "term": "No VPN profiles", "context": "No VPN profiles", - "reference": "Widgets/VpnDetailContent.qml:174, Modules/Settings/NetworkTab.qml:1527", + "reference": "Widgets/VpnDetailContent.qml:174, Modules/Settings/NetworkTab.qml:1560", "comment": "" }, { @@ -4796,13 +4874,13 @@ { "term": "No printers configured", "context": "No printers configured", - "reference": "Modules/Settings/PrinterTab.qml:541", + "reference": "Modules/Settings/PrinterTab.qml:538", "comment": "" }, { "term": "No printers found", "context": "No printers found", - "reference": "Modules/Settings/PrinterTab.qml:581", + "reference": "Modules/Settings/PrinterTab.qml:578", "comment": "" }, { @@ -4856,7 +4934,7 @@ { "term": "Normal Priority", "context": "Normal Priority", - "reference": "Modules/Settings/NotificationsTab.qml:191, Modules/Notifications/Center/NotificationSettings.qml:175", + "reference": "Modules/Settings/NotificationsTab.qml:191, Modules/Settings/NotificationsTab.qml:306, Modules/Notifications/Center/NotificationSettings.qml:188, Modules/Notifications/Center/NotificationSettings.qml:332", "comment": "" }, { @@ -4868,19 +4946,19 @@ { "term": "Not connected", "context": "Not connected", - "reference": "Modules/Settings/NetworkTab.qml:745", + "reference": "Modules/Settings/NetworkTab.qml:759", "comment": "" }, { "term": "Note: this only changes the percentage, it does not actually limit charging.", "context": "Note: this only changes the percentage, it does not actually limit charging.", - "reference": "Modules/Settings/PowerSleepTab.qml:548", + "reference": "Modules/Settings/PowerSleepTab.qml:583", "comment": "" }, { "term": "Notepad", "context": "Notepad", - "reference": "DMSShell.qml:598, Modules/Settings/WidgetsTab.qml:224", + "reference": "DMSShell.qml:638, Modules/Settings/WidgetsTab.qml:224", "comment": "" }, { @@ -4910,7 +4988,7 @@ { "term": "Notification Overlay", "context": "Notification Overlay", - "reference": "Modules/Settings/NotificationsTab.qml:142, Modules/Notifications/Center/NotificationSettings.qml:231", + "reference": "Modules/Settings/NotificationsTab.qml:142, Modules/Notifications/Center/NotificationSettings.qml:245", "comment": "" }, { @@ -4922,13 +5000,13 @@ { "term": "Notification Settings", "context": "Notification Settings", - "reference": "Modules/Notifications/Center/NotificationSettings.qml:108", + "reference": "Modules/Notifications/Center/NotificationSettings.qml:119", "comment": "" }, { "term": "Notification Timeouts", "context": "Notification Timeouts", - "reference": "Modules/Settings/NotificationsTab.qml:168, Modules/Notifications/Center/NotificationSettings.qml:153", + "reference": "Modules/Settings/NotificationsTab.qml:168, Modules/Notifications/Center/NotificationSettings.qml:166", "comment": "" }, { @@ -4940,7 +5018,7 @@ { "term": "Notifications", "context": "Notifications", - "reference": "Modals/Settings/SettingsSidebar.qml:142, Modules/Notifications/Center/NotificationHeader.qml:25", + "reference": "Modals/Settings/SettingsSidebar.qml:142, Modules/Notifications/Center/NotificationHeader.qml:49", "comment": "" }, { @@ -4970,7 +5048,7 @@ { "term": "Office", "context": "Office", - "reference": "Services/AppSearchService.qml:268, Services/AppSearchService.qml:269, Services/AppSearchService.qml:270, Services/AppSearchService.qml:271", + "reference": "Services/AppSearchService.qml:273, Services/AppSearchService.qml:274, Services/AppSearchService.qml:275, Services/AppSearchService.qml:276", "comment": "" }, { @@ -4979,6 +5057,12 @@ "reference": "Services/CupsService.qml:814", "comment": "" }, + { + "term": "Older", + "context": "notification history filter for content older than other filters", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:92", + "comment": "" + }, { "term": "On-Screen Displays", "context": "On-Screen Displays", @@ -5006,7 +5090,7 @@ { "term": "Only visible if hibernate is supported by your system", "context": "Only visible if hibernate is supported by your system", - "reference": "Modules/Settings/PowerSleepTab.qml:395", + "reference": "Modules/Settings/PowerSleepTab.qml:430", "comment": "" }, { @@ -5018,7 +5102,7 @@ { "term": "Open", "context": "Open", - "reference": "Modules/Notepad/NotepadTextEditor.qml:527, Modules/Settings/NetworkTab.qml:1092, Modules/Settings/NetworkTab.qml:1308, Modules/ControlCenter/Details/NetworkDetail.qml:564", + "reference": "Modules/Notepad/NotepadTextEditor.qml:527, Modules/Settings/NetworkTab.qml:1111, Modules/Settings/NetworkTab.qml:1341, Modules/ControlCenter/Details/NetworkDetail.qml:564", "comment": "" }, { @@ -5036,19 +5120,19 @@ { "term": "Open with...", "context": "Open with...", - "reference": "DMSShell.qml:468, Modals/BrowserPickerModal.qml:11", + "reference": "DMSShell.qml:508, Modals/BrowserPickerModal.qml:11", "comment": "" }, { "term": "Optional description", "context": "Optional description", - "reference": "Modules/Settings/PrinterTab.qml:469", + "reference": "Modules/Settings/PrinterTab.qml:466", "comment": "" }, { "term": "Optional location", "context": "Optional location", - "reference": "Modules/Settings/PrinterTab.qml:447", + "reference": "Modules/Settings/PrinterTab.qml:445", "comment": "" }, { @@ -5198,7 +5282,7 @@ { "term": "Pause", "context": "Pause", - "reference": "Modules/Settings/PrinterTab.qml:888, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", + "reference": "Modules/Settings/PrinterTab.qml:885, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", "comment": "" }, { @@ -5402,13 +5486,13 @@ { "term": "Power Action Confirmation", "context": "Power Action Confirmation", - "reference": "Modules/Settings/PowerSleepTab.qml:425", + "reference": "Modules/Settings/PowerSleepTab.qml:460", "comment": "" }, { "term": "Power Menu Customization", "context": "Power Menu Customization", - "reference": "Modules/Settings/PowerSleepTab.qml:312", + "reference": "Modules/Settings/PowerSleepTab.qml:347", "comment": "" }, { @@ -5510,7 +5594,7 @@ { "term": "Printer Classes", "context": "Printer Classes", - "reference": "Modules/Settings/PrinterTab.qml:1224", + "reference": "Modules/Settings/PrinterTab.qml:1221", "comment": "" }, { @@ -5528,13 +5612,13 @@ { "term": "Printer name (no spaces)", "context": "Printer name (no spaces)", - "reference": "Modules/Settings/PrinterTab.qml:425", + "reference": "Modules/Settings/PrinterTab.qml:424", "comment": "" }, { "term": "Printers", "context": "Printers", - "reference": "Modals/Settings/SettingsSidebar.qml:241, Modules/Settings/PrinterTab.qml:154, Modules/Settings/PrinterTab.qml:531, Modules/ControlCenter/Models/WidgetModel.qml:197, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:16", + "reference": "Modals/Settings/SettingsSidebar.qml:241, Modules/Settings/PrinterTab.qml:154, Modules/Settings/PrinterTab.qml:528, Modules/ControlCenter/Models/WidgetModel.qml:197, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:16", "comment": "" }, { @@ -5588,7 +5672,7 @@ { "term": "Protocol", "context": "Protocol", - "reference": "Widgets/VpnProfileDelegate.qml:60, Modules/Settings/NetworkTab.qml:1757", + "reference": "Widgets/VpnProfileDelegate.qml:60, Modules/Settings/NetworkTab.qml:1812", "comment": "" }, { @@ -5630,13 +5714,13 @@ { "term": "Rate", "context": "Rate", - "reference": "Modules/Settings/NetworkTab.qml:1293", + "reference": "Modules/Settings/NetworkTab.qml:1326", "comment": "" }, { "term": "Reason", "context": "Reason", - "reference": "Services/CupsService.qml:355, Modules/Settings/PrinterTab.qml:810", + "reference": "Services/CupsService.qml:355, Modules/Settings/PrinterTab.qml:807", "comment": "" }, { @@ -5678,7 +5762,7 @@ { "term": "Reject Jobs", "context": "Reject Jobs", - "reference": "Modules/Settings/PrinterTab.qml:962", + "reference": "Modules/Settings/PrinterTab.qml:959", "comment": "" }, { @@ -5708,7 +5792,7 @@ { "term": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout", "context": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout", - "reference": "Modules/Settings/PowerSleepTab.qml:432", + "reference": "Modules/Settings/PowerSleepTab.qml:467", "comment": "" }, { @@ -5774,13 +5858,13 @@ { "term": "Restart the DankMaterialShell", "context": "Restart the DankMaterialShell", - "reference": "Modules/Settings/PowerSleepTab.qml:390", + "reference": "Modules/Settings/PowerSleepTab.qml:425", "comment": "" }, { "term": "Resume", "context": "Resume", - "reference": "Modules/Settings/PrinterTab.qml:888, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", + "reference": "Modules/Settings/PrinterTab.qml:885, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", "comment": "" }, { @@ -5915,6 +5999,30 @@ "reference": "Modules/Notepad/Notepad.qml:255", "comment": "" }, + { + "term": "Save critical priority notifications to history", + "context": "notification history setting", + "reference": "Modules/Settings/NotificationsTab.qml:316", + "comment": "" + }, + { + "term": "Save dismissed notifications to history", + "context": "notification history toggle description", + "reference": "Modules/Settings/NotificationsTab.qml:233", + "comment": "" + }, + { + "term": "Save low priority notifications to history", + "context": "notification history setting", + "reference": "Modules/Settings/NotificationsTab.qml:298", + "comment": "" + }, + { + "term": "Save normal priority notifications to history", + "context": "notification history setting", + "reference": "Modules/Settings/NotificationsTab.qml:307", + "comment": "" + }, { "term": "Save password", "context": "Save password", @@ -5924,13 +6032,13 @@ { "term": "Saved", "context": "Saved", - "reference": "Modules/Notepad/NotepadTextEditor.qml:591, Modules/Settings/NetworkTab.qml:1105, Modules/ControlCenter/Details/NetworkDetail.qml:570", + "reference": "Modules/Notepad/NotepadTextEditor.qml:591, Modules/Settings/NetworkTab.qml:1124, Modules/ControlCenter/Details/NetworkDetail.qml:570", "comment": "" }, { "term": "Saved Configurations", "context": "Saved Configurations", - "reference": "Modules/Settings/NetworkTab.qml:630", + "reference": "Modules/Settings/NetworkTab.qml:644", "comment": "" }, { @@ -5966,13 +6074,13 @@ { "term": "Scanning...", "context": "Scanning...", - "reference": "Modules/Settings/PrinterTab.qml:295, Modules/Settings/NetworkTab.qml:974", + "reference": "Modules/Settings/PrinterTab.qml:295, Modules/Settings/NetworkTab.qml:993", "comment": "" }, { "term": "Science", "context": "Science", - "reference": "Services/AppSearchService.qml:272", + "reference": "Services/AppSearchService.qml:277", "comment": "" }, { @@ -6056,7 +6164,7 @@ { "term": "Search...", "context": "Search...", - "reference": "Widgets/DankDropdown.qml:265, Modals/Settings/SettingsSidebar.qml:541", + "reference": "Widgets/DankDropdown.qml:268, Modals/Settings/SettingsSidebar.qml:541", "comment": "" }, { @@ -6074,13 +6182,13 @@ { "term": "Secured", "context": "Secured", - "reference": "Modules/Settings/NetworkTab.qml:1092, Modules/ControlCenter/Details/NetworkDetail.qml:564", + "reference": "Modules/Settings/NetworkTab.qml:1111, Modules/ControlCenter/Details/NetworkDetail.qml:564", "comment": "" }, { "term": "Security", "context": "Security", - "reference": "Modules/Settings/NetworkTab.qml:1307", + "reference": "Modules/Settings/NetworkTab.qml:1340", "comment": "" }, { @@ -6224,7 +6332,7 @@ { "term": "Server", "context": "Server", - "reference": "Widgets/VpnProfileDelegate.qml:36, Modules/Settings/NetworkTab.qml:1737", + "reference": "Widgets/VpnProfileDelegate.qml:36, Modules/Settings/NetworkTab.qml:1792", "comment": "" }, { @@ -6248,7 +6356,7 @@ { "term": "Settings", "context": "settings window title", - "reference": "Services/AppSearchService.qml:273, Services/PopoutService.qml:260, Services/PopoutService.qml:277, Modals/Settings/SettingsSidebar.qml:110, Modals/Settings/SettingsModal.qml:59, Modals/Settings/SettingsModal.qml:189, Modules/DankDash/DankDashPopout.qml:293", + "reference": "Services/AppSearchService.qml:278, Services/PopoutService.qml:260, Services/PopoutService.qml:277, Modals/Settings/SettingsSidebar.qml:110, Modals/Settings/SettingsModal.qml:59, Modals/Settings/SettingsModal.qml:189, Modules/DankDash/DankDashPopout.qml:293", "comment": "" }, { @@ -6356,7 +6464,7 @@ { "term": "Show Hibernate", "context": "Show Hibernate", - "reference": "Modules/Settings/PowerSleepTab.qml:394", + "reference": "Modules/Settings/PowerSleepTab.qml:429", "comment": "" }, { @@ -6374,13 +6482,13 @@ { "term": "Show Lock", "context": "Show Lock", - "reference": "Modules/Settings/PowerSleepTab.qml:381", + "reference": "Modules/Settings/PowerSleepTab.qml:416", "comment": "" }, { "term": "Show Log Out", "context": "Show Log Out", - "reference": "Modules/Settings/PowerSleepTab.qml:373", + "reference": "Modules/Settings/PowerSleepTab.qml:408", "comment": "" }, { @@ -6428,7 +6536,7 @@ { "term": "Show Power Off", "context": "Show Power Off", - "reference": "Modules/Settings/PowerSleepTab.qml:377", + "reference": "Modules/Settings/PowerSleepTab.qml:412", "comment": "" }, { @@ -6440,13 +6548,13 @@ { "term": "Show Reboot", "context": "Show Reboot", - "reference": "Modules/Settings/PowerSleepTab.qml:369", + "reference": "Modules/Settings/PowerSleepTab.qml:404", "comment": "" }, { "term": "Show Restart DMS", "context": "Show Restart DMS", - "reference": "Modules/Settings/PowerSleepTab.qml:389", + "reference": "Modules/Settings/PowerSleepTab.qml:424", "comment": "" }, { @@ -6458,7 +6566,7 @@ { "term": "Show Suspend", "context": "Show Suspend", - "reference": "Modules/Settings/PowerSleepTab.qml:385", + "reference": "Modules/Settings/PowerSleepTab.qml:420", "comment": "" }, { @@ -6662,13 +6770,13 @@ { "term": "Signal", "context": "Signal", - "reference": "Modules/Settings/NetworkTab.qml:1278", + "reference": "Modules/Settings/NetworkTab.qml:1311", "comment": "" }, { "term": "Signal:", "context": "Signal:", - "reference": "Modules/Settings/NetworkTab.qml:884", + "reference": "Modules/Settings/NetworkTab.qml:889", "comment": "" }, { @@ -6800,7 +6908,7 @@ { "term": "State", "context": "State", - "reference": "Modules/Settings/PrinterTab.qml:805, Modules/Settings/NetworkTab.qml:538", + "reference": "Modules/Settings/PrinterTab.qml:802, Modules/Settings/NetworkTab.qml:538", "comment": "" }, { @@ -6866,13 +6974,13 @@ { "term": "Suspend behavior", "context": "Suspend behavior", - "reference": "Modules/Settings/PowerSleepTab.qml:262", + "reference": "Modules/Settings/PowerSleepTab.qml:297", "comment": "" }, { "term": "Suspend system after", "context": "Suspend system after", - "reference": "Modules/Settings/PowerSleepTab.qml:227", + "reference": "Modules/Settings/PowerSleepTab.qml:262", "comment": "" }, { @@ -6890,7 +6998,7 @@ { "term": "Switch to power profile", "context": "Switch to power profile", - "reference": "Modules/Settings/PowerSleepTab.qml:119", + "reference": "Modules/Settings/PowerSleepTab.qml:154", "comment": "" }, { @@ -6908,7 +7016,7 @@ { "term": "System", "context": "System", - "reference": "Services/AppSearchService.qml:274, Widgets/DankIconPicker.qml:44, Modals/Settings/SettingsSidebar.qml:235, Modules/ProcessList/SystemTab.qml:127", + "reference": "Services/AppSearchService.qml:279, Widgets/DankIconPicker.qml:44, Modals/Settings/SettingsSidebar.qml:235, Modules/ProcessList/SystemTab.qml:127", "comment": "" }, { @@ -7016,7 +7124,7 @@ { "term": "Test Page", "context": "Test Page", - "reference": "Modules/Settings/PrinterTab.qml:928", + "reference": "Modules/Settings/PrinterTab.qml:925", "comment": "" }, { @@ -7189,8 +7297,8 @@ }, { "term": "Today", - "context": "Today", - "reference": "Services/WeatherService.qml:435", + "context": "notification history filter", + "reference": "Services/WeatherService.qml:435, Modules/Notifications/Center/HistoryNotificationList.qml:88", "comment": "" }, { @@ -7202,7 +7310,7 @@ { "term": "Toggling...", "context": "Toggling...", - "reference": "Modules/Settings/NetworkTab.qml:740", + "reference": "Modules/Settings/NetworkTab.qml:754", "comment": "" }, { @@ -7286,7 +7394,7 @@ { "term": "Turn off monitors after", "context": "Turn off monitors after", - "reference": "Modules/Settings/PowerSleepTab.qml:194", + "reference": "Modules/Settings/PowerSleepTab.qml:229", "comment": "" }, { @@ -7346,7 +7454,7 @@ { "term": "Unknown", "context": "unknown author", - "reference": "Modules/Settings/PluginBrowser.qml:492, Modules/Settings/PrinterTab.qml:1288, Modules/Settings/ThemeBrowser.qml:531, Modules/Settings/NetworkTab.qml:122, Modules/Settings/NetworkTab.qml:164, Modules/Settings/NetworkTab.qml:370, Modules/Settings/NetworkTab.qml:391, Modules/Settings/NetworkTab.qml:539, Modules/Settings/NetworkTab.qml:668, Modules/Settings/NetworkTab.qml:1072, Modules/ControlCenter/Details/BatteryDetail.qml:177, Modules/ControlCenter/Components/HeaderPane.qml:60", + "reference": "Modules/Settings/PluginBrowser.qml:492, Modules/Settings/PrinterTab.qml:1285, Modules/Settings/ThemeBrowser.qml:531, Modules/Settings/NetworkTab.qml:122, Modules/Settings/NetworkTab.qml:164, Modules/Settings/NetworkTab.qml:370, Modules/Settings/NetworkTab.qml:391, Modules/Settings/NetworkTab.qml:539, Modules/Settings/NetworkTab.qml:682, Modules/Settings/NetworkTab.qml:1091, Modules/ControlCenter/Details/BatteryDetail.qml:177, Modules/ControlCenter/Components/HeaderPane.qml:60", "comment": "" }, { @@ -7430,7 +7538,7 @@ { "term": "Use Grid Layout", "context": "Use Grid Layout", - "reference": "Modules/Settings/PowerSleepTab.qml:326", + "reference": "Modules/Settings/PowerSleepTab.qml:361", "comment": "" }, { @@ -7532,7 +7640,7 @@ { "term": "Username", "context": "Username", - "reference": "Modals/WifiPasswordModal.qml:136, Modals/WifiPasswordModal.qml:440, Widgets/VpnProfileDelegate.qml:42, Modules/Settings/NetworkTab.qml:1742", + "reference": "Modals/WifiPasswordModal.qml:136, Modals/WifiPasswordModal.qml:440, Widgets/VpnProfileDelegate.qml:42, Modules/Settings/NetworkTab.qml:1797", "comment": "" }, { @@ -7544,13 +7652,13 @@ { "term": "Utilities", "context": "Utilities", - "reference": "Services/AppSearchService.qml:275, Services/AppSearchService.qml:276, Services/AppSearchService.qml:277, Services/AppSearchService.qml:278", + "reference": "Services/AppSearchService.qml:280, Services/AppSearchService.qml:281, Services/AppSearchService.qml:282, Services/AppSearchService.qml:283", "comment": "" }, { "term": "VPN", "context": "VPN", - "reference": "Modules/Settings/WidgetsTabSection.qml:831, Modules/Settings/WidgetsTab.qml:175, Modules/Settings/NetworkTab.qml:1404, Modules/ControlCenter/Models/WidgetModel.qml:187, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15", + "reference": "Modules/Settings/WidgetsTabSection.qml:831, Modules/Settings/WidgetsTab.qml:175, Modules/Settings/NetworkTab.qml:1437, Modules/ControlCenter/Models/WidgetModel.qml:187, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15", "comment": "" }, { @@ -7658,7 +7766,7 @@ { "term": "Vibrant palette with playful saturation.", "context": "Vibrant palette with playful saturation.", - "reference": "Common/Theme.qml:216", + "reference": "Common/Theme.qml:242", "comment": "" }, { @@ -7706,7 +7814,7 @@ { "term": "WPA/WPA2", "context": "WPA/WPA2", - "reference": "Modules/Settings/NetworkTab.qml:1308", + "reference": "Modules/Settings/NetworkTab.qml:1341", "comment": "" }, { @@ -7808,13 +7916,13 @@ { "term": "WiFi", "context": "WiFi", - "reference": "Modules/Settings/NetworkTab.qml:160, Modules/Settings/NetworkTab.qml:207, Modules/Settings/NetworkTab.qml:731, Modules/ControlCenter/Details/NetworkDetail.qml:121", + "reference": "Modules/Settings/NetworkTab.qml:160, Modules/Settings/NetworkTab.qml:207, Modules/Settings/NetworkTab.qml:745, Modules/ControlCenter/Details/NetworkDetail.qml:121", "comment": "" }, { "term": "WiFi Device", "context": "WiFi Device", - "reference": "Modules/Settings/NetworkTab.qml:787, Modules/Settings/NetworkTab.qml:819", + "reference": "Modules/Settings/NetworkTab.qml:792, Modules/Settings/NetworkTab.qml:824", "comment": "" }, { @@ -7988,7 +8096,13 @@ { "term": "Yes", "context": "Yes", - "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", + "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:822, Modules/Settings/NetworkTab.qml:1827, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", + "comment": "" + }, + { + "term": "Yesterday", + "context": "notification history filter", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:89", "comment": "" }, { @@ -8030,7 +8144,7 @@ { "term": "days", "context": "days", - "reference": "Modules/Settings/ClipboardTab.qml:152", + "reference": "Modules/Settings/NotificationsTab.qml:272, Modules/Settings/ClipboardTab.qml:152", "comment": "" }, { @@ -8117,6 +8231,12 @@ "reference": "Widgets/KeybindItem.qml:1496", "comment": "" }, + { + "term": "now", + "context": "now", + "reference": "Services/NotificationService.qml:195", + "comment": "" + }, { "term": "official", "context": "official", @@ -8147,6 +8267,12 @@ "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:59", "comment": "" }, + { + "term": "yesterday", + "context": "yesterday", + "reference": "Services/NotificationService.qml:205", + "comment": "" + }, { "term": "• Install only from trusted sources", "context": "• Install only from trusted sources", diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json index 6f1aa26e..cbb8d50c 100644 --- a/quickshell/translations/poexports/es.json +++ b/quickshell/translations/poexports/es.json @@ -1,6 +1,6 @@ { "%1 DMS bind(s) may be overridden by config binds that come after the include.": { - "%1 DMS bind(s) may be overridden by config binds that come after the include.": "" + "%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS bind(s) puede ser anulado por configuración de atajos que estén después de la inclusión." }, "%1 adapter(s), none connected": { "%1 adapter(s), none connected": "%1 adaptador(es), ninguno conectado" @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 conectado" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 pantalla(s)" }, @@ -24,11 +27,14 @@ "%1 printer(s)": "%1 impresora(s)" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1 variantes" }, "%1 widgets": { "%1 widgets": "%1 widgets" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(Sin nombre)" }, @@ -54,7 +60,7 @@ "10 seconds": "10 segundos" }, "10-bit Color": { - "10-bit Color": "" + "10-bit Color": "Color de 10 bits" }, "14 days": { "14 days": "14 dias" @@ -150,13 +156,13 @@ "Active": "Activo" }, "Active Lock Screen Monitor": { - "Active Lock Screen Monitor": "" + "Active Lock Screen Monitor": "Monitor de pantalla de bloqueo activo" }, "Active: %1": { - "Active: %1": "" + "Active: %1": "Activo: %1" }, "Active: %1 +%2": { - "Active: %1 +%2": "" + "Active: %1 +%2": "Activo: %1 +%2" }, "Active: None": { "Active: None": "Activo: Ninguno" @@ -189,7 +195,7 @@ "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Añadir un prefijo personalizado a todas las aplicaciones que se ejecutan. Esto puede ser usado para cosas como 'uwsm-app', 'systemd-run', o otro comando envoltorio." }, "Add and configure widgets that appear on your desktop": { - "Add and configure widgets that appear on your desktop": "" + "Add and configure widgets that appear on your desktop": "Añade y configura los widgets que aparecen en tu escritorio" }, "Adjust the number of columns in grid view mode.": { "Adjust the number of columns in grid view mode.": "Ajustar cuántas columnas se muestran en la cuadrícula." @@ -225,7 +231,7 @@ "Always show a minimum of 3 workspaces, even if fewer are available": "Mostrar siempre al menos 3 espacios, aunque haya menos disponibles" }, "Always show the dock when niri's overview is open": { - "Always show the dock when niri's overview is open": "" + "Always show the dock when niri's overview is open": "Mostrar siempre el muelle cuando la vista general de niri está abierta" }, "Always show when there's only one connected display": { "Always show when there's only one connected display": "Siempre mostrar cuando solo hay una pantalla conectada" @@ -273,7 +279,7 @@ "Apps are ordered by usage frequency, then last used, then alphabetically.": "Las aplicaciones son ordenadas por frecuencia de uso, luego por último utilizado, y luego alfabéticamente." }, "Arrange displays and configure resolution, refresh rate, and VRR": { - "Arrange displays and configure resolution, refresh rate, and VRR": "" + "Arrange displays and configure resolution, refresh rate, and VRR": "Organice las pantallas y configure la resolución, la frecuencia de actualización y el VRR." }, "Audio": { "Audio": "Audio" @@ -297,7 +303,7 @@ "Audio Output Devices (": "Salida de audio (" }, "Audio Output Switch": { - "Audio Output Switch": "" + "Audio Output Switch": "Interruptor de salida de audio" }, "Audio Visualizer": { "Audio Visualizer": "Visualizador de audio" @@ -336,7 +342,7 @@ "Auto": "Auto" }, "Auto (Wide)": { - "Auto (Wide)": "" + "Auto (Wide)": "Auto (Ancho)" }, "Auto Location": { "Auto Location": "Localización automática" @@ -345,10 +351,10 @@ "Auto Popup Gaps": "Márgenes automáticos en pop‑ups" }, "Auto-Clear After": { - "Auto-Clear After": "" + "Auto-Clear After": "Limpiar automáticamente despues" }, "Auto-close Niri overview when launching apps.": { - "Auto-close Niri overview when launching apps.": "" + "Auto-close Niri overview when launching apps.": "Cierre automático de la vista general de Niri al iniciar aplicaciones." }, "Auto-hide": { "Auto-hide": "Ocultar automáticamente" @@ -378,7 +384,7 @@ "Automatically cycle through wallpapers in the same folder": "Rotar automáticamente entre los fondos de pantalla en la misma carpeta" }, "Automatically delete entries older than this": { - "Automatically delete entries older than this": "" + "Automatically delete entries older than this": "Eliminar automaticamente entradas más viejas que esta" }, "Automatically detect location based on IP address": { "Automatically detect location based on IP address": "Detectar la localización automáticamente basándose en la dirección IP" @@ -450,13 +456,13 @@ "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Conectar pantalla de bloqueo a las señales dbus de loginctl. Deshabilitar si se usa una pantalla de bloqueo externa" }, "Binds Include Missing": { - "Binds Include Missing": "" + "Binds Include Missing": "Enlaces Incluir Falta" }, "Binds include added": { - "Binds include added": "" + "Binds include added": "Inclusión de atajos añadida" }, "Bit Depth": { - "Bit Depth": "" + "Bit Depth": "Profundidad de bits" }, "Block notifications": { "Block notifications": "Bloquear notificaciones" @@ -477,7 +483,7 @@ "Bluetooth not available": "Bluetooth no disponible" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "Desenfocar capa de papel tapiz" }, "Blur on Overview": { "Blur on Overview": "Desenfocar en la vista general" @@ -519,7 +525,7 @@ "Brightness Slider": "Deslizador de brillo" }, "Brightness Value": { - "Brightness Value": "" + "Brightness Value": "Valor del brillo" }, "Brightness control not available": { "Brightness control not available": "Control de brillo no disponible" @@ -570,7 +576,7 @@ "Canceled": "Cancelado" }, "Cannot pair": { - "Cannot pair": "" + "Cannot pair": "No se puede emparejar" }, "Capabilities": { "Capabilities": "Capacidades" @@ -588,7 +594,7 @@ "Center Section": "Sección central" }, "Center Single Column": { - "Center Single Column": "" + "Center Single Column": "Columna central única" }, "Center Tiling": { "Center Tiling": "Mosaico centrado" @@ -639,10 +645,10 @@ "Choose where on-screen displays appear on screen": "Elije dónde aparecen los indicadores en pantalla" }, "Choose which displays show this widget": { - "Choose which displays show this widget": "" + "Choose which displays show this widget": "Elija qué pantallas muestran este widget" }, "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { - "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "" + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escoger en cuál monitor se muestra la interfaz de la pantalla de bloqueo. Otros mostrarán un color sólido para proteger las pantallas OLED contra quemaduras." }, "Cipher": { "Cipher": "Cifrado" @@ -660,22 +666,22 @@ "Clear All Jobs": "Borrar todos los trabajos" }, "Clear all history when server starts": { - "Clear all history when server starts": "" + "Clear all history when server starts": "Limpiar todo el historial cuando el servidor inicia" }, "Clear at Startup": { "Clear at Startup": "Limpiar al inicio" }, "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": { - "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "" + "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "Haz clic en \"Configurar\" para crear dms/binds.kdl y añadir include a config.kdl." }, "Click 'Setup' to create the outputs config and add include to your compositor config.": { - "Click 'Setup' to create the outputs config and add include to your compositor config.": "" + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Haga clic en \"Configuración\" para crear la configuración de salida y añadirla a la configuración del compositor." }, "Click Import to add a .ovpn or .conf": { "Click Import to add a .ovpn or .conf": "Clic en importar para añadir un archivo .ovpn o .conf" }, "Click any shortcut to edit. Changes save to dms/binds.kdl": { - "Click any shortcut to edit. Changes save to dms/binds.kdl": "" + "Click any shortcut to edit. Changes save to dms/binds.kdl": "Haz clic en cualquier acceso directo para editarlo. Los cambios se guardan en dms/binds.kdl" }, "Click to capture": { "Click to capture": "Clic para capturar" @@ -693,7 +699,7 @@ "Clipboard service not available": "Servicioi de portapapeles no disponible" }, "Clipboard works but nothing saved to disk": { - "Clipboard works but nothing saved to disk": "" + "Clipboard works but nothing saved to disk": "El portapapeles funciona pero no se guarda nada en el disco" }, "Clock": { "Clock": "Reloj" @@ -711,7 +717,7 @@ "Color": "Color" }, "Color Gamut": { - "Color Gamut": "" + "Color Gamut": "Gama de colores" }, "Color Management": { "Color Management": "Gestion de color" @@ -729,7 +735,7 @@ "Color Temperature": "Temperatura de color" }, "Color displayed on monitors without the lock screen": { - "Color displayed on monitors without the lock screen": "" + "Color displayed on monitors without the lock screen": "El color es mostrado en los monitores sin la pantalla de bloqueo" }, "Color temperature for day time": { "Color temperature for day time": "Temperatura de color para el día" @@ -777,7 +783,7 @@ "Configuration activated": "Configuración activada" }, "Configuration will be preserved when this display reconnects": { - "Configuration will be preserved when this display reconnects": "" + "Configuration will be preserved when this display reconnects": "La configuración se conservará cuando esta pantalla vuelva a conectarse" }, "Configure a new printer": { "Configure a new printer": "Configurar nueva impresora" @@ -792,7 +798,7 @@ "Confirm": "Confirmar" }, "Confirm Delete": { - "Confirm Delete": "" + "Confirm Delete": "Confirmar eliminacion" }, "Confirm Display Changes": { "Confirm Display Changes": "Confirmar cambios de pantalla" @@ -834,13 +840,13 @@ "Control currently playing media": "Controlar la reproducción en curso" }, "Control workspaces and columns by scrolling on the bar": { - "Control workspaces and columns by scrolling on the bar": "" + "Control workspaces and columns by scrolling on the bar": "Controle los espacios de trabajo y las columnas desplazándose por la barra" }, "Controls opacity of all popouts, modals, and their content layers": { - "Controls opacity of all popouts, modals, and their content layers": "" + "Controls opacity of all popouts, modals, and their content layers": "Controla la opacidad de todas las ventanas emergentes, modales y sus capas de contenido." }, "Cooldown": { - "Cooldown": "" + "Cooldown": "Enfriamiento" }, "Copied to clipboard": { "Copied to clipboard": "Copiado al portapapeles" @@ -882,13 +888,13 @@ "Current Items": "Elementos Actuales" }, "Current Period": { - "Current Period": "" + "Current Period": "Período actual" }, "Current Status": { "Current Status": "Estado actual" }, "Current Temp": { - "Current Temp": "" + "Current Temp": "Temperatura actual" }, "Current Weather": { "Current Weather": "Clima actual" @@ -948,7 +954,7 @@ "Customize which actions appear in the power menu": "Personalizar qué acciones aparecen en el menú de energía" }, "DDC/CI monitor": { - "DDC/CI monitor": "" + "DDC/CI monitor": "Monitor DDC/CI" }, "DEMO MODE - Click anywhere to exit": { "DEMO MODE - Click anywhere to exit": "DEMOSTRACIÓN - Haz clic en cualquier lugar para salir" @@ -999,19 +1005,19 @@ "Date Format": "Formato de fecha" }, "Dawn (Astronomical Twilight)": { - "Dawn (Astronomical Twilight)": "" + "Dawn (Astronomical Twilight)": "Amanecer (Crepúsculo astronómico)" }, "Dawn (Civil Twilight)": { - "Dawn (Civil Twilight)": "" + "Dawn (Civil Twilight)": "Amanecer (Crepusculo Civil)" }, "Dawn (Nautical Twilight)": { - "Dawn (Nautical Twilight)": "" + "Dawn (Nautical Twilight)": "Amanecer (Crepúsculo náutico)" }, "Day Temperature": { "Day Temperature": "Temperatura de día" }, "Daytime": { - "Daytime": "" + "Daytime": "Durante el día" }, "Deck": { "Deck": "Bandeja" @@ -1020,7 +1026,7 @@ "Default": "Base" }, "Default Width (%)": { - "Default Width (%)": "" + "Default Width (%)": "Anchura por defecto (%)" }, "Default selected action": { "Default selected action": "Acción predeterminada" @@ -1062,7 +1068,7 @@ "Desktop background images": "Imágenes de fondo de escritorio" }, "Desktop clock widget description": { - "Analog, digital, or stacked clock display": "" + "Analog, digital, or stacked clock display": "Reloj analógico, digital o apilado" }, "Desktop clock widget name": { "Desktop Clock": "Reloj de escritorio" @@ -1074,7 +1080,7 @@ "Device": "Dispositivo" }, "Device connections": { - "Device connections": "" + "Device connections": "Conexiones de dispositivos" }, "Device paired": { "Device paired": "Dispositivo emparejado" @@ -1095,7 +1101,7 @@ "Disable Output": "Desabilitar salida" }, "Disable clipboard manager entirely (requires restart)": { - "Disable clipboard manager entirely (requires restart)": "" + "Disable clipboard manager entirely (requires restart)": "Desactivar por completo el gestor del portapapeles (requiere reiniciar)" }, "Disabled": { "Disabled": "Desactivado" @@ -1134,7 +1140,7 @@ "Display Settings": "Ajustes de monitor" }, "Display a dock with pinned and running applications": { - "Display a dock with pinned and running applications": "" + "Display a dock with pinned and running applications": "Mostrar un dock con aplicaciones ancladas y en ejecución" }, "Display all priorities over fullscreen apps": { "Display all priorities over fullscreen apps": "Prioridades visibles sobre apps en pantalla completa" @@ -1146,10 +1152,10 @@ "Display application icons in workspace indicators": "Mostrar iconos de aplicaciones en los espacios" }, "Display brightness control": { - "Display brightness control": "" + "Display brightness control": "Control del brillo de la pantalla" }, "Display configuration is not available. WLR output management protocol not supported.": { - "Display configuration is not available. WLR output management protocol not supported.": "" + "Display configuration is not available. WLR output management protocol not supported.": "La configuración de la pantalla no está disponible. No se admite el protocolo de gestión de salida WLR." }, "Display currently focused application title": { "Display currently focused application title": "Mostrar título de la aplicación enfocada" @@ -1218,22 +1224,22 @@ "Driver": "Controlador" }, "Duplicate": { - "Duplicate": "" + "Duplicate": "Duplicado" }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Desenfocar fondo de pantalla" }, "Dusk (Astronomical Twilight)": { - "Dusk (Astronomical Twilight)": "" + "Dusk (Astronomical Twilight)": "Crepúsculo (crepúsculo astronómico)" }, "Dusk (Civil Twighlight)": { - "Dusk (Civil Twighlight)": "" + "Dusk (Civil Twighlight)": "Crepúsculo (Civil Twighlight)" }, "Dusk (Nautical Twilight)": { - "Dusk (Nautical Twilight)": "" + "Dusk (Nautical Twilight)": "Atardecer (Crepúsculo náutico)" }, "Edge Spacing": { - "Edge Spacing": "" + "Edge Spacing": "Espacio entre bordes" }, "Education": { "Education": "Educación" @@ -1242,7 +1248,7 @@ "Empty": "Vacío" }, "Enable 10-bit color depth for wider color gamut and HDR support": { - "Enable 10-bit color depth for wider color gamut and HDR support": "" + "Enable 10-bit color depth for wider color gamut and HDR support": "Habilita la profundidad de color de 10 bits para ampliar la gama de colores y la compatibilidad con HDR" }, "Enable Autoconnect": { "Enable Autoconnect": "Activar conexión automática" @@ -1362,7 +1368,7 @@ "Experimental Feature": "Funcion experimental" }, "Exponential": { - "Exponential": "" + "Exponential": "Exponencial" }, "F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar" @@ -1373,11 +1379,14 @@ "Fade to lock screen": { "Fade to lock screen": "Bloquear con transición suave" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "Error al activar la configuración" }, "Failed to add binds include": { - "Failed to add binds include": "" + "Failed to add binds include": "Fallo al añadir la inclusion de binds" }, "Failed to add printer to class": { "Failed to add printer to class": "Error al agregar la impresora a la clase" @@ -1413,7 +1422,7 @@ "Failed to disable job acceptance": "Error al desactivar la aceptación de trabajos" }, "Failed to disable night mode": { - "Failed to disable night mode": "" + "Failed to disable night mode": "Error al desactivar el modo nocturno" }, "Failed to disconnect VPN": { "Failed to disconnect VPN": "Error al desconectar VPN" @@ -1425,7 +1434,7 @@ "Failed to disconnect WiFi": "Error al desconectar Wi‑Fi" }, "Failed to enable IP location": { - "Failed to enable IP location": "" + "Failed to enable IP location": "Fallo al habilitar la localizacion por IP" }, "Failed to enable WiFi": { "Failed to enable WiFi": "Error al activar el WiFi" @@ -1434,7 +1443,7 @@ "Failed to enable job acceptance": "Error al habilitar la aceptación de trabajos" }, "Failed to enable night mode": { - "Failed to enable night mode": "" + "Failed to enable night mode": "Fallo al habilitar el modo nocturno" }, "Failed to hold job": { "Failed to hold job": "Error al retener el trabajo" @@ -1452,13 +1461,13 @@ "Failed to move job": "Error al mover el trabajo" }, "Failed to parse plugin_settings.json": { - "Failed to parse plugin_settings.json": "" + "Failed to parse plugin_settings.json": "Fallo al parsear plugin_settings.json" }, "Failed to parse session.json": { - "Failed to parse session.json": "" + "Failed to parse session.json": "Fallo al parsear session.json" }, "Failed to parse settings.json": { - "Failed to parse settings.json": "" + "Failed to parse settings.json": "Fallo al parsear settings.json" }, "Failed to pause printer": { "Failed to pause printer": "Error al pausar la impresora" @@ -1485,28 +1494,28 @@ "Failed to save clipboard setting": "Fallo al guardar ajuste del portapapeles" }, "Failed to save keybind": { - "Failed to save keybind": "" + "Failed to save keybind": "No se ha podido guardar la combinación de teclas" }, "Failed to set brightness": { - "Failed to set brightness": "" + "Failed to set brightness": "Fallo al establecer el brillo" }, "Failed to set night mode location": { - "Failed to set night mode location": "" + "Failed to set night mode location": "Fallo al establecer la ubicación del modo nocturno" }, "Failed to set night mode schedule": { - "Failed to set night mode schedule": "" + "Failed to set night mode schedule": "Fallo al establecer el horario del modo nocturno" }, "Failed to set night mode temperature": { - "Failed to set night mode temperature": "" + "Failed to set night mode temperature": "No se ha podido ajustar la temperatura del modo nocturno" }, "Failed to set profile image": { "Failed to set profile image": "Hubo un error al poner la imágen de perfil" }, "Failed to set profile image: %1": { - "Failed to set profile image: %1": "" + "Failed to set profile image: %1": "Error al establecer la imagen de perfil: %1" }, "Failed to start connection to %1": { - "Failed to start connection to %1": "" + "Failed to start connection to %1": "Error al iniciar la conexión con %1" }, "Failed to update VPN": { "Failed to update VPN": "Error al actualizar VPN" @@ -1524,7 +1533,7 @@ "Failed to update sharing": "Error al actualizar la compartición" }, "Failed to write temp file for validation": { - "Failed to write temp file for validation": "" + "Failed to write temp file for validation": "Fallo al escribir archivo temporal para la validacion" }, "Feels Like": { "Feels Like": "Temperatura" @@ -1542,7 +1551,7 @@ "Files": "Archivos" }, "Filesystem usage monitoring": { - "Filesystem usage monitoring": "" + "Filesystem usage monitoring": "Supervisión del uso del sistema de archivos" }, "Find in Text": { "Find in Text": "Encontrar texto" @@ -1551,10 +1560,10 @@ "Find in note...": "Encontrar en notas..." }, "Fine-tune animation timing in milliseconds": { - "Fine-tune animation timing in milliseconds": "" + "Fine-tune animation timing in milliseconds": "Ajusta el tiempo de animación en milisegundos" }, "First Time Setup": { - "First Time Setup": "" + "First Time Setup": "Configuración inicial" }, "Fix Now": { "Fix Now": "Arreglar ahora" @@ -1563,16 +1572,16 @@ "Fixing...": "Arreglando..." }, "Flipped": { - "Flipped": "" + "Flipped": "Voltear" }, "Flipped 180°": { - "Flipped 180°": "" + "Flipped 180°": "Volteado 180" }, "Flipped 270°": { - "Flipped 270°": "" + "Flipped 270°": "Volteado 270" }, "Flipped 90°": { - "Flipped 90°": "" + "Flipped 90°": "Volteado 90" }, "Focus at Startup": { "Focus at Startup": "Centrarse en el inicio" @@ -1602,7 +1611,7 @@ "Force Kill Process": "Forzar terminar el proceso" }, "Force Wide Color": { - "Force Wide Color": "" + "Force Wide Color": "Force Wide Color" }, "Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": "Forzar que las aplicaciones de terminal usen esquemas de colores oscuros" @@ -1620,7 +1629,7 @@ "Forget Network": "Olvidar red" }, "Forgot network %1": { - "Forgot network %1": "" + "Forgot network %1": "Olvidaste la red %1" }, "Format Legend": { "Format Legend": "Guía de formato" @@ -1650,7 +1659,7 @@ "GitHub": "GitHub" }, "Golden Hour": { - "Golden Hour": "" + "Golden Hour": "Crepúsculo" }, "Good": { "Good": "Bien" @@ -1664,8 +1673,11 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Desvanecer gradualmente la pantalla antes de bloquear, con una duración configurable" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { - "Graph Time Range": "" + "Graph Time Range": "Gráfico Intervalo de tiempo" }, "Graphics": { "Graphics": "Gráficos" @@ -1677,7 +1689,7 @@ "Grid Columns": "Columnas de cuadrícula" }, "Group Workspace Apps": { - "Group Workspace Apps": "" + "Group Workspace Apps": "Aplicaciones del espacio de trabajo en grupo" }, "Group by App": { "Group by App": "Agrupar por aplicación" @@ -1686,16 +1698,16 @@ "Group multiple windows of the same app together with a window count indicator": "Mostrar número de ventanas agrupadas en el icono de la aplicación" }, "Group repeated application icons in unfocused workspaces": { - "Group repeated application icons in unfocused workspaces": "" + "Group repeated application icons in unfocused workspaces": "Agrupar iconos de aplicaciones repetidos en espacios de trabajo desenfocados" }, "HDR (EDID)": { - "HDR (EDID)": "" + "HDR (EDID)": "HDR (EDID)" }, "HDR Tone Mapping": { - "HDR Tone Mapping": "" + "HDR Tone Mapping": "Mapeo de tonos HDR" }, "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { - "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "" + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "El modo HDR es experimental. Comprueba que tu monitor es compatible con HDR antes de activarlo." }, "HSV": { "HSV": "HSV" @@ -1716,7 +1728,7 @@ "Hibernate": "Hibernar" }, "Hide Delay": { - "Hide Delay": "" + "Hide Delay": "Ocultar Retardo" }, "Hide When Windows Open": { "Hide When Windows Open": "Ocultar opciones cuando hay ventanas abiertas" @@ -1740,7 +1752,7 @@ "Hold to Confirm Power Actions": "Mantener pulsado para confirmar" }, "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "" + "Hold to confirm (%1 ms)": "Manten para confirmar (%1 ms)" }, "Hold to confirm (%1s)": { "Hold to confirm (%1s)": "Mantener pulsado para confirmar (%1s)" @@ -1749,13 +1761,13 @@ "Hot Corners": "Esquinas calientes" }, "Hotkey overlay title (optional)": { - "Hotkey overlay title (optional)": "" + "Hotkey overlay title (optional)": "Título de la superposición de teclas de acceso rápido (opcional)" }, "Hour": { "Hour": "Hora" }, "Hourly Forecast": { - "Hourly Forecast": "" + "Hourly Forecast": "Previsión horaria" }, "How often to change wallpaper": { "How often to change wallpaper": "Con qué frecuencia cambiar el fondo de pantalla" @@ -1806,13 +1818,13 @@ "Import VPN": "Importar VPN" }, "Inactive Monitor Color": { - "Inactive Monitor Color": "" + "Inactive Monitor Color": "Color del monitor inactivo" }, "Include Transitions": { "Include Transitions": "Incluir transiciones" }, "Incompatible Plugins Loaded": { - "Incompatible Plugins Loaded": "" + "Incompatible Plugins Loaded": "Plugins incompatibles cargados" }, "Incorrect password": { "Incorrect password": "Contraseña incorrecta" @@ -1827,13 +1839,13 @@ "Individual bar configuration": "Configuración individual de la barra" }, "Inherit": { - "Inherit": "" + "Inherit": "Heredar" }, "Input Devices": { "Input Devices": "Dispositivos de entrada" }, "Input Volume Slider": { - "Input Volume Slider": "" + "Input Volume Slider": "Deslizador de volumen de entrada" }, "Install plugins from the DMS plugin registry": { "Install plugins from the DMS plugin registry": "Instalar complementos de los registros de complementos DMS" @@ -1857,7 +1869,7 @@ "Invert on mode change": "Invertir al cambiar de modo" }, "Isolate Displays": { - "Isolate Displays": "" + "Isolate Displays": "Aislar pantallas" }, "Jobs": { "Jobs": "Trabajos" @@ -1932,7 +1944,7 @@ "Layout": "Diseño" }, "Layout Overrides": { - "Layout Overrides": "" + "Layout Overrides": "Anulaciones de diseño" }, "Left": { "Left": "Izquierda" @@ -1944,7 +1956,7 @@ "Light Mode": "Modo claro" }, "Linear": { - "Linear": "" + "Linear": "Lineal" }, "Lines: %1": { "Lines: %1": "Líneas: %1" @@ -1956,7 +1968,7 @@ "Lively palette with saturated accents.": "Paleta vibrante con acentos saturados." }, "Loading codecs...": { - "Loading codecs...": "" + "Loading codecs...": "Cargando codecs..." }, "Loading keybinds...": { "Loading keybinds...": "Cargando los atajos..." @@ -1983,7 +1995,7 @@ "Lock Screen": "Pantalla de bloqueo" }, "Lock Screen Display": { - "Lock Screen Display": "" + "Lock Screen Display": "Visualización de la pantalla de bloqueo" }, "Lock Screen Format": { "Lock Screen Format": "Formato en la pantalla de bloqueo" @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "Bloquear pantalla antes de suspender" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Cerrar sesión" }, @@ -2025,7 +2040,7 @@ "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Administra hasta 4 barras diferentes. Cada una tiene su posición, widgets, estilo y pantalla asignada." }, "Management": { - "Management": "" + "Management": "Gestión" }, "Manual Coordinates": { "Manual Coordinates": "Coordenadas manuales" @@ -2067,19 +2082,19 @@ "Max apps to show": "Máximo de aplicaciones a mostrar" }, "Maximize Detection": { - "Maximize Detection": "" + "Maximize Detection": "Maximizar la detección" }, "Maximum Entry Size": { - "Maximum Entry Size": "" + "Maximum Entry Size": "Tamaño máximo de entrada" }, "Maximum History": { - "Maximum History": "" + "Maximum History": "Historial máxima" }, "Maximum number of clipboard entries to keep": { - "Maximum number of clipboard entries to keep": "" + "Maximum number of clipboard entries to keep": "Número máximo de entradas del portapapeles a conservar" }, "Maximum size per clipboard entry": { - "Maximum size per clipboard entry": "" + "Maximum size per clipboard entry": "Tamaño máximo por entrada en el portapapeles" }, "Media": { "Media": "Multimedia" @@ -2133,7 +2148,7 @@ "Microphone Mute": "Silenciar micrófono" }, "Microphone Volume": { - "Microphone Volume": "" + "Microphone Volume": "Volumen del micrófono" }, "Microphone settings": { "Microphone settings": "Ajustes de microfono" @@ -2151,10 +2166,10 @@ "Minute": "Minuto" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "Pantalla de espejo" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "Fondo modal" }, "Mode": { "Mode": "Modo" @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "Configuracion del monitor" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Seleccionar monitor que define los colores dinámicos" }, @@ -2211,7 +2229,7 @@ "Network": "Red" }, "Network Graph": { - "Network Graph": "" + "Network Graph": "Gráfico de red" }, "Network Info": { "Network Info": "Información de red" @@ -2262,7 +2280,7 @@ "Niri Integration": "Integración con Niri" }, "Niri Layout Overrides": { - "Niri Layout Overrides": "" + "Niri Layout Overrides": "Anulaciones de diseño Niri" }, "Niri compositor actions (focus, move, etc.)": { "Niri compositor actions (focus, move, etc.)": "Acciones del compositor Niri (enfocar,mover, etc.)" @@ -2280,7 +2298,7 @@ "No Bluetooth adapter found": "No se encontró un adaptador de Bluetooth" }, "No GPU detected": { - "No GPU detected": "" + "No GPU detected": "No se detecta GPU" }, "No Media": { "No Media": "Sin medios" @@ -2301,7 +2319,7 @@ "No battery": "Sin bateria" }, "No brightness devices available": { - "No brightness devices available": "" + "No brightness devices available": "No hay dispositivos de brillo disponibles" }, "No changes": { "No changes": "Sin cambios" @@ -2313,16 +2331,16 @@ "No devices found": "No se encontraron dispositivos" }, "No disk data": { - "No disk data": "" + "No disk data": "No hay datos en el disco" }, "No disk data available": { - "No disk data available": "" + "No disk data available": "No hay datos de disco disponibles" }, "No drivers found": { "No drivers found": "No se encontraron controladores" }, "No features enabled": { - "No features enabled": "" + "No features enabled": "Ninguna función activada" }, "No files found": { "No files found": "Archivos no encontrados" @@ -2352,13 +2370,13 @@ "No printers found": "No se encontraron impresoras" }, "No variants created. Click Add to create a new monitor widget.": { - "No variants created. Click Add to create a new monitor widget.": "" + "No variants created. Click Add to create a new monitor widget.": "No hay variantes creadas. Haga clic en Añadir para crear un nuevo widget de monitor." }, "No widgets available": { - "No widgets available": "" + "No widgets available": "No hay widgets disponibles" }, "No widgets match your search": { - "No widgets match your search": "" + "No widgets match your search": "Ningún widget encaja con tu búsqueda" }, "None": { "None": "Ninguna" @@ -2379,7 +2397,7 @@ "Not connected": "No conectado" }, "Note: this only changes the percentage, it does not actually limit charging.": { - "Note: this only changes the percentage, it does not actually limit charging.": "" + "Note: this only changes the percentage, it does not actually limit charging.": "Nota: esto sólo cambia el porcentaje, no limita realmente la carga." }, "Notepad": { "Notepad": "Notas" @@ -2442,7 +2460,7 @@ "Only adjust gamma based on time or location rules.": "Ajustar gamma en función de la hora o ubicación." }, "Only show windows from the current monitor on each dock": { - "Only show windows from the current monitor on each dock": "" + "Only show windows from the current monitor on each dock": "Solo mostrar ventanas del monitor actual en cada dock" }, "Only visible if hibernate is supported by your system": { "Only visible if hibernate is supported by your system": "Solo visible si la hibernación es soportada por tu sistema" @@ -2484,7 +2502,7 @@ "Output Tray Missing": "Bandeja de salida no encontrada" }, "Outputs Include Missing": { - "Outputs Include Missing": "" + "Outputs Include Missing": "Los resultados incluyen" }, "Overridden by config": { "Overridden by config": "Sobreescrito por la configuracion" @@ -2493,13 +2511,13 @@ "Override": "Sobrescribir" }, "Override Corner Radius": { - "Override Corner Radius": "" + "Override Corner Radius": "Anular radio de esquina" }, "Override Gaps": { - "Override Gaps": "" + "Override Gaps": "Anular lagunas" }, "Override global layout settings for this output": { - "Override global layout settings for this output": "" + "Override global layout settings for this output": "Anular la configuración de diseño global para esta salida" }, "Overrides": { "Overrides": "Sobreescribe" @@ -2580,7 +2598,7 @@ "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Pon aquí el directorio de complementos. Cada complemento debe tener un archivo plugin.json adjunto." }, "Place plugins in %1": { - "Place plugins in %1": "" + "Place plugins in %1": "Colocar plugins en %1" }, "Play sound when new notification arrives": { "Play sound when new notification arrives": "Reproducir sonido al recibir una nueva notificación" @@ -2601,10 +2619,10 @@ "Plugged In": "Enchufado" }, "Plugged in": { - "Plugged in": "" + "Plugged in": "Enchufado" }, "Plugin": { - "Plugin": "" + "Plugin": "Complemento" }, "Plugin Directory": { "Plugin Directory": "Directorio de complementos" @@ -2619,7 +2637,7 @@ "Plugins": "Complementos" }, "Pointer": { - "Pointer": "" + "Pointer": "Puntero" }, "Popup Position": { "Popup Position": "Posición" @@ -2631,10 +2649,10 @@ "Position": "Posición" }, "Possible Override Conflicts": { - "Possible Override Conflicts": "" + "Possible Override Conflicts": "Posibles conflictos de sobrescritura" }, "Power": { - "Power": "" + "Power": "Potencia" }, "Power & Security": { "Power & Security": "Energía y seguridad" @@ -2661,7 +2679,7 @@ "Power Profile Degradation": "Perfil de Energía Degradada" }, "Power profile management available": { - "Power profile management available": "" + "Power profile management available": "Gestión del perfil de potencia disponible" }, "Power source": { "Power source": "Fuente de energia" @@ -2673,7 +2691,7 @@ "Preference": "Preferencia" }, "Preset Widths (%)": { - "Preset Widths (%)": "" + "Preset Widths (%)": "Anchuras prefijadas (%)" }, "Press key...": { "Press key...": "Presiona la tecla deseada..." @@ -2688,7 +2706,7 @@ "Primary": "Primario" }, "Print Server Management": { - "Print Server Management": "" + "Print Server Management": "Gestión del servidor de impresión" }, "Print Server not available": { "Print Server not available": "Servidor de impresión no disponible" @@ -2724,7 +2742,7 @@ "Process": "Proceso" }, "Process Count": { - "Process Count": "" + "Process Count": "Conteo de procesos" }, "Processing": { "Processing": "Procesando" @@ -2790,7 +2808,7 @@ "Remove": "Remover" }, "Remove gaps and border when windows are maximized": { - "Remove gaps and border when windows are maximized": "" + "Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas" }, "Report": { "Report": "Reporte" @@ -2808,7 +2826,7 @@ "Requires DWL compositor": "Requiere un compositor DWL" }, "Requires night mode support": { - "Requires night mode support": "" + "Requires night mode support": "Requiere compatibilidad con el modo nocturno" }, "Reset": { "Reset": "Reiniciar" @@ -2835,10 +2853,10 @@ "Resume": "Continuar" }, "Reverse Scrolling Direction": { - "Reverse Scrolling Direction": "" + "Reverse Scrolling Direction": "Invertir la dirección de desplazamiento" }, "Reverse workspace switch direction when scrolling over the bar": { - "Reverse workspace switch direction when scrolling over the bar": "" + "Reverse workspace switch direction when scrolling over the bar": "Invertir la dirección del cambio de espacio de trabajo al desplazarse por la barra" }, "Revert": { "Revert": "Revertir" @@ -2853,10 +2871,10 @@ "Right Tiling": "Mosaico derecho" }, "Right-click and drag anywhere on the widget": { - "Right-click and drag anywhere on the widget": "" + "Right-click and drag anywhere on the widget": "Haga clic con el botón derecho del ratón y arrástrelo a cualquier parte del widget" }, "Right-click and drag the bottom-right corner": { - "Right-click and drag the bottom-right corner": "" + "Right-click and drag the bottom-right corner": "Haz clic con el botón derecho y arrastra la esquina inferior derecha" }, "Right-click bar widget to cycle": { "Right-click bar widget to cycle": "Clic derecho en la barra para cambiar" @@ -2865,7 +2883,7 @@ "Root Filesystem": "Raíz del sistema de archivos" }, "Rounded corners for windows": { - "Rounded corners for windows": "" + "Rounded corners for windows": "Esquinas redondeadas para ventanas" }, "Run DMS Templates": { "Run DMS Templates": "Ejecutar plantillas de DMS" @@ -2889,10 +2907,10 @@ "Running Apps Settings": "Ajustes de aplicaciones activas" }, "SDR Brightness": { - "SDR Brightness": "" + "SDR Brightness": "Brillo SDR" }, "SDR Saturation": { - "SDR Saturation": "" + "SDR Saturation": "Saturación SDR" }, "Save": { "Save": "Guardar" @@ -2916,7 +2934,7 @@ "Scale DankBar font sizes independently": "Escalar fuentes de la barra independientemente" }, "Scale all font sizes throughout the shell": { - "Scale all font sizes throughout the shell": "" + "Scale all font sizes throughout the shell": "Escala todos los tamaños de fuente en todo el shell" }, "Scan": { "Scan": "Escanear" @@ -2934,19 +2952,19 @@ "Screen sharing": "Compartir pantalla" }, "Scroll Wheel": { - "Scroll Wheel": "" + "Scroll Wheel": "Rueda de desplazamiento" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "Desplazarse por el widget cambia el volumen multimedia" }, "Scroll song title": { - "Scroll song title": "" + "Scroll song title": "Desplazamiento del título de la canción" }, "Scroll title if it doesn't fit in widget": { - "Scroll title if it doesn't fit in widget": "" + "Scroll title if it doesn't fit in widget": "Desplazar el título si no cabe en el widget" }, "Scroll wheel behavior on media widget": { - "Scroll wheel behavior on media widget": "" + "Scroll wheel behavior on media widget": "Comportamiento de la rueda de desplazamiento en el widget multimedia" }, "Scrolling": { "Scrolling": "Desplazamiento" @@ -2997,7 +3015,7 @@ "Select a color from the palette or use custom sliders": "Selecciona un color de la paleta o usa el deslizador" }, "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { - "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "" + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Selecciona un widget para añadirlo a tu escritorio. Cada widget es una instancia independiente con su propia configuración." }, "Select a widget to add. You can add multiple instances of the same widget if needed.": { "Select a widget to add. You can add multiple instances of the same widget if needed.": "Elija un widget para añadir. Puede añadir varias copias del mismo widget si es necesario." @@ -3012,7 +3030,7 @@ "Select driver...": "Elegir controlador..." }, "Select font weight for UI text": { - "Select font weight for UI text": "" + "Select font weight for UI text": "Seleccionar el peso de la fuente para el texto de la interfaz de usuario" }, "Select monitor to configure wallpaper": { "Select monitor to configure wallpaper": "Seleccionar monitor para configurar el fondo de pantalla" @@ -3024,7 +3042,7 @@ "Select system sound theme": "Seleccionar tema de sonidos del sistema" }, "Select the font family for UI text": { - "Select the font family for UI text": "" + "Select the font family for UI text": "Seleccione la familia de fuentes para el texto de la interfaz de usuario" }, "Select the palette algorithm used for wallpaper-based colors": { "Select the palette algorithm used for wallpaper-based colors": "Selecciona el algoritmo de colores del fondo de pantalla" @@ -3051,10 +3069,10 @@ "Set different wallpapers for light and dark mode": "Configurar diferentes fondos de pantalla para los modos claro y oscuro" }, "Set key and action to save": { - "Set key and action to save": "" + "Set key and action to save": "Establecer tecla y acción para guardar" }, "Setup": { - "Setup": "" + "Setup": "Configurar" }, "Shell": { "Shell": "Shell" @@ -3063,16 +3081,16 @@ "Shift+Del: Clear All • Esc: Close": "Shift+Del: Borrar todo • Esc: Cerrar " }, "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { - "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "" + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Mayús+Intro: Pegar - Mayús+Supr: Borrar todo - Esc: Cerrar" }, "Short": { - "Short": "" + "Short": "Corto" }, "Shortcuts": { - "Shortcuts": "" + "Shortcuts": "Atajos" }, "Shortcuts (%1)": { - "Shortcuts (%1)": "" + "Shortcuts (%1)": "Atajos (%1)" }, "Show All Tags": { "Show All Tags": "Mostrar todas las etiquetas" @@ -3099,13 +3117,13 @@ "Show GPU Temperature": "Mostrar temperatura de la GPU" }, "Show Header": { - "Show Header": "" + "Show Header": "Mostrar cabecera" }, "Show Hibernate": { "Show Hibernate": "Mostrar Hibernar" }, "Show Hour Numbers": { - "Show Hour Numbers": "" + "Show Hour Numbers": "Mostrar números de horas" }, "Show Line Numbers": { "Show Line Numbers": "Mostrar números de líneas" @@ -3120,7 +3138,7 @@ "Show Memory": "Mostrar memoria" }, "Show Memory Graph": { - "Show Memory Graph": "" + "Show Memory Graph": "Mostrar gráfico de memoria" }, "Show Network": { "Show Network": "Mostrar red" @@ -3147,7 +3165,7 @@ "Show Suspend": "Mostrar Suspender" }, "Show Top Processes": { - "Show Top Processes": "" + "Show Top Processes": "Mostrar procesos principales" }, "Show Workspace Apps": { "Show Workspace Apps": "Mostrar aplicaciones en el espacio de trabajo" @@ -3162,13 +3180,13 @@ "Show darkened overlay behind modal dialogs": "Oscurecer el fondo al abrir un modal" }, "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { - "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "" + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar la superposición del lanzador al escribir en la vista general de Niri. Desactivar para utilizar otro lanzador." }, "Show on Last Display": { "Show on Last Display": "Mostrar en última pantalla" }, "Show on Overlay": { - "Show on Overlay": "" + "Show on Overlay": "Mostrar en superposición" }, "Show on Overview": { "Show on Overview": "Mostrar en vista general" @@ -3186,7 +3204,7 @@ "Show on-screen display when caps lock state changes": "Mostrar en pantalla al activar o desactivar Bloq Mayús" }, "Show on-screen display when cycling audio output devices": { - "Show on-screen display when cycling audio output devices": "" + "Show on-screen display when cycling audio output devices": "Mostrar en pantalla al ciclar los dispositivos de salida de audio" }, "Show on-screen display when idle inhibitor state changes": { "Show on-screen display when idle inhibitor state changes": "Mostrar en pantalla cuando el estado del inhibidor cambia" @@ -3219,7 +3237,7 @@ "Show workspace index numbers in the top bar workspace switcher": "Indicar el orden de los espacios en la barra superior" }, "Show workspace name on horizontal bars, and first letter on vertical bars": { - "Show workspace name on horizontal bars, and first letter on vertical bars": "" + "Show workspace name on horizontal bars, and first letter on vertical bars": "Mostrar el nombre del espacio de trabajo en las barras horizontales y la primera letra en las verticales" }, "Shows all running applications with focus indication": { "Shows all running applications with focus indication": "Mostrar todas las ventanas abiertas destacando la enfocada" @@ -3249,13 +3267,13 @@ "Size Offset": "Tamaño relativo" }, "Sizing": { - "Sizing": "" + "Sizing": "Redimensionamiento" }, "Smartcard Authentication": { - "Smartcard Authentication": "" + "Smartcard Authentication": "Autenticación con tarjeta inteligente" }, "Smartcard PIN": { - "Smartcard PIN": "" + "Smartcard PIN": "PIN de la tarjeta inteligente" }, "Some plugins require a newer version of DMS:": { "Some plugins require a newer version of DMS:": "Algunos plugins requieren una version más nueva de DMS:" @@ -3267,7 +3285,7 @@ "Sort By": "Ordenar por" }, "Sorting & Layout": { - "Sorting & Layout": "" + "Sorting & Layout": "Clasificación y presentación" }, "Sound Theme": { "Sound Theme": "Tema de sonidos" @@ -3297,7 +3315,7 @@ "Square Corners": "Esquinas cuadradas" }, "Stacked": { - "Stacked": "" + "Stacked": "Apilado" }, "Start": { "Start": "Empezar" @@ -3330,7 +3348,7 @@ "Sunset": "Atardecer" }, "Suppress notification popups while enabled": { - "Suppress notification popups while enabled": "" + "Suppress notification popups while enabled": "Suprimir las ventanas emergentes de notificación mientras están activadas" }, "Surface": { "Surface": "Superficie" @@ -3384,7 +3402,7 @@ "System Updates": "Actualizaciones del sistema" }, "System monitor widget description": { - "CPU, memory, network, and disk monitoring": "" + "CPU, memory, network, and disk monitoring": "Monitorización de CPU, memoria, red y disco" }, "System monitor widget name | sysmon window title": { "System Monitor": "Monitor del sistema" @@ -3393,10 +3411,10 @@ "System notification area icons": "Iconos del área de notificaciones del sistema" }, "System sounds are not available. Install canberra-gtk-play for sound support.": { - "System sounds are not available. Install canberra-gtk-play for sound support.": "" + "System sounds are not available. Install canberra-gtk-play for sound support.": "Los sonidos del sistema no están disponibles. Instale canberra-gtk-play para obtener soporte de sonido." }, "System theme toggle": { - "System theme toggle": "" + "System theme toggle": "Tema del sistema" }, "System toast notifications": { "System toast notifications": "Notificaciones emergentes del sistema" @@ -3405,7 +3423,7 @@ "System update custom command": "Comando al actualizar" }, "Tab": { - "Tab": "" + "Tab": "Pestaña" }, "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Seleccionar" @@ -3426,7 +3444,7 @@ "Text": "Texto" }, "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": { - "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": "" + "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": "La herramienta 'dgop' es requerida para el monitoreo del sistema.\\nPor favor, instala dgop para usar esta función." }, "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variable de entorno DMS_SOCKET no está configurada o el socket no está disponible. La gestión automática de complementos requiere DMS_SOCKET." @@ -3444,7 +3462,7 @@ "Theme Color": "Color del tema" }, "Thickness": { - "Thickness": "" + "Thickness": "Espesor" }, "Third-Party Plugin Warning": { "Third-Party Plugin Warning": "Aviso sobre complemento externo" @@ -3471,22 +3489,22 @@ "Time Format": "Formato de tiempo" }, "Time remaining: %1": { - "Time remaining: %1": "" + "Time remaining: %1": "Tiempo restante: %1" }, "Time until full: %1": { - "Time until full: %1": "" + "Time until full: %1": "Tiempo hasta lleno: %1" }, "Timed Out": { "Timed Out": "Tiempo agotado" }, "Timeout for critical priority notifications": { - "Timeout for critical priority notifications": "" + "Timeout for critical priority notifications": "Tiempo de espera para notificaciones de prioridad crítica" }, "Timeout for low priority notifications": { - "Timeout for low priority notifications": "" + "Timeout for low priority notifications": "Tiempo limite para las notificaciones de baja prioridad" }, "Timeout for normal priority notifications": { - "Timeout for normal priority notifications": "" + "Timeout for normal priority notifications": "Tiempo de espera para notificaciones de prioridad normal" }, "Title": { "Title": "Titulo" @@ -3498,7 +3516,7 @@ "To update, run the following command:": "Para actualizar, ejecute el siguiente comando:" }, "To use this DMS bind, remove or change the keybind in your config.kdl": { - "To use this DMS bind, remove or change the keybind in your config.kdl": "" + "To use this DMS bind, remove or change the keybind in your config.kdl": "Para utilizar este bind DMS, elimine o cambie el keybind en su config.kdl" }, "Toast Messages": { "Toast Messages": "Mensajes emergentes" @@ -3531,7 +3549,7 @@ "Top Left": "Arriba a la izquierda" }, "Top Processes": { - "Top Processes": "" + "Top Processes": "Procesos superiores" }, "Top Right": { "Top Right": "Arriba a la derecha" @@ -3636,10 +3654,10 @@ "Use custom command for update your system": "Utilizar un comando personalizado para actualizar el sistema" }, "Use custom gaps instead of bar spacing": { - "Use custom gaps instead of bar spacing": "" + "Use custom gaps instead of bar spacing": "Utilizar espacios personalizados en lugar de espaciado entre barras" }, "Use custom window radius instead of theme radius": { - "Use custom window radius instead of theme radius": "" + "Use custom window radius instead of theme radius": "Usar radio de ventana personalizado en lugar del radio del tema" }, "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": { "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Usar el lector de huellas dactilares para desbloquear la pantalla de bloqueo (requiere haber registrado huellas previamente)" @@ -3687,7 +3705,7 @@ "VPN deleted": "VPN eliminada" }, "VPN imported: %1": { - "VPN imported: %1": "" + "VPN imported: %1": "VPN importada: %1" }, "VPN not available": { "VPN not available": "VPN no disponible" @@ -3696,22 +3714,22 @@ "VPN status and quick connect": "Estado de VPN y conexión rápida" }, "VRR": { - "VRR": "" + "VRR": "VRR" }, "VRR On-Demand": { - "VRR On-Demand": "" + "VRR On-Demand": "VRR a la carta" }, "VRR activates only when applications request it": { - "VRR activates only when applications request it": "" + "VRR activates only when applications request it": "VRR sólo se activa cuando las aplicaciones lo solicitan" }, "Variable Refresh Rate": { - "Variable Refresh Rate": "" + "Variable Refresh Rate": "Frecuencia de actualización variable" }, "Variant created - expand to configure": { - "Variant created - expand to configure": "" + "Variant created - expand to configure": "Variante creada - ampliar para configurar" }, "Variant removed": { - "Variant removed": "" + "Variant removed": "Variante eliminada" }, "Version": { "Version": "Versión" @@ -3765,7 +3783,7 @@ "Wallpapers": "Fondos de pantalla" }, "Warm color temperature to apply": { - "Warm color temperature to apply": "" + "Warm color temperature to apply": "Temperatura de color cálida para aplicar" }, "Warning": { "Warning": "Advertencia" @@ -3784,7 +3802,7 @@ }, "When updater widget is used, then hide it if no update found": { "Hide Updater Widget": "Ocultar widget de actualizacion", - "When updater widget is used, then hide it if no update found": "" + "When updater widget is used, then hide it if no update found": "Si se utiliza el widget actualizador, ocultarlo si no se encuentra ninguna actualización" }, "Wi-Fi Password": { "Wi-Fi Password": "Contraseña Wi-Fi" @@ -3811,7 +3829,7 @@ "WiFi is off": "Wi‑Fi apagado" }, "Wide (BT2020)": { - "Wide (BT2020)": "" + "Wide (BT2020)": "Ancho (BT2020)" }, "Widget Background Color": { "Widget Background Color": "Color de fondo del Widget" @@ -3832,13 +3850,13 @@ "Widget Transparency": "Transparencia de widget" }, "Widget Variants": { - "Widget Variants": "" + "Widget Variants": "Variantes de widgets" }, "Widget added": { "Widget added": "Widget añadido" }, "Widget grid keyboard hints": { - "G: grid • Z/X: size": "" + "G: grid • Z/X: size": "G: cuadrícula - Z/X: tamaño" }, "Widget grid snap status": { "Grid: OFF": "Cuadricula: OFF", @@ -3869,7 +3887,7 @@ "Workspace Index Numbers": "Espacios de trabajo numerados" }, "Workspace Names": { - "Workspace Names": "" + "Workspace Names": "Nombres de los espacios de trabajo" }, "Workspace Padding": { "Workspace Padding": "Margen de los espacios de trabajo" @@ -3887,10 +3905,10 @@ "Workspaces & Widgets": "Espacios de trabajo y Widgets" }, "X Axis": { - "X Axis": "" + "X Axis": "Eje X" }, "Y Axis": { - "Y Axis": "" + "Y Axis": "Eje Y" }, "Yes": { "Yes": "Si" @@ -3911,25 +3929,25 @@ "apps": "apps" }, "author attribution": { - "by %1": "" + "by %1": "por %1" }, "browse themes button | theme browser header | theme browser window title": { "Browse Themes": "Busqueda de temas" }, "catppuccin theme description": { - "Soothing pastel theme based on Catppuccin": "" + "Soothing pastel theme based on Catppuccin": "Tema relajante en tonos pastel basado en Catppuccin" }, "current theme label": { "Current Theme: %1": "Tema actual: %1" }, "custom theme description": { - "Custom theme loaded from JSON file": "" + "Custom theme loaded from JSON file": "Tema personalizado cargado desde archivo JSON" }, "custom theme file browser title": { "Select Custom Theme": "Elegir tema personalizado" }, "custom theme file hint": { - "Click to select a custom theme JSON file": "" + "Click to select a custom theme JSON file": "Haz clic para seleccionar un archivo JSON de tema personalizado" }, "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title": { "Select Wallpaper": "Seleccionar fondo de pantalla" @@ -3941,13 +3959,13 @@ "dgop not available": "dgop no disponible" }, "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": { - "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "" + "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl existe pero no está incluido en config.kdl. Las combinaciones de teclas personalizadas no funcionarán hasta que esto se solucione." }, "dms/binds.kdl is now included in config.kdl": { - "dms/binds.kdl is now included in config.kdl": "" + "dms/binds.kdl is now included in config.kdl": "dms/binds.kdl esta ahora incluido en config.kdl" }, "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { - "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "" + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configuración dms/outputs existe pero no está incluida en la configuración del compositor. Los cambios de visualización no persistirán." }, "dynamic colors description": { "Dynamic colors from wallpaper": "Colores dinámicos desde el fondo de pantalla" @@ -3962,7 +3980,7 @@ "e.g., firefox, kitty --title foo": "e.j. firefox, kitty --title foo" }, "e.g., focus-workspace 3, resize-column -10": { - "e.g., focus-workspace 3, resize-column -10": "" + "e.g., focus-workspace 3, resize-column -10": "por ejemplo, focus-workspace 3, redimensionar-columna -10" }, "e.g., notify-send 'Hello' && sleep 1": { "e.g., notify-send 'Hello' && sleep 1": "e.j., notify-send 'Hola' && sleep 1" @@ -3971,7 +3989,7 @@ "No plugins found": "No se han encontrado plugins" }, "empty theme list": { - "No themes found": "" + "No themes found": "No se han encontrado temas" }, "events": { "events": "eventos" @@ -4007,7 +4025,7 @@ "loginctl not available - lock integration requires DMS socket connection": "loginctl no disponible - integración requiere conexión al socket DMS" }, "matugen error": { - "matugen not found - install matugen package for dynamic theming": "" + "matugen not found - install matugen package for dynamic theming": "matguen no encontrado - instala el paquete matugen para la tematización dinámica" }, "matugen installation hint": { "Install matugen package for dynamic theming": "Instalar matugen para tematizacion dinamica" @@ -4022,19 +4040,63 @@ "ms": "ms" }, "no custom theme file status": { - "No custom theme file": "" + "No custom theme file": "Ningún archivo de tema personalizado" }, "no registry themes installed hint": { - "No themes installed. Browse themes to install from the registry.": "" + "No themes installed. Browse themes to install from the registry.": "No hay temas instalados. Busca temas para instalar en el repositorio/tienda de complementos." }, "no wallpaper status": { - "No wallpaper selected": "" + "No wallpaper selected": "No hay papel pintado seleccionado" + }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" }, "official": { "official": "oficial" }, "plugin browser description": { - "Install plugins from the DMS plugin registry": "" + "Install plugins from the DMS plugin registry": "Instalar plugins desde el registro de plugins de DMS" }, "plugin browser header | plugin browser window title": { "Browse Plugins": "Busqueda de plugins" @@ -4052,10 +4114,10 @@ "Select Profile Image": "Elegir foto de perfil" }, "read-only settings warning for NixOS home-manager users": { - "Settings are read-only. Changes will not persist.": "" + "Settings are read-only. Changes will not persist.": "Los ajustes son de solo lectura. Los cambios no persistirán." }, "registry theme description": { - "Color theme from DMS registry": "" + "Color theme from DMS registry": "Tema de color del registro DMS" }, "seconds": { "seconds": "segundos" @@ -4076,7 +4138,7 @@ "Install color themes from the DMS theme registry": "Instalar tema de colores desde el repositorio de temas de DMS" }, "theme installation confirmation": { - "Install theme '%1' from the DMS registry?": "" + "Install theme '%1' from the DMS registry?": "¿Instalar el tema '%1' desde el registro DMS?" }, "theme installation dialog title": { "Install Theme": "Instalar tema" @@ -4106,13 +4168,13 @@ "Select Wallpaper Directory": "Elegir carpeta de fondos de pantalla" }, "wallpaper error": { - "Wallpaper processing failed - check wallpaper path": "" + "Wallpaper processing failed - check wallpaper path": "Fallo en el procesamiento del fondo de pantalla - compruebe la ruta del fondo de pantalla" }, "wallpaper error status": { "Wallpaper Error": "Error en el fondo de pantalla" }, "wallpaper processing error": { - "Wallpaper processing failed": "" + "Wallpaper processing failed": "Fallo en el procesamiento del fondo de pantalla" }, "wallpaper settings disable description": { "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Usar un gestor de fondos de pantalla externo como swww, hyprpaper, o swaybg" @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype no disponible - instala wtype para soporte de pegado" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• Instalar solo desde fuentes confiables" }, diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json index 63008302..cb8a7da5 100644 --- a/quickshell/translations/poexports/fa.json +++ b/quickshell/translations/poexports/fa.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 متصل" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 نمایشگر" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 ابزارک" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(بدون نام)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "محو شدن برای قفل صفحه" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "فعال‌سازی پیکربندی ناموفق بود" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "قبل از قفل شدن صفحه نمایش را با یک دوره زمانی قابل تنظیم به تدریج محو کن" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "بازه زمانی نمودار" }, @@ -1677,7 +1689,7 @@ "Grid Columns": "ستون‌های جدول" }, "Group Workspace Apps": { - "Group Workspace Apps": "" + "Group Workspace Apps": "گروه‌بندی برنامه‌های workspace" }, "Group by App": { "Group by App": "گروه‌بندی بر اساس برنامه" @@ -1686,7 +1698,7 @@ "Group multiple windows of the same app together with a window count indicator": "گروه‌بندی چندین پنجره از برنامه یکسان با نشانگر تعداد پنجره‌ها" }, "Group repeated application icons in unfocused workspaces": { - "Group repeated application icons in unfocused workspaces": "" + "Group repeated application icons in unfocused workspaces": "برنامه‌های تکرارشده در workspaceهای فوکوس نشده را گروه‌بندی کن" }, "HDR (EDID)": { "HDR (EDID)": "HDR (EDID)" @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "قفل‌کردن قبل از تعلیق" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "خروج" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "پیکربندی مانیتور" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "مانیتوری که تصویر پس‌زمینه آن رنگ‌های تم پویا را تعیین می‌کند" }, @@ -2946,7 +2964,7 @@ "Scroll title if it doesn't fit in widget": "اگر عنوان در ابزارک جا نشد آن را حرکت بده" }, "Scroll wheel behavior on media widget": { - "Scroll wheel behavior on media widget": "" + "Scroll wheel behavior on media widget": "رفتار چرخ اسکرول در ابزارک رسانه" }, "Scrolling": { "Scrolling": "اسکرولینگ" @@ -3219,7 +3237,7 @@ "Show workspace index numbers in the top bar workspace switcher": "نمایش شماره شاخص workspace در تغییردهنده workspace نوار بالا" }, "Show workspace name on horizontal bars, and first letter on vertical bars": { - "Show workspace name on horizontal bars, and first letter on vertical bars": "" + "Show workspace name on horizontal bars, and first letter on vertical bars": "نام workspace را در نوارهای افقی و اولین حرف را در نوار‌های عمودی نمایش بده" }, "Shows all running applications with focus indication": { "Shows all running applications with focus indication": "همه برنامه‌های درحال اجرا را با نشانگر متمرکز نمایش می‌دهد" @@ -3252,10 +3270,10 @@ "Sizing": "اندازه‌دهی" }, "Smartcard Authentication": { - "Smartcard Authentication": "" + "Smartcard Authentication": "احراز هویت با کارت هوشمند" }, "Smartcard PIN": { - "Smartcard PIN": "" + "Smartcard PIN": "PIN کارت هوشمند" }, "Some plugins require a newer version of DMS:": { "Some plugins require a newer version of DMS:": "برخی افزونه‌ها نیازمند نسخه جدیدتر DMS هستند:" @@ -3869,7 +3887,7 @@ "Workspace Index Numbers": "شماره شاخص workspace" }, "Workspace Names": { - "Workspace Names": "" + "Workspace Names": "نام workspaceها" }, "Workspace Padding": { "Workspace Padding": "فاصله درونی workspace" @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "هیچ تصویر پس‌زمینه‌ای انتخاب نشده" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "رسمی" }, @@ -4052,7 +4114,7 @@ "Select Profile Image": "انتخاب تصویر نمایه" }, "read-only settings warning for NixOS home-manager users": { - "Settings are read-only. Changes will not persist.": "" + "Settings are read-only. Changes will not persist.": "تنظیمات تنها قابل خواندن هستند. تغییرات حفظ نخواهند شد." }, "registry theme description": { "Color theme from DMS registry": "رنگ تم از مخزن DMS" @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype در دسترس نیست - wtype را برای پشتیبانی از الصاق نصب کنید" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "نصب تنها از منابع معتبر" }, diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json index ea571d69..cbd0038d 100644 --- a/quickshell/translations/poexports/he.json +++ b/quickshell/translations/poexports/he.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 מחובר/ים" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 מסך/מסכים" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 ווידג׳טים" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(ללא שם)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "דהייה למסך הנעילה" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "הפעלת התצורה נכשלה" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "הפעל/י דהייה הדרגתית של המסך לפני הנעילה עם תקופת חסד הניתנת להגדרה" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "נעל/י לפני השהיה" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "התנתק/י" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "המסך שהרקע שלו קובע את צבעי ערכת הנושא הדינמית" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "רשמי" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• התקן/י רק ממקורות מהימנים" }, diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json index c74d3c66..78f2631d 100644 --- a/quickshell/translations/poexports/hu.json +++ b/quickshell/translations/poexports/hu.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 csatlakoztatva" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 kijelző" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 widget" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(Névtelen)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "Halványítás a zárolási képernyőre" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "A konfiguráció aktiválása sikertelen" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Fokozatosan halványítsa el a képernyőt a zárolás előtt egy konfigurálható türelmi idővel" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "Grafikon időtartománya" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "Zárolás felfüggesztés előtt" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Kijelentkezés" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "Monitorkonfiguráció" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Az a monitor, amelynek háttérképe meghatározza a dinamikus témaszíneket" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "Nincs háttérkép kiválasztva" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "hivatalos" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "A wtype nem elérhető - telepítsd a wtype csomagot a beillesztés támogatásához" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "Csak hivatalos forrásokból telepítsen" }, diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json index b6386aeb..9dc20f19 100644 --- a/quickshell/translations/poexports/it.json +++ b/quickshell/translations/poexports/it.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 connesso" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 schermo(i)" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 widget" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(Senza nome)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "Dissolvenza verso la schermata di blocco" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "Impossibile attivare configurazione" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Dissolvi gradualmente lo schermo prima del blocco, con un periodo di tolleranza configurabile" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "Intervallo Temporale del Grafico" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "Blocca prima di sospendere" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Termina Sessione" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "Configurazione Monitor" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Monitor il cui sfondo determina i colori del tema dinamico" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "Nessuno sfondo selezionato" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "ufficiale" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype non disponibile – installa wtype per il supporto all’incolla" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• Installa solo da sorgenti fidate" }, diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json index 37074e4b..36ef1e38 100644 --- a/quickshell/translations/poexports/ja.json +++ b/quickshell/translations/poexports/ja.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 表示" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 ウィジェット" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(名前なし)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "設定が適用できませんでした" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "一時停止前にロック" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "ログアウト" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "ダイナミックテーマの色を駆動する壁紙をモニター" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "公式" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• 信頼できるソースからのみインストールする" }, diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json index 19800ea4..66c96723 100644 --- a/quickshell/translations/poexports/pl.json +++ b/quickshell/translations/poexports/pl.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 połączono" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 wyświetlaczy" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 widżetów" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(Bez nazwy)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "Wygaszanie do ekranu blokady" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "Nie udało się aktywować konfiguracji" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Stopniowe wygaszanie ekranu przed zablokowaniem z konfigurowalnym czasem opóźnienia" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "Zakres czasowy wykresu" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "Zablokuj przed wstrzymaniem" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Wyloguj" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "Konfiguracja monitora" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Monitor, którego tapeta steruje dynamicznymi kolorami motywu" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "Nie wybrano tapety" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "oficjalny" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype niedostępny - zainstaluj wtype dla wsparcia wklejania" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• Instaluj tylko z zaufanych źródeł" }, diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json index 1f1d4d1c..6a1273eb 100644 --- a/quickshell/translations/poexports/pt.json +++ b/quickshell/translations/poexports/pt.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 conectado(s)" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 monitor(es)" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 widgets" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(Sem nome)" }, @@ -36,7 +42,7 @@ "0 = square corners": "0 = cantos quadrados" }, "1 day": { - "1 day": "" + "1 day": "1 dia" }, "1 event": { "1 event": "1 evento" @@ -57,7 +63,7 @@ "10-bit Color": "" }, "14 days": { - "14 days": "" + "14 days": "14 dias" }, "15 seconds": { "15 seconds": "15 segundos" @@ -78,13 +84,13 @@ "270°": "" }, "3 days": { - "3 days": "" + "3 days": "3 dias" }, "3 seconds": { "3 seconds": "3 segundos" }, "30 days": { - "30 days": "" + "30 days": "30 dias" }, "30 seconds": { "30 seconds": "30 segundos" @@ -93,19 +99,19 @@ "3rd party": "Terceiros" }, "5 minutes": { - "5 minutes": "" + "5 minutes": "5 minutos" }, "5 seconds": { - "5 seconds": "" + "5 seconds": "5 segundos" }, "7 days": { - "7 days": "" + "7 days": "7 dias" }, "8 seconds": { - "8 seconds": "" + "8 seconds": "8 segundos" }, "90 days": { - "90 days": "" + "90 days": "90 dias" }, "90°": { "90°": "" @@ -195,7 +201,7 @@ "Adjust the number of columns in grid view mode.": "Ajusta o número de colunas no modo de visualização em grade" }, "Advanced": { - "Advanced": "" + "Advanced": "Avançado" }, "Afternoon": { "Afternoon": "Tarde" @@ -216,7 +222,7 @@ "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Voltar • F1/I: Informações de Arquivo • F10: Ajuda • Esc: Fechar" }, "Always Show Percentage": { - "Always Show Percentage": "" + "Always Show Percentage": "Sempre Mostrar Porcentagem" }, "Always on icons": { "Always on icons": "Ícones sempre ligados" @@ -231,7 +237,7 @@ "Always show when there's only one connected display": "" }, "Amount": { - "Amount": "" + "Amount": "Quantidade" }, "Analog": { "Analog": "" @@ -300,7 +306,7 @@ "Audio Output Switch": "" }, "Audio Visualizer": { - "Audio Visualizer": "" + "Audio Visualizer": "Visualizador de Áudio" }, "Audio volume control": { "Audio volume control": "" @@ -348,7 +354,7 @@ "Auto-Clear After": "" }, "Auto-close Niri overview when launching apps.": { - "Auto-close Niri overview when launching apps.": "" + "Auto-close Niri overview when launching apps.": "Fechar automaticamente overview do niri ao lançar aplicativos." }, "Auto-hide": { "Auto-hide": "Esconder Automaticamente" @@ -444,7 +450,7 @@ "Battery level and power management": "Nível de bateria e manejamento de energia" }, "Behavior": { - "Behavior": "" + "Behavior": "Comportamento" }, "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Vincular o bloqueio de tela aos sinais do DBus do loginctl. Desative se estiver usando um bloqueio de tela externo" @@ -579,7 +585,7 @@ "Capacity": "Capacidade" }, "Caps Lock": { - "Caps Lock": "" + "Caps Lock": "Caps Lock" }, "Caps Lock Indicator": { "Caps Lock Indicator": "Indicador de Caps Lock" @@ -660,10 +666,10 @@ "Clear All Jobs": "Limpar Todos os Trabalhos" }, "Clear all history when server starts": { - "Clear all history when server starts": "" + "Clear all history when server starts": "Limpar todo o histórico quando o servidor iniciar" }, "Clear at Startup": { - "Clear at Startup": "" + "Clear at Startup": "Limpar ao Iniciar" }, "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": { "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "" @@ -681,7 +687,7 @@ "Click to capture": "Clique para capturar" }, "Clipboard": { - "Clipboard": "" + "Clipboard": "Área de transferência" }, "Clipboard History": { "Clipboard History": "Histórico da Área de Transferência" @@ -690,10 +696,10 @@ "Clipboard Manager": "Gerenciador da Área de Transferência" }, "Clipboard service not available": { - "Clipboard service not available": "" + "Clipboard service not available": "Serviço de área de transferência não disponível" }, "Clipboard works but nothing saved to disk": { - "Clipboard works but nothing saved to disk": "" + "Clipboard works but nothing saved to disk": "A área de transferência funciona mas nada é salvo no disco" }, "Clock": { "Clock": "Relógio" @@ -708,7 +714,7 @@ "Close Overview on Launch": "Fechar Overview ao Lançar Aplicativos" }, "Color": { - "Color": "" + "Color": "Cor" }, "Color Gamut": { "Color Gamut": "" @@ -717,7 +723,7 @@ "Color Management": "" }, "Color Mode": { - "Color Mode": "" + "Color Mode": "Modo de Cor" }, "Color Override": { "Color Override": "Sobrescrever Cor" @@ -726,7 +732,7 @@ "Color Picker": "Seletor de Cores" }, "Color Temperature": { - "Color Temperature": "" + "Color Temperature": "Temperatura da Cor" }, "Color displayed on monitors without the lock screen": { "Color displayed on monitors without the lock screen": "" @@ -840,7 +846,7 @@ "Controls opacity of all popouts, modals, and their content layers": "" }, "Cooldown": { - "Cooldown": "" + "Cooldown": "Tempo de espera" }, "Copied to clipboard": { "Copied to clipboard": "Copiado para a área de transferência" @@ -855,7 +861,7 @@ "Copy Process Name": "Copiar Nome do Processo" }, "Corner Radius": { - "Corner Radius": "" + "Corner Radius": "Arredondamento" }, "Corner Radius Override": { "Corner Radius Override": "Sobrescrever Arredondamento" @@ -882,13 +888,13 @@ "Current Items": "Itens Atuais" }, "Current Period": { - "Current Period": "" + "Current Period": "Período Atual" }, "Current Status": { - "Current Status": "" + "Current Status": "Status Atual" }, "Current Temp": { - "Current Temp": "" + "Current Temp": "Temperatura Atual" }, "Current Weather": { "Current Weather": "Clima Atual" @@ -960,7 +966,7 @@ "DMS out of date": "DMS desatualizado" }, "DMS service is not connected. Clipboard settings are unavailable.": { - "DMS service is not connected. Clipboard settings are unavailable.": "" + "DMS service is not connected. Clipboard settings are unavailable.": "Serviço do DMS não está conectado. Configurações de área de transferência não estão disponíveis." }, "DMS shell actions (launcher, clipboard, etc.)": { "DMS shell actions (launcher, clipboard, etc.)": "Ações do shell do DMS (lançador, área de transferência, etc.)" @@ -1086,16 +1092,16 @@ "Disable Autoconnect": "Desativar conexão automática" }, "Disable Clipboard Manager": { - "Disable Clipboard Manager": "" + "Disable Clipboard Manager": "Desativar Gerenciador de Área de Transferência" }, "Disable History Persistence": { - "Disable History Persistence": "" + "Disable History Persistence": "Desativar Persistência de Histórico" }, "Disable Output": { "Disable Output": "" }, "Disable clipboard manager entirely (requires restart)": { - "Disable clipboard manager entirely (requires restart)": "" + "Disable clipboard manager entirely (requires restart)": "Desativa o gerenciador de área de transferência inteiramente (requer reinício)" }, "Disabled": { "Disabled": "Desativado" @@ -1164,7 +1170,7 @@ "Display seconds in the clock": "" }, "Display the power system menu": { - "Display the power system menu": "" + "Display the power system menu": "Mostra o menu de energia do sistema" }, "Display volume and brightness percentage values in OSD popups": { "Display volume and brightness percentage values in OSD popups": "" @@ -1284,16 +1290,16 @@ "Enable loginctl lock integration": "Ativar integração de bloqueio do loginctl" }, "Enable password field display on the lock screen window": { - "Show Password Field": "" + "Show Password Field": "Mostrar Campo de Senha" }, "Enable power action icon on the lock screen window": { - "Show Power Actions": "" + "Show Power Actions": "Mostrar Ações de Energia" }, "Enable profile image display on the lock screen window": { - "Show Profile Image": "" + "Show Profile Image": "Mostrar Imagem de Perfil" }, "Enable system date display on the lock screen window": { - "Show System Date": "" + "Show System Date": "Mostrar Data do Sistema" }, "Enable system status icons on the lock screen window": { "Show System Icons": "" @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "Esmaecer para a tela de bloqueio" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "Erro ao ativar configuração" }, @@ -1395,7 +1404,7 @@ "Failed to connect to %1": "" }, "Failed to copy entry": { - "Failed to copy entry": "" + "Failed to copy entry": "Falha ao copiar entrada" }, "Failed to create printer": { "Failed to create printer": "Falha ao criar impressora" @@ -1446,7 +1455,7 @@ "Failed to load VPN config": "Falha ao carregar configuração da VPN" }, "Failed to load clipboard configuration.": { - "Failed to load clipboard configuration.": "" + "Failed to load clipboard configuration.": "Falha ao carregar configuração de área de transferência." }, "Failed to move job": { "Failed to move job": "Falha ao mover trabalho" @@ -1482,7 +1491,7 @@ "Failed to resume printer": "Falha ao resumir impressora" }, "Failed to save clipboard setting": { - "Failed to save clipboard setting": "" + "Failed to save clipboard setting": "Falha ao salvar configuração de área de transferência" }, "Failed to save keybind": { "Failed to save keybind": "Falha ao salvar atalho" @@ -1581,7 +1590,7 @@ "Focused Window": "Janela Focada" }, "Follow focus": { - "Follow focus": "" + "Follow focus": "Seguir foco" }, "Font Family": { "Font Family": "Família da Fonte" @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Gradualmente esmaecer a tela antes de bloquear com um período de tolerância configurável" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "" }, @@ -1728,7 +1740,7 @@ "High-fidelity palette that preserves source hues.": "Paleta de alta fidelidade que preserva tons da fonte." }, "History Settings": { - "History Settings": "" + "History Settings": "Configurações do Histórico" }, "Hold Duration": { "Hold Duration": "Duração do Pressionamento" @@ -1740,7 +1752,7 @@ "Hold to Confirm Power Actions": "Manter Pressionado para Confirmar Ações de Energia" }, "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "" + "Hold to confirm (%1 ms)": "Segure para confirmar (%1 ms)" }, "Hold to confirm (%1s)": { "Hold to confirm (%1s)": "Manter pressionado para confirmar (%1s)" @@ -1791,13 +1803,13 @@ "Idle monitoring not supported - requires newer Quickshell version": "Monitoramento de inatividade não disponível – requer versão mais recente do Quickshell" }, "If the field is hidden, it will appear as soon as a key is pressed.": { - "If the field is hidden, it will appear as soon as a key is pressed.": "" + "If the field is hidden, it will appear as soon as a key is pressed.": "Se o campo está escondido, ele aparecerá no momento que uma tecla e pressionada." }, "Image": { "Image": "Imagem" }, "Image copied to clipboard": { - "Image copied to clipboard": "" + "Image copied to clipboard": "Imagem copiada para a área de trabalho" }, "Import": { "Import": "Importar" @@ -1989,14 +2001,17 @@ "Lock Screen Format": "Formato da Tela de Bloqueio" }, "Lock Screen behaviour": { - "Lock Screen behaviour": "" + "Lock Screen behaviour": "Comportamento da Tela de Bloqueio" }, "Lock Screen layout": { - "Lock Screen layout": "" + "Lock Screen layout": "Layout da Tela de Bloqueio" }, "Lock before suspend": { "Lock before suspend": "Bloquear antes de suspender" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Sair" }, @@ -2061,25 +2076,25 @@ "Matugen Target Monitor": "Monitor-alvo do Matugen" }, "Matugen Templates": { - "Matugen Templates": "" + "Matugen Templates": "Templates do Matugen" }, "Max apps to show": { "Max apps to show": "Máximo de apps para mostrar" }, "Maximize Detection": { - "Maximize Detection": "" + "Maximize Detection": "Detecção de Maximizado" }, "Maximum Entry Size": { - "Maximum Entry Size": "" + "Maximum Entry Size": "Tamanho Máximo de Entrada" }, "Maximum History": { - "Maximum History": "" + "Maximum History": "Histórico Máximo" }, "Maximum number of clipboard entries to keep": { - "Maximum number of clipboard entries to keep": "" + "Maximum number of clipboard entries to keep": "Número máximo de entradas da área de transferência para guardar" }, "Maximum size per clipboard entry": { - "Maximum size per clipboard entry": "" + "Maximum size per clipboard entry": "Tamanho máximo por entrada da área de transferência" }, "Media": { "Media": "Mídia" @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Monitor o qual papel de parede controla cores de tema dinâmicas" }, @@ -2229,7 +2247,7 @@ "Network download and upload speed display": "Monitor de velocidades de download e upload da rede" }, "Never": { - "Never": "" + "Never": "Nunca" }, "New": { "New": "Novo" @@ -2247,7 +2265,7 @@ "New York, NY": "Nova York, NY" }, "Next Transition": { - "Next Transition": "" + "Next Transition": "Próxima Transição" }, "Night": { "Night": "Noite" @@ -2259,7 +2277,7 @@ "Night Temperature": "Temperatura Noturna" }, "Niri Integration": { - "Niri Integration": "" + "Niri Integration": "Integração com niri" }, "Niri Layout Overrides": { "Niri Layout Overrides": "" @@ -2280,7 +2298,7 @@ "No Bluetooth adapter found": "Adaptador Bluetooth não encontrado" }, "No GPU detected": { - "No GPU detected": "" + "No GPU detected": "Nenhuma GPU detectada" }, "No Media": { "No Media": "Sem Mídia" @@ -2367,7 +2385,7 @@ "Normal": "" }, "Normal Font": { - "Normal Font": "" + "Normal Font": "Fonte Normal" }, "Normal Priority": { "Normal Priority": "Prioridade Normal" @@ -2469,7 +2487,7 @@ "Optional location": "Localização opcional" }, "Options": { - "Options": "" + "Options": "Opções" }, "Other": { "Other": "Outro" @@ -2493,7 +2511,7 @@ "Override": "Sobrescrever" }, "Override Corner Radius": { - "Override Corner Radius": "" + "Override Corner Radius": "Sobrescrever Arredondamento" }, "Override Gaps": { "Override Gaps": "" @@ -2619,7 +2637,7 @@ "Plugins": "Plugins" }, "Pointer": { - "Pointer": "" + "Pointer": "Ponteiro" }, "Popup Position": { "Popup Position": "Posição do Popup" @@ -2634,7 +2652,7 @@ "Possible Override Conflicts": "" }, "Power": { - "Power": "" + "Power": "Energia" }, "Power & Security": { "Power & Security": "Energia & Segurança" @@ -2655,7 +2673,7 @@ "Power Options": "Opções de Energia" }, "Power Profile": { - "Power Profile": "" + "Power Profile": "Perfil de Energia" }, "Power Profile Degradation": { "Power Profile Degradation": "Degradação do Perfil de Energia" @@ -2664,7 +2682,7 @@ "Power profile management available": "" }, "Power source": { - "Power source": "" + "Power source": "Fonte de energia" }, "Precipitation Chance": { "Precipitation Chance": "Chance de Precipitação" @@ -2790,7 +2808,7 @@ "Remove": "Remover" }, "Remove gaps and border when windows are maximized": { - "Remove gaps and border when windows are maximized": "" + "Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas" }, "Report": { "Report": "Relatório" @@ -2868,7 +2886,7 @@ "Rounded corners for windows": "" }, "Run DMS Templates": { - "Run DMS Templates": "" + "Run DMS Templates": "Rodar templates do DMS" }, "Run User Templates": { "Run User Templates": "Executar Templates do Usuário" @@ -3273,7 +3291,7 @@ "Sound Theme": "Tema do Som" }, "Sounds": { - "Sounds": "" + "Sounds": "Sons" }, "Space between windows": { "Space between windows": "" @@ -3369,7 +3387,7 @@ "System Monitor Unavailable": "Monitor do Sistema Indisponível" }, "System Sounds": { - "System Sounds": "" + "System Sounds": "Sons do Sistema" }, "System Tray": { "System Tray": "Bandeja do Sistema" @@ -3468,7 +3486,7 @@ "Time & Weather": "Hora & Clima" }, "Time Format": { - "Time Format": "" + "Time Format": "Formato de Tempo" }, "Time remaining: %1": { "Time remaining: %1": "" @@ -3549,7 +3567,7 @@ "Transition Effect": "Efeito de Transição" }, "Transparency": { - "Transparency": "" + "Transparency": "Transparência" }, "Turn off monitors after": { "Turn off monitors after": "Desligar monitores depois de" @@ -3558,10 +3576,10 @@ "Type": "Tipo" }, "Typography": { - "Typography": "" + "Typography": "Tipografia" }, "Typography & Motion": { - "Typography & Motion": "" + "Typography & Motion": "Tipografia & Movimento" }, "Unavailable": { "Unavailable": "Indisponível" @@ -3741,7 +3759,7 @@ "Visual effect used when wallpaper changes": "Efeito visual usado na mudança do papel de parede" }, "Volume": { - "Volume": "" + "Volume": "Volume" }, "Volume Changed": { "Volume Changed": "Volume Alterado" @@ -3854,7 +3872,7 @@ "Wind Speed": "Velocidade do Vento" }, "Window Corner Radius": { - "Window Corner Radius": "" + "Window Corner Radius": "Arredondamento de Janelas" }, "Window Gaps": { "Window Gaps": "" @@ -3977,7 +3995,7 @@ "events": "eventos" }, "files": { - "files": "" + "files": "arquivos" }, "generic theme description": { "Material Design inspired color themes": "" @@ -4016,7 +4034,7 @@ "Matugen Missing": "" }, "minutes": { - "minutes": "" + "minutes": "minutos" }, "ms": { "ms": "" @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "oficial" }, @@ -4058,7 +4120,7 @@ "Color theme from DMS registry": "" }, "seconds": { - "seconds": "" + "seconds": "segundos" }, "settings window title": { "Settings": "Configurações" @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "Instale apenas de fontes confiáveis" }, diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json index 8baa2bab..12ebb478 100644 --- a/quickshell/translations/poexports/tr.json +++ b/quickshell/translations/poexports/tr.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 bağlı" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 ekran" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 widget" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(İsimsiz)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "Kilit Ekranı Solması" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "Yapılandırma etkinleştirilemedi" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "Yapılandırılabilir bir bekleme süresi ile kilitlemeden önce ekranı kademeli olarak karartın" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "Grafik Zaman Aralığı" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "Askıya almadan önce kilitle" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "Çıkış" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "Monitör Yapılandırması" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "Duvar kağıdı dinamik tema renklerini yönlendiren monitör" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "Duvar kağıdı seçilmedi" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "resmi" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype mevcut değil - yapıştırma desteği için wtype'ı yükleyin" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• Yalnızca güvenilir kaynaklardan yükle" }, diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json index ddc3f33d..20ad1a5e 100644 --- a/quickshell/translations/poexports/zh_CN.json +++ b/quickshell/translations/poexports/zh_CN.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "已连接 %1" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 显示" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 部件" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(未命名)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "淡出至锁定屏幕" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "无法应用配置" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "在锁定前通过可配置的宽限期逐渐淡出屏幕" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "图表时间范围" }, @@ -1677,7 +1689,7 @@ "Grid Columns": "网格列" }, "Group Workspace Apps": { - "Group Workspace Apps": "" + "Group Workspace Apps": "分组工作区应用" }, "Group by App": { "Group by App": "按应用分组" @@ -1686,7 +1698,7 @@ "Group multiple windows of the same app together with a window count indicator": "将同一应用的多个窗口合并显示,并标注窗口数量" }, "Group repeated application icons in unfocused workspaces": { - "Group repeated application icons in unfocused workspaces": "" + "Group repeated application icons in unfocused workspaces": "在不聚焦的工作区中将重复应用图标分组" }, "HDR (EDID)": { "HDR (EDID)": "HDR(EDID)" @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "挂起前锁屏" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "注销" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "监视器配置" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "监视使用动态主题色的壁纸" }, @@ -2946,7 +2964,7 @@ "Scroll title if it doesn't fit in widget": "如果在部件中标题不适配,则可以滚动标题" }, "Scroll wheel behavior on media widget": { - "Scroll wheel behavior on media widget": "" + "Scroll wheel behavior on media widget": "媒体部件上的滚轮行为" }, "Scrolling": { "Scrolling": "滚动" @@ -3219,7 +3237,7 @@ "Show workspace index numbers in the top bar workspace switcher": "在顶栏工作区切换器中显示工作区索引号" }, "Show workspace name on horizontal bars, and first letter on vertical bars": { - "Show workspace name on horizontal bars, and first letter on vertical bars": "" + "Show workspace name on horizontal bars, and first letter on vertical bars": "在水平状态栏上显示工作区名称,而在垂直状态栏上显示首字母。" }, "Shows all running applications with focus indication": { "Shows all running applications with focus indication": "显示所有正在运行应用程序,并标记焦点所在" @@ -3252,10 +3270,10 @@ "Sizing": "大小调整" }, "Smartcard Authentication": { - "Smartcard Authentication": "" + "Smartcard Authentication": "智能卡认证" }, "Smartcard PIN": { - "Smartcard PIN": "" + "Smartcard PIN": "智能卡PIN" }, "Some plugins require a newer version of DMS:": { "Some plugins require a newer version of DMS:": "有些插件需要更新版的 DMS:" @@ -3869,7 +3887,7 @@ "Workspace Index Numbers": "工作区序号" }, "Workspace Names": { - "Workspace Names": "" + "Workspace Names": "工作区名称" }, "Workspace Padding": { "Workspace Padding": "工作区内边距" @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "未选择壁纸" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "官方" }, @@ -4052,7 +4114,7 @@ "Select Profile Image": "选择个人信息图像" }, "read-only settings warning for NixOS home-manager users": { - "Settings are read-only. Changes will not persist.": "" + "Settings are read-only. Changes will not persist.": "设置处于只读状态。更改将不会保存。" }, "registry theme description": { "Color theme from DMS registry": "DMS注册表的颜色主题" @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype不可用,为支持粘贴,请安装wtype" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• 仅从可信来源安装" }, diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json index 0e3c74c7..b894a176 100644 --- a/quickshell/translations/poexports/zh_TW.json +++ b/quickshell/translations/poexports/zh_TW.json @@ -14,6 +14,9 @@ "%1 connected": { "%1 connected": "%1 已連接" }, + "%1 days ago": { + "%1 days ago": "" + }, "%1 display(s)": { "%1 display(s)": "%1 個螢幕" }, @@ -29,6 +32,9 @@ "%1 widgets": { "%1 widgets": "%1 個部件" }, + "%1m ago": { + "%1m ago": "" + }, "(Unnamed)": { "(Unnamed)": "(未命名)" }, @@ -1373,6 +1379,9 @@ "Fade to lock screen": { "Fade to lock screen": "淡出至鎖定螢幕" }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, "Failed to activate configuration": { "Failed to activate configuration": "無法啟動配置" }, @@ -1664,6 +1673,9 @@ "Gradually fade the screen before locking with a configurable grace period": { "Gradually fade the screen before locking with a configurable grace period": "在鎖定前逐漸淡出螢幕,並帶有可設定的緩衝期" }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, "Graph Time Range": { "Graph Time Range": "圖表時間範圍" }, @@ -1997,6 +2009,9 @@ "Lock before suspend": { "Lock before suspend": "鎖定後暫停" }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, "Log Out": { "Log Out": "登出" }, @@ -2171,6 +2186,9 @@ "Monitor Configuration": { "Monitor Configuration": "顯示器配置" }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, "Monitor whose wallpaper drives dynamic theming colors": { "Monitor whose wallpaper drives dynamic theming colors": "系統介面顏色依據哪一個螢幕上的桌布來決定" }, @@ -4030,6 +4048,50 @@ "no wallpaper status": { "No wallpaper selected": "未選擇任何桌布" }, + "notification center tab": { + "Current": "", + "History": "" + }, + "notification history filter": { + "All": "", + "Last hour": "", + "Today": "", + "Yesterday": "" + }, + "notification history filter for content older than other filters": { + "Older": "" + }, + "notification history filter | notification history retention option": { + "30 days": "", + "7 days": "" + }, + "notification history limit": { + "Maximum number of notifications to keep": "" + }, + "notification history retention option": { + "1 day": "", + "14 days": "", + "3 days": "", + "Forever": "" + }, + "notification history retention settings label": { + "History Retention": "" + }, + "notification history setting": { + "Auto-delete notifications older than this": "", + "Save critical priority notifications to history": "", + "Save low priority notifications to history": "", + "Save normal priority notifications to history": "" + }, + "notification history toggle description": { + "Save dismissed notifications to history": "" + }, + "notification history toggle label": { + "Enable History": "" + }, + "now": { + "now": "" + }, "official": { "official": "官方" }, @@ -4126,6 +4188,9 @@ "wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": "wtype 未可用 - 請安裝 wtype 以支援貼上功能" }, + "yesterday": { + "yesterday": "" + }, "• Install only from trusted sources": { "• Install only from trusted sources": "• 僅從受信任的來源安裝" }, diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json index 15fa3ede..4feece39 100644 --- a/quickshell/translations/template.json +++ b/quickshell/translations/template.json @@ -34,6 +34,13 @@ "reference": "", "comment": "" }, + { + "term": "%1 days ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "%1 display(s)", "translation": "", @@ -69,6 +76,13 @@ "reference": "", "comment": "" }, + { + "term": "%1m ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "(Unnamed)", "translation": "", @@ -86,7 +100,7 @@ { "term": "1 day", "translation": "", - "context": "", + "context": "notification history retention option", "reference": "", "comment": "" }, @@ -135,7 +149,7 @@ { "term": "14 days", "translation": "", - "context": "", + "context": "notification history retention option", "reference": "", "comment": "" }, @@ -184,7 +198,7 @@ { "term": "3 days", "translation": "", - "context": "", + "context": "notification history retention option", "reference": "", "comment": "" }, @@ -198,7 +212,7 @@ { "term": "30 days", "translation": "", - "context": "", + "context": "notification history filter | notification history retention option", "reference": "", "comment": "" }, @@ -233,7 +247,7 @@ { "term": "7 days", "translation": "", - "context": "", + "context": "notification history filter | notification history retention option", "reference": "", "comment": "" }, @@ -471,7 +485,7 @@ { "term": "All", "translation": "", - "context": "", + "context": "notification history filter", "reference": "", "comment": "" }, @@ -825,6 +839,13 @@ "reference": "", "comment": "" }, + { + "term": "Auto-delete notifications older than this", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, { "term": "Auto-hide", "translation": "", @@ -2085,6 +2106,13 @@ "reference": "", "comment": "" }, + { + "term": "Current", + "translation": "", + "context": "notification center tab", + "reference": "", + "comment": "" + }, { "term": "Current Items", "translation": "", @@ -2974,6 +3002,13 @@ "reference": "", "comment": "" }, + { + "term": "Enable History", + "translation": "", + "context": "notification history toggle label", + "reference": "", + "comment": "" + }, { "term": "Enable Overview Overlay", "translation": "", @@ -3185,14 +3220,14 @@ "comment": "" }, { - "term": "Fade grace period", + "term": "Fade to lock screen", "translation": "", "context": "", "reference": "", "comment": "" }, { - "term": "Fade to lock screen", + "term": "Fade to monitor off", "translation": "", "context": "", "reference": "", @@ -3751,6 +3786,13 @@ "reference": "", "comment": "" }, + { + "term": "Forever", + "translation": "", + "context": "notification history retention option", + "reference": "", + "comment": "" + }, { "term": "Forget", "translation": "", @@ -3884,6 +3926,13 @@ "reference": "", "comment": "" }, + { + "term": "Gradually fade the screen before turning off monitors with a configurable grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Graph Time Range", "translation": "", @@ -4052,6 +4101,20 @@ "reference": "", "comment": "" }, + { + "term": "History", + "translation": "", + "context": "notification center tab", + "reference": "", + "comment": "" + }, + { + "term": "History Retention", + "translation": "", + "context": "notification history retention settings label", + "reference": "", + "comment": "" + }, { "term": "History Settings", "translation": "", @@ -4521,6 +4584,13 @@ "reference": "", "comment": "" }, + { + "term": "Last hour", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, { "term": "Last launched %1", "translation": "", @@ -4752,6 +4822,13 @@ "reference": "", "comment": "" }, + { + "term": "Lock fade grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Log Out", "translation": "", @@ -4962,6 +5039,13 @@ "reference": "", "comment": "" }, + { + "term": "Maximum number of notifications to keep", + "translation": "", + "context": "notification history limit", + "reference": "", + "comment": "" + }, { "term": "Maximum size per clipboard entry", "translation": "", @@ -5179,6 +5263,13 @@ "reference": "", "comment": "" }, + { + "term": "Monitor fade grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Monitor whose wallpaper drives dynamic theming colors", "translation": "", @@ -5809,6 +5900,13 @@ "reference": "", "comment": "" }, + { + "term": "Older", + "translation": "", + "context": "notification history filter for content older than other filters", + "reference": "", + "comment": "" + }, { "term": "On-Screen Displays", "translation": "", @@ -6901,6 +6999,34 @@ "reference": "", "comment": "" }, + { + "term": "Save critical priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Save dismissed notifications to history", + "translation": "", + "context": "notification history toggle description", + "reference": "", + "comment": "" + }, + { + "term": "Save low priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Save normal priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, { "term": "Save password", "translation": "", @@ -8388,7 +8514,7 @@ { "term": "Today", "translation": "", - "context": "", + "context": "notification history filter", "reference": "", "comment": "" }, @@ -9323,6 +9449,13 @@ "reference": "", "comment": "" }, + { + "term": "Yesterday", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, { "term": "You have unsaved changes. Save before closing this tab?", "translation": "", @@ -9470,6 +9603,13 @@ "reference": "", "comment": "" }, + { + "term": "now", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "official", "translation": "", @@ -9505,6 +9645,13 @@ "reference": "", "comment": "" }, + { + "term": "yesterday", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "• Install only from trusted sources", "translation": "",