diff --git a/quickshell/Modules/Settings/BatteryTab.qml b/quickshell/Modules/Settings/BatteryTab.qml
index ac936c9c..2d3c4226 100644
--- a/quickshell/Modules/Settings/BatteryTab.qml
+++ b/quickshell/Modules/Settings/BatteryTab.qml
@@ -1,5 +1,4 @@
import QtQuick
-import Quickshell
import Quickshell.Io
import qs.Common
import qs.Services
@@ -59,7 +58,7 @@ done
Row {
width: parent.width
StyledText {
- text: I18n.tr("Power Source")
+ text: I18n.tr("Power source")
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceVariantText
width: parent.width / 2
diff --git a/quickshell/Modules/Settings/DankBarTab.qml b/quickshell/Modules/Settings/DankBarTab.qml
index 9df9269b..c140304c 100644
--- a/quickshell/Modules/Settings/DankBarTab.qml
+++ b/quickshell/Modules/Settings/DankBarTab.qml
@@ -986,7 +986,7 @@ Item {
id: barInsetPaddingSlider
visible: !SettingsData.frameEnabled
text: I18n.tr("Bar Inset Padding")
- description: I18n.tr("Gap between the end widgets and both bar ends (0 = edge-to-edge)")
+ description: I18n.tr("Gap between the end widgets and the bar ends (0 = edge-to-edge)")
tags: ["bar", "padding", "inset", "edge", "corner", "end"]
unit: "px"
minimum: 0
diff --git a/quickshell/Modules/Settings/WallpaperTab.qml b/quickshell/Modules/Settings/WallpaperTab.qml
index 67824456..a70f5893 100644
--- a/quickshell/Modules/Settings/WallpaperTab.qml
+++ b/quickshell/Modules/Settings/WallpaperTab.qml
@@ -363,15 +363,30 @@ Item {
visible: root.currentWallpaper !== "" && !root.currentWallpaper.startsWith("#")
dropdownWidth: 220
options: [
- { "value": "black", "label": I18n.tr("Black") },
- { "value": "white", "label": I18n.tr("White") },
- { "value": "primary", "label": I18n.tr("Primary Theme Color") },
- { "value": "surface", "label": I18n.tr("Surface Container") },
- { "value": "custom", "label": I18n.tr("Custom") }
+ {
+ "value": "black",
+ "label": I18n.tr("Black")
+ },
+ {
+ "value": "white",
+ "label": I18n.tr("White")
+ },
+ {
+ "value": "primary",
+ "label": I18n.tr("Primary Theme Color")
+ },
+ {
+ "value": "surface",
+ "label": I18n.tr("Surface Container")
+ },
+ {
+ "value": "custom",
+ "label": I18n.tr("Custom")
+ }
]
currentMode: SettingsData.wallpaperBackgroundColorMode
customColor: SettingsData.wallpaperBackgroundCustomColor || "#000000"
- pickerTitle: I18n.tr("Wallpaper Background Color")
+ pickerTitle: I18n.tr("Background Color")
onModeSelected: mode => SettingsData.set("wallpaperBackgroundColorMode", mode)
onCustomColorSelected: selectedColor => SettingsData.set("wallpaperBackgroundCustomColor", selectedColor.toString())
}
diff --git a/quickshell/scripts/i18nsync.py b/quickshell/scripts/i18nsync.py
index fbefbce6..8cee2c80 100755
--- a/quickshell/scripts/i18nsync.py
+++ b/quickshell/scripts/i18nsync.py
@@ -30,7 +30,8 @@ LANGUAGES = {
"ru": "ru.json",
"de": "de.json",
"sv": "sv.json",
- "vi": "vi.json"
+ "vi": "vi.json",
+ "eo": "eo.json"
}
def error(msg):
diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json
index 165c04ba..dc28b75f 100644
--- a/quickshell/translations/en.json
+++ b/quickshell/translations/en.json
@@ -86,13 +86,13 @@
{
"term": "%1 display",
"context": "%1 display",
- "reference": "Modules/Settings/DankBarTab.qml:363",
+ "reference": "Modules/Settings/DankBarTab.qml:370",
"comment": ""
},
{
"term": "%1 displays",
"context": "%1 displays",
- "reference": "Modules/Settings/DankBarTab.qml:363",
+ "reference": "Modules/Settings/DankBarTab.qml:370",
"comment": ""
},
{
@@ -152,7 +152,7 @@
{
"term": "%1 notifications",
"context": "%1 notifications",
- "reference": "Modules/Lock/LockScreenContent.qml:471",
+ "reference": "Modules/Lock/LockScreenContent.qml:476",
"comment": ""
},
{
@@ -200,7 +200,7 @@
{
"term": "%1 widgets",
"context": "%1 widgets",
- "reference": "Modules/Settings/DankBarTab.qml:384",
+ "reference": "Modules/Settings/DankBarTab.qml:391",
"comment": ""
},
{
@@ -236,7 +236,7 @@
{
"term": "(Default)",
"context": "(Default)",
- "reference": "Modules/Settings/WallpaperTab.qml:859, Modules/Settings/WallpaperTab.qml:874, Modules/Settings/WallpaperTab.qml:881",
+ "reference": "Modules/Settings/WallpaperTab.qml:881, Modules/Settings/WallpaperTab.qml:896, Modules/Settings/WallpaperTab.qml:903",
"comment": "default monitor label suffix"
},
{
@@ -248,7 +248,7 @@
{
"term": "+ %1 more",
"context": "+ %1 more",
- "reference": "Modules/Lock/LockScreenContent.qml:551, Modules/Lock/LockScreenContent.qml:666",
+ "reference": "Modules/Lock/LockScreenContent.qml:556, Modules/Lock/LockScreenContent.qml:671",
"comment": ""
},
{
@@ -260,7 +260,7 @@
{
"term": "0 = square corners",
"context": "0 = square corners",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1666",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1712",
"comment": ""
},
{
@@ -284,13 +284,13 @@
{
"term": "1 hour",
"context": "1 hour",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:71",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:71",
"comment": "wallpaper interval"
},
{
"term": "1 hour 30 minutes",
"context": "1 hour 30 minutes",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10",
"comment": "wallpaper interval"
},
{
@@ -302,13 +302,13 @@
{
"term": "1 minute",
"context": "1 minute",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:65, Modules/Notifications/Center/NotificationSettings.qml:70",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:65, Modules/Notifications/Center/NotificationSettings.qml:70",
"comment": "wallpaper interval"
},
{
"term": "1 notification",
"context": "1 notification",
- "reference": "Modules/Lock/LockScreenContent.qml:471",
+ "reference": "Modules/Lock/LockScreenContent.qml:476",
"comment": ""
},
{
@@ -338,7 +338,7 @@
{
"term": "10 seconds",
"context": "10 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:53, Modules/Notifications/Center/NotificationSettings.qml:58",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:53, Modules/Notifications/Center/NotificationSettings.qml:58",
"comment": "wallpaper interval"
},
{
@@ -350,7 +350,7 @@
{
"term": "12 hours",
"context": "12 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -374,13 +374,13 @@
{
"term": "15 minutes",
"context": "15 minutes",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10",
"comment": "wallpaper interval"
},
{
"term": "15 seconds",
"context": "15 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:57, Modules/Notifications/Center/NotificationSettings.qml:62",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:57, Modules/Notifications/Center/NotificationSettings.qml:62",
"comment": "wallpaper interval"
},
{
@@ -392,7 +392,7 @@
{
"term": "2 hours",
"context": "2 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10",
"comment": "wallpaper interval"
},
{
@@ -416,13 +416,13 @@
{
"term": "20 seconds",
"context": "20 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129",
"comment": "wallpaper interval"
},
{
"term": "24-Hour Format",
"context": "24-Hour Format",
- "reference": "Modules/Settings/WallpaperTab.qml:1134, Modules/Settings/TimeWeatherTab.qml:53",
+ "reference": "Modules/Settings/WallpaperTab.qml:1156, Modules/Settings/TimeWeatherTab.qml:53",
"comment": ""
},
{
@@ -434,7 +434,7 @@
{
"term": "25 seconds",
"context": "25 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -458,7 +458,7 @@
{
"term": "3 hours",
"context": "3 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:75",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:75",
"comment": "wallpaper interval"
},
{
@@ -494,19 +494,19 @@
{
"term": "30 minutes",
"context": "30 minutes",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10",
"comment": "wallpaper interval"
},
{
"term": "30 seconds",
"context": "30 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:61, Modules/Notifications/Center/NotificationSettings.qml:66",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:61, Modules/Notifications/Center/NotificationSettings.qml:66",
"comment": "wallpaper interval"
},
{
"term": "35 seconds",
"context": "35 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -518,7 +518,7 @@
{
"term": "4 hours",
"context": "4 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -530,13 +530,13 @@
{
"term": "40 seconds",
"context": "40 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
"term": "45 seconds",
"context": "45 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -548,19 +548,19 @@
{
"term": "5 minutes",
"context": "5 minutes",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/WallpaperTab.qml:1020, Modules/Settings/WallpaperTab.qml:1044, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:73, Modules/Notifications/Center/NotificationSettings.qml:78",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/WallpaperTab.qml:1042, Modules/Settings/WallpaperTab.qml:1066, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:73, Modules/Notifications/Center/NotificationSettings.qml:78",
"comment": "wallpaper interval"
},
{
"term": "5 seconds",
"context": "5 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:114, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:140, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:45, Modules/Settings/NotificationsTab.qml:160, Modules/Notifications/Center/NotificationSettings.qml:50, Modules/Notifications/Center/NotificationSettings.qml:89",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:114, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:140, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:45, Modules/Settings/NotificationsTab.qml:160, Modules/Notifications/Center/NotificationSettings.qml:50, Modules/Notifications/Center/NotificationSettings.qml:89",
"comment": "wallpaper interval"
},
{
"term": "50 seconds",
"context": "50 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -572,13 +572,13 @@
{
"term": "55 seconds",
"context": "55 seconds",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
"term": "6 hours",
"context": "6 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018",
"comment": "wallpaper interval"
},
{
@@ -596,7 +596,7 @@
{
"term": "8 hours",
"context": "8 hours",
- "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:79",
+ "reference": "Modules/Settings/WallpaperTab.qml:1018, Modules/ControlCenter/Details/DoNotDisturbDetail.qml:79",
"comment": "wallpaper interval"
},
{
@@ -647,6 +647,12 @@
"reference": "Modules/Settings/UsersTab.qml:390",
"comment": ""
},
+ {
+ "term": "AC Adapter (Plugged In)",
+ "context": "AC Adapter (Plugged In)",
+ "reference": "Modules/Settings/BatteryTab.qml:68",
+ "comment": ""
+ },
{
"term": "AC Power",
"context": "AC Power",
@@ -674,7 +680,7 @@
{
"term": "About",
"context": "About",
- "reference": "Modals/Settings/SettingsSidebar.qml:395, Modules/Settings/AboutTab.qml:576",
+ "reference": "Modals/Settings/SettingsSidebar.qml:401, Modules/Settings/AboutTab.qml:576",
"comment": ""
},
{
@@ -722,7 +728,7 @@
{
"term": "Action",
"context": "Action",
- "reference": "Widgets/KeybindItem.qml:955, Widgets/KeybindItem.qml:1157, Modules/Settings/NotificationsTab.qml:634",
+ "reference": "Widgets/KeybindItem.qml:961, Widgets/KeybindItem.qml:1163, Modules/Settings/NotificationsTab.qml:634",
"comment": ""
},
{
@@ -734,13 +740,13 @@
{
"term": "Action performed when scrolling horizontally on the bar",
"context": "Action performed when scrolling horizontally on the bar",
- "reference": "Modules/Settings/DankBarTab.qml:1796",
+ "reference": "Modules/Settings/DankBarTab.qml:1854",
"comment": ""
},
{
"term": "Action performed when scrolling vertically on the bar",
"context": "Action performed when scrolling vertically on the bar",
- "reference": "Modules/Settings/DankBarTab.qml:1756",
+ "reference": "Modules/Settings/DankBarTab.qml:1814",
"comment": ""
},
{
@@ -752,7 +758,7 @@
{
"term": "Activate",
"context": "Activate",
- "reference": "Modules/Settings/GreeterTab.qml:120, Modules/Settings/GreeterTab.qml:168, Modules/ControlCenter/Details/NetworkDetail.qml:404",
+ "reference": "Modules/Settings/GreeterTab.qml:120, Modules/Settings/GreeterTab.qml:168, Modules/ControlCenter/Details/NetworkDetail.qml:405",
"comment": ""
},
{
@@ -776,13 +782,13 @@
{
"term": "Active",
"context": "Active",
- "reference": "Modals/WindowRuleModal.qml:877, Modules/DankDash/MediaDropdownOverlay.qml:368, Modules/Settings/ThemeColorsTab.qml:1447, Modules/Settings/NetworkEthernetTab.qml:435, Modules/Settings/WindowRulesTab.qml:48, Modules/ControlCenter/Details/AudioInputDetail.qml:256, Modules/ControlCenter/Details/AudioOutputDetail.qml:265, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:196",
+ "reference": "Modals/WindowRuleModal.qml:877, Modules/DankDash/MediaDropdownOverlay.qml:368, Modules/Settings/ThemeColorsTab.qml:1478, Modules/Settings/NetworkEthernetTab.qml:435, Modules/Settings/WindowRulesTab.qml:48, Modules/ControlCenter/Details/AudioInputDetail.qml:256, Modules/ControlCenter/Details/AudioOutputDetail.qml:265, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:196",
"comment": ""
},
{
"term": "Active Color",
"context": "Active Color",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3286",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3569",
"comment": ""
},
{
@@ -794,7 +800,7 @@
{
"term": "Active VPN",
"context": "Active VPN",
- "reference": "Services/DMSNetworkService.qml:108",
+ "reference": "Services/DMSNetworkService.qml:109",
"comment": ""
},
{
@@ -806,7 +812,7 @@
{
"term": "Active tile background and icon color",
"context": "Active tile background and icon color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1580",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1614",
"comment": "control center tile color setting description"
},
{
@@ -842,7 +848,7 @@
{
"term": "Add",
"context": "Add",
- "reference": "Widgets/KeybindItem.qml:1868, Modules/Plugins/ListSettingWithInput.qml:126, Modules/Settings/DesktopWidgetsTab.qml:152",
+ "reference": "Widgets/KeybindItem.qml:1874, Modules/Plugins/ListSettingWithInput.qml:126, Modules/Settings/DesktopWidgetsTab.qml:152",
"comment": ""
},
{
@@ -860,7 +866,7 @@
{
"term": "Add Bar",
"context": "Add Bar",
- "reference": "Modules/Settings/DankBarTab.qml:277",
+ "reference": "Modules/Settings/DankBarTab.qml:284",
"comment": ""
},
{
@@ -890,7 +896,7 @@
{
"term": "Add Widget",
"context": "Add Widget",
- "reference": "Modules/Settings/WidgetsTabSection.qml:888, Modules/Settings/WidgetSelectionPopup.qml:107, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:131, Modules/ControlCenter/Components/EditControls.qml:238",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:921, Modules/Settings/WidgetSelectionPopup.qml:107, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:131, Modules/ControlCenter/Components/EditControls.qml:238",
"comment": ""
},
{
@@ -974,7 +980,7 @@
{
"term": "Adjust the bar height via inner padding",
"context": "Adjust the bar height via inner padding",
- "reference": "Modules/Settings/DankBarTab.qml:922",
+ "reference": "Modules/Settings/DankBarTab.qml:932",
"comment": ""
},
{
@@ -992,7 +998,7 @@
{
"term": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)",
"context": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:561",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:592",
"comment": ""
},
{
@@ -1004,19 +1010,19 @@
{
"term": "Advanced",
"context": "Advanced",
- "reference": "Modules/Settings/PowerSleepTab.qml:609, Modules/Settings/ClipboardTab.qml:489, Modules/Settings/SystemUpdaterTab.qml:125",
+ "reference": "Modules/Settings/ClipboardTab.qml:509, Modules/Settings/SystemUpdaterTab.qml:125",
"comment": ""
},
{
"term": "Afternoon",
"context": "Afternoon",
- "reference": "Services/WeatherService.qml:260",
+ "reference": "Services/WeatherService.qml:262",
"comment": ""
},
{
"term": "All",
"context": "All",
- "reference": "Modals/ProcessListModal.qml:378, Services/AppSearchService.qml:724, Services/AppSearchService.qml:745, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:754, Modals/DankLauncherV2/SpotlightLauncherContent.qml:439, Modals/DankLauncherV2/LauncherContent.qml:339, Modals/DankLauncherV2/LauncherContent.qml:617, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:3020, Modules/Settings/WidgetsTabSection.qml:3074, Modules/Settings/PluginBrowser.qml:133, Modules/Settings/KeybindsTab.qml:468, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:103, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:118, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:131, Modules/Notifications/Center/HistoryNotificationList.qml:87",
+ "reference": "Modals/ProcessListModal.qml:378, Services/AppSearchService.qml:724, Services/AppSearchService.qml:745, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:754, Modals/DankLauncherV2/SpotlightLauncherContent.qml:439, Modals/DankLauncherV2/LauncherContent.qml:339, Modals/DankLauncherV2/LauncherContent.qml:617, Modals/Clipboard/ClipboardContent.qml:15, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:3303, Modules/Settings/WidgetsTabSection.qml:3357, Modules/Settings/PluginBrowser.qml:133, Modules/Settings/KeybindsTab.qml:468, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:103, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:118, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:254, Modules/Notifications/Center/HistoryNotificationList.qml:87",
"comment": "Tailscale filter: all devices | notification history filter | plugin browser category filter"
},
{
@@ -1040,7 +1046,7 @@
{
"term": "All displays",
"context": "All displays",
- "reference": "Modules/Plugins/PluginSettings.qml:257, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/DankBarTab.qml:362, Modules/Settings/DankBarTab.qml:557, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43",
+ "reference": "Modules/Plugins/PluginSettings.qml:257, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/DankBarTab.qml:369, Modules/Settings/DankBarTab.qml:564, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43",
"comment": ""
},
{
@@ -1049,6 +1055,12 @@
"reference": "Modules/Settings/UsersTab.qml:267",
"comment": ""
},
+ {
+ "term": "Allow LAN access",
+ "context": "Allow LAN access",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:206",
+ "comment": "Tailscale allow LAN access toggle"
+ },
{
"term": "Allow adjusting device volume by scrolling on the right half of items in the device list",
"context": "Allow adjusting device volume by scrolling on the right half of items in the device list",
@@ -1118,7 +1130,7 @@
{
"term": "Always on icons",
"context": "Always on icons",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2288",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2321",
"comment": ""
},
{
@@ -1148,7 +1160,7 @@
{
"term": "Amount",
"context": "Amount",
- "reference": "Widgets/KeybindItem.qml:1001",
+ "reference": "Widgets/KeybindItem.qml:1007",
"comment": ""
},
{
@@ -1196,13 +1208,13 @@
{
"term": "Anonymous Identity",
"context": "Anonymous Identity",
- "reference": "Modals/WifiPasswordModal.qml:186",
+ "reference": "Modals/WifiPasswordModal.qml:197",
"comment": ""
},
{
"term": "Anonymous Identity (optional)",
"context": "Anonymous Identity (optional)",
- "reference": "Modals/WifiPasswordModal.qml:590",
+ "reference": "Modals/WifiPasswordModal.qml:576",
"comment": ""
},
{
@@ -1214,7 +1226,7 @@
{
"term": "App Customizations",
"context": "App Customizations",
- "reference": "Modules/Settings/LauncherTab.qml:1283",
+ "reference": "Modules/Settings/LauncherTab.qml:1292",
"comment": ""
},
{
@@ -1286,7 +1298,7 @@
{
"term": "Applications",
"context": "Applications",
- "reference": "Modals/DankLauncherV2/Controller.qml:207, Modals/Settings/SettingsSidebar.qml:271, Modules/Settings/ThemeColorsTab.qml:1995, Modules/Dock/DockLauncherButton.qml:25",
+ "reference": "Modals/DankLauncherV2/Controller.qml:207, Modals/Settings/SettingsSidebar.qml:271, Modules/Settings/ThemeColorsTab.qml:2041, Modules/Dock/DockLauncherButton.qml:25",
"comment": ""
},
{
@@ -1310,25 +1322,31 @@
{
"term": "Apply GTK Colors",
"context": "Apply GTK Colors",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2699",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2790",
"comment": ""
},
{
"term": "Apply Qt Colors",
"context": "Apply Qt Colors",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2733",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2824",
"comment": ""
},
{
"term": "Apply compositor blur behind the frame border",
"context": "Apply compositor blur behind the frame border",
- "reference": "Modules/Settings/FrameTab.qml:166",
+ "reference": "Modules/Settings/FrameTab.qml:190",
"comment": ""
},
{
"term": "Apply inverse concave corner cutouts to the bar",
"context": "Apply inverse concave corner cutouts to the bar",
- "reference": "Modules/Settings/DankBarTab.qml:1152",
+ "reference": "Modules/Settings/DankBarTab.qml:1210",
+ "comment": ""
+ },
+ {
+ "term": "Apply to Hardware",
+ "context": "Apply to Hardware",
+ "reference": "Modules/Settings/BatteryTab.qml:199",
"comment": ""
},
{
@@ -1364,7 +1382,7 @@
{
"term": "Apps Dock Settings",
"context": "Apps Dock Settings",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2970",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3253",
"comment": ""
},
{
@@ -1376,13 +1394,13 @@
{
"term": "Apps are ordered by usage frequency, then last used, then alphabetically.",
"context": "Apps are ordered by usage frequency, then last used, then alphabetically.",
- "reference": "Modules/Settings/LauncherTab.qml:1429",
+ "reference": "Modules/Settings/LauncherTab.qml:1438",
"comment": ""
},
{
"term": "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.",
"context": "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.",
- "reference": "Modules/Settings/LauncherTab.qml:1306",
+ "reference": "Modules/Settings/LauncherTab.qml:1315",
"comment": ""
},
{
@@ -1394,7 +1412,7 @@
{
"term": "Arc Extender",
"context": "Arc Extender",
- "reference": "Modules/Settings/FrameTab.qml:331",
+ "reference": "Modules/Settings/FrameTab.qml:355",
"comment": ""
},
{
@@ -1442,7 +1460,7 @@
{
"term": "Audio",
"context": "Audio",
- "reference": "Modals/Settings/SettingsSidebar.qml:312, Modules/Settings/WidgetsTabSection.qml:1759, Modules/Settings/WidgetsTabSection.qml:1988",
+ "reference": "Modals/Settings/SettingsSidebar.qml:312, Modules/Settings/WidgetsTabSection.qml:1792, Modules/Settings/WidgetsTabSection.qml:2021",
"comment": ""
},
{
@@ -1526,7 +1544,7 @@
{
"term": "Authenticating...",
"context": "Authenticating...",
- "reference": "Modules/Greetd/GreeterContent.qml:1194",
+ "reference": "Modules/Greetd/GreeterContent.qml:1231",
"comment": ""
},
{
@@ -1568,7 +1586,7 @@
{
"term": "Authentication error - try again",
"context": "Authentication error - try again",
- "reference": "Modules/Lock/LockScreenContent.qml:59, Modules/Greetd/GreeterContent.qml:233",
+ "reference": "Modules/Lock/LockScreenContent.qml:59, Modules/Greetd/GreeterContent.qml:241",
"comment": ""
},
{
@@ -1598,13 +1616,13 @@
{
"term": "Auto",
"context": "Auto",
- "reference": "Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/WidgetsTabSection.qml:1265, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/TimeWeatherTab.qml:135, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, Modules/Settings/NetworkWifiTab.qml:162, Modules/Settings/NetworkWifiTab.qml:166, Modules/Settings/NetworkWifiTab.qml:167, Modules/Settings/NetworkWifiTab.qml:170, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/Settings/Widgets/TerminalPickerRow.qml:7, Modules/ControlCenter/Details/NetworkDetail.qml:117, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:121, Modules/ControlCenter/Details/NetworkDetail.qml:124, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:29, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:106",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/WidgetsTabSection.qml:1298, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/TimeWeatherTab.qml:135, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, Modules/Settings/NetworkWifiTab.qml:239, Modules/Settings/NetworkWifiTab.qml:243, Modules/Settings/NetworkWifiTab.qml:244, Modules/Settings/NetworkWifiTab.qml:247, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/Settings/Widgets/TerminalPickerRow.qml:7, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:119, Modules/ControlCenter/Details/NetworkDetail.qml:122, Modules/ControlCenter/Details/NetworkDetail.qml:125, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:29, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:106",
"comment": "calendar backend option | theme category option"
},
{
"term": "Auto (Bar-aware)",
"context": "Auto (Bar-aware)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1866, Modules/Settings/ThemeColorsTab.qml:1870, Modules/Settings/ThemeColorsTab.qml:1883, Modules/Settings/DankBarTab.qml:1583, Modules/Settings/DankBarTab.qml:1587, Modules/Settings/DankBarTab.qml:1595",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:1916, Modules/Settings/ThemeColorsTab.qml:1929, Modules/Settings/DankBarTab.qml:1641, Modules/Settings/DankBarTab.qml:1645, Modules/Settings/DankBarTab.qml:1653",
"comment": "bar shadow direction source option | shadow direction option"
},
{
@@ -1628,13 +1646,19 @@
{
"term": "Auto Overflow",
"context": "Auto Overflow",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1204",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1237",
"comment": ""
},
{
"term": "Auto Popup Gaps",
"context": "Auto Popup Gaps",
- "reference": "Modules/Settings/DankBarTab.qml:974",
+ "reference": "Modules/Settings/DankBarTab.qml:1032",
+ "comment": ""
+ },
+ {
+ "term": "Auto Power Saver",
+ "context": "Auto Power Saver",
+ "reference": "Modules/Settings/BatteryTab.qml:258",
"comment": ""
},
{
@@ -1658,13 +1682,13 @@
{
"term": "Auto-Hide Timeout",
"context": "Auto-Hide Timeout",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2184",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2230",
"comment": ""
},
{
"term": "Auto-close Niri overview when launching apps.",
"context": "Auto-close Niri overview when launching apps.",
- "reference": "Modules/Settings/LauncherTab.qml:745",
+ "reference": "Modules/Settings/LauncherTab.qml:754",
"comment": ""
},
{
@@ -1676,7 +1700,7 @@
{
"term": "Auto-hide",
"context": "Auto-hide",
- "reference": "Modules/Settings/DankBarTab.qml:645",
+ "reference": "Modules/Settings/DankBarTab.qml:652",
"comment": ""
},
{
@@ -1688,7 +1712,7 @@
{
"term": "Auto-login",
"context": "Auto-login",
- "reference": "Modules/Greetd/GreeterContent.qml:1512",
+ "reference": "Modules/Greetd/GreeterUserPicker.qml:223, Modules/Greetd/GreeterContent.qml:1452",
"comment": ""
},
{
@@ -1718,55 +1742,55 @@
{
"term": "Autoconnect",
"context": "Autoconnect",
- "reference": "Widgets/VpnProfileDelegate.qml:264, Modules/Settings/NetworkVpnTab.qml:493, Modules/Settings/NetworkWifiTab.qml:742",
+ "reference": "Widgets/VpnProfileDelegate.qml:264, Modules/Settings/NetworkVpnTab.qml:493, Modules/Settings/NetworkWifiTab.qml:820",
"comment": ""
},
{
"term": "Autoconnect disabled",
"context": "Autoconnect disabled",
- "reference": "Services/LegacyNetworkService.qml:504, Services/DMSNetworkService.qml:983",
+ "reference": "Services/LegacyNetworkService.qml:506, Services/DMSNetworkService.qml:993",
"comment": ""
},
{
"term": "Autoconnect enabled",
"context": "Autoconnect enabled",
- "reference": "Services/LegacyNetworkService.qml:504, Services/DMSNetworkService.qml:983",
+ "reference": "Services/LegacyNetworkService.qml:506, Services/DMSNetworkService.qml:993",
"comment": ""
},
{
"term": "Autofill last remembered query when opened",
"context": "Autofill last remembered query when opened",
- "reference": "Modules/Settings/LauncherTab.qml:1137",
+ "reference": "Modules/Settings/LauncherTab.qml:1146",
"comment": ""
},
{
"term": "Automatic Color Mode",
"context": "Automatic Color Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1067",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1098",
"comment": ""
},
{
"term": "Automatic Control",
"context": "Automatic Control",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1078, Modules/Settings/GammaControlTab.qml:139",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1109, Modules/Settings/GammaControlTab.qml:139",
"comment": ""
},
{
"term": "Automatic Cycling",
"context": "Automatic Cycling",
- "reference": "Modules/Settings/WallpaperTab.qml:907, Modules/Settings/LockScreenTab.qml:336",
+ "reference": "Modules/Settings/WallpaperTab.qml:929, Modules/Settings/LockScreenTab.qml:336",
"comment": ""
},
{
"term": "Automatically calculate popup gap based on bar spacing",
"context": "Automatically calculate popup gap based on bar spacing",
- "reference": "Modules/Settings/DankBarTab.qml:975",
+ "reference": "Modules/Settings/DankBarTab.qml:1033",
"comment": ""
},
{
"term": "Automatically cycle through wallpapers in the same folder",
"context": "Automatically cycle through wallpapers in the same folder",
- "reference": "Modules/Settings/WallpaperTab.qml:908",
+ "reference": "Modules/Settings/WallpaperTab.qml:930",
"comment": ""
},
{
@@ -1790,7 +1814,7 @@
{
"term": "Automatically hide the bar when the pointer moves away",
"context": "Automatically hide the bar when the pointer moves away",
- "reference": "Modules/Settings/DankBarTab.qml:646",
+ "reference": "Modules/Settings/DankBarTab.qml:653",
"comment": ""
},
{
@@ -1817,10 +1841,16 @@
"reference": "Modules/Notepad/NotepadSettings.qml:174",
"comment": ""
},
+ {
+ "term": "Automatically turn on Power Saver profile when battery is low.",
+ "context": "Automatically turn on Power Saver profile when battery is low.",
+ "reference": "Modules/Settings/BatteryTab.qml:259",
+ "comment": ""
+ },
{
"term": "Automation",
"context": "Automation",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1404",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1435",
"comment": ""
},
{
@@ -1850,7 +1880,7 @@
{
"term": "Available Networks",
"context": "Available Networks",
- "reference": "Modules/Settings/NetworkWifiTab.qml:288",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:365",
"comment": ""
},
{
@@ -1880,7 +1910,7 @@
{
"term": "BSSID",
"context": "BSSID",
- "reference": "Modules/Settings/NetworkWifiTab.qml:690",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:768, Modules/Settings/NetworkWifiTab.qml:1129",
"comment": ""
},
{
@@ -1892,7 +1922,7 @@
{
"term": "Back to user list",
"context": "Back to user list",
- "reference": "Modules/Greetd/GreeterContent.qml:1343",
+ "reference": "Modules/Greetd/GreeterContent.qml:1387",
"comment": "greeter link to return from manual username entry to user picker"
},
{
@@ -1916,7 +1946,13 @@
{
"term": "Background Blur",
"context": "Background Blur",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1679, Modules/Settings/ThemeColorsTab.qml:1687",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1725, Modules/Settings/ThemeColorsTab.qml:1733",
+ "comment": ""
+ },
+ {
+ "term": "Background Color",
+ "context": "Background Color",
+ "reference": "Modules/Settings/WallpaperTab.qml:361, Modules/Settings/WallpaperTab.qml:374",
"comment": ""
},
{
@@ -1952,19 +1988,19 @@
{
"term": "Balance power and performance",
"context": "Balance power and performance",
- "reference": "Common/Theme.qml:1575",
+ "reference": "Common/Theme.qml:1639",
"comment": "power profile description"
},
{
"term": "Balanced",
"context": "Balanced",
- "reference": "Common/Theme.qml:1562",
+ "reference": "Common/Theme.qml:1626",
"comment": "power profile option"
},
{
"term": "Balanced palette with focused accents (default).",
"context": "Balanced palette with focused accents (default).",
- "reference": "Common/Theme.qml:478",
+ "reference": "Common/Theme.qml:480",
"comment": ""
},
{
@@ -1976,49 +2012,55 @@
{
"term": "Bar %1",
"context": "Bar %1",
- "reference": "Modules/Settings/DankBarTab.qml:45, Modules/Settings/DankBarTab.qml:245",
+ "reference": "Modules/Settings/DankBarTab.qml:45, Modules/Settings/DankBarTab.qml:252",
"comment": "numbered name for an unnamed bar, %1 is its position"
},
{
"term": "Bar Configurations",
"context": "Bar Configurations",
- "reference": "Modules/Settings/DankBarTab.qml:260",
+ "reference": "Modules/Settings/DankBarTab.qml:267",
+ "comment": ""
+ },
+ {
+ "term": "Bar Inset Padding",
+ "context": "Bar Inset Padding",
+ "reference": "Modules/Settings/DankBarTab.qml:988, Modules/Settings/FrameTab.qml:168",
"comment": ""
},
{
"term": "Bar Opacity",
"context": "Bar Opacity",
- "reference": "Modules/Settings/DankBarTab.qml:809, Modules/Settings/DankBarTab.qml:856",
+ "reference": "Modules/Settings/DankBarTab.qml:816, Modules/Settings/DankBarTab.qml:863",
"comment": ""
},
{
"term": "Bar Shadows",
"context": "Bar Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1958",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2004",
+ "comment": ""
+ },
+ {
+ "term": "Bar Spacing",
+ "context": "Bar Spacing",
+ "reference": "Modules/Settings/DankBarTab.qml:878",
"comment": ""
},
{
"term": "Bar corners and background",
"context": "Bar corners and background",
- "reference": "Modules/Settings/DankBarTab.qml:1092",
+ "reference": "Modules/Settings/DankBarTab.qml:1150",
"comment": ""
},
{
"term": "Bar shadow, border, and corners",
"context": "Bar shadow, border, and corners",
- "reference": "Modules/Settings/DankBarTab.qml:1504",
- "comment": ""
- },
- {
- "term": "Bar spacing and size",
- "context": "Bar spacing and size",
- "reference": "Modules/Settings/DankBarTab.qml:864",
+ "reference": "Modules/Settings/DankBarTab.qml:1562",
"comment": ""
},
{
"term": "Base color for shadows (opacity is applied automatically)",
"context": "Base color for shadows (opacity is applied automatically)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1827",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1873",
"comment": ""
},
{
@@ -2030,7 +2072,7 @@
{
"term": "Battery",
"context": "Battery",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1804, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:178, Modules/ControlCenter/Models/WidgetModel.qml:221, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
+ "reference": "Modals/Settings/SettingsSidebar.qml:383, Modules/Settings/WidgetsTabSection.qml:1837, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:178, Modules/ControlCenter/Models/WidgetModel.qml:221, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
"comment": ""
},
{
@@ -2042,7 +2084,31 @@
{
"term": "Battery Charge Limit",
"context": "Battery Charge Limit",
- "reference": "Modules/Settings/PowerSleepTab.qml:617",
+ "reference": "Modules/Settings/BatteryTab.qml:183",
+ "comment": ""
+ },
+ {
+ "term": "Battery Health",
+ "context": "Battery Health",
+ "reference": "Modules/Settings/BatteryTab.qml:158",
+ "comment": ""
+ },
+ {
+ "term": "Battery Power",
+ "context": "Battery Power",
+ "reference": "Modules/Settings/BatteryTab.qml:68",
+ "comment": ""
+ },
+ {
+ "term": "Battery Protection & Charging",
+ "context": "Battery Protection & Charging",
+ "reference": "Modules/Settings/BatteryTab.qml:178",
+ "comment": ""
+ },
+ {
+ "term": "Battery Status",
+ "context": "Battery Status",
+ "reference": "Modules/Settings/BatteryTab.qml:52",
"comment": ""
},
{
@@ -2051,12 +2117,36 @@
"reference": "Modules/ControlCenter/Models/WidgetModel.qml:222",
"comment": ""
},
+ {
+ "term": "Battery has charged to your set limit of %1%",
+ "context": "Battery has charged to your set limit of %1%",
+ "reference": "Services/BatteryService.qml:128",
+ "comment": ""
+ },
+ {
+ "term": "Battery is at %1% - Connect charger immediately!",
+ "context": "Battery is at %1% - Connect charger immediately!",
+ "reference": "Services/BatteryService.qml:144",
+ "comment": ""
+ },
+ {
+ "term": "Battery is at %1% - Consider charging soon",
+ "context": "Battery is at %1% - Consider charging soon",
+ "reference": "Services/BatteryService.qml:157",
+ "comment": ""
+ },
{
"term": "Battery level and power management",
"context": "Battery level and power management",
"reference": "Modules/Settings/WidgetsTab.qml:179",
"comment": ""
},
+ {
+ "term": "Battery percentage to trigger a critical alert.",
+ "context": "Battery percentage to trigger a critical alert.",
+ "reference": "Modules/Settings/BatteryTab.qml:282",
+ "comment": ""
+ },
{
"term": "Behavior",
"context": "Behavior",
@@ -2102,9 +2192,15 @@
{
"term": "Black",
"context": "Black",
- "reference": "Modules/Settings/TypographyMotionTab.qml:254, Modules/Settings/TypographyMotionTab.qml:274, Modules/Settings/TypographyMotionTab.qml:306",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:254, Modules/Settings/TypographyMotionTab.qml:274, Modules/Settings/TypographyMotionTab.qml:306, Modules/Settings/WallpaperTab.qml:366",
"comment": "font weight"
},
+ {
+ "term": "Blend between Surface High and the selected custom color",
+ "context": "Blend between Surface High and the selected custom color",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1593",
+ "comment": ""
+ },
{
"term": "Block Out",
"context": "Block Out",
@@ -2138,7 +2234,7 @@
{
"term": "Bluetooth",
"context": "Bluetooth",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1749, Modules/Settings/WidgetsTabSection.qml:1988, Modules/ControlCenter/Models/WidgetModel.qml:170, Modules/ControlCenter/Components/DragDropGrid.qml:475",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1782, Modules/Settings/WidgetsTabSection.qml:2021, Modules/ControlCenter/Models/WidgetModel.qml:170, Modules/ControlCenter/Components/DragDropGrid.qml:475",
"comment": "bluetooth status"
},
{
@@ -2162,37 +2258,37 @@
{
"term": "Blur Border Color",
"context": "Blur Border Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:153, Modules/Settings/ThemeColorsTab.qml:1725",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:178, Modules/Settings/ThemeColorsTab.qml:1771",
"comment": ""
},
{
"term": "Blur Border Opacity",
"context": "Blur Border Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1763",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1809",
"comment": ""
},
{
"term": "Blur Wallpaper Layer",
"context": "Blur Wallpaper Layer",
- "reference": "Modules/Settings/WallpaperTab.qml:1272",
+ "reference": "Modules/Settings/WallpaperTab.qml:1294",
"comment": ""
},
{
"term": "Blur on Overview",
"context": "Blur on Overview",
- "reference": "Modules/Settings/WallpaperTab.qml:782",
+ "reference": "Modules/Settings/WallpaperTab.qml:804",
"comment": ""
},
{
"term": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.",
"context": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1688",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1734",
"comment": ""
},
{
"term": "Blur wallpaper when niri overview is open",
"context": "Blur wallpaper when niri overview is open",
- "reference": "Modules/Settings/WallpaperTab.qml:783",
+ "reference": "Modules/Settings/WallpaperTab.qml:805",
"comment": ""
},
{
@@ -2216,13 +2312,13 @@
{
"term": "Border",
"context": "Border",
- "reference": "Modules/Settings/DockTab.qml:671, Modules/Settings/DockTab.qml:678, Modules/Settings/LauncherTab.qml:677, Modules/Settings/DankBarTab.qml:1315, Modules/Settings/FrameTab.qml:76",
+ "reference": "Modules/Settings/DockTab.qml:671, Modules/Settings/DockTab.qml:678, Modules/Settings/LauncherTab.qml:686, Modules/Settings/DankBarTab.qml:1373, Modules/Settings/FrameTab.qml:79",
"comment": "launcher border option"
},
{
"term": "Border Color",
"context": "Border Color",
- "reference": "Modules/Settings/DockTab.qml:685, Modules/Settings/WorkspaceAppearanceCard.qml:186, Modules/Settings/FrameTab.qml:206, Modules/Settings/WindowRulesTab.qml:137",
+ "reference": "Modules/Settings/DockTab.qml:685, Modules/Settings/WorkspaceAppearanceCard.qml:282, Modules/Settings/FrameTab.qml:230, Modules/Settings/WindowRulesTab.qml:137",
"comment": ""
},
{
@@ -2240,13 +2336,13 @@
{
"term": "Border Radius",
"context": "Border Radius",
- "reference": "Modules/Settings/FrameTab.qml:85",
+ "reference": "Modules/Settings/FrameTab.qml:88",
"comment": ""
},
{
"term": "Border Size",
"context": "Border Size",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:108, Modules/Settings/CompositorLayoutTab.qml:205, Modules/Settings/CompositorLayoutTab.qml:311",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:107, Modules/Settings/CompositorLayoutTab.qml:204, Modules/Settings/CompositorLayoutTab.qml:310",
"comment": ""
},
{
@@ -2258,13 +2354,13 @@
{
"term": "Border Width",
"context": "Border Width",
- "reference": "Modules/Settings/FrameTab.qml:105",
+ "reference": "Modules/Settings/FrameTab.qml:108",
"comment": ""
},
{
"term": "Border color around blurred surfaces",
"context": "Border color around blurred surfaces",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1726",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1772",
"comment": ""
},
{
@@ -2282,7 +2378,7 @@
{
"term": "Bottom",
"context": "Bottom",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1866, Modules/Settings/ThemeColorsTab.qml:1876, Modules/Settings/ThemeColorsTab.qml:1889, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:335, Modules/Settings/DankBarTab.qml:484, Modules/Settings/DankBarTab.qml:1617, Modules/Settings/DankBarTab.qml:1625, Modules/Settings/DankBarTab.qml:1639, Modules/Settings/FrameTab.qml:319",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:1922, Modules/Settings/ThemeColorsTab.qml:1935, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:342, Modules/Settings/DankBarTab.qml:491, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/DankBarTab.qml:1683, Modules/Settings/DankBarTab.qml:1697, Modules/Settings/FrameTab.qml:343",
"comment": "shadow direction option"
},
{
@@ -2306,7 +2402,7 @@
{
"term": "Bottom Section",
"context": "Bottom Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1202",
+ "reference": "Modules/Settings/WidgetsTab.qml:1216",
"comment": ""
},
{
@@ -2318,7 +2414,7 @@
{
"term": "Brightness",
"context": "Brightness",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1789, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/DockTab.qml:498, Modules/Settings/LauncherTab.qml:519, Modules/Settings/OSDTab.qml:117",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1822, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/DockTab.qml:498, Modules/Settings/LauncherTab.qml:519, Modules/Settings/OSDTab.qml:117",
"comment": ""
},
{
@@ -2330,7 +2426,7 @@
{
"term": "Brightness Value",
"context": "Brightness Value",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1794, Modules/Settings/WidgetsTabSection.qml:1988",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1827, Modules/Settings/WidgetsTabSection.qml:2021",
"comment": ""
},
{
@@ -2342,7 +2438,7 @@
{
"term": "Browse",
"context": "Browse",
- "reference": "Modals/DankLauncherV2/SpotlightResultRow.qml:62, Modals/DankLauncherV2/Controller.qml:228, Modals/DankLauncherV2/Controller.qml:1376, Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/GreeterTab.qml:681, Modules/Settings/AutoStartTab.qml:454, Modules/Settings/PluginsTab.qml:231, Modules/Settings/LockScreenTab.qml:327",
+ "reference": "Modals/DankLauncherV2/SpotlightResultRow.qml:62, Modals/DankLauncherV2/Controller.qml:228, Modals/DankLauncherV2/Controller.qml:1376, Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/GreeterTab.qml:681, Modules/Settings/AutoStartTab.qml:454, Modules/Settings/PluginsTab.qml:231, Modules/Settings/LockScreenTab.qml:327",
"comment": "theme category option"
},
{
@@ -2360,7 +2456,7 @@
{
"term": "Browse Themes",
"context": "Browse Themes",
- "reference": "Modules/Settings/ThemeColorsTab.qml:813, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:844, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244",
"comment": "browse themes button | theme browser header | theme browser window title"
},
{
@@ -2372,7 +2468,7 @@
{
"term": "Button Color",
"context": "Button Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1611",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1651",
"comment": ""
},
{
@@ -2456,13 +2552,13 @@
{
"term": "Camera",
"context": "Camera",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2369",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2402",
"comment": ""
},
{
"term": "Cancel",
"context": "Cancel",
- "reference": "DMSShell.qml:512, Modals/WindowRuleModal.qml:1851, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:267, Modals/WifiPasswordModal.qml:691, Widgets/KeybindItem.qml:1852, Modals/DankLauncherV2/LauncherContent.qml:1024, Modals/Common/ConfirmModal.qml:15, Modals/Common/ConfirmModal.qml:26, Modals/Common/ConfirmModal.qml:39, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modals/Clipboard/ClipboardEditor.qml:316, Modules/Settings/PluginBrowser.qml:354, Modules/Settings/PluginBrowser.qml:1236, Modules/Settings/GreeterTab.qml:178, Modules/Settings/ThemeBrowser.qml:122, Modules/Settings/DisplayConfigTab.qml:287, Modules/Settings/DisplayConfigTab.qml:332, Modules/Settings/DisplayConfigTab.qml:416, Modules/Settings/AudioTab.qml:727, Modules/DankDash/Overview/CalendarEventEditor.qml:342, Modules/DankBar/Popouts/SystemUpdatePopout.qml:203",
+ "reference": "DMSShell.qml:555, Modals/WindowRuleModal.qml:1851, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:267, Modals/WifiPasswordModal.qml:677, Widgets/KeybindItem.qml:1858, Modals/DankLauncherV2/LauncherContent.qml:1024, Modals/Common/ConfirmModal.qml:15, Modals/Common/ConfirmModal.qml:26, Modals/Common/ConfirmModal.qml:39, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modals/Clipboard/ClipboardEditor.qml:322, Modules/Settings/PluginBrowser.qml:354, Modules/Settings/PluginBrowser.qml:1236, Modules/Settings/GreeterTab.qml:178, Modules/Settings/ThemeBrowser.qml:122, Modules/Settings/DisplayConfigTab.qml:287, Modules/Settings/DisplayConfigTab.qml:332, Modules/Settings/DisplayConfigTab.qml:416, Modules/Settings/AudioTab.qml:727, Modules/DankDash/Overview/CalendarEventEditor.qml:342, Modules/DankBar/Popouts/SystemUpdatePopout.qml:203",
"comment": ""
},
{
@@ -2540,7 +2636,7 @@
{
"term": "Caps Lock is on",
"context": "Caps Lock is on",
- "reference": "Modules/Lock/LockScreenContent.qml:1200",
+ "reference": "Modules/Lock/LockScreenContent.qml:1205",
"comment": ""
},
{
@@ -2558,7 +2654,7 @@
{
"term": "Center Section",
"context": "Center Section",
- "reference": "Modules/Settings/WidgetSelectionPopup.qml:28, Modules/Settings/WidgetsTab.qml:1126",
+ "reference": "Modules/Settings/WidgetSelectionPopup.qml:28, Modules/Settings/WidgetsTab.qml:1140",
"comment": ""
},
{
@@ -2576,7 +2672,7 @@
{
"term": "Certificate Password",
"context": "Certificate Password",
- "reference": "Modals/WifiPasswordModal.qml:177",
+ "reference": "Modals/WifiPasswordModal.qml:188",
"comment": ""
},
{
@@ -2591,12 +2687,6 @@
"reference": "Modules/Settings/MediaPlayerTab.qml:58",
"comment": "media scroll wheel option"
},
- {
- "term": "Change bar appearance",
- "context": "Change bar appearance",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1530",
- "comment": ""
- },
{
"term": "Change the locale used by the DMS interface.",
"context": "Change the locale used by the DMS interface.",
@@ -2612,13 +2702,31 @@
{
"term": "Channel",
"context": "Channel",
- "reference": "Modules/Settings/NetworkWifiTab.qml:675",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:753, Modules/Settings/NetworkWifiTab.qml:1114",
+ "comment": ""
+ },
+ {
+ "term": "Charge Level",
+ "context": "Charge Level",
+ "reference": "Modules/Settings/BatteryTab.qml:86",
+ "comment": ""
+ },
+ {
+ "term": "Charge Limit Reached",
+ "context": "Charge Limit Reached",
+ "reference": "Services/BatteryService.qml:128",
+ "comment": ""
+ },
+ {
+ "term": "Charge limit applied successfully",
+ "context": "Charge limit applied successfully",
+ "reference": "Modules/Settings/BatteryTab.qml:30",
"comment": ""
},
{
"term": "Charging",
"context": "Charging",
- "reference": "Services/BatteryService.qml:202, Services/BatteryService.qml:233, Modules/ControlCenter/Widgets/BatteryPill.qml:25",
+ "reference": "Services/BatteryService.qml:276, Services/BatteryService.qml:307, Modules/ControlCenter/Widgets/BatteryPill.qml:25",
"comment": "battery status"
},
{
@@ -2678,7 +2786,7 @@
{
"term": "Choose Dark Mode Color",
"context": "Choose Dark Mode Color",
- "reference": "Modules/Settings/WallpaperTab.qml:706",
+ "reference": "Modules/Settings/WallpaperTab.qml:728",
"comment": "dark mode wallpaper color picker title"
},
{
@@ -2696,7 +2804,7 @@
{
"term": "Choose Light Mode Color",
"context": "Choose Light Mode Color",
- "reference": "Modules/Settings/WallpaperTab.qml:516",
+ "reference": "Modules/Settings/WallpaperTab.qml:538",
"comment": "light mode wallpaper color picker title"
},
{
@@ -2732,7 +2840,13 @@
{
"term": "Choose how this bar resolves shadow direction",
"context": "Choose how this bar resolves shadow direction",
- "reference": "Modules/Settings/DankBarTab.qml:1581",
+ "reference": "Modules/Settings/DankBarTab.qml:1639",
+ "comment": ""
+ },
+ {
+ "term": "Choose how to be notified about battery alerts.",
+ "context": "Choose how to be notified about battery alerts.",
+ "reference": "Modules/Settings/BatteryTab.qml:246",
"comment": ""
},
{
@@ -2744,13 +2858,19 @@
{
"term": "Choose monochrome or a theme color tint for system tray icons",
"context": "Choose monochrome or a theme color tint for system tray icons",
- "reference": "Modules/Settings/DankBarTab.qml:1219",
+ "reference": "Modules/Settings/DankBarTab.qml:1277",
+ "comment": ""
+ },
+ {
+ "term": "Choose neutral or accent-colored widget text",
+ "context": "Choose neutral or accent-colored widget text",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1561",
"comment": ""
},
{
"term": "Choose the background color for widgets",
"context": "Choose the background color for widgets",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1545",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1576",
"comment": ""
},
{
@@ -2786,7 +2906,7 @@
{
"term": "Choose which action buttons appear on clipboard entries",
"context": "Choose which action buttons appear on clipboard entries",
- "reference": "Modules/Settings/ClipboardTab.qml:472",
+ "reference": "Modules/Settings/ClipboardTab.qml:492",
"comment": ""
},
{
@@ -2840,7 +2960,7 @@
{
"term": "Clear All",
"context": "Clear All",
- "reference": "Modals/Clipboard/ClipboardHeader.qml:70, Modals/Clipboard/ClipboardHistoryPopout.qml:97, Modals/Clipboard/ClipboardHistoryModal.qml:78, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:254",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:71, Modals/Clipboard/ClipboardHistoryPopout.qml:105, Modals/Clipboard/ClipboardHistoryModal.qml:97, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:254",
"comment": ""
},
{
@@ -2852,13 +2972,13 @@
{
"term": "Clear History?",
"context": "Clear History?",
- "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:88, Modules/DankBar/DankBarContent.qml:740",
+ "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:139, Modules/DankBar/DankBarContent.qml:740",
"comment": ""
},
{
"term": "Clear Sky",
"context": "Clear Sky",
- "reference": "Services/WeatherService.qml:122, Services/WeatherService.qml:123",
+ "reference": "Services/WeatherService.qml:124, Services/WeatherService.qml:125",
"comment": ""
},
{
@@ -2888,7 +3008,7 @@
{
"term": "Click 'Setup' to create cursor config and add include to your compositor config.",
"context": "Click 'Setup' to create cursor config and add include to your compositor config.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2072",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2118",
"comment": ""
},
{
@@ -2912,15 +3032,27 @@
{
"term": "Click Through",
"context": "Click Through",
- "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:747",
+ "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:754",
"comment": ""
},
+ {
+ "term": "Click an entry to paste directly instead of copying",
+ "context": "Click an entry to paste directly instead of copying",
+ "reference": "Modules/Settings/ClipboardTab.qml:462",
+ "comment": "Clipboard behavior setting description"
+ },
{
"term": "Click any shortcut to edit. Changes save to %1",
"context": "Click any shortcut to edit. Changes save to %1",
"reference": "Modules/Settings/KeybindsTab.qml:299",
"comment": ""
},
+ {
+ "term": "Click to Paste",
+ "context": "Click to Paste",
+ "reference": "Modules/Settings/ClipboardTab.qml:461",
+ "comment": ""
+ },
{
"term": "Click to capture",
"context": "Click to capture",
@@ -2930,7 +3062,7 @@
{
"term": "Click to select a custom theme JSON file",
"context": "Click to select a custom theme JSON file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:606",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:637",
"comment": "custom theme file hint"
},
{
@@ -2978,7 +3110,7 @@
{
"term": "Clipboard works but nothing saved to disk",
"context": "Clipboard works but nothing saved to disk",
- "reference": "Modules/Settings/ClipboardTab.qml:500",
+ "reference": "Modules/Settings/ClipboardTab.qml:520",
"comment": ""
},
{
@@ -2996,7 +3128,7 @@
{
"term": "Close",
"context": "Close",
- "reference": "Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:591, Modals/SwitchUserModal.qml:245, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Popouts/SystemUpdatePopout.qml:251, Modules/DankBar/Widgets/RunningApps.qml:888",
+ "reference": "Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:591, Modals/SwitchUserModal.qml:245, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Popouts/SystemUpdatePopout.qml:251, Modules/DankBar/Widgets/RunningApps.qml:874",
"comment": ""
},
{
@@ -3008,7 +3140,7 @@
{
"term": "Close Overview on Launch",
"context": "Close Overview on Launch",
- "reference": "Modules/Settings/LauncherTab.qml:744",
+ "reference": "Modules/Settings/LauncherTab.qml:753",
"comment": ""
},
{
@@ -3020,7 +3152,7 @@
{
"term": "Color",
"context": "Color",
- "reference": "Modules/Settings/LauncherTab.qml:704, Modules/Settings/DankBarTab.qml:1323, Modules/Settings/DankBarTab.qml:1418, Modules/Settings/DankBarTab.qml:1657, Modules/Settings/DankBarTab.qml:1731, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
+ "reference": "Modules/Settings/LauncherTab.qml:713, Modules/Settings/DankBarTab.qml:1381, Modules/Settings/DankBarTab.qml:1476, Modules/Settings/DankBarTab.qml:1715, Modules/Settings/DankBarTab.qml:1789, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
"comment": "border color"
},
{
@@ -3044,7 +3176,7 @@
{
"term": "Color Mode",
"context": "Color Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1500",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1531",
"comment": ""
},
{
@@ -3074,7 +3206,13 @@
{
"term": "Color for primary action buttons",
"context": "Color for primary action buttons",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1612",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1652",
+ "comment": ""
+ },
+ {
+ "term": "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)",
+ "context": "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)",
+ "reference": "Modules/Settings/WallpaperTab.qml:362",
"comment": ""
},
{
@@ -3104,25 +3242,25 @@
{
"term": "Color theme from DMS registry",
"context": "Color theme from DMS registry",
- "reference": "Modules/Settings/ThemeColorsTab.qml:269",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:300",
"comment": "registry theme description"
},
{
"term": "Colorful",
"context": "Colorful",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1531",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1562",
"comment": "widget style option"
},
{
"term": "Colorful mix of bright contrasting accents.",
"context": "Colorful mix of bright contrasting accents.",
- "reference": "Common/Theme.qml:498",
+ "reference": "Common/Theme.qml:500",
"comment": ""
},
{
"term": "Colorize Active",
"context": "Colorize Active",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3246",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3529",
"comment": ""
},
{
@@ -3134,7 +3272,7 @@
{
"term": "Column",
"context": "Column",
- "reference": "Modules/Settings/DankBarTab.qml:1757, Modules/Settings/DankBarTab.qml:1798",
+ "reference": "Modules/Settings/DankBarTab.qml:1815, Modules/Settings/DankBarTab.qml:1856",
"comment": ""
},
{
@@ -3158,7 +3296,7 @@
{
"term": "Command",
"context": "Command",
- "reference": "Widgets/KeybindItem.qml:1495, Modules/Settings/AutoStartTab.qml:470, Modules/Settings/AutoStartTab.qml:538, Modules/Settings/DesktopWidgetInstanceCard.qml:386",
+ "reference": "Widgets/KeybindItem.qml:1501, Modules/Settings/AutoStartTab.qml:470, Modules/Settings/AutoStartTab.qml:538, Modules/Settings/DesktopWidgetInstanceCard.qml:386",
"comment": ""
},
{
@@ -3188,13 +3326,13 @@
{
"term": "Compact",
"context": "Compact",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/WidgetsTabSection.qml:1449, Modules/Settings/NotificationsTab.qml:298",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/WidgetsTabSection.qml:1482, Modules/Settings/NotificationsTab.qml:298",
"comment": ""
},
{
"term": "Compact Mode",
"context": "Compact Mode",
- "reference": "Modules/Settings/WidgetsTabSection.qml:680, Modules/Settings/WidgetsTabSection.qml:2747",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:713, Modules/Settings/WidgetsTabSection.qml:3030",
"comment": ""
},
{
@@ -3242,7 +3380,7 @@
{
"term": "Configuration activated",
"context": "Configuration activated",
- "reference": "Services/DMSNetworkService.qml:432",
+ "reference": "Services/DMSNetworkService.qml:437",
"comment": ""
},
{
@@ -3290,7 +3428,7 @@
{
"term": "Configure which displays show \"%1\"",
"context": "Configure which displays show \"%1\"",
- "reference": "Modules/Settings/DankBarTab.qml:539",
+ "reference": "Modules/Settings/DankBarTab.qml:546",
"comment": ""
},
{
@@ -3332,38 +3470,38 @@
{
"term": "Conflicts with: %1",
"context": "Conflicts with: %1",
- "reference": "Widgets/KeybindItem.qml:826",
+ "reference": "Widgets/KeybindItem.qml:832",
"comment": ""
},
{
"term": "Connect",
"context": "Connect",
- "reference": "Modals/WifiPasswordModal.qml:733, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:790",
- "comment": ""
+ "reference": "Modals/WifiPasswordModal.qml:719, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:150",
+ "comment": "Tailscale connect button"
},
{
"term": "Connect to Hidden Network",
"context": "Connect to Hidden Network",
- "reference": "Modals/WifiPasswordModal.qml:336",
+ "reference": "Modals/WifiPasswordModal.qml:330",
"comment": ""
},
{
"term": "Connect to VPN",
"context": "Connect to VPN",
- "reference": "Modals/WifiPasswordModal.qml:334",
+ "reference": "Modals/WifiPasswordModal.qml:328",
"comment": ""
},
{
"term": "Connect to Wi-Fi",
"context": "Connect to Wi-Fi",
- "reference": "Modals/WifiPasswordModal.qml:337",
+ "reference": "Modals/WifiPasswordModal.qml:331",
"comment": ""
},
{
"term": "Connected",
"context": "Connected",
- "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkVpnTab.qml:101, Modules/Settings/NetworkEthernetTab.qml:163, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:56, Modules/Settings/NetworkWifiTab.qml:478, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:615, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:501, Modules/ControlCenter/Components/DragDropGrid.qml:504, Modules/ControlCenter/Components/DragDropGrid.qml:506, Modules/ControlCenter/Components/DragDropGrid.qml:509",
- "comment": "network status"
+ "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkVpnTab.qml:101, Modules/Settings/NetworkEthernetTab.qml:163, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:59, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:627, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:111, Modules/ControlCenter/Components/DragDropGrid.qml:501, Modules/ControlCenter/Components/DragDropGrid.qml:504, Modules/ControlCenter/Components/DragDropGrid.qml:506, Modules/ControlCenter/Components/DragDropGrid.qml:509",
+ "comment": "Tailscale connection status: connected | network status"
},
{
"term": "Connected Device",
@@ -3386,13 +3524,13 @@
{
"term": "Connected Options",
"context": "Connected Options",
- "reference": "Modules/Settings/FrameTab.qml:299",
+ "reference": "Modules/Settings/FrameTab.qml:323",
"comment": ""
},
{
"term": "Connected to %1",
"context": "Connected to %1",
- "reference": "Services/LegacyNetworkService.qml:332, Services/DMSNetworkService.qml:379",
+ "reference": "Services/LegacyNetworkService.qml:334, Services/DMSNetworkService.qml:384",
"comment": ""
},
{
@@ -3404,13 +3542,13 @@
{
"term": "Connecting to clipboard service...",
"context": "Connecting to clipboard service...",
- "reference": "Modals/Clipboard/ClipboardContent.qml:123, Modals/Clipboard/ClipboardContent.qml:197",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:246, Modals/Clipboard/ClipboardContent.qml:322",
"comment": ""
},
{
"term": "Connecting...",
"context": "Connecting...",
- "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:297, Modules/ControlCenter/Components/DragDropGrid.qml:455, Modules/ControlCenter/Components/DragDropGrid.qml:497, Modules/ControlCenter/Components/DragDropGrid.qml:521",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:968, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:297, Modules/ControlCenter/Details/NetworkDetail.qml:627, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/Components/DragDropGrid.qml:455, Modules/ControlCenter/Components/DragDropGrid.qml:497, Modules/ControlCenter/Components/DragDropGrid.qml:521",
"comment": "bluetooth status | network status"
},
{
@@ -3428,7 +3566,7 @@
{
"term": "Content",
"context": "Content",
- "reference": "Common/Theme.qml:485",
+ "reference": "Common/Theme.qml:487",
"comment": "matugen color scheme option"
},
{
@@ -3458,7 +3596,7 @@
{
"term": "Control Center Tile Color",
"context": "Control Center Tile Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1579",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1613",
"comment": ""
},
{
@@ -3482,91 +3620,91 @@
{
"term": "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.",
"context": "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.",
- "reference": "Modules/Settings/LauncherTab.qml:920",
+ "reference": "Modules/Settings/LauncherTab.qml:929",
"comment": ""
},
{
"term": "Control workspaces and columns by scrolling on the bar",
"context": "Control workspaces and columns by scrolling on the bar",
- "reference": "Modules/Settings/DankBarTab.qml:1747",
+ "reference": "Modules/Settings/DankBarTab.qml:1805",
"comment": ""
},
{
"term": "Controls how much original icon color is removed before applying tint",
"context": "Controls how much original icon color is removed before applying tint",
- "reference": "Modules/Settings/DankBarTab.qml:1267",
+ "reference": "Modules/Settings/DankBarTab.qml:1325",
"comment": ""
},
{
"term": "Controls how strongly the selected tint color is applied",
"context": "Controls how strongly the selected tint color is applied",
- "reference": "Modules/Settings/DankBarTab.qml:1290",
+ "reference": "Modules/Settings/DankBarTab.qml:1348",
"comment": ""
},
{
"term": "Controls opacity of shell surfaces, popouts, and modals",
"context": "Controls opacity of shell surfaces, popouts, and modals",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1651",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1697",
"comment": ""
},
{
"term": "Controls opacity of the bar background",
"context": "Controls opacity of the bar background",
- "reference": "Modules/Settings/DankBarTab.qml:810",
+ "reference": "Modules/Settings/DankBarTab.qml:817",
"comment": ""
},
{
"term": "Controls opacity of the border",
"context": "Controls opacity of the border",
- "reference": "Modules/Settings/DankBarTab.qml:1362",
+ "reference": "Modules/Settings/DankBarTab.qml:1420",
"comment": ""
},
{
"term": "Controls opacity of the shadow layer",
"context": "Controls opacity of the shadow layer",
- "reference": "Modules/Settings/DankBarTab.qml:1566",
+ "reference": "Modules/Settings/DankBarTab.qml:1624",
"comment": ""
},
{
"term": "Controls opacity of the widget outline",
"context": "Controls opacity of the widget outline",
- "reference": "Modules/Settings/DankBarTab.qml:1457",
+ "reference": "Modules/Settings/DankBarTab.qml:1515",
"comment": ""
},
{
"term": "Controls opacity of widget backgrounds",
"context": "Controls opacity of widget backgrounds",
- "reference": "Modules/Settings/DankBarTab.qml:833",
+ "reference": "Modules/Settings/DankBarTab.qml:840",
"comment": ""
},
{
"term": "Controls outlines around blurred foreground cards, pills, and notification cards",
"context": "Controls outlines around blurred foreground cards, pills, and notification cards",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1711",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1757",
"comment": ""
},
{
"term": "Controls shadow cast direction for elevation layers",
"context": "Controls shadow cast direction for elevation layers",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1865",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1911",
"comment": ""
},
{
"term": "Controls the base blur radius and offset of shadows",
"context": "Controls the base blur radius and offset of shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1797",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1843",
"comment": ""
},
{
"term": "Controls the opacity of the shadow",
"context": "Controls the opacity of the shadow",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1812",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1858",
"comment": ""
},
{
"term": "Controls the outer edge of protocol-blurred windows",
"context": "Controls the outer edge of protocol-blurred windows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1764",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1810",
"comment": ""
},
{
@@ -3584,7 +3722,7 @@
{
"term": "Cooldown",
"context": "Cooldown",
- "reference": "Widgets/KeybindItem.qml:1688",
+ "reference": "Widgets/KeybindItem.qml:1694",
"comment": ""
},
{
@@ -3608,7 +3746,7 @@
{
"term": "Copied to clipboard",
"context": "Copied to clipboard",
- "reference": "Services/ClipboardService.qml:237, dms-plugins/DankStickerSearch/DankStickerSearch.qml:230, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:154, dms-plugins/DankGifSearch/DankGifSearch.qml:175, Modals/Settings/SettingsModal.qml:322, Modals/Settings/SettingsModal.qml:339, Modules/Notepad/NotepadTextEditor.qml:328, Modules/Settings/DesktopWidgetInstanceCard.qml:426",
+ "reference": "Services/ClipboardService.qml:250, dms-plugins/DankStickerSearch/DankStickerSearch.qml:230, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:154, dms-plugins/DankGifSearch/DankGifSearch.qml:175, Modals/Settings/SettingsModal.qml:322, Modals/Settings/SettingsModal.qml:339, Modules/Notepad/NotepadTextEditor.qml:328, Modules/Settings/DesktopWidgetInstanceCard.qml:426",
"comment": ""
},
{
@@ -3620,7 +3758,7 @@
{
"term": "Copy",
"context": "Copy",
- "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1220, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:272",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1220, Modals/Clipboard/ClipboardContextMenu.qml:38, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:395",
"comment": "Copy to clipboard"
},
{
@@ -3668,19 +3806,19 @@
{
"term": "Corner Radius",
"context": "Corner Radius",
- "reference": "Modals/WindowRuleModal.qml:1211, Modules/Settings/ThemeColorsTab.qml:1665",
+ "reference": "Modals/WindowRuleModal.qml:1211, Modules/Settings/ThemeColorsTab.qml:1711",
"comment": ""
},
{
"term": "Corner Radius Override",
"context": "Corner Radius Override",
- "reference": "Modules/Settings/DankBarTab.qml:1161",
+ "reference": "Modules/Settings/DankBarTab.qml:1219",
"comment": ""
},
{
"term": "Corners & Background",
"context": "Corners & Background",
- "reference": "Modules/Settings/DankBarTab.qml:1083",
+ "reference": "Modules/Settings/DankBarTab.qml:1141",
"comment": ""
},
{
@@ -3761,12 +3899,36 @@
"reference": "Modules/Settings/PrinterTab.qml:820",
"comment": ""
},
+ {
+ "term": "Critical Battery",
+ "context": "Critical Battery",
+ "reference": "Services/BatteryService.qml:144",
+ "comment": ""
+ },
+ {
+ "term": "Critical Battery Alert",
+ "context": "Critical Battery Alert",
+ "reference": "Modules/Settings/BatteryTab.qml:272",
+ "comment": ""
+ },
+ {
+ "term": "Critical Battery Notifications",
+ "context": "Critical Battery Notifications",
+ "reference": "Modules/Settings/BatteryTab.qml:292",
+ "comment": ""
+ },
{
"term": "Critical Priority",
"context": "Critical Priority",
"reference": "Modules/Settings/NotificationsTab.qml:154, Modules/Settings/NotificationsTab.qml:833, Modules/Settings/NotificationsTab.qml:940, Modules/Notifications/Center/NotificationSettings.qml:211, Modules/Notifications/Center/NotificationSettings.qml:432",
"comment": "notification rule urgency option"
},
+ {
+ "term": "Critical Threshold",
+ "context": "Critical Threshold",
+ "reference": "Modules/Settings/BatteryTab.qml:281",
+ "comment": ""
+ },
{
"term": "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close",
"context": "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close",
@@ -3818,7 +3980,7 @@
{
"term": "Current Monitor",
"context": "Current Monitor",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2903",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3186",
"comment": "Running apps filter: only show apps from the same monitor"
},
{
@@ -3842,7 +4004,7 @@
{
"term": "Current Theme: %1",
"context": "Current Theme: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:253, Modules/Settings/ThemeColorsTab.qml:255, Modules/Settings/ThemeColorsTab.qml:256",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:284, Modules/Settings/ThemeColorsTab.qml:286, Modules/Settings/ThemeColorsTab.qml:287",
"comment": "current theme label"
},
{
@@ -3854,7 +4016,7 @@
{
"term": "Current Workspace",
"context": "Current Workspace",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2851",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3134",
"comment": "Running apps filter: only show apps from the active workspace"
},
{
@@ -3878,25 +4040,25 @@
{
"term": "Cursor Config Not Configured",
"context": "Cursor Config Not Configured",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2065",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2111",
"comment": ""
},
{
"term": "Cursor Include Missing",
"context": "Cursor Include Missing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2065",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2111",
"comment": ""
},
{
"term": "Cursor Size",
"context": "Cursor Size",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2113",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2159",
"comment": ""
},
{
"term": "Cursor Theme",
"context": "Cursor Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2023, Modules/Settings/ThemeColorsTab.qml:2097",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2069, Modules/Settings/ThemeColorsTab.qml:2143",
"comment": ""
},
{
@@ -3914,13 +4076,19 @@
{
"term": "Custom",
"context": "Custom",
- "reference": "Widgets/KeybindItem.qml:1430, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1738, Modules/Settings/ThemeColorsTab.qml:1750, Modules/Settings/ThemeColorsTab.qml:1828, Modules/Settings/ThemeColorsTab.qml:1838, Modules/Settings/ThemeColorsTab.qml:1849, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/DockTab.qml:296, Modules/Settings/DockTab.qml:403, Modules/Settings/LauncherTab.qml:318, Modules/Settings/LauncherTab.qml:424, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/FrameTab.qml:207, Modules/Settings/NotificationsTab.qml:385, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92",
- "comment": "blur border color | shadow color option | theme category option"
+ "reference": "Widgets/KeybindItem.qml:1436, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:46, Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/ThemeColorsTab.qml:1774, Modules/Settings/ThemeColorsTab.qml:1784, Modules/Settings/ThemeColorsTab.qml:1796, Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1884, Modules/Settings/ThemeColorsTab.qml:1895, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/DockTab.qml:296, Modules/Settings/DockTab.qml:403, Modules/Settings/WallpaperTab.qml:370, Modules/Settings/LauncherTab.qml:318, Modules/Settings/LauncherTab.qml:424, Modules/Settings/DankBarTab.qml:1733, Modules/Settings/WorkspaceAppearanceCard.qml:50, Modules/Settings/WorkspaceAppearanceCard.qml:88, Modules/Settings/WorkspaceAppearanceCard.qml:120, Modules/Settings/WorkspaceAppearanceCard.qml:155, Modules/Settings/WorkspaceAppearanceCard.qml:181, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:385, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92",
+ "comment": "blur border color | shadow color option | theme category option | widget background color option | workspace color option"
+ },
+ {
+ "term": "Custom Blend",
+ "context": "Custom Blend",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1592",
+ "comment": ""
},
{
"term": "Custom Color",
"context": "Custom Color",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:56, Modules/Settings/FrameTab.qml:264",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:56, Modules/Settings/ColorDropdownRow.qml:150, Modules/Settings/FrameTab.qml:288",
"comment": ""
},
{
@@ -3980,13 +4148,13 @@
{
"term": "Custom Shadow Color",
"context": "Custom Shadow Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1909",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1955",
"comment": ""
},
{
"term": "Custom Shadow Override",
"context": "Custom Shadow Override",
- "reference": "Modules/Settings/DankBarTab.qml:1532",
+ "reference": "Modules/Settings/DankBarTab.qml:1590",
"comment": ""
},
{
@@ -4010,13 +4178,13 @@
{
"term": "Custom power profile",
"context": "Custom power profile",
- "reference": "Common/Theme.qml:1579",
+ "reference": "Common/Theme.qml:1643",
"comment": "power profile description"
},
{
"term": "Custom theme loaded from JSON file",
"context": "Custom theme loaded from JSON file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:271",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:302",
"comment": "custom theme description"
},
{
@@ -4058,7 +4226,7 @@
{
"term": "DEMO MODE - Click anywhere to exit",
"context": "DEMO MODE - Click anywhere to exit",
- "reference": "Modules/Lock/LockScreenContent.qml:1218",
+ "reference": "Modules/Lock/LockScreenContent.qml:1223",
"comment": ""
},
{
@@ -4106,13 +4274,13 @@
{
"term": "DMS out of date",
"context": "DMS out of date",
- "reference": "Services/DMSService.qml:320",
+ "reference": "Services/DMSService.qml:321",
"comment": ""
},
{
"term": "DMS server is outdated (API v%1, expected v%2)",
"context": "DMS server is outdated (API v%1, expected v%2)",
- "reference": "Services/DMSService.qml:342",
+ "reference": "Services/DMSService.qml:343",
"comment": ""
},
{
@@ -4124,7 +4292,7 @@
{
"term": "DMS shell actions (launcher, clipboard, etc.)",
"context": "DMS shell actions (launcher, clipboard, etc.)",
- "reference": "Widgets/KeybindItem.qml:860",
+ "reference": "Widgets/KeybindItem.qml:866",
"comment": ""
},
{
@@ -4136,13 +4304,13 @@
{
"term": "Daily",
"context": "Daily",
- "reference": "Modules/DankDash/WeatherTab.qml:862",
+ "reference": "Modules/DankDash/WeatherTab.qml:865",
"comment": ""
},
{
"term": "Daily at:",
"context": "Daily at:",
- "reference": "Modules/Settings/WallpaperTab.qml:1061",
+ "reference": "Modules/Settings/WallpaperTab.qml:1083",
"comment": ""
},
{
@@ -4154,7 +4322,7 @@
{
"term": "Dank Bar",
"context": "Dank Bar",
- "reference": "Modals/Settings/SettingsSidebar.qml:117, Modules/Settings/DankBarTab.qml:239",
+ "reference": "Modals/Settings/SettingsSidebar.qml:117, Modules/Settings/DankBarTab.qml:246",
"comment": ""
},
{
@@ -4190,31 +4358,37 @@
{
"term": "DankShell & System Icons (requires restart)",
"context": "DankShell & System Icons (requires restart)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2232",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2288, Modules/Settings/ThemeColorsTab.qml:2306, Modules/Settings/ThemeColorsTab.qml:2324",
"comment": ""
},
{
"term": "Dark Mode",
"context": "Dark Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1438, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:721",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1469, Modules/Settings/WallpaperTab.qml:604, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:721",
+ "comment": ""
+ },
+ {
+ "term": "Dark Mode Icon Theme",
+ "context": "Dark Mode Icon Theme",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2305",
"comment": ""
},
{
"term": "Dark mode base",
"context": "Dark mode base",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2475",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2566",
"comment": ""
},
{
"term": "Dark mode harmony",
"context": "Dark mode harmony",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2509",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2600",
"comment": ""
},
{
"term": "Darken Modal Background",
"context": "Darken Modal Background",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1976, Modules/Settings/ThemeColorsTab.qml:1984",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2022, Modules/Settings/ThemeColorsTab.qml:2030",
"comment": ""
},
{
@@ -4232,19 +4406,19 @@
{
"term": "Dawn (Astronomical Twilight)",
"context": "Dawn (Astronomical Twilight)",
- "reference": "Services/WeatherService.qml:230",
+ "reference": "Services/WeatherService.qml:232",
"comment": ""
},
{
"term": "Dawn (Civil Twilight)",
"context": "Dawn (Civil Twilight)",
- "reference": "Services/WeatherService.qml:240",
+ "reference": "Services/WeatherService.qml:242",
"comment": ""
},
{
"term": "Dawn (Nautical Twilight)",
"context": "Dawn (Nautical Twilight)",
- "reference": "Services/WeatherService.qml:235",
+ "reference": "Services/WeatherService.qml:237",
"comment": ""
},
{
@@ -4280,13 +4454,13 @@
{
"term": "Default",
"context": "Default",
- "reference": "Modals/WindowRuleModal.qml:559, Modules/Settings/ThemeColorsTab.qml:1531, Modules/Settings/TypographyMotionTab.qml:458, Modules/Settings/PluginBrowser.qml:43, Modules/Settings/DockTab.qml:403, Modules/Settings/LauncherTab.qml:424, Modules/Settings/FrameTab.qml:207, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142",
- "comment": "notification rule action option | notification rule urgency option | plugin browser sort option | widget style option"
+ "reference": "Modals/WindowRuleModal.qml:559, Modules/Settings/ThemeColorsTab.qml:1562, Modules/Settings/TypographyMotionTab.qml:458, Modules/Settings/PluginBrowser.qml:43, Modules/Settings/DockTab.qml:403, Modules/Settings/LauncherTab.qml:424, Modules/Settings/WorkspaceAppearanceCard.qml:93, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142",
+ "comment": "notification rule action option | notification rule urgency option | plugin browser sort option | widget style option | workspace color option"
},
{
"term": "Default (Black)",
"context": "Default (Black)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1828, Modules/Settings/ThemeColorsTab.qml:1840, Modules/Settings/DankBarTab.qml:1675",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1886, Modules/Settings/DankBarTab.qml:1733",
"comment": "shadow color option"
},
{
@@ -4370,7 +4544,7 @@
{
"term": "Delete",
"context": "Delete",
- "reference": "Widgets/VpnDetailContent.qml:223, Modules/Settings/NetworkVpnTab.qml:374, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/UsersTab.qml:322, Modules/Settings/DisplayConfigTab.qml:322, Modules/Settings/ClipboardTab.qml:156, Modules/DankDash/Overview/CalendarEventDetail.qml:300",
+ "reference": "Widgets/VpnDetailContent.qml:223, Modals/Clipboard/ClipboardContextMenu.qml:61, Modules/Settings/NetworkVpnTab.qml:374, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/UsersTab.qml:322, Modules/Settings/DisplayConfigTab.qml:322, Modules/Settings/ClipboardTab.qml:156, Modules/DankDash/Overview/CalendarEventDetail.qml:300",
"comment": ""
},
{
@@ -4406,7 +4580,7 @@
{
"term": "Delete Saved Item?",
"context": "Delete Saved Item?",
- "reference": "Services/ClipboardService.qml:307",
+ "reference": "Services/ClipboardService.qml:320",
"comment": ""
},
{
@@ -4466,7 +4640,7 @@
{
"term": "Derives colors that closely match the underlying image.",
"context": "Derives colors that closely match the underlying image.",
- "reference": "Common/Theme.qml:486",
+ "reference": "Common/Theme.qml:488",
"comment": ""
},
{
@@ -4544,7 +4718,7 @@
{
"term": "Device",
"context": "Device",
- "reference": "Widgets/KeybindItem.qml:1053, Modules/Settings/PrinterTab.qml:423",
+ "reference": "Widgets/KeybindItem.qml:1059, Modules/Settings/PrinterTab.qml:423",
"comment": ""
},
{
@@ -4586,7 +4760,7 @@
{
"term": "Direction Source",
"context": "Direction Source",
- "reference": "Modules/Settings/DankBarTab.qml:1580",
+ "reference": "Modules/Settings/DankBarTab.qml:1638",
"comment": "bar shadow direction source"
},
{
@@ -4604,19 +4778,19 @@
{
"term": "Disable Autoconnect",
"context": "Disable Autoconnect",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:844",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:852",
"comment": ""
},
{
"term": "Disable Built-in Wallpapers",
"context": "Disable Built-in Wallpapers",
- "reference": "Modules/Settings/WallpaperTab.qml:1250",
+ "reference": "Modules/Settings/WallpaperTab.qml:1272",
"comment": "wallpaper settings disable toggle"
},
{
"term": "Disable History Persistence",
"context": "Disable History Persistence",
- "reference": "Modules/Settings/ClipboardTab.qml:499",
+ "reference": "Modules/Settings/ClipboardTab.qml:519",
"comment": ""
},
{
@@ -4628,19 +4802,19 @@
{
"term": "Disabled",
"context": "Disabled",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1412, Modules/Settings/AutoStartTab.qml:684, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/DankBarTab.qml:404, Modules/Settings/NotificationsTab.qml:777, Modules/Settings/NetworkWifiTab.qml:102, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2023, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2029, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2031, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2043, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2057, Modules/ControlCenter/Components/DragDropGrid.qml:479",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1443, Modules/Settings/AutoStartTab.qml:684, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/DankBarTab.qml:411, Modules/Settings/NotificationsTab.qml:777, Modules/Settings/NetworkWifiTab.qml:179, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2023, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2029, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2031, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2043, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2057, Modules/ControlCenter/Components/DragDropGrid.qml:479",
"comment": "bluetooth status | lock screen notification mode option"
},
{
"term": "Disabled by Frame Mode",
"context": "Disabled by Frame Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1977",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2023",
"comment": ""
},
{
"term": "Disabling WiFi...",
"context": "Disabling WiFi...",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:453",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:194, Modules/ControlCenter/Components/DragDropGrid.qml:453",
"comment": "network status"
},
{
@@ -4652,7 +4826,7 @@
{
"term": "Disc",
"context": "Disc",
- "reference": "Modules/Settings/WallpaperTab.qml:1167",
+ "reference": "Modules/Settings/WallpaperTab.qml:1189",
"comment": "wallpaper transition option"
},
{
@@ -4664,25 +4838,25 @@
{
"term": "Discharging",
"context": "Discharging",
- "reference": "Services/BatteryService.qml:204, Services/BatteryService.qml:233",
+ "reference": "Services/BatteryService.qml:278, Services/BatteryService.qml:307",
"comment": "battery status"
},
{
"term": "Disconnect",
"context": "Disconnect",
- "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkVpnTab.qml:172, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:428, Modules/ControlCenter/Details/NetworkDetail.qml:790",
- "comment": ""
+ "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkVpnTab.qml:172, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:429, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:150",
+ "comment": "Tailscale disconnect button"
},
{
"term": "Disconnected",
"context": "Disconnected",
- "reference": "Modules/Settings/NetworkVpnTab.qml:98, Modules/Settings/NetworkStatusTab.qml:119, Modules/Settings/NetworkEthernetTab.qml:165, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/DisplayConfig/OutputCard.qml:85, Modules/Settings/DisplayConfig/MonitorRect.qml:93, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:22",
- "comment": "Tailscale disconnected status"
+ "reference": "Modules/Settings/NetworkVpnTab.qml:98, Modules/Settings/NetworkStatusTab.qml:119, Modules/Settings/NetworkEthernetTab.qml:165, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/DisplayConfig/OutputCard.qml:85, Modules/Settings/DisplayConfig/MonitorRect.qml:93, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:22, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:111",
+ "comment": "Tailscale connection status: disconnected | Tailscale disconnected status"
},
{
"term": "Disconnected from WiFi",
"context": "Disconnected from WiFi",
- "reference": "Services/LegacyNetworkService.qml:388, Services/DMSNetworkService.qml:524",
+ "reference": "Services/LegacyNetworkService.qml:390, Services/DMSNetworkService.qml:533",
"comment": ""
},
{
@@ -4712,7 +4886,7 @@
{
"term": "Disk Usage Display",
"context": "Disk Usage Display",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1608",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1641",
"comment": ""
},
{
@@ -4736,7 +4910,7 @@
{
"term": "Display Assignment",
"context": "Display Assignment",
- "reference": "Modules/Settings/DankBarTab.qml:531, Modules/Settings/FrameTab.qml:360",
+ "reference": "Modules/Settings/DankBarTab.qml:538, Modules/Settings/FrameTab.qml:384",
"comment": ""
},
{
@@ -4886,13 +5060,13 @@
{
"term": "Diverse palette spanning the full spectrum.",
"context": "Diverse palette spanning the full spectrum.",
- "reference": "Common/Theme.qml:510",
+ "reference": "Common/Theme.qml:512",
"comment": ""
},
{
"term": "Do Not Disturb",
"context": "Do Not Disturb",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1844, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/NotificationsTab.qml:434, Modules/ControlCenter/Models/WidgetModel.qml:145, Modules/ControlCenter/Widgets/DndPill.qml:10, Modules/Notifications/Center/NotificationHeader.qml:77, Modules/Notifications/Center/NotificationSettings.qml:151, Modules/Notifications/Center/DndDurationMenu.qml:140",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1877, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/NotificationsTab.qml:434, Modules/ControlCenter/Models/WidgetModel.qml:145, Modules/ControlCenter/Widgets/DndPill.qml:10, Modules/Notifications/Center/NotificationHeader.qml:77, Modules/Notifications/Center/NotificationSettings.qml:151, Modules/Notifications/Center/DndDurationMenu.qml:140",
"comment": ""
},
{
@@ -4904,7 +5078,7 @@
{
"term": "Dock & Launcher",
"context": "Dock & Launcher",
- "reference": "Modals/Settings/SettingsSidebar.qml:186, Modals/Settings/SettingsSidebar.qml:658",
+ "reference": "Modals/Settings/SettingsSidebar.qml:186, Modals/Settings/SettingsSidebar.qml:664",
"comment": ""
},
{
@@ -4925,6 +5099,12 @@
"reference": "Modules/Settings/DockTab.qml:646",
"comment": ""
},
+ {
+ "term": "Dock window",
+ "context": "Dock window",
+ "reference": "Modals/KeybindsModalWindow.qml:103, Modals/KeybindsContent.qml:85",
+ "comment": ""
+ },
{
"term": "Docs",
"context": "Docs",
@@ -4940,13 +5120,13 @@
{
"term": "Domain (optional)",
"context": "Domain (optional)",
- "reference": "Modals/WifiPasswordModal.qml:621",
+ "reference": "Modals/WifiPasswordModal.qml:607",
"comment": ""
},
{
"term": "Don't Change",
"context": "Don't Change",
- "reference": "Modules/Settings/PowerSleepTab.qml:154",
+ "reference": "Modules/Settings/PowerSleepTab.qml:154, Modules/Settings/BatteryTab.qml:310, Modules/Settings/BatteryTab.qml:328",
"comment": ""
},
{
@@ -4976,7 +5156,7 @@
{
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
"context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
- "reference": "Modules/Settings/WidgetsTab.qml:1027",
+ "reference": "Modules/Settings/WidgetsTab.qml:1041",
"comment": ""
},
{
@@ -4988,7 +5168,7 @@
{
"term": "Draw a connected picture-frame border around the entire display",
"context": "Draw a connected picture-frame border around the entire display",
- "reference": "Modules/Settings/FrameTab.qml:38",
+ "reference": "Modules/Settings/FrameTab.qml:41",
"comment": ""
},
{
@@ -5000,7 +5180,7 @@
{
"term": "Drizzle",
"context": "Drizzle",
- "reference": "Services/WeatherService.qml:128, Services/WeatherService.qml:129, Services/WeatherService.qml:130",
+ "reference": "Services/WeatherService.qml:130, Services/WeatherService.qml:131, Services/WeatherService.qml:132",
"comment": ""
},
{
@@ -5018,7 +5198,7 @@
{
"term": "Duplicate Wallpaper with Blur",
"context": "Duplicate Wallpaper with Blur",
- "reference": "Modules/Settings/WallpaperTab.qml:1281",
+ "reference": "Modules/Settings/WallpaperTab.qml:1303",
"comment": ""
},
{
@@ -5030,25 +5210,25 @@
{
"term": "Dusk (Astronomical Twilight)",
"context": "Dusk (Astronomical Twilight)",
- "reference": "Services/WeatherService.qml:285",
+ "reference": "Services/WeatherService.qml:287",
"comment": ""
},
{
"term": "Dusk (Civil Twighlight)",
"context": "Dusk (Civil Twighlight)",
- "reference": "Services/WeatherService.qml:275",
+ "reference": "Services/WeatherService.qml:277",
"comment": ""
},
{
"term": "Dusk (Nautical Twilight)",
"context": "Dusk (Nautical Twilight)",
- "reference": "Services/WeatherService.qml:280",
+ "reference": "Services/WeatherService.qml:282",
"comment": ""
},
{
"term": "Dynamic",
"context": "Dynamic",
- "reference": "Modules/Settings/ThemeColorsTab.qml:253, Modules/Settings/TypographyMotionTab.qml:76",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:284, Modules/Settings/TypographyMotionTab.qml:76",
"comment": "dynamic theme name"
},
{
@@ -5066,13 +5246,13 @@
{
"term": "Dynamic colors from wallpaper",
"context": "Dynamic colors from wallpaper",
- "reference": "Modules/Settings/ThemeColorsTab.qml:511",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:542",
"comment": "dynamic colors description"
},
{
"term": "Dynamic colors parse error: %1",
"context": "Dynamic colors parse error: %1",
- "reference": "Common/Theme.qml:2133",
+ "reference": "Common/Theme.qml:2197",
"comment": ""
},
{
@@ -5090,19 +5270,25 @@
{
"term": "Edge Spacing",
"context": "Edge Spacing",
- "reference": "Modules/Settings/DankBarTab.qml:877",
+ "reference": "Modules/Settings/DankBarTab.qml:885",
+ "comment": ""
+ },
+ {
+ "term": "Edge spacing, exclusive zone, and popup gaps are managed by Frame",
+ "context": "Edge spacing, exclusive zone, and popup gaps are managed by Frame",
+ "reference": "Modules/Settings/DankBarTab.qml:879",
"comment": ""
},
{
"term": "Edge the launcher slides from",
"context": "Edge the launcher slides from",
- "reference": "Modules/Settings/FrameTab.qml:318",
+ "reference": "Modules/Settings/FrameTab.qml:342",
"comment": ""
},
{
"term": "Edit",
"context": "Edit",
- "reference": "Modules/Settings/ClipboardTab.qml:156, Modules/DankDash/Overview/CalendarEventDetail.qml:293",
+ "reference": "Modals/Clipboard/ClipboardContextMenu.qml:53, Modules/Settings/ClipboardTab.qml:156, Modules/DankDash/Overview/CalendarEventDetail.qml:293",
"comment": ""
},
{
@@ -5114,7 +5300,7 @@
{
"term": "Edit Clipboard",
"context": "Edit Clipboard",
- "reference": "Modals/Clipboard/ClipboardEditor.qml:211",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:217",
"comment": ""
},
{
@@ -5132,7 +5318,7 @@
{
"term": "Edit clipboard text",
"context": "Edit clipboard text",
- "reference": "Modals/Clipboard/ClipboardEditor.qml:291",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:297",
"comment": ""
},
{
@@ -5144,7 +5330,7 @@
{
"term": "Editing changes on %1",
"context": "Editing changes on %1",
- "reference": "Modules/Settings/DankBarTab.qml:244",
+ "reference": "Modules/Settings/DankBarTab.qml:251",
"comment": ""
},
{
@@ -5156,7 +5342,7 @@
{
"term": "Empty",
"context": "Empty",
- "reference": "DMSShell.qml:511, Services/BatteryService.qml:206, Modules/Notepad/NotepadTextEditor.qml:1013",
+ "reference": "DMSShell.qml:554, Services/BatteryService.qml:280, Modules/Notepad/NotepadTextEditor.qml:1013",
"comment": "battery status"
},
{
@@ -5174,7 +5360,7 @@
{
"term": "Empty Trash?",
"context": "Empty Trash?",
- "reference": "DMSShell.qml:509",
+ "reference": "DMSShell.qml:552",
"comment": ""
},
{
@@ -5186,13 +5372,13 @@
{
"term": "Enable Autoconnect",
"context": "Enable Autoconnect",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:844",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:852",
"comment": ""
},
{
"term": "Enable Bar",
"context": "Enable Bar",
- "reference": "Modules/Settings/DankBarTab.qml:458",
+ "reference": "Modules/Settings/DankBarTab.qml:465",
"comment": ""
},
{
@@ -5204,7 +5390,7 @@
{
"term": "Enable Frame",
"context": "Enable Frame",
- "reference": "Modules/Settings/FrameTab.qml:37",
+ "reference": "Modules/Settings/FrameTab.qml:40",
"comment": ""
},
{
@@ -5216,7 +5402,7 @@
{
"term": "Enable Overview Overlay",
"context": "Enable Overview Overlay",
- "reference": "Modules/Settings/LauncherTab.qml:753",
+ "reference": "Modules/Settings/LauncherTab.qml:762",
"comment": ""
},
{
@@ -5246,19 +5432,19 @@
{
"term": "Enable WiFi",
"context": "Enable WiFi",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:245",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:246",
"comment": ""
},
{
"term": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.",
"context": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.",
- "reference": "Modules/Settings/DankBarTab.qml:1524",
+ "reference": "Modules/Settings/DankBarTab.qml:1582",
"comment": ""
},
{
"term": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.",
"context": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.",
- "reference": "Modules/Settings/WallpaperTab.qml:1282",
+ "reference": "Modules/Settings/WallpaperTab.qml:1304",
"comment": ""
},
{
@@ -5300,7 +5486,7 @@
{
"term": "Enabled",
"context": "Enabled",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1412, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2023, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2031, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2057, Modules/ControlCenter/Components/DragDropGrid.qml:480",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1443, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2023, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2031, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2057, Modules/ControlCenter/Components/DragDropGrid.qml:480",
"comment": "bluetooth status"
},
{
@@ -5366,13 +5552,13 @@
{
"term": "Enabling WiFi...",
"context": "Enabling WiFi...",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:453",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:194, Modules/ControlCenter/Components/DragDropGrid.qml:453",
"comment": "network status"
},
{
"term": "End",
"context": "End",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1227, Modules/Settings/GammaControlTab.qml:295, Modules/DankDash/Overview/CalendarEventEditor.qml:264",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1258, Modules/Settings/GammaControlTab.qml:295, Modules/DankDash/Overview/CalendarEventEditor.qml:264",
"comment": ""
},
{
@@ -5384,13 +5570,13 @@
{
"term": "Enlarge on Hover",
"context": "Enlarge on Hover",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3345",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3628",
"comment": ""
},
{
"term": "Enlargement %",
"context": "Enlargement %",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3384",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3667",
"comment": ""
},
{
@@ -5408,7 +5594,7 @@
{
"term": "Enter PIN for ",
"context": "Enter PIN for ",
- "reference": "Modals/BluetoothPairingModal.qml:132, Modals/WifiPasswordModal.qml:351",
+ "reference": "Modals/BluetoothPairingModal.qml:132, Modals/WifiPasswordModal.qml:345",
"comment": ""
},
{
@@ -5438,7 +5624,7 @@
{
"term": "Enter credentials for ",
"context": "Enter credentials for ",
- "reference": "Modals/WifiPasswordModal.qml:353, Modals/WifiPasswordModal.qml:358",
+ "reference": "Modals/WifiPasswordModal.qml:347, Modals/WifiPasswordModal.qml:352",
"comment": ""
},
{
@@ -5474,7 +5660,7 @@
{
"term": "Enter network name and password",
"context": "Enter network name and password",
- "reference": "Modals/WifiPasswordModal.qml:357",
+ "reference": "Modals/WifiPasswordModal.qml:351",
"comment": ""
},
{
@@ -5486,7 +5672,7 @@
{
"term": "Enter password for ",
"context": "Enter password for ",
- "reference": "Modals/WifiPasswordModal.qml:355, Modals/WifiPasswordModal.qml:358",
+ "reference": "Modals/WifiPasswordModal.qml:349, Modals/WifiPasswordModal.qml:352",
"comment": ""
},
{
@@ -5498,13 +5684,13 @@
{
"term": "Enter to Paste",
"context": "Enter to Paste",
- "reference": "Modules/Settings/ClipboardTab.qml:461",
+ "reference": "Modules/Settings/ClipboardTab.qml:471",
"comment": ""
},
{
"term": "Enterprise",
"context": "Enterprise",
- "reference": "Modules/Settings/NetworkWifiTab.qml:695",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:773, Modules/Settings/NetworkWifiTab.qml:1134",
"comment": ""
},
{
@@ -5516,13 +5702,13 @@
{
"term": "Entry pinned",
"context": "Entry pinned",
- "reference": "Services/ClipboardService.qml:342",
+ "reference": "Services/ClipboardService.qml:355",
"comment": ""
},
{
"term": "Entry unpinned",
"context": "Entry unpinned",
- "reference": "Services/ClipboardService.qml:356",
+ "reference": "Services/ClipboardService.qml:369",
"comment": ""
},
{
@@ -5534,8 +5720,8 @@
{
"term": "Error",
"context": "Error",
- "reference": "Services/CupsService.qml:836, Modules/DankBar/Popouts/SystemUpdatePopout.qml:125",
- "comment": ""
+ "reference": "Services/CupsService.qml:836, Modules/Settings/WorkspaceAppearanceCard.qml:125, Modules/DankBar/Popouts/SystemUpdatePopout.qml:125",
+ "comment": "workspace color option"
},
{
"term": "Errors",
@@ -5543,10 +5729,16 @@
"reference": "Modals/Greeter/GreeterDoctorPage.qml:240",
"comment": "greeter doctor page status card"
},
+ {
+ "term": "Estimated Time",
+ "context": "Estimated Time",
+ "reference": "Modules/Settings/BatteryTab.qml:134",
+ "comment": ""
+ },
{
"term": "Ethernet",
"context": "Ethernet",
- "reference": "Modals/Settings/SettingsSidebar.qml:251, Modules/Settings/NetworkStatusTab.qml:115, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkEthernetTab.qml:42, Modules/ControlCenter/Details/NetworkDetail.qml:136, Modules/ControlCenter/Components/DragDropGrid.qml:459, Modules/ControlCenter/Components/DragDropGrid.qml:462",
+ "reference": "Modals/Settings/SettingsSidebar.qml:251, Modules/Settings/NetworkStatusTab.qml:115, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkEthernetTab.qml:42, Modules/ControlCenter/Details/NetworkDetail.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:459, Modules/ControlCenter/Components/DragDropGrid.qml:462",
"comment": "network status"
},
{
@@ -5588,7 +5780,7 @@
{
"term": "Exclusive Zone Offset",
"context": "Exclusive Zone Offset",
- "reference": "Modules/Settings/DockTab.qml:621, Modules/Settings/DankBarTab.qml:899",
+ "reference": "Modules/Settings/DockTab.qml:621, Modules/Settings/DankBarTab.qml:908",
"comment": ""
},
{
@@ -5597,6 +5789,12 @@
"reference": "Modules/Settings/UsersTab.qml:93",
"comment": ""
},
+ {
+ "term": "Exit node",
+ "context": "Exit node",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:185",
+ "comment": "Tailscale exit node selector label"
+ },
{
"term": "Experimental Feature",
"context": "Experimental Feature",
@@ -5618,19 +5816,19 @@
{
"term": "Expose the Arcs",
"context": "Expose the Arcs",
- "reference": "Modules/Settings/FrameTab.qml:308",
+ "reference": "Modules/Settings/FrameTab.qml:332",
"comment": ""
},
{
"term": "Expressive",
"context": "Expressive",
- "reference": "Common/Theme.qml:489",
+ "reference": "Common/Theme.qml:491",
"comment": "matugen color scheme option"
},
{
"term": "Extend battery life",
"context": "Extend battery life",
- "reference": "Common/Theme.qml:1573",
+ "reference": "Common/Theme.qml:1637",
"comment": "power profile description"
},
{
@@ -5642,7 +5840,7 @@
{
"term": "External Wallpaper Management",
"context": "External Wallpaper Management",
- "reference": "Modules/Settings/WallpaperTab.qml:1242",
+ "reference": "Modules/Settings/WallpaperTab.qml:1264",
"comment": "wallpaper settings external management"
},
{
@@ -5672,7 +5870,7 @@
{
"term": "Fade",
"context": "Fade",
- "reference": "Modules/Settings/WallpaperTab.qml:1163",
+ "reference": "Modules/Settings/WallpaperTab.qml:1185",
"comment": "wallpaper transition option"
},
{
@@ -5696,7 +5894,7 @@
{
"term": "Failed to activate configuration",
"context": "Failed to activate configuration",
- "reference": "Services/DMSNetworkService.qml:428",
+ "reference": "Services/DMSNetworkService.qml:433",
"comment": ""
},
{
@@ -5714,13 +5912,19 @@
{
"term": "Failed to apply GTK colors",
"context": "Failed to apply GTK colors",
- "reference": "Common/Theme.qml:1886",
+ "reference": "Common/Theme.qml:1950",
"comment": ""
},
{
"term": "Failed to apply Qt colors",
"context": "Failed to apply Qt colors",
- "reference": "Common/Theme.qml:1907",
+ "reference": "Common/Theme.qml:1971",
+ "comment": ""
+ },
+ {
+ "term": "Failed to apply charge limit to system",
+ "context": "Failed to apply charge limit to system",
+ "reference": "Modules/Settings/BatteryTab.qml:28",
"comment": ""
},
{
@@ -5750,25 +5954,25 @@
{
"term": "Failed to check pin limit",
"context": "Failed to check pin limit",
- "reference": "Services/ClipboardService.qml:325",
+ "reference": "Services/ClipboardService.qml:338",
"comment": ""
},
{
"term": "Failed to connect VPN",
"context": "Failed to connect VPN",
- "reference": "Services/DMSNetworkService.qml:874",
+ "reference": "Services/DMSNetworkService.qml:884",
"comment": ""
},
{
"term": "Failed to connect to %1",
"context": "Failed to connect to %1",
- "reference": "Services/LegacyNetworkService.qml:316, Services/DMSNetworkService.qml:399",
+ "reference": "Services/LegacyNetworkService.qml:318, Services/DMSNetworkService.qml:404",
"comment": ""
},
{
"term": "Failed to copy entry",
"context": "Failed to copy entry",
- "reference": "Services/ClipboardService.qml:234, Services/ClipboardService.qml:265",
+ "reference": "Services/ClipboardService.qml:247, Services/ClipboardService.qml:278",
"comment": ""
},
{
@@ -5816,19 +6020,19 @@
{
"term": "Failed to disconnect VPN",
"context": "Failed to disconnect VPN",
- "reference": "Services/DMSNetworkService.qml:898",
+ "reference": "Services/DMSNetworkService.qml:908",
"comment": ""
},
{
"term": "Failed to disconnect VPNs",
"context": "Failed to disconnect VPNs",
- "reference": "Services/DMSNetworkService.qml:916",
+ "reference": "Services/DMSNetworkService.qml:926",
"comment": ""
},
{
"term": "Failed to disconnect WiFi",
"context": "Failed to disconnect WiFi",
- "reference": "Services/DMSNetworkService.qml:522",
+ "reference": "Services/DMSNetworkService.qml:531",
"comment": ""
},
{
@@ -5846,7 +6050,7 @@
{
"term": "Failed to enable WiFi",
"context": "Failed to enable WiFi",
- "reference": "Services/DMSNetworkService.qml:625",
+ "reference": "Services/DMSNetworkService.qml:635",
"comment": ""
},
{
@@ -5924,7 +6128,7 @@
{
"term": "Failed to parse plugin_settings.json",
"context": "Failed to parse plugin_settings.json",
- "reference": "Common/SettingsData.qml:1545",
+ "reference": "Common/SettingsData.qml:1665",
"comment": ""
},
{
@@ -5936,7 +6140,7 @@
{
"term": "Failed to parse settings.json",
"context": "Failed to parse settings.json",
- "reference": "Common/SettingsData.qml:1447, Common/SettingsData.qml:3224",
+ "reference": "Common/SettingsData.qml:1567, Common/SettingsData.qml:3358",
"comment": ""
},
{
@@ -5948,7 +6152,7 @@
{
"term": "Failed to pin entry",
"context": "Failed to pin entry",
- "reference": "Services/ClipboardService.qml:339",
+ "reference": "Services/ClipboardService.qml:352",
"comment": ""
},
{
@@ -5960,7 +6164,7 @@
{
"term": "Failed to read theme file: %1",
"context": "Failed to read theme file: %1",
- "reference": "Common/Theme.qml:2088",
+ "reference": "Common/Theme.qml:2152",
"comment": ""
},
{
@@ -6098,19 +6302,19 @@
{
"term": "Failed to set power profile",
"context": "Failed to set power profile",
- "reference": "Modals/PowerProfileModal.qml:111, Modules/ControlCenter/Details/BatteryDetail.qml:33, Modules/DankBar/Popouts/BatteryPopout.qml:30, Modules/DankBar/Widgets/Battery.qml:160",
+ "reference": "Modals/PowerProfileModal.qml:111, Modules/ControlCenter/Details/BatteryDetail.qml:33, Modules/DankBar/Popouts/BatteryPopout.qml:30",
"comment": ""
},
{
"term": "Failed to set profile image",
"context": "Failed to set profile image",
- "reference": "Services/PortalService.qml:147",
+ "reference": "Services/PortalService.qml:152",
"comment": ""
},
{
"term": "Failed to set profile image: %1",
"context": "Failed to set profile image: %1",
- "reference": "Services/PortalService.qml:156",
+ "reference": "Services/PortalService.qml:161",
"comment": ""
},
{
@@ -6122,13 +6326,13 @@
{
"term": "Failed to start connection to %1",
"context": "Failed to start connection to %1",
- "reference": "Services/DMSNetworkService.qml:509",
+ "reference": "Services/DMSNetworkService.qml:518",
"comment": ""
},
{
"term": "Failed to unpin entry",
"context": "Failed to unpin entry",
- "reference": "Services/ClipboardService.qml:353",
+ "reference": "Services/ClipboardService.qml:366",
"comment": ""
},
{
@@ -6140,13 +6344,13 @@
{
"term": "Failed to update autoconnect",
"context": "Failed to update autoconnect",
- "reference": "Services/DMSNetworkService.qml:981",
+ "reference": "Services/DMSNetworkService.qml:991",
"comment": ""
},
{
"term": "Failed to update clipboard",
"context": "Failed to update clipboard",
- "reference": "Modals/Clipboard/ClipboardEditor.qml:130",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:136",
"comment": ""
},
{
@@ -6212,13 +6416,13 @@
{
"term": "Feels Like %1°",
"context": "Feels Like %1°",
- "reference": "Modules/DankDash/WeatherTab.qml:311, Modules/Settings/TimeWeatherTab.qml:805",
+ "reference": "Modules/DankDash/WeatherTab.qml:314, Modules/Settings/TimeWeatherTab.qml:805",
"comment": "weather feels like temperature"
},
{
"term": "Fidelity",
"context": "Fidelity",
- "reference": "Common/Theme.qml:493",
+ "reference": "Common/Theme.qml:495",
"comment": "matugen color scheme option"
},
{
@@ -6284,7 +6488,7 @@
{
"term": "Files",
"context": "Files",
- "reference": "Modals/DankLauncherV2/Controller.qml:235, Modals/DankLauncherV2/Controller.qml:1124, Modals/DankLauncherV2/Controller.qml:1145, Modals/DankLauncherV2/SpotlightLauncherContent.qml:447, Modals/DankLauncherV2/LauncherContent.qml:349, Modals/DankLauncherV2/LauncherContent.qml:622, Modules/Settings/LauncherTab.qml:887",
+ "reference": "Modals/DankLauncherV2/Controller.qml:235, Modals/DankLauncherV2/Controller.qml:1124, Modals/DankLauncherV2/Controller.qml:1145, Modals/DankLauncherV2/SpotlightLauncherContent.qml:447, Modals/DankLauncherV2/LauncherContent.qml:349, Modals/DankLauncherV2/LauncherContent.qml:622, Modules/Settings/LauncherTab.qml:896",
"comment": ""
},
{
@@ -6305,6 +6509,12 @@
"reference": "Modules/Settings/PluginBrowser.qml:713",
"comment": "plugin browser category filter label"
},
+ {
+ "term": "Filter by type",
+ "context": "Filter by type",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:151",
+ "comment": "Clipboard history type filter button tooltip"
+ },
{
"term": "Find in Text",
"context": "Find in Text",
@@ -6320,7 +6530,7 @@
{
"term": "Fine-tune the space reserved for the bar from the screen edge",
"context": "Fine-tune the space reserved for the bar from the screen edge",
- "reference": "Modules/Settings/DankBarTab.qml:900",
+ "reference": "Modules/Settings/DankBarTab.qml:909",
"comment": ""
},
{
@@ -6380,19 +6590,19 @@
{
"term": "Fix Now",
"context": "Fix Now",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2083, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:429, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:89",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2129, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:429, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:89",
"comment": ""
},
{
"term": "Fixing...",
"context": "Fixing...",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2083, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:426, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:86",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2129, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:426, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:86",
"comment": ""
},
{
"term": "Flags",
"context": "Flags",
- "reference": "Widgets/KeybindItem.qml:1581",
+ "reference": "Widgets/KeybindItem.qml:1587",
"comment": ""
},
{
@@ -6500,13 +6710,13 @@
{
"term": "Focused Border",
"context": "Focused Border",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:172",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:268",
"comment": ""
},
{
"term": "Focused Color",
"context": "Focused Color",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:14",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:188",
"comment": ""
},
{
@@ -6524,7 +6734,7 @@
{
"term": "Fog",
"context": "Fog",
- "reference": "Services/WeatherService.qml:126, Services/WeatherService.qml:127",
+ "reference": "Services/WeatherService.qml:128, Services/WeatherService.qml:129",
"comment": ""
},
{
@@ -6536,13 +6746,13 @@
{
"term": "Folders",
"context": "Folders",
- "reference": "Modals/DankLauncherV2/Controller.qml:1135, Modals/DankLauncherV2/Controller.qml:1145, Modals/DankLauncherV2/LauncherContent.qml:627, Modules/Settings/LauncherTab.qml:898",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1135, Modals/DankLauncherV2/Controller.qml:1145, Modals/DankLauncherV2/LauncherContent.qml:627, Modules/Settings/LauncherTab.qml:907",
"comment": ""
},
{
"term": "Follow DMS background color",
"context": "Follow DMS background color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2543",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2634",
"comment": ""
},
{
@@ -6554,7 +6764,7 @@
{
"term": "Follow focus",
"context": "Follow focus",
- "reference": "Widgets/KeybindItem.qml:1338",
+ "reference": "Widgets/KeybindItem.qml:1344",
"comment": ""
},
{
@@ -6578,7 +6788,7 @@
{
"term": "Font Scale",
"context": "Font Scale",
- "reference": "Modules/Settings/TypographyMotionTab.qml:321, Modules/Settings/DankBarTab.qml:1027",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:321, Modules/Settings/DankBarTab.qml:1085",
"comment": ""
},
{
@@ -6668,7 +6878,7 @@
{
"term": "Force terminal applications to always use dark color schemes",
"context": "Force terminal applications to always use dark color schemes",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2014",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2060",
"comment": ""
},
{
@@ -6692,7 +6902,7 @@
{
"term": "Foreground Layers",
"context": "Foreground Layers",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1698",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1744",
"comment": ""
},
{
@@ -6704,13 +6914,13 @@
{
"term": "Forget",
"context": "Forget",
- "reference": "Modules/Settings/NetworkWifiTab.qml:590",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:158",
"comment": ""
},
{
"term": "Forget \"%1\"?",
"context": "Forget \"%1\"?",
- "reference": "Modules/Settings/NetworkWifiTab.qml:589",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:157",
"comment": ""
},
{
@@ -6722,13 +6932,13 @@
{
"term": "Forget Network",
"context": "Forget Network",
- "reference": "Modules/Settings/NetworkWifiTab.qml:588, Modules/ControlCenter/Details/NetworkDetail.qml:867",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:156, Modules/Settings/NetworkWifiTab.qml:1241, Modules/ControlCenter/Details/NetworkDetail.qml:875",
"comment": ""
},
{
"term": "Forgot network %1",
"context": "Forgot network %1",
- "reference": "Services/LegacyNetworkService.qml:396, Services/DMSNetworkService.qml:582",
+ "reference": "Services/LegacyNetworkService.qml:398, Services/DMSNetworkService.qml:591",
"comment": ""
},
{
@@ -6740,25 +6950,25 @@
{
"term": "Frame",
"context": "Frame",
- "reference": "Modals/Settings/SettingsSidebar.qml:146, Modules/Settings/FrameTab.qml:31",
+ "reference": "Modals/Settings/SettingsSidebar.qml:146, Modules/Settings/FrameTab.qml:34",
"comment": ""
},
{
"term": "Frame Blur",
"context": "Frame Blur",
- "reference": "Modules/Settings/FrameTab.qml:165",
+ "reference": "Modules/Settings/FrameTab.qml:189",
"comment": ""
},
{
"term": "Frame Blur follows Background Blur in Theme & Colors",
"context": "Frame Blur follows Background Blur in Theme & Colors",
- "reference": "Modules/Settings/FrameTab.qml:194",
+ "reference": "Modules/Settings/FrameTab.qml:218",
"comment": ""
},
{
"term": "Frame Border Color",
"context": "Frame Border Color",
- "reference": "Modules/Settings/FrameTab.qml:284",
+ "reference": "Modules/Settings/FrameTab.qml:308",
"comment": ""
},
{
@@ -6770,19 +6980,19 @@
{
"term": "Freezing Drizzle",
"context": "Freezing Drizzle",
- "reference": "Services/WeatherService.qml:131, Services/WeatherService.qml:132",
+ "reference": "Services/WeatherService.qml:133, Services/WeatherService.qml:134",
"comment": ""
},
{
"term": "Frequency",
"context": "Frequency",
- "reference": "Modules/Settings/NetworkWifiTab.qml:670",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:748, Modules/Settings/NetworkWifiTab.qml:1109",
"comment": ""
},
{
"term": "Fruit Salad",
"context": "Fruit Salad",
- "reference": "Common/Theme.qml:497",
+ "reference": "Common/Theme.qml:499",
"comment": "matugen color scheme option"
},
{
@@ -6836,7 +7046,7 @@
{
"term": "Fully Charged",
"context": "Fully Charged",
- "reference": "Services/BatteryService.qml:208",
+ "reference": "Services/BatteryService.qml:282",
"comment": "battery status"
},
{
@@ -6878,7 +7088,7 @@
{
"term": "GTK colors applied successfully",
"context": "GTK colors applied successfully",
- "reference": "Common/Theme.qml:1882",
+ "reference": "Common/Theme.qml:1946",
"comment": ""
},
{
@@ -6905,6 +7115,12 @@
"reference": "Modules/Settings/GammaControlTab.qml:77",
"comment": ""
},
+ {
+ "term": "Gap between the end widgets and the bar ends (0 = edge-to-edge)",
+ "context": "Gap between the end widgets and the bar ends (0 = edge-to-edge)",
+ "reference": "Modules/Settings/DankBarTab.qml:989, Modules/Settings/FrameTab.qml:169",
+ "comment": ""
+ },
{
"term": "Generate Override",
"context": "Generate Override",
@@ -6914,13 +7130,13 @@
{
"term": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.",
"context": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2751",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2842",
"comment": ""
},
{
"term": "Generic",
"context": "Generic",
- "reference": "Modules/Settings/ThemeColorsTab.qml:312, Modules/Settings/ThemeColorsTab.qml:312",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:343, Modules/Settings/ThemeColorsTab.qml:343",
"comment": "theme category option"
},
{
@@ -6950,7 +7166,7 @@
{
"term": "Golden Hour",
"context": "Golden Hour",
- "reference": "Services/WeatherService.qml:250, Services/WeatherService.qml:265",
+ "reference": "Services/WeatherService.qml:252, Services/WeatherService.qml:267",
"comment": ""
},
{
@@ -6962,13 +7178,13 @@
{
"term": "Goth Corner Radius",
"context": "Goth Corner Radius",
- "reference": "Modules/Settings/DankBarTab.qml:1179",
+ "reference": "Modules/Settings/DankBarTab.qml:1237",
"comment": ""
},
{
"term": "Goth Corners",
"context": "Goth Corners",
- "reference": "Modules/Settings/DankBarTab.qml:1151",
+ "reference": "Modules/Settings/DankBarTab.qml:1209",
"comment": ""
},
{
@@ -7130,7 +7346,7 @@
{
"term": "Group by App",
"context": "Group by App",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2799, Modules/Settings/DockTab.qml:171",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3082, Modules/Settings/DockTab.qml:171",
"comment": ""
},
{
@@ -7214,19 +7430,19 @@
{
"term": "Heavy Rain",
"context": "Heavy Rain",
- "reference": "Services/WeatherService.qml:135, Services/WeatherService.qml:137, Services/WeatherService.qml:144",
+ "reference": "Services/WeatherService.qml:137, Services/WeatherService.qml:139, Services/WeatherService.qml:146",
"comment": ""
},
{
"term": "Heavy Snow",
"context": "Heavy Snow",
- "reference": "Services/WeatherService.qml:140",
+ "reference": "Services/WeatherService.qml:142",
"comment": ""
},
{
"term": "Heavy Snow Showers",
"context": "Heavy Snow Showers",
- "reference": "Services/WeatherService.qml:146",
+ "reference": "Services/WeatherService.qml:148",
"comment": ""
},
{
@@ -7268,7 +7484,7 @@
{
"term": "Hidden",
"context": "Hidden",
- "reference": "Modules/Settings/NetworkWifiTab.qml:505",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:593, Modules/Settings/NetworkWifiTab.qml:972",
"comment": ""
},
{
@@ -7280,19 +7496,13 @@
{
"term": "Hidden Apps",
"context": "Hidden Apps",
- "reference": "Modules/Settings/LauncherTab.qml:1165",
- "comment": ""
- },
- {
- "term": "Hidden Network",
- "context": "Hidden Network",
- "reference": "Modals/WifiPasswordModal.qml:252",
+ "reference": "Modules/Settings/LauncherTab.qml:1174",
"comment": ""
},
{
"term": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.",
"context": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.",
- "reference": "Modules/Settings/LauncherTab.qml:1195",
+ "reference": "Modules/Settings/LauncherTab.qml:1204",
"comment": ""
},
{
@@ -7316,43 +7526,43 @@
{
"term": "Hide Delay",
"context": "Hide Delay",
- "reference": "Modules/Settings/DankBarTab.qml:672",
+ "reference": "Modules/Settings/DankBarTab.qml:679",
"comment": ""
},
{
"term": "Hide Indicators",
"context": "Hide Indicators",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3193",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3476",
"comment": ""
},
{
"term": "Hide When Typing",
"context": "Hide When Typing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2138",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2184",
"comment": ""
},
{
"term": "Hide When Windows Open",
"context": "Hide When Windows Open",
- "reference": "Modules/Settings/DankBarTab.qml:709",
+ "reference": "Modules/Settings/DankBarTab.qml:716",
"comment": ""
},
{
"term": "Hide cursor after inactivity (0 = disabled)",
"context": "Hide cursor after inactivity (0 = disabled)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2185",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2231",
"comment": ""
},
{
"term": "Hide cursor when pressing keyboard keys",
"context": "Hide cursor when pressing keyboard keys",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2139",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2185",
"comment": ""
},
{
"term": "Hide cursor when using touch input",
"context": "Hide cursor when using touch input",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2168",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2214",
"comment": ""
},
{
@@ -7376,13 +7586,13 @@
{
"term": "Hide on Touch",
"context": "Hide on Touch",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2167",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2213",
"comment": ""
},
{
"term": "Hide the bar when the pointer leaves even if a popout is still open",
"context": "Hide the bar when the pointer leaves even if a popout is still open",
- "reference": "Modules/Settings/DankBarTab.qml:696",
+ "reference": "Modules/Settings/DankBarTab.qml:703",
"comment": ""
},
{
@@ -7394,7 +7604,7 @@
{
"term": "High-fidelity palette that preserves source hues.",
"context": "High-fidelity palette that preserves source hues.",
- "reference": "Common/Theme.qml:494",
+ "reference": "Common/Theme.qml:496",
"comment": ""
},
{
@@ -7430,7 +7640,7 @@
{
"term": "History cleared. %1 pinned entries kept.",
"context": "History cleared. %1 pinned entries kept.",
- "reference": "Services/ClipboardService.qml:372",
+ "reference": "Services/ClipboardService.qml:385",
"comment": ""
},
{
@@ -7472,7 +7682,7 @@
{
"term": "Horizontal and vertical bar thickness",
"context": "Horizontal and vertical bar thickness",
- "reference": "Modules/Settings/FrameTab.qml:126",
+ "reference": "Modules/Settings/FrameTab.qml:129",
"comment": ""
},
{
@@ -7496,19 +7706,19 @@
{
"term": "Hotkey overlay title (optional)",
"context": "Hotkey overlay title (optional)",
- "reference": "Widgets/KeybindItem.qml:1567",
+ "reference": "Widgets/KeybindItem.qml:1573",
"comment": ""
},
{
"term": "Hour",
"context": "Hour",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1165, Modules/Settings/GammaControlTab.qml:232",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1196, Modules/Settings/GammaControlTab.qml:232",
"comment": ""
},
{
"term": "Hourly",
"context": "Hourly",
- "reference": "Modules/DankDash/WeatherTab.qml:862",
+ "reference": "Modules/DankDash/WeatherTab.qml:865",
"comment": ""
},
{
@@ -7526,7 +7736,7 @@
{
"term": "How often to change wallpaper",
"context": "How often to change wallpaper",
- "reference": "Modules/Settings/WallpaperTab.qml:1010",
+ "reference": "Modules/Settings/WallpaperTab.qml:1032",
"comment": ""
},
{
@@ -7538,7 +7748,7 @@
{
"term": "Humidity",
"context": "Humidity",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:413, Modules/DankDash/WeatherTab.qml:85, Modules/DankDash/WeatherForecastCard.qml:80, Modules/Settings/TimeWeatherTab.qml:962",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:413, Modules/DankDash/WeatherTab.qml:88, Modules/DankDash/WeatherForecastCard.qml:80, Modules/Settings/TimeWeatherTab.qml:962",
"comment": ""
},
{
@@ -7550,7 +7760,7 @@
{
"term": "Hyprland Layout Overrides",
"context": "Hyprland Layout Overrides",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:123",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:122",
"comment": ""
},
{
@@ -7568,7 +7778,7 @@
{
"term": "Hyprland conf mode",
"context": "Hyprland conf mode",
- "reference": "Services/KeybindsService.qml:548, Modules/Settings/ThemeColorsTab.qml:105, Modules/Settings/WindowRulesTab.qml:344, Modules/Settings/WindowRulesTab.qml:502, Modules/Settings/KeybindsTab.qml:384, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:49, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1467",
+ "reference": "Services/KeybindsService.qml:548, Modules/Settings/ThemeColorsTab.qml:130, Modules/Settings/WindowRulesTab.qml:344, Modules/Settings/WindowRulesTab.qml:502, Modules/Settings/KeybindsTab.qml:384, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:49, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1467",
"comment": ""
},
{
@@ -7598,7 +7808,7 @@
{
"term": "IP Address:",
"context": "IP Address:",
- "reference": "Modules/Settings/NetworkWifiTab.qml:224",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:301",
"comment": ""
},
{
@@ -7622,7 +7832,7 @@
{
"term": "Icon Scale",
"context": "Icon Scale",
- "reference": "Modules/Settings/DankBarTab.qml:1054",
+ "reference": "Modules/Settings/DankBarTab.qml:1112",
"comment": ""
},
{
@@ -7634,15 +7844,21 @@
{
"term": "Icon Size %",
"context": "Icon Size %",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3435",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3718",
"comment": ""
},
{
"term": "Icon Theme",
"context": "Icon Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2223, Modules/Settings/ThemeColorsTab.qml:2231",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2269, Modules/Settings/ThemeColorsTab.qml:2287",
"comment": ""
},
+ {
+ "term": "Icon theme changed outside DMS; switched to System Default",
+ "context": "Icon theme changed outside DMS; switched to System Default",
+ "reference": "Common/SettingsData.qml:1357",
+ "comment": "shown when an external tool overrides the icon theme DMS applied"
+ },
{
"term": "Identical alerts show as one popup instead of stacking",
"context": "Identical alerts show as one popup instead of stacking",
@@ -7670,7 +7886,7 @@
{
"term": "Idle Inhibitor",
"context": "Idle Inhibitor",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1834, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/WidgetsTab.qml:192, Modules/Settings/OSDTab.qml:125",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1867, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/WidgetsTab.qml:192, Modules/Settings/OSDTab.qml:125",
"comment": ""
},
{
@@ -7700,7 +7916,7 @@
{
"term": "Image",
"context": "Image",
- "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:166",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:186, Modals/Clipboard/ClipboardContent.qml:15",
"comment": ""
},
{
@@ -7712,7 +7928,7 @@
{
"term": "Image copied to clipboard",
"context": "Image copied to clipboard",
- "reference": "Services/ClipboardService.qml:237",
+ "reference": "Services/ClipboardService.qml:250",
"comment": ""
},
{
@@ -7742,7 +7958,7 @@
{
"term": "Include Files in All Tab",
"context": "Include Files in All Tab",
- "reference": "Modules/Settings/LauncherTab.qml:1145",
+ "reference": "Modules/Settings/LauncherTab.qml:1154",
"comment": ""
},
{
@@ -7754,19 +7970,19 @@
{
"term": "Include Folders in All Tab",
"context": "Include Folders in All Tab",
- "reference": "Modules/Settings/LauncherTab.qml:1154",
+ "reference": "Modules/Settings/LauncherTab.qml:1163",
"comment": ""
},
{
"term": "Include Transitions",
"context": "Include Transitions",
- "reference": "Modules/Settings/WallpaperTab.qml:1201",
+ "reference": "Modules/Settings/WallpaperTab.qml:1223",
"comment": ""
},
{
"term": "Include desktop actions (shortcuts) in search results.",
"context": "Include desktop actions (shortcuts) in search results.",
- "reference": "Modules/Settings/LauncherTab.qml:1119",
+ "reference": "Modules/Settings/LauncherTab.qml:1128",
"comment": ""
},
{
@@ -7778,19 +7994,19 @@
{
"term": "Incorrect password",
"context": "Incorrect password",
- "reference": "Modals/WifiPasswordModal.qml:369, Modules/Greetd/GreeterContent.qml:245",
+ "reference": "Modals/WifiPasswordModal.qml:363, Modules/Greetd/GreeterContent.qml:253",
"comment": ""
},
{
"term": "Incorrect password - attempt %1 of %2 (lockout may follow)",
"context": "Incorrect password - attempt %1 of %2 (lockout may follow)",
- "reference": "Modules/Greetd/GreeterContent.qml:241",
+ "reference": "Modules/Greetd/GreeterContent.qml:249",
"comment": ""
},
{
"term": "Incorrect password - next failures may trigger account lockout",
"context": "Incorrect password - next failures may trigger account lockout",
- "reference": "Modules/Greetd/GreeterContent.qml:243",
+ "reference": "Modules/Greetd/GreeterContent.qml:251",
"comment": ""
},
{
@@ -7832,13 +8048,13 @@
{
"term": "Inherit Global (Default)",
"context": "Inherit Global (Default)",
- "reference": "Modules/Settings/DankBarTab.qml:1583, Modules/Settings/DankBarTab.qml:1591",
+ "reference": "Modules/Settings/DankBarTab.qml:1641, Modules/Settings/DankBarTab.qml:1649",
"comment": "bar shadow direction source option"
},
{
"term": "Inhibitable",
"context": "Inhibitable",
- "reference": "Widgets/KeybindItem.qml:1802",
+ "reference": "Widgets/KeybindItem.qml:1808",
"comment": ""
},
{
@@ -7856,7 +8072,7 @@
{
"term": "Inner padding applied to each widget",
"context": "Inner padding applied to each widget",
- "reference": "Modules/Settings/DankBarTab.qml:944",
+ "reference": "Modules/Settings/DankBarTab.qml:955",
"comment": ""
},
{
@@ -7934,7 +8150,7 @@
{
"term": "Install matugen package for dynamic theming",
"context": "Install matugen package for dynamic theming",
- "reference": "Modules/Settings/ThemeColorsTab.qml:508",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:539",
"comment": "matugen installation hint"
},
{
@@ -7988,7 +8204,7 @@
{
"term": "Integrations",
"context": "Integrations",
- "reference": "Modules/Settings/FrameTab.qml:341",
+ "reference": "Modules/Settings/FrameTab.qml:365",
"comment": ""
},
{
@@ -8000,13 +8216,13 @@
{
"term": "Intensity",
"context": "Intensity",
- "reference": "Modules/Settings/DankBarTab.qml:1551",
+ "reference": "Modules/Settings/DankBarTab.qml:1609",
"comment": "shadow intensity slider"
},
{
"term": "Interface:",
"context": "Interface:",
- "reference": "Modules/Settings/NetworkWifiTab.qml:204",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:281",
"comment": ""
},
{
@@ -8024,13 +8240,13 @@
{
"term": "Interval",
"context": "Interval",
- "reference": "Modules/Settings/WallpaperTab.qml:956, Modules/Settings/WallpaperTab.qml:1009",
+ "reference": "Modules/Settings/WallpaperTab.qml:978, Modules/Settings/WallpaperTab.qml:1031",
"comment": "wallpaper cycling mode tab"
},
{
"term": "Invalid JSON format: %1",
"context": "Invalid JSON format: %1",
- "reference": "Common/Theme.qml:2074",
+ "reference": "Common/Theme.qml:2138",
"comment": ""
},
{
@@ -8042,7 +8258,7 @@
{
"term": "Invalid password for %1",
"context": "Invalid password for %1",
- "reference": "Services/LegacyNetworkService.qml:314",
+ "reference": "Services/LegacyNetworkService.qml:316",
"comment": ""
},
{
@@ -8060,13 +8276,13 @@
{
"term": "Invert touchpad scroll direction",
"context": "Invert touchpad scroll direction",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2128",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2174",
"comment": ""
},
{
"term": "Iris Bloom",
"context": "Iris Bloom",
- "reference": "Modules/Settings/WallpaperTab.qml:1171",
+ "reference": "Modules/Settings/WallpaperTab.qml:1193",
"comment": "wallpaper transition option"
},
{
@@ -8111,6 +8327,12 @@
"reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:1871",
"comment": ""
},
+ {
+ "term": "Keep the clipboard type filter when reopening history",
+ "context": "Keep the clipboard type filter when reopening history",
+ "reference": "Modules/Settings/ClipboardTab.qml:482",
+ "comment": "Clipboard behavior setting description"
+ },
{
"term": "Keep typing",
"context": "Keep typing",
@@ -8144,7 +8366,7 @@
{
"term": "Keybinds",
"context": "Keybinds",
- "reference": "Modals/KeybindsModal.qml:78, Modals/Greeter/GreeterCompletePage.qml:413",
+ "reference": "Modals/KeybindsModalWindow.qml:29, Modals/KeybindsModalWindow.qml:84, Modals/KeybindsContent.qml:72, Modals/Greeter/GreeterCompletePage.qml:413",
"comment": "greeter settings link"
},
{
@@ -8168,7 +8390,7 @@
{
"term": "Keyboard Shortcuts",
"context": "Keyboard Shortcuts",
- "reference": "Modals/Settings/SettingsSidebar.qml:206, Modals/Settings/SettingsSidebar.qml:646, Modals/Clipboard/ClipboardHeader.qml:62, Modules/Notepad/NotepadSettings.qml:526, Modules/Settings/KeybindsTab.qml:289",
+ "reference": "Modals/Settings/SettingsSidebar.qml:206, Modals/Settings/SettingsSidebar.qml:652, Modals/Clipboard/ClipboardHeader.qml:63, Modules/Notepad/NotepadSettings.qml:526, Modules/Settings/KeybindsTab.qml:289",
"comment": ""
},
{
@@ -8222,13 +8444,13 @@
{
"term": "Large",
"context": "Large",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1496, Modules/Settings/WidgetsTabSection.qml:2607",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1529, Modules/Settings/WidgetsTabSection.qml:2890",
"comment": ""
},
{
"term": "Largest",
"context": "Largest",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1501, Modules/Settings/WidgetsTabSection.qml:2612",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1534, Modules/Settings/WidgetsTabSection.qml:2895",
"comment": ""
},
{
@@ -8240,55 +8462,55 @@
{
"term": "Last launched %1",
"context": "Last launched %1",
- "reference": "Modules/Settings/LauncherTab.qml:1522",
+ "reference": "Modules/Settings/LauncherTab.qml:1531",
"comment": ""
},
{
"term": "Last launched %1 day ago",
"context": "Last launched %1 day ago",
- "reference": "Modules/Settings/LauncherTab.qml:1521",
+ "reference": "Modules/Settings/LauncherTab.qml:1530",
"comment": ""
},
{
"term": "Last launched %1 days ago",
"context": "Last launched %1 days ago",
- "reference": "Modules/Settings/LauncherTab.qml:1521",
+ "reference": "Modules/Settings/LauncherTab.qml:1530",
"comment": ""
},
{
"term": "Last launched %1 hour ago",
"context": "Last launched %1 hour ago",
- "reference": "Modules/Settings/LauncherTab.qml:1519",
+ "reference": "Modules/Settings/LauncherTab.qml:1528",
"comment": ""
},
{
"term": "Last launched %1 hours ago",
"context": "Last launched %1 hours ago",
- "reference": "Modules/Settings/LauncherTab.qml:1519",
+ "reference": "Modules/Settings/LauncherTab.qml:1528",
"comment": ""
},
{
"term": "Last launched %1 minute ago",
"context": "Last launched %1 minute ago",
- "reference": "Modules/Settings/LauncherTab.qml:1517",
+ "reference": "Modules/Settings/LauncherTab.qml:1526",
"comment": ""
},
{
"term": "Last launched %1 minutes ago",
"context": "Last launched %1 minutes ago",
- "reference": "Modules/Settings/LauncherTab.qml:1517",
+ "reference": "Modules/Settings/LauncherTab.qml:1526",
"comment": ""
},
{
"term": "Last launched just now",
"context": "Last launched just now",
- "reference": "Modules/Settings/LauncherTab.qml:1515",
+ "reference": "Modules/Settings/LauncherTab.qml:1524",
"comment": ""
},
{
"term": "Latitude",
"context": "Latitude",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1310, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:530",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1341, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:530",
"comment": ""
},
{
@@ -8330,13 +8552,13 @@
{
"term": "Launcher Emerge Side",
"context": "Launcher Emerge Side",
- "reference": "Modules/Settings/FrameTab.qml:317",
+ "reference": "Modules/Settings/FrameTab.qml:341",
"comment": ""
},
{
"term": "Layer Outline Opacity",
"context": "Layer Outline Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1710",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1756",
"comment": ""
},
{
@@ -8360,7 +8582,7 @@
{
"term": "Left",
"context": "Left",
- "reference": "Modules/Notepad/NotepadSettings.qml:434, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:337, Modules/Settings/DankBarTab.qml:484, Modules/DankBar/Popouts/BatteryPopout.qml:519",
+ "reference": "Modules/Notepad/NotepadSettings.qml:434, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:344, Modules/Settings/DankBarTab.qml:491, Modules/DankBar/Popouts/BatteryPopout.qml:519",
"comment": ""
},
{
@@ -8372,7 +8594,7 @@
{
"term": "Left Section",
"context": "Left Section",
- "reference": "Modules/Settings/WidgetSelectionPopup.qml:27, Modules/Settings/WidgetsTab.qml:1050",
+ "reference": "Modules/Settings/WidgetSelectionPopup.qml:27, Modules/Settings/WidgetsTab.qml:1064",
"comment": ""
},
{
@@ -8384,43 +8606,61 @@
{
"term": "Light Direction",
"context": "Light Direction",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1864",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1910",
"comment": ""
},
{
"term": "Light Mode",
"context": "Light Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1438, Modules/Settings/ThemeColorsTab.qml:1508, Modules/Settings/WallpaperTab.qml:392",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1469, Modules/Settings/ThemeColorsTab.qml:1539, Modules/Settings/WallpaperTab.qml:414",
+ "comment": ""
+ },
+ {
+ "term": "Light Mode Icon Theme",
+ "context": "Light Mode Icon Theme",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2323",
"comment": ""
},
{
"term": "Light Rain",
"context": "Light Rain",
- "reference": "Services/WeatherService.qml:133, Services/WeatherService.qml:136, Services/WeatherService.qml:142",
+ "reference": "Services/WeatherService.qml:135, Services/WeatherService.qml:138, Services/WeatherService.qml:144",
"comment": ""
},
{
"term": "Light Snow",
"context": "Light Snow",
- "reference": "Services/WeatherService.qml:138",
+ "reference": "Services/WeatherService.qml:140",
"comment": ""
},
{
"term": "Light Snow Showers",
"context": "Light Snow Showers",
- "reference": "Services/WeatherService.qml:145",
+ "reference": "Services/WeatherService.qml:147",
"comment": ""
},
{
"term": "Light mode base",
"context": "Light mode base",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2492",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2583",
"comment": ""
},
{
"term": "Light mode harmony",
"context": "Light mode harmony",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2526",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2617",
+ "comment": ""
+ },
+ {
+ "term": "Limit set to %1%",
+ "context": "Limit set to %1%",
+ "reference": "Modules/Settings/BatteryTab.qml:30",
+ "comment": ""
+ },
+ {
+ "term": "Limit the maximum battery charge level to extend lifespan.",
+ "context": "Limit the maximum battery charge level to extend lifespan.",
+ "reference": "Modules/Settings/BatteryTab.qml:184",
"comment": ""
},
{
@@ -8456,7 +8696,7 @@
{
"term": "Lively palette with saturated accents.",
"context": "Lively palette with saturated accents.",
- "reference": "Common/Theme.qml:482",
+ "reference": "Common/Theme.qml:484",
"comment": ""
},
{
@@ -8495,6 +8735,12 @@
"reference": "Services/CupsService.qml:133",
"comment": ""
},
+ {
+ "term": "Local Weather",
+ "context": "Local Weather",
+ "reference": "Services/WeatherService.qml:470, Services/WeatherService.qml:554",
+ "comment": ""
+ },
{
"term": "Locale",
"context": "Locale",
@@ -8510,7 +8756,7 @@
{
"term": "Location",
"context": "Location",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1121, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164, Modules/DankDash/Overview/CalendarEventEditor.qml:300",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1152, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164, Modules/DankDash/Overview/CalendarEventEditor.qml:300",
"comment": "theme auto mode tab"
},
{
@@ -8582,7 +8828,7 @@
{
"term": "Locked",
"context": "Locked",
- "reference": "Widgets/KeybindItem.qml:1630",
+ "reference": "Widgets/KeybindItem.qml:1636",
"comment": ""
},
{
@@ -8594,7 +8840,7 @@
{
"term": "Logging in...",
"context": "Logging in...",
- "reference": "Modules/Greetd/GreeterContent.qml:1191",
+ "reference": "Modules/Greetd/GreeterContent.qml:1228",
"comment": ""
},
{
@@ -8618,19 +8864,19 @@
{
"term": "Long Text",
"context": "Long Text",
- "reference": "Modals/Clipboard/ClipboardEntry.qml:168",
+ "reference": "Modals/Clipboard/ClipboardEntry.qml:188, Modals/Clipboard/ClipboardContent.qml:15",
"comment": ""
},
{
"term": "Long press",
"context": "Long press",
- "reference": "Widgets/KeybindItem.qml:1674",
+ "reference": "Widgets/KeybindItem.qml:1680",
"comment": ""
},
{
"term": "Longitude",
"context": "Longitude",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1333, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:579",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1364, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:579",
"comment": ""
},
{
@@ -8639,6 +8885,24 @@
"reference": "Modules/Settings/TypographyMotionTab.qml:458",
"comment": ""
},
+ {
+ "term": "Low Battery",
+ "context": "Low Battery",
+ "reference": "Services/BatteryService.qml:157",
+ "comment": ""
+ },
+ {
+ "term": "Low Battery Notifications",
+ "context": "Low Battery Notifications",
+ "reference": "Modules/Settings/BatteryTab.qml:237",
+ "comment": ""
+ },
+ {
+ "term": "Low Battery Threshold",
+ "context": "Low Battery Threshold",
+ "reference": "Modules/Settings/BatteryTab.qml:226",
+ "comment": ""
+ },
{
"term": "Low Priority",
"context": "Low Priority",
@@ -8678,7 +8942,7 @@
{
"term": "Make the bar background fully transparent",
"context": "Make the bar background fully transparent",
- "reference": "Modules/Settings/DankBarTab.qml:1108",
+ "reference": "Modules/Settings/DankBarTab.qml:1166",
"comment": ""
},
{
@@ -8690,19 +8954,19 @@
{
"term": "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.",
"context": "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.",
- "reference": "Modules/Settings/DankBarTab.qml:269",
+ "reference": "Modules/Settings/DankBarTab.qml:276",
"comment": ""
},
{
"term": "Managed by Frame",
"context": "Managed by Frame",
- "reference": "Modules/Settings/DankBarTab.qml:857, Modules/Settings/DankBarTab.qml:865, Modules/Settings/DankBarTab.qml:1093",
+ "reference": "Modules/Settings/DankBarTab.qml:864, Modules/Settings/DankBarTab.qml:1151",
"comment": ""
},
{
"term": "Managed by Frame in Connected Mode",
"context": "Managed by Frame in Connected Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1643, Modules/Settings/DockTab.qml:647, Modules/Settings/DankBarTab.qml:1505",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1689, Modules/Settings/DockTab.qml:647, Modules/Settings/DankBarTab.qml:1563",
"comment": ""
},
{
@@ -8738,31 +9002,31 @@
{
"term": "MangoWC Layout Overrides",
"context": "MangoWC Layout Overrides",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:229",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:228",
"comment": ""
},
{
"term": "Manual",
"context": "Manual",
- "reference": "Modules/Settings/DankBarTab.qml:1583, Modules/Settings/DankBarTab.qml:1589, Modules/Settings/DankBarTab.qml:1599",
+ "reference": "Modules/Settings/DankBarTab.qml:1641, Modules/Settings/DankBarTab.qml:1647, Modules/Settings/DankBarTab.qml:1657",
"comment": "bar shadow direction source option"
},
{
"term": "Manual Coordinates",
"context": "Manual Coordinates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1295, Modules/Settings/GammaControlTab.qml:367",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1326, Modules/Settings/GammaControlTab.qml:367",
"comment": ""
},
{
"term": "Manual Direction",
"context": "Manual Direction",
- "reference": "Modules/Settings/DankBarTab.qml:1614",
+ "reference": "Modules/Settings/DankBarTab.qml:1672",
"comment": "bar manual shadow direction"
},
{
"term": "Manual Gap Size",
"context": "Manual Gap Size",
- "reference": "Modules/Settings/DankBarTab.qml:1000",
+ "reference": "Modules/Settings/DankBarTab.qml:1058",
"comment": ""
},
{
@@ -8774,7 +9038,7 @@
{
"term": "Manual Show/Hide",
"context": "Manual Show/Hide",
- "reference": "Modules/Settings/DankBarTab.qml:728",
+ "reference": "Modules/Settings/DankBarTab.qml:735",
"comment": ""
},
{
@@ -8852,19 +9116,19 @@
{
"term": "Material Design inspired color themes",
"context": "Material Design inspired color themes",
- "reference": "Modules/Settings/ThemeColorsTab.qml:272",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:303",
"comment": "generic theme description"
},
{
"term": "Material colors generated from wallpaper",
"context": "Material colors generated from wallpaper",
- "reference": "Modules/Settings/ThemeColorsTab.qml:267",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:298",
"comment": "dynamic theme description"
},
{
"term": "Material inspired shadows and elevation on modals, popouts, and dialogs",
"context": "Material inspired shadows and elevation on modals, popouts, and dialogs",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1787",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1833",
"comment": ""
},
{
@@ -8876,31 +9140,31 @@
{
"term": "Matugen Contrast",
"context": "Matugen Contrast",
- "reference": "Modules/Settings/ThemeColorsTab.qml:560",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:591",
"comment": ""
},
{
"term": "Matugen Missing",
"context": "Matugen Missing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:491",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:522",
"comment": "matugen not found status"
},
{
"term": "Matugen Palette",
"context": "Matugen Palette",
- "reference": "Modules/Settings/ThemeColorsTab.qml:527",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:558",
"comment": ""
},
{
"term": "Matugen Target Monitor",
"context": "Matugen Target Monitor",
- "reference": "Modules/Settings/WallpaperTab.qml:854",
+ "reference": "Modules/Settings/WallpaperTab.qml:876",
"comment": ""
},
{
"term": "Matugen Templates",
"context": "Matugen Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2250",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2341",
"comment": ""
},
{
@@ -8918,7 +9182,7 @@
{
"term": "Max Pinned Apps",
"context": "Max Pinned Apps",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2994",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3277",
"comment": ""
},
{
@@ -8930,7 +9194,7 @@
{
"term": "Max Running Apps",
"context": "Max Running Apps",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3048",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3331",
"comment": ""
},
{
@@ -8942,7 +9206,7 @@
{
"term": "Max Visible",
"context": "Max Visible",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1255",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1288",
"comment": ""
},
{
@@ -8978,19 +9242,19 @@
{
"term": "Maximize Detection",
"context": "Maximize Detection",
- "reference": "Modules/Settings/DankBarTab.qml:1202",
+ "reference": "Modules/Settings/DankBarTab.qml:1260",
"comment": ""
},
{
"term": "Maximize Widget Icons",
"context": "Maximize Widget Icons",
- "reference": "Modules/Settings/DankBarTab.qml:1117",
+ "reference": "Modules/Settings/DankBarTab.qml:1175",
"comment": ""
},
{
"term": "Maximize Widget Text",
"context": "Maximize Widget Text",
- "reference": "Modules/Settings/DankBarTab.qml:1126",
+ "reference": "Modules/Settings/DankBarTab.qml:1184",
"comment": ""
},
{
@@ -9038,7 +9302,7 @@
{
"term": "Maximum pinned entries reached",
"context": "Maximum pinned entries reached",
- "reference": "Services/ClipboardService.qml:331",
+ "reference": "Services/ClipboardService.qml:344",
"comment": ""
},
{
@@ -9050,7 +9314,7 @@
{
"term": "Media",
"context": "Media",
- "reference": "Services/AppSearchService.qml:662, Services/AppSearchService.qml:663, Services/AppSearchService.qml:664, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1116, Widgets/KeybindItem.qml:1125, Widgets/KeybindItem.qml:1131, Modules/DankDash/DankDashPopout.qml:288",
+ "reference": "Services/AppSearchService.qml:662, Services/AppSearchService.qml:663, Services/AppSearchService.qml:664, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1122, Widgets/KeybindItem.qml:1131, Widgets/KeybindItem.qml:1137, Modules/DankDash/DankDashPopout.qml:288",
"comment": ""
},
{
@@ -9116,7 +9380,7 @@
{
"term": "Medium",
"context": "Medium",
- "reference": "Modules/Settings/TypographyMotionTab.qml:254, Modules/Settings/TypographyMotionTab.qml:266, Modules/Settings/TypographyMotionTab.qml:294, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/WidgetsTabSection.qml:1491, Modules/Settings/WidgetsTabSection.qml:2602, Modules/Settings/NotificationsTab.qml:385",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:254, Modules/Settings/TypographyMotionTab.qml:266, Modules/Settings/TypographyMotionTab.qml:294, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/WidgetsTabSection.qml:1524, Modules/Settings/WidgetsTabSection.qml:2885, Modules/Settings/NotificationsTab.qml:385",
"comment": "font weight"
},
{
@@ -9146,13 +9410,13 @@
{
"term": "Merge indexed file results into the All tab (requires dsearch).",
"context": "Merge indexed file results into the All tab (requires dsearch).",
- "reference": "Modules/Settings/LauncherTab.qml:1146",
+ "reference": "Modules/Settings/LauncherTab.qml:1155",
"comment": ""
},
{
"term": "Merge indexed folder results into the All tab (requires dsearch).",
"context": "Merge indexed folder results into the All tab (requires dsearch).",
- "reference": "Modules/Settings/LauncherTab.qml:1155",
+ "reference": "Modules/Settings/LauncherTab.qml:1164",
"comment": ""
},
{
@@ -9170,7 +9434,7 @@
{
"term": "Microphone",
"context": "Microphone",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1774, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/WidgetsTabSection.qml:2317",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1807, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/WidgetsTabSection.qml:2350",
"comment": ""
},
{
@@ -9182,7 +9446,7 @@
{
"term": "Microphone Volume",
"context": "Microphone Volume",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1779, Modules/Settings/WidgetsTabSection.qml:1988",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1812, Modules/Settings/WidgetsTabSection.qml:2021",
"comment": ""
},
{
@@ -9200,7 +9464,7 @@
{
"term": "Middle Section",
"context": "Middle Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1126",
+ "reference": "Modules/Settings/WidgetsTab.qml:1140",
"comment": ""
},
{
@@ -9218,13 +9482,13 @@
{
"term": "Minimal palette built around a single hue.",
"context": "Minimal palette built around a single hue.",
- "reference": "Common/Theme.qml:502",
+ "reference": "Common/Theme.qml:504",
"comment": ""
},
{
"term": "Minute",
"context": "Minute",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1173, Modules/Settings/GammaControlTab.qml:240",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1204, Modules/Settings/GammaControlTab.qml:240",
"comment": ""
},
{
@@ -9236,19 +9500,19 @@
{
"term": "Missing Environment Variables",
"context": "Missing Environment Variables",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2241",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:197",
"comment": "qt theme env error title"
},
{
"term": "Modal Background",
"context": "Modal Background",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1969",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2015",
"comment": ""
},
{
"term": "Modal Shadows",
"context": "Modal Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1936",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1982",
"comment": ""
},
{
@@ -9260,13 +9524,13 @@
{
"term": "Mode",
"context": "Mode",
- "reference": "Modules/Settings/DankBarTab.qml:1228, Modules/Settings/FrameTab.qml:47, Modules/Settings/NetworkWifiTab.qml:685, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2017",
+ "reference": "Modules/Settings/DankBarTab.qml:1286, Modules/Settings/FrameTab.qml:50, Modules/Settings/NetworkWifiTab.qml:763, Modules/Settings/NetworkWifiTab.qml:1124, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2017",
"comment": ""
},
{
"term": "Mode:",
"context": "Mode:",
- "reference": "Modules/Settings/WallpaperTab.qml:940",
+ "reference": "Modules/Settings/WallpaperTab.qml:962",
"comment": ""
},
{
@@ -9308,7 +9572,7 @@
{
"term": "Monitor whose wallpaper drives dynamic theming colors",
"context": "Monitor whose wallpaper drives dynamic theming colors",
- "reference": "Modules/Settings/WallpaperTab.qml:855",
+ "reference": "Modules/Settings/WallpaperTab.qml:877",
"comment": ""
},
{
@@ -9320,7 +9584,7 @@
{
"term": "Monochrome",
"context": "Monochrome",
- "reference": "Common/Theme.qml:501, Modules/Settings/DankBarTab.qml:1229",
+ "reference": "Common/Theme.qml:503, Modules/Settings/DankBarTab.qml:1287",
"comment": "matugen color scheme option"
},
{
@@ -9344,7 +9608,7 @@
{
"term": "Morning",
"context": "Morning",
- "reference": "Services/WeatherService.qml:255",
+ "reference": "Services/WeatherService.qml:257",
"comment": ""
},
{
@@ -9362,19 +9626,19 @@
{
"term": "Mouse clicks pass through the bar to windows behind it",
"context": "Mouse clicks pass through the bar to windows behind it",
- "reference": "Modules/Settings/DankBarTab.qml:748",
+ "reference": "Modules/Settings/DankBarTab.qml:755",
"comment": ""
},
{
"term": "Mouse pointer appearance",
"context": "Mouse pointer appearance",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2098",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2144",
"comment": ""
},
{
"term": "Mouse pointer size in pixels",
"context": "Mouse pointer size in pixels",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2114",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2160",
"comment": ""
},
{
@@ -9443,6 +9707,12 @@
"reference": "Modules/Settings/DefaultAppsTab.qml:343",
"comment": "Music Player"
},
+ {
+ "term": "Mute During Playback",
+ "context": "Mute During Playback",
+ "reference": "Modules/Settings/SoundsTab.qml:146",
+ "comment": ""
+ },
{
"term": "Mute Popups",
"context": "Mute Popups",
@@ -9470,13 +9740,13 @@
{
"term": "Muted palette with subdued, calming tones.",
"context": "Muted palette with subdued, calming tones.",
- "reference": "Common/Theme.qml:506",
+ "reference": "Common/Theme.qml:508",
"comment": ""
},
{
"term": "My Online",
"context": "My Online",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:123",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:246",
"comment": "Tailscale filter: my online devices"
},
{
@@ -9512,7 +9782,7 @@
{
"term": "Natural Touchpad Scrolling",
"context": "Natural Touchpad Scrolling",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2127",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2173",
"comment": ""
},
{
@@ -9530,7 +9800,7 @@
{
"term": "Network",
"context": "Network",
- "reference": "Services/CupsService.qml:136, Modals/Settings/SettingsSidebar.qml:239, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1729, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:88, Modules/ControlCenter/Models/WidgetModel.qml:161",
+ "reference": "Services/CupsService.qml:136, Modals/Settings/SettingsSidebar.qml:239, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1762, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:89, Modules/ControlCenter/Models/WidgetModel.qml:161",
"comment": ""
},
{
@@ -9542,7 +9812,7 @@
{
"term": "Network Info",
"context": "Network Info",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:451, Modules/ControlCenter/Details/NetworkDetail.qml:820",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:452, Modules/ControlCenter/Details/NetworkDetail.qml:828",
"comment": ""
},
{
@@ -9554,7 +9824,7 @@
{
"term": "Network Name (SSID)",
"context": "Network Name (SSID)",
- "reference": "Modals/WifiPasswordModal.qml:420",
+ "reference": "Modals/WifiPasswordModal.qml:406",
"comment": ""
},
{
@@ -9578,13 +9848,13 @@
{
"term": "Network not found",
"context": "Network not found",
- "reference": "Services/LegacyNetworkService.qml:351",
+ "reference": "Services/LegacyNetworkService.qml:353",
"comment": ""
},
{
"term": "Neutral",
"context": "Neutral",
- "reference": "Common/Theme.qml:505",
+ "reference": "Common/Theme.qml:507",
"comment": "matugen color scheme option"
},
{
@@ -9596,7 +9866,7 @@
{
"term": "Never used",
"context": "Never used",
- "reference": "Modules/Settings/LauncherTab.qml:1507",
+ "reference": "Modules/Settings/LauncherTab.qml:1516",
"comment": ""
},
{
@@ -9662,13 +9932,13 @@
{
"term": "Next Transition",
"context": "Next Transition",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1474, Modules/Settings/GammaControlTab.qml:643",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1505, Modules/Settings/GammaControlTab.qml:643",
"comment": ""
},
{
"term": "Night",
"context": "Night",
- "reference": "Services/WeatherService.qml:313, Modules/Settings/GammaControlTab.qml:524",
+ "reference": "Services/WeatherService.qml:315, Modules/Settings/GammaControlTab.qml:524",
"comment": ""
},
{
@@ -9698,19 +9968,19 @@
{
"term": "Niri Integration",
"context": "Niri Integration",
- "reference": "Modules/Settings/LauncherTab.qml:738",
+ "reference": "Modules/Settings/LauncherTab.qml:747",
"comment": ""
},
{
"term": "Niri Layout Overrides",
"context": "Niri Layout Overrides",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:26",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:25",
"comment": ""
},
{
"term": "Niri compositor actions (focus, move, etc.)",
"context": "Niri compositor actions (focus, move, etc.)",
- "reference": "Widgets/KeybindItem.qml:861",
+ "reference": "Widgets/KeybindItem.qml:867",
"comment": ""
},
{
@@ -9734,7 +10004,7 @@
{
"term": "No Background",
"context": "No Background",
- "reference": "Modules/Settings/DankBarTab.qml:1107",
+ "reference": "Modules/Settings/DankBarTab.qml:1165",
"comment": ""
},
{
@@ -9836,7 +10106,7 @@
{
"term": "No Weather Data Available",
"context": "No Weather Data Available",
- "reference": "Modules/DankDash/WeatherTab.qml:136, Modules/Settings/TimeWeatherTab.qml:679",
+ "reference": "Modules/DankDash/WeatherTab.qml:139, Modules/Settings/TimeWeatherTab.qml:679",
"comment": ""
},
{
@@ -9872,7 +10142,7 @@
{
"term": "No app customizations.",
"context": "No app customizations.",
- "reference": "Modules/Settings/LauncherTab.qml:1380",
+ "reference": "Modules/Settings/LauncherTab.qml:1389",
"comment": ""
},
{
@@ -9890,7 +10160,7 @@
{
"term": "No apps have been launched yet.",
"context": "No apps have been launched yet.",
- "reference": "Modules/Settings/LauncherTab.qml:1550",
+ "reference": "Modules/Settings/LauncherTab.qml:1559",
"comment": ""
},
{
@@ -9908,7 +10178,7 @@
{
"term": "No battery",
"context": "No battery",
- "reference": "Services/BatteryService.qml:221, Modules/ControlCenter/Widgets/BatteryPill.qml:15",
+ "reference": "Services/BatteryService.qml:295, Modules/ControlCenter/Widgets/BatteryPill.qml:15",
"comment": "battery status"
},
{
@@ -9926,7 +10196,7 @@
{
"term": "No changes",
"context": "No changes",
- "reference": "Widgets/KeybindItem.qml:1845",
+ "reference": "Widgets/KeybindItem.qml:1851",
"comment": ""
},
{
@@ -9938,7 +10208,7 @@
{
"term": "No custom theme file",
"context": "No custom theme file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:597",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:628",
"comment": "no custom theme file status"
},
{
@@ -10016,7 +10286,7 @@
{
"term": "No hidden apps.",
"context": "No hidden apps.",
- "reference": "Modules/Settings/LauncherTab.qml:1270",
+ "reference": "Modules/Settings/LauncherTab.qml:1279",
"comment": ""
},
{
@@ -10064,7 +10334,7 @@
{
"term": "No launcher plugins installed.",
"context": "No launcher plugins installed.",
- "reference": "Modules/Settings/LauncherTab.qml:1100",
+ "reference": "Modules/Settings/LauncherTab.qml:1109",
"comment": ""
},
{
@@ -10076,13 +10346,13 @@
{
"term": "No matches",
"context": "No matches",
- "reference": "Modals/Settings/SettingsSidebar.qml:894, Modules/Notepad/NotepadTextEditor.qml:460",
+ "reference": "Modals/Settings/SettingsSidebar.qml:900, Modules/Notepad/NotepadTextEditor.qml:460",
"comment": ""
},
{
"term": "No matching devices",
"context": "No matching devices",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:194",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:317",
"comment": "No Tailscale devices match search"
},
{
@@ -10094,7 +10364,7 @@
{
"term": "No monitors",
"context": "No monitors",
- "reference": "Modules/Settings/WallpaperTab.qml:828, Modules/Settings/WallpaperTab.qml:859",
+ "reference": "Modules/Settings/WallpaperTab.qml:850, Modules/Settings/WallpaperTab.qml:881",
"comment": "no monitors available label"
},
{
@@ -10124,7 +10394,7 @@
{
"term": "No peers found",
"context": "No peers found",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:194",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:317",
"comment": "No Tailscale peers found"
},
{
@@ -10172,7 +10442,7 @@
{
"term": "No recent clipboard entries found",
"context": "No recent clipboard entries found",
- "reference": "Modals/Clipboard/ClipboardContent.qml:123",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:246",
"comment": ""
},
{
@@ -10196,7 +10466,7 @@
{
"term": "No saved clipboard entries",
"context": "No saved clipboard entries",
- "reference": "Modals/Clipboard/ClipboardContent.qml:197",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:322",
"comment": ""
},
{
@@ -10238,13 +10508,13 @@
{
"term": "No themes installed. Browse themes to install from the registry.",
"context": "No themes installed. Browse themes to install from the registry.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:803",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:834",
"comment": "no registry themes installed hint"
},
{
"term": "No trigger",
"context": "No trigger",
- "reference": "Modals/DankLauncherV2/Controller.qml:1378, Modules/Settings/LauncherTab.qml:1013",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1378, Modules/Settings/LauncherTab.qml:1022",
"comment": ""
},
{
@@ -10262,7 +10532,7 @@
{
"term": "No wallpaper selected",
"context": "No wallpaper selected",
- "reference": "Modules/Settings/ThemeColorsTab.qml:494, Modules/Settings/WallpaperTab.qml:240",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:525, Modules/Settings/WallpaperTab.qml:240",
"comment": "no wallpaper status"
},
{
@@ -10322,8 +10592,8 @@
{
"term": "None",
"context": "None",
- "reference": "Modals/WindowRuleModal.qml:1154, Services/CupsService.qml:786, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/WallpaperTab.qml:1161, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:1229, Modules/Settings/DankBarTab.qml:1757, Modules/Settings/DankBarTab.qml:1757, Modules/Settings/DankBarTab.qml:1798, Modules/Settings/NotificationsTab.qml:385, Modules/Settings/WindowRulesTab.qml:1063, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111",
- "comment": "wallpaper transition option"
+ "reference": "Modals/WindowRuleModal.qml:1154, Services/CupsService.qml:786, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/WallpaperTab.qml:1183, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:1287, Modules/Settings/DankBarTab.qml:1815, Modules/Settings/DankBarTab.qml:1815, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/WorkspaceAppearanceCard.qml:47, Modules/Settings/WorkspaceAppearanceCard.qml:55, Modules/Settings/NotificationsTab.qml:385, Modules/Settings/WindowRulesTab.qml:1063, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:181",
+ "comment": "Tailscale exit node: none selected | wallpaper transition option | workspace color option"
},
{
"term": "None active",
@@ -10388,19 +10658,19 @@
{
"term": "Not connected",
"context": "Not connected",
- "reference": "Modules/Settings/NetworkWifiTab.qml:105, Modules/ControlCenter/Components/DragDropGrid.qml:469",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:182, Modules/ControlCenter/Components/DragDropGrid.qml:469",
"comment": "network status"
},
{
"term": "Not detected",
"context": "Not detected",
- "reference": "Modules/Settings/ThemeColorsTab.qml:141, Modules/Settings/ThemeColorsTab.qml:142",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:166, Modules/Settings/ThemeColorsTab.qml:167",
"comment": ""
},
{
"term": "Not listed?",
"context": "Not listed?",
- "reference": "Modules/Greetd/GreeterContent.qml:1343",
+ "reference": "Modules/Greetd/GreeterUserPicker.qml:184",
"comment": "greeter link to switch to manual username entry"
},
{
@@ -10412,19 +10682,13 @@
{
"term": "Not set",
"context": "Not set",
- "reference": "Modules/Settings/WallpaperTab.qml:567, Modules/Settings/WallpaperTab.qml:757",
+ "reference": "Modules/Settings/WallpaperTab.qml:589, Modules/Settings/WallpaperTab.qml:779",
"comment": "wallpaper not set label"
},
- {
- "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:618",
- "comment": ""
- },
{
"term": "Notepad",
"context": "Notepad",
- "reference": "DMSShell.qml:1092, Services/AppSearchService.qml:182, Modules/Notepad/NotepadPopoutWindow.qml:25, Modules/Notepad/NotepadPopoutWindow.qml:80, Modules/Settings/WidgetsTab.qml:234",
+ "reference": "DMSShell.qml:1139, Services/AppSearchService.qml:182, Modules/Notepad/NotepadPopoutWindow.qml:25, Modules/Notepad/NotepadPopoutWindow.qml:80, Modules/Settings/WidgetsTab.qml:234",
"comment": "Notepad"
},
{
@@ -10457,6 +10721,12 @@
"reference": "Modules/Notifications/Center/NotificationEmptyState.qml:27",
"comment": ""
},
+ {
+ "term": "Notification",
+ "context": "Notification",
+ "reference": "Modules/Settings/BatteryTab.qml:247",
+ "comment": ""
+ },
{
"term": "Notification Center",
"context": "Notification Center",
@@ -10499,6 +10769,12 @@
"reference": "Modules/Settings/NotificationsTab.qml:791, Modules/Notifications/Center/NotificationSettings.qml:174",
"comment": ""
},
+ {
+ "term": "Notification Type",
+ "context": "Notification Type",
+ "reference": "Modules/Settings/BatteryTab.qml:245",
+ "comment": ""
+ },
{
"term": "Notification toast popups",
"context": "Notification toast popups",
@@ -10511,6 +10787,12 @@
"reference": "Modals/Greeter/GreeterCompletePage.qml:397, Modals/Settings/SettingsSidebar.qml:166, Modules/Notifications/Center/NotificationHeader.qml:55",
"comment": "greeter settings link"
},
+ {
+ "term": "Notify when limit is reached",
+ "context": "Notify when limit is reached",
+ "reference": "Modules/Settings/BatteryTab.qml:211",
+ "comment": ""
+ },
{
"term": "Numbers",
"context": "Numbers",
@@ -10550,7 +10832,7 @@
{
"term": "Occupied Color",
"context": "Occupied Color",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:52",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:206",
"comment": ""
},
{
@@ -10616,7 +10898,7 @@
{
"term": "Online",
"context": "Online",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:127",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:250",
"comment": "Tailscale filter: all online devices"
},
{
@@ -10631,6 +10913,12 @@
"reference": "Modules/Settings/GreeterTab.qml:37",
"comment": ""
},
+ {
+ "term": "Only on Battery",
+ "context": "Only on Battery",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2701, Modules/Settings/WidgetsTabSection.qml:2810",
+ "comment": ""
+ },
{
"term": "Only show windows from the current monitor on each dock",
"context": "Only show windows from the current monitor on each dock",
@@ -10646,7 +10934,7 @@
{
"term": "Opacity",
"context": "Opacity",
- "reference": "Modals/WindowRuleModal.qml:1092, Modals/DankColorPickerModal.qml:516, Modules/Settings/DockTab.qml:653, Modules/Settings/DankBarTab.qml:802, Modules/Settings/DankBarTab.qml:1361, Modules/Settings/DankBarTab.qml:1456, Modules/Settings/DankBarTab.qml:1565, Modules/Settings/WindowRulesTab.qml:94",
+ "reference": "Modals/WindowRuleModal.qml:1092, Modals/DankColorPickerModal.qml:516, Modules/Settings/DockTab.qml:653, Modules/Settings/DankBarTab.qml:809, Modules/Settings/DankBarTab.qml:1419, Modules/Settings/DankBarTab.qml:1514, Modules/Settings/DankBarTab.qml:1623, Modules/Settings/WindowRulesTab.qml:94",
"comment": ""
},
{
@@ -10658,7 +10946,7 @@
{
"term": "Open",
"context": "Open",
- "reference": "Modals/DankLauncherV2/Controller.qml:1202, Modals/DankLauncherV2/Controller.qml:1206, Modals/DankLauncherV2/Controller.qml:1216, Modules/Notepad/NotepadTextEditor.qml:873, Modules/Settings/NetworkWifiTab.qml:478, Modules/Settings/NetworkWifiTab.qml:695, Modules/ControlCenter/Details/NetworkDetail.qml:615, Modules/Notifications/Center/NotificationCard.qml:787, Modules/Notifications/Center/NotificationCard.qml:926",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1202, Modals/DankLauncherV2/Controller.qml:1206, Modals/DankLauncherV2/Controller.qml:1216, Modules/Notepad/NotepadTextEditor.qml:873, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:773, Modules/Settings/NetworkWifiTab.qml:969, Modules/Settings/NetworkWifiTab.qml:1134, Modules/ControlCenter/Details/NetworkDetail.qml:627, Modules/Notifications/Center/NotificationCard.qml:787, Modules/Notifications/Center/NotificationCard.qml:926",
"comment": ""
},
{
@@ -10721,6 +11009,12 @@
"reference": "Modules/Settings/SystemUpdaterTab.qml:130",
"comment": ""
},
+ {
+ "term": "Open as window",
+ "context": "Open as window",
+ "reference": "Modals/KeybindsContent.qml:85",
+ "comment": ""
+ },
{
"term": "Open folder",
"context": "Open folder",
@@ -10748,7 +11042,7 @@
{
"term": "Open with...",
"context": "Open with...",
- "reference": "DMSShell.qml:892, Modals/BrowserPickerModal.qml:13",
+ "reference": "DMSShell.qml:935, Modals/BrowserPickerModal.qml:13",
"comment": ""
},
{
@@ -10826,7 +11120,7 @@
{
"term": "Options",
"context": "Options",
- "reference": "Widgets/KeybindItem.qml:1247, Widgets/KeybindItem.qml:1740",
+ "reference": "Widgets/KeybindItem.qml:1253, Widgets/KeybindItem.qml:1746",
"comment": ""
},
{
@@ -10850,7 +11144,7 @@
{
"term": "Outline",
"context": "Outline",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1740, Modules/Settings/LauncherTab.qml:722",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1774, Modules/Settings/ThemeColorsTab.qml:1786, Modules/Settings/LauncherTab.qml:731",
"comment": "blur border color | outline color"
},
{
@@ -10892,13 +11186,13 @@
{
"term": "Overcast",
"context": "Overcast",
- "reference": "Services/WeatherService.qml:125",
+ "reference": "Services/WeatherService.qml:127",
"comment": ""
},
{
"term": "Overflow",
"context": "Overflow",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2978",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3261",
"comment": ""
},
{
@@ -10916,19 +11210,19 @@
{
"term": "Override Border Size",
"context": "Override Border Size",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:93, Modules/Settings/CompositorLayoutTab.qml:190, Modules/Settings/CompositorLayoutTab.qml:296",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:92, Modules/Settings/CompositorLayoutTab.qml:189, Modules/Settings/CompositorLayoutTab.qml:295",
"comment": ""
},
{
"term": "Override Corner Radius",
"context": "Override Corner Radius",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:64, Modules/Settings/CompositorLayoutTab.qml:161, Modules/Settings/CompositorLayoutTab.qml:267",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:63, Modules/Settings/CompositorLayoutTab.qml:160, Modules/Settings/CompositorLayoutTab.qml:266",
"comment": ""
},
{
"term": "Override Gaps",
"context": "Override Gaps",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:34, Modules/Settings/CompositorLayoutTab.qml:131, Modules/Settings/CompositorLayoutTab.qml:237",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:33, Modules/Settings/CompositorLayoutTab.qml:130, Modules/Settings/CompositorLayoutTab.qml:236",
"comment": ""
},
{
@@ -10952,13 +11246,13 @@
{
"term": "Override the global shadow with per-bar settings",
"context": "Override the global shadow with per-bar settings",
- "reference": "Modules/Settings/DankBarTab.qml:1533",
+ "reference": "Modules/Settings/DankBarTab.qml:1591",
"comment": ""
},
{
"term": "Override the popup gap size when auto is disabled",
"context": "Override the popup gap size when auto is disabled",
- "reference": "Modules/Settings/DankBarTab.qml:1001",
+ "reference": "Modules/Settings/DankBarTab.qml:1059",
"comment": ""
},
{
@@ -10970,7 +11264,7 @@
{
"term": "Overview",
"context": "Overview",
- "reference": "Widgets/KeybindItem.qml:1122, Widgets/KeybindItem.qml:1125, Modules/DankDash/DankDashPopout.qml:284, Modules/DankBar/Widgets/WorkspaceSwitcher.qml:975",
+ "reference": "Widgets/KeybindItem.qml:1128, Widgets/KeybindItem.qml:1131, Modules/DankDash/DankDashPopout.qml:284, Modules/DankBar/Widgets/WorkspaceSwitcher.qml:975",
"comment": ""
},
{
@@ -10988,7 +11282,7 @@
{
"term": "Owner: %1",
"context": "Owner: %1",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:333",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:456",
"comment": "Tailscale device owner"
},
{
@@ -11030,7 +11324,7 @@
{
"term": "PIN",
"context": "PIN",
- "reference": "Modals/WifiPasswordModal.qml:182",
+ "reference": "Modals/WifiPasswordModal.qml:193",
"comment": ""
},
{
@@ -11054,7 +11348,7 @@
{
"term": "Padding",
"context": "Padding",
- "reference": "Modules/Settings/DockTab.qml:611, Modules/Settings/DankBarTab.qml:943",
+ "reference": "Modules/Settings/DockTab.qml:611, Modules/Settings/DankBarTab.qml:954",
"comment": ""
},
{
@@ -11114,7 +11408,7 @@
{
"term": "Partly Cloudy",
"context": "Partly Cloudy",
- "reference": "Services/WeatherService.qml:124",
+ "reference": "Services/WeatherService.qml:126",
"comment": ""
},
{
@@ -11126,7 +11420,7 @@
{
"term": "Password",
"context": "Password",
- "reference": "Modals/WifiPasswordModal.qml:174, Modals/WifiPasswordModal.qml:184, Modals/WifiPasswordModal.qml:553, Modules/Settings/UsersTab.qml:402",
+ "reference": "Modals/WifiPasswordModal.qml:185, Modals/WifiPasswordModal.qml:195, Modals/WifiPasswordModal.qml:539, Modules/Settings/UsersTab.qml:402",
"comment": ""
},
{
@@ -11156,7 +11450,7 @@
{
"term": "Password...",
"context": "Password...",
- "reference": "Modules/Greetd/GreeterContent.qml:1197",
+ "reference": "Modules/Greetd/GreeterContent.qml:1234",
"comment": ""
},
{
@@ -11168,7 +11462,7 @@
{
"term": "Paste",
"context": "Paste",
- "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1221",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1221, Modals/Clipboard/ClipboardContextMenu.qml:68, Modules/Settings/ClipboardTab.qml:156",
"comment": ""
},
{
@@ -11210,25 +11504,25 @@
{
"term": "Pending Charge",
"context": "Pending Charge",
- "reference": "Services/BatteryService.qml:210",
+ "reference": "Services/BatteryService.qml:284",
"comment": "battery status"
},
{
"term": "Pending Discharge",
"context": "Pending Discharge",
- "reference": "Services/BatteryService.qml:212",
+ "reference": "Services/BatteryService.qml:286",
"comment": "battery status"
},
{
"term": "Per-Mode Wallpapers",
"context": "Per-Mode Wallpapers",
- "reference": "Modules/Settings/WallpaperTab.qml:370",
+ "reference": "Modules/Settings/WallpaperTab.qml:392",
"comment": ""
},
{
"term": "Per-Monitor Wallpapers",
"context": "Per-Monitor Wallpapers",
- "reference": "Modules/Settings/WallpaperTab.qml:801",
+ "reference": "Modules/Settings/WallpaperTab.qml:823",
"comment": ""
},
{
@@ -11240,31 +11534,31 @@
{
"term": "Percentage",
"context": "Percentage",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1618, Modules/Settings/WidgetsTab.qml:127",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1651, Modules/Settings/WidgetsTab.qml:127",
"comment": ""
},
{
"term": "Performance",
"context": "Performance",
- "reference": "Modals/ProcessListModal.qml:312, Common/Theme.qml:1564",
+ "reference": "Modals/ProcessListModal.qml:312, Common/Theme.qml:1628",
"comment": "power profile option"
},
{
"term": "Permanently delete %1 item(s)? This cannot be undone.",
"context": "Permanently delete %1 item(s)? This cannot be undone.",
- "reference": "DMSShell.qml:510",
+ "reference": "DMSShell.qml:553",
"comment": ""
},
{
"term": "Permission denied to set profile image.",
"context": "Permission denied to set profile image.",
- "reference": "Services/PortalService.qml:152",
+ "reference": "Services/PortalService.qml:157",
"comment": ""
},
{
"term": "Personalization",
"context": "Personalization",
- "reference": "Modals/Settings/SettingsSidebar.qml:72, Modals/Settings/SettingsSidebar.qml:664",
+ "reference": "Modals/Settings/SettingsSidebar.qml:72, Modals/Settings/SettingsSidebar.qml:670",
"comment": ""
},
{
@@ -11318,7 +11612,7 @@
{
"term": "Pin",
"context": "Pin",
- "reference": "Modals/WindowRuleModal.qml:1567, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modules/Settings/WindowRulesTab.qml:123, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:683",
+ "reference": "Modals/WindowRuleModal.qml:1567, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modals/Clipboard/ClipboardContextMenu.qml:30, Modules/Settings/WindowRulesTab.qml:123, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:696",
"comment": ""
},
{
@@ -11348,7 +11642,7 @@
{
"term": "Pinned",
"context": "Pinned",
- "reference": "Modals/WindowRuleModal.qml:917, Modals/DankLauncherV2/Controller.qml:200, Modals/DankLauncherV2/Controller.qml:1224, Modules/Settings/WindowRulesTab.qml:56, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:683",
+ "reference": "Modals/WindowRuleModal.qml:917, Modals/DankLauncherV2/Controller.qml:200, Modals/DankLauncherV2/Controller.qml:1224, Modules/Settings/WindowRulesTab.qml:56, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:696",
"comment": ""
},
{
@@ -11360,7 +11654,7 @@
{
"term": "Pixelate",
"context": "Pixelate",
- "reference": "Modules/Settings/WallpaperTab.qml:1173",
+ "reference": "Modules/Settings/WallpaperTab.qml:1195",
"comment": "wallpaper transition option"
},
{
@@ -11384,7 +11678,7 @@
{
"term": "Place the bar on the Wayland overlay layer",
"context": "Place the bar on the Wayland overlay layer",
- "reference": "Modules/Settings/DankBarTab.qml:788",
+ "reference": "Modules/Settings/DankBarTab.qml:795",
"comment": ""
},
{
@@ -11468,7 +11762,7 @@
{
"term": "Plugged In",
"context": "Plugged In",
- "reference": "Services/BatteryService.qml:227, Services/BatteryService.qml:233, Modules/Settings/SoundsTab.qml:129, Modules/ControlCenter/Widgets/BatteryPill.qml:28",
+ "reference": "Services/BatteryService.qml:301, Services/BatteryService.qml:307, Modules/Settings/SoundsTab.qml:129, Modules/ControlCenter/Widgets/BatteryPill.qml:28",
"comment": "battery status"
},
{
@@ -11492,7 +11786,7 @@
{
"term": "Plugin Visibility",
"context": "Plugin Visibility",
- "reference": "Modules/Settings/LauncherTab.qml:848",
+ "reference": "Modules/Settings/LauncherTab.qml:857",
"comment": ""
},
{
@@ -11534,13 +11828,13 @@
{
"term": "Plugins",
"context": "Plugins",
- "reference": "Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/SpotlightLauncherContent.qml:451, Modals/DankLauncherV2/LauncherContent.qml:354, Modals/Settings/SettingsSidebar.qml:385, Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/SpotlightLauncherContent.qml:451, Modals/DankLauncherV2/LauncherContent.qml:354, Modals/Settings/SettingsSidebar.qml:391, Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298",
"comment": "greeter feature card title | greeter plugins link"
},
{
"term": "Pointer",
"context": "Pointer",
- "reference": "Widgets/KeybindItem.qml:1367",
+ "reference": "Widgets/KeybindItem.qml:1373",
"comment": ""
},
{
@@ -11558,7 +11852,7 @@
{
"term": "Popout Shadows",
"context": "Popout Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1947",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1993",
"comment": ""
},
{
@@ -11606,13 +11900,13 @@
{
"term": "Portal",
"context": "Portal",
- "reference": "Modules/Settings/WallpaperTab.qml:1175",
+ "reference": "Modules/Settings/WallpaperTab.qml:1197",
"comment": "wallpaper transition option"
},
{
"term": "Position",
"context": "Position",
- "reference": "Modules/Settings/DockTab.qml:106, Modules/Settings/DankBarTab.qml:473, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2015",
+ "reference": "Modules/Settings/DockTab.qml:106, Modules/Settings/DankBarTab.qml:480, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2015",
"comment": ""
},
{
@@ -11636,7 +11930,7 @@
{
"term": "Power & Security",
"context": "Power & Security",
- "reference": "Modals/Settings/SettingsSidebar.qml:359, Modals/Settings/SettingsSidebar.qml:652",
+ "reference": "Modals/Settings/SettingsSidebar.qml:359, Modals/Settings/SettingsSidebar.qml:658",
"comment": ""
},
{
@@ -11687,10 +11981,16 @@
"reference": "Modules/ControlCenter/Details/BatteryDetail.qml:247, Modules/DankBar/Popouts/BatteryPopout.qml:612",
"comment": ""
},
+ {
+ "term": "Power Profiles Auto-Switching",
+ "context": "Power Profiles Auto-Switching",
+ "reference": "Modules/Settings/BatteryTab.qml:303",
+ "comment": ""
+ },
{
"term": "Power Saver",
"context": "Power Saver",
- "reference": "Common/Theme.qml:1560",
+ "reference": "Common/Theme.qml:1624",
"comment": "power profile option"
},
{
@@ -11705,10 +12005,22 @@
"reference": "Modules/ControlCenter/Details/BatteryDetail.qml:105, Modules/DankBar/Popouts/BatteryPopout.qml:175",
"comment": ""
},
+ {
+ "term": "Power profile to use when AC power is connected.",
+ "context": "Power profile to use when AC power is connected.",
+ "reference": "Modules/Settings/BatteryTab.qml:309",
+ "comment": ""
+ },
+ {
+ "term": "Power profile to use when running on battery power.",
+ "context": "Power profile to use when running on battery power.",
+ "reference": "Modules/Settings/BatteryTab.qml:327",
+ "comment": ""
+ },
{
"term": "Power source",
"context": "Power source",
- "reference": "Modules/Settings/PowerSleepTab.qml:42",
+ "reference": "Modules/Settings/PowerSleepTab.qml:42, Modules/Settings/BatteryTab.qml:62",
"comment": ""
},
{
@@ -11732,7 +12044,7 @@
{
"term": "Precipitation",
"context": "Precipitation",
- "reference": "Modules/DankDash/WeatherTab.qml:100",
+ "reference": "Modules/DankDash/WeatherTab.qml:103",
"comment": ""
},
{
@@ -11768,7 +12080,7 @@
{
"term": "Press Enter to paste, Shift+Enter to copy",
"context": "Press Enter to paste, Shift+Enter to copy",
- "reference": "Modules/Settings/ClipboardTab.qml:462",
+ "reference": "Modules/Settings/ClipboardTab.qml:472",
"comment": "Clipboard behavior setting description"
},
{
@@ -11780,7 +12092,7 @@
{
"term": "Pressure",
"context": "Pressure",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:453, Modules/DankDash/WeatherTab.qml:95, Modules/DankDash/WeatherForecastCard.qml:90, Modules/Settings/TimeWeatherTab.qml:1063",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:453, Modules/DankDash/WeatherTab.qml:98, Modules/DankDash/WeatherForecastCard.qml:90, Modules/Settings/TimeWeatherTab.qml:1063",
"comment": ""
},
{
@@ -11795,17 +12107,29 @@
"reference": "Modules/Notepad/NotepadTextEditor.qml:907",
"comment": ""
},
+ {
+ "term": "Preview: %1",
+ "context": "Preview: %1",
+ "reference": "Modules/Settings/TimeWeatherTab.qml:158, Modules/Settings/TimeWeatherTab.qml:245",
+ "comment": ""
+ },
{
"term": "Primary",
"context": "Primary",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1581, Modules/Settings/ThemeColorsTab.qml:1591, Modules/Settings/ThemeColorsTab.qml:1613, Modules/Settings/ThemeColorsTab.qml:1623, Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1732, Modules/Settings/ThemeColorsTab.qml:1744, Modules/Settings/ThemeColorsTab.qml:1828, Modules/Settings/ThemeColorsTab.qml:1834, Modules/Settings/ThemeColorsTab.qml:1845, Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/LauncherTab.qml:722, Modules/Settings/NetworkStatusTab.qml:131, Modules/Settings/DankBarTab.qml:1229, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/WorkspaceAppearanceCard.qml:187, Modules/Settings/FrameTab.qml:207, Modules/Settings/Widgets/SettingsColorPicker.qml:42",
- "comment": "blur border color | button color option | color option | primary color | shadow color option | tile color option"
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1615, Modules/Settings/ThemeColorsTab.qml:1617, Modules/Settings/ThemeColorsTab.qml:1631, Modules/Settings/ThemeColorsTab.qml:1653, Modules/Settings/ThemeColorsTab.qml:1655, Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1774, Modules/Settings/ThemeColorsTab.qml:1778, Modules/Settings/ThemeColorsTab.qml:1790, Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1880, Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/LauncherTab.qml:731, Modules/Settings/NetworkStatusTab.qml:131, Modules/Settings/DankBarTab.qml:1287, Modules/Settings/DankBarTab.qml:1733, Modules/Settings/WorkspaceAppearanceCard.qml:17, Modules/Settings/WorkspaceAppearanceCard.qml:58, Modules/Settings/WorkspaceAppearanceCard.qml:99, Modules/Settings/WorkspaceAppearanceCard.qml:128, Modules/Settings/WorkspaceAppearanceCard.qml:163, Modules/Settings/FrameTab.qml:231, Modules/Settings/Widgets/SettingsColorPicker.qml:42",
+ "comment": "blur border color | button color option | color option | primary color | shadow color option | tile color option | workspace color option"
},
{
"term": "Primary Container",
"context": "Primary Container",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1581, Modules/Settings/ThemeColorsTab.qml:1585, Modules/Settings/ThemeColorsTab.qml:1595, Modules/Settings/ThemeColorsTab.qml:1613, Modules/Settings/ThemeColorsTab.qml:1617, Modules/Settings/ThemeColorsTab.qml:1627",
- "comment": "button color option | tile color option"
+ "reference": "Modules/Settings/ThemeColorsTab.qml:37, Modules/Settings/ThemeColorsTab.qml:1615, Modules/Settings/ThemeColorsTab.qml:1618, Modules/Settings/ThemeColorsTab.qml:1625, Modules/Settings/ThemeColorsTab.qml:1635, Modules/Settings/ThemeColorsTab.qml:1653, Modules/Settings/ThemeColorsTab.qml:1656, Modules/Settings/ThemeColorsTab.qml:1663, Modules/Settings/ThemeColorsTab.qml:1673, Modules/Settings/WorkspaceAppearanceCard.qml:20, Modules/Settings/WorkspaceAppearanceCard.qml:61, Modules/Settings/WorkspaceAppearanceCard.qml:131, Modules/Settings/WorkspaceAppearanceCard.qml:166",
+ "comment": "button color option | tile color option | widget background color option | workspace color option"
+ },
+ {
+ "term": "Primary Theme Color",
+ "context": "Primary Theme Color",
+ "reference": "Modules/Settings/WallpaperTab.qml:368",
+ "comment": ""
},
{
"term": "Print Server Management",
@@ -11822,7 +12146,7 @@
{
"term": "Printer",
"context": "Printer",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1814, Modules/Settings/WidgetsTabSection.qml:1988",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1847, Modules/Settings/WidgetsTabSection.qml:2021",
"comment": ""
},
{
@@ -11870,7 +12194,7 @@
{
"term": "Prioritize performance",
"context": "Prioritize performance",
- "reference": "Common/Theme.qml:1577",
+ "reference": "Common/Theme.qml:1641",
"comment": "power profile description"
},
{
@@ -11894,7 +12218,7 @@
{
"term": "Private Key Password",
"context": "Private Key Password",
- "reference": "Modals/WifiPasswordModal.qml:179",
+ "reference": "Modals/WifiPasswordModal.qml:190",
"comment": ""
},
{
@@ -11903,6 +12227,12 @@
"reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:283",
"comment": ""
},
+ {
+ "term": "Process exited with code %1",
+ "context": "Process exited with code %1",
+ "reference": "Modules/Settings/BatteryTab.qml:28",
+ "comment": ""
+ },
{
"term": "Processes",
"context": "Processes",
@@ -11924,7 +12254,7 @@
{
"term": "Profile Image Error",
"context": "Profile Image Error",
- "reference": "Services/PortalService.qml:159",
+ "reference": "Services/PortalService.qml:164",
"comment": ""
},
{
@@ -11948,7 +12278,7 @@
{
"term": "Profile image is too large. Please use a smaller image.",
"context": "Profile image is too large. Please use a smaller image.",
- "reference": "Services/PortalService.qml:150",
+ "reference": "Services/PortalService.qml:155",
"comment": ""
},
{
@@ -11975,6 +12305,18 @@
"reference": "Modules/Settings/DisplayConfigTab.qml:74",
"comment": ""
},
+ {
+ "term": "Profile when Plugged In (AC)",
+ "context": "Profile when Plugged In (AC)",
+ "reference": "Modules/Settings/BatteryTab.qml:308",
+ "comment": ""
+ },
+ {
+ "term": "Profile when on Battery",
+ "context": "Profile when on Battery",
+ "reference": "Modules/Settings/BatteryTab.qml:326",
+ "comment": ""
+ },
{
"term": "Protocol",
"context": "Protocol",
@@ -11990,7 +12332,7 @@
{
"term": "Qt colors applied successfully",
"context": "Qt colors applied successfully",
- "reference": "Common/Theme.qml:1903",
+ "reference": "Common/Theme.qml:1967",
"comment": ""
},
{
@@ -12068,7 +12410,7 @@
{
"term": "Rain",
"context": "Rain",
- "reference": "Services/WeatherService.qml:134, Services/WeatherService.qml:143",
+ "reference": "Services/WeatherService.qml:136, Services/WeatherService.qml:145",
"comment": ""
},
{
@@ -12080,19 +12422,19 @@
{
"term": "Rainbow",
"context": "Rainbow",
- "reference": "Common/Theme.qml:509",
+ "reference": "Common/Theme.qml:511",
"comment": "matugen color scheme option"
},
{
"term": "Random",
"context": "Random",
- "reference": "Modules/Settings/WallpaperTab.qml:1159, Modules/Settings/WallpaperTab.qml:1182, Modules/Settings/WallpaperTab.qml:1185",
+ "reference": "Modules/Settings/WallpaperTab.qml:1181, Modules/Settings/WallpaperTab.qml:1204, Modules/Settings/WallpaperTab.qml:1207",
"comment": "wallpaper transition option"
},
{
"term": "Rate",
"context": "Rate",
- "reference": "Modules/Settings/NetworkWifiTab.qml:680",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:758, Modules/Settings/NetworkWifiTab.qml:1119",
"comment": ""
},
{
@@ -12101,10 +12443,16 @@
"reference": "Modules/Settings/UsersTab.qml:433",
"comment": ""
},
+ {
+ "term": "Reach local network devices while using an exit node",
+ "context": "Reach local network devices while using an exit node",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:207",
+ "comment": "Tailscale allow LAN access description"
+ },
{
"term": "Read-only legacy config",
"context": "Read-only legacy config",
- "reference": "Widgets/KeybindItem.qml:1845",
+ "reference": "Widgets/KeybindItem.qml:1851",
"comment": ""
},
{
@@ -12128,7 +12476,7 @@
{
"term": "Recent",
"context": "Recent",
- "reference": "Modals/Clipboard/ClipboardHeader.qml:54",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:55",
"comment": ""
},
{
@@ -12140,7 +12488,7 @@
{
"term": "Recently Used Apps",
"context": "Recently Used Apps",
- "reference": "Modules/Settings/LauncherTab.qml:1393",
+ "reference": "Modules/Settings/LauncherTab.qml:1402",
"comment": ""
},
{
@@ -12152,13 +12500,13 @@
{
"term": "Refresh",
"context": "Refresh",
- "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:296, Modules/Settings/GreeterTab.qml:502, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:110, Modules/DankDash/Overview/WeatherOverviewCard.qml:46",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:296, Modules/Settings/GreeterTab.qml:502, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:233, Modules/DankDash/Overview/WeatherOverviewCard.qml:46",
"comment": "Phone Connect refresh tooltip | Refresh Tailscale device status"
},
{
"term": "Refresh Weather",
"context": "Refresh Weather",
- "reference": "Modules/DankDash/WeatherTab.qml:166, Modules/DankDash/WeatherTab.qml:905",
+ "reference": "Modules/DankDash/WeatherTab.qml:169, Modules/DankDash/WeatherTab.qml:908",
"comment": ""
},
{
@@ -12194,7 +12542,7 @@
{
"term": "Release",
"context": "Release",
- "reference": "Widgets/KeybindItem.qml:1652",
+ "reference": "Widgets/KeybindItem.qml:1658",
"comment": ""
},
{
@@ -12212,27 +12560,33 @@
{
"term": "Remaining",
"context": "Remaining",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1628",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1661",
"comment": ""
},
{
"term": "Remaining / Total",
"context": "Remaining / Total",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1633",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1666",
"comment": ""
},
{
"term": "Remember Last Mode",
"context": "Remember Last Mode",
- "reference": "Modules/Settings/LauncherTab.qml:1127",
+ "reference": "Modules/Settings/LauncherTab.qml:1136",
"comment": ""
},
{
"term": "Remember Last Query",
"context": "Remember Last Query",
- "reference": "Modules/Settings/LauncherTab.qml:1136",
+ "reference": "Modules/Settings/LauncherTab.qml:1145",
"comment": ""
},
+ {
+ "term": "Remember Type Filter",
+ "context": "Remember Type Filter",
+ "reference": "Modules/Settings/ClipboardTab.qml:481",
+ "comment": "Clipboard behavior setting title"
+ },
{
"term": "Remember last session",
"context": "Remember last session",
@@ -12272,7 +12626,7 @@
{
"term": "Remove Widget Padding",
"context": "Remove Widget Padding",
- "reference": "Modules/Settings/DankBarTab.qml:1135",
+ "reference": "Modules/Settings/DankBarTab.qml:1193",
"comment": ""
},
{
@@ -12290,13 +12644,13 @@
{
"term": "Remove corner rounding from the bar",
"context": "Remove corner rounding from the bar",
- "reference": "Modules/Settings/DankBarTab.qml:1098",
+ "reference": "Modules/Settings/DankBarTab.qml:1156",
"comment": ""
},
{
"term": "Remove gaps and border when windows are maximized",
"context": "Remove gaps and border when windows are maximized",
- "reference": "Modules/Settings/DankBarTab.qml:1203",
+ "reference": "Modules/Settings/DankBarTab.qml:1261",
"comment": ""
},
{
@@ -12314,7 +12668,7 @@
{
"term": "Remove inner padding from all widgets",
"context": "Remove inner padding from all widgets",
- "reference": "Modules/Settings/DankBarTab.qml:1136",
+ "reference": "Modules/Settings/DankBarTab.qml:1194",
"comment": ""
},
{
@@ -12368,7 +12722,7 @@
{
"term": "Repeat",
"context": "Repeat",
- "reference": "Widgets/KeybindItem.qml:1608, Widgets/KeybindItem.qml:1764",
+ "reference": "Widgets/KeybindItem.qml:1614, Widgets/KeybindItem.qml:1770",
"comment": ""
},
{
@@ -12398,7 +12752,7 @@
{
"term": "Required plugin: ",
"context": "Required plugin: ",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2467",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2558",
"comment": ""
},
{
@@ -12434,7 +12788,7 @@
{
"term": "Requires a newer version of Quickshell",
"context": "Requires a newer version of Quickshell",
- "reference": "Modules/Settings/FrameTab.qml:166",
+ "reference": "Modules/Settings/FrameTab.qml:190",
"comment": ""
},
{
@@ -12452,7 +12806,7 @@
{
"term": "Reset",
"context": "Reset",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:1000, Modules/Settings/WidgetsTab.qml:996, Modules/Settings/KeybindsTab.qml:122, Modules/ControlCenter/Components/EditControls.qml:306",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:1000, Modules/Settings/WidgetsTab.qml:1010, Modules/Settings/KeybindsTab.qml:122, Modules/ControlCenter/Components/EditControls.qml:306",
"comment": ""
},
{
@@ -12476,7 +12830,7 @@
{
"term": "Reset to default",
"context": "Reset to default",
- "reference": "Widgets/KeybindItem.qml:1832",
+ "reference": "Widgets/KeybindItem.qml:1838",
"comment": ""
},
{
@@ -12494,13 +12848,13 @@
{
"term": "Resize on Border",
"context": "Resize on Border",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:219",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:218",
"comment": ""
},
{
"term": "Resize windows by dragging their edges with the mouse",
"context": "Resize windows by dragging their edges with the mouse",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:220",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:219",
"comment": ""
},
{
@@ -12542,7 +12896,7 @@
{
"term": "Restore the last selected mode (tab) when the launcher is opened",
"context": "Restore the last selected mode (tab) when the launcher is opened",
- "reference": "Modules/Settings/LauncherTab.qml:1128",
+ "reference": "Modules/Settings/LauncherTab.qml:1137",
"comment": ""
},
{
@@ -12554,7 +12908,7 @@
{
"term": "Reveal the arcs where surfaces meet the frame",
"context": "Reveal the arcs where surfaces meet the frame",
- "reference": "Modules/Settings/FrameTab.qml:309",
+ "reference": "Modules/Settings/FrameTab.qml:333",
"comment": ""
},
{
@@ -12578,7 +12932,7 @@
{
"term": "Right",
"context": "Right",
- "reference": "Modules/Notepad/NotepadSettings.qml:434, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:339, Modules/Settings/DankBarTab.qml:484",
+ "reference": "Modules/Notepad/NotepadSettings.qml:434, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:346, Modules/Settings/DankBarTab.qml:491",
"comment": ""
},
{
@@ -12590,7 +12944,7 @@
{
"term": "Right Section",
"context": "Right Section",
- "reference": "Modules/Settings/WidgetSelectionPopup.qml:29, Modules/Settings/WidgetsTab.qml:1202",
+ "reference": "Modules/Settings/WidgetSelectionPopup.qml:29, Modules/Settings/WidgetsTab.qml:1216",
"comment": ""
},
{
@@ -12644,7 +12998,7 @@
{
"term": "Rounded corners for windows",
"context": "Rounded corners for windows",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:80, Modules/Settings/CompositorLayoutTab.qml:177, Modules/Settings/CompositorLayoutTab.qml:283",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:79, Modules/Settings/CompositorLayoutTab.qml:176, Modules/Settings/CompositorLayoutTab.qml:282",
"comment": ""
},
{
@@ -12680,25 +13034,25 @@
{
"term": "Run DMS Templates",
"context": "Run DMS Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2271",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2362",
"comment": ""
},
{
"term": "Run User Templates",
"context": "Run User Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2261",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2352",
"comment": ""
},
{
"term": "Run a program (e.g., firefox, kitty)",
"context": "Run a program (e.g., firefox, kitty)",
- "reference": "Widgets/KeybindItem.qml:862",
+ "reference": "Widgets/KeybindItem.qml:868",
"comment": ""
},
{
"term": "Run a shell command (e.g., notify-send)",
"context": "Run a shell command (e.g., notify-send)",
- "reference": "Widgets/KeybindItem.qml:863",
+ "reference": "Widgets/KeybindItem.qml:869",
"comment": ""
},
{
@@ -12716,7 +13070,7 @@
{
"term": "Running Apps Settings",
"context": "Running Apps Settings",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2720",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3003",
"comment": ""
},
{
@@ -12758,7 +13112,7 @@
{
"term": "Save",
"context": "Save",
- "reference": "Modals/DankColorPickerModal.qml:752, Widgets/KeybindItem.qml:1392, Widgets/KeybindItem.qml:1868, Modals/DankLauncherV2/LauncherContent.qml:1048, Modals/FileBrowser/FileBrowserSaveRow.qml:56, Modals/Clipboard/ClipboardEditor.qml:346, Modals/Clipboard/ClipboardEditor.qml:432, Modules/Notepad/NotepadTextEditor.qml:857, Modules/Notepad/Notepad.qml:751, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694, Modules/DankDash/Overview/CalendarEventEditor.qml:332",
+ "reference": "Modals/DankColorPickerModal.qml:752, Widgets/KeybindItem.qml:1398, Widgets/KeybindItem.qml:1874, Modals/DankLauncherV2/LauncherContent.qml:1048, Modals/FileBrowser/FileBrowserSaveRow.qml:56, Modals/Clipboard/ClipboardEditor.qml:352, Modals/Clipboard/ClipboardEditor.qml:438, Modules/Notepad/NotepadTextEditor.qml:857, Modules/Notepad/Notepad.qml:751, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694, Modules/DankDash/Overview/CalendarEventEditor.qml:332",
"comment": ""
},
{
@@ -12776,13 +13130,13 @@
{
"term": "Save and close",
"context": "Save and close",
- "reference": "Modals/Clipboard/ClipboardEditor.qml:470",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:476",
"comment": ""
},
{
"term": "Save and paste",
"context": "Save and paste",
- "reference": "Modals/Clipboard/ClipboardEditor.qml:509",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:515",
"comment": ""
},
{
@@ -12818,13 +13172,13 @@
{
"term": "Save password",
"context": "Save password",
- "reference": "Modals/WifiPasswordModal.qml:664",
+ "reference": "Modals/WifiPasswordModal.qml:650",
"comment": ""
},
{
"term": "Saved",
"context": "Saved",
- "reference": "Modals/Clipboard/ClipboardHeader.qml:54, Modules/Notepad/NotepadTextEditor.qml:1044, Modules/Settings/NetworkWifiTab.qml:491, Modules/ControlCenter/Details/NetworkDetail.qml:621",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:55, Modules/Notepad/NotepadTextEditor.qml:1044, Modules/Settings/NetworkWifiTab.qml:579, Modules/ControlCenter/Details/NetworkDetail.qml:633",
"comment": ""
},
{
@@ -12833,6 +13187,12 @@
"reference": "Modules/Settings/NetworkEthernetTab.qml:388",
"comment": ""
},
+ {
+ "term": "Saved Networks",
+ "context": "Saved Networks",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:843",
+ "comment": ""
+ },
{
"term": "Saved Note",
"context": "Saved Note",
@@ -12842,7 +13202,7 @@
{
"term": "Saved item deleted",
"context": "Saved item deleted",
- "reference": "Services/ClipboardService.qml:317",
+ "reference": "Services/ClipboardService.qml:330",
"comment": ""
},
{
@@ -12866,13 +13226,13 @@
{
"term": "Scale DankBar font sizes independently",
"context": "Scale DankBar font sizes independently",
- "reference": "Modules/Settings/DankBarTab.qml:1028",
+ "reference": "Modules/Settings/DankBarTab.qml:1086",
"comment": ""
},
{
"term": "Scale DankBar icon sizes independently",
"context": "Scale DankBar icon sizes independently",
- "reference": "Modules/Settings/DankBarTab.qml:1055",
+ "reference": "Modules/Settings/DankBarTab.qml:1113",
"comment": ""
},
{
@@ -12896,7 +13256,7 @@
{
"term": "Scanning...",
"context": "Scanning...",
- "reference": "Modules/Settings/PrinterTab.qml:439, Modules/Settings/NetworkWifiTab.qml:346",
+ "reference": "Modules/Settings/PrinterTab.qml:439, Modules/Settings/NetworkWifiTab.qml:423",
"comment": ""
},
{
@@ -12914,7 +13274,7 @@
{
"term": "Screen sharing",
"context": "Screen sharing",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1824, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/WidgetsTabSection.qml:2421",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1857, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/WidgetsTabSection.qml:2454",
"comment": ""
},
{
@@ -12938,7 +13298,7 @@
{
"term": "Scroll Wheel",
"context": "Scroll Wheel",
- "reference": "Modules/Settings/MediaPlayerTab.qml:60, Modules/Settings/DankBarTab.qml:1746",
+ "reference": "Modules/Settings/MediaPlayerTab.qml:60, Modules/Settings/DankBarTab.qml:1804",
"comment": ""
},
{
@@ -12968,13 +13328,13 @@
{
"term": "Search App Actions",
"context": "Search App Actions",
- "reference": "Modules/Settings/LauncherTab.qml:1118",
+ "reference": "Modules/Settings/LauncherTab.qml:1127",
"comment": ""
},
{
"term": "Search Options",
"context": "Search Options",
- "reference": "Modules/Settings/LauncherTab.qml:1112",
+ "reference": "Modules/Settings/LauncherTab.qml:1121",
"comment": ""
},
{
@@ -12992,7 +13352,7 @@
{
"term": "Search devices...",
"context": "Search devices...",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:98",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:221",
"comment": "Tailscale device search placeholder"
},
{
@@ -13052,7 +13412,7 @@
{
"term": "Search...",
"context": "Search...",
- "reference": "Widgets/DankDropdown.qml:319, Modals/Settings/SettingsSidebar.qml:724, Modules/ProcessList/ProcessListPopout.qml:185",
+ "reference": "Widgets/DankDropdown.qml:389, Modals/Settings/SettingsSidebar.qml:730, Modules/ProcessList/ProcessListPopout.qml:185",
"comment": ""
},
{
@@ -13076,19 +13436,25 @@
{
"term": "Secondary",
"context": "Secondary",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1581, Modules/Settings/ThemeColorsTab.qml:1587, Modules/Settings/ThemeColorsTab.qml:1597, Modules/Settings/ThemeColorsTab.qml:1613, Modules/Settings/ThemeColorsTab.qml:1619, Modules/Settings/ThemeColorsTab.qml:1629, Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1734, Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:722, Modules/Settings/DankBarTab.qml:1229, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/WorkspaceAppearanceCard.qml:187, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
- "comment": "blur border color | button color option | color option | secondary color | tile color option"
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1615, Modules/Settings/ThemeColorsTab.qml:1619, Modules/Settings/ThemeColorsTab.qml:1627, Modules/Settings/ThemeColorsTab.qml:1637, Modules/Settings/ThemeColorsTab.qml:1653, Modules/Settings/ThemeColorsTab.qml:1657, Modules/Settings/ThemeColorsTab.qml:1665, Modules/Settings/ThemeColorsTab.qml:1675, Modules/Settings/ThemeColorsTab.qml:1774, Modules/Settings/ThemeColorsTab.qml:1780, Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:731, Modules/Settings/DankBarTab.qml:1287, Modules/Settings/DankBarTab.qml:1733, Modules/Settings/WorkspaceAppearanceCard.qml:23, Modules/Settings/WorkspaceAppearanceCard.qml:64, Modules/Settings/WorkspaceAppearanceCard.qml:102, Modules/Settings/WorkspaceAppearanceCard.qml:134, Modules/Settings/WorkspaceAppearanceCard.qml:169, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
+ "comment": "blur border color | button color option | color option | secondary color | tile color option | workspace color option"
+ },
+ {
+ "term": "Secondary Container",
+ "context": "Secondary Container",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:40, Modules/Settings/WorkspaceAppearanceCard.qml:26, Modules/Settings/WorkspaceAppearanceCard.qml:67, Modules/Settings/WorkspaceAppearanceCard.qml:137, Modules/Settings/WorkspaceAppearanceCard.qml:172",
+ "comment": "widget background color option | workspace color option"
},
{
"term": "Secured",
"context": "Secured",
- "reference": "Modules/Settings/NetworkWifiTab.qml:478, Modules/ControlCenter/Details/NetworkDetail.qml:615",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/NetworkDetail.qml:627",
"comment": ""
},
{
"term": "Security",
"context": "Security",
- "reference": "Modules/Settings/NetworkWifiTab.qml:694",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:772, Modules/Settings/NetworkWifiTab.qml:1133",
"comment": ""
},
{
@@ -13130,13 +13496,13 @@
{
"term": "Select Bar",
"context": "Select Bar",
- "reference": "Modules/Settings/WidgetsTab.qml:911",
+ "reference": "Modules/Settings/WidgetsTab.qml:925",
"comment": ""
},
{
"term": "Select Custom Theme",
"context": "Select Custom Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2774",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2865",
"comment": "custom theme file browser title"
},
{
@@ -13172,7 +13538,7 @@
{
"term": "Select Wallpaper",
"context": "Select Wallpaper",
- "reference": "Modals/Settings/SettingsModal.qml:158, Modules/Settings/WallpaperTab.qml:1314, Modules/Settings/WallpaperTab.qml:1336, Modules/Settings/WallpaperTab.qml:1356",
+ "reference": "Modals/Settings/SettingsModal.qml:158, Modules/Settings/WallpaperTab.qml:1336, Modules/Settings/WallpaperTab.qml:1358, Modules/Settings/WallpaperTab.qml:1378",
"comment": "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title"
},
{
@@ -13262,7 +13628,7 @@
{
"term": "Select monitor to configure wallpaper",
"context": "Select monitor to configure wallpaper",
- "reference": "Modules/Settings/WallpaperTab.qml:820",
+ "reference": "Modules/Settings/WallpaperTab.qml:842",
"comment": ""
},
{
@@ -13292,13 +13658,13 @@
{
"term": "Select the palette algorithm used for wallpaper-based colors",
"context": "Select the palette algorithm used for wallpaper-based colors",
- "reference": "Modules/Settings/ThemeColorsTab.qml:528",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:559",
"comment": ""
},
{
"term": "Select user...",
"context": "Select user...",
- "reference": "Modules/Greetd/GreeterContent.qml:1001",
+ "reference": "Modules/Greetd/GreeterUserPicker.qml:73",
"comment": "greeter user picker placeholder"
},
{
@@ -13310,19 +13676,19 @@
{
"term": "Select which transitions to include in randomization",
"context": "Select which transitions to include in randomization",
- "reference": "Modules/Settings/WallpaperTab.qml:1208",
+ "reference": "Modules/Settings/WallpaperTab.qml:1230",
"comment": ""
},
{
"term": "Select...",
"context": "Select...",
- "reference": "Widgets/KeybindItem.qml:965, Widgets/KeybindItem.qml:1186, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:123",
+ "reference": "Widgets/KeybindItem.qml:971, Widgets/KeybindItem.qml:1192, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:123",
"comment": ""
},
{
"term": "Selected image file not found.",
"context": "Selected image file not found.",
- "reference": "Services/PortalService.qml:154",
+ "reference": "Services/PortalService.qml:159",
"comment": ""
},
{
@@ -13358,7 +13724,13 @@
{
"term": "Separate",
"context": "Separate",
- "reference": "Modules/Settings/FrameTab.qml:56",
+ "reference": "Modules/Settings/FrameTab.qml:59",
+ "comment": ""
+ },
+ {
+ "term": "Separate Light & Dark Themes",
+ "context": "Separate Light & Dark Themes",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2277",
"comment": ""
},
{
@@ -13406,13 +13778,13 @@
{
"term": "Set different wallpapers for each connected monitor",
"context": "Set different wallpapers for each connected monitor",
- "reference": "Modules/Settings/WallpaperTab.qml:802",
+ "reference": "Modules/Settings/WallpaperTab.qml:824",
"comment": ""
},
{
"term": "Set different wallpapers for light and dark mode",
"context": "Set different wallpapers for light and dark mode",
- "reference": "Modules/Settings/WallpaperTab.qml:371",
+ "reference": "Modules/Settings/WallpaperTab.qml:393",
"comment": ""
},
{
@@ -13424,7 +13796,7 @@
{
"term": "Set key and action to save",
"context": "Set key and action to save",
- "reference": "Widgets/KeybindItem.qml:1845",
+ "reference": "Widgets/KeybindItem.qml:1851",
"comment": ""
},
{
@@ -13445,6 +13817,12 @@
"reference": "Modules/Settings/NotificationsTab.qml:215",
"comment": ""
},
+ {
+ "term": "Set the percentage at which the battery is considered low.",
+ "context": "Set the percentage at which the battery is considered low.",
+ "reference": "Modules/Settings/BatteryTab.qml:227",
+ "comment": ""
+ },
{
"term": "Setting",
"context": "Setting",
@@ -13472,61 +13850,61 @@
{
"term": "Setup",
"context": "Setup",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2083, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:428, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:88",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2129, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:428, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:88",
"comment": ""
},
{
"term": "Shadow Color",
"context": "Shadow Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:162, Modules/Settings/ThemeColorsTab.qml:1826",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:187, Modules/Settings/ThemeColorsTab.qml:1872",
"comment": ""
},
{
"term": "Shadow Intensity",
"context": "Shadow Intensity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1796",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1842",
"comment": ""
},
{
"term": "Shadow Opacity",
"context": "Shadow Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1811",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1857",
"comment": ""
},
{
"term": "Shadow Override",
"context": "Shadow Override",
- "reference": "Modules/Settings/DankBarTab.qml:1512",
+ "reference": "Modules/Settings/DankBarTab.qml:1570",
"comment": "bar shadow settings card"
},
{
"term": "Shadow blur radius in pixels",
"context": "Shadow blur radius in pixels",
- "reference": "Modules/Settings/DankBarTab.qml:1552",
+ "reference": "Modules/Settings/DankBarTab.qml:1610",
"comment": ""
},
{
"term": "Shadow elevation on bars and panels",
"context": "Shadow elevation on bars and panels",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1959",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2005",
"comment": ""
},
{
"term": "Shadow elevation on modals and dialogs",
"context": "Shadow elevation on modals and dialogs",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1937",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1983",
"comment": ""
},
{
"term": "Shadow elevation on popouts, OSDs, and dropdowns",
"context": "Shadow elevation on popouts, OSDs, and dropdowns",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1948",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1994",
"comment": ""
},
{
"term": "Shadows",
"context": "Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1778, Modules/Settings/ThemeColorsTab.qml:1786",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1824, Modules/Settings/ThemeColorsTab.qml:1832",
"comment": ""
},
{
@@ -13538,7 +13916,7 @@
{
"term": "Share Gamma Control Settings",
"context": "Share Gamma Control Settings",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1099",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1130",
"comment": ""
},
{
@@ -13562,7 +13940,7 @@
{
"term": "Shell",
"context": "Shell",
- "reference": "Widgets/KeybindItem.qml:1527",
+ "reference": "Widgets/KeybindItem.qml:1533",
"comment": ""
},
{
@@ -13628,7 +14006,7 @@
{
"term": "Show Badge",
"context": "Show Badge",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3124",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3407",
"comment": ""
},
{
@@ -13673,6 +14051,12 @@
"reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:84",
"comment": ""
},
+ {
+ "term": "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.",
+ "context": "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.",
+ "reference": "Modules/Settings/LauncherTab.qml:678",
+ "comment": ""
+ },
{
"term": "Show Footer",
"context": "Show Footer",
@@ -13724,7 +14108,7 @@
{
"term": "Show Icon",
"context": "Show Icon",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1364",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1397",
"comment": ""
},
{
@@ -13817,12 +14201,24 @@
"reference": "Modules/Settings/DockTab.qml:230",
"comment": ""
},
+ {
+ "term": "Show Package Source Badges",
+ "context": "Show Package Source Badges",
+ "reference": "Modules/Settings/LauncherTab.qml:677",
+ "comment": ""
+ },
{
"term": "Show Password Field",
"context": "Show Password Field",
"reference": "Modules/Settings/LockScreenTab.qml:129",
"comment": "Enable password field display on the lock screen window"
},
+ {
+ "term": "Show Percentage",
+ "context": "Show Percentage",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2647",
+ "comment": ""
+ },
{
"term": "Show Power Actions",
"context": "Show Power Actions",
@@ -13859,6 +14255,12 @@
"reference": "Modules/Settings/PowerSleepTab.qml:435",
"comment": ""
},
+ {
+ "term": "Show Remaining Time",
+ "context": "Show Remaining Time",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2756",
+ "comment": ""
+ },
{
"term": "Show Restart DMS",
"context": "Show Restart DMS",
@@ -13892,7 +14294,7 @@
{
"term": "Show Swap",
"context": "Show Swap",
- "reference": "Modules/Settings/WidgetsTabSection.qml:962",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:995",
"comment": ""
},
{
@@ -13967,6 +14369,18 @@
"reference": "Modules/Settings/NotificationsTab.qml:308",
"comment": ""
},
+ {
+ "term": "Show a notification when battery reaches the charge limit.",
+ "context": "Show a notification when battery reaches the charge limit.",
+ "reference": "Modules/Settings/BatteryTab.qml:212",
+ "comment": ""
+ },
+ {
+ "term": "Show a warning popup when battery is running low.",
+ "context": "Show a warning popup when battery is running low.",
+ "reference": "Modules/Settings/BatteryTab.qml:238",
+ "comment": ""
+ },
{
"term": "Show all 9 tags instead of only occupied tags",
"context": "Show all 9 tags instead of only occupied tags",
@@ -13976,7 +14390,13 @@
{
"term": "Show an outline ring around the focused workspace indicator",
"context": "Show an outline ring around the focused workspace indicator",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:173",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:269",
+ "comment": ""
+ },
+ {
+ "term": "Show an urgent alert when battery reaches critical level.",
+ "context": "Show an urgent alert when battery reaches critical level.",
+ "reference": "Modules/Settings/BatteryTab.qml:293",
"comment": ""
},
{
@@ -13988,7 +14408,7 @@
{
"term": "Show darkened overlay behind modal dialogs",
"context": "Show darkened overlay behind modal dialogs",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1985",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2031",
"comment": ""
},
{
@@ -14012,25 +14432,25 @@
{
"term": "Show during Niri overview",
"context": "Show during Niri overview",
- "reference": "Modules/Settings/FrameTab.qml:351",
+ "reference": "Modules/Settings/FrameTab.qml:375",
"comment": ""
},
{
"term": "Show foreground surfaces on blurred panels for stronger contrast",
"context": "Show foreground surfaces on blurred panels for stronger contrast",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1699",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1745",
"comment": ""
},
{
"term": "Show in GB",
"context": "Show in GB",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1015",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1048",
"comment": ""
},
{
"term": "Show launcher overlay when typing in Niri overview. Disable to use another launcher.",
"context": "Show launcher overlay when typing in Niri overview. Disable to use another launcher.",
- "reference": "Modules/Settings/LauncherTab.qml:754",
+ "reference": "Modules/Settings/LauncherTab.qml:763",
"comment": ""
},
{
@@ -14060,7 +14480,7 @@
{
"term": "Show on Last Display",
"context": "Show on Last Display",
- "reference": "Modules/Settings/DisplayWidgetsTab.qml:431, Modules/Settings/DankBarTab.qml:569",
+ "reference": "Modules/Settings/DisplayWidgetsTab.qml:431, Modules/Settings/DankBarTab.qml:576",
"comment": ""
},
{
@@ -14072,7 +14492,7 @@
{
"term": "Show on Overview",
"context": "Show on Overview",
- "reference": "Modules/Settings/DockTab.qml:85, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:767, Modules/Settings/FrameTab.qml:350",
+ "reference": "Modules/Settings/DockTab.qml:85, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:774, Modules/Settings/FrameTab.qml:374",
"comment": ""
},
{
@@ -14150,13 +14570,13 @@
{
"term": "Show the bar only when no windows are open",
"context": "Show the bar only when no windows are open",
- "reference": "Modules/Settings/DankBarTab.qml:710",
+ "reference": "Modules/Settings/DankBarTab.qml:717",
"comment": ""
},
{
"term": "Show the bar when niri overview is active",
"context": "Show the bar when niri overview is active",
- "reference": "Modules/Settings/DankBarTab.qml:768",
+ "reference": "Modules/Settings/DankBarTab.qml:775",
"comment": ""
},
{
@@ -14228,13 +14648,13 @@
{
"term": "Signal",
"context": "Signal",
- "reference": "Modules/Settings/NetworkWifiTab.qml:665",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:743, Modules/Settings/NetworkWifiTab.qml:1104",
"comment": ""
},
{
"term": "Signal:",
"context": "Signal:",
- "reference": "Modules/Settings/NetworkWifiTab.qml:244",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:321",
"comment": ""
},
{
@@ -14249,16 +14669,22 @@
"reference": "Modules/ControlCenter/Details/DoNotDisturbDetail.qml:113",
"comment": ""
},
+ {
+ "term": "Silence system sounds while media is playing",
+ "context": "Silence system sounds while media is playing",
+ "reference": "Modules/Settings/SoundsTab.qml:147",
+ "comment": ""
+ },
{
"term": "Single-Line Popup",
"context": "Single-Line Popup",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1151",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1184",
"comment": ""
},
{
"term": "Size",
"context": "Size",
- "reference": "Modals/WindowRuleModal.qml:1585, Modals/WindowRuleModal.qml:1797, Modals/DankLauncherV2/LauncherContent.qml:697, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:709, Modules/Settings/LauncherTab.qml:614, Modules/Settings/DankBarTab.qml:921, Modules/Settings/FrameTab.qml:125, Modules/Settings/WindowRulesTab.qml:125",
+ "reference": "Modals/WindowRuleModal.qml:1585, Modals/WindowRuleModal.qml:1797, Modals/DankLauncherV2/LauncherContent.qml:697, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:709, Modules/Settings/LauncherTab.qml:614, Modules/Settings/DankBarTab.qml:931, Modules/Settings/FrameTab.qml:128, Modules/Settings/WindowRulesTab.qml:125",
"comment": "launcher size option"
},
{
@@ -14288,7 +14714,7 @@
{
"term": "Skip confirmation",
"context": "Skip confirmation",
- "reference": "Widgets/KeybindItem.qml:1416",
+ "reference": "Widgets/KeybindItem.qml:1422",
"comment": ""
},
{
@@ -14312,19 +14738,13 @@
{
"term": "Small",
"context": "Small",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1486, Modules/Settings/WidgetsTabSection.qml:2597",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1519, Modules/Settings/WidgetsTabSection.qml:2880",
"comment": ""
},
{
"term": "Smartcard Authentication",
"context": "Smartcard Authentication",
- "reference": "Modals/WifiPasswordModal.qml:332",
- "comment": ""
- },
- {
- "term": "Smartcard PIN",
- "context": "Smartcard PIN",
- "reference": "Modals/WifiPasswordModal.qml:248",
+ "reference": "Modals/WifiPasswordModal.qml:326",
"comment": ""
},
{
@@ -14336,7 +14756,7 @@
{
"term": "Snow",
"context": "Snow",
- "reference": "Services/WeatherService.qml:139, Services/WeatherService.qml:141",
+ "reference": "Services/WeatherService.qml:141, Services/WeatherService.qml:143",
"comment": ""
},
{
@@ -14384,13 +14804,13 @@
{
"term": "Space between the bar and screen edges",
"context": "Space between the bar and screen edges",
- "reference": "Modules/Settings/DankBarTab.qml:878",
+ "reference": "Modules/Settings/DankBarTab.qml:886",
"comment": ""
},
{
"term": "Space between windows",
"context": "Space between windows",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:51, Modules/Settings/CompositorLayoutTab.qml:148, Modules/Settings/CompositorLayoutTab.qml:254",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:50, Modules/Settings/CompositorLayoutTab.qml:147, Modules/Settings/CompositorLayoutTab.qml:253",
"comment": ""
},
{
@@ -14450,7 +14870,7 @@
{
"term": "Square Corners",
"context": "Square Corners",
- "reference": "Modules/Settings/DankBarTab.qml:1097",
+ "reference": "Modules/Settings/DankBarTab.qml:1155",
"comment": ""
},
{
@@ -14474,7 +14894,7 @@
{
"term": "Start",
"context": "Start",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1185, Modules/Settings/GammaControlTab.qml:252, Modules/DankDash/Overview/CalendarEventEditor.qml:254",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1216, Modules/Settings/GammaControlTab.qml:252, Modules/DankDash/Overview/CalendarEventEditor.qml:254",
"comment": ""
},
{
@@ -14504,7 +14924,7 @@
{
"term": "Status",
"context": "Status",
- "reference": "Widgets/DankIconPicker.qml:55, Modals/Settings/SettingsSidebar.qml:245, Modules/Settings/AboutTab.qml:698, Modules/Settings/NetworkStatusTab.qml:86, Modules/Settings/PrinterTab.qml:186",
+ "reference": "Widgets/DankIconPicker.qml:55, Modals/Settings/SettingsSidebar.qml:245, Modules/Settings/AboutTab.qml:698, Modules/Settings/NetworkStatusTab.qml:86, Modules/Settings/PrinterTab.qml:186, Modules/Settings/BatteryTab.qml:110",
"comment": ""
},
{
@@ -14534,27 +14954,33 @@
{
"term": "Stretch widget icons to fill the available bar height",
"context": "Stretch widget icons to fill the available bar height",
- "reference": "Modules/Settings/DankBarTab.qml:1118",
+ "reference": "Modules/Settings/DankBarTab.qml:1176",
"comment": ""
},
{
"term": "Stretch widget text to fill the available bar height",
"context": "Stretch widget text to fill the available bar height",
- "reference": "Modules/Settings/DankBarTab.qml:1127",
+ "reference": "Modules/Settings/DankBarTab.qml:1185",
"comment": ""
},
{
"term": "Strict auto-hide",
"context": "Strict auto-hide",
- "reference": "Modules/Settings/DankBarTab.qml:695",
+ "reference": "Modules/Settings/DankBarTab.qml:702",
"comment": "Dank bar setting: hide the bar when the pointer leaves even if a menu or bar popover is still open"
},
{
"term": "Stripes",
"context": "Stripes",
- "reference": "Modules/Settings/WallpaperTab.qml:1169",
+ "reference": "Modules/Settings/WallpaperTab.qml:1191",
"comment": "wallpaper transition option"
},
+ {
+ "term": "Subtle Overlay",
+ "context": "Subtle Overlay",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:25",
+ "comment": "widget background color option"
+ },
{
"term": "Summary",
"context": "Summary",
@@ -14570,13 +14996,13 @@
{
"term": "Sunrise",
"context": "Sunrise",
- "reference": "Services/WeatherService.qml:245, Modules/DankDash/WeatherTab.qml:105, Modules/Settings/GammaControlTab.qml:574",
+ "reference": "Services/WeatherService.qml:247, Modules/DankDash/WeatherTab.qml:108, Modules/Settings/GammaControlTab.qml:574",
"comment": ""
},
{
"term": "Sunset",
"context": "Sunset",
- "reference": "Services/WeatherService.qml:270, Modules/DankDash/WeatherTab.qml:110, Modules/Settings/GammaControlTab.qml:610",
+ "reference": "Services/WeatherService.qml:272, Modules/DankDash/WeatherTab.qml:113, Modules/Settings/GammaControlTab.qml:610",
"comment": ""
},
{
@@ -14594,37 +15020,61 @@
{
"term": "Surface",
"context": "Surface",
- "reference": "Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/WorkspaceAppearanceCard.qml:187, Modules/Settings/FrameTab.qml:207",
- "comment": "color option | shadow color option"
+ "reference": "Modules/Settings/ThemeColorsTab.qml:28, Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/DankBarTab.qml:1733, Modules/Settings/WorkspaceAppearanceCard.qml:35, Modules/Settings/WorkspaceAppearanceCard.qml:76, Modules/Settings/WorkspaceAppearanceCard.qml:108, Modules/Settings/WorkspaceAppearanceCard.qml:146, Modules/Settings/FrameTab.qml:231",
+ "comment": "color option | shadow color option | widget background color option | workspace color option"
},
{
"term": "Surface Behavior",
"context": "Surface Behavior",
- "reference": "Modules/Settings/FrameTab.qml:54",
+ "reference": "Modules/Settings/FrameTab.qml:57",
"comment": ""
},
+ {
+ "term": "Surface Container",
+ "context": "Surface Container",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:31, Modules/Settings/WallpaperTab.qml:369, Modules/Settings/WorkspaceAppearanceCard.qml:38, Modules/Settings/WorkspaceAppearanceCard.qml:79, Modules/Settings/WorkspaceAppearanceCard.qml:111, Modules/Settings/WorkspaceAppearanceCard.qml:149",
+ "comment": "widget background color option | workspace color option"
+ },
+ {
+ "term": "Surface High",
+ "context": "Surface High",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:34, Modules/Settings/WorkspaceAppearanceCard.qml:41, Modules/Settings/WorkspaceAppearanceCard.qml:82, Modules/Settings/WorkspaceAppearanceCard.qml:114, Modules/Settings/WorkspaceAppearanceCard.qml:152",
+ "comment": "widget background color option | workspace color option"
+ },
+ {
+ "term": "Surface Highest",
+ "context": "Surface Highest",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:44, Modules/Settings/WorkspaceAppearanceCard.qml:85, Modules/Settings/WorkspaceAppearanceCard.qml:117",
+ "comment": "workspace color option"
+ },
{
"term": "Surface Opacity",
"context": "Surface Opacity",
- "reference": "Modules/Notepad/NotepadSettings.qml:355, Modules/Settings/ThemeColorsTab.qml:1642, Modules/Settings/ThemeColorsTab.qml:1650, Modules/Settings/FrameTab.qml:146",
+ "reference": "Modules/Notepad/NotepadSettings.qml:355, Modules/Settings/ThemeColorsTab.qml:1688, Modules/Settings/ThemeColorsTab.qml:1696, Modules/Settings/FrameTab.qml:149",
"comment": ""
},
+ {
+ "term": "Surface Text",
+ "context": "Surface Text",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:96, Modules/Settings/WorkspaceAppearanceCard.qml:160",
+ "comment": "workspace color option"
+ },
{
"term": "Surface Variant",
"context": "Surface Variant",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1581, Modules/Settings/ThemeColorsTab.qml:1589, Modules/Settings/ThemeColorsTab.qml:1599, Modules/Settings/ThemeColorsTab.qml:1613, Modules/Settings/ThemeColorsTab.qml:1621, Modules/Settings/ThemeColorsTab.qml:1631, Modules/Settings/ThemeColorsTab.qml:1828, Modules/Settings/ThemeColorsTab.qml:1836, Modules/Settings/ThemeColorsTab.qml:1847",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1615, Modules/Settings/ThemeColorsTab.qml:1620, Modules/Settings/ThemeColorsTab.qml:1629, Modules/Settings/ThemeColorsTab.qml:1639, Modules/Settings/ThemeColorsTab.qml:1653, Modules/Settings/ThemeColorsTab.qml:1658, Modules/Settings/ThemeColorsTab.qml:1667, Modules/Settings/ThemeColorsTab.qml:1677, Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1882, Modules/Settings/ThemeColorsTab.qml:1893",
"comment": "button color option | shadow color option | tile color option"
},
{
"term": "Surfaces emerge flush from the bar",
"context": "Surfaces emerge flush from the bar",
- "reference": "Modules/Settings/FrameTab.qml:55",
+ "reference": "Modules/Settings/FrameTab.qml:58",
"comment": ""
},
{
"term": "Surfaces float independently of the frame",
"context": "Surfaces float independently of the frame",
- "reference": "Modules/Settings/FrameTab.qml:55",
+ "reference": "Modules/Settings/FrameTab.qml:58",
"comment": ""
},
{
@@ -14660,7 +15110,7 @@
{
"term": "Switch User",
"context": "Switch User",
- "reference": "Modals/PowerMenuModal.qml:224, Modals/SwitchUserModal.qml:97, Modules/Lock/LockPowerMenu.qml:136, Modules/Greetd/GreeterContent.qml:1441",
+ "reference": "Modals/PowerMenuModal.qml:224, Modals/SwitchUserModal.qml:97, Modules/Lock/LockPowerMenu.qml:136",
"comment": ""
},
{
@@ -14681,10 +15131,16 @@
"reference": "Modules/Settings/GreeterTab.qml:510",
"comment": ""
},
+ {
+ "term": "Sync Bar Inset Padding",
+ "context": "Sync Bar Inset Padding",
+ "reference": "Modules/Settings/DankBarTab.qml:1015",
+ "comment": ""
+ },
{
"term": "Sync Mode with Portal",
"context": "Sync Mode with Portal",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2003",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2049",
"comment": ""
},
{
@@ -14708,7 +15164,7 @@
{
"term": "Sync dark mode with settings portals for system-wide theme hints",
"context": "Sync dark mode with settings portals for system-wide theme hints",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2004",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2050",
"comment": ""
},
{
@@ -14732,7 +15188,7 @@
{
"term": "System App Theming",
"context": "System App Theming",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2672",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2763",
"comment": ""
},
{
@@ -14780,7 +15236,7 @@
{
"term": "System Tray Icon Tint",
"context": "System Tray Icon Tint",
- "reference": "Modules/Settings/DankBarTab.qml:1214",
+ "reference": "Modules/Settings/DankBarTab.qml:1272",
"comment": ""
},
{
@@ -14810,7 +15266,7 @@
{
"term": "System sounds are not available. Install %1 for sound support.",
"context": "System sounds are not available. Install %1 for sound support.",
- "reference": "Modules/Settings/SoundsTab.qml:159",
+ "reference": "Modules/Settings/SoundsTab.qml:176",
"comment": ""
},
{
@@ -14834,7 +15290,7 @@
{
"term": "Tab",
"context": "Tab",
- "reference": "Widgets/KeybindItem.qml:1099",
+ "reference": "Widgets/KeybindItem.qml:1105",
"comment": ""
},
{
@@ -14852,7 +15308,7 @@
{
"term": "Tags: %1",
"context": "Tags: %1",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:326",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:449",
"comment": "Tailscale device tags"
},
{
@@ -14867,10 +15323,16 @@
"reference": "Modules/ControlCenter/Models/WidgetModel.qml:268",
"comment": "Tailscale control center widget description"
},
+ {
+ "term": "Tailscale action failed",
+ "context": "Tailscale action failed",
+ "reference": "Services/TailscaleService.qml:178",
+ "comment": "Toast shown when a Tailscale write action is rejected"
+ },
{
"term": "Tailscale not available",
"context": "Tailscale not available",
- "reference": "Modules/ControlCenter/Models/WidgetModel.qml:272, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:70",
+ "reference": "Modules/ControlCenter/Models/WidgetModel.qml:272, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:77",
"comment": "Warning when Tailscale service is not running"
},
{
@@ -14930,9 +15392,21 @@
{
"term": "Terminals - Always use Dark Theme",
"context": "Terminals - Always use Dark Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2013",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2059",
"comment": ""
},
+ {
+ "term": "Tertiary",
+ "context": "Tertiary",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:29, Modules/Settings/WorkspaceAppearanceCard.qml:70, Modules/Settings/WorkspaceAppearanceCard.qml:105, Modules/Settings/WorkspaceAppearanceCard.qml:140, Modules/Settings/WorkspaceAppearanceCard.qml:175",
+ "comment": "workspace color option"
+ },
+ {
+ "term": "Tertiary Container",
+ "context": "Tertiary Container",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:43, Modules/Settings/WorkspaceAppearanceCard.qml:32, Modules/Settings/WorkspaceAppearanceCard.qml:73, Modules/Settings/WorkspaceAppearanceCard.qml:143, Modules/Settings/WorkspaceAppearanceCard.qml:178",
+ "comment": "widget background color option | workspace color option"
+ },
{
"term": "Test Connection",
"context": "Test Connection",
@@ -14960,13 +15434,13 @@
{
"term": "Text",
"context": "Text",
- "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:170, Modules/Settings/LauncherTab.qml:722",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:190, Modals/Clipboard/ClipboardContent.qml:15, Modules/Settings/LauncherTab.qml:731",
"comment": "text color"
},
{
"term": "Text Color",
"context": "Text Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1736, Modules/Settings/ThemeColorsTab.qml:1748, Modules/Settings/ThemeColorsTab.qml:1828, Modules/Settings/ThemeColorsTab.qml:1832, Modules/Settings/ThemeColorsTab.qml:1852",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1774, Modules/Settings/ThemeColorsTab.qml:1782, Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1878, Modules/Settings/ThemeColorsTab.qml:1898",
"comment": "blur border color | shadow color option"
},
{
@@ -14996,7 +15470,7 @@
{
"term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).",
"context": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2661",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2752",
"comment": ""
},
{
@@ -15026,7 +15500,7 @@
{
"term": "Theme Color",
"context": "Theme Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:232",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:263",
"comment": ""
},
{
@@ -15038,19 +15512,19 @@
{
"term": "Theme color used for the border",
"context": "Theme color used for the border",
- "reference": "Modules/Settings/DankBarTab.qml:1324",
+ "reference": "Modules/Settings/DankBarTab.qml:1382",
"comment": ""
},
{
"term": "Theme color used for the widget outline",
"context": "Theme color used for the widget outline",
- "reference": "Modules/Settings/DankBarTab.qml:1419",
+ "reference": "Modules/Settings/DankBarTab.qml:1477",
"comment": ""
},
{
"term": "Theme worker failed (%1)",
"context": "Theme worker failed (%1)",
- "reference": "Common/Theme.qml:2048",
+ "reference": "Common/Theme.qml:2112",
"comment": ""
},
{
@@ -15068,7 +15542,7 @@
{
"term": "Thickness",
"context": "Thickness",
- "reference": "Modules/Settings/LauncherTab.qml:690, Modules/Settings/DankBarTab.qml:1384, Modules/Settings/DankBarTab.qml:1479, Modules/Settings/WorkspaceAppearanceCard.qml:221",
+ "reference": "Modules/Settings/LauncherTab.qml:699, Modules/Settings/DankBarTab.qml:1442, Modules/Settings/DankBarTab.qml:1537, Modules/Settings/WorkspaceAppearanceCard.qml:294",
"comment": "border thickness"
},
{
@@ -15098,13 +15572,13 @@
{
"term": "This device",
"context": "This device",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:249",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:372",
"comment": "Label for the user's own device in Tailscale"
},
{
"term": "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.",
"context": "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:105",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:130",
"comment": ""
},
{
@@ -15152,31 +15626,31 @@
{
"term": "This will delete all unpinned entries. %1 pinned entries will be kept.",
"context": "This will delete all unpinned entries. %1 pinned entries will be kept.",
- "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:87, Modules/DankBar/DankBarContent.qml:739",
+ "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:138, Modules/DankBar/DankBarContent.qml:739",
"comment": ""
},
{
"term": "This will permanently delete all clipboard history.",
"context": "This will permanently delete all clipboard history.",
- "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:87, Modules/DankBar/DankBarContent.qml:739",
+ "reference": "Modals/Clipboard/ClipboardHistoryContent.qml:138, Modules/DankBar/DankBarContent.qml:739",
"comment": ""
},
{
"term": "This will permanently remove this saved clipboard item. This action cannot be undone.",
"context": "This will permanently remove this saved clipboard item. This action cannot be undone.",
- "reference": "Services/ClipboardService.qml:307",
+ "reference": "Services/ClipboardService.qml:320",
"comment": ""
},
{
"term": "Thunderstorm",
"context": "Thunderstorm",
- "reference": "Services/WeatherService.qml:147",
+ "reference": "Services/WeatherService.qml:149",
"comment": ""
},
{
"term": "Thunderstorm with Hail",
"context": "Thunderstorm with Hail",
- "reference": "Services/WeatherService.qml:148, Services/WeatherService.qml:149",
+ "reference": "Services/WeatherService.qml:150, Services/WeatherService.qml:151",
"comment": ""
},
{
@@ -15218,7 +15692,7 @@
{
"term": "Time",
"context": "Time",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1117, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:960",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1148, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:982",
"comment": "theme auto mode tab | wallpaper cycling mode tab"
},
{
@@ -15248,7 +15722,7 @@
{
"term": "Time to wait before hiding after the pointer leaves",
"context": "Time to wait before hiding after the pointer leaves",
- "reference": "Modules/Settings/DankBarTab.qml:673",
+ "reference": "Modules/Settings/DankBarTab.qml:680",
"comment": ""
},
{
@@ -15290,19 +15764,19 @@
{
"term": "Tint Saturation",
"context": "Tint Saturation",
- "reference": "Modules/Settings/DankBarTab.qml:1266",
+ "reference": "Modules/Settings/DankBarTab.qml:1324",
"comment": ""
},
{
"term": "Tint Strength",
"context": "Tint Strength",
- "reference": "Modules/Settings/DankBarTab.qml:1289",
+ "reference": "Modules/Settings/DankBarTab.qml:1347",
"comment": ""
},
{
"term": "Title",
"context": "Title",
- "reference": "Widgets/KeybindItem.qml:1556, Modules/Settings/WindowRulesTab.qml:46, Modules/DankDash/Overview/CalendarEventEditor.qml:195",
+ "reference": "Widgets/KeybindItem.qml:1562, Modules/Settings/WindowRulesTab.qml:46, Modules/DankDash/Overview/CalendarEventEditor.qml:195",
"comment": ""
},
{
@@ -15338,7 +15812,7 @@
{
"term": "To update, run the following command:",
"context": "To update, run the following command:",
- "reference": "Services/DMSService.qml:320",
+ "reference": "Services/DMSService.qml:321",
"comment": ""
},
{
@@ -15347,6 +15821,12 @@
"reference": "Widgets/KeybindItem.qml:524",
"comment": ""
},
+ {
+ "term": "Toast",
+ "context": "Toast",
+ "reference": "Modules/Settings/BatteryTab.qml:247",
+ "comment": ""
+ },
{
"term": "Toast Messages",
"context": "Toast Messages",
@@ -15356,13 +15836,13 @@
{
"term": "Today",
"context": "Today",
- "reference": "Services/WeatherService.qml:441, Modules/Notifications/Center/HistoryNotificationList.qml:97",
+ "reference": "Services/WeatherService.qml:443, Modules/Notifications/Center/HistoryNotificationList.qml:97",
"comment": "notification history filter"
},
{
"term": "Toggle bar visibility manually via IPC",
"context": "Toggle bar visibility manually via IPC",
- "reference": "Modules/Settings/DankBarTab.qml:729",
+ "reference": "Modules/Settings/DankBarTab.qml:736",
"comment": ""
},
{
@@ -15374,25 +15854,25 @@
{
"term": "Toggle visibility of this bar configuration",
"context": "Toggle visibility of this bar configuration",
- "reference": "Modules/Settings/DankBarTab.qml:462",
+ "reference": "Modules/Settings/DankBarTab.qml:469",
"comment": ""
},
{
"term": "Toggling...",
"context": "Toggling...",
- "reference": "Modules/Settings/NetworkWifiTab.qml:100",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:177",
"comment": ""
},
{
"term": "Tomorrow",
"context": "Tomorrow",
- "reference": "Services/WeatherService.qml:443",
+ "reference": "Services/WeatherService.qml:445",
"comment": ""
},
{
"term": "Tonal Spot",
"context": "Tonal Spot",
- "reference": "Common/Theme.qml:477",
+ "reference": "Common/Theme.qml:479",
"comment": "matugen color scheme option"
},
{
@@ -15416,7 +15896,7 @@
{
"term": "Too many failed attempts - account may be locked",
"context": "Too many failed attempts - account may be locked",
- "reference": "Modules/Greetd/GreeterContent.qml:235",
+ "reference": "Modules/Greetd/GreeterContent.qml:243",
"comment": ""
},
{
@@ -15428,13 +15908,13 @@
{
"term": "Top",
"context": "Top",
- "reference": "Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:333, Modules/Settings/DankBarTab.qml:341, Modules/Settings/DankBarTab.qml:484, Modules/Settings/DankBarTab.qml:1617, Modules/Settings/DankBarTab.qml:1627, Modules/Settings/FrameTab.qml:319",
+ "reference": "Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:340, Modules/Settings/DankBarTab.qml:348, Modules/Settings/DankBarTab.qml:491, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/DankBarTab.qml:1685, Modules/Settings/FrameTab.qml:343",
"comment": "shadow direction option"
},
{
"term": "Top (Default)",
"context": "Top (Default)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1866, Modules/Settings/ThemeColorsTab.qml:1878",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:1924",
"comment": "shadow direction option"
},
{
@@ -15452,7 +15932,7 @@
{
"term": "Top Left",
"context": "Top Left",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1866, Modules/Settings/ThemeColorsTab.qml:1872, Modules/Settings/ThemeColorsTab.qml:1885, Modules/Settings/DankBarTab.qml:1617, Modules/Settings/DankBarTab.qml:1621, Modules/Settings/DankBarTab.qml:1631, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:251, Modules/Settings/NotificationsTab.qml:260, Modules/Settings/NotificationsTab.qml:266, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:1918, Modules/Settings/ThemeColorsTab.qml:1931, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/DankBarTab.qml:1679, Modules/Settings/DankBarTab.qml:1689, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:251, Modules/Settings/NotificationsTab.qml:260, Modules/Settings/NotificationsTab.qml:266, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
"comment": "screen position option | shadow direction option"
},
{
@@ -15464,19 +15944,19 @@
{
"term": "Top Right",
"context": "Top Right",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1866, Modules/Settings/ThemeColorsTab.qml:1874, Modules/Settings/ThemeColorsTab.qml:1887, Modules/Settings/DankBarTab.qml:1617, Modules/Settings/DankBarTab.qml:1623, Modules/Settings/DankBarTab.qml:1635, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:247, Modules/Settings/NotificationsTab.qml:257, Modules/Settings/NotificationsTab.qml:260, Modules/Settings/NotificationsTab.qml:263, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:1920, Modules/Settings/ThemeColorsTab.qml:1933, Modules/Settings/DankBarTab.qml:1675, Modules/Settings/DankBarTab.qml:1681, Modules/Settings/DankBarTab.qml:1693, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:247, Modules/Settings/NotificationsTab.qml:257, Modules/Settings/NotificationsTab.qml:260, Modules/Settings/NotificationsTab.qml:263, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
"comment": "screen position option | shadow direction option"
},
{
"term": "Top Section",
"context": "Top Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1050",
+ "reference": "Modules/Settings/WidgetsTab.qml:1064",
"comment": ""
},
{
"term": "Total",
"context": "Total",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1623",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1656",
"comment": ""
},
{
@@ -15500,7 +15980,7 @@
{
"term": "Transition Effect",
"context": "Transition Effect",
- "reference": "Modules/Settings/WallpaperTab.qml:1153",
+ "reference": "Modules/Settings/WallpaperTab.qml:1175",
"comment": ""
},
{
@@ -15542,7 +16022,7 @@
{
"term": "Trigger",
"context": "Trigger",
- "reference": "Modules/Settings/LauncherTab.qml:827",
+ "reference": "Modules/Settings/LauncherTab.qml:836",
"comment": ""
},
{
@@ -15554,7 +16034,7 @@
{
"term": "Trigger: %1",
"context": "Trigger: %1",
- "reference": "Modals/DankLauncherV2/Controller.qml:1377, Modules/Settings/LauncherTab.qml:1013",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1377, Modules/Settings/LauncherTab.qml:1022",
"comment": ""
},
{
@@ -15614,7 +16094,7 @@
{
"term": "Type",
"context": "Type",
- "reference": "Widgets/KeybindItem.qml:840, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:614",
+ "reference": "Widgets/KeybindItem.qml:846, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:614",
"comment": ""
},
{
@@ -15650,13 +16130,13 @@
{
"term": "Typography & Motion",
"context": "Typography & Motion",
- "reference": "Modals/Settings/SettingsSidebar.qml:89, Modals/Settings/SettingsSidebar.qml:640",
+ "reference": "Modals/Settings/SettingsSidebar.qml:89, Modals/Settings/SettingsSidebar.qml:646",
"comment": ""
},
{
"term": "Unavailable",
"context": "Unavailable",
- "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:31, Modules/Settings/NetworkVpnTab.qml:82, Modules/Settings/PrinterTab.qml:202, Modules/Settings/NetworkEthernetTab.qml:167",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:31, Modules/Settings/NetworkVpnTab.qml:82, Modules/Settings/PrinterTab.qml:202, Modules/Settings/NetworkEthernetTab.qml:167, Modules/Settings/NetworkWifiTab.qml:970",
"comment": "Phone Connect unavailable status"
},
{
@@ -15668,7 +16148,7 @@
{
"term": "Unfocused Color",
"context": "Unfocused Color",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:94",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:226",
"comment": ""
},
{
@@ -15704,7 +16184,7 @@
{
"term": "Uninstall failed: %1",
"context": "Uninstall failed: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:789, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:820, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249",
"comment": "uninstallation error"
},
{
@@ -15716,25 +16196,25 @@
{
"term": "Uninstalled: %1",
"context": "Uninstalled: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:792, Modules/Settings/ThemeBrowser.qml:101",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:823, Modules/Settings/ThemeBrowser.qml:101",
"comment": "uninstallation success"
},
{
"term": "Uninstalling: %1",
"context": "Uninstalling: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:786, Modules/Settings/ThemeBrowser.qml:95",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:817, Modules/Settings/ThemeBrowser.qml:95",
"comment": "uninstallation progress"
},
{
"term": "Unknown",
"context": "Unknown",
- "reference": "Common/Theme.qml:1566, Services/WeatherService.qml:151, Services/WeatherService.qml:605, Services/WeatherService.qml:606, Services/WeatherService.qml:765, Services/WeatherService.qml:766, Services/BatteryService.qml:214, dms-plugins/DankKDEConnect/components/DeviceCard.qml:208, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:201, Modules/Lock/LockScreenContent.qml:401, Modules/Lock/LockScreenContent.qml:521, Modules/Lock/LockScreenContent.qml:617, Modules/Settings/PluginBrowser.qml:902, Modules/Settings/NetworkStatusTab.qml:79, Modules/Settings/NetworkStatusTab.qml:121, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:506, Modules/Settings/NetworkEthernetTab.qml:146, Modules/Settings/NetworkEthernetTab.qml:169, Modules/Settings/NetworkEthernetTab.qml:317, Modules/Settings/NetworkEthernetTab.qml:428, Modules/Settings/NotificationsTab.qml:714, Modules/Settings/NetworkWifiTab.qml:449, Modules/ControlCenter/Details/BatteryDetail.qml:184, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:487, Modules/ControlCenter/Components/DragDropGrid.qml:725, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:340",
+ "reference": "Common/Theme.qml:1630, Services/WeatherService.qml:153, Services/WeatherService.qml:716, Services/WeatherService.qml:717, Services/WeatherService.qml:758, Services/WeatherService.qml:759, Services/WeatherService.qml:794, Services/WeatherService.qml:795, Services/WeatherService.qml:993, Services/WeatherService.qml:994, Services/BatteryService.qml:288, dms-plugins/DankKDEConnect/components/DeviceCard.qml:208, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:201, Modules/Lock/LockScreenContent.qml:406, Modules/Lock/LockScreenContent.qml:526, Modules/Lock/LockScreenContent.qml:622, Modules/Settings/PluginBrowser.qml:902, Modules/Settings/NetworkStatusTab.qml:79, Modules/Settings/NetworkStatusTab.qml:121, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:506, Modules/Settings/NetworkEthernetTab.qml:146, Modules/Settings/NetworkEthernetTab.qml:169, Modules/Settings/NetworkEthernetTab.qml:317, Modules/Settings/NetworkEthernetTab.qml:428, Modules/Settings/NotificationsTab.qml:714, Modules/Settings/NetworkWifiTab.qml:537, Modules/Settings/NetworkWifiTab.qml:947, Modules/ControlCenter/Details/BatteryDetail.qml:184, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:487, Modules/ControlCenter/Components/DragDropGrid.qml:725, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:340",
"comment": "KDE Connect unknown device status | battery status | power profile option | unknown author | widget status"
},
{
"term": "Unknown App",
"context": "Unknown App",
- "reference": "Modules/Settings/LauncherTab.qml:1498",
+ "reference": "Modules/Settings/LauncherTab.qml:1507",
"comment": ""
},
{
@@ -15746,7 +16226,7 @@
{
"term": "Unknown Config",
"context": "Unknown Config",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:307",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:308",
"comment": ""
},
{
@@ -15770,7 +16250,7 @@
{
"term": "Unknown Network",
"context": "Unknown Network",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:568",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:570",
"comment": ""
},
{
@@ -15824,7 +16304,7 @@
{
"term": "Unpin",
"context": "Unpin",
- "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modals/Clipboard/ClipboardContextMenu.qml:30",
"comment": ""
},
{
@@ -15842,7 +16322,7 @@
{
"term": "Unsaved changes",
"context": "Unsaved changes",
- "reference": "Widgets/KeybindItem.qml:1845, Modules/Notepad/NotepadTextEditor.qml:1044",
+ "reference": "Widgets/KeybindItem.qml:1851, Modules/Notepad/NotepadTextEditor.qml:1044",
"comment": ""
},
{
@@ -15944,7 +16424,7 @@
{
"term": "Urgent Color",
"context": "Urgent Color",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:131",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:246",
"comment": ""
},
{
@@ -15980,7 +16460,7 @@
{
"term": "Use IP Location",
"context": "Use IP Location",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1275, Modules/Settings/GammaControlTab.qml:345",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1306, Modules/Settings/GammaControlTab.qml:345",
"comment": ""
},
{
@@ -15998,7 +16478,7 @@
{
"term": "Use Inline Expansion",
"context": "Use Inline Expansion",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1100",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1133",
"comment": ""
},
{
@@ -16010,7 +16490,7 @@
{
"term": "Use Overlay Layer",
"context": "Use Overlay Layer",
- "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/LauncherTab.qml:175, Modules/Settings/DankBarTab.qml:787",
+ "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/LauncherTab.qml:175, Modules/Settings/DankBarTab.qml:794",
"comment": "bar layer toggle: use Wayland overlay layer | dock layer toggle: use Wayland overlay layer | launcher layer toggle: use Wayland overlay layer"
},
{
@@ -16028,13 +16508,13 @@
{
"term": "Use a custom radius for goth corner cutouts",
"context": "Use a custom radius for goth corner cutouts",
- "reference": "Modules/Settings/DankBarTab.qml:1162",
+ "reference": "Modules/Settings/DankBarTab.qml:1220",
"comment": ""
},
{
"term": "Use a fixed shadow direction for this bar",
"context": "Use a fixed shadow direction for this bar",
- "reference": "Modules/Settings/DankBarTab.qml:1615",
+ "reference": "Modules/Settings/DankBarTab.qml:1673",
"comment": ""
},
{
@@ -16046,7 +16526,7 @@
{
"term": "Use an external wallpaper manager like swww, hyprpaper, or swaybg.",
"context": "Use an external wallpaper manager like swww, hyprpaper, or swaybg.",
- "reference": "Modules/Settings/WallpaperTab.qml:1251",
+ "reference": "Modules/Settings/WallpaperTab.qml:1273",
"comment": "wallpaper settings disable description"
},
{
@@ -16058,25 +16538,25 @@
{
"term": "Use custom border size",
"context": "Use custom border size",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:191, Modules/Settings/CompositorLayoutTab.qml:297",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:190, Modules/Settings/CompositorLayoutTab.qml:296",
"comment": ""
},
{
"term": "Use custom border/focus-ring width",
"context": "Use custom border/focus-ring width",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:94",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:93",
"comment": ""
},
{
"term": "Use custom gaps instead of bar spacing",
"context": "Use custom gaps instead of bar spacing",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:35, Modules/Settings/CompositorLayoutTab.qml:132, Modules/Settings/CompositorLayoutTab.qml:238",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:34, Modules/Settings/CompositorLayoutTab.qml:131, Modules/Settings/CompositorLayoutTab.qml:237",
"comment": ""
},
{
"term": "Use custom window radius instead of theme radius",
"context": "Use custom window radius instead of theme radius",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:65, Modules/Settings/CompositorLayoutTab.qml:162, Modules/Settings/CompositorLayoutTab.qml:268",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:64, Modules/Settings/CompositorLayoutTab.qml:161, Modules/Settings/CompositorLayoutTab.qml:267",
"comment": ""
},
{
@@ -16085,6 +16565,12 @@
"reference": "Modules/Settings/GreeterTab.qml:670",
"comment": ""
},
+ {
+ "term": "Use different icon themes for light and dark mode",
+ "context": "Use different icon themes for light and dark mode",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2278",
+ "comment": ""
+ },
{
"term": "Use fingerprint authentication for the lock screen.",
"context": "Use fingerprint authentication for the lock screen.",
@@ -16100,7 +16586,7 @@
{
"term": "Use light theme instead of dark theme",
"context": "Use light theme instead of dark theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1509",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1540",
"comment": ""
},
{
@@ -16109,6 +16595,12 @@
"reference": "Modules/Settings/TimeWeatherTab.qml:469",
"comment": ""
},
+ {
+ "term": "Use one inset value for every bar",
+ "context": "Use one inset value for every bar",
+ "reference": "Modules/Settings/DankBarTab.qml:1016",
+ "comment": ""
+ },
{
"term": "Use smaller notification cards",
"context": "Use smaller notification cards",
@@ -16124,7 +16616,7 @@
{
"term": "Use the extended surface for launcher content",
"context": "Use the extended surface for launcher content",
- "reference": "Modules/Settings/FrameTab.qml:332",
+ "reference": "Modules/Settings/FrameTab.qml:356",
"comment": ""
},
{
@@ -16214,7 +16706,7 @@
{
"term": "Username",
"context": "Username",
- "reference": "Modals/WifiPasswordModal.qml:172, Modals/WifiPasswordModal.qml:520, Widgets/VpnProfileDelegate.qml:48, Modules/Settings/NetworkVpnTab.qml:425, Modules/Settings/UsersTab.qml:358",
+ "reference": "Modals/WifiPasswordModal.qml:183, Modals/WifiPasswordModal.qml:506, Widgets/VpnProfileDelegate.qml:48, Modules/Settings/NetworkVpnTab.qml:425, Modules/Settings/UsersTab.qml:358",
"comment": ""
},
{
@@ -16226,7 +16718,7 @@
{
"term": "Username...",
"context": "Username...",
- "reference": "Modules/Greetd/GreeterContent.qml:1202",
+ "reference": "Modules/Greetd/GreeterContent.qml:1239",
"comment": ""
},
{
@@ -16238,7 +16730,7 @@
{
"term": "Uses sunrise/sunset times based on your location.",
"context": "Uses sunrise/sunset times based on your location.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1354",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1385",
"comment": ""
},
{
@@ -16274,7 +16766,7 @@
{
"term": "Using shared settings from Gamma Control",
"context": "Using shared settings from Gamma Control",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1366",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1397",
"comment": ""
},
{
@@ -16286,7 +16778,7 @@
{
"term": "VPN",
"context": "VPN",
- "reference": "Modals/Settings/SettingsSidebar.qml:263, Modules/Settings/WidgetsTabSection.qml:1739, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/NetworkVpnTab.qml:45, Modules/Settings/WidgetsTab.qml:185, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15",
+ "reference": "Modals/Settings/SettingsSidebar.qml:263, Modules/Settings/WidgetsTabSection.qml:1772, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/NetworkVpnTab.qml:45, Modules/Settings/WidgetsTab.qml:185, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15",
"comment": ""
},
{
@@ -16295,12 +16787,6 @@
"reference": "Modules/ControlCenter/Models/WidgetModel.qml:248, Modules/DankBar/Popouts/VpnPopout.qml:64",
"comment": ""
},
- {
- "term": "VPN Password",
- "context": "VPN Password",
- "reference": "Modals/WifiPasswordModal.qml:250",
- "comment": ""
- },
{
"term": "VPN configuration updated",
"context": "VPN configuration updated",
@@ -16400,13 +16886,13 @@
{
"term": "Vibrant",
"context": "Vibrant",
- "reference": "Common/Theme.qml:481",
+ "reference": "Common/Theme.qml:483",
"comment": "matugen color scheme option"
},
{
"term": "Vibrant palette with playful saturation.",
"context": "Vibrant palette with playful saturation.",
- "reference": "Common/Theme.qml:490",
+ "reference": "Common/Theme.qml:492",
"comment": ""
},
{
@@ -16442,19 +16928,19 @@
{
"term": "Visibility",
"context": "Visibility",
- "reference": "Modules/DankDash/WeatherForecastCard.qml:100, Modules/Settings/TimeWeatherTab.qml:1157, Modules/Settings/DankBarTab.qml:638",
+ "reference": "Modules/DankDash/WeatherForecastCard.qml:100, Modules/Settings/TimeWeatherTab.qml:1157, Modules/Settings/DankBarTab.qml:645",
"comment": ""
},
{
"term": "Visible Entry Actions",
"context": "Visible Entry Actions",
- "reference": "Modules/Settings/ClipboardTab.qml:471",
+ "reference": "Modules/Settings/ClipboardTab.qml:491",
"comment": ""
},
{
"term": "Visual Effects",
"context": "Visual Effects",
- "reference": "Modules/Settings/WidgetsTabSection.qml:3165",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3448",
"comment": ""
},
{
@@ -16466,13 +16952,13 @@
{
"term": "Visual effect used when wallpaper changes",
"context": "Visual effect used when wallpaper changes",
- "reference": "Modules/Settings/WallpaperTab.qml:1154",
+ "reference": "Modules/Settings/WallpaperTab.qml:1176",
"comment": ""
},
{
"term": "Volume",
"context": "Volume",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1764, Modules/Settings/WidgetsTabSection.qml:1988, Modules/Settings/OSDTab.qml:93",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1797, Modules/Settings/WidgetsTabSection.qml:2021, Modules/Settings/OSDTab.qml:93",
"comment": ""
},
{
@@ -16496,25 +16982,25 @@
{
"term": "WPA/WPA2",
"context": "WPA/WPA2",
- "reference": "Modules/Settings/NetworkWifiTab.qml:695",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:773, Modules/Settings/NetworkWifiTab.qml:1134",
"comment": ""
},
{
"term": "Wallpaper",
"context": "Wallpaper",
- "reference": "Widgets/KeybindItem.qml:1118, Widgets/KeybindItem.qml:1125, Widgets/KeybindItem.qml:1134, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:77, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63",
+ "reference": "Widgets/KeybindItem.qml:1124, Widgets/KeybindItem.qml:1131, Widgets/KeybindItem.qml:1140, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:77, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63",
"comment": "greeter settings link"
},
{
"term": "Wallpaper Error",
"context": "Wallpaper Error",
- "reference": "Modules/Settings/ThemeColorsTab.qml:489",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:520",
"comment": "wallpaper error status"
},
{
"term": "Wallpaper Monitor",
"context": "Wallpaper Monitor",
- "reference": "Modules/Settings/WallpaperTab.qml:819",
+ "reference": "Modules/Settings/WallpaperTab.qml:841",
"comment": ""
},
{
@@ -16526,13 +17012,13 @@
{
"term": "Wallpaper processing failed",
"context": "Wallpaper processing failed",
- "reference": "Modules/Settings/ThemeColorsTab.qml:506",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:537",
"comment": "wallpaper processing error"
},
{
"term": "Wallpaper processing failed - check wallpaper path",
"context": "Wallpaper processing failed - check wallpaper path",
- "reference": "Modules/Settings/ThemeColorsTab.qml:333",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:364",
"comment": "wallpaper error"
},
{
@@ -16568,7 +17054,7 @@
{
"term": "Weather",
"context": "Weather",
- "reference": "Widgets/KeybindItem.qml:1120, Widgets/KeybindItem.qml:1125, Widgets/KeybindItem.qml:1137, Modules/DankDash/DankDashPopout.qml:299, Modules/Settings/TimeWeatherTab.qml:420",
+ "reference": "Widgets/KeybindItem.qml:1126, Widgets/KeybindItem.qml:1131, Widgets/KeybindItem.qml:1143, Modules/DankDash/DankDashPopout.qml:299, Modules/Settings/TimeWeatherTab.qml:420",
"comment": ""
},
{
@@ -16616,13 +17102,13 @@
{
"term": "When locked",
"context": "When locked",
- "reference": "Widgets/KeybindItem.qml:1783",
+ "reference": "Widgets/KeybindItem.qml:1789",
"comment": ""
},
{
- "term": "Wi-Fi Password",
- "context": "Wi-Fi Password",
- "reference": "Modals/WifiPasswordModal.qml:253",
+ "term": "White",
+ "context": "White",
+ "reference": "Modules/Settings/WallpaperTab.qml:367",
"comment": ""
},
{
@@ -16640,13 +17126,13 @@
{
"term": "WiFi",
"context": "WiFi",
- "reference": "Modals/Settings/SettingsSidebar.qml:257, Modules/Settings/NetworkStatusTab.qml:117, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkWifiTab.qml:82, Modules/ControlCenter/Details/NetworkDetail.qml:136",
+ "reference": "Modals/Settings/SettingsSidebar.qml:257, Modules/Settings/NetworkStatusTab.qml:117, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkWifiTab.qml:86, Modules/ControlCenter/Details/NetworkDetail.qml:137",
"comment": ""
},
{
"term": "WiFi Device",
"context": "WiFi Device",
- "reference": "Modules/Settings/NetworkWifiTab.qml:147, Modules/Settings/NetworkWifiTab.qml:179",
+ "reference": "Modules/Settings/NetworkWifiTab.qml:224, Modules/Settings/NetworkWifiTab.qml:256",
"comment": ""
},
{
@@ -16658,19 +17144,19 @@
{
"term": "WiFi disabled",
"context": "WiFi disabled",
- "reference": "Services/LegacyNetworkService.qml:209, Services/DMSNetworkService.qml:615",
+ "reference": "Services/LegacyNetworkService.qml:211, Services/DMSNetworkService.qml:625",
"comment": ""
},
{
"term": "WiFi enabled",
"context": "WiFi enabled",
- "reference": "Services/LegacyNetworkService.qml:209, Services/LegacyNetworkService.qml:414, Services/DMSNetworkService.qml:615, Services/DMSNetworkService.qml:627",
+ "reference": "Services/LegacyNetworkService.qml:211, Services/LegacyNetworkService.qml:416, Services/DMSNetworkService.qml:625, Services/DMSNetworkService.qml:637",
"comment": ""
},
{
"term": "WiFi is off",
"context": "WiFi is off",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:226",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:227",
"comment": ""
},
{
@@ -16688,37 +17174,37 @@
{
"term": "Widget Background Color",
"context": "Widget Background Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1544",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1575, Modules/Settings/ThemeColorsTab.qml:1581",
"comment": ""
},
{
"term": "Widget Management",
"context": "Widget Management",
- "reference": "Modules/Settings/WidgetsTab.qml:963",
+ "reference": "Modules/Settings/WidgetsTab.qml:977",
"comment": ""
},
{
"term": "Widget Opacity",
"context": "Widget Opacity",
- "reference": "Modules/Settings/DankBarTab.qml:832",
+ "reference": "Modules/Settings/DankBarTab.qml:839",
"comment": ""
},
{
"term": "Widget Outline",
"context": "Widget Outline",
- "reference": "Modules/Settings/DankBarTab.qml:1410",
- "comment": ""
- },
- {
- "term": "Widget Style",
- "context": "Widget Style",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1529",
+ "reference": "Modules/Settings/DankBarTab.qml:1468",
"comment": ""
},
{
"term": "Widget Styling",
"context": "Widget Styling",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1521",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1552",
+ "comment": ""
+ },
+ {
+ "term": "Widget Text Style",
+ "context": "Widget Text Style",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1560",
"comment": ""
},
{
@@ -16742,7 +17228,7 @@
{
"term": "Widgets & Notifications",
"context": "Widgets & Notifications",
- "reference": "Modals/Settings/SettingsSidebar.qml:154, Modals/Settings/SettingsSidebar.qml:634",
+ "reference": "Modals/Settings/SettingsSidebar.qml:154, Modals/Settings/SettingsSidebar.qml:640",
"comment": ""
},
{
@@ -16760,31 +17246,31 @@
{
"term": "Width of the border in pixels",
"context": "Width of the border in pixels",
- "reference": "Modules/Settings/DankBarTab.qml:1385",
+ "reference": "Modules/Settings/DankBarTab.qml:1443",
"comment": ""
},
{
"term": "Width of the widget outline in pixels",
"context": "Width of the widget outline in pixels",
- "reference": "Modules/Settings/DankBarTab.qml:1480",
+ "reference": "Modules/Settings/DankBarTab.qml:1538",
"comment": ""
},
{
"term": "Width of window border",
"context": "Width of window border",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:206, Modules/Settings/CompositorLayoutTab.qml:312",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:205, Modules/Settings/CompositorLayoutTab.qml:311",
"comment": ""
},
{
"term": "Width of window border and focus ring",
"context": "Width of window border and focus ring",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:109",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:108",
"comment": ""
},
{
"term": "Wind",
"context": "Wind",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:425, Modules/DankDash/WeatherTab.qml:90, Modules/Settings/TimeWeatherTab.qml:1006",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:425, Modules/DankDash/WeatherTab.qml:93, Modules/Settings/TimeWeatherTab.qml:1006",
"comment": ""
},
{
@@ -16802,13 +17288,13 @@
{
"term": "Window Corner Radius",
"context": "Window Corner Radius",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:79, Modules/Settings/CompositorLayoutTab.qml:176, Modules/Settings/CompositorLayoutTab.qml:282",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:78, Modules/Settings/CompositorLayoutTab.qml:175, Modules/Settings/CompositorLayoutTab.qml:281",
"comment": ""
},
{
"term": "Window Gaps",
"context": "Window Gaps",
- "reference": "Modules/Settings/CompositorLayoutTab.qml:50, Modules/Settings/CompositorLayoutTab.qml:147, Modules/Settings/CompositorLayoutTab.qml:253",
+ "reference": "Modules/Settings/CompositorLayoutTab.qml:49, Modules/Settings/CompositorLayoutTab.qml:146, Modules/Settings/CompositorLayoutTab.qml:252",
"comment": ""
},
{
@@ -16850,7 +17336,7 @@
{
"term": "Wipe",
"context": "Wipe",
- "reference": "Modules/Settings/WallpaperTab.qml:1165",
+ "reference": "Modules/Settings/WallpaperTab.qml:1187",
"comment": "wallpaper transition option"
},
{
@@ -16862,13 +17348,13 @@
{
"term": "Workspace",
"context": "Workspace",
- "reference": "Modals/WindowRuleModal.qml:997, Modals/WindowRuleModal.qml:1672, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:1757, Modules/Settings/DankBarTab.qml:1757, Modules/Settings/DankBarTab.qml:1798, Modules/Settings/WindowRulesTab.qml:101, Modules/Settings/WindowRulesTab.qml:128",
+ "reference": "Modals/WindowRuleModal.qml:997, Modals/WindowRuleModal.qml:1672, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:1815, Modules/Settings/DankBarTab.qml:1815, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/WindowRulesTab.qml:101, Modules/Settings/WindowRulesTab.qml:128",
"comment": ""
},
{
"term": "Workspace Appearance",
"context": "Workspace Appearance",
- "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:8",
+ "reference": "Modules/Settings/WorkspaceAppearanceCard.qml:10",
"comment": ""
},
{
@@ -16934,7 +17420,7 @@
{
"term": "X Axis",
"context": "X Axis",
- "reference": "Modules/Settings/DankBarTab.qml:1795",
+ "reference": "Modules/Settings/DankBarTab.qml:1853",
"comment": ""
},
{
@@ -16964,7 +17450,7 @@
{
"term": "Y Axis",
"context": "Y Axis",
- "reference": "Modules/Settings/DankBarTab.qml:1755",
+ "reference": "Modules/Settings/DankBarTab.qml:1813",
"comment": ""
},
{
@@ -17006,7 +17492,7 @@
{
"term": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.",
"context": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2241",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:197",
"comment": "qt theme env error body"
},
{
@@ -17030,7 +17516,7 @@
{
"term": "Your compositor does not support background blur (ext-background-effect-v1)",
"context": "Your compositor does not support background blur (ext-background-effect-v1)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1688",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1734",
"comment": ""
},
{
@@ -17102,7 +17588,7 @@
{
"term": "direct",
"context": "direct",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:283",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:406",
"comment": "Tailscale direct connection"
},
{
@@ -17114,7 +17600,7 @@
{
"term": "dms/cursor config exists but is not included. Cursor settings won't apply.",
"context": "dms/cursor config exists but is not included. Cursor settings won't apply.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2072",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2118",
"comment": ""
},
{
@@ -17144,25 +17630,25 @@
{
"term": "e.g., firefox, kitty --title foo",
"context": "e.g., firefox, kitty --title foo",
- "reference": "Widgets/KeybindItem.qml:1506",
+ "reference": "Widgets/KeybindItem.qml:1512",
"comment": ""
},
{
"term": "e.g., focus-workspace 3, resize-column -10",
"context": "e.g., focus-workspace 3, resize-column -10",
- "reference": "Widgets/KeybindItem.qml:1441",
+ "reference": "Widgets/KeybindItem.qml:1447",
"comment": ""
},
{
"term": "e.g., hl.dsp.focus({ workspace = \"3\" })",
"context": "e.g., hl.dsp.focus({ workspace = \"3\" })",
- "reference": "Widgets/KeybindItem.qml:1441",
+ "reference": "Widgets/KeybindItem.qml:1447",
"comment": ""
},
{
"term": "e.g., notify-send 'Hello' && sleep 1",
"context": "e.g., notify-send 'Hello' && sleep 1",
- "reference": "Widgets/KeybindItem.qml:1538",
+ "reference": "Widgets/KeybindItem.qml:1544",
"comment": ""
},
{
@@ -17192,13 +17678,13 @@
{
"term": "last seen %1",
"context": "last seen %1",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:285",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:408",
"comment": "Tailscale peer last seen time"
},
{
"term": "leave empty for default",
"context": "leave empty for default",
- "reference": "Widgets/KeybindItem.qml:1066",
+ "reference": "Widgets/KeybindItem.qml:1072",
"comment": ""
},
{
@@ -17240,19 +17726,19 @@
{
"term": "matugen not available or disabled - cannot apply GTK colors",
"context": "matugen not available or disabled - cannot apply GTK colors",
- "reference": "Common/Theme.qml:1873",
+ "reference": "Common/Theme.qml:1937",
"comment": ""
},
{
"term": "matugen not available or disabled - cannot apply Qt colors",
"context": "matugen not available or disabled - cannot apply Qt colors",
- "reference": "Common/Theme.qml:1895",
+ "reference": "Common/Theme.qml:1959",
"comment": ""
},
{
"term": "matugen not found - install matugen package for dynamic theming",
"context": "matugen not found - install matugen package for dynamic theming",
- "reference": "Modules/Settings/ThemeColorsTab.qml:331",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:362",
"comment": "matugen error"
},
{
@@ -17264,7 +17750,7 @@
{
"term": "ms",
"context": "ms",
- "reference": "Widgets/KeybindItem.qml:1724",
+ "reference": "Widgets/KeybindItem.qml:1730",
"comment": ""
},
{
@@ -17372,7 +17858,7 @@
{
"term": "power-profiles-daemon not available",
"context": "power-profiles-daemon not available",
- "reference": "Modals/PowerProfileModal.qml:109, Modules/ControlCenter/Details/BatteryDetail.qml:31, Modules/DankBar/Popouts/BatteryPopout.qml:28, Modules/DankBar/Widgets/Battery.qml:144",
+ "reference": "Modals/PowerProfileModal.qml:109, Modules/ControlCenter/Details/BatteryDetail.qml:31, Modules/DankBar/Popouts/BatteryPopout.qml:28, Modules/DankBar/Widgets/Battery.qml:196",
"comment": ""
},
{
@@ -17390,7 +17876,7 @@
{
"term": "relay: %1",
"context": "relay: %1",
- "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:283",
+ "reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:406",
"comment": "Tailscale relay server name"
},
{
@@ -17468,7 +17954,7 @@
{
"term": "wtype not available - install wtype for paste support",
"context": "wtype not available - install wtype for paste support",
- "reference": "Services/ClipboardService.qml:247, Services/ClipboardService.qml:258, Modals/DankLauncherV2/Controller.qml:182",
+ "reference": "Services/ClipboardService.qml:260, Services/ClipboardService.qml:271, Modals/DankLauncherV2/Controller.qml:182",
"comment": ""
},
{
diff --git a/quickshell/translations/poexports/de.json b/quickshell/translations/poexports/de.json
index d9df7834..3496bd4a 100644
--- a/quickshell/translations/poexports/de.json
+++ b/quickshell/translations/poexports/de.json
@@ -135,7 +135,7 @@
"1 day": "1 Tag"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 Tag vorher"
},
"1 device connected": {
"1 device connected": "1 Gerät verbunden"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 Stunde 30 Minuten"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 Stunde vorher"
},
"1 minute": {
"1 minute": "1 Minute"
@@ -162,7 +162,7 @@
"1 task": "1 Aufgabe"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 Min. vorher"
},
"10 minutes": {
"10 minutes": "10 Minuten"
@@ -183,7 +183,7 @@
"15 min": "15 Min."
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 Min. vorher"
},
"15 minutes": {
"15 minutes": "15 Minuten"
@@ -243,7 +243,7 @@
"30 min": "30 Min."
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 Min. vorher"
},
"30 minutes": {
"30 minutes": "30 Minuten"
@@ -270,7 +270,7 @@
"45 seconds": "45 Sekunden"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 Min. vorher"
},
"5 minutes": {
"5 minutes": "5 Minuten"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "Ein Benutzer mit diesem Namen existiert bereits."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Netzbetrieb"
},
@@ -468,13 +471,13 @@
"Add by Address": "Über Adresse hinzufügen"
},
"Add location": {
- "Add location": ""
+ "Add location": "Standort hinzufügen"
},
"Add match": {
"Add match": "Übereinstimmung hinzufügen"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Notizen hinzufügen"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "Den neuen Benutzer zur Gruppe „%1“ hinzufügen, damit er „dms greeter sync --profile“ ausführen kann."
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "Zulassen"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Anpassung der Gerätelautstärke durch Scrollen auf der rechten Hälfte der Elemente in der Geräteliste zulassen"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Klicks durch das Widget zulassen"
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "Inverse konkave Eckenausschnitte auf die Leiste anwenden"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Warmes Farbschema für weniger Augenbelastung. Automatisierungseinstellungen unten zur Aktivierung."
},
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "Mindestens ein Ausgang muss aktiviert bleiben"
},
"At start": {
- "At start": ""
+ "At start": "Zu Beginn"
},
"Attach": {
"Attach": "Verbinden"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Auto (Breit)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Automatische Compositor-Abstände"
},
"Auto Location": {
"Auto Location": "Automatischer Standort"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Automatischer Überlauf"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Automatische Popup-Abstände"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Automatischer Modus ist aktiviert. Die manuelle Profilauswahl ist deaktiviert."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Automatisch gespeichert"
},
"Auto-Clear After": {
"Auto-Clear After": "Automatisch löschen nach"
@@ -855,7 +867,7 @@
"Auto-login on startup": "Automatische Anmeldung beim Start"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Automatisch auf Festplatte speichern"
},
"Auto-saving...": {
"Auto-saving...": "Auto-Speichern..."
@@ -909,7 +921,10 @@
"Automatically lock the screen when the system prepares to suspend": "Bilschirmsperrung aktivieren wenn das System in den Ruhemodus wechselt"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "Änderungen an geöffneten Dateien während der Eingabe automatisch speichern"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Automatisierung"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "Hintergrundunschärfe"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "Hintergrundeffekt"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Leistenkonfiguration"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Leistendeckkraft"
},
"Bar Shadows": {
"Bar Shadows": "Leistenschatten"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Leistentransparenz"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Ladebegrenzung des Akkus"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Batterie- und Energieverwaltung"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Batteriestand und Energiemanagement"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Verhalten"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Schwarz"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Blockieren"
},
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Den Hintergrund hinter Leisten, Pop-outs, Modalen und Benachrichtigungen weichzeichnen. Erfordert Compositor-Unterstützung und Konfiguration."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Hintergrund hinter Leisten, Popouts, Modals und Benachrichtigungen weichzeichnen. Erfordert Compositor-Unterstützung. Deckkraft entsprechend anpassen."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Hintergrundbild weichzeichnen, wenn Niri-Übersicht geöffnet ist"
@@ -1110,7 +1161,7 @@
"Body": "Textkörper"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Schriftgröße des Textkörpers"
},
"Bold": {
"Bold": "Fett"
@@ -1233,7 +1284,7 @@
"Calendar": "Kalender"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Kalender-Backend"
},
"Camera": {
"Camera": "Kamera"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kanal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Aufladen"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Wählen Sie aus, wie diese Leiste die Schattenrichtung bestimmt"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Symbol auswählen"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Wählen Sie monochrom oder einen Farbton des Themes für System-Tray-Symbole"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Hintergrundfarbe für Widgets"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "Wählen Sie, ob eine Desktop-App oder ein Befehl gestartet werden soll"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Wählen Sie aus, welche Aktionsschaltflächen bei Zwischenablage-Einträgen erscheinen"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Wählen Sie aus, welche Anzeigen dieses Widget anzeigen"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Durchklicken"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Klicken Sie auf eine beliebige Verknüpfung zum Bearbeiten. Änderungen werden in %1 gespeichert"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Zum Erfassen klicken"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Farbe für primäre Aktionsschaltflächen"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Farbtemperatur für Tageszeit"
},
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Steuert die Deckkraft aller Popouts, Modals und deren Inhaltsebenen"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "Steuert die Deckkraft von Shell-Oberflächen, Popouts und Modals"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "Steuert die Deckkraft des Leistenhintergrunds"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "Steuert die Deckkraft des Rahmens"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Steuert die Deckkraft der Schattenebene"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "Steuert die Deckkraft des Widget-Umrisses"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "Steuert die Deckkraft von Widget-Hintergründen"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Steuert Umrisse um weichgezeichnete Vordergrundkarten, Pillen und Benachrichtigungskarten"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Steuert den Basis-Unschärferadius und den Versatz von Schatten"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Steuert die Deckkraft des Schattens"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Steuert den äußeren Rand von protokoll-weichgezeichneten Fenstern"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "erzeugen..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Kritische Priorität"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Strg+A: Alles auswählen • Strg+P: Vorschau • Eingabe/Umschalt+Eingabe: Nächstes/Vorheriges suchen • Esc: Schließen"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Strg+S: Speichern • Strg+O: Öffnen • Strg+N: Neu • Strg+F: Suchen"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Strg+Tab: Tab wechseln • Strg+S: Anpinnen/Lösen • Umschalt+Entf: Alles löschen • Esc: Schließen"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Individuell"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Benutzerdefinierte Farbe"
},
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar ist nicht installiert"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar läuft nicht"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell ist einsatzbereit"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Dunkler Modus"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Dunkelmodus Basis"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "Standard-Launcher-Kurzbefehl"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Standardmodus"
},
"Default Opens": {
"Default Opens": "Standardmäßig wird geöffnet"
@@ -2295,7 +2388,7 @@
"Device connections": "Geräteverbindungen"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Lautstärkeregelung per Scrollen in Geräteliste"
},
"Device names updated": {
"Device names updated": "Gerätenamen aktualisiert"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Dock & Launcher"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Dock-Deckkraft"
},
"Dock Transparency": {
"Dock Transparency": "Dock Transparenz"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Dock-Sichtbarkeit"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Dock-Abstand, Deckkraft und Rahmen"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Dock-Rand, Transparenz und Rahmen"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Dokumentation"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "Randabstand"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "Kante, von der der Launcher hereingleitet"
},
"Edit": {
- "Edit": ""
+ "Edit": "Bearbeiten"
},
"Edit App": {
"Edit App": "App bearbeiten"
@@ -2592,7 +2691,7 @@
"Edit clipboard text": "Text der Zwischenablage bearbeiten"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Ereignis bearbeiten"
},
"Editing changes on %1": {
"Editing changes on %1": "Bearbeite Änderungen an %1"
@@ -2712,7 +2811,7 @@
"End": "Ende"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "Das Ende muss nach dem Beginn liegen"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Vergrößern beim Drüberfahren"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Fehler"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Ereignistitel"
},
"Every 15 minutes": {
"Every 15 minutes": "Alle 15 Minuten"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "Bestehende Benutzer"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Experimentelle Funktion"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Anwenden der Qt-Farben fehlgeschlagen"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "Profil konnte nicht angewendet werden"
},
@@ -3150,7 +3258,7 @@
"File Manager": "Dateimanager"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "Datei auf der Festplatte geändert"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "Dateimanager zum Öffnen des Papierkorbs. Wählen Sie „Benutzerdefiniert“, um einen eigenen Befehl einzugeben."
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "Filter"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "In Text suchen"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gamma-Steuerung nicht verfügbar. Erfordert DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "Override generieren"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Icon Theme"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "Identische Warnungen werden als ein einzelnes Popup angezeigt, anstatt gestapelt zu werden"
},
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Setzen Sie Ihren Sicherheitsschlüssel ein..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Notizblock mit den konfigurierten Abständen des Compositors von den Bildschirmrändern einrücken"
},
"Install": {
"Install": "Installieren"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Änderungen beibehalten"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Meine Änderungen behalten"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "In der Leiste behalten"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Tippen Sie weiter"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Heller Modus"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Leichter Regen"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Hellmodus Harmonie"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Linie"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Lokal"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Sprachumgebung"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "Niedrig"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Niedrige Priorität"
},
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "Manuelle Abstandsgröße"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Manuelle Abstände"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Manuelles Anzeigen/Verstecken"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "Max. laufende Apps (0 = unbegrenzt)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Maximal sichtbar"
},
"Max Volume": {
"Max Volume": "Maximale Lautstärke"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Musikplayer"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Popups stummschalten"
},
@@ -4845,7 +4989,7 @@
"New York, NY": "New York, NY"
},
"New event": {
- "New event": ""
+ "New event": "Neues Ereignis"
},
"New group name...": {
"New group name...": "Neuer Gruppenname..."
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Keine Helligkeitsgeräte verfügbar"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Keine Kalenderquelle verfügbar"
},
"No changes": {
"No changes": "Keine Änderungen"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Keine aktuellen Einträge in der Zwischenablage gefunden"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Keine Erinnerung"
},
"No results": {
"No results": "Keine Ergebnisse"
@@ -5178,7 +5322,7 @@
"No window rules configured": "Keine Fensterregeln eingerichtet"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Kein schreibbarer Kalender verfügbar"
},
"Noise": {
"Noise": "Rauschen"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Notizblock Schriftart-Einstellungen"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Notizblock-Einstellungen"
},
"Notepad Slideout": {
"Notepad Slideout": "Notizen Ausklappmenü"
},
"Notes": {
- "Notes": ""
+ "Notes": "Notizen"
},
"Nothing": {
"Nothing": "Nichts"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nichts zu sehen"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Benachrichtigungszentrum"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Benachrichtigungszeitüberschreitungen"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Benachrichtigungs‑Toast"
},
"Notifications": {
"Notifications": "Benachrichtigungen"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Zahlen"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Betrifft nur von DMS verwaltetes PAM. Wenn greetd bereits pam_fprintd enthält, bleibt der Fingerabdruck aktiviert."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Nur Fenster des aktuellen Monitors in jedem Dock anzeigen"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "Offener Rahmen"
},
"Open From": {
- "Open From": ""
+ "Open From": "Öffnen von"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Öffnen Sie KDE Connect auf Ihrem Telefon"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Öffnen Sie ein Terminal und führen Sie einen benutzerdefinierten Befehl anstelle des integrierten Upgrade-Prozesses aus."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Ordner öffnen"
},
@@ -5619,7 +5778,7 @@
"Paste": "Einfügen"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Pfad in die Zwischenablage kopiert"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Pfad zu einer Videodatei oder einem Ordner mit Videos"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Polkit-Integration ist deaktiviert. Die Benutzerverwaltung erfordert Polkit zur Rechteausweitung."
},
"Popout": {
- "Popout": ""
+ "Popout": "Popout"
},
"Popout Shadows": {
"Popout Shadows": "Popout-Schatten"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Leistungsverschlechterung"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Energiesparmodus"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Energieprofilverwaltung verfügbar"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Stromquelle"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Vorschau"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primär"
},
"Primary Container": {
"Primary Container": "Primärer Container"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Druckerserververwaltung"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Prozessanzahl"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Prozesse"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Profil gespeichert: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protokoll"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "Passwort erneut eingeben"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "Schreibgeschützte Legacy-Konfiguration"
},
@@ -6132,7 +6318,7 @@
"Release": "Loslassen"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Von Festplatte neu laden"
},
"Reload Plugin": {
"Reload Plugin": "Plugin neu laden"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "Letzte Suchanfrage merken"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Letzte Sitzung merken"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "Letzten Benutzer merken"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Erinnerung"
},
"Remove": {
"Remove": "Entfernen"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Konfigurationen gespeichert"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Gespeicherte Notiz"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Speichert..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Speichern…"
},
"Scale": {
"Scale": "Skalierung"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Sekundär"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Gesichert"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Getrennt"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Trenner"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "Benachrichtigungsregeln festlegen"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Schriftgröße für den Textkörper der Benachrichtigung (htmlBody) festlegen"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Schriftgröße für den Zusammenfassungstext der Benachrichtigung festlegen"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Einstellung"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Gefühlte Temperatur anzeigen"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Fußzeile anzeigen"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Überlauf-Badge-Anzahl anzeigen"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Zeige Passwort Feld"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Zeige Energieoptionen"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Neustart anzeigen"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "DMS-Neustart anzeigen"
},
@@ -7014,7 +7227,13 @@
"Show Workspace Apps": "Zeige Applikationen von Arbeitsbereich"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Eine Leiste anzeigen, die abnimmt, während der Timer für das automatische Schließen des Popups läuft"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": "Alle 9 Tags anzeigen anstatt nur belegte Tags"
@@ -7022,6 +7241,9 @@
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Einen Umrissring um die Anzeige des fokussierten Arbeitsbereichs anzeigen"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Cava-Audio-Visualisierer im Medien-Widget anzeigen"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Benachrichtigungen stummschalten"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Einzeiliges Popup"
},
"Size": {
"Size": "Größe"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Überspringen Sie das Greeter-Passwort nach dem Booten, bis Sie sich abmelden. Die Entsperrung des Sperrbildschirms bleibt unverändert. Tritt nach der Synchronisierung beim nächsten Neustart in Kraft."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Slideout"
},
"Small": {
"Small": "Klein"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Streifen"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Zusammenfassung"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Schriftgröße der Zusammenfassung"
},
"Sunrise": {
"Sunrise": "Sonnenaufgang"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Oberflächenverhalten"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Oberflächen-Deckkraft"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Oberflächenvariante"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Sync"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Synchronisiere Modus mit Portal"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Tailscale-Netzwerk"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale nicht verfügbar"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminals - Immer dunkles Farbschema wählen"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Verbindung testen"
},
@@ -7665,7 +7917,7 @@
"Timed Out": "Zeit abgelaufen"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Timeout-Fortschrittsbalken"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Zeitüberschreitung für Benachrichtigungen mit kritischer Priorität"
@@ -7689,7 +7941,7 @@
"Title (optional)": "Titel (optional)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "Titel ist erforderlich"
},
"Title regex (optional)": {
"Title regex (optional)": "Titel-Regex (optional)"
@@ -7706,6 +7958,9 @@
"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": "Um diese DMS-Bindung zu verwenden, entfernen oder ändern Sie das Tastenkürzel in Ihrer config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Toast-Nachrichten"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Nutze Raster Layout"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "Zeitformat HH:MM verwenden"
},
"Use IP Location": {
"Use IP Location": "Positionserkennung durch IP"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Desktop-Hintergrundbild verwenden"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Fingerabdruck-Authentifizierung für den Sperrbildschirm verwenden."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Meter pro Sekunde anstelle von km/h für Windgeschwindigkeit verwenden"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Kleinere Benachrichtigungskarten verwenden"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "Verwendet die spotlight-bar IPC-Aktion und öffnet immer die minimale Leiste."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "Verwendet DankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "Verwendet globale Monospace-Schriftart aus Einstellungen → Personalisierung"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "Verwendet khal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Verwendet geteilte Einstellungen von Gamma Control"
@@ -8268,7 +8529,7 @@
"Visibility": "Sichtbarkeit"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Sichtbare Eintragsaktionen"
},
"Visual Effects": {
"Visual Effects": "Visuelle Effekte"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Wenn gesperrt"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi Passwort"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Widget Verwaltung"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Widget-Deckkraft"
},
"Widget Outline": {
"Widget Outline": "Widget-Umriss"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Widgetstil"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Widget Transparenz"
},
@@ -8640,7 +8907,7 @@
"featured": "Hervorgehoben"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "zuletzt gesehen %1"
diff --git a/quickshell/translations/poexports/eo.json b/quickshell/translations/poexports/eo.json
new file mode 100644
index 00000000..af32ca73
--- /dev/null
+++ b/quickshell/translations/poexports/eo.json
@@ -0,0 +1,9101 @@
+{
+ "%1 (+%2 more)": {
+ "%1 (+%2 more)": "%1 (+%2 pli)"
+ },
+ "%1 Animation Speed": {
+ "%1 Animation Speed": "%1 Animacirapido"
+ },
+ "%1 Sessions": {
+ "%1 Sessions": "%1 Seancoj"
+ },
+ "%1 active session": {
+ "%1 active session": "%1 aktiva seanco"
+ },
+ "%1 active sessions": {
+ "%1 active sessions": "%1 aktivaj seancoj"
+ },
+ "%1 adapter, none connected": {
+ "%1 adapter, none connected": "%1 adaptilo, neniu konektita"
+ },
+ "%1 adapters, none connected": {
+ "%1 adapters, none connected": "%1 adaptiloj, neniu konektita"
+ },
+ "%1 character": {
+ "%1 character": "%1 signo"
+ },
+ "%1 characters": {
+ "%1 characters": "%1 signoj"
+ },
+ "%1 connected": {
+ "%1 connected": "%1 konektita"
+ },
+ "%1 copied": {
+ "%1 copied": "%1 kopiita"
+ },
+ "%1 custom animation duration": {
+ "%1 custom animation duration": "%1 propra animacidaŭro"
+ },
+ "%1 disconnected": {
+ "%1 disconnected": "%1 malkonektita"
+ },
+ "%1 disconnected (hidden)": {
+ "%1 disconnected (hidden)": "%1 malkonektita (kaŝita)"
+ },
+ "%1 display": {
+ "%1 display": "%1 ekrano"
+ },
+ "%1 displays": {
+ "%1 displays": "%1 ekranoj"
+ },
+ "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
+ "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 ekzistas sed mankas en la agordo. Propraj klavkombinoj ne funkcios ĝis vi riparos tion."
+ },
+ "%1 exists but is not included. Window rules won't apply.": {
+ "%1 exists but is not included. Window rules won't apply.": "%1 ekzistas sed ne inkluziviĝas. Fenestraj reguloj ne aplikiĝos."
+ },
+ "%1 filtered": {
+ "%1 filtered": "%1 filtritaj"
+ },
+ "%1 h %2 m left": {
+ "%1 h %2 m left": "%1 h %2 m restas"
+ },
+ "%1 h left": {
+ "%1 h left": "Restas %1 h"
+ },
+ "%1 is now included in config": {
+ "%1 is now included in config": "%1 nun inkluziviĝas en la agordo"
+ },
+ "%1 issue found": {
+ "%1 issue found": "%1 problemo trovita"
+ },
+ "%1 issues found": {
+ "%1 issues found": "%1 problemoj trovitaj"
+ },
+ "%1 min left": {
+ "%1 min left": "Restas %1 min"
+ },
+ "%1 notifications": {
+ "%1 notifications": "%1 sciigoj"
+ },
+ "%1 online": {
+ "%1 online": "%1 interrete"
+ },
+ "%1 tasks": {
+ "%1 tasks": "%1 taskoj"
+ },
+ "%1 update": {
+ "%1 update": "%1 ĝisdatigo"
+ },
+ "%1 updates": {
+ "%1 updates": "%1 ĝisdatigoj"
+ },
+ "%1 variants": {
+ "%1 variants": "%1 variantoj"
+ },
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": "%1 fonbildo • %2 / %3"
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": "%1 fonbildoj • %2 / %3"
+ },
+ "%1 widgets": {
+ "%1 widgets": "%1 fenestraĵoj"
+ },
+ "%1 window": {
+ "%1 window": "%1 fenestro"
+ },
+ "%1 windows": {
+ "%1 windows": "%1 fenestroj"
+ },
+ "%1m ago": {
+ "%1m ago": "antaŭ %1m"
+ },
+ "%command%": {
+ "%command%": "% komando%"
+ },
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": {
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "«Alternativa» permesas al la ŝlosilo malŝlosi memstare. «Dua faktoro» postulas pasvorton aŭ fingrospuron unue, poste la ŝlosilon."
+ },
+ "(Default)": {
+ "(Default)": "(Defaŭlta)"
+ },
+ "(Unnamed)": {
+ "(Unnamed)": "(Sentitola)"
+ },
+ "+ %1 more": {
+ "+ %1 more": "+ ankoraŭ %1"
+ },
+ "/path/to/videos": {
+ "/path/to/videos": "/vojo/al/videoj"
+ },
+ "0 = square corners": {
+ "0 = square corners": "0 = rektaj anguloj"
+ },
+ "1 day": {
+ "1 day": "1 tago"
+ },
+ "1 day before": {
+ "1 day before": "1 tagon antaŭe"
+ },
+ "1 device connected": {
+ "1 device connected": "1 aparato konektita"
+ },
+ "1 hour": {
+ "1 hour": "1 horo"
+ },
+ "1 hour 30 minutes": {
+ "1 hour 30 minutes": "1 horo 30 minutoj"
+ },
+ "1 hour before": {
+ "1 hour before": "1 horon antaŭe"
+ },
+ "1 minute": {
+ "1 minute": "1 minuto"
+ },
+ "1 notification": {
+ "1 notification": "1 sciigo"
+ },
+ "1 second": {
+ "1 second": "1 sekundo"
+ },
+ "1 task": {
+ "1 task": "1 tasko"
+ },
+ "10 min before": {
+ "10 min before": "10 minutojn antaŭe"
+ },
+ "10 minutes": {
+ "10 minutes": "10 minutoj"
+ },
+ "10 seconds": {
+ "10 seconds": "10 sekundoj"
+ },
+ "10-bit Color": {
+ "10-bit Color": "10-bita koloro"
+ },
+ "12 hours": {
+ "12 hours": "12 horoj"
+ },
+ "14 days": {
+ "14 days": "14 tagoj"
+ },
+ "15 min": {
+ "15 min": "15 min"
+ },
+ "15 min before": {
+ "15 min before": "15 min antaŭe"
+ },
+ "15 minutes": {
+ "15 minutes": "15 minutoj"
+ },
+ "15 seconds": {
+ "15 seconds": "15 sekundoj"
+ },
+ "180°": {
+ "180°": "180°"
+ },
+ "2 hours": {
+ "2 hours": "2 horoj"
+ },
+ "2 minutes": {
+ "2 minutes": "2 minutoj"
+ },
+ "2 seconds": {
+ "2 seconds": "2 sekundoj"
+ },
+ "20 minutes": {
+ "20 minutes": "20 minutoj"
+ },
+ "20 seconds": {
+ "20 seconds": "20 sekundoj"
+ },
+ "24-Hour Format": {
+ "24-Hour Format": "24-hora formato"
+ },
+ "24-hour clock": {
+ "24-hour clock": "24-hora horloĝo"
+ },
+ "25 seconds": {
+ "25 seconds": "25 sekundoj"
+ },
+ "250 ms": {
+ "250 ms": "250 ms"
+ },
+ "270°": {
+ "270°": "270°"
+ },
+ "3 days": {
+ "3 days": "3 tagoj"
+ },
+ "3 hours": {
+ "3 hours": "3 horoj"
+ },
+ "3 minutes": {
+ "3 minutes": "3 minutoj"
+ },
+ "3 seconds": {
+ "3 seconds": "3 sekundoj"
+ },
+ "30 days": {
+ "30 days": "30 tagoj"
+ },
+ "30 min": {
+ "30 min": "30 min"
+ },
+ "30 min before": {
+ "30 min before": "30 minutojn antaŭe"
+ },
+ "30 minutes": {
+ "30 minutes": "30 minutoj"
+ },
+ "30 seconds": {
+ "30 seconds": "30 sekundoj"
+ },
+ "35 seconds": {
+ "35 seconds": "35 sekundoj"
+ },
+ "3rd party": {
+ "3rd party": "tria partio"
+ },
+ "4 hours": {
+ "4 hours": "4 horoj"
+ },
+ "4 seconds": {
+ "4 seconds": "4 sekundoj"
+ },
+ "40 seconds": {
+ "40 seconds": "40 sekundoj"
+ },
+ "45 seconds": {
+ "45 seconds": "45 sekundoj"
+ },
+ "5 min before": {
+ "5 min before": "5 min antaŭe"
+ },
+ "5 minutes": {
+ "5 minutes": "5 minutoj"
+ },
+ "5 seconds": {
+ "5 seconds": "5 sekundoj"
+ },
+ "50 seconds": {
+ "50 seconds": "50 sekundoj"
+ },
+ "500 ms": {
+ "500 ms": "500 ms"
+ },
+ "55 seconds": {
+ "55 seconds": "55 sekundoj"
+ },
+ "6 hours": {
+ "6 hours": "6 horoj"
+ },
+ "7 days": {
+ "7 days": "7 tagoj"
+ },
+ "750 ms": {
+ "750 ms": "750 ms"
+ },
+ "8 hours": {
+ "8 hours": "8 horoj"
+ },
+ "8 seconds": {
+ "8 seconds": "8 sekundoj"
+ },
+ "90 days": {
+ "90 days": "90 tagoj"
+ },
+ "90°": {
+ "90°": "90°"
+ },
+ "MIT License": {
+ "MIT License": "Permesilo MIT"
+ },
+ "A file with this name already exists. Do you want to overwrite it?": {
+ "A file with this name already exists. Do you want to overwrite it?": "Dosiero kun tiu nomo jam ekzistas. Ĉu vi volas anstataŭigi ĝin?"
+ },
+ "A modern desktop shell for Wayland compositors": {
+ "A modern desktop shell for Wayland compositors": "Moderna labortabla ŝelo por Wayland-komponiloj"
+ },
+ "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": {
+ "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": "Aparta minimuma lanĉila ago, kiu funkcias en Memstara, Aparta Kadra Reĝimo kaj Konektita Kadra Reĝimo."
+ },
+ "A user with that name already exists.": {
+ "A user with that name already exists.": "Uzanto kun tiu nomo jam ekzistas."
+ },
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
+ "AC Power": {
+ "AC Power": "Reta potenco"
+ },
+ "API": {
+ "API": "API"
+ },
+ "AUR helpers are interactive — see the terminal window for prompts. This popout will return to idle when the upgrade exits.": {
+ "AUR helpers are interactive — see the terminal window for prompts. This popout will return to idle when the upgrade exits.": "AUR-helpantoj estas interagaj — vidu la terminalfenestron por invitoj. "
+ },
+ "Aborted": {
+ "Aborted": "Ĉesigita"
+ },
+ "About": {
+ "About": "Pri"
+ },
+ "Accent Color": {
+ "Accent Color": "Akcenta Koloro"
+ },
+ "Accept": {
+ "Accept": "Akcepti"
+ },
+ "Accept Jobs": {
+ "Accept Jobs": "Akcepti taskojn"
+ },
+ "Accepting": {
+ "Accepting": "Akceptado"
+ },
+ "Access clipboard history": {
+ "Access clipboard history": "Atingi tondujan historion"
+ },
+ "Access to notifications and do not disturb": {
+ "Access to notifications and do not disturb": "Atingo de sciigoj kaj «ne ĝenu»"
+ },
+ "Access to system controls and settings": {
+ "Access to system controls and settings": "Atingo de sistemaj regiloj kaj agordoj"
+ },
+ "Action": {
+ "Action": "Ago"
+ },
+ "Action failed or terminal was closed.": {
+ "Action failed or terminal was closed.": "La ago malsukcesis aŭ la terminalo estis fermita."
+ },
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": "Ago farita dum rulumado horizontale sur la stango"
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": "Ago farita dum rulumado vertikale sur la stango"
+ },
+ "Actions": {
+ "Actions": "Agoj"
+ },
+ "Activate": {
+ "Activate": "Aktivigi"
+ },
+ "Activate Greeter": {
+ "Activate Greeter": "Aktivigi salutekranon"
+ },
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": {
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Ĉu aktivigi la salutekranon de DMS? Terminalo malfermiĝos por sudo-aŭtentigo. Plenumu la sinkronigon post aktivigo por apliki viajn agordojn."
+ },
+ "Activation": {
+ "Activation": "Aktivigo"
+ },
+ "Active": {
+ "Active": "Aktiva"
+ },
+ "Active Color": {
+ "Active Color": "Aktivkoloro"
+ },
+ "Active Lock Screen Monitor": {
+ "Active Lock Screen Monitor": "Aktiva ŝlosekrana ekrano"
+ },
+ "Active VPN": {
+ "Active VPN": "Aktiva VPN"
+ },
+ "Active in Column": {
+ "Active in Column": "Aktiva en Kolumno"
+ },
+ "Active tile background and icon color": {
+ "Active tile background and icon color": "Fono de aktiva kahelo kaj piktogramkoloro"
+ },
+ "Active: %1": {
+ "Active: %1": "Aktiva: %1"
+ },
+ "Active: %1 +%2": {
+ "Active: %1 +%2": "Aktiva: %1 +%2"
+ },
+ "Active: None": {
+ "Active: None": "Aktiva: neniu"
+ },
+ "Adapters": {
+ "Adapters": "Adaptiloj"
+ },
+ "Adaptive Media Width": {
+ "Adaptive Media Width": "Adapta aŭdvidaĵa larĝo"
+ },
+ "Add": {
+ "Add": "Aldoni"
+ },
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": "Ĉu aldoni \"%1\" al la grupo %2?"
+ },
+ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": {
+ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Ĉu aldoni \"%1\" al la grupo %2? "
+ },
+ "Add Bar": {
+ "Add Bar": "Aldoni breton"
+ },
+ "Add Desktop Widget": {
+ "Add Desktop Widget": "Aldoni labortablan fenestraĵon"
+ },
+ "Add Entry": {
+ "Add Entry": "Aldoni elementon"
+ },
+ "Add Printer": {
+ "Add Printer": "Aldoni presilon"
+ },
+ "Add Title": {
+ "Add Title": "Aldoni titolon"
+ },
+ "Add Widget": {
+ "Add Widget": "Aldoni fenestraĵon"
+ },
+ "Add Widget to %1": {
+ "Add Widget to %1": "Aldoni fenestraĵon al %1"
+ },
+ "Add Window Rule": {
+ "Add Window Rule": "Aldoni fenestran regulon"
+ },
+ "Add a border around the dock": {
+ "Add a border around the dock": "Aldoni bordon ĉirkaŭ la doko"
+ },
+ "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": {
+ "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Aldoni propran prefikson al ĉiuj aplikaĵaj lanĉoj. Ĉi tio povas esti uzata por ekzemple «uwsm-app», «systemd-run», aŭ aliaj komandaj envolviloj."
+ },
+ "Add a task...": {
+ "Add a task...": "Aldoni taskon..."
+ },
+ "Add and configure widgets that appear on your desktop": {
+ "Add and configure widgets that appear on your desktop": "Aldoni kaj agordi fenestraĵojn kiuj aperas sur via labortablo"
+ },
+ "Add by Address": {
+ "Add by Address": "Aldoni per adreso"
+ },
+ "Add location": {
+ "Add location": "Aldoni lokon"
+ },
+ "Add match": {
+ "Add match": "Aldoni kongruon"
+ },
+ "Add notes": {
+ "Add notes": "Aldoni noto-blokon"
+ },
+ "Add the new user to the %1 group so they can run dms greeter sync --profile.": {
+ "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Aldonu la novan uzanton al la grupo %1 por ke ili povu ruli dms greeter sync --profile."
+ },
+ "Add the new user to the %1 group so they can use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": "Aldonu la novan uzanton al la grupo %1 por ke ili povu uzi sudo."
+ },
+ "Add to Autostart": {
+ "Add to Autostart": "Aldoni al memlanĉo"
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": "Alĝustigu la baran altecon per interna remburaĵo"
+ },
+ "Adjust the number of columns in grid view mode.": {
+ "Adjust the number of columns in grid view mode.": "Alĝustigi la nombron de kolumnoj en krada vida reĝimo."
+ },
+ "Adjust volume per scroll indent": {
+ "Adjust volume per scroll indent": "Alĝustigi la laŭtecon per rula dentaĵo"
+ },
+ "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
+ "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Alĝustigas kontraston de generitaj koloroj (-100 = minimumo, 0 = normo, 100 = maksimumo)"
+ },
+ "Administrator group:": {
+ "Administrator group:": "Administra grupo:"
+ },
+ "Advanced": {
+ "Advanced": "Progresinta"
+ },
+ "Afternoon": {
+ "Afternoon": "Posttagmezo"
+ },
+ "All": {
+ "All": "Ĉio"
+ },
+ "All Monitors": {
+ "All Monitors": "Ĉiuj ekranoj"
+ },
+ "All checks passed": {
+ "All checks passed": "Ĉiuj kontroloj sukcesis"
+ },
+ "All day": {
+ "All day": "Tuttage"
+ },
+ "All displays": {
+ "All displays": "Ĉiuj ekranoj"
+ },
+ "Allow": {
+ "Allow": "Permesi"
+ },
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": {
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Permesu ĝustigi aparatan volumon per movo sur la dekstra duono de eroj en la aparatolisto"
+ },
+ "Allow clicks to pass through the widget": {
+ "Allow clicks to pass through the widget": "Permesi al klakoj trairi la fenestraĵon"
+ },
+ "Allow greeter access?": {
+ "Allow greeter access?": "Ĉu permesi aliro al salutilo?"
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": "Permesu salutan aliron"
+ },
+ "Already on that session": {
+ "Already on that session": "Jam en tiu sesio"
+ },
+ "Also group repeated application icons on the active workspace": {
+ "Also group repeated application icons on the active workspace": "Ankaŭ grupigu ripetajn aplikajn ikonojn sur la aktiva laborspaco"
+ },
+ "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
+ "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Retropaŝo: Reen • F1/I: Dosierinformoj • F10: Helpo • Esk: Fermi"
+ },
+ "Alternative (OR)": {
+ "Alternative (OR)": "Alternativa (AŬ)"
+ },
+ "Always Active": {
+ "Always Active": "Ĉiam Aktiva"
+ },
+ "Always Show Percentage": {
+ "Always Show Percentage": "Ĉiam montri elcenton"
+ },
+ "Always hide the dock and reveal it when hovering near the dock area": {
+ "Always hide the dock and reveal it when hovering near the dock area": "Ĉiam kaŝi la dokon kaj malkaŝi ĝin kiam la kursoro estas apud la dok-areo"
+ },
+ "Always on icons": {
+ "Always on icons": "Ĉiam sur piktogramoj"
+ },
+ "Always show a minimum of 3 workspaces, even if fewer are available": {
+ "Always show a minimum of 3 workspaces, even if fewer are available": "Ĉiam montri minimume 3 laborspacojn, eĉ se malpli estas disponeblaj"
+ },
+ "Always show the dock when niri's overview is open": {
+ "Always show the dock when niri's overview is open": "Ĉiam montri la dokon kiam la superrigardo de niri estas malfermita"
+ },
+ "Always show when there's only one connected display": {
+ "Always show when there's only one connected display": "Ĉiam montri kiam estas nur unu konektita ekrano"
+ },
+ "Always use this app for %1": {
+ "Always use this app for %1": "Ĉiam uzu ĉi tiun programon por %1"
+ },
+ "Amount": {
+ "Amount": "Kvanto"
+ },
+ "Analog": {
+ "Analog": "Analoga"
+ },
+ "Analog, digital, or stacked clock display": {
+ "Analog, digital, or stacked clock display": "Analoga, cifereca, aŭ stakita horloĝ-vidigo"
+ },
+ "Analyzing configuration...": {
+ "Analyzing configuration...": "Analizante agordon..."
+ },
+ "Anchor": {
+ "Anchor": "ankro"
+ },
+ "Animation Duration": {
+ "Animation Duration": "Animacidaŭro"
+ },
+ "Animation Speed": {
+ "Animation Speed": "Animacirapido"
+ },
+ "Animation Style": {
+ "Animation Style": "Animacia Stilo"
+ },
+ "Anonymous Identity": {
+ "Anonymous Identity": "Anonima identeco"
+ },
+ "Anonymous Identity (optional)": {
+ "Anonymous Identity (optional)": "Anonima identeco (laŭvola)"
+ },
+ "Any window": {
+ "Any window": "Ajna fenestro"
+ },
+ "App Customizations": {
+ "App Customizations": "Propraj agordoj de aplikaĵoj"
+ },
+ "App ID": {
+ "App ID": "App ID"
+ },
+ "App ID (e.g. firefox)": {
+ "App ID (e.g. firefox)": "App ID (ekz. Firefox)"
+ },
+ "App ID Substitutions": {
+ "App ID Substitutions": "Anstataŭigoj de ID-oj de aplikaĵoj"
+ },
+ "App ID regex": {
+ "App ID regex": "Ap ID regex"
+ },
+ "App ID regex (e.g. ^firefox$)": {
+ "App ID regex (e.g. ^firefox$)": "Regula esprimo por aplikaĵ-ID (ekz. ^firefox$)"
+ },
+ "App Launcher": {
+ "App Launcher": "Aplikaĵ-lanĉilo"
+ },
+ "App Names": {
+ "App Names": "Nomoj de aplikaĵoj"
+ },
+ "App Theming": {
+ "App Theming": "Etosigo de aplikaĵoj"
+ },
+ "Appearance": {
+ "Appearance": "Aspekto"
+ },
+ "Application": {
+ "Application": "aplikaĵo"
+ },
+ "Application Dock": {
+ "Application Dock": "Aplikaĵdoko"
+ },
+ "Applications": {
+ "Applications": "Aplikaĵoj"
+ },
+ "Applications and commands to start automatically when you log in": {
+ "Applications and commands to start automatically when you log in": "Aplikoj kaj komandoj por komenci aŭtomate kiam vi ensalutas"
+ },
+ "Apply Changes": {
+ "Apply Changes": "Apliki ŝanĝojn"
+ },
+ "Apply Flatpak updates alongside system updates when running 'Update All'.": {
+ "Apply Flatpak updates alongside system updates when running 'Update All'.": "Apliki Flatpak-ĝisdatigojn kune kun sistemaj ĝisdatigoj kiam vi ruliĝas 'Ĝisdatigu Ĉion'."
+ },
+ "Apply GTK Colors": {
+ "Apply GTK Colors": "Apliki kolorojn de GTK"
+ },
+ "Apply Qt Colors": {
+ "Apply Qt Colors": "Apliki kolorojn de Qt"
+ },
+ "Apply compositor blur behind the frame border": {
+ "Apply compositor blur behind the frame border": "Apliki kompostan malklaraĵon malantaŭ la kadra rando"
+ },
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": "Apliki inversajn konkavajn angulojn eltranĉaĵojn al la stango"
+ },
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
+ "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
+ "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Apliki varman kolortemperaturon por malpliigi okulstreĉon. Uzu la aŭtomatigajn agordojn sube por regi kiam ĝi aktiviĝas."
+ },
+ "Applying authentication changes...": {
+ "Applying authentication changes...": "Aplikante aŭtentigajn ŝanĝojn…"
+ },
+ "Applying auto-login on startup...": {
+ "Applying auto-login on startup...": "Aplikanta aŭtomatan ensaluto ĉe ekfunkciigo..."
+ },
+ "Apps": {
+ "Apps": "Aplikaĵoj"
+ },
+ "Apps Dock": {
+ "Apps Dock": "Aplikaĵdoko"
+ },
+ "Apps Dock Settings": {
+ "Apps Dock Settings": "Agordoj de aplikaĵ-doko"
+ },
+ "Apps Icon": {
+ "Apps Icon": "Piktogramo de aplikaĵoj"
+ },
+ "Apps are ordered by usage frequency, then last used, then alphabetically.": {
+ "Apps are ordered by usage frequency, then last used, then alphabetically.": "Aplikaĵoj estas ordigitaj laŭ uz-ofteco, poste laŭ lasta uzo, poste alfabete."
+ },
+ "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
+ "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Aplikaĵoj kun propra afiŝnomo, piktogramo, aŭ lanĉaj opcioj. Dekstre-klaku aplikaĵon kaj elektu 'Redakti aplikaĵon' por agordi."
+ },
+ "Apps with notification popups muted. Unmute or delete to remove.": {
+ "Apps with notification popups muted. Unmute or delete to remove.": "Aplikaĵoj kun silentigitaj sciigaj ŝprucfenestroj. Malsilentigu aŭ forigu por restaŭri."
+ },
+ "Arc Extender": {
+ "Arc Extender": "Arko-Etendilo"
+ },
+ "Architecture": {
+ "Architecture": "Arkitekturo"
+ },
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": "Ĉu vi certas, ke vi volas ĉesigi seancon \"%1\"?"
+ },
+ "Arrange displays and configure resolution, refresh rate, and VRR": {
+ "Arrange displays and configure resolution, refresh rate, and VRR": "Aranĝi ekranojn kaj agordi distingivon, freŝigan rapidon, kaj VRR"
+ },
+ "At Startup": {
+ "At Startup": "Ĉe Ekfunkciigo"
+ },
+ "At least one output must remain enabled": {
+ "At least one output must remain enabled": "Almenaŭ unu eligo devas resti ebligita"
+ },
+ "At start": {
+ "At start": "Komence"
+ },
+ "Attach": {
+ "Attach": "Aligi"
+ },
+ "Audio": {
+ "Audio": "Sono"
+ },
+ "Audio Codec": {
+ "Audio Codec": "Sona kodeko"
+ },
+ "Audio Codec Selection": {
+ "Audio Codec Selection": "Elekto de sona kodeko"
+ },
+ "Audio Devices": {
+ "Audio Devices": "Sonaparatoj"
+ },
+ "Audio Input": {
+ "Audio Input": "Sona enigo"
+ },
+ "Audio Output": {
+ "Audio Output": "Sona eligo"
+ },
+ "Audio Output Devices (": {
+ "Audio Output Devices (": "Sonaj eligaj aparatoj ("
+ },
+ "Audio Output Switch": {
+ "Audio Output Switch": "Soneliga ŝaltilo"
+ },
+ "Audio Visualizer": {
+ "Audio Visualizer": "Sonvidigilo"
+ },
+ "Audio system restarted": {
+ "Audio system restarted": "Sonsistemo restartigita"
+ },
+ "Audio volume control": {
+ "Audio volume control": "Sonlaŭteca regado"
+ },
+ "Auth": {
+ "Auth": "Aŭt"
+ },
+ "Auth Type": {
+ "Auth Type": "Tipo de aŭtentigo"
+ },
+ "Authenticate": {
+ "Authenticate": "Aŭtentigi"
+ },
+ "Authenticating...": {
+ "Authenticating...": "Aŭtentigante..."
+ },
+ "Authentication": {
+ "Authentication": "Aŭtentigo"
+ },
+ "Authentication Required": {
+ "Authentication Required": "Aŭtentigo bezonata"
+ },
+ "Authentication changes applied.": {
+ "Authentication changes applied.": "Aŭtentigaj ŝanĝoj aplikitaj."
+ },
+ "Authentication changes apply automatically.": {
+ "Authentication changes apply automatically.": "Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate."
+ },
+ "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": {
+ "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate. Nur-fingrospura saluto eble ne malŝlosos la ŝlosilaron."
+ },
+ "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": {
+ "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Aŭtentigaj ŝanĝoj bezonas sudo-on. Malfermas terminalon por ke vi povu uzi pasvorton aŭ fingrospuron."
+ },
+ "Authentication error - try again": {
+ "Authentication error - try again": "Aŭtentiga eraro - provu denove"
+ },
+ "Authentication failed, please try again": {
+ "Authentication failed, please try again": "Aŭtentigo malsukcesis, bonvolu provu denove"
+ },
+ "Authorize": {
+ "Authorize": "Rajtigi"
+ },
+ "Authorize pairing with ": {
+ "Authorize pairing with ": "Rajtigi pariĝon kun "
+ },
+ "Authorize service for ": {
+ "Authorize service for ": "Rajtigi servon por "
+ },
+ "Auto": {
+ "Auto": "Aŭtomata"
+ },
+ "Auto (Bar-aware)": {
+ "Auto (Bar-aware)": "Aŭtomata (sciante pri bretoj)"
+ },
+ "Auto (Wide)": {
+ "Auto (Wide)": "Aŭtomata (larĝa)"
+ },
+ "Auto Compositor Gaps": {
+ "Auto Compositor Gaps": "Aŭtomata Komponisto Interspacoj"
+ },
+ "Auto Location": {
+ "Auto Location": "Aŭtomata loko"
+ },
+ "Auto Overflow": {
+ "Auto Overflow": "Aŭtomata Superfluo"
+ },
+ "Auto Popup Gaps": {
+ "Auto Popup Gaps": "Aŭtomataj breĉoj de ŝprucfenestroj"
+ },
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
+ "Auto mode is on. Manual profile selection is disabled.": {
+ "Auto mode is on. Manual profile selection is disabled.": "Aŭtomata reĝimo estas ŝaltita. "
+ },
+ "Auto saved": {
+ "Auto saved": "Aŭtomate konservita"
+ },
+ "Auto-Clear After": {
+ "Auto-Clear After": "Aŭtomate viŝi post"
+ },
+ "Auto-Hide Timeout": {
+ "Auto-Hide Timeout": "Templimo de aŭtomata kaŝo"
+ },
+ "Auto-close Niri overview when launching apps.": {
+ "Auto-close Niri overview when launching apps.": "Aŭtomate fermi la superrigardon de Niri kiam oni lanĉas aplikaĵojn."
+ },
+ "Auto-delete notifications older than this": {
+ "Auto-delete notifications older than this": "Aŭtomate forviŝi sciigojn pli aĝajn ol ĉi tiu"
+ },
+ "Auto-hide": {
+ "Auto-hide": "Aŭtomata kaŝo"
+ },
+ "Auto-hide Dock": {
+ "Auto-hide Dock": "Aŭtomata kaŝo de doko"
+ },
+ "Auto-login": {
+ "Auto-login": "Aŭtomata ensaluto"
+ },
+ "Auto-login disabled": {
+ "Auto-login disabled": "Aŭtomata ensaluto malŝaltita"
+ },
+ "Auto-login enabled": {
+ "Auto-login enabled": "Aŭtomata ensaluto ebligita"
+ },
+ "Auto-login on startup": {
+ "Auto-login on startup": "Aŭtomata ensaluto ĉe ekfunkciigo"
+ },
+ "Auto-save to disk": {
+ "Auto-save to disk": "Aŭtomate konservu al disko"
+ },
+ "Auto-saving...": {
+ "Auto-saving...": "Aŭtomata konservado..."
+ },
+ "Autoconnect": {
+ "Autoconnect": "Aŭtomata konekto"
+ },
+ "Autoconnect disabled": {
+ "Autoconnect disabled": "Aŭtomata konekto estas malŝaltita"
+ },
+ "Autoconnect enabled": {
+ "Autoconnect enabled": "Aŭtomata konekto estas ŝaltita"
+ },
+ "Autofill last remembered query when opened": {
+ "Autofill last remembered query when opened": "Aŭtomate plenigis lastan memoritan serĉmendon kiam malfermita"
+ },
+ "Automatic Color Mode": {
+ "Automatic Color Mode": "Aŭtomata kolora reĝimo"
+ },
+ "Automatic Control": {
+ "Automatic Control": "Aŭtomata regado"
+ },
+ "Automatic Cycling": {
+ "Automatic Cycling": "Aŭtomata ciklo"
+ },
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": "Aŭtomate kalkulu ŝprucfenestron surbaze de trinkinterspaco"
+ },
+ "Automatically cycle through wallpapers in the same folder": {
+ "Automatically cycle through wallpapers in the same folder": "Aŭtomate cikli tra fonbildoj en la sama dosierujo"
+ },
+ "Automatically delete entries older than this": {
+ "Automatically delete entries older than this": "Aŭtomate forviŝi erojn pli aĝajn ol ĉi tiu"
+ },
+ "Automatically detect location based on IP address": {
+ "Automatically detect location based on IP address": "Aŭtomate detekti lokon baze de IP-adreso"
+ },
+ "Automatically determine your location using your IP address": {
+ "Automatically determine your location using your IP address": "Aŭtomate determini vian lokon uzante vian IP-adreson"
+ },
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": "Aŭtomate kaŝu la stangon kiam la montrilo malproksimiĝas"
+ },
+ "Automatically lock after": {
+ "Automatically lock after": "Aŭtomate ŝlosi post"
+ },
+ "Automatically lock the screen when DMS starts": {
+ "Automatically lock the screen when DMS starts": "Aŭtomate ŝlosi la ekranon kiam DMS lanĉiĝas"
+ },
+ "Automatically lock the screen when the system prepares to suspend": {
+ "Automatically lock the screen when the system prepares to suspend": "Aŭtomate ŝlosi la ekranon kiam la sistemo prepariĝas por dormeti"
+ },
+ "Automatically save changes to opened files as you type": {
+ "Automatically save changes to opened files as you type": "Aŭtomate konservu ŝanĝojn al malfermitaj dosieroj dum vi tajpas"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
+ "Automation": {
+ "Automation": "Aŭtomatigo"
+ },
+ "Autostart Apps": {
+ "Autostart Apps": "Memlanĉaj aplikaĵoj"
+ },
+ "Autostart Entries": {
+ "Autostart Entries": "Aŭtostartaj Enskriboj"
+ },
+ "Available": {
+ "Available": "Disponebla"
+ },
+ "Available Layouts": {
+ "Available Layouts": "Disponeblaj aranĝoj"
+ },
+ "Available Networks": {
+ "Available Networks": "Disponeblaj retoj"
+ },
+ "Available Plugins": {
+ "Available Plugins": "Disponeblaj kromprogramoj"
+ },
+ "Available Screens (%1)": {
+ "Available Screens (%1)": "Disponeblaj ekranoj (%1)"
+ },
+ "Available in Detailed and Forecast view modes": {
+ "Available in Detailed and Forecast view modes": "Havebla en Detala kaj Prognoza vidreĝimoj"
+ },
+ "Available.": {
+ "Available.": "Disponebla."
+ },
+ "BSSID": {
+ "BSSID": "BSSID"
+ },
+ "Back": {
+ "Back": "Reen"
+ },
+ "Back to user list": {
+ "Back to user list": "Reen al listo de uzantoj"
+ },
+ "Backend": {
+ "Backend": "Interna programo"
+ },
+ "Backends: %1": {
+ "Backends: %1": "Motoroj: %1"
+ },
+ "Background": {
+ "Background": "Fono"
+ },
+ "Background Blur": {
+ "Background Blur": "Fona malklareco"
+ },
+ "Background Color": {
+ "Background Color": ""
+ },
+ "Background Effect": {
+ "Background Effect": "Fona Efekto"
+ },
+ "Background Opacity": {
+ "Background Opacity": "Fonopakeco"
+ },
+ "Background authentication sync failed. Trying terminal mode.": {
+ "Background authentication sync failed. Trying terminal mode.": "Sinkronigo de fona aŭtentigo malsukcesis. Provante terminalan reĝimon."
+ },
+ "Background image": {
+ "Background image": "Fona bildo"
+ },
+ "Backlight device": {
+ "Backlight device": "Retroluma aparato"
+ },
+ "Balance power and performance": {
+ "Balance power and performance": "Ekvilibri potencon kaj efikecon"
+ },
+ "Balanced": {
+ "Balanced": "Ekvilibrita"
+ },
+ "Balanced palette with focused accents (default).": {
+ "Balanced palette with focused accents (default).": "Ekvilibrita paletro kun fokusitaj akcentoj (defaŭlta)."
+ },
+ "Bar": {
+ "Bar": "breto"
+ },
+ "Bar %1": {
+ "Bar %1": "Trinkejo %1"
+ },
+ "Bar Configurations": {
+ "Bar Configurations": "Bretagordoj"
+ },
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
+ "Bar Opacity": {
+ "Bar Opacity": "Opakeco de breto"
+ },
+ "Bar Shadows": {
+ "Bar Shadows": "Bretombroj"
+ },
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
+ "Bar Transparency": {
+ "Bar Transparency": "Travidebleco de la trinkejo"
+ },
+ "Bar corners and background": {
+ "Bar corners and background": "Trinkejo anguloj kaj fono"
+ },
+ "Bar shadow, border, and corners": {
+ "Bar shadow, border, and corners": "Barombro, limo kaj anguloj"
+ },
+ "Bar spacing and size": {
+ "Bar spacing and size": "Interspaco kaj grandeco de la drinkejo"
+ },
+ "Base color for shadows (opacity is applied automatically)": {
+ "Base color for shadows (opacity is applied automatically)": "Baza koloro por ombroj (opakeco aplikiĝas aŭtomate)"
+ },
+ "Base duration for animations (drag to use Custom)": {
+ "Base duration for animations (drag to use Custom)": "Baza animacidaŭro (trenu por uzi Propran)"
+ },
+ "Battery": {
+ "Battery": "Baterio"
+ },
+ "Battery %1": {
+ "Battery %1": "Baterio %1"
+ },
+ "Battery Charge Limit": {
+ "Battery Charge Limit": "Baterioŝarga limigo"
+ },
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
+ "Battery and power management": {
+ "Battery and power management": "Mastrumado de baterio kaj potenco"
+ },
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
+ "Battery level and power management": {
+ "Battery level and power management": "Bateria nivelo kaj potenca mastrumado"
+ },
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
+ "Behavior": {
+ "Behavior": "Konduto"
+ },
+ "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": "Ligi la ŝlosekranon al dbus-signaloj de loginctl. Malŝaltu se vi uzas eksteran ŝlosekranon"
+ },
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight IPC action in your compositor config.": "Ligu la spotlight IPC-agon en via kompostista agordo."
+ },
+ "Bind the spotlight-bar IPC action in your compositor config.": {
+ "Bind the spotlight-bar IPC action in your compositor config.": "Ligu la agadon de spotlight-bar IPC en via kompostista agordo."
+ },
+ "Binds Include Missing": {
+ "Binds Include Missing": "Mankas lig-inkluzivo"
+ },
+ "Binds include added": {
+ "Binds include added": "Lig-inkluzivo estas aldonita"
+ },
+ "Bit Depth": {
+ "Bit Depth": "Bitprofundo"
+ },
+ "Black": {
+ "Black": "Nigra"
+ },
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
+ "Block Out": {
+ "Block Out": "Bloki"
+ },
+ "Block Out From": {
+ "Block Out From": "Bloki ekde"
+ },
+ "Block notifications": {
+ "Block notifications": "Bloki sciigojn"
+ },
+ "Blocked": {
+ "Blocked": "Blokita"
+ },
+ "Blue light filter": {
+ "Blue light filter": "Bluluma filtro"
+ },
+ "Bluetooth": {
+ "Bluetooth": "Bluetooth"
+ },
+ "Bluetooth Settings": {
+ "Bluetooth Settings": "Agordoj de Bluetooth"
+ },
+ "Bluetooth not available": {
+ "Bluetooth not available": "Bluetooth ne disponeblas"
+ },
+ "Blur": {
+ "Blur": "Malklarigo"
+ },
+ "Blur Border Color": {
+ "Blur Border Color": "Malklara bordkoloro"
+ },
+ "Blur Border Opacity": {
+ "Blur Border Opacity": "Opakeco de malklara bordo"
+ },
+ "Blur Wallpaper Layer": {
+ "Blur Wallpaper Layer": "Malklara fonbilda tavolo"
+ },
+ "Blur on Overview": {
+ "Blur on Overview": "Malklarigi en superrigardo"
+ },
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": {
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Malklarigu la fonon malantaŭ stangoj, elŝprucfenestroj, modalaj fenestroj kaj sciigoj. Postulas subtenon kaj agordon de komponisto."
+ },
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Malklarigu la fonon malantaŭ kradoj, popouts, modaloj kaj sciigoj. "
+ },
+ "Blur wallpaper when niri overview is open": {
+ "Blur wallpaper when niri overview is open": "Malklarigi la fonbildon kiam la niri-superrigardo estas malfermita"
+ },
+ "Body": {
+ "Body": "Korpo"
+ },
+ "Body Font Size": {
+ "Body Font Size": "Teksta tipara grando"
+ },
+ "Bold": {
+ "Bold": "Grasa"
+ },
+ "Border": {
+ "Border": "Bordo"
+ },
+ "Border Color": {
+ "Border Color": "Bordkoloro"
+ },
+ "Border Off": {
+ "Border Off": "Rando malŝaltita"
+ },
+ "Border Opacity": {
+ "Border Opacity": "Bordopakeco"
+ },
+ "Border Radius": {
+ "Border Radius": "Angula radiuso"
+ },
+ "Border Size": {
+ "Border Size": "Bordogrando"
+ },
+ "Border Thickness": {
+ "Border Thickness": "Bordodikeco"
+ },
+ "Border Width": {
+ "Border Width": "Borda larĝo"
+ },
+ "Border color around blurred surfaces": {
+ "Border color around blurred surfaces": "Bordkoloro ĉirkaŭ malklarigitaj surfacoj"
+ },
+ "Border w/ Bg": {
+ "Border w/ Bg": "Limo kun Bg"
+ },
+ "Border with Background": {
+ "Border with Background": "Limo kun Fono"
+ },
+ "Bottom": {
+ "Bottom": "Malsupre"
+ },
+ "Bottom Center": {
+ "Bottom Center": "Malsupre centre"
+ },
+ "Bottom Left": {
+ "Bottom Left": "Malsupre maldekstre"
+ },
+ "Bottom Right": {
+ "Bottom Right": "Malsupre dekstre"
+ },
+ "Bottom Section": {
+ "Bottom Section": "Malsupra sekcio"
+ },
+ "Bottom dock for pinned and running applications": {
+ "Bottom dock for pinned and running applications": "Malsupra doko por fiksitaj kaj lanĉitaj aplikaĵoj"
+ },
+ "Brightness": {
+ "Brightness": "Brileco"
+ },
+ "Brightness Slider": {
+ "Brightness Slider": "Brileca rulilo"
+ },
+ "Brightness Value": {
+ "Brightness Value": "Brileca valoro"
+ },
+ "Brightness control not available": {
+ "Brightness control not available": "Brilecregado ne disponeblas"
+ },
+ "Browse": {
+ "Browse": "Foliumi"
+ },
+ "Browse Files": {
+ "Browse Files": "Foliumi Dosierojn"
+ },
+ "Browse Plugins": {
+ "Browse Plugins": "Kromprogramfoliumado"
+ },
+ "Browse Themes": {
+ "Browse Themes": "Etosfoliumado"
+ },
+ "Browse or search plugins": {
+ "Browse or search plugins": "Foliumi aŭ serĉi kromprogramojn"
+ },
+ "Button Color": {
+ "Button Color": "Butonkoloro"
+ },
+ "CPU": {
+ "CPU": "ĉefprocesoro"
+ },
+ "CPU Graph": {
+ "CPU Graph": "ĉefprocesoro-grafikaĵo"
+ },
+ "CPU Temperature": {
+ "CPU Temperature": "ĉefprocesoro-temperaturo"
+ },
+ "CPU Usage": {
+ "CPU Usage": "ĉefprocesoro-uzado"
+ },
+ "CPU temperature display": {
+ "CPU temperature display": "ĉefprocesoro-temperaturo-vidigo"
+ },
+ "CPU usage indicator": {
+ "CPU usage indicator": "ĉefprocesoro-uzadindikilo"
+ },
+ "CPU, memory, network, and disk monitoring": {
+ "CPU, memory, network, and disk monitoring": "Monitorado de ĉefprocesoro, memoro, reto kaj disko"
+ },
+ "CUPS Insecure Filter Warning": {
+ "CUPS Insecure Filter Warning": "Averto de CUPS pri nesekura filtro"
+ },
+ "CUPS Missing Filter Warning": {
+ "CUPS Missing Filter Warning": "Averto de CUPS pri mankanta filtro"
+ },
+ "CUPS Print Server": {
+ "CUPS Print Server": "CUPS-presoservilo"
+ },
+ "CUPS not available": {
+ "CUPS not available": "CUPS ne disponeblas"
+ },
+ "Calendar": {
+ "Calendar": "kalendaro"
+ },
+ "Calendar Backend": {
+ "Calendar Backend": "Kalendaro Backend"
+ },
+ "Camera": {
+ "Camera": "Kamerao"
+ },
+ "Cancel": {
+ "Cancel": "Nuligi"
+ },
+ "Cancel all jobs for \"%1\"?": {
+ "Cancel all jobs for \"%1\"?": "Ĉu nuligi ĉiujn taskojn por «%1»?"
+ },
+ "Canceled": {
+ "Canceled": "Nuligita"
+ },
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": "Ne povas forigi la solan administranton"
+ },
+ "Cannot disable the only output": {
+ "Cannot disable the only output": "Ne povas malŝalti la nuran eligon"
+ },
+ "Cannot open trash: '%1' is not installed": {
+ "Cannot open trash: '%1' is not installed": "Ne povas malfermi rubujon: '%1' ne estas instalita"
+ },
+ "Cannot open trash: no custom command set": {
+ "Cannot open trash: no custom command set": "Ne povas malfermi rubujon: neniu kutima komando aro"
+ },
+ "Cannot pair": {
+ "Cannot pair": "Ne eblas parigi"
+ },
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": "Ne povas forigi la solan administranton"
+ },
+ "Capabilities": {
+ "Capabilities": "Kapabloj"
+ },
+ "Capacity": {
+ "Capacity": "Kapacito"
+ },
+ "Caps Lock": {
+ "Caps Lock": "Majuskla fiksilo"
+ },
+ "Caps Lock Indicator": {
+ "Caps Lock Indicator": "Majuskla fiksila indikilo"
+ },
+ "Caps Lock is on": {
+ "Caps Lock is on": "La majuskla fiksilo estas aktiva"
+ },
+ "Cast Target": {
+ "Cast Target": "Rolantaro Celo"
+ },
+ "Category": {
+ "Category": "kategorio"
+ },
+ "Center Section": {
+ "Center Section": "Centra sekcio"
+ },
+ "Center Single Column": {
+ "Center Single Column": "Centrigi unuopan kolumnon"
+ },
+ "Center Tiling": {
+ "Center Tiling": "Centra kaheligo"
+ },
+ "Certificate Password": {
+ "Certificate Password": "Atestila pasvorto"
+ },
+ "Change Song": {
+ "Change Song": "Ŝanĝi kanton"
+ },
+ "Change Volume": {
+ "Change Volume": "Ŝanĝi laŭtecon"
+ },
+ "Change bar appearance": {
+ "Change bar appearance": "Ŝanĝi la aspekton de la stango"
+ },
+ "Change the locale used by the DMS interface.": {
+ "Change the locale used by the DMS interface.": "Ŝanĝi la lokaĵaron uzatan de la DMS-fasado."
+ },
+ "Change the locale used for date and time formatting, independent of the interface language.": {
+ "Change the locale used for date and time formatting, independent of the interface language.": "Ŝanĝi la lokaĵaron uzatan por dat- kaj temp-formato, sendepende de la fasada lingvo."
+ },
+ "Channel": {
+ "Channel": "Kanalo"
+ },
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
+ "Charging": {
+ "Charging": "Ŝargado"
+ },
+ "Check for system updates": {
+ "Check for system updates": "Kontroli sistemajn ĝisdatigojn"
+ },
+ "Check interval": {
+ "Check interval": "Kontrolu intervalon"
+ },
+ "Check on startup": {
+ "Check on startup": "Kontrolu dum ekfunkciigo"
+ },
+ "Check sync status on demand. Sync (full) is for the main admin: it copies your theme to the login screen and sets up system greeter config. On multi-user systems, add other accounts in Settings → Users, then have each of them run dms greeter sync --profile after logging out and back in—not full sync. Authentication changes apply automatically.": {
+ "Check sync status on demand. Sync (full) is for the main admin: it copies your theme to the login screen and sets up system greeter config. On multi-user systems, add other accounts in Settings → Users, then have each of them run dms greeter sync --profile after logging out and back in—not full sync. Authentication changes apply automatically.": "Kontrolu sinkronigan staton laŭpeto. "
+ },
+ "Check your custom command in Settings → Dock → Trash.": {
+ "Check your custom command in Settings → Dock → Trash.": "Kontrolu vian kutiman komandon en Agordoj → Doko → Rubujo."
+ },
+ "Checking for updates...": {
+ "Checking for updates...": "Kontrolas ĝisdatigojn..."
+ },
+ "Checking whether sudo authentication is needed...": {
+ "Checking whether sudo authentication is needed...": "Kontrolas ĉu necesas sudo-aŭtentigo…"
+ },
+ "Checking...": {
+ "Checking...": "Kontrolado..."
+ },
+ "Choose Color": {
+ "Choose Color": "Elekti koloron"
+ },
+ "Choose Dark Mode Color": {
+ "Choose Dark Mode Color": "Elekti koloron por nokta reĝimo"
+ },
+ "Choose Dock Launcher Logo Color": {
+ "Choose Dock Launcher Logo Color": "Elekti koloron de dok-lanĉila emblemo"
+ },
+ "Choose Launcher Logo Color": {
+ "Choose Launcher Logo Color": "Elekti koloron de lanĉila emblemo"
+ },
+ "Choose Light Mode Color": {
+ "Choose Light Mode Color": "Elekti koloron por taga reĝimo"
+ },
+ "Choose Wallpaper Color": {
+ "Choose Wallpaper Color": "Elekti fonbildan koloron"
+ },
+ "Choose a color": {
+ "Choose a color": "Elekti koloron"
+ },
+ "Choose a power profile": {
+ "Choose a power profile": "Elektu potencoprofilon"
+ },
+ "Choose colors from palette": {
+ "Choose colors from palette": "Elekti kolorojn el paletro"
+ },
+ "Choose how the weather widget is displayed": {
+ "Choose how the weather widget is displayed": "Elektu kiel la vetera fenestraĵo estas montrata"
+ },
+ "Choose how this bar resolves shadow direction": {
+ "Choose how this bar resolves shadow direction": "Elekti la ombrodirekton por ĉi tiu breto"
+ },
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
+ "Choose icon": {
+ "Choose icon": "Elekti piktogramon"
+ },
+ "Choose monochrome or a theme color tint for system tray icons": {
+ "Choose monochrome or a theme color tint for system tray icons": "Elektu monokroman aŭ teman kolornuancon por sistempletaj ikonoj"
+ },
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
+ "Choose the background color for widgets": {
+ "Choose the background color for widgets": "Elekti la fenestraĵan fonkoloron"
+ },
+ "Choose the border accent color": {
+ "Choose the border accent color": "Elekti la bordan akcentkoloron"
+ },
+ "Choose the logo displayed on the launcher button in DankBar": {
+ "Choose the logo displayed on the launcher button in DankBar": "Elekti la emblemon montratan sur la lanĉila butono en DankBar"
+ },
+ "Choose where notification popups appear on screen": {
+ "Choose where notification popups appear on screen": "Elekti kie sciigaj ŝprucfenestroj aperas sur la ekrano"
+ },
+ "Choose where on-screen displays appear on screen": {
+ "Choose where on-screen displays appear on screen": "Elekti kie ekrankontroliloj aperas sur la ekrano"
+ },
+ "Choose whether to launch a desktop app or a command": {
+ "Choose whether to launch a desktop app or a command": "Elektu ĉu lanĉi labortablan apon aŭ komandon"
+ },
+ "Choose which action buttons appear on clipboard entries": {
+ "Choose which action buttons appear on clipboard entries": "Elektu kiuj agbutonoj aperas sur tondujo enskriboj"
+ },
+ "Choose which displays show this widget": {
+ "Choose which displays show this widget": "Elekti kiuj ekranoj montras ĉi tiun fenestraĵon"
+ },
+ "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.": "Elekti kiun ekranon montras la ŝlosekrana fasado. Aliaj ekranoj montros solidan koloron por protekto kontraŭ OLED-brulvundo."
+ },
+ "Chroma Style": {
+ "Chroma Style": "Kroma Stilo"
+ },
+ "Cipher": {
+ "Cipher": "Ĉifro"
+ },
+ "Circle": {
+ "Circle": "Rondo"
+ },
+ "Class regex": {
+ "Class regex": "Klaso regex"
+ },
+ "Class regex (e.g. ^firefox$)": {
+ "Class regex (e.g. ^firefox$)": "Klasa regula esprimo (ekz. ^firefox$)"
+ },
+ "Clear": {
+ "Clear": "Viŝi"
+ },
+ "Clear All": {
+ "Clear All": "Viŝi ĉion"
+ },
+ "Clear All Jobs": {
+ "Clear All Jobs": "Viŝi ĉiujn taskojn"
+ },
+ "Clear History?": {
+ "Clear History?": "Ĉu viŝi la historion?"
+ },
+ "Clear Sky": {
+ "Clear Sky": "Sennuba ĉielo"
+ },
+ "Clear all history when server starts": {
+ "Clear all history when server starts": "Viŝi la tutan historion kiam la servilo lanĉiĝas"
+ },
+ "Clear at Startup": {
+ "Clear at Startup": "Viŝi dum lanĉo"
+ },
+ "Click 'Setup' to create %1 and add include to config.": {
+ "Click 'Setup' to create %1 and add include to config.": "Klaku «Agordi» por krei %1 kaj aldoni inkluzivon al la agordo."
+ },
+ "Click 'Setup' to create %1 and add include to your compositor config.": {
+ "Click 'Setup' to create %1 and add include to your compositor config.": "Klaku «Agordi» por krei %1 kaj aldoni inkluzivon al via komponila agordo."
+ },
+ "Click 'Setup' to create cursor config and add include to your compositor config.": {
+ "Click 'Setup' to create cursor config and add include to your compositor config.": "Klaku «Agordi» por krei kursoran agordon kaj aldoni inkluzivon al via komponila agordo."
+ },
+ "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.": "Klaku «Agordi» por krei la elig-agordojn kaj aldoni inkluzivon al via komponila agordo."
+ },
+ "Click Import to add a .ovpn or .conf": {
+ "Click Import to add a .ovpn or .conf": "Klaku «Importi» por aldoni .ovpn- aŭ .conf-dosieron"
+ },
+ "Click Refresh to check status.": {
+ "Click Refresh to check status.": "Klaku «Refreŝigi» por kontroli staton."
+ },
+ "Click Through": {
+ "Click Through": "Klaki tra"
+ },
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
+ "Click any shortcut to edit. Changes save to %1": {
+ "Click any shortcut to edit. Changes save to %1": "Klaku iun ajn mallongigon por redakti. Ŝanĝoj konserviĝas al %1"
+ },
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
+ "Click to capture": {
+ "Click to capture": "Klaku por kapti"
+ },
+ "Click to select a custom theme JSON file": {
+ "Click to select a custom theme JSON file": "Klaku por elekti propran etosan JSON-dosieron"
+ },
+ "Clip": {
+ "Clip": "Tondi"
+ },
+ "Clip to Geometry": {
+ "Clip to Geometry": "Tondi laŭ geometrio"
+ },
+ "Clipboard": {
+ "Clipboard": "Tondujo"
+ },
+ "Clipboard History": {
+ "Clipboard History": "Tonduja historio"
+ },
+ "Clipboard Manager": {
+ "Clipboard Manager": "Tonduja mastrumilo"
+ },
+ "Clipboard Saved": {
+ "Clipboard Saved": "Tondujo Konservita"
+ },
+ "Clipboard sent": {
+ "Clipboard sent": "Poŝtabulo sendita"
+ },
+ "Clipboard works but nothing saved to disk": {
+ "Clipboard works but nothing saved to disk": "La tondujo funkcias sed nenio estas konservita al disko"
+ },
+ "Clock": {
+ "Clock": "Horloĝo"
+ },
+ "Clock Style": {
+ "Clock Style": "Horloĝa stilo"
+ },
+ "Close": {
+ "Close": "Fermi"
+ },
+ "Close All Windows": {
+ "Close All Windows": "Fermi ĉiujn fenestrojn"
+ },
+ "Close Overview on Launch": {
+ "Close Overview on Launch": "Fermi superrigardon dum lanĉo"
+ },
+ "Close Window": {
+ "Close Window": "Fermi fenestron"
+ },
+ "Color": {
+ "Color": "Koloro"
+ },
+ "Color %1 copied": {
+ "Color %1 copied": "Koloro %1 kopiita"
+ },
+ "Color Gamut": {
+ "Color Gamut": "Kolorgamo"
+ },
+ "Color Management": {
+ "Color Management": "Kolormastrumado"
+ },
+ "Color Mode": {
+ "Color Mode": "Kolorreĝimo"
+ },
+ "Color Override": {
+ "Color Override": "Kolorpreterpaso"
+ },
+ "Color Picker": {
+ "Color Picker": "Kolorelektilo"
+ },
+ "Color Temperature": {
+ "Color Temperature": "Kolortemperaturo"
+ },
+ "Color displayed on monitors without the lock screen": {
+ "Color displayed on monitors without the lock screen": "Koloro montrata sur ekranoj sen ŝlosekrano"
+ },
+ "Color for primary action buttons": {
+ "Color for primary action buttons": "Koloro por ĉefaj agbutonoj"
+ },
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
+ "Color temperature for day time": {
+ "Color temperature for day time": "Tagtempa kolortemperaturo"
+ },
+ "Color temperature for night mode": {
+ "Color temperature for night mode": "Noktareĝima kolortemperaturo"
+ },
+ "Color theme for syntax highlighting.": {
+ "Color theme for syntax highlighting.": "Kolortemo por sintaksa reliefigo."
+ },
+ "Color theme for syntax highlighting. %1 themes available.": {
+ "Color theme for syntax highlighting. %1 themes available.": "Kolortemo por sintaksa reliefigo. %1 temoj haveblas."
+ },
+ "Color theme from DMS registry": {
+ "Color theme from DMS registry": "Kolora etoso el DMS-registro"
+ },
+ "Colorful": {
+ "Colorful": "Koloreca"
+ },
+ "Colorful mix of bright contrasting accents.": {
+ "Colorful mix of bright contrasting accents.": "Koloreca miksaĵo de brilaj kontrastaj akcentoj."
+ },
+ "Colorize Active": {
+ "Colorize Active": "Kolorigi aktivan"
+ },
+ "Colors from wallpaper": {
+ "Colors from wallpaper": "Koloroj el fonbildo"
+ },
+ "Column": {
+ "Column": "Kolumno"
+ },
+ "Column Display": {
+ "Column Display": "Kolumna vidigo"
+ },
+ "Column Width": {
+ "Column Width": "Kolumnolarĝo"
+ },
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Perkome disigita listo de seancnomoj kaŝendaj. Envolvu en oblikvoj por regula esprimo (ekz., /^_.*/)."
+ },
+ "Command": {
+ "Command": "Komando"
+ },
+ "Command Line": {
+ "Command Line": "komanda linio"
+ },
+ "Commands": {
+ "Commands": "Komandoj"
+ },
+ "Communication": {
+ "Communication": "Komunikado"
+ },
+ "Community themes": {
+ "Community themes": "Komunumaj etosoj"
+ },
+ "Compact": {
+ "Compact": "Kompakta"
+ },
+ "Compact Mode": {
+ "Compact Mode": "Kompakta reĝimo"
+ },
+ "Completed": {
+ "Completed": "Plenumita"
+ },
+ "Compositor": {
+ "Compositor": "Komponilo"
+ },
+ "Compositor Settings": {
+ "Compositor Settings": "Komponilaj agordoj"
+ },
+ "Config Format": {
+ "Config Format": "Agorda formato"
+ },
+ "Config action: %1": {
+ "Config action: %1": "Agorda ago: %1"
+ },
+ "Config validation failed": {
+ "Config validation failed": "Kontrolo de agordo malsukcesis"
+ },
+ "Configuration": {
+ "Configuration": "Agordo"
+ },
+ "Configuration activated": {
+ "Configuration activated": "Agordo aktivigita"
+ },
+ "Configuration will be preserved when this display reconnects": {
+ "Configuration will be preserved when this display reconnects": "Agordo estos konservita kiam ĉi tiu ekrano rekonektiĝos"
+ },
+ "Configure": {
+ "Configure": "Agordi"
+ },
+ "Configure Keybinds": {
+ "Configure Keybinds": "Agordi klavkombinojn"
+ },
+ "Configure a new printer": {
+ "Configure a new printer": "Agordi novan presilon"
+ },
+ "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": {
+ "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Agordi piktogramojn por nomitaj laborspacoj. Piktogramoj havas prioritaton super numeroj kiam ambaŭ estas ŝaltitaj."
+ },
+ "Configure match criteria and actions": {
+ "Configure match criteria and actions": "Agordi kongruajn kriteriojn kaj agojn"
+ },
+ "Configure one in Settings → Dock → Trash.": {
+ "Configure one in Settings → Dock → Trash.": "Agordu unu en Agordoj → Doko → Rubujo."
+ },
+ "Configure which displays show \"%1": {
+ "Configure which displays show \"%1\"": "Agordi kiuj ekranoj montras \"%1\""
+ },
+ "Configure which displays show shell components": {
+ "Configure which displays show shell components": "Agordi kiuj ekranoj montras ŝel-erojn"
+ },
+ "Confirm": {
+ "Confirm": "Konfirmi"
+ },
+ "Confirm Delete": {
+ "Confirm Delete": "Konfirmi forigon"
+ },
+ "Confirm Display Changes": {
+ "Confirm Display Changes": "Konfirmi ekran-ŝanĝojn"
+ },
+ "Confirm passkey for ": {
+ "Confirm passkey for ": "Konfirmi pasŝlosilon por "
+ },
+ "Confirm password": {
+ "Confirm password": "Konfirmi pasvorton"
+ },
+ "Conflicts with: %1": {
+ "Conflicts with: %1": "Konfliktas kun: %1"
+ },
+ "Connect": {
+ "Connect": "Konekti"
+ },
+ "Connect to Hidden Network": {
+ "Connect to Hidden Network": "Konekti al kaŝita reto"
+ },
+ "Connect to VPN": {
+ "Connect to VPN": "Konekti al VPN"
+ },
+ "Connect to Wi-Fi": {
+ "Connect to Wi-Fi": "Konekti al Wi-Fi"
+ },
+ "Connected": {
+ "Connected": "Konektita"
+ },
+ "Connected Device": {
+ "Connected Device": "Konektita aparato"
+ },
+ "Connected Displays": {
+ "Connected Displays": "Konektitaj ekranoj"
+ },
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": "Konektita Kadra Reĝimo uzas la konektitan lanĉilon por defaŭltaj lanĉilaj ŝparvojoj."
+ },
+ "Connected Options": {
+ "Connected Options": "Konektitaj Opcioj"
+ },
+ "Connected to %1": {
+ "Connected to %1": "Konektita al %1"
+ },
+ "Connecting to Device": {
+ "Connecting to Device": "Konektante al aparato"
+ },
+ "Connecting to clipboard service...": {
+ "Connecting to clipboard service...": "Konektante al tonduja servo…"
+ },
+ "Connecting...": {
+ "Connecting...": "Konektante..."
+ },
+ "Connection failed": {
+ "Connection failed": "Konekto malsukcesis"
+ },
+ "Contains": {
+ "Contains": "Enhavas"
+ },
+ "Content": {
+ "Content": "Enhavo"
+ },
+ "Content copied": {
+ "Content copied": "Enhavo kopiita"
+ },
+ "Contrast": {
+ "Contrast": "Kontrasto"
+ },
+ "Contributor": {
+ "Contributor": "kontribuanto"
+ },
+ "Control Center": {
+ "Control Center": "Regcentro"
+ },
+ "Control Center Tile Color": {
+ "Control Center Tile Color": "Regcentra kahelkoloro"
+ },
+ "Control animation duration for notification popups and history": {
+ "Control animation duration for notification popups and history": "Regi animacian daŭron por sciigaj ŝprucfenestroj kaj historio"
+ },
+ "Control currently playing media": {
+ "Control currently playing media": "Regi nuntempe ludatan aŭdvidaĵon"
+ },
+ "Control what notification information is shown on the lock screen": {
+ "Control what notification information is shown on the lock screen": "Regi kiaj sciigaj informoj estas montrataj sur la ŝlosekrano"
+ },
+ "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
+ "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Regi kiuj kromprogramoj aperas en reĝimo 'Ĉio' sen bezono de ekiga prefikso. Trenu por reordigi."
+ },
+ "Control workspaces and columns by scrolling on the bar": {
+ "Control workspaces and columns by scrolling on the bar": "Regi laborspacojn kaj kolumnojn per rulumado sur la breto"
+ },
+ "Controls how much original icon color is removed before applying tint": {
+ "Controls how much original icon color is removed before applying tint": "Kontrolas kiom da originala ikonokoloro estas forigita antaŭ apliki nuancon"
+ },
+ "Controls how strongly the selected tint color is applied": {
+ "Controls how strongly the selected tint color is applied": "Kontrolas kiom forte aplikas la elektita nuanca koloro"
+ },
+ "Controls opacity of all popouts, modals, and their content layers": {
+ "Controls opacity of all popouts, modals, and their content layers": "Kontrolas la opakecon de ĉiuj elŝprucfenestroj, modalaj fenestroj, kaj iliaj enhavtavoloj"
+ },
+ "Controls opacity of shell surfaces, popouts, and modals": {
+ "Controls opacity of shell surfaces, popouts, and modals": "Kontrolas opakecon de ŝelsurfacoj, popouts, kaj modaloj"
+ },
+ "Controls opacity of the bar background": {
+ "Controls opacity of the bar background": "Kontrolas opakecon de la stangofono"
+ },
+ "Controls opacity of the border": {
+ "Controls opacity of the border": "Kontrolas opakecon de la limo"
+ },
+ "Controls opacity of the shadow layer": {
+ "Controls opacity of the shadow layer": "Kontrolas opakecon de la ombrotavolo"
+ },
+ "Controls opacity of the widget outline": {
+ "Controls opacity of the widget outline": "Kontrolas opakecon de la fenestraĵo"
+ },
+ "Controls opacity of widget backgrounds": {
+ "Controls opacity of widget backgrounds": "Kontrolas opakecon de fenestraĵfonoj"
+ },
+ "Controls outlines around blurred foreground cards, pills, and notification cards": {
+ "Controls outlines around blurred foreground cards, pills, and notification cards": "Kontrolas konturojn ĉirkaŭ neklaraj malklaraj kartoj, piloloj kaj sciigaj kartoj"
+ },
+ "Controls shadow cast direction for elevation layers": {
+ "Controls shadow cast direction for elevation layers": "Regas ombro-direkton por altigaj tavoloj"
+ },
+ "Controls the base blur radius and offset of shadows": {
+ "Controls the base blur radius and offset of shadows": "Regas la bazan malklarradiuson kaj ombroforŝovon"
+ },
+ "Controls the opacity of the shadow": {
+ "Controls the opacity of the shadow": "Kontrolas la opakecon de la ombro"
+ },
+ "Controls the outer edge of protocol-blurred windows": {
+ "Controls the outer edge of protocol-blurred windows": "Kontrolas la eksteran randon de protokol-malklaraj fenestroj"
+ },
+ "Controls the transparency of the shadow": {
+ "Controls the transparency of the shadow": "Kontrolas la travideblecon de la ombro"
+ },
+ "Convenience options for the login screen. Sync to apply.": {
+ "Convenience options for the login screen. Sync to apply.": "Oportunaj opcioj por la salutekrano. Sinkronigu por apliki."
+ },
+ "Convert to DMS": {
+ "Convert to DMS": "Konverti al DMS"
+ },
+ "Cooldown": {
+ "Cooldown": "Malvarmiĝo"
+ },
+ "Copied GIF": {
+ "Copied GIF": "Kopiita GIF"
+ },
+ "Copied MP4": {
+ "Copied MP4": "Kopiita MP4"
+ },
+ "Copied WebP": {
+ "Copied WebP": "Kopiita WebP"
+ },
+ "Copied to clipboard": {
+ "Copied to clipboard": "Kopiita al tondujo"
+ },
+ "Copied!": {
+ "Copied!": "Kopiite!"
+ },
+ "Copy": {
+ "Copy": "Kopii"
+ },
+ "Copy Content": {
+ "Copy Content": "Kopii Enhavon"
+ },
+ "Copy Full Command": {
+ "Copy Full Command": "Kopii tutan komandon"
+ },
+ "Copy HTML": {
+ "Copy HTML": "Kopii HTML-on"
+ },
+ "Copy Name": {
+ "Copy Name": "Kopii nomon"
+ },
+ "Copy PID": {
+ "Copy PID": "Kopii PID-on"
+ },
+ "Copy Text": {
+ "Copy Text": "Kopii tekston"
+ },
+ "Copy path": {
+ "Copy path": "Kopii vojon"
+ },
+ "Corner Radius": {
+ "Corner Radius": "Angula radiuso"
+ },
+ "Corner Radius Override": {
+ "Corner Radius Override": "Preterpasi angulan radiuson"
+ },
+ "Corners & Background": {
+ "Corners & Background": "Anguloj kaj fono"
+ },
+ "Couldn't open a terminal for the auto-login update.": {
+ "Couldn't open a terminal for the auto-login update.": "Ne eblis malfermi terminalon por la aŭtomata ensaluta ĝisdatigo."
+ },
+ "Count Only": {
+ "Count Only": "Nur nombri"
+ },
+ "Cover Open": {
+ "Cover Open": "Kovrilo malfermita"
+ },
+ "Create": {
+ "Create": "Krei"
+ },
+ "Create Dir": {
+ "Create Dir": "Krei dosierujon"
+ },
+ "Create Printer": {
+ "Create Printer": "Krei presilon"
+ },
+ "Create User": {
+ "Create User": "Krei Uzanton"
+ },
+ "Create Window Rule": {
+ "Create Window Rule": "Krei fenestran regulon"
+ },
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": "Krei novan seancon %1 (n)"
+ },
+ "Create rule for:": {
+ "Create rule for:": "Krei regulon por:"
+ },
+ "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": {
+ "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Krei regulojn por silentigi, malatenti, kaŝi el historio aŭ preterpasi sciigprioritaton. Defaŭlte oni nur preterpasas prioritaton; sciigoj ankoraŭ montriĝas normale."
+ },
+ "Created plugin directory: %1": {
+ "Created plugin directory: %1": "Kreita aldonaĵa dosierujo: %1"
+ },
+ "Creating...": {
+ "Creating...": "Kreado..."
+ },
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
+ "Critical Priority": {
+ "Critical Priority": "Kritika prioritato"
+ },
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Elektu ĉion • Ctrl+P: Antaŭrigardo • Enigu/Shift+Enigu: Trovu Sekvan/Antaŭan • Esc: Fermi"
+ },
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Konservi • Ctrl+O: Malfermi • Ctrl+N: Nova • Ctrl+F: Trovi"
+ },
+ "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
+ "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Ŝaltilo Tab • Ctrl+S: Alpingli/Malfiksi • Shift+Del: Forviŝi ĉion • Esc: Fermi"
+ },
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": {
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Ŝalti langetojn • Ctrl+S: Alpingli/Malfiksi • Maj+Enigi: Kopiu • Maj+Del: Forviŝi ĉiujn • F10: Helpo • Esc: Fermi"
+ },
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": {
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Ŝalti langetojn • Ctrl+S: Alpingli/Malfiksi • Maj+Enigi: Alglui • Maj+Del: Forviŝi ĉion • F10: Helpo • Esc: Fermi"
+ },
+ "Current": {
+ "Current": "Aktuala"
+ },
+ "Current Items": {
+ "Current Items": "Aktualaj eroj"
+ },
+ "Current Locale": {
+ "Current Locale": "Aktuala lokaĵaro"
+ },
+ "Current Monitor": {
+ "Current Monitor": "Aktuala ekrano"
+ },
+ "Current Period": {
+ "Current Period": "Aktuala periodo"
+ },
+ "Current Status": {
+ "Current Status": "Aktuala stato"
+ },
+ "Current Temp": {
+ "Current Temp": "Aktuala temperaturo"
+ },
+ "Current Theme: %1": {
+ "Current Theme: %1": "Aktuala etoso: %1"
+ },
+ "Current Weather": {
+ "Current Weather": "Aktuala vetero"
+ },
+ "Current Workspace": {
+ "Current Workspace": "Aktuala laborspaco"
+ },
+ "Current time and date display": {
+ "Current time and date display": "Aktuala tempo- kaj datvidigo"
+ },
+ "Current weather conditions and temperature": {
+ "Current weather conditions and temperature": "Aktualaj veterkondiĉoj kaj temperaturo"
+ },
+ "Current: %1": {
+ "Current: %1": "Aktuala: %1"
+ },
+ "Cursor Config Not Configured": {
+ "Cursor Config Not Configured": "Kursora agordo ne estas agordita"
+ },
+ "Cursor Include Missing": {
+ "Cursor Include Missing": "Kursora inkluzivo mankas"
+ },
+ "Cursor Size": {
+ "Cursor Size": "Grando de kursoroj"
+ },
+ "Cursor Theme": {
+ "Cursor Theme": "Kursora etoso"
+ },
+ "Curve": {
+ "Curve": "kurbo"
+ },
+ "Curve: curve rasterizer.": {
+ "Curve: curve rasterizer.": "Kurbo: kurba rasterigilo."
+ },
+ "Custom": {
+ "Custom": "Propra"
+ },
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
+ "Custom Color": {
+ "Custom Color": "Propra koloro"
+ },
+ "Custom Duration": {
+ "Custom Duration": "Propra daŭro"
+ },
+ "Custom Hibernate Command": {
+ "Custom Hibernate Command": "Propra komando por pasivigo"
+ },
+ "Custom Location": {
+ "Custom Location": "Propra loko"
+ },
+ "Custom Lock Command": {
+ "Custom Lock Command": "Propra komando por ŝlosado"
+ },
+ "Custom Logout Command": {
+ "Custom Logout Command": "Propra komando por seancfino"
+ },
+ "Custom Name": {
+ "Custom Name": "Propra nomo"
+ },
+ "Custom Power Actions": {
+ "Custom Power Actions": "Propraj elektraj agoj"
+ },
+ "Custom Power Off Command": {
+ "Custom Power Off Command": "Propra komando por malŝalto"
+ },
+ "Custom Reboot Command": {
+ "Custom Reboot Command": "Propra komando por restartigo"
+ },
+ "Custom Shadow Color": {
+ "Custom Shadow Color": "Propra ombra koloro"
+ },
+ "Custom Shadow Override": {
+ "Custom Shadow Override": "Propra ombra preterpaso"
+ },
+ "Custom Suspend Command": {
+ "Custom Suspend Command": "Propra komando por dormeto"
+ },
+ "Custom Transparency": {
+ "Custom Transparency": "Propra Travidebleco"
+ },
+ "Custom command and terminal params are split on whitespace; paths with spaces will break.": {
+ "Custom command and terminal params are split on whitespace; paths with spaces will break.": "Propra komando kaj finaj parametroj estas dividitaj sur blankspaco; "
+ },
+ "Custom open-trash command": {
+ "Custom open-trash command": "Propra malferma-rubo-komando"
+ },
+ "Custom power profile": {
+ "Custom power profile": "Propra elektra profilo"
+ },
+ "Custom theme loaded from JSON file": {
+ "Custom theme loaded from JSON file": "Propra etoso ŝargita el JSON-dosiero"
+ },
+ "Custom update command": {
+ "Custom update command": "Propra ĝisdatiga komando"
+ },
+ "Custom...": {
+ "Custom...": "Propra..."
+ },
+ "Custom: ": {
+ "Custom: ": "Propra: "
+ },
+ "Customizable empty space": {
+ "Customizable empty space": "Agordebla malplena spaco"
+ },
+ "Customize which actions appear in the power menu": {
+ "Customize which actions appear in the power menu": "Agordi kiuj agoj aperas en la elektra menuo"
+ },
+ "DDC/CI monitor": {
+ "DDC/CI monitor": "DDC/CI-ekrano"
+ },
+ "DEMO MODE - Click anywhere to exit": {
+ "DEMO MODE - Click anywhere to exit": "DEMO-REĜIMO - Klaku ie ajn por eliri"
+ },
+ "DMS Chooser": {
+ "DMS Chooser": "DMS Elektilo"
+ },
+ "DMS Plugin Manager Unavailable": {
+ "DMS Plugin Manager Unavailable": "DMS-kromprogramestraro ne disponeblas"
+ },
+ "DMS Settings": {
+ "DMS Settings": "DMS-agordoj"
+ },
+ "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": {
+ "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": "DMS Agordoj skribas Lua klavbindojn. "
+ },
+ "DMS Shortcuts": {
+ "DMS Shortcuts": "DMS-mallongigoj"
+ },
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": {
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "DMS-salutekrano bezonas: greetd, dms-greeter. Fingrospuro: fprintd, pam_fprintd. Sekurŝlosiloj: pam_u2f. Aldonu vian uzanton al la greeter-grupo. Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate; eble malfermiĝos terminalo kiam neprecesos sudo-aŭtentigo."
+ },
+ "DMS needs administrator access. The terminal closes automatically when done.": {
+ "DMS needs administrator access. The terminal closes automatically when done.": "DMS bezonas aliron de administranto. "
+ },
+ "DMS out of date": {
+ "DMS out of date": "DMS malaktualas"
+ },
+ "DMS server is outdated (API v%1, expected v%2)": {
+ "DMS server is outdated (API v%1, expected v%2)": "DMS-servilo estas malaktuala (API v%1, atendata v%2)"
+ },
+ "DMS service is not connected. Clipboard settings are unavailable.": {
+ "DMS service is not connected. Clipboard settings are unavailable.": "DMS-servo ne konektiĝis. Tondujaj agordoj ne disponeblas."
+ },
+ "DMS shell actions (launcher, clipboard, etc.)": {
+ "DMS shell actions (launcher, clipboard, etc.)": "DMS-ŝelagoj (lanĉilo, tondujo, ktp.)"
+ },
+ "DMS_SOCKET not available": {
+ "DMS_SOCKET not available": "DMS_SOCKET ne disponeblas"
+ },
+ "Daily": {
+ "Daily": "Ĉiutage"
+ },
+ "Daily at:": {
+ "Daily at:": "Ĉiutage je:"
+ },
+ "Dank": {
+ "Dank": "Dank"
+ },
+ "Dank Bar": {
+ "Dank Bar": "Dank-breto"
+ },
+ "DankBar": {
+ "DankBar": "DankBar"
+ },
+ "DankCalendar": {
+ "DankCalendar": "DankCalendar"
+ },
+ "DankCalendar isn't installed": {
+ "DankCalendar isn't installed": "DankCalendar ne estas instalita"
+ },
+ "DankCalendar isn't running": {
+ "DankCalendar isn't running": "DankCalendar ne funkcias"
+ },
+ "DankMaterialShell is ready to use": {
+ "DankMaterialShell is ready to use": "DankMaterialShell pretas por uzo"
+ },
+ "DankShell & System Icons (requires restart)": {
+ "DankShell & System Icons (requires restart)": "DankShell- kaj sistem-piktogramoj (postulas restarton)"
+ },
+ "Dark Mode": {
+ "Dark Mode": "Nokta reĝimo"
+ },
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
+ "Dark mode base": {
+ "Dark mode base": "Bazo de nokta reĝimo"
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": "Harmonio de nokta reĝimo"
+ },
+ "Darken Modal Background": {
+ "Darken Modal Background": "Malheligi fonon de modaloj"
+ },
+ "Date Format": {
+ "Date Format": "Dato-formato"
+ },
+ "Date format on greeter": {
+ "Date format on greeter": "Dato-formato sur la salutekrano"
+ },
+ "Dawn (Astronomical Twilight)": {
+ "Dawn (Astronomical Twilight)": "Aŭroro (astronomia krepasko)"
+ },
+ "Dawn (Civil Twilight)": {
+ "Dawn (Civil Twilight)": "Aŭroro (civila krepasko)"
+ },
+ "Dawn (Nautical Twilight)": {
+ "Dawn (Nautical Twilight)": "Aŭroro (naŭtika krepasko)"
+ },
+ "Day Date": {
+ "Day Date": "Tago-dato"
+ },
+ "Day Month Date": {
+ "Day Month Date": "Tago-monato-dato"
+ },
+ "Day Temperature": {
+ "Day Temperature": "Taga temperaturo"
+ },
+ "Daytime": {
+ "Daytime": "Tagtempo"
+ },
+ "Deck": {
+ "Deck": "Ludkartaro (deck)"
+ },
+ "Default": {
+ "Default": "Defaŭlta"
+ },
+ "Default (Black)": {
+ "Default (Black)": "Defaŭlta (nigra)"
+ },
+ "Default (Global)": {
+ "Default (Global)": "Defaŭlta (Tutmonda)"
+ },
+ "Default Apps": {
+ "Default Apps": "Defaŭltaj aplikaĵoj"
+ },
+ "Default Launcher": {
+ "Default Launcher": "Defaŭlta Lanĉilo"
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": "Defaŭlta Lanĉilo Ŝparvojo"
+ },
+ "Default Mode": {
+ "Default Mode": "Defaŭlta Reĝimo"
+ },
+ "Default Opens": {
+ "Default Opens": "Defaŭlte Malfermiĝas"
+ },
+ "Default Width (%)": {
+ "Default Width (%)": "Defaŭlta larĝo (%)"
+ },
+ "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": {
+ "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": "Defaŭltaj lanĉilaj ŝparvojoj malfermas la plenan lanĉilon kun reĝimlangetoj, kradvido kaj agadpanelo."
+ },
+ "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": {
+ "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": "Defaŭltaj lanĉilaj ŝparvojoj malfermas la minimuman Spotlight Bar. "
+ },
+ "Default selected action": {
+ "Default selected action": "Defaŭlta elektita ago"
+ },
+ "Defaults": {
+ "Defaults": "Defaŭltaĵoj"
+ },
+ "Define rules for window behavior. Saves to %1": {
+ "Define rules for window behavior. Saves to %1": "Difini regulojn por fenestra konduto. Konserviĝas al %1"
+ },
+ "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": {
+ "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "For: Viŝi • Shift+For: Viŝi ĉion • 1-9: Agoj • F10: Helpo • Esk: Fermi"
+ },
+ "Delete": {
+ "Delete": "Forigi"
+ },
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": "Ĉu forigi \"%1\" kaj forigi la hejman dosierujon? "
+ },
+ "Delete \"%1\"?": {
+ "Delete \"%1\"?": "Ĉu forigi \"%1\"?"
+ },
+ "Delete Class": {
+ "Delete Class": "Forigi klason"
+ },
+ "Delete Printer": {
+ "Delete Printer": "Forigi presilon"
+ },
+ "Delete Rule": {
+ "Delete Rule": "Forigi Regulon"
+ },
+ "Delete Saved Item?": {
+ "Delete Saved Item?": "Ĉu forigi konservitan eron?"
+ },
+ "Delete VPN": {
+ "Delete VPN": "Forigi VPN"
+ },
+ "Delete class \"%1\"?": {
+ "Delete class \"%1\"?": "Ĉu forigi klason \"%1\"?"
+ },
+ "Delete profile \"%1\"?": {
+ "Delete profile \"%1\"?": "Ĉu forigi profilon \"%1\"?"
+ },
+ "Delete user": {
+ "Delete user": "Forigi uzanton"
+ },
+ "Delete user?": {
+ "Delete user?": "Ĉu forigi uzanton?"
+ },
+ "Demi Bold": {
+ "Demi Bold": "Duongrasa"
+ },
+ "Dependencies & documentation": {
+ "Dependencies & documentation": "Dependaĵoj kaj dokumentaro"
+ },
+ "Depth": {
+ "Depth": "profundeco"
+ },
+ "Depth: Panels scale up from small as they slide in — a dramatic pop-forward depth effect.": {
+ "Depth: Panels scale up from small as they slide in — a dramatic pop-forward depth effect.": "Profundo: Paneloj pligrandiĝas de malgrandaj dum ili glitas enen - drameca pop-antaŭa profunda efiko."
+ },
+ "Derives colors that closely match the underlying image.": {
+ "Derives colors that closely match the underlying image.": "Derivas kolorojn kiuj proksime kongruas kun la suba bildo."
+ },
+ "Description": {
+ "Description": "Priskribo"
+ },
+ "Desktop": {
+ "Desktop": "Labortablo"
+ },
+ "Desktop Application": {
+ "Desktop Application": "Labortabla Apliko"
+ },
+ "Desktop Clock": {
+ "Desktop Clock": "Labortabla horloĝo"
+ },
+ "Desktop Entry": {
+ "Desktop Entry": "Labortabla ero"
+ },
+ "Desktop Widget": {
+ "Desktop Widget": "Labortabla fenestraĵo"
+ },
+ "Desktop Widgets": {
+ "Desktop Widgets": "Labortablaj fenestraĵoj"
+ },
+ "Desktop background images": {
+ "Desktop background images": "Labortablaj fonbildoj"
+ },
+ "Detailed": {
+ "Detailed": "Detala"
+ },
+ "Details for \"%1": {
+ "Details for \"%1\"": "Detaloj por \"%1\""
+ },
+ "Detected backends: %1": {
+ "Detected backends: %1": "Detektitaj backends: %1"
+ },
+ "Development": {
+ "Development": "Evoluigo"
+ },
+ "Device": {
+ "Device": "Aparato"
+ },
+ "Device connections": {
+ "Device connections": "Aparato-konektoj"
+ },
+ "Device list scroll volume": {
+ "Device list scroll volume": "Volumo de la listo de aparatoj"
+ },
+ "Device names updated": {
+ "Device names updated": "Aparat-nomoj estas ĝisdatigitaj"
+ },
+ "Device paired": {
+ "Device paired": "Aparato estas parigita"
+ },
+ "Device unpaired": {
+ "Device unpaired": "Aparato malparigita"
+ },
+ "Digital": {
+ "Digital": "Cifereca"
+ },
+ "Direction Source": {
+ "Direction Source": "Fonto de direkto"
+ },
+ "Directional": {
+ "Directional": "unudirekta"
+ },
+ "Directional: Panels glide in from a larger distance at full size — no scale change, pure clean motion.": {
+ "Directional: Panels glide in from a larger distance at full size — no scale change, pure clean motion.": "Direkte: Paneloj glitas enen de pli granda distanco je plena grandeco - neniu skaloŝanĝo, pura pura moviĝo."
+ },
+ "Disable Autoconnect": {
+ "Disable Autoconnect": "Malŝalti aŭtomatan konekton"
+ },
+ "Disable Built-in Wallpapers": {
+ "Disable Built-in Wallpapers": "Malŝalti integritajn fonbildojn"
+ },
+ "Disable History Persistence": {
+ "Disable History Persistence": "Malŝalti historian persiston"
+ },
+ "Disable Output": {
+ "Disable Output": "Malŝalti eligon"
+ },
+ "Disabled": {
+ "Disabled": "Malŝaltita"
+ },
+ "Disabled by Frame Mode": {
+ "Disabled by Frame Mode": "Malŝaltita de Kadra Reĝimo"
+ },
+ "Disabling WiFi...": {
+ "Disabling WiFi...": "Malŝaltante WiFi-on..."
+ },
+ "Disabling auto-login on startup...": {
+ "Disabling auto-login on startup...": "Malŝaltante aŭtomatan ensaluti ĉe ekfunkciigo..."
+ },
+ "Disc": {
+ "Disc": "Disko"
+ },
+ "Discard": {
+ "Discard": "Forĵeti"
+ },
+ "Discharging": {
+ "Discharging": "Malŝargante"
+ },
+ "Disconnect": {
+ "Disconnect": "Malkonekti"
+ },
+ "Disconnected": {
+ "Disconnected": "Malkonektita"
+ },
+ "Disconnected from WiFi": {
+ "Disconnected from WiFi": "Malkonektita de WiFi"
+ },
+ "Discover Devices": {
+ "Discover Devices": "Malkovri aparatojn"
+ },
+ "Disk": {
+ "Disk": "Disko"
+ },
+ "Disk I/O": {
+ "Disk I/O": "Diska eneligo (I/O)"
+ },
+ "Disk Usage": {
+ "Disk Usage": "Diska uzado"
+ },
+ "Disk Usage Display": {
+ "Disk Usage Display": "Vidigo de diska uzado"
+ },
+ "Disks": {
+ "Disks": "Diskoj"
+ },
+ "Dismiss": {
+ "Dismiss": "Malakcepti"
+ },
+ "Display": {
+ "Display": "Ekrano"
+ },
+ "Display Assignment": {
+ "Display Assignment": "Ekrana asigno"
+ },
+ "Display Control": {
+ "Display Control": "Ekrana regado"
+ },
+ "Display Name Format": {
+ "Display Name Format": "Afiŝnoma formato"
+ },
+ "Display Profiles": {
+ "Display Profiles": "Ekranprofiloj"
+ },
+ "Display Settings": {
+ "Display Settings": "Ekranagordoj"
+ },
+ "Display a dock with pinned and running applications": {
+ "Display a dock with pinned and running applications": "Montri dokon kun fiksitaj kaj lanĉitaj aplikaĵoj"
+ },
+ "Display all priorities over fullscreen apps": {
+ "Display all priorities over fullscreen apps": "Montri ĉiujn prioritatojn super tutekranaj aplikaĵoj"
+ },
+ "Display and switch MangoWC layouts": {
+ "Display and switch MangoWC layouts": "Montru kaj ŝanĝu MangoWC-aranĝojn"
+ },
+ "Display application icons in workspace indicators": {
+ "Display application icons in workspace indicators": "Montri aplikaĵpiktogramojn en laborspacaj indikiloj"
+ },
+ "Display brightness control": {
+ "Display brightness control": "Ekranbrileca regado"
+ },
+ "Display configuration is not available. WLR output management protocol not supported.": {
+ "Display configuration is not available. WLR output management protocol not supported.": "Ekranagordo ne disponeblas. WLR-eliga mastrumprotokolo ne subtenatas."
+ },
+ "Display currently focused application title": {
+ "Display currently focused application title": "Montri titolon de fokusiĝinta aplikaĵo"
+ },
+ "Display hourly weather predictions": {
+ "Display hourly weather predictions": "Montri horajn veterprognozojn"
+ },
+ "Display line numbers in editor": {
+ "Display line numbers in editor": "Montru linionumeroj en redaktilo"
+ },
+ "Display name for this entry": {
+ "Display name for this entry": "Montrnomo por ĉi tiu eniro"
+ },
+ "Display only workspaces that contain windows": {
+ "Display only workspaces that contain windows": "Montri nur laborspacojn kun fenestroj"
+ },
+ "Display power menu actions in a grid instead of a list": {
+ "Display power menu actions in a grid instead of a list": "Montri elektrajn menuagojn en krado anstataŭ listo"
+ },
+ "Display seconds in the clock": {
+ "Display seconds in the clock": "Montri sekundojn en la horloĝo"
+ },
+ "Display setup failed": {
+ "Display setup failed": "Agordo de ekrano malsukcesis"
+ },
+ "Display the power system menu": {
+ "Display the power system menu": "Montri la sisteman malŝalt-menuon"
+ },
+ "Display volume and brightness percentage values in OSD popups": {
+ "Display volume and brightness percentage values in OSD popups": "Montri laŭtec- kaj brilec-elcentojn en ekrankontroliloj (OSD)"
+ },
+ "Displays": {
+ "Displays": "Ekranoj"
+ },
+ "Displays count when overflow is active": {
+ "Displays count when overflow is active": "Montras la nombron kiam estas troo"
+ },
+ "Displays the active keyboard layout and allows switching": {
+ "Displays the active keyboard layout and allows switching": "Montras la aktivan klavararanĝon kaj permesas ŝanĝadon"
+ },
+ "Distribution": {
+ "Distribution": "Distribuaĵo"
+ },
+ "Diverse palette spanning the full spectrum.": {
+ "Diverse palette spanning the full spectrum.": "Diversa paletro tra la tuta spektro."
+ },
+ "Do Not Disturb": {
+ "Do Not Disturb": "Ne ĝenu"
+ },
+ "Dock": {
+ "Dock": "Doko"
+ },
+ "Dock & Launcher": {
+ "Dock & Launcher": "Doko kaj lanĉilo"
+ },
+ "Dock Opacity": {
+ "Dock Opacity": "Doko Opakeco"
+ },
+ "Dock Transparency": {
+ "Dock Transparency": "Doka Travidebleco"
+ },
+ "Dock Visibility": {
+ "Dock Visibility": "Videbleco de la doko"
+ },
+ "Dock margin, opacity, and border": {
+ "Dock margin, opacity, and border": "Doka marĝeno, opakeco kaj limo"
+ },
+ "Dock margin, transparency, and border": {
+ "Dock margin, transparency, and border": "Doka marĝeno, travidebleco kaj limo"
+ },
+ "Dock window": {
+ "Dock window": ""
+ },
+ "Docs": {
+ "Docs": "Dokumentaro"
+ },
+ "Documents": {
+ "Documents": "Dokumentoj"
+ },
+ "Domain (optional)": {
+ "Domain (optional)": "Domajno (laŭvola)"
+ },
+ "Don't Change": {
+ "Don't Change": "Ne ŝanĝi"
+ },
+ "Don't Save": {
+ "Don't Save": "Ne konservi"
+ },
+ "Door Open": {
+ "Door Open": "Pordo malfermita"
+ },
+ "Downloads": {
+ "Downloads": "Elŝutoj"
+ },
+ "Drag to Reorder": {
+ "Drag to Reorder": "Trenu por reordigi"
+ },
+ "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": {
+ "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Trenu fenestraĵojn por reordigi ilin ene de sekcioj. Uzu la okul-piktogramon por kaŝi/montri fenestraĵojn (konservas interspacon), aŭ X por forigi ilin tute."
+ },
+ "Drag workspace indicators to reorder them": {
+ "Drag workspace indicators to reorder them": "Trenu laborspacajn indikilojn por reordigi ilin"
+ },
+ "Draw a connected picture-frame border around the entire display": {
+ "Draw a connected picture-frame border around the entire display": "Desegnu ligitan bild-kadran randon ĉirkaŭ la tuta ekrano"
+ },
+ "Driver": {
+ "Driver": "Pelilo"
+ },
+ "Drizzle": {
+ "Drizzle": "Pluveto"
+ },
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": "Forigi vian anstataŭigon por %1 do la defaŭlta ago de DMS denove aplikas?"
+ },
+ "Duplicate": {
+ "Duplicate": "Duobligi"
+ },
+ "Duplicate Wallpaper with Blur": {
+ "Duplicate Wallpaper with Blur": "Duobligi fonbildon kun malklareco"
+ },
+ "Duration": {
+ "Duration": "Daŭro"
+ },
+ "Dusk (Astronomical Twilight)": {
+ "Dusk (Astronomical Twilight)": "Krepasko (astronomia krepasko)"
+ },
+ "Dusk (Civil Twighlight)": {
+ "Dusk (Civil Twighlight)": "Krepasko (civila krepasko)"
+ },
+ "Dusk (Nautical Twilight)": {
+ "Dusk (Nautical Twilight)": "Krepasko (naŭtika krepasko)"
+ },
+ "Dynamic": {
+ "Dynamic": "Dinamika"
+ },
+ "Dynamic Properties": {
+ "Dynamic Properties": "Dinamikaj ecoj"
+ },
+ "Dynamic Theming": {
+ "Dynamic Theming": "Dinamika etosigo"
+ },
+ "Dynamic colors from wallpaper": {
+ "Dynamic colors from wallpaper": "Dinamikaj koloroj el fonbildo"
+ },
+ "Dynamic colors parse error: %1": {
+ "Dynamic colors parse error: %1": "Eraro de analizado de dinamikaj koloroj: %1"
+ },
+ "Dynamic colors, presets": {
+ "Dynamic colors, presets": "Dinamikaj koloroj, antaŭagordoj"
+ },
+ "Dynamic: Spring bezier with overshoot — entry briefly exceeds its target then settles. Expressive and alive.": {
+ "Dynamic: Spring bezier with overshoot — entry briefly exceeds its target then settles. Expressive and alive.": "Dinamika: Printempa bezier kun superfluo — eniro nelonge superas sian celon kaj poste ekloĝas. "
+ },
+ "Edge Spacing": {
+ "Edge Spacing": "Borda interspaco"
+ },
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
+ "Edge the launcher slides from": {
+ "Edge the launcher slides from": "Rando la lanĉilo glitas de"
+ },
+ "Edit": {
+ "Edit": "Redakti"
+ },
+ "Edit App": {
+ "Edit App": "Redakti aplikaĵon"
+ },
+ "Edit Clipboard": {
+ "Edit Clipboard": "Redaktu Tondujo"
+ },
+ "Edit Rule": {
+ "Edit Rule": "Redakti Regulon"
+ },
+ "Edit Window Rule": {
+ "Edit Window Rule": "Redakti fenestran regulon"
+ },
+ "Edit clipboard text": {
+ "Edit clipboard text": "Redaktu tekston de la tondujo"
+ },
+ "Edit event": {
+ "Edit event": "Redaktu eventon"
+ },
+ "Editing changes on %1": {
+ "Editing changes on %1": "Redaktante ŝanĝojn ĉe %1"
+ },
+ "Education": {
+ "Education": "Edukado"
+ },
+ "Empty": {
+ "Empty": "Malplena"
+ },
+ "Empty Trash": {
+ "Empty Trash": "malplenigi rubujon"
+ },
+ "Empty Trash (%1)": {
+ "Empty Trash (%1)": "Malplenigi Rubujon (%1)"
+ },
+ "Empty Trash?": {
+ "Empty Trash?": "Malplenigi Rubujon?"
+ },
+ "Enable 10-bit color depth for wider color gamut and HDR support": {
+ "Enable 10-bit color depth for wider color gamut and HDR support": "Ŝalti 10-bitan kolorprofundon por pli larĝa kolorgamo kaj HDR-subteno"
+ },
+ "Enable Autoconnect": {
+ "Enable Autoconnect": "Ŝalti aŭtomatan konekton"
+ },
+ "Enable Bar": {
+ "Enable Bar": "Ŝalti breton"
+ },
+ "Enable Do Not Disturb": {
+ "Enable Do Not Disturb": "Ŝalti \"ne ĝenu\""
+ },
+ "Enable Frame": {
+ "Enable Frame": "Ebligu Kadron"
+ },
+ "Enable History": {
+ "Enable History": "Ŝalti historion"
+ },
+ "Enable Overview Overlay": {
+ "Enable Overview Overlay": "Ŝalti superrigardan tavolon"
+ },
+ "Enable Ripple Effects": {
+ "Enable Ripple Effects": "Ŝalti ondajn efikojn"
+ },
+ "Enable System Sounds": {
+ "Enable System Sounds": "Ŝalti sistemajn sonojn"
+ },
+ "Enable Video Screensaver": {
+ "Enable Video Screensaver": "Ŝalti video-ekrankurtenon"
+ },
+ "Enable Weather": {
+ "Enable Weather": "Ŝalti veteron"
+ },
+ "Enable WiFi": {
+ "Enable WiFi": "Ŝalti WiFi-on"
+ },
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Ŝaltu propran preterpason sube por agordi ombran intensecon, opakecon, kaj koloron por ĉiu breto."
+ },
+ "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
+ "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Ŝalti komponant-trakeblan malklarecan tavolon (nomspaco: dms:blurwallpaper). Postulas manan niri-agordadon."
+ },
+ "Enable fingerprint at login": {
+ "Enable fingerprint at login": "Ŝalti fingrospuron dum saluto"
+ },
+ "Enable fingerprint authentication": {
+ "Enable fingerprint authentication": "Ŝalti fingrospuran aŭtentigon"
+ },
+ "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": {
+ "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Ŝalti fingrospuron aŭ sekurŝlosilon por DMS Greeter. Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate."
+ },
+ "Enable loginctl lock integration": {
+ "Enable loginctl lock integration": "Ŝalti loginctl-ŝlos-integriĝon"
+ },
+ "Enable security key at login": {
+ "Enable security key at login": "Ŝalti sekurŝlosilon dum saluto"
+ },
+ "Enable security key authentication": {
+ "Enable security key authentication": "Ŝalti sekurŝlosilan aŭtentigon"
+ },
+ "Enabled": {
+ "Enabled": "Ŝaltita"
+ },
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": "Ŝaltita, sed fingrospura disponeblo ne konfirmiĝis."
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": "Ŝaltita, sed neniu fingrospur-legilo troviĝis."
+ },
+ "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": {
+ "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "Ŝaltita, sed neniuj spuroj ankoraŭ registriĝis. Aŭtentigaj ŝanĝoj aplikiĝos aŭtomate kiam vi aliigos fingrospurojn."
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Ŝaltita, sed neniuj spuroj ankoraŭ registriĝis. Registru fingrospurojn kaj lanĉu Sinkronigon."
+ },
+ "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": {
+ "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "Ŝaltita, sed neniu registrita sekurŝlosilo ankoraŭ troviĝis. Aŭtentigaj ŝanĝoj aplikiĝos aŭtomate kiam via ŝlosilo estos registrita aŭ via U2F-agordo estos ĝisdatigita."
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Ŝaltita, sed neniu registrita sekurŝlosilo ankoraŭ troviĝis. Registru ŝlosilon kaj lanĉu Sinkronigon."
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": "Ŝaltita, sed sekurŝlosila disponeblo ne konfirmiĝis."
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": "Ŝaltita. PAM jam provizas fingrospuran aŭtentigon."
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": "Ŝaltita. PAM jam provizas sekurŝlosilan aŭtentigon."
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Ŝaltita. PAM provizas fingrospuran aŭtentigon, sed neniuj spuroj ankoraŭ registriĝis."
+ },
+ "Enabling WiFi...": {
+ "Enabling WiFi...": "Ŝaltas WiFi-on..."
+ },
+ "End": {
+ "End": "Fino"
+ },
+ "End must be after start": {
+ "End must be after start": "Fino devas esti post komenco"
+ },
+ "Enlarge on Hover": {
+ "Enlarge on Hover": "Pligrandigi dum paŭzo"
+ },
+ "Enlargement %": {
+ "Enlargement %": "Pligrandigo %"
+ },
+ "Enter 6-digit passkey": {
+ "Enter 6-digit passkey": "Enigu 6-ciferan pasŝlosilon"
+ },
+ "Enter PIN": {
+ "Enter PIN": "Enigu PIN-kodo"
+ },
+ "Enter PIN for ": {
+ "Enter PIN for ": "Enigu PIN-kodo por "
+ },
+ "Enter URL or text to share": {
+ "Enter URL or text to share": "Enigu URL-on aŭ tekston por kunhavigi"
+ },
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": "Enigu novan nomon por seanco \"%1\""
+ },
+ "Enter a new name for this workspace": {
+ "Enter a new name for this workspace": "Enigu novan nomon por ĉi tiu laborspaco"
+ },
+ "Enter command or script path": {
+ "Enter command or script path": "Enigu komandon aŭ vojon al skripto"
+ },
+ "Enter credentials for ": {
+ "Enter credentials for ": "Enigu akreditaĵojn por "
+ },
+ "Enter custom lock screen format (e.g., dddd, MMMM d)": {
+ "Enter custom lock screen format (e.g., dddd, MMMM d)": "Enigu propran ŝlosekranan formaton (ekz., dddd, MMMM d)"
+ },
+ "Enter custom top bar format (e.g., ddd MMM d)": {
+ "Enter custom top bar format (e.g., ddd MMM d)": "Enigu propran suprabretan formaton (ekz., ddd MMM d)"
+ },
+ "Enter device name...": {
+ "Enter device name...": "Enigu aparat-nomon..."
+ },
+ "Enter filename...": {
+ "Enter filename...": "Enigu dosiernomon..."
+ },
+ "Enter launch prefix (e.g., 'uwsm-app')": {
+ "Enter launch prefix (e.g., 'uwsm-app')": "Enigu lanĉ-prefikson (ekz., 'uwsm-app')"
+ },
+ "Enter network name and password": {
+ "Enter network name and password": "Enigu retnomon kaj pasvorton"
+ },
+ "Enter passkey for ": {
+ "Enter passkey for ": "Enigu pasŝlosilon por "
+ },
+ "Enter password for ": {
+ "Enter password for ": "Enigu pasvorton por "
+ },
+ "Enter this passkey on ": {
+ "Enter this passkey on ": "Enigu ĉi tiun pasŝlosilon sur "
+ },
+ "Enter to Paste": {
+ "Enter to Paste": "Enigu por alglui"
+ },
+ "Enterprise": {
+ "Enterprise": "Entrepreno"
+ },
+ "Entry Type": {
+ "Entry Type": "tipo de enigo"
+ },
+ "Entry pinned": {
+ "Entry pinned": "Ero fiksita"
+ },
+ "Entry unpinned": {
+ "Entry unpinned": "Ero malkonektita"
+ },
+ "Environment Variables": {
+ "Environment Variables": "Mediaj variabloj"
+ },
+ "Error": {
+ "Error": "Eraro"
+ },
+ "Errors": {
+ "Errors": "Eraroj"
+ },
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
+ "Ethernet": {
+ "Ethernet": "Ethernet"
+ },
+ "Event title": {
+ "Event title": "Titolo de la evento"
+ },
+ "Every 15 minutes": {
+ "Every 15 minutes": "Ĉiujn 15 minutojn"
+ },
+ "Every 30 minutes": {
+ "Every 30 minutes": "Ĉiujn 30 minutojn"
+ },
+ "Every 4 hours": {
+ "Every 4 hours": "Ĉiujn 4 horojn"
+ },
+ "Every hour": {
+ "Every hour": "ĉiuhore"
+ },
+ "Exact": {
+ "Exact": "Ekzakta"
+ },
+ "Exclusive Zone Offset": {
+ "Exclusive Zone Offset": "Ekskluziva zona forŝovo"
+ },
+ "Existing Users": {
+ "Existing Users": "Ekzistantaj Uzantoj"
+ },
+ "Exit node": {
+ "Exit node": ""
+ },
+ "Experimental Feature": {
+ "Experimental Feature": "Eksperimenta trajto"
+ },
+ "Explore": {
+ "Explore": "Esplori"
+ },
+ "Exponential": {
+ "Exponential": "Eksponenta"
+ },
+ "Expose the Arcs": {
+ "Expose the Arcs": "Malkovru la Arkojn"
+ },
+ "Expressive": {
+ "Expressive": "Esprimplena"
+ },
+ "Extend battery life": {
+ "Extend battery life": "Plilongigi baterio-daŭron"
+ },
+ "Extensible architecture": {
+ "Extensible architecture": "Etendebla arkitekturo"
+ },
+ "External Wallpaper Management": {
+ "External Wallpaper Management": "Ekstera fonbilda mastrumado"
+ },
+ "Extra Arguments": {
+ "Extra Arguments": "Ekstraj argumentoj"
+ },
+ "Extra Bold": {
+ "Extra Bold": "Ekstra Aŭdaca"
+ },
+ "Extra Light": {
+ "Extra Light": "Ekstra Lumo"
+ },
+ "F1/I: Toggle • F10: Help": {
+ "F1/I: Toggle • F10: Help": "F1/I: Ŝalti • F10: Helpo"
+ },
+ "Fade": {
+ "Fade": "Dissolvo"
+ },
+ "Fade to lock screen": {
+ "Fade to lock screen": "Dissolvi al ŝlosekrano"
+ },
+ "Fade to monitor off": {
+ "Fade to monitor off": "Dissolvi al ekrana malŝalto"
+ },
+ "Failed to accept pairing": {
+ "Failed to accept pairing": "Malsukcesis akcepti parigon"
+ },
+ "Failed to activate configuration": {
+ "Failed to activate configuration": "Malsukcesis aktivigi agordon"
+ },
+ "Failed to add binds include": {
+ "Failed to add binds include": "Malsukcesis aldoni lig-inkluzivon"
+ },
+ "Failed to add printer to class": {
+ "Failed to add printer to class": "Malsukcesis aldoni presilon al klaso"
+ },
+ "Failed to apply GTK colors": {
+ "Failed to apply GTK colors": "Malsukcesis apliki GTK-kolorojn"
+ },
+ "Failed to apply Qt colors": {
+ "Failed to apply Qt colors": "Malsukcesis apliki Qt-kolorojn"
+ },
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
+ "Failed to apply profile": {
+ "Failed to apply profile": "Malsukcesis apliki profilon"
+ },
+ "Failed to browse device": {
+ "Failed to browse device": "Malsukcesis foliumi aparaton"
+ },
+ "Failed to cancel all jobs": {
+ "Failed to cancel all jobs": "Malsukcesis nuligi ĉiujn taskojn"
+ },
+ "Failed to cancel selected job": {
+ "Failed to cancel selected job": "Malsukcesis nuligi elektitan taskon"
+ },
+ "Failed to check pin limit": {
+ "Failed to check pin limit": "Malsukcesis kontroli PIN-limon"
+ },
+ "Failed to connect VPN": {
+ "Failed to connect VPN": "Malsukcesis konekti al VPN"
+ },
+ "Failed to connect to %1": {
+ "Failed to connect to %1": "Malsukcesis konekti al %1"
+ },
+ "Failed to copy entry": {
+ "Failed to copy entry": "Malsukcesis kopii eron"
+ },
+ "Failed to create printer": {
+ "Failed to create printer": "Malsukcesis krei presilon"
+ },
+ "Failed to delete VPN": {
+ "Failed to delete VPN": "Malsukcesis forigi VPN"
+ },
+ "Failed to delete class": {
+ "Failed to delete class": "Malsukcesis forigi klason"
+ },
+ "Failed to delete printer": {
+ "Failed to delete printer": "Malsukcesis forigi presilon"
+ },
+ "Failed to disable job acceptance": {
+ "Failed to disable job acceptance": "Malsukcesis malŝalti task-akcepton"
+ },
+ "Failed to disable night mode": {
+ "Failed to disable night mode": "Malsukcesis malŝalti noktan reĝimon"
+ },
+ "Failed to disable plugin: %1": {
+ "Failed to disable plugin: %1": "Malsukcesis malŝalti kromprogramon: %1"
+ },
+ "Failed to disconnect VPN": {
+ "Failed to disconnect VPN": "Malsukcesis malkonekti VPN"
+ },
+ "Failed to disconnect VPNs": {
+ "Failed to disconnect VPNs": "Malsukcesis malkonekti VPN-ojn"
+ },
+ "Failed to disconnect WiFi": {
+ "Failed to disconnect WiFi": "Malsukcesis malkonekti WiFi-on"
+ },
+ "Failed to empty trash": {
+ "Failed to empty trash": "Malsukcesis malplenigi rubujon"
+ },
+ "Failed to enable IP location": {
+ "Failed to enable IP location": "Malsukcesis ŝalti IP-lokon"
+ },
+ "Failed to enable WiFi": {
+ "Failed to enable WiFi": "Malsukcesis ŝalti WiFi-on"
+ },
+ "Failed to enable job acceptance": {
+ "Failed to enable job acceptance": "Malsukcesis ŝalti task-akcepton"
+ },
+ "Failed to enable night mode": {
+ "Failed to enable night mode": "Malsukcesis ŝalti noktan reĝimon"
+ },
+ "Failed to enable plugin: %1": {
+ "Failed to enable plugin: %1": "Malsukcesis ebligi kromprogramon: %1"
+ },
+ "Failed to fetch network QR code: %1": {
+ "Failed to fetch network QR code: %1": "Malsukcesis alporti retan QR-kodon: %1"
+ },
+ "Failed to generate systemd override": {
+ "Failed to generate systemd override": "Malsukcesis generi sisteman anstataŭigon"
+ },
+ "Failed to hold job": {
+ "Failed to hold job": "Malsukcesis teni taskon"
+ },
+ "Failed to import VPN": {
+ "Failed to import VPN": "Malsukcesis importi VPN"
+ },
+ "Failed to launch SMS app": {
+ "Failed to launch SMS app": "Malsukcesis lanĉi SMS-aplikaĵon"
+ },
+ "Failed to load VPN config": {
+ "Failed to load VPN config": "Malsukcesis ŝargi VPN-agordon"
+ },
+ "Failed to load clipboard configuration.": {
+ "Failed to load clipboard configuration.": "Malsukcesis ŝargi tondujan agordon."
+ },
+ "Failed to move job": {
+ "Failed to move job": "Malsukcesis movi taskon"
+ },
+ "Failed to move to trash": {
+ "Failed to move to trash": "Malsukcesis movi al rubujo"
+ },
+ "Failed to parse plugin_settings.json": {
+ "Failed to parse plugin_settings.json": "Malsukcesis analizi dosieron plugin_settings.json"
+ },
+ "Failed to parse session.json": {
+ "Failed to parse session.json": "Malsukcesis analizi dosieron session.json"
+ },
+ "Failed to parse settings.json": {
+ "Failed to parse settings.json": "Malsukcesis analizi dosieron settings.json"
+ },
+ "Failed to pause printer": {
+ "Failed to pause printer": "Malsukcesis paŭzigi presilon"
+ },
+ "Failed to pin entry": {
+ "Failed to pin entry": "Malsukcesis fiksi eron"
+ },
+ "Failed to print test page": {
+ "Failed to print test page": "Malsukcesis presi testpaĝon"
+ },
+ "Failed to read theme file: %1": {
+ "Failed to read theme file: %1": "Malsukcesis legi etosieron: %1"
+ },
+ "Failed to reject pairing": {
+ "Failed to reject pairing": "Malsukcesis malakcepti parigon"
+ },
+ "Failed to reload plugin: %1": {
+ "Failed to reload plugin: %1": "Malsukcesis reŝargi kromprogramon: %1"
+ },
+ "Failed to remove QR code at %1: %2": {
+ "Failed to remove QR code at %1: %2": "Malsukcesis forigi QR-kodon ĉe %1: %2"
+ },
+ "Failed to remove device": {
+ "Failed to remove device": "Malsukcesis forigi aparaton"
+ },
+ "Failed to remove keybind": {
+ "Failed to remove keybind": "Malsukcesis forigi klavkombinon"
+ },
+ "Failed to remove printer from class": {
+ "Failed to remove printer from class": "Malsukcesis forigi presilon el klaso"
+ },
+ "Failed to restart audio system": {
+ "Failed to restart audio system": "Malsukcesis restartigi sonsistemon"
+ },
+ "Failed to restart job": {
+ "Failed to restart job": "Malsukcesis restartigi taskon"
+ },
+ "Failed to resume printer": {
+ "Failed to resume printer": "Malsukcesis daŭrigi presilon"
+ },
+ "Failed to ring device": {
+ "Failed to ring device": "Malsukcesis sonorigi aparaton"
+ },
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": {
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Malsukcesis lanĉi 'dms greeter status'. Certigu ke DMS estas instalita kaj ke dms estas en PATH."
+ },
+ "Failed to save audio config": {
+ "Failed to save audio config": "Malsukcesis konservi sonan agordon"
+ },
+ "Failed to save clipboard setting": {
+ "Failed to save clipboard setting": "Malsukcesis konservi tondujan agordon"
+ },
+ "Failed to save keybind": {
+ "Failed to save keybind": "Malsukcesis konservi klavkombinon"
+ },
+ "Failed to save profile": {
+ "Failed to save profile": "Malsukcesis konservi profilon"
+ },
+ "Failed to send clipboard": {
+ "Failed to send clipboard": "Malsukcesis sendi la poŝtabulon"
+ },
+ "Failed to send file": {
+ "Failed to send file": "Malsukcesis sendi dosieron"
+ },
+ "Failed to send ping": {
+ "Failed to send ping": "Malsukcesis sendi ping-on"
+ },
+ "Failed to set brightness": {
+ "Failed to set brightness": "Malsukcesis agordi brilecon"
+ },
+ "Failed to set night mode location": {
+ "Failed to set night mode location": "Malsukcesis agordi lokon por nokta reĝimo"
+ },
+ "Failed to set night mode schedule": {
+ "Failed to set night mode schedule": "Malsukcesis agordi horaron por nokta reĝimo"
+ },
+ "Failed to set night mode temperature": {
+ "Failed to set night mode temperature": "Malsukcesis agordi temperaturon por nokta reĝimo"
+ },
+ "Failed to set power profile": {
+ "Failed to set power profile": "Malsukcesis agordi elektran profilon"
+ },
+ "Failed to set profile image": {
+ "Failed to set profile image": "Malsukcesis agordi profilbildon"
+ },
+ "Failed to set profile image: %1": {
+ "Failed to set profile image: %1": "Malsukcesis agordi profilbildon: %1"
+ },
+ "Failed to share": {
+ "Failed to share": "Malsukcesis kundividi"
+ },
+ "Failed to start connection to %1": {
+ "Failed to start connection to %1": "Malsukcesis lanĉi konekton al %1"
+ },
+ "Failed to unpin entry": {
+ "Failed to unpin entry": "Malsukcesis malkonekti eron"
+ },
+ "Failed to update VPN": {
+ "Failed to update VPN": "Malsukcesis ĝisdatigi VPN"
+ },
+ "Failed to update autoconnect": {
+ "Failed to update autoconnect": "Malsukcesis ĝisdatigi aŭtomatan konekton"
+ },
+ "Failed to update clipboard": {
+ "Failed to update clipboard": "Malsukcesis ĝisdatigi la tondujo"
+ },
+ "Failed to update description": {
+ "Failed to update description": "Malsukcesis ĝisdatigi priskribon"
+ },
+ "Failed to update location": {
+ "Failed to update location": "Malsukcesis ĝisdatigi lokon"
+ },
+ "Failed to update sharing": {
+ "Failed to update sharing": "Malsukcesis ĝisdatigi dividon"
+ },
+ "Failed to write autostart entry": {
+ "Failed to write autostart entry": "Malsukcesis skribi aŭtomatan enskribon"
+ },
+ "Failed to write outputs config.": {
+ "Failed to write outputs config.": "Malsukcesis skribi eligojn agordon."
+ },
+ "Failed to write temp file for validation": {
+ "Failed to write temp file for validation": "Malsukcesis skribi provizoran dosieron por kontrolo"
+ },
+ "Failed: %1": {
+ "Failed: %1": "Malsukcesis: %1"
+ },
+ "Features": {
+ "Features": "Trajtoj"
+ },
+ "Feels": {
+ "Feels": "Sentoj"
+ },
+ "Feels Like": {
+ "Feels Like": "Ŝajnas kiel"
+ },
+ "Feels Like %1°": {
+ "Feels Like %1°": "Ŝajnas kiel %1°"
+ },
+ "Fidelity": {
+ "Fidelity": "Fideleco"
+ },
+ "Field": {
+ "Field": "Kampo"
+ },
+ "File": {
+ "File": "Dosiero"
+ },
+ "File Already Exists": {
+ "File Already Exists": "Dosiero jam ekzistas"
+ },
+ "File Information": {
+ "File Information": "Dosier-informoj"
+ },
+ "File Manager": {
+ "File Manager": "dosiermastrumilo"
+ },
+ "File changed on disk": {
+ "File changed on disk": "Dosiero ŝanĝita sur disko"
+ },
+ "File manager used to open the trash. Pick \"custom\" to enter your own command.": {
+ "File manager used to open the trash. Pick \"custom\" to enter your own command.": "Dosieradministranto kutimis malfermi la rubujon. "
+ },
+ "File received from": {
+ "File received from": "Dosiero ricevita de"
+ },
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Dosier-serĉado postulas dsearch\nInstalu el github.com/AvengeMedia/danksearch"
+ },
+ "File search unavailable": {
+ "File search unavailable": "Dosiera serĉo ne disponebla"
+ },
+ "Files": {
+ "Files": "Dosieroj"
+ },
+ "Filesystem usage monitoring": {
+ "Filesystem usage monitoring": "Monitorado de dosiersistema uzado"
+ },
+ "Fill": {
+ "Fill": "Plenigi"
+ },
+ "Filter": {
+ "Filter": "filtri"
+ },
+ "Filter by type": {
+ "Filter by type": ""
+ },
+ "Find in Text": {
+ "Find in Text": "Trovi en teksto"
+ },
+ "Find in note...": {
+ "Find in note...": "Trovi en noto..."
+ },
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": "Agordi la spacon rezervitan por la stango de la ekranrando"
+ },
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": "Disponeblo de fingrospuro ne povis esti konfirmita."
+ },
+ "Fingerprint error": {
+ "Fingerprint error": "Eraro pri fingrospuro"
+ },
+ "Fingerprint not recognized (%1/%2). Please try again or use password.": {
+ "Fingerprint not recognized (%1/%2). Please try again or use password.": "Fingrospuro ne rekoniĝis (%1/%2). Bonvolu provi denove aŭ uzi pasvorton."
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Fingrospur-legilo estas detektita, sed neniuj spuroj estas ankoraŭ registritaj. Vi povas ŝalti ĉi tion nun kaj registri poste."
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Fingrospur-legilo estas detektita, sed neniuj spuroj estas ankoraŭ registritaj. Vi povas ŝalti ĉi tion nun kaj lanĉi Sinkronigon poste."
+ },
+ "Finish": {
+ "Finish": "Fini"
+ },
+ "First Day of Week": {
+ "First Day of Week": "Unua tago de semajno"
+ },
+ "First Time Setup": {
+ "First Time Setup": "Unuafoja agordado"
+ },
+ "Fit": {
+ "Fit": "Alĝustigi"
+ },
+ "Fix Now": {
+ "Fix Now": "Ripari nun"
+ },
+ "Fixing...": {
+ "Fixing...": "Riparante..."
+ },
+ "Flags": {
+ "Flags": "Flagoj"
+ },
+ "Flipped": {
+ "Flipped": "Inversigita"
+ },
+ "Flipped 180°": {
+ "Flipped 180°": "Inversigita je 180°"
+ },
+ "Flipped 270°": {
+ "Flipped 270°": "Inversigita je 270°"
+ },
+ "Flipped 90°": {
+ "Flipped 90°": "Inversigita je 90°"
+ },
+ "Float": {
+ "Float": "Flosi"
+ },
+ "Float Anchor": {
+ "Float Anchor": "Flosilo Ankro"
+ },
+ "Float X": {
+ "Float X": "Flosilo X"
+ },
+ "Float Y": {
+ "Float Y": "Flosilo Y"
+ },
+ "Floating": {
+ "Floating": "glita"
+ },
+ "Floating Position": {
+ "Floating Position": "Flosanta Pozicio"
+ },
+ "Fluent": {
+ "Fluent": "rutinhava"
+ },
+ "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": {
+ "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": "Flua: Glata kuba malrapidiĝo enen, rapida klakado - puraj, elegantaj kurboj."
+ },
+ "Focus": {
+ "Focus": "Fokuso"
+ },
+ "Focus Ring Color": {
+ "Focus Ring Color": "Fokuso Ringa Koloro"
+ },
+ "Focus Ring Off": {
+ "Focus Ring Off": "Fokuso Ringo Malŝaltita"
+ },
+ "Focus at Startup": {
+ "Focus at Startup": "Fokuso dum lanĉo"
+ },
+ "Focused": {
+ "Focused": "fokusita"
+ },
+ "Focused Border": {
+ "Focused Border": "Fokusita bordo"
+ },
+ "Focused Color": {
+ "Focused Color": "Fokusita koloro"
+ },
+ "Focused Monitor Only": {
+ "Focused Monitor Only": "Nur fokusita ekrano"
+ },
+ "Focused Window": {
+ "Focused Window": "Fokusita fenestro"
+ },
+ "Fog": {
+ "Fog": "Nebulo"
+ },
+ "Folder": {
+ "Folder": "Dosierujo"
+ },
+ "Folders": {
+ "Folders": "Dosierujoj"
+ },
+ "Follow DMS background color": {
+ "Follow DMS background color": "Sekvi fonkoloron de DMS"
+ },
+ "Follow Monitor Focus": {
+ "Follow Monitor Focus": "Sekvi ekranan fokuson"
+ },
+ "Follow focus": {
+ "Follow focus": "Sekvi fokuson"
+ },
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": "Sekvas la defaŭltan lanĉilan elekton elektitan supre."
+ },
+ "Font": {
+ "Font": "Tiparo"
+ },
+ "Font Family": {
+ "Font Family": "Tipara familio"
+ },
+ "Font Scale": {
+ "Font Scale": "Tipara skalo"
+ },
+ "Font Size": {
+ "Font Size": "Tipara grando"
+ },
+ "Font Weight": {
+ "Font Weight": "Tipara pezo"
+ },
+ "Font used on the login screen": {
+ "Font used on the login screen": "Tiparo uzata sur la salutekrano"
+ },
+ "For 1 hour": {
+ "For 1 hour": "Dum 1 horo"
+ },
+ "For 15 minutes": {
+ "For 15 minutes": "Dum 15 minutoj"
+ },
+ "For 3 hours": {
+ "For 3 hours": "Dum 3 horoj"
+ },
+ "For 30 minutes": {
+ "For 30 minutes": "Dum 30 minutoj"
+ },
+ "For 8 hours": {
+ "For 8 hours": "Dum 8 horoj"
+ },
+ "For editing plain text files": {
+ "For editing plain text files": "Por redaktado de simplaj tekstaj dosieroj"
+ },
+ "For reading PDF files": {
+ "For reading PDF files": "Por legi PDF-dosierojn"
+ },
+ "Force HDR": {
+ "Force HDR": "Devigi HDR-on"
+ },
+ "Force Kill (SIGKILL)": {
+ "Force Kill (SIGKILL)": "Devige ĉesigi (SIGKILL)"
+ },
+ "Force RGBX": {
+ "Force RGBX": "Forto RGBX"
+ },
+ "Force Wide Color": {
+ "Force Wide Color": "Devigi larĝan koloron"
+ },
+ "Force terminal applications to always use dark color schemes": {
+ "Force terminal applications to always use dark color schemes": "Devigi terminalajn aplikaĵojn ĉiam uzi malhelajn kolor-etojn"
+ },
+ "Forecast": {
+ "Forecast": "Prognozo"
+ },
+ "Forecast Days": {
+ "Forecast Days": "Prognozaj Tagoj"
+ },
+ "Forecast Not Available": {
+ "Forecast Not Available": "Prognozo ne disponeblas"
+ },
+ "Foreground Layers": {
+ "Foreground Layers": "Antaŭplanaj Tavoloj"
+ },
+ "Forever": {
+ "Forever": "Eterne"
+ },
+ "Forget": {
+ "Forget": "Forgesi"
+ },
+ "Forget \"%1\"?": {
+ "Forget \"%1\"?": "Ĉu forgesi \"%1\"?"
+ },
+ "Forget Device": {
+ "Forget Device": "Forgesi aparaton"
+ },
+ "Forget Network": {
+ "Forget Network": "Forgesi reton"
+ },
+ "Forgot network %1": {
+ "Forgot network %1": "Forgesis reton %1"
+ },
+ "Format Legend": {
+ "Format Legend": "Formata legendo"
+ },
+ "Frame": {
+ "Frame": "ŝipripo"
+ },
+ "Frame Blur": {
+ "Frame Blur": "Kadro Blur"
+ },
+ "Frame Blur follows Background Blur in Theme & Colors": {
+ "Frame Blur follows Background Blur in Theme & Colors": "Kadra Malklariĝo sekvas Fona Malklaraĵo en Temo kaj Koloroj"
+ },
+ "Frame Border Color": {
+ "Frame Border Color": "Kadro Bordo Koloro"
+ },
+ "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": {
+ "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Liberigi VRAM/memoron kiam la lanĉilo estas fermita. Eble kaŭzos malkonatan malfruon dum remalfermo."
+ },
+ "Freezing Drizzle": {
+ "Freezing Drizzle": "Glaciiga pluveto"
+ },
+ "Frequency": {
+ "Frequency": "Ofteco"
+ },
+ "Fruit Salad": {
+ "Fruit Salad": "Frukta salato"
+ },
+ "Full": {
+ "Full": "plena"
+ },
+ "Full Command:": {
+ "Full Command:": "Tuta komando:"
+ },
+ "Full Content": {
+ "Full Content": "Tuta enhavo"
+ },
+ "Full Day & Month": {
+ "Full Day & Month": "Tuta tago kaj monato"
+ },
+ "Full command to execute": {
+ "Full command to execute": "Plena komando por ekzekuti"
+ },
+ "Full with Year": {
+ "Full with Year": "Tuta kun jaro"
+ },
+ "Fullscreen": {
+ "Fullscreen": "Tutekrano"
+ },
+ "Fullscreen Only": {
+ "Fullscreen Only": "Nur tutekrano"
+ },
+ "Fully Charged": {
+ "Fully Charged": "Tute ŝargita"
+ },
+ "Fun": {
+ "Fun": "Amuzo"
+ },
+ "G: grid • Z/X: size": {
+ "G: grid • Z/X: size": "G: krado • Z/X: grando"
+ },
+ "GPU": {
+ "GPU": "Grafikprocesoro (GPU)"
+ },
+ "GPU Monitoring": {
+ "GPU Monitoring": "Monitorado de GPU"
+ },
+ "GPU Temperature": {
+ "GPU Temperature": "Temperaturo de GPU"
+ },
+ "GPU temperature display": {
+ "GPU temperature display": "Vidigo de GPU-temperaturo"
+ },
+ "GTK colors applied successfully": {
+ "GTK colors applied successfully": "GTK-koloroj aplikitaj sukcese"
+ },
+ "GTK, Qt, IDEs, more": {
+ "GTK, Qt, IDEs, more": "GTK, Qt, redaktiloj (IDE), pli"
+ },
+ "Games": {
+ "Games": "Ludoj"
+ },
+ "Gamma Control": {
+ "Gamma Control": "Gama-regado"
+ },
+ "Gamma control not available. Requires DMS API v6+.": {
+ "Gamma control not available. Requires DMS API v6+.": "Gama-regado ne disponeblas. Postulas DMS-API v6+."
+ },
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
+ "Generate Override": {
+ "Generate Override": "Generu Override"
+ },
+ "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": {
+ "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Generi bazajn agordojn de GTK3/4 aŭ QT5/QT6 (postulas qt6ct-kde) por sekvi kolorojn de DMS. Nur unufoje bezonata.
Oni rekomendas agordi adw-gtk3 antaŭ apliki etosojn de GTK."
+ },
+ "Generic": {
+ "Generic": "Ĝenerala"
+ },
+ "Get Started": {
+ "Get Started": "Komenci"
+ },
+ "GitHub": {
+ "GitHub": "GitHub"
+ },
+ "Global fonts can be configured in Settings → Personalization": {
+ "Global fonts can be configured in Settings → Personalization": "Tutmondaj tiparoj povas esti agorditaj en Agordoj → Personigo"
+ },
+ "Globally scale all animation durations": {
+ "Globally scale all animation durations": "Globale skali ĉiujn animaciajn daŭrojn"
+ },
+ "Golden Hour": {
+ "Golden Hour": "Ora horo"
+ },
+ "Good": {
+ "Good": "Bona"
+ },
+ "Goth Corner Radius": {
+ "Goth Corner Radius": "Gota angula radiuso"
+ },
+ "Goth Corners": {
+ "Goth Corners": "Gotaj anguloj"
+ },
+ "Gradually fade the screen before locking with a configurable grace period": {
+ "Gradually fade the screen before locking with a configurable grace period": "Iom post iom dissolvi la ekranon antaŭ ŝlosado kun agordebla prokrasto"
+ },
+ "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": "Iom post iom dissolvi la ekranon antaŭ malŝalto de ekranoj kun agordebla prokrasto"
+ },
+ "Grant": {
+ "Grant": "doni permeson"
+ },
+ "Grant admin?": {
+ "Grant admin?": "Doni administranton?"
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": "Donu administrantajn privilegiojn"
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": "Koncedis privilegiojn de administranto"
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": "Koncedis salutan aliron"
+ },
+ "Graph Time Range": {
+ "Graph Time Range": "Tempa amplekso de grafikaĵo"
+ },
+ "Graphics": {
+ "Graphics": "Grafiko"
+ },
+ "Greeter": {
+ "Greeter": "Salutekrano"
+ },
+ "Greeter Appearance": {
+ "Greeter Appearance": "Aspekto de salutekrano"
+ },
+ "Greeter Behavior": {
+ "Greeter Behavior": "Konduto de salutekrano"
+ },
+ "Greeter Status": {
+ "Greeter Status": "Stato de salutekrano"
+ },
+ "Greeter activated. greetd is now enabled.": {
+ "Greeter activated. greetd is now enabled.": "Salutekrano aktivigita. greetd estas nun ŝaltita."
+ },
+ "Greeter font": {
+ "Greeter font": "Tiparo de salutekrano"
+ },
+ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": {
+ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Greeter-grupanoj povas sinkronigi sian ensalut-ekranan temon kun dms greeter sync --profile post elsalutiĝo kaj reeniro."
+ },
+ "Greeter group:": {
+ "Greeter group:": "Salutgrupo:"
+ },
+ "Greeter only — does not affect main clock": {
+ "Greeter only — does not affect main clock": "Nur salutekrano — ne influas ĉefan horloĝon"
+ },
+ "Greeter only — format for the date on the login screen": {
+ "Greeter only — format for the date on the login screen": "Nur salutekrano — formato por la dato sur la salutekrano"
+ },
+ "Grid": {
+ "Grid": "Krado"
+ },
+ "Grid Columns": {
+ "Grid Columns": "Kradaj kolumnoj"
+ },
+ "Grid: OFF": {
+ "Grid: OFF": "Krado: MALŜALTITA"
+ },
+ "Grid: ON": {
+ "Grid: ON": "Krado: ŜALTITA"
+ },
+ "Group": {
+ "Group": "Grupo"
+ },
+ "Group Active Workspace": {
+ "Group Active Workspace": "Grupo Aktiva Laborspaco"
+ },
+ "Group Workspace Apps": {
+ "Group Workspace Apps": "Grupigi aplikaĵojn de laborspaco"
+ },
+ "Group by App": {
+ "Group by App": "Grupigi laŭ aplikaĵo"
+ },
+ "Group multiple windows of the same app together with a window count indicator": {
+ "Group multiple windows of the same app together with a window count indicator": "Grupigi plurajn fenestrojn de la sama aplikaĵo kune kun indikilo de fenestronombro"
+ },
+ "Group removed": {
+ "Group removed": "Grupo estas forigita"
+ },
+ "Group repeated application icons in unfocused workspaces": {
+ "Group repeated application icons in unfocused workspaces": "Grupigi ripetitajn aplikaĵ-piktogramojn en nefokusitaj laborspacoj"
+ },
+ "Groups": {
+ "Groups": "GRupoj"
+ },
+ "HDR (EDID)": {
+ "HDR (EDID)": "HDR (EDID)"
+ },
+ "HDR Tone Mapping": {
+ "HDR Tone Mapping": "HDR-tona mapado"
+ },
+ "HDR mode is experimental. Verify your monitor supports HDR before enabling.": {
+ "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR-reĝimo estas eksperimenta. Kontrolu ĉu via ekrano subtenas HDR-on antaŭ ol ŝalti."
+ },
+ "HSV": {
+ "HSV": "HSV"
+ },
+ "HSV %1 copied": {
+ "HSV %1 copied": "HSV %1 kopiita"
+ },
+ "HTML copied to clipboard": {
+ "HTML copied to clipboard": "HTML-o kopiita al la tondujo"
+ },
+ "Handles links and opens HTML files": {
+ "Handles links and opens HTML files": "Pritraktas ligilojn kaj malfermas HTML-dosierojn"
+ },
+ "Handles mailto links": {
+ "Handles mailto links": "Pritraktas mailto-ligilojn"
+ },
+ "Health": {
+ "Health": "Sano"
+ },
+ "Heavy Rain": {
+ "Heavy Rain": "Forta pluvo"
+ },
+ "Heavy Snow": {
+ "Heavy Snow": "Forta neĝo"
+ },
+ "Heavy Snow Showers": {
+ "Heavy Snow Showers": "Fortaj neĝventegoj"
+ },
+ "Height": {
+ "Height": "Alto"
+ },
+ "Held": {
+ "Held": "Tenita"
+ },
+ "Help": {
+ "Help": "Helpo"
+ },
+ "Hex": {
+ "Hex": "Deksesuma"
+ },
+ "Hibernate": {
+ "Hibernate": "Pasivigi"
+ },
+ "Hibernate failed": {
+ "Hibernate failed": "Hibernado malsukcesis"
+ },
+ "Hidden": {
+ "Hidden": "Kaŝita"
+ },
+ "Hidden (%1)": {
+ "Hidden (%1)": "Kaŝita (%1)"
+ },
+ "Hidden Apps": {
+ "Hidden Apps": "Kaŝitaj aplikaĵoj"
+ },
+ "Hidden Network": {
+ "Hidden Network": "Kaŝita reto"
+ },
+ "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
+ "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Kaŝitaj aplikaĵoj ne aperos en la lanĉilo. Dekstre-klaku aplikaĵon kaj elektu 'Kaŝi aplikaĵon' por kaŝi ĝin."
+ },
+ "Hide": {
+ "Hide": "Kaŝi"
+ },
+ "Hide 3rd Party": {
+ "Hide 3rd Party": "Kaŝi triajn partiojn"
+ },
+ "Hide App": {
+ "Hide App": "Kaŝi aplikaĵon"
+ },
+ "Hide Delay": {
+ "Hide Delay": "Prokrasto de kaŝo"
+ },
+ "Hide Indicators": {
+ "Hide Indicators": "Kaŝi indikilojn"
+ },
+ "Hide When Typing": {
+ "Hide When Typing": "Kaŝi dum tajpado"
+ },
+ "Hide When Windows Open": {
+ "Hide When Windows Open": "Kaŝi kiam fenestroj estas malfermitaj"
+ },
+ "Hide cursor after inactivity (0 = disabled)": {
+ "Hide cursor after inactivity (0 = disabled)": "Kaŝi kursoron post neaktiveco (0 = malŝaltita)"
+ },
+ "Hide cursor when pressing keyboard keys": {
+ "Hide cursor when pressing keyboard keys": "Kaŝi kursoron kiam oni premas klavar-klavojn"
+ },
+ "Hide cursor when using touch input": {
+ "Hide cursor when using touch input": "Kaŝi kursoron dum uzo de tuŝ-enigo"
+ },
+ "Hide device": {
+ "Hide device": "Kaŝi aparaton"
+ },
+ "Hide notification content until expanded": {
+ "Hide notification content until expanded": "Kaŝi sciigan enhavon ĝis etendo"
+ },
+ "Hide notification content until expanded; popups show collapsed by default": {
+ "Hide notification content until expanded; popups show collapsed by default": "Kaŝi sciigan enhavon ĝis etendo; ŝprucfenestroj montriĝas kolapsitaj defaŭlte"
+ },
+ "Hide on Touch": {
+ "Hide on Touch": "Kaŝi dum tuŝo"
+ },
+ "Hide the bar when the pointer leaves even if a popout is still open": {
+ "Hide the bar when the pointer leaves even if a popout is still open": "Kaŝu la stangon kiam la montrilo foriras eĉ se popout ankoraŭ malfermita"
+ },
+ "High": {
+ "High": "Alte"
+ },
+ "High-fidelity palette that preserves source hues.": {
+ "High-fidelity palette that preserves source hues.": "Fidela paletro kiu konservas fontajn nuancojn."
+ },
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": "Emfazi aplikaĵon de aktiva laborspaco"
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": "Emfazi la nuntempe fokusiĝintan aplikaĵon ene de laborspacaj indikiloj"
+ },
+ "History": {
+ "History": "Historio"
+ },
+ "History Retention": {
+ "History Retention": "Historia retenado"
+ },
+ "History Settings": {
+ "History Settings": "Historiaj agordoj"
+ },
+ "History cleared. %1 pinned entries kept.": {
+ "History cleared. %1 pinned entries kept.": "Historio estas viŝita. %1 fiksitaj eroj estas konservitaj."
+ },
+ "Hold Duration": {
+ "Hold Duration": "Daŭro de tenado"
+ },
+ "Hold longer to confirm": {
+ "Hold longer to confirm": "Tenu pli longe por konfirmi"
+ },
+ "Hold to Confirm Power Actions": {
+ "Hold to Confirm Power Actions": "Teni por konfirmi elektrajn agojn"
+ },
+ "Hold to confirm (%1 ms)": {
+ "Hold to confirm (%1 ms)": "Tenu por konfirmi (%1 ms)"
+ },
+ "Hold to confirm (%1s)": {
+ "Hold to confirm (%1s)": "Tenu por konfirmi (%1s)"
+ },
+ "Home": {
+ "Home": "Hejmo"
+ },
+ "Horizontal and vertical bar thickness": {
+ "Horizontal and vertical bar thickness": "Horizontala kaj vertikala stanga dikeco"
+ },
+ "Host": {
+ "Host": "Gastiganto"
+ },
+ "Hostname": {
+ "Hostname": "Gastigantnomo"
+ },
+ "Hot Corners": {
+ "Hot Corners": "Varmaj anguloj"
+ },
+ "Hotkey overlay title (optional)": {
+ "Hotkey overlay title (optional)": "Titolo de klavkombina tavolo (laŭvola)"
+ },
+ "Hour": {
+ "Hour": "Horo"
+ },
+ "Hourly": {
+ "Hourly": "Hore"
+ },
+ "Hourly Forecast Count": {
+ "Hourly Forecast Count": "Hora prognoza kalkulo"
+ },
+ "How often the server polls for new updates.": {
+ "How often the server polls for new updates.": "Kiom ofte la servilo sondas por novaj ĝisdatigoj."
+ },
+ "How often to change wallpaper": {
+ "How often to change wallpaper": "Kiom ofte ŝanĝi fonbildon"
+ },
+ "How the background image is scaled": {
+ "How the background image is scaled": "Kiel la fona bildo estas skalita"
+ },
+ "Humidity": {
+ "Humidity": "Humideco"
+ },
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": "Discord-servilo de Hyprland"
+ },
+ "Hyprland Layout Overrides": {
+ "Hyprland Layout Overrides": "Aranĝaj preterpasoj de Hyprland"
+ },
+ "Hyprland Options": {
+ "Hyprland Options": "Opcioj de Hyprland"
+ },
+ "Hyprland Website": {
+ "Hyprland Website": "Retejo de Hyprland"
+ },
+ "Hyprland conf mode": {
+ "Hyprland conf mode": "Hyprland konf-reĝimo"
+ },
+ "Hyprland conf mode is read-only in Settings": {
+ "Hyprland conf mode is read-only in Settings": "Hyprland-konf-reĝimo estas nurlegebla en Agordoj"
+ },
+ "Hyprland config include missing": {
+ "Hyprland config include missing": "Hyprland-agordo inkluzivas mankantajn"
+ },
+ "I Understand": {
+ "I Understand": "Mi komprenas"
+ },
+ "IP": {
+ "IP": "IP"
+ },
+ "IP Address:": {
+ "IP Address:": "IP-adreso:"
+ },
+ "IP address or hostname": {
+ "IP address or hostname": "IP-adreso aŭ gastigantnomo"
+ },
+ "ISO Date": {
+ "ISO Date": "ISO-dato"
+ },
+ "Icon": {
+ "Icon": "Piktogramo"
+ },
+ "Icon Scale": {
+ "Icon Scale": "Skalo de piktogramoj"
+ },
+ "Icon Size": {
+ "Icon Size": "Grando de piktogramoj"
+ },
+ "Icon Size %": {
+ "Icon Size %": "Grando de piktogramoj %"
+ },
+ "Icon Theme": {
+ "Icon Theme": "Piktograma etoso"
+ },
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": "Identaj atentigoj montriĝas kiel unu ŝprucfenestro anstataŭ stakiĝi"
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": "Identaj atentigoj stakiĝas kiel apartaj sciigaj kartoj"
+ },
+ "Idle": {
+ "Idle": "Senokupa"
+ },
+ "Idle Inhibit": {
+ "Idle Inhibit": "Malhelpi senaktiviĝon"
+ },
+ "Idle Inhibitor": {
+ "Idle Inhibitor": "Senokupa malhelpaĵo"
+ },
+ "Idle Settings": {
+ "Idle Settings": "Senokupaj agordoj"
+ },
+ "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": {
+ "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": "Se la piktogramoj de aŭtomata starta aplikaĵo ne aperas en la sistempleto, generu systemd-anstataŭigon por certigi ke DMS komenciĝas antaŭ aŭtomata lanĉado de aplikaĵoj."
+ },
+ "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 la kampo estas kaŝita, ĝi aperos tuj kiam klavo estas premita."
+ },
+ "Ignore Completely": {
+ "Ignore Completely": "Tute malatenti"
+ },
+ "Image": {
+ "Image": "Bildo"
+ },
+ "Image Viewer": {
+ "Image Viewer": "bildmontrilo"
+ },
+ "Image copied to clipboard": {
+ "Image copied to clipboard": "Bildo kopiita al la tondujo"
+ },
+ "Import": {
+ "Import": "Importi"
+ },
+ "Import VPN": {
+ "Import VPN": "Importi VPN"
+ },
+ "Inactive Monitor Color": {
+ "Inactive Monitor Color": "Koloro de neaktiva ekrano"
+ },
+ "Include AUR updates": {
+ "Include AUR updates": "Inkluzivi AUR-ĝisdatigojn"
+ },
+ "Include Files in All Tab": {
+ "Include Files in All Tab": "Inkluzivi dosierojn en langeto 'Ĉio'"
+ },
+ "Include Flatpak updates": {
+ "Include Flatpak updates": "Inkluzivi ĝisdatigojn de Flatpak"
+ },
+ "Include Folders in All Tab": {
+ "Include Folders in All Tab": "Inkluzivi dosierujojn en langeto 'Ĉio'"
+ },
+ "Include Transitions": {
+ "Include Transitions": "Inkluzivi transirojn"
+ },
+ "Include desktop actions (shortcuts) in search results.": {
+ "Include desktop actions (shortcuts) in search results.": "Inkluzivi labortablajn agojn (mallongigojn) en serĉrezultoj."
+ },
+ "Incompatible Plugins Loaded": {
+ "Incompatible Plugins Loaded": "Malkongruaj kromprogramoj estas ŝargitaj"
+ },
+ "Incorrect password": {
+ "Incorrect password": "Nekorekta pasvorto"
+ },
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": "Nekorekta pasvorto - provo %1 el %2 (ŝlosado eble sekvos)"
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": "Nekorekta pasvorto - sekvaj malsukcesoj eble kaŭzos kont-ŝlosadon"
+ },
+ "Incorrect password - try again": {
+ "Incorrect password - try again": "Nekorekta pasvorto - provu denove"
+ },
+ "Indicator Style": {
+ "Indicator Style": "Stilo de indikilo"
+ },
+ "Individual Batteries": {
+ "Individual Batteries": "Individuaj baterioj"
+ },
+ "Individual bar configuration": {
+ "Individual bar configuration": "Individua agordo de breto"
+ },
+ "Info": {
+ "Info": "Informoj"
+ },
+ "Inherit": {
+ "Inherit": "Heredi"
+ },
+ "Inherit Global (Default)": {
+ "Inherit Global (Default)": "Heredi globale (defaŭlta)"
+ },
+ "Inhibitable": {
+ "Inhibitable": "Malhelpebla"
+ },
+ "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": {
+ "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": "Komenca pozicio por flosantaj fenestroj. "
+ },
+ "Initialised": {
+ "Initialised": "Iniciatigita"
+ },
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": "Interna remburaĵo aplikita al ĉiu fenestraĵo"
+ },
+ "Input Devices": {
+ "Input Devices": "Enigaj aparatoj"
+ },
+ "Input Volume Slider": {
+ "Input Volume Slider": "Rulstango de eniga laŭteco"
+ },
+ "Insert your security key...": {
+ "Insert your security key...": "Enmetu vian sekurŝlosilon..."
+ },
+ "Inset the Notepad from screen edges using the compositor's configured gaps": {
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Enmetu la Notepad de ekranaj randoj uzante la agorditajn interspacojn de la kompostisto"
+ },
+ "Install": {
+ "Install": "Instali"
+ },
+ "Install Greeter": {
+ "Install Greeter": "Instali salutekranon"
+ },
+ "Install Plugin": {
+ "Install Plugin": "Instali kromprogramon"
+ },
+ "Install Theme": {
+ "Install Theme": "Instali etoson"
+ },
+ "Install color themes from the DMS theme registry": {
+ "Install color themes from the DMS theme registry": "Instali kolor-etosojn el la DMS-etosa registro"
+ },
+ "Install complete. Greeter has been installed.": {
+ "Install complete. Greeter has been installed.": "Instalado finita. Salutekrano estis instalita."
+ },
+ "Install dsearch to search files.": {
+ "Install dsearch to search files.": "Instalu dsearch por serĉi dosierojn."
+ },
+ "Install failed: %1": {
+ "Install failed: %1": "Instalado malsukcesis: %1"
+ },
+ "Install matugen package for dynamic theming": {
+ "Install matugen package for dynamic theming": "Instali pakaĵon matugen por dinamika etosigo"
+ },
+ "Install plugin '%1' from the DMS registry?": {
+ "Install plugin '%1' from the DMS registry?": "Ĉu instali kromprogramon '%1' el la DMS-registro?"
+ },
+ "Install plugins from the DMS plugin registry": {
+ "Install plugins from the DMS plugin registry": "Instali kromprogramojn el la DMS-kromprograma registro"
+ },
+ "Install the DMS greeter? A terminal will open for sudo authentication.": {
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "Ĉu instali la DMS-salutekranon? Terminalo malfermiĝos por sudo-aŭtentigo."
+ },
+ "Install theme '%1' from the DMS registry?": {
+ "Install theme '%1' from the DMS registry?": "Ĉu instali etoson '%1' el la DMS-registro?"
+ },
+ "Installation and PAM setup: see the ": {
+ "Installation and PAM setup: see the ": "Instalado kaj PAM-agordo: vidu la "
+ },
+ "Installed": {
+ "Installed": "Instalita"
+ },
+ "Installed: %1": {
+ "Installed: %1": "Instalita: %1"
+ },
+ "Installing: %1": {
+ "Installing: %1": "Instalante: %1"
+ },
+ "Integrations": {
+ "Integrations": "Integriĝoj"
+ },
+ "Intelligent Auto-hide": {
+ "Intelligent Auto-hide": "Inteligenta aŭtomata kaŝo"
+ },
+ "Intensity": {
+ "Intensity": "Intenseco"
+ },
+ "Interface:": {
+ "Interface:": "Fasado:"
+ },
+ "Interlock Open": {
+ "Interlock Open": "Interseruro malfermita"
+ },
+ "Internet": {
+ "Internet": "Interreto"
+ },
+ "Interval": {
+ "Interval": "Intervalo"
+ },
+ "Invalid JSON format: %1": {
+ "Invalid JSON format: %1": "Nevalida JSON-formato: %1"
+ },
+ "Invalid configuration": {
+ "Invalid configuration": "Nevalida agordo"
+ },
+ "Invalid password for %1": {
+ "Invalid password for %1": "Nevalida pasvorto por %1"
+ },
+ "Invalid username": {
+ "Invalid username": "Nevalida uzantnomo"
+ },
+ "Invert on mode change": {
+ "Invert on mode change": "Inversigi dum reĝim-ŝanĝo"
+ },
+ "Invert touchpad scroll direction": {
+ "Invert touchpad scroll direction": "Inversu la ruldirekton de la tuŝopad"
+ },
+ "Iris Bloom": {
+ "Iris Bloom": "Iris-floraĵo"
+ },
+ "Isolate Displays": {
+ "Isolate Displays": "Izoli ekranojn"
+ },
+ "Jobs": {
+ "Jobs": "Taskoj"
+ },
+ "Jobs: ": {
+ "Jobs: ": "Taskoj: "
+ },
+ "Keep Awake": {
+ "Keep Awake": "Teni nedormema"
+ },
+ "Keep Changes": {
+ "Keep Changes": "Konservi ŝanĝojn"
+ },
+ "Keep My Edits": {
+ "Keep My Edits": "Konservu Miajn Redaktojn"
+ },
+ "Keep in Bar": {
+ "Keep in Bar": "Konservu en Trinkejo"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
+ "Keep typing": {
+ "Keep typing": "Daŭre tajpu"
+ },
+ "Keeping Awake": {
+ "Keeping Awake": "Tenante nedormema"
+ },
+ "Kernel": {
+ "Kernel": "Kerno"
+ },
+ "Key": {
+ "Key": "Klavo"
+ },
+ "Keybind Sources": {
+ "Keybind Sources": "Klavligilaj Fontoj"
+ },
+ "Keybinds": {
+ "Keybinds": "Klavkombinoj"
+ },
+ "Keybinds Search Settings": {
+ "Keybinds Search Settings": "Klavoligiloj Serĉaj Agordoj"
+ },
+ "Keybinds shown alongside regular search results": {
+ "Keybinds shown alongside regular search results": "Klavoligiloj montrataj apud regulaj serĉrezultoj"
+ },
+ "Keyboard Layout Name": {
+ "Keyboard Layout Name": "Nomo de klavararanĝo"
+ },
+ "Keyboard Shortcuts": {
+ "Keyboard Shortcuts": "Klavaraj mallongigoj"
+ },
+ "Keys": {
+ "Keys": "Klavoj"
+ },
+ "Kill": {
+ "Kill": "Ĉesigi"
+ },
+ "Kill Process": {
+ "Kill Process": "Ĉesigi proceson"
+ },
+ "Kill Session": {
+ "Kill Session": "Ĉesigi seancon"
+ },
+ "Ko-fi": {
+ "Ko-fi": "Ko-fi"
+ },
+ "LED device": {
+ "LED device": "LED-aparato"
+ },
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": "LabWC IRC-kanalo"
+ },
+ "LabWC Website": {
+ "LabWC Website": "LabWC-retejo"
+ },
+ "Large": {
+ "Large": "Granda"
+ },
+ "Largest": {
+ "Largest": "Plej granda"
+ },
+ "Last hour": {
+ "Last hour": "Lasta horo"
+ },
+ "Last launched %1": {
+ "Last launched %1": "Laste lanĉita %1"
+ },
+ "Last launched %1 day ago": {
+ "Last launched %1 day ago": "Laste lanĉita antaŭ %1 tago"
+ },
+ "Last launched %1 days ago": {
+ "Last launched %1 days ago": "Laste lanĉita antaŭ %1 tagoj"
+ },
+ "Last launched %1 hour ago": {
+ "Last launched %1 hour ago": "Laste lanĉita antaŭ %1 horo"
+ },
+ "Last launched %1 hours ago": {
+ "Last launched %1 hours ago": "Laste lanĉita antaŭ %1 horoj"
+ },
+ "Last launched %1 minute ago": {
+ "Last launched %1 minute ago": "Laste lanĉita antaŭ %1 minuto"
+ },
+ "Last launched %1 minutes ago": {
+ "Last launched %1 minutes ago": "Laste lanĉita antaŭ %1 minutoj"
+ },
+ "Last launched just now": {
+ "Last launched just now": "Laste lanĉita ĵus nun"
+ },
+ "Latitude": {
+ "Latitude": "Latitudo"
+ },
+ "Launch": {
+ "Launch": "Lanĉi"
+ },
+ "Launch Prefix": {
+ "Launch Prefix": "Lanĉ-prefikso"
+ },
+ "Launch on dGPU": {
+ "Launch on dGPU": "Lanĉi per dGPU"
+ },
+ "Launcher": {
+ "Launcher": "Lanĉilo"
+ },
+ "Launcher Button": {
+ "Launcher Button": "Lanĉila butono"
+ },
+ "Launcher Button Logo": {
+ "Launcher Button Logo": "Emblemo de lanĉila butono"
+ },
+ "Launcher Emerge Side": {
+ "Launcher Emerge Side": "Lanĉilo Emerge Flanko"
+ },
+ "Layer Outline Opacity": {
+ "Layer Outline Opacity": "Tavolo Skizo Opakeco"
+ },
+ "Layout": {
+ "Layout": "Aranĝo"
+ },
+ "Layout Overrides": {
+ "Layout Overrides": "Aranĝaj preterpasoj"
+ },
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Aranĝo kaj pozicioj de moduloj sur la salutekrano estas sinkronigitaj el via ŝelo (ekz. agordo de breto). Lanĉu Sinkronigon por apliki."
+ },
+ "Left": {
+ "Left": "Maldekstre"
+ },
+ "Left Center": {
+ "Left Center": "Maldekstre centre"
+ },
+ "Left Section": {
+ "Left Section": "Maldekstra sekcio"
+ },
+ "Light": {
+ "Light": "Hela"
+ },
+ "Light Direction": {
+ "Light Direction": "Lumdiraĵo"
+ },
+ "Light Mode": {
+ "Light Mode": "Taga reĝimo"
+ },
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
+ "Light Rain": {
+ "Light Rain": "Malforta pluvo"
+ },
+ "Light Snow": {
+ "Light Snow": "Malforta neĝo"
+ },
+ "Light Snow Showers": {
+ "Light Snow Showers": "Malfortaj neĝventegoj"
+ },
+ "Light mode base": {
+ "Light mode base": "Bazo de taga reĝimo"
+ },
+ "Light mode harmony": {
+ "Light mode harmony": "Harmonio de taga reĝimo"
+ },
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
+ "Line": {
+ "Line": "Linio"
+ },
+ "Line: %1": {
+ "Line: %1": "Linio: %1"
+ },
+ "Linear": {
+ "Linear": "Lineara"
+ },
+ "Lines: %1": {
+ "Lines: %1": "Linioj: %1"
+ },
+ "List": {
+ "List": "Listo"
+ },
+ "Lively palette with saturated accents.": {
+ "Lively palette with saturated accents.": "Viva paletro kun sataj akcentoj."
+ },
+ "Load Average": {
+ "Load Average": "Mezuma ŝargo"
+ },
+ "Loading codecs...": {
+ "Loading codecs...": "Ŝargante kodekojn..."
+ },
+ "Loading keybinds...": {
+ "Loading keybinds...": "Ŝargante klavkombinojn..."
+ },
+ "Loading trending...": {
+ "Loading trending...": "Ŝarĝante tendencojn..."
+ },
+ "Loading...": {
+ "Loading...": "Ŝargante..."
+ },
+ "Local": {
+ "Local": "Loke"
+ },
+ "Local Weather": {
+ "Local Weather": ""
+ },
+ "Locale": {
+ "Locale": "Lokaĵaro"
+ },
+ "Locale Settings": {
+ "Locale Settings": "Lokaĵaraj agordoj"
+ },
+ "Location": {
+ "Location": "Loko"
+ },
+ "Location Search": {
+ "Location Search": "Loka serĉo"
+ },
+ "Lock": {
+ "Lock": "Ŝlosi"
+ },
+ "Lock Screen": {
+ "Lock Screen": "Ŝlosekrano"
+ },
+ "Lock Screen Display": {
+ "Lock Screen Display": "Vidigo de ŝlosekrano"
+ },
+ "Lock Screen Format": {
+ "Lock Screen Format": "Formato de ŝlosekrano"
+ },
+ "Lock Screen behaviour": {
+ "Lock Screen behaviour": "Konduto de ŝlosekrano"
+ },
+ "Lock Screen layout": {
+ "Lock Screen layout": "Aranĝo de ŝlosekrano"
+ },
+ "Lock at startup": {
+ "Lock at startup": "Ŝlosi dum lanĉo"
+ },
+ "Lock before suspend": {
+ "Lock before suspend": "Ŝlosi antaŭ dormeto"
+ },
+ "Lock fade grace period": {
+ "Lock fade grace period": "Prokrasto de ŝlos-dissolvo"
+ },
+ "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": {
+ "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Aŭtentigaj ŝanĝoj de ŝlosekrano aplikiĝas aŭtomate kaj eble malfermos terminalon kiam sudo-aŭtentigo estas bezonata."
+ },
+ "Locked": {
+ "Locked": "Ŝlosita"
+ },
+ "Log Out": {
+ "Log Out": "Seancfino"
+ },
+ "Logging in...": {
+ "Logging in...": "Salutante..."
+ },
+ "Login": {
+ "Login": "Saluti"
+ },
+ "Login Authentication": {
+ "Login Authentication": "Saluta aŭtentigo"
+ },
+ "Long": {
+ "Long": "Longa"
+ },
+ "Long Text": {
+ "Long Text": "Longa teksto"
+ },
+ "Long press": {
+ "Long press": "Longa premo"
+ },
+ "Longitude": {
+ "Longitude": "Longitudo"
+ },
+ "Low": {
+ "Low": "Malalte"
+ },
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
+ "Low Priority": {
+ "Low Priority": "Malalta prioritato"
+ },
+ "MAC": {
+ "MAC": "MAC"
+ },
+ "MTU": {
+ "MTU": "MTU"
+ },
+ "Mail": {
+ "Mail": "retpoŝti"
+ },
+ "Make admin": {
+ "Make admin": "Faru administranton"
+ },
+ "Make sure KDE Connect or Valent is running on your other devices": {
+ "Make sure KDE Connect or Valent is running on your other devices": "Certigu, ke KDE Connect aŭ Valent funkcias sur viaj aliaj aparatoj"
+ },
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": "Faru la barfonon plene travidebla"
+ },
+ "Manage and configure plugins for extending DMS functionality": {
+ "Manage and configure plugins for extending DMS functionality": "Mastrumi kaj agordi kromprogramojn por etendi la funkciojn de DMS"
+ },
+ "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": {
+ "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Mastrumi ĝis 4 sendependajn agordojn de bretoj. Ĉiu breto havas sian propran pozicion, fenestraĵojn, stilon, kaj ekranan asignon."
+ },
+ "Managed by Frame": {
+ "Managed by Frame": "Administrita de Frame"
+ },
+ "Managed by Frame in Connected Mode": {
+ "Managed by Frame in Connected Mode": "Administrita de Frame en Konektita Reĝimo"
+ },
+ "Management": {
+ "Management": "Mastrumado"
+ },
+ "Manages calendar events": {
+ "Manages calendar events": "Administras kalendarajn eventojn"
+ },
+ "Manages files and directories": {
+ "Manages files and directories": "Administras dosierojn kaj dosierujojn"
+ },
+ "Mango Options": {
+ "Mango Options": "Mango-Ebloj"
+ },
+ "Mango service not available": {
+ "Mango service not available": "Mango-servo ne havebla"
+ },
+ "MangoWC Layout Overrides": {
+ "MangoWC Layout Overrides": "Aranĝaj preterpasoj de MangoWC"
+ },
+ "Manual": {
+ "Manual": "Mana"
+ },
+ "Manual Coordinates": {
+ "Manual Coordinates": "Manaj koordinatoj"
+ },
+ "Manual Direction": {
+ "Manual Direction": "Mana direkto"
+ },
+ "Manual Gap Size": {
+ "Manual Gap Size": "Mana breĉ-grando"
+ },
+ "Manual Gaps": {
+ "Manual Gaps": "Manaj Interspacoj"
+ },
+ "Manual Show/Hide": {
+ "Manual Show/Hide": "Mana montro/kaŝo"
+ },
+ "Manual config": {
+ "Manual config": "Mana agordo"
+ },
+ "Map window class names to icon names for proper icon display": {
+ "Map window class names to icon names for proper icon display": "Mapigi fenestrajn klasnomojn al piktogramaj nomoj por ĝusta vidigo de piktogramoj"
+ },
+ "Margin": {
+ "Margin": "Marĝeno"
+ },
+ "Marker Supply Empty": {
+ "Marker Supply Empty": "Markilo-provizo malplena"
+ },
+ "Marker Supply Low": {
+ "Marker Supply Low": "Markilo-provizo malalta"
+ },
+ "Marker Waste Almost Full": {
+ "Marker Waste Almost Full": "Markilo-rubo preskaŭ plena"
+ },
+ "Marker Waste Full": {
+ "Marker Waste Full": "Markilo-rubo plena"
+ },
+ "Match (%1)": {
+ "Match (%1)": "Kongruo (%1)"
+ },
+ "Match Conditions": {
+ "Match Conditions": "Matĉaj Kondiĉoj"
+ },
+ "Match Criteria": {
+ "Match Criteria": "Kongruaj kriterioj"
+ },
+ "Material": {
+ "Material": "ŝtofo"
+ },
+ "Material Colors": {
+ "Material Colors": "Materiaj koloroj"
+ },
+ "Material Design inspired color themes": {
+ "Material Design inspired color themes": "Kolor-etosoj inspiritaj de Material Design"
+ },
+ "Material colors generated from wallpaper": {
+ "Material colors generated from wallpaper": "Materiaj koloroj generitaj el fonbildo"
+ },
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": {
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "Ombroj kaj altigo inspiritaj de Material sur modaloj, ŝprucfenestroj, kaj dialogoj"
+ },
+ "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": {
+ "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": "Materialo: Materiala Dezajno 3 Esprimplenaj bezier-kurboj. "
+ },
+ "Matugen Contrast": {
+ "Matugen Contrast": "Kontrasto de Matugen"
+ },
+ "Matugen Missing": {
+ "Matugen Missing": "Matugen mankas"
+ },
+ "Matugen Palette": {
+ "Matugen Palette": "Paletro de Matugen"
+ },
+ "Matugen Target Monitor": {
+ "Matugen Target Monitor": "Cela ekrano por Matugen"
+ },
+ "Matugen Templates": {
+ "Matugen Templates": "Ŝablonoj de Matugen"
+ },
+ "Max Edges": {
+ "Max Edges": "Maksimumaj bordoj"
+ },
+ "Max H": {
+ "Max H": "Maksimuma alto (H)"
+ },
+ "Max Pinned Apps": {
+ "Max Pinned Apps": "Maksimumaj fiksitaj aplikaĵoj"
+ },
+ "Max Pinned Apps (0 = Unlimited)": {
+ "Max Pinned Apps (0 = Unlimited)": "Maksimumaj fiksitaj aplikaĵoj (0 = senlime)"
+ },
+ "Max Running Apps": {
+ "Max Running Apps": "Maksimumaj lanĉitaj aplikaĵoj"
+ },
+ "Max Running Apps (0 = Unlimited)": {
+ "Max Running Apps (0 = Unlimited)": "Maksimumaj lanĉitaj aplikaĵoj (0 = senlime)"
+ },
+ "Max Visible": {
+ "Max Visible": "Maksimumo Videbla"
+ },
+ "Max Volume": {
+ "Max Volume": "Maksimuma laŭteco"
+ },
+ "Max W": {
+ "Max W": "Maksimuma larĝo (W)"
+ },
+ "Max apps to show": {
+ "Max apps to show": "Maksimumaj aplikaĵoj por montri"
+ },
+ "Max to Edges": {
+ "Max to Edges": "Maksimumigi al bordoj"
+ },
+ "Maximize": {
+ "Maximize": "Maksimumigi"
+ },
+ "Maximize Detection": {
+ "Maximize Detection": "Detekto de maksimumigo"
+ },
+ "Maximize Widget Icons": {
+ "Maximize Widget Icons": "Maksimumigi fenestraĵajn piktogramojn"
+ },
+ "Maximize Widget Text": {
+ "Maximize Widget Text": "Maksimumigi fenestraĵan tekston"
+ },
+ "Maximum Entry Size": {
+ "Maximum Entry Size": "Maksimuma era grando"
+ },
+ "Maximum History": {
+ "Maximum History": "Maksimuma historio"
+ },
+ "Maximum Pinned Entries": {
+ "Maximum Pinned Entries": "Maksimumaj fiksitaj eroj"
+ },
+ "Maximum fingerprint attempts reached. Please use password.": {
+ "Maximum fingerprint attempts reached. Please use password.": "Maksimumaj provoj de fingrospuro atingitaj. Bonvolu uzi pasvorton."
+ },
+ "Maximum number of clipboard entries to keep": {
+ "Maximum number of clipboard entries to keep": "Maksimuma nombro de tondujaj eroj konservendaj"
+ },
+ "Maximum number of entries that can be saved": {
+ "Maximum number of entries that can be saved": "Maksimuma nombro de eroj kiuj povas esti konservitaj"
+ },
+ "Maximum number of notifications to keep": {
+ "Maximum number of notifications to keep": "Maksimuma nombro de sciigoj konservendaj"
+ },
+ "Maximum pinned entries reached": {
+ "Maximum pinned entries reached": "Maksimumaj fiksitaj eroj atingitaj"
+ },
+ "Maximum size per clipboard entry": {
+ "Maximum size per clipboard entry": "Maksimuma grando por ĉiu tonduja ero"
+ },
+ "Media": {
+ "Media": "Aŭdvidaĵo"
+ },
+ "Media Controls": {
+ "Media Controls": "Aŭdvidaĵaj regiloj"
+ },
+ "Media Empty": {
+ "Media Empty": "Aŭdvidaĵo malplena"
+ },
+ "Media Jam": {
+ "Media Jam": "Aŭdvidaĵ-ŝtopiĝo"
+ },
+ "Media Low": {
+ "Media Low": "Aŭdvidaĵo malabunda"
+ },
+ "Media Needed": {
+ "Media Needed": "Aŭdvidaĵo bezonata"
+ },
+ "Media Playback": {
+ "Media Playback": "Ludado de aŭdvidaĵo"
+ },
+ "Media Player": {
+ "Media Player": "Aŭdvidaĵ-ludilo"
+ },
+ "Media Player Settings": {
+ "Media Player Settings": "Agordoj de aŭdvidaĵ-ludilo"
+ },
+ "Media Players (": {
+ "Media Players (": "Aŭdvidaĵ-ludiloj ("
+ },
+ "Media Volume": {
+ "Media Volume": "Aŭdvidaĵa laŭteco"
+ },
+ "Medium": {
+ "Medium": "Meza"
+ },
+ "Memory": {
+ "Memory": "Memoro"
+ },
+ "Memory Graph": {
+ "Memory Graph": "Memora grafikaĵo"
+ },
+ "Memory Usage": {
+ "Memory Usage": "Memora uzado"
+ },
+ "Memory usage indicator": {
+ "Memory usage indicator": "Indikilo de memora uzado"
+ },
+ "Merge indexed file results into the All tab (requires dsearch).": {
+ "Merge indexed file results into the All tab (requires dsearch).": "Kunfandi indeksitajn dosier-rezultojn en la langeton 'Ĉio' (postulas dsearch)."
+ },
+ "Merge indexed folder results into the All tab (requires dsearch).": {
+ "Merge indexed folder results into the All tab (requires dsearch).": "Kunfandi indeksitajn dosieruj-rezultojn en la langeton 'Ĉio' (postulas dsearch)."
+ },
+ "Message": {
+ "Message": "Mesaĝo"
+ },
+ "Message Content": {
+ "Message Content": "Mesaĝa enhavo"
+ },
+ "Microphone": {
+ "Microphone": "Mikrofono"
+ },
+ "Microphone Mute": {
+ "Microphone Mute": "Silentigi mikrofonon"
+ },
+ "Microphone Volume": {
+ "Microphone Volume": "Mikrofona laŭteco"
+ },
+ "Microphone settings": {
+ "Microphone settings": "Agordoj de mikrofono"
+ },
+ "Microphone volume control": {
+ "Microphone volume control": "Regado de mikrofona laŭteco"
+ },
+ "Middle Section": {
+ "Middle Section": "Meza sekcio"
+ },
+ "Min H": {
+ "Min H": "Minimuma alto (H)"
+ },
+ "Min W": {
+ "Min W": "Minimuma larĝo (W)"
+ },
+ "Minimal palette built around a single hue.": {
+ "Minimal palette built around a single hue.": "Minimuma paletro bazita sur unuopa nuanco."
+ },
+ "Minute": {
+ "Minute": "Minuto"
+ },
+ "Mirror Display": {
+ "Mirror Display": "Speguli ekranon"
+ },
+ "Missing Environment Variables": {
+ "Missing Environment Variables": "Mankantaj mediaj variabloj"
+ },
+ "Modal Background": {
+ "Modal Background": "Fono de modaloj"
+ },
+ "Modal Shadows": {
+ "Modal Shadows": "Ombroj de modaloj"
+ },
+ "Modals": {
+ "Modals": "Modaloj"
+ },
+ "Mode": {
+ "Mode": "Reĝimo"
+ },
+ "Mode:": {
+ "Mode:": "Reĝimo:"
+ },
+ "Model": {
+ "Model": "Modelo"
+ },
+ "Modified": {
+ "Modified": "Modifita"
+ },
+ "Modular widget bar": {
+ "Modular widget bar": "Modula breto de fenestraĵoj"
+ },
+ "Monitor": {
+ "Monitor": "Ekrano"
+ },
+ "Monitor Configuration": {
+ "Monitor Configuration": "Ekrana agordo"
+ },
+ "Monitor fade grace period": {
+ "Monitor fade grace period": "Prokrasto de ekrana dissolvo"
+ },
+ "Monitor whose wallpaper drives dynamic theming colors": {
+ "Monitor whose wallpaper drives dynamic theming colors": "Ekrano kies fonbildo stiras kolorojn de dinamika etosigo"
+ },
+ "Monitors in \"%1\":": {
+ "Monitors in \"%1\":": "Monitoroj en \"%1\":"
+ },
+ "Monochrome": {
+ "Monochrome": "Unukolora"
+ },
+ "Monocle": {
+ "Monocle": "Monoklo"
+ },
+ "Monospace Font": {
+ "Monospace Font": "Ekspaceta tiparo"
+ },
+ "Month Date": {
+ "Month Date": "Monato-dato"
+ },
+ "Morning": {
+ "Morning": "Mateno"
+ },
+ "Motion Effects": {
+ "Motion Effects": "Moviĝaj Efikoj"
+ },
+ "Mount Points": {
+ "Mount Points": "Munt-punktoj"
+ },
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": "Musklakoj pasas tra la trinkejo al fenestroj malantaŭ ĝi"
+ },
+ "Mouse pointer appearance": {
+ "Mouse pointer appearance": "Aspekto de mus-kursoro"
+ },
+ "Mouse pointer size in pixels": {
+ "Mouse pointer size in pixels": "Grando de mus-kursoro en rastrumeroj"
+ },
+ "Move": {
+ "Move": "Movi"
+ },
+ "Move Widget": {
+ "Move Widget": "Movi fenestraĵon"
+ },
+ "Move to Trash": {
+ "Move to Trash": "movi rubujen"
+ },
+ "Moving to Paused": {
+ "Moving to Paused": "Movante al paŭzita stato"
+ },
+ "Multi-Monitor": {
+ "Multi-Monitor": "Plurekraneco"
+ },
+ "Multimedia": {
+ "Multimedia": "plurmedio"
+ },
+ "Multiplexer": {
+ "Multiplexer": "Multipleksoro"
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": "Tipo de multipleksoro"
+ },
+ "Multiplexers": {
+ "Multiplexers": "Multipleksoroj"
+ },
+ "Music": {
+ "Music": "Muziko"
+ },
+ "Music Player": {
+ "Music Player": "Muzikludanto"
+ },
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
+ "Mute Popups": {
+ "Mute Popups": "Silentigi ŝprucfenestrojn"
+ },
+ "Mute popups for %1": {
+ "Mute popups for %1": "Silentigi ŝprucfenestrojn por %1"
+ },
+ "Muted": {
+ "Muted": "Silentigita"
+ },
+ "Muted Apps": {
+ "Muted Apps": "Silentigitaj aplikaĵoj"
+ },
+ "Muted palette with subdued, calming tones.": {
+ "Muted palette with subdued, calming tones.": "Silentigita paletro kun mallaŭtaj, trankviligaj tonoj."
+ },
+ "My Online": {
+ "My Online": "Mia Interreta"
+ },
+ "NM not supported": {
+ "NM not supported": "NM ne estas subtenata"
+ },
+ "Name": {
+ "Name": "Nomo"
+ },
+ "Named Workspace Icons": {
+ "Named Workspace Icons": "Piktogramoj de nomitaj laborspacoj"
+ },
+ "Native": {
+ "Native": "operaciuma"
+ },
+ "Native: platform renderer (FreeType).": {
+ "Native: platform renderer (FreeType).": "Denaska: platforma bildilo (FreeType)."
+ },
+ "Natural Touchpad Scrolling": {
+ "Natural Touchpad Scrolling": "Natura Tuŝpad Scrolling"
+ },
+ "Navigate": {
+ "Navigate": "Navigi"
+ },
+ "Navigation": {
+ "Navigation": "Navigado"
+ },
+ "Network": {
+ "Network": "Reto"
+ },
+ "Network Graph": {
+ "Network Graph": "Reta grafikaĵo"
+ },
+ "Network Info": {
+ "Network Info": "Retaj informoj"
+ },
+ "Network Information": {
+ "Network Information": "Retaj informoj"
+ },
+ "Network Name (SSID)": {
+ "Network Name (SSID)": "Retnomo (SSID)"
+ },
+ "Network Speed Monitor": {
+ "Network Speed Monitor": "Monitorado de reta rapido"
+ },
+ "Network Status": {
+ "Network Status": "Reta stato"
+ },
+ "Network download and upload speed display": {
+ "Network download and upload speed display": "Vidigo de reta elŝuta kaj alŝuta rapido"
+ },
+ "Network not found": {
+ "Network not found": "Reto ne trovita"
+ },
+ "Neutral": {
+ "Neutral": "Neŭtra"
+ },
+ "Never": {
+ "Never": "Neniam"
+ },
+ "Never used": {
+ "Never used": "Neniam uzita"
+ },
+ "New": {
+ "New": "Nova"
+ },
+ "New Key": {
+ "New Key": "Nova klavo"
+ },
+ "New Keybind": {
+ "New Keybind": "Nova klavkombino"
+ },
+ "New Notification": {
+ "New Notification": "Nova sciigo"
+ },
+ "New Session": {
+ "New Session": "Nova seanco"
+ },
+ "New Window Rule": {
+ "New Window Rule": "Nova fenestra regulo"
+ },
+ "New York, NY": {
+ "New York, NY": "Nov-Jorko, NY"
+ },
+ "New event": {
+ "New event": "Nova evento"
+ },
+ "New group name...": {
+ "New group name...": "Nova grupnomo..."
+ },
+ "Next": {
+ "Next": "Sekva"
+ },
+ "Next Transition": {
+ "Next Transition": "Sekva transiro"
+ },
+ "Night": {
+ "Night": "Nokto"
+ },
+ "Night Mode": {
+ "Night Mode": "Nokta reĝimo"
+ },
+ "Night Temperature": {
+ "Night Temperature": "Nokta temperaturo"
+ },
+ "Night mode & gamma": {
+ "Night mode & gamma": "Nokta reĝimo kaj gamao"
+ },
+ "Night mode failed: DMS gamma control not available": {
+ "Night mode failed: DMS gamma control not available": "Nokta reĝimo malsukcesis: DMS gama-kontrolo ne havebla"
+ },
+ "Niri Integration": {
+ "Niri Integration": "Niri-integriĝo"
+ },
+ "Niri Layout Overrides": {
+ "Niri Layout Overrides": "Aranĝaj preterpasoj de Niri"
+ },
+ "Niri compositor actions (focus, move, etc.)": {
+ "Niri compositor actions (focus, move, etc.)": "Niri-komponilaj agoj (fokuso, movo, ktp.)"
+ },
+ "No": {
+ "No": "Ne"
+ },
+ "No Active Players": {
+ "No Active Players": "Neniuj aktivaj ludiloj"
+ },
+ "No Anim": {
+ "No Anim": "Sen animacio"
+ },
+ "No Background": {
+ "No Background": "Sen fono"
+ },
+ "No Bluetooth adapter found": {
+ "No Bluetooth adapter found": "Neniu Bluetooth-adaptilo estis trovita"
+ },
+ "No Blur": {
+ "No Blur": "Sen malklareco"
+ },
+ "No Border": {
+ "No Border": "Sen bordo"
+ },
+ "No DMS shortcuts configured": {
+ "No DMS shortcuts configured": "Neniuj DMS-mallongigoj agorditaj"
+ },
+ "No Dim": {
+ "No Dim": "Sen malheligo"
+ },
+ "No Focus": {
+ "No Focus": "Sen fokuso"
+ },
+ "No GPU detected": {
+ "No GPU detected": "Neniu GPU estis detektita"
+ },
+ "No GPUs detected": {
+ "No GPUs detected": "Neniuj GPU-oj estis detektitaj"
+ },
+ "No History": {
+ "No History": "Neniu historio"
+ },
+ "No Media": {
+ "No Media": "Neniu aŭdvidaĵo"
+ },
+ "No Round": {
+ "No Round": "Ne ronda"
+ },
+ "No Rounding": {
+ "No Rounding": "Sen rondigo"
+ },
+ "No Shadow": {
+ "No Shadow": "Sen ombro"
+ },
+ "No VPN profiles": {
+ "No VPN profiles": "Neniuj VPN-profiloj"
+ },
+ "No Weather": {
+ "No Weather": "Neniu vetero"
+ },
+ "No Weather Data": {
+ "No Weather Data": "Neniuj Veteraj Datumoj"
+ },
+ "No Weather Data Available": {
+ "No Weather Data Available": "Neniuj veteraj datumoj disponeblas"
+ },
+ "No action": {
+ "No action": "Neniu ago"
+ },
+ "No active %1 sessions": {
+ "No active %1 sessions": "Neniuj aktivaj %1 seancoj"
+ },
+ "No active session found for %1": {
+ "No active session found for %1": "Neniu aktiva sesio trovita por %1"
+ },
+ "No adapter": {
+ "No adapter": "Neniu adaptilo"
+ },
+ "No adapters": {
+ "No adapters": "Neniuj adaptiloj"
+ },
+ "No app customizations.": {
+ "No app customizations.": "Neniuj propraj agordoj de aplikaĵoj."
+ },
+ "No application selected": {
+ "No application selected": "Neniu aplikaĵo elektita"
+ },
+ "No apps found": {
+ "No apps found": "Neniuj aplikaĵoj estis trovitaj"
+ },
+ "No apps have been launched yet.": {
+ "No apps have been launched yet.": "Neniuj aplikaĵoj estis ankoraŭ lanĉitaj."
+ },
+ "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": {
+ "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Neniuj aplikaĵoj estas silentigitaj. Dekstre-klaku sciigon kaj elektu \"Silentigi ŝprucfenestrojn\" por aldoni unu ĉi tie."
+ },
+ "No autostart entries": {
+ "No autostart entries": "Neniuj aŭtomataj enskriboj"
+ },
+ "No battery": {
+ "No battery": "Neniu baterio"
+ },
+ "No brightness devices available": {
+ "No brightness devices available": "Neniuj bril-aparatoj disponeblas"
+ },
+ "No calendar source available": {
+ "No calendar source available": "Neniu kalendarfonto havebla"
+ },
+ "No changes": {
+ "No changes": "Neniuj ŝanĝoj"
+ },
+ "No checks passed": {
+ "No checks passed": "Neniuj kontroloj sukcesis"
+ },
+ "No custom theme file": {
+ "No custom theme file": "Neniu propra etosa dosiero"
+ },
+ "No devices": {
+ "No devices": "Neniuj aparatoj"
+ },
+ "No devices connected": {
+ "No devices connected": "Neniuj aparatoj konektitaj"
+ },
+ "No devices found": {
+ "No devices found": "Neniuj aparatoj estis trovitaj"
+ },
+ "No disk data": {
+ "No disk data": "Neniuj diskaj datumoj"
+ },
+ "No disk data available": {
+ "No disk data available": "Neniuj diskaj datumoj disponeblas"
+ },
+ "No display profiles found. Create them in Settings > Displays.": {
+ "No display profiles found. Create them in Settings > Displays.": "Neniuj montraj profiloj trovitaj. "
+ },
+ "No drivers found": {
+ "No drivers found": "Neniuj peliloj estis trovitaj"
+ },
+ "No errors": {
+ "No errors": "Neniuj eraroj"
+ },
+ "No features enabled": {
+ "No features enabled": "Neniuj trajtoj estas ŝaltitaj"
+ },
+ "No files found": {
+ "No files found": "Neniuj dosieroj estis trovitaj"
+ },
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": "Neniu fingrospur-legilo estis detektita."
+ },
+ "No folders found": {
+ "No folders found": "Neniuj dosierujoj estis trovitaj"
+ },
+ "No hidden apps.": {
+ "No hidden apps.": "Neniuj kaŝitaj aplikaĵoj."
+ },
+ "No human user accounts found.": {
+ "No human user accounts found.": "Neniuj homaj uzantkontoj trovitaj."
+ },
+ "No info items": {
+ "No info items": "Neniuj informaj eroj"
+ },
+ "No information available": {
+ "No information available": "Neniam informoj disponeblas"
+ },
+ "No input device": {
+ "No input device": "Neniu eniga aparato"
+ },
+ "No input devices found": {
+ "No input devices found": "Neniuj enigaj aparatoj estis trovitaj"
+ },
+ "No items added yet": {
+ "No items added yet": "Neniuj eroj estis ankoraŭ aldonitaj"
+ },
+ "No keybinds found": {
+ "No keybinds found": "Neniuj klavkombinoj estis trovitaj"
+ },
+ "No launcher plugins installed.": {
+ "No launcher plugins installed.": "Neniuj lanĉilaj kromprogramoj estas instalitaj."
+ },
+ "No match criteria": {
+ "No match criteria": "Neniuj kongruaj kriterioj"
+ },
+ "No matches": {
+ "No matches": "Neniuj kongruoj"
+ },
+ "No matching devices": {
+ "No matching devices": "Neniuj kongruaj aparatoj"
+ },
+ "No matching processes": {
+ "No matching processes": "Neniuj kongruaj procesoj"
+ },
+ "No monitors": {
+ "No monitors": "Neniuj ekranoj"
+ },
+ "No mount points found": {
+ "No mount points found": "Neniuj munt-punktoj estis trovitaj"
+ },
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": "Neniuj aliaj aktivaj sesioj sur ĉi tiu sidloko"
+ },
+ "No output device": {
+ "No output device": "Neniu eliga aparato"
+ },
+ "No output devices found": {
+ "No output devices found": "Neniuj eligaj aparatoj estis trovitaj"
+ },
+ "No peers found": {
+ "No peers found": "Neniuj kunuloj trovitaj"
+ },
+ "No plugin results": {
+ "No plugin results": "Neniuj kromprogramaj rezultoj"
+ },
+ "No plugins found": {
+ "No plugins found": "Neniuj kromprogramoj estis trovitaj"
+ },
+ "No plugins found.": {
+ "No plugins found.": "Neniuj kromprogramoj estis trovitaj."
+ },
+ "No printer found": {
+ "No printer found": "Neniu presilo estis trovita"
+ },
+ "No printers configured": {
+ "No printers configured": "Neniuj presiloj estas agorditaj"
+ },
+ "No printers found": {
+ "No printers found": "Neniuj presiloj estis trovitaj"
+ },
+ "No profiles": {
+ "No profiles": "Neniuj profiloj"
+ },
+ "No recent clipboard entries found": {
+ "No recent clipboard entries found": "Neniuj lastatempaj tondujaj eroj estis trovitaj"
+ },
+ "No reminder": {
+ "No reminder": "Neniu memorigilo"
+ },
+ "No results": {
+ "No results": "Neniu rezulto"
+ },
+ "No results found": {
+ "No results found": "Neniuj rezultoj estis trovitaj"
+ },
+ "No saved clipboard entries": {
+ "No saved clipboard entries": "Neniuj konservitaj tondujaj eroj"
+ },
+ "No session selected": {
+ "No session selected": "Neniu sesio elektita"
+ },
+ "No sessions found": {
+ "No sessions found": "Neniuj seancoj estis trovitaj"
+ },
+ "No status output.": {
+ "No status output.": "Neniu stata eligo."
+ },
+ "No supported package manager found.": {
+ "No supported package manager found.": "Neniu subtenata pakadministranto trovita."
+ },
+ "No terminal configured": {
+ "No terminal configured": "Neniu terminalo agordita"
+ },
+ "No themes found": {
+ "No themes found": "Neniuj etosoj estis trovitaj"
+ },
+ "No themes installed. Browse themes to install from the registry.": {
+ "No themes installed. Browse themes to install from the registry.": "Neniuj etosoj estas instalitaj. Foliumu etosojn por instali el la registro."
+ },
+ "No trigger": {
+ "No trigger": "Neniu ekigilo"
+ },
+ "No user specified": {
+ "No user specified": "Neniu uzanto specifita"
+ },
+ "No video found in folder": {
+ "No video found in folder": "Neniu video estis trovita en la dosierujo"
+ },
+ "No wallpaper selected": {
+ "No wallpaper selected": "Neniu fonbildo estas elektita"
+ },
+ "No wallpapers": {
+ "No wallpapers": "Neniuj fonbildoj"
+ },
+ "No wallpapers found\n\nClick the folder icon below to browse": {
+ "No wallpapers found\n\nClick the folder icon below to browse": "Neniuj fonbildoj estis trovitaj\n\nKlaku la dosierujan piktogramon sube por foliumi"
+ },
+ "No warnings": {
+ "No warnings": "Neniuj avertoj"
+ },
+ "No widgets added. Click \"Add Widget\" to get started.": {
+ "No widgets added. Click \"Add Widget\" to get started.": "Neniuj fenestraĵoj estas aldonitaj. Klaku \"Aldoni fenestraĵon\" por komenci."
+ },
+ "No widgets available": {
+ "No widgets available": "Neniuj fenestraĵoj disponeblas"
+ },
+ "No widgets match your search": {
+ "No widgets match your search": "Neniuj fenestraĵoj kongruas kun via serĉo"
+ },
+ "No window rules configured": {
+ "No window rules configured": "Neniuj fenestraj reguloj estas agorditaj"
+ },
+ "No writable calendar available": {
+ "No writable calendar available": "Neniu skribebla kalendaro havebla"
+ },
+ "Noise": {
+ "Noise": "bruo"
+ },
+ "None": {
+ "None": "Neniu"
+ },
+ "None active": {
+ "None active": "Neniu aktiva"
+ },
+ "Normal": {
+ "Normal": "Normala"
+ },
+ "Normal Font": {
+ "Normal Font": "Normala tiparo"
+ },
+ "Normal Priority": {
+ "Normal Priority": "Normala prioritato"
+ },
+ "Not available": {
+ "Not available": "Ne disponebla"
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Ne disponebla — instalu fprintd kaj pam_fprintd, aŭ agordu PAM de greetd."
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": "Ne disponebla — instalu fprintd kaj pam_fprintd."
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": "Ne disponebla — instalu aŭ agordu pam_u2f, aŭ agordu PAM de greetd."
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": "Ne disponebla — instalu aŭ agordu pam_u2f."
+ },
+ "Not bound": {
+ "Not bound": "Ne ligita"
+ },
+ "Not connected": {
+ "Not connected": "Ne konektita"
+ },
+ "Not detected": {
+ "Not detected": "Ne detektita"
+ },
+ "Not listed?": {
+ "Not listed?": "Ĉu ne en listo?"
+ },
+ "Not paired": {
+ "Not paired": "Ne parigita"
+ },
+ "Not set": {
+ "Not set": "Ne agordita"
+ },
+ "Note: this only changes the percentage, it does not actually limit charging.": {
+ "Note: this only changes the percentage, it does not actually limit charging.": "Noto: ĉi tio nur ŝanĝas la procenton, ĝi fakte ne limigas la ŝargadon."
+ },
+ "Notepad": {
+ "Notepad": "Notlibro"
+ },
+ "Notepad Font Settings": {
+ "Notepad Font Settings": "Agordoj de Notbloka Tiparo"
+ },
+ "Notepad Settings": {
+ "Notepad Settings": "Agordoj de Notepad"
+ },
+ "Notepad Slideout": {
+ "Notepad Slideout": "Elglitejo de notlibro"
+ },
+ "Notes": {
+ "Notes": "Notoj"
+ },
+ "Nothing": {
+ "Nothing": "Nenio"
+ },
+ "Nothing to see here": {
+ "Nothing to see here": "Nenio videbla ĉi tie"
+ },
+ "Notification": {
+ "Notification": ""
+ },
+ "Notification Center": {
+ "Notification Center": "Sciigcentro"
+ },
+ "Notification Display": {
+ "Notification Display": "Vidigo de sciigoj"
+ },
+ "Notification Overlay": {
+ "Notification Overlay": "Sciiga tavolo"
+ },
+ "Notification Popups": {
+ "Notification Popups": "Sciigaj ŝprucfenestroj"
+ },
+ "Notification Rules": {
+ "Notification Rules": "Sciigaj reguloj"
+ },
+ "Notification Settings": {
+ "Notification Settings": "Sciigaj agordoj"
+ },
+ "Notification Timeouts": {
+ "Notification Timeouts": "Sciigaj templimoj"
+ },
+ "Notification Type": {
+ "Notification Type": ""
+ },
+ "Notification toast popups": {
+ "Notification toast popups": "Sciigaj ŝprucfenestroj"
+ },
+ "Notifications": {
+ "Notifications": "Sciigoj"
+ },
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
+ "Numbers": {
+ "Numbers": "Numeroj"
+ },
+ "Numeric (D/M)": {
+ "Numeric (D/M)": "Numere (T/M)"
+ },
+ "Numeric (M/D)": {
+ "Numeric (M/D)": "Numere (M/T)"
+ },
+ "OK": {
+ "OK": "Bone"
+ },
+ "OS Logo": {
+ "OS Logo": "Operaciuma emblemo"
+ },
+ "OSD Position": {
+ "OSD Position": "OSD-pozicio"
+ },
+ "Occupied Color": {
+ "Occupied Color": "Koloro kiam okupita"
+ },
+ "Off": {
+ "Off": "Malŝaltita"
+ },
+ "Office": {
+ "Office": "Oficejo"
+ },
+ "Offline": {
+ "Offline": "Senkonekte"
+ },
+ "Offline Report": {
+ "Offline Report": "Senreta raporto"
+ },
+ "Older": {
+ "Older": "Pli malnova"
+ },
+ "On": {
+ "On": "Ŝaltita"
+ },
+ "On indefinitely": {
+ "On indefinitely": "Sur senfine"
+ },
+ "On-Demand": {
+ "On-Demand": "Laŭbezone"
+ },
+ "On-screen Displays": {
+ "On-screen Displays": "Ekrankontroliloj (OSD)"
+ },
+ "Once a day": {
+ "Once a day": "Unufoje tage"
+ },
+ "Online": {
+ "Online": "rektlinee"
+ },
+ "Only adjust gamma based on time or location rules.": {
+ "Only adjust gamma based on time or location rules.": "Nur alĝustigi gamaon baze de tempo- aŭ lok-reguloj."
+ },
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Nur influas PAM mastrumatan de DMS. Se greetd jam inkluzivas pam_fprintd, fingrospuro restas ŝaltita."
+ },
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
+ "Only show windows from the current monitor on each dock": {
+ "Only show windows from the current monitor on each dock": "Nur montri fenestrojn de la aktuala ekrano sur ĉiu doko"
+ },
+ "Only visible if hibernate is supported by your system": {
+ "Only visible if hibernate is supported by your system": "Nur videbla se pasivigo estas subtenata de via sistemo"
+ },
+ "Opacity": {
+ "Opacity": "Opakeco"
+ },
+ "Opacity of the bar background": {
+ "Opacity of the bar background": "Opakeco de la stangofono"
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": "Opakeco de fenestraĵaj fonoj"
+ },
+ "Opaque": {
+ "Opaque": "Opaka"
+ },
+ "Open": {
+ "Open": "Malfermi"
+ },
+ "Open App": {
+ "Open App": "Malfermi Aplikaĵon"
+ },
+ "Open Dir": {
+ "Open Dir": "Malferma Dir"
+ },
+ "Open Frame": {
+ "Open Frame": "Malfermu Kadron"
+ },
+ "Open From": {
+ "Open From": "Malfermu De"
+ },
+ "Open KDE Connect on your phone": {
+ "Open KDE Connect on your phone": "Malfermu KDE Connect en via telefono"
+ },
+ "Open Notepad File": {
+ "Open Notepad File": "Malfermi notlibran dosieron"
+ },
+ "Open Trash": {
+ "Open Trash": "Malfermu Rubujon"
+ },
+ "Open Trash With": {
+ "Open Trash With": "Malfermu Rubujon Kun"
+ },
+ "Open a new note": {
+ "Open a new note": "Malfermi novan noton"
+ },
+ "Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
+ "Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Malfermu terminalon kaj rulu kutiman komandon anstataŭ la enŝela ĝisdatiga fluo."
+ },
+ "Open as window": {
+ "Open as window": ""
+ },
+ "Open folder": {
+ "Open folder": "Malfermi dosierujon"
+ },
+ "Open in Browser": {
+ "Open in Browser": "Malfermi en retumilo"
+ },
+ "Open in terminal": {
+ "Open in terminal": "Malfermi en terminalo"
+ },
+ "Open search bar to find text": {
+ "Open search bar to find text": "Malfermi serĉ-breton por trovi tekston"
+ },
+ "Open with...": {
+ "Open with...": "Malfermi per..."
+ },
+ "Opening SMS": {
+ "Opening SMS": "Malfermante SMS-on"
+ },
+ "Opening SMS app": {
+ "Opening SMS app": "Malfermante SMS-aplikaĵon"
+ },
+ "Opening file browser": {
+ "Opening file browser": "Malfermante dosierfoliumilon"
+ },
+ "Opening files": {
+ "Opening files": "Malfermante dosierojn"
+ },
+ "Opening terminal to update greetd": {
+ "Opening terminal to update greetd": "Malferma terminalo por ĝisdatigi greetd"
+ },
+ "Opening terminal: ": {
+ "Opening terminal: ": "Malfermante terminalon: "
+ },
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": "Malfermas elektilon de aliaj aktivaj sesioj sur ĉi tiu sidloko"
+ },
+ "Opens image files": {
+ "Opens image files": "Malfermas bilddosierojn"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": "Malfermas la konektitan lanĉilon en Konektita Kadro-Reĝimo."
+ },
+ "Optional description": {
+ "Optional description": "Laŭvola priskribo"
+ },
+ "Optional location": {
+ "Optional location": "Laŭvola loko"
+ },
+ "Optional state-based conditions applied to the first match.": {
+ "Optional state-based conditions applied to the first match.": "Laŭvolaj ŝtat-bazitaj kondiĉoj aplikitaj al la unua matĉo."
+ },
+ "Options": {
+ "Options": "Opcioj"
+ },
+ "Organize widgets into collapsible groups": {
+ "Organize widgets into collapsible groups": "Organizigi fenestraĵojn en kolapseblajn grupojn"
+ },
+ "Original: %1": {
+ "Original: %1": "Originale: %1"
+ },
+ "Other": {
+ "Other": "Alia"
+ },
+ "Outline": {
+ "Outline": "Konturo"
+ },
+ "Output": {
+ "Output": "Eligo"
+ },
+ "Output Area Almost Full": {
+ "Output Area Almost Full": "Eliga areo preskaŭ plena"
+ },
+ "Output Area Full": {
+ "Output Area Full": "Eliga areo plena"
+ },
+ "Output Devices": {
+ "Output Devices": "Eligaj aparatoj"
+ },
+ "Output Tray Missing": {
+ "Output Tray Missing": "Eliga pleto mankas"
+ },
+ "Outputs Include Missing": {
+ "Outputs Include Missing": "Eligaj inkluzivoj mankas"
+ },
+ "Overcast": {
+ "Overcast": "Nuba"
+ },
+ "Overflow": {
+ "Overflow": "Troo"
+ },
+ "Overridden by config": {
+ "Overridden by config": "Preterpasita de agordo"
+ },
+ "Override": {
+ "Override": "Preterpasi"
+ },
+ "Override Border Size": {
+ "Override Border Size": "Preterpasi bordan grandon"
+ },
+ "Override Corner Radius": {
+ "Override Corner Radius": "Preterpasi angulan radiuson"
+ },
+ "Override Gaps": {
+ "Override Gaps": "Preterpasi breĉojn"
+ },
+ "Override global layout settings for this output": {
+ "Override global layout settings for this output": "Preterpasi globalajn aranĝajn agordojn por ĉi tiu eligo"
+ },
+ "Override global transparency for Notepad": {
+ "Override global transparency for Notepad": "Anstataŭigi tutmondan travideblecon por Notepad"
+ },
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": "Preterpasi terminalon per propra komando aŭ skripto"
+ },
+ "Override the global shadow with per-bar settings": {
+ "Override the global shadow with per-bar settings": "Preterpasi la globalan ombron per agordoj por ĉiu breto"
+ },
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": "Anstataŭigi la ŝprucfenestran grandecon kiam aŭtomata estas malŝaltita"
+ },
+ "Overrides": {
+ "Overrides": "Preterpasoj"
+ },
+ "Overview": {
+ "Overview": "Superrigardo"
+ },
+ "Overview of your network connections": {
+ "Overview of your network connections": "Superrigardo de viaj retaj konektoj"
+ },
+ "Overwrite": {
+ "Overwrite": "Anstataŭigi"
+ },
+ "Owner: %1": {
+ "Owner: %1": "Posedanto: %1"
+ },
+ "PAM already provides fingerprint auth. Enable this to show it at login.": {
+ "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM jam provizas fingrospuran aŭtentigon. Ŝaltu ĉi tion por montri ĝin dum saluto."
+ },
+ "PAM already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": "PAM jam provizas sekurŝlosilan aŭtentigon. Ŝaltu ĉi tion por montri ĝin dum saluto."
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM provizas fingrospuran aŭtentigon, sed la disponeblo ne povis esti konfirmita."
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM provizas fingrospuran aŭtentigon, sed neniuj spuroj estas ankoraŭ registritaj."
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": "PAM provizas fingrospuran aŭtentigon, sed neniu legilo estis detektita."
+ },
+ "PDF Reader": {
+ "PDF Reader": "PDF-Leganto"
+ },
+ "PIN": {
+ "PIN": "PIN"
+ },
+ "Pad": {
+ "Pad": "Plenigi"
+ },
+ "Pad Hours": {
+ "Pad Hours": "Plenigi horojn"
+ },
+ "Pad hours (02:00 vs 2:00)": {
+ "Pad hours (02:00 vs 2:00)": "Plenigi horojn (02:00 anstataŭ 2:00)"
+ },
+ "Padding": {
+ "Padding": "Interna marĝeno"
+ },
+ "Pair": {
+ "Pair": "Parigi"
+ },
+ "Pair Bluetooth Device": {
+ "Pair Bluetooth Device": "Parigi Bluetooth-aparaton"
+ },
+ "Paired": {
+ "Paired": "Parigita"
+ },
+ "Pairing": {
+ "Pairing": "Parigo"
+ },
+ "Pairing failed": {
+ "Pairing failed": "Parigado malsukcesis"
+ },
+ "Pairing request from": {
+ "Pairing request from": "Peto pri parigo de"
+ },
+ "Pairing request sent": {
+ "Pairing request sent": "Peto pri parigo sendita"
+ },
+ "Pairing requested": {
+ "Pairing requested": "Parigo petita"
+ },
+ "Pairing...": {
+ "Pairing...": "Parigante..."
+ },
+ "Partly Cloudy": {
+ "Partly Cloudy": "Parte nuba"
+ },
+ "Passkey:": {
+ "Passkey:": "Pasŝlosilo:"
+ },
+ "Password": {
+ "Password": "Pasvorto"
+ },
+ "Password cannot be empty": {
+ "Password cannot be empty": "Pasvorto ne povas esti malplena"
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": "Pasvortŝanĝo malsukcesis (eliro %1)"
+ },
+ "Password set": {
+ "Password set": "Pasvorto fiksita"
+ },
+ "Password updated": {
+ "Password updated": "Pasvorto ĝisdatigita"
+ },
+ "Password...": {
+ "Password...": "Pasvorto..."
+ },
+ "Passwords do not match.": {
+ "Passwords do not match.": "Pasvortoj ne kongruas."
+ },
+ "Paste": {
+ "Paste": "Alglui"
+ },
+ "Path copied to clipboard": {
+ "Path copied to clipboard": "Vojo kopiita al tondujo"
+ },
+ "Path to a video file or folder containing videos": {
+ "Path to a video file or folder containing videos": "Vojo al video-dosiero aŭ dosierujo enhavanta videojn"
+ },
+ "Pattern": {
+ "Pattern": "Modelo"
+ },
+ "Pause": {
+ "Pause": "Paŭzigi"
+ },
+ "Paused": {
+ "Paused": "Paŭzita"
+ },
+ "Pending": {
+ "Pending": "Atendanta"
+ },
+ "Pending Charge": {
+ "Pending Charge": "Atendanta ŝargon"
+ },
+ "Pending Discharge": {
+ "Pending Discharge": "Atendanta malŝargon"
+ },
+ "Per-Mode Wallpapers": {
+ "Per-Mode Wallpapers": "Fonbildoj laŭ reĝimo"
+ },
+ "Per-Monitor Wallpapers": {
+ "Per-Monitor Wallpapers": "Fonbildoj laŭ ekrano"
+ },
+ "Per-screen config": {
+ "Per-screen config": "Agordo laŭ ekrano"
+ },
+ "Percentage": {
+ "Percentage": "Elcento"
+ },
+ "Performance": {
+ "Performance": "Rendimento"
+ },
+ "Permanently delete %1 item(s)? This cannot be undone.": {
+ "Permanently delete %1 item(s)? This cannot be undone.": "Ĉu konstante forigi %1 elemento(j)n? "
+ },
+ "Permission denied to set profile image.": {
+ "Permission denied to set profile image.": "Permeso malakceptita por agordi profilbildon."
+ },
+ "Personalization": {
+ "Personalization": "Personigo"
+ },
+ "Phone Connect Not Available": {
+ "Phone Connect Not Available": "Telefona Konekto Ne Disponebla"
+ },
+ "Phone Connect unavailable": {
+ "Phone Connect unavailable": "Telefona Konekto ne disponeblas"
+ },
+ "Phone number": {
+ "Phone number": "Telefonnumero"
+ },
+ "Pick a different file manager in Settings → Dock → Trash.": {
+ "Pick a different file manager in Settings → Dock → Trash.": "Elektu alian dosieradministranton en Agordoj → Doko → Rubujo."
+ },
+ "Pick a different random video each time from the same folder": {
+ "Pick a different random video each time from the same folder": "Elekti malsaman hazardan videon ĉiufoje el la sama dosierujo"
+ },
+ "Pick a terminal in Settings → Launcher (or set $TERMINAL).": {
+ "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Elektu terminalon en Agordoj → Lanĉilo (aŭ starigu $TERMINAL)."
+ },
+ "Pick how long to pause notifications": {
+ "Pick how long to pause notifications": "Elektu kiom longe paŭzi sciigojn"
+ },
+ "Pictures": {
+ "Pictures": "Bildoj"
+ },
+ "Pin": {
+ "Pin": "Fiksi"
+ },
+ "Pin to Dock": {
+ "Pin to Dock": "Fiksi al doko"
+ },
+ "Ping": {
+ "Ping": "Ping"
+ },
+ "Ping sent": {
+ "Ping sent": "Ping sendita"
+ },
+ "Ping sent to": {
+ "Ping sent to": "Ping sendita al"
+ },
+ "Pinned": {
+ "Pinned": "Fiksita"
+ },
+ "Pinned and running apps with drag-and-drop": {
+ "Pinned and running apps with drag-and-drop": "Fiksitaj kaj lanĉitaj aplikaĵoj per tren-kaj-faligado"
+ },
+ "Pixelate": {
+ "Pixelate": "Rastrumigi"
+ },
+ "Place a trash bin at the end of the dock": {
+ "Place a trash bin at the end of the dock": "Metu rubujon ĉe la fino de la doko"
+ },
+ "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
+ "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Metu kromprogramajn dosierujojn ĉi tien. Ĉiu kromprogramo devus havi dosieron plugin.json."
+ },
+ "Place plugins in %1": {
+ "Place plugins in %1": "Meti kromprogramojn en %1"
+ },
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": "Metu la stangon sur la Wayland-kovrantan tavolon"
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": "Metu la dokon sur la Wayland-kovrotavolo"
+ },
+ "Play a video when the screen locks.": {
+ "Play a video when the screen locks.": "Ludi videon kiam la ekrano ŝlosiĝas."
+ },
+ "Play sound after logging in": {
+ "Play sound after logging in": "Ludi sonon post saluto"
+ },
+ "Play sound when new notification arrives": {
+ "Play sound when new notification arrives": "Ludi sonon kiam nova sciigo alvenas"
+ },
+ "Play sound when power cable is connected": {
+ "Play sound when power cable is connected": "Ludi sonon kiam elektra kablo estas konektita"
+ },
+ "Play sound when volume is adjusted": {
+ "Play sound when volume is adjusted": "Ludi sonon kiam laŭteco estas alĝustigita"
+ },
+ "Play sounds for system events": {
+ "Play sounds for system events": "Ludi sonojn por sistemaj eventoj"
+ },
+ "Playback": {
+ "Playback": "Ludado"
+ },
+ "Playback error: ": {
+ "Playback error: ": "Eraro dum ludado: "
+ },
+ "Plays audio files": {
+ "Plays audio files": "Ludas sondosierojn"
+ },
+ "Plays video files": {
+ "Plays video files": "Ludas videodosierojn"
+ },
+ "Please wait...": {
+ "Please wait...": "Bonvolu atendi..."
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": "Bonvolu skribi nomon por via nova seanco %1"
+ },
+ "Plugged In": {
+ "Plugged In": "Konektita"
+ },
+ "Plugin": {
+ "Plugin": "Kromprogramo"
+ },
+ "Plugin Directory": {
+ "Plugin Directory": "Dosierujo de kromprogramoj"
+ },
+ "Plugin Management": {
+ "Plugin Management": "Mastrumado de kromprogramoj"
+ },
+ "Plugin Visibility": {
+ "Plugin Visibility": "Videbleco de kromprogramoj"
+ },
+ "Plugin disabled: %1": {
+ "Plugin disabled: %1": "Kromaĵo malŝaltita: %1"
+ },
+ "Plugin enabled: %1": {
+ "Plugin enabled: %1": "Kromaĵo ebligita: %1"
+ },
+ "Plugin is disabled - enable in Plugins settings to use": {
+ "Plugin is disabled - enable in Plugins settings to use": "Kromprogramo estas malŝaltita - ŝaltu en agordoj de kromprogramoj por uzi"
+ },
+ "Plugin reloaded: %1": {
+ "Plugin reloaded: %1": "Kromaĵo reŝargita: %1"
+ },
+ "Plugin uninstalled: %1": {
+ "Plugin uninstalled: %1": "Kromaĵo malinstalita: %1"
+ },
+ "Plugin updated: %1": {
+ "Plugin updated: %1": "Kromaĵo ĝisdatigita: %1"
+ },
+ "Plugins": {
+ "Plugins": "Kromprogramoj"
+ },
+ "Pointer": {
+ "Pointer": "Kursoro"
+ },
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Polkit-integriĝo estas malŝaltita. "
+ },
+ "Popout": {
+ "Popout": "Popout"
+ },
+ "Popout Shadows": {
+ "Popout Shadows": "Ombroj de ŝprucfenestroj"
+ },
+ "Popouts": {
+ "Popouts": "Ŝprucfenestroj"
+ },
+ "Popouts and Modals follow global Animation Speed (disable to customize independently)": {
+ "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Ŝprucfenestroj kaj modaloj sekvas globalan animacian rapidon (malŝaltu por agordi memstare)"
+ },
+ "Popup Only": {
+ "Popup Only": "Nur ŝprucfenestro"
+ },
+ "Popup Position": {
+ "Popup Position": "Pozicio de ŝprucfenestro"
+ },
+ "Popup Shadow": {
+ "Popup Shadow": "Ombro de ŝprucfenestro"
+ },
+ "Popup behavior, position": {
+ "Popup behavior, position": "Konduto kaj pozicio de ŝprucfenestro"
+ },
+ "Port": {
+ "Port": "Pordo"
+ },
+ "Portal": {
+ "Portal": "Portalo"
+ },
+ "Position": {
+ "Position": "Pozicio"
+ },
+ "Position, pinned apps": {
+ "Position, pinned apps": "Pozicio, fiksitaj aplikaĵoj"
+ },
+ "Possible Override Conflicts": {
+ "Possible Override Conflicts": "Eblaj konfliktoj de preterpaso"
+ },
+ "Power": {
+ "Power": "Potenco"
+ },
+ "Power & Security": {
+ "Power & Security": "Potenco kaj sekureco"
+ },
+ "Power & Sleep": {
+ "Power & Sleep": "Potenco kaj dormo"
+ },
+ "Power Action Confirmation": {
+ "Power Action Confirmation": "Konfirmo de elektra ago"
+ },
+ "Power Menu Customization": {
+ "Power Menu Customization": "Personigo de elektra menuo"
+ },
+ "Power Mode": {
+ "Power Mode": "Elektro-reĝimo"
+ },
+ "Power Off": {
+ "Power Off": "Malŝalti"
+ },
+ "Power Options": {
+ "Power Options": "Elektraj opcioj"
+ },
+ "Power Profile": {
+ "Power Profile": "Elektra profilo"
+ },
+ "Power Profile Degradation": {
+ "Power Profile Degradation": "Malpliboniĝo de elektra profilo"
+ },
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
+ "Power Saver": {
+ "Power Saver": "Energiŝparo"
+ },
+ "Power off monitors on lock": {
+ "Power off monitors on lock": "Malŝalti ekranojn dum ŝlosado"
+ },
+ "Power profile management available": {
+ "Power profile management available": "Mastrumado de elektra profilo disponeblas"
+ },
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
+ "Power source": {
+ "Power source": "Fonto de potenco"
+ },
+ "Pre-fill the last successful username on the greeter": {
+ "Pre-fill the last successful username on the greeter": "Antaŭplenigi la lastan sukcesan uzantnomon sur la salutekrano"
+ },
+ "Pre-select the last used session on the greeter": {
+ "Pre-select the last used session on the greeter": "Antaŭelekti la lastan uzitan seancon sur la salutekrano"
+ },
+ "Precip": {
+ "Precip": "Precipitaĵo"
+ },
+ "Precipitation": {
+ "Precipitation": "Precipitaĵo"
+ },
+ "Precipitation Chance": {
+ "Precipitation Chance": "Probablo de precipitaĵo"
+ },
+ "Preference": {
+ "Preference": "Prefero"
+ },
+ "Preset Widths (%)": {
+ "Preset Widths (%)": "Antaŭdifinitaj larĝoj (%)"
+ },
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": "Premu 'n' aŭ klaku 'Nova seanco' por krei tian"
+ },
+ "Press Enter and the audio system will restart to apply the change": {
+ "Press Enter and the audio system will restart to apply the change": "Premu Enigan klavon kaj la sonsistemo restartos por apliki la ŝanĝon"
+ },
+ "Press Enter to paste, Shift+Enter to copy": {
+ "Press Enter to paste, Shift+Enter to copy": "Premu Enigan klavon por alglui, Shift+Enigan klavon por kopii"
+ },
+ "Press key...": {
+ "Press key...": "Premu klavon..."
+ },
+ "Pressure": {
+ "Pressure": "Premo"
+ },
+ "Prevent screen timeout": {
+ "Prevent screen timeout": "Malhelpi ekranan templimon"
+ },
+ "Preview": {
+ "Preview": "Antaŭrigardo"
+ },
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
+ "Primary": {
+ "Primary": "Ĉefa"
+ },
+ "Primary Container": {
+ "Primary Container": "Ĉefa ujo"
+ },
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
+ "Print Server Management": {
+ "Print Server Management": "Mastrumado de presilo-servilo"
+ },
+ "Print Server not available": {
+ "Print Server not available": "Presilo-servilo ne disponeblas"
+ },
+ "Printer": {
+ "Printer": "Presilo"
+ },
+ "Printer Classes": {
+ "Printer Classes": "Klasoj de presiloj"
+ },
+ "Printer created successfully": {
+ "Printer created successfully": "Presilo estas sukcese kreita"
+ },
+ "Printer deleted": {
+ "Printer deleted": "Presilo estas forigita"
+ },
+ "Printer name (no spaces)": {
+ "Printer name (no spaces)": "Presilo-nomo (sen spacoj)"
+ },
+ "Printer reachable": {
+ "Printer reachable": "Presilo estas atingebla"
+ },
+ "Printers": {
+ "Printers": "Presiloj"
+ },
+ "Printers: ": {
+ "Printers: ": "Presiloj: "
+ },
+ "Prioritize performance": {
+ "Prioritize performance": "Prioritatigi rendimenton"
+ },
+ "Priority": {
+ "Priority": "Prioritato"
+ },
+ "Privacy Indicator": {
+ "Privacy Indicator": "Privateca indikilo"
+ },
+ "Privacy Mode": {
+ "Privacy Mode": "Privateca reĝimo"
+ },
+ "Private Key Password": {
+ "Private Key Password": "Pasvorto de privata ŝlosilo"
+ },
+ "Process Count": {
+ "Process Count": "Nombro de procesoj"
+ },
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
+ "Processes": {
+ "Processes": "Procesoj"
+ },
+ "Processes:": {
+ "Processes:": "Procesoj:"
+ },
+ "Processing": {
+ "Processing": "Procezante"
+ },
+ "Profile Image Error": {
+ "Profile Image Error": "Eraro pri profilbildo"
+ },
+ "Profile activated: %1": {
+ "Profile activated: %1": "Profilo aktivigita: %1"
+ },
+ "Profile deleted": {
+ "Profile deleted": "Profilo forigita"
+ },
+ "Profile error": {
+ "Profile error": "Profila eraro"
+ },
+ "Profile image is too large. Please use a smaller image.": {
+ "Profile image is too large. Please use a smaller image.": "Profilbildo estas tro granda. Bonvolu uzi malpli grandan bildon."
+ },
+ "Profile name": {
+ "Profile name": "Profilnomo"
+ },
+ "Profile not found": {
+ "Profile not found": "Profilo ne estis trovita"
+ },
+ "Profile not found in monitors.json": {
+ "Profile not found in monitors.json": "Profilo ne trovita en monitors.json"
+ },
+ "Profile saved: %1": {
+ "Profile saved: %1": "Profilo konservita: %1"
+ },
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
+ "Protocol": {
+ "Protocol": "Protokolo"
+ },
+ "Qt": {
+ "Qt": "Qt"
+ },
+ "Qt colors applied successfully": {
+ "Qt colors applied successfully": "Qt-koloroj aplikitaj sukcese"
+ },
+ "Qt: distance-field renderer.": {
+ "Qt: distance-field renderer.": "Qt: distanca-kampa bildilo."
+ },
+ "QtMultimedia is not available": {
+ "QtMultimedia is not available": "QtMultimedia ne disponeblas"
+ },
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": {
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia ne disponeblas - video-ekrankurteno postulas multimediajn servojn de Qt"
+ },
+ "Quality": {
+ "Quality": "kvalito"
+ },
+ "Quick Access": {
+ "Quick Access": "Rapida aliro"
+ },
+ "Quick access to application launcher": {
+ "Quick access to application launcher": "Rapida aliro al la lanĉilo de aplikaĵoj"
+ },
+ "Quick access to color picker": {
+ "Quick access to color picker": "Rapida aliro al la kolorelektilo"
+ },
+ "Quick access to notepad": {
+ "Quick access to notepad": "Rapida aliro al la notlibro"
+ },
+ "Quick note-taking slideout panel": {
+ "Quick note-taking slideout panel": "Rapida panelo por not-prenado"
+ },
+ "Quick system toggles": {
+ "Quick system toggles": "Rapidaj sistemaj ŝaltiloj"
+ },
+ "RGB": {
+ "RGB": "RGB"
+ },
+ "Radius": {
+ "Radius": "Radiuso"
+ },
+ "Rain": {
+ "Rain": "Pluvo"
+ },
+ "Rain Chance": {
+ "Rain Chance": "Probablo de pluvo"
+ },
+ "Rainbow": {
+ "Rainbow": "Ĉielarko"
+ },
+ "Random": {
+ "Random": "Hazarda"
+ },
+ "Rate": {
+ "Rate": "Rapido"
+ },
+ "Re-enter password": {
+ "Re-enter password": "Reenigu pasvorton"
+ },
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
+ "Read-only legacy config": {
+ "Read-only legacy config": "Nurlegebla hereda agordo"
+ },
+ "Read:": {
+ "Read:": "Legado:"
+ },
+ "Reason": {
+ "Reason": "Kialo"
+ },
+ "Reboot": {
+ "Reboot": "Restartigi"
+ },
+ "Recent": {
+ "Recent": "lastaj"
+ },
+ "Recent Colors": {
+ "Recent Colors": "Lastatempaj koloroj"
+ },
+ "Recently Used Apps": {
+ "Recently Used Apps": "Lastatempe uzitaj aplikaĵoj"
+ },
+ "Recommended available": {
+ "Recommended available": "Rekomendita disponeblo"
+ },
+ "Refresh": {
+ "Refresh": "Refreŝigi"
+ },
+ "Refresh Weather": {
+ "Refresh Weather": "Refreŝigi veteron"
+ },
+ "Refreshing...": {
+ "Refreshing...": "Refreŝigante..."
+ },
+ "Regex": {
+ "Regex": "Regula esprimo"
+ },
+ "Regular": {
+ "Regular": "regula"
+ },
+ "Reject": {
+ "Reject": "Malakcepti"
+ },
+ "Reject Jobs": {
+ "Reject Jobs": "Malakcepti taskojn"
+ },
+ "Release": {
+ "Release": "Eldono"
+ },
+ "Reload From Disk": {
+ "Reload From Disk": "Reŝargi De Disko"
+ },
+ "Reload Plugin": {
+ "Reload Plugin": "Reŝargi kromprogramon"
+ },
+ "Remaining": {
+ "Remaining": "Restanta"
+ },
+ "Remaining / Total": {
+ "Remaining / Total": "Restanta / Tuta"
+ },
+ "Remember Last Mode": {
+ "Remember Last Mode": "Memoru Lastan Reĝimon"
+ },
+ "Remember Last Query": {
+ "Remember Last Query": "Memori lastan serĉmendon"
+ },
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
+ "Remember last session": {
+ "Remember last session": "Memori lastan seancon"
+ },
+ "Remember last user": {
+ "Remember last user": "Memori lastan uzanton"
+ },
+ "Reminder": {
+ "Reminder": "memorigo"
+ },
+ "Remove": {
+ "Remove": "Forigi"
+ },
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": "Ĉu forigi \"%1\" el la grupo %2?"
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": "Ĉu forigi ŝparvojon?"
+ },
+ "Remove Widget Padding": {
+ "Remove Widget Padding": "Forigi fenestraĵan internan marĝenon"
+ },
+ "Remove admin": {
+ "Remove admin": "Forigi administranton"
+ },
+ "Remove admin?": {
+ "Remove admin?": "Ĉu forigi administranton?"
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": "Forigu angulon de la stango"
+ },
+ "Remove gaps and border when windows are maximized": {
+ "Remove gaps and border when windows are maximized": "Forigi breĉojn kaj bordon kiam fenestroj estas maksimumigitaj"
+ },
+ "Remove greeter access?": {
+ "Remove greeter access?": "Ĉu forigi salutan aliron?"
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": "Forigi salutan aliron"
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": "Forigu internan remburaĵon de ĉiuj fenestraĵoj"
+ },
+ "Remove match": {
+ "Remove match": "Forigi matĉon"
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %1?": "Ĉu forigi la ŝparvojon %1?"
+ },
+ "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": {
+ "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": "Ĉu forigi la ŝparvojon %1? "
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": "Forigis administrantajn privilegiojn"
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": "Forigita saluta ensaluta aliro"
+ },
+ "Rename": {
+ "Rename": "Renomi"
+ },
+ "Rename Session": {
+ "Rename Session": "Renomi seancon"
+ },
+ "Rename Workspace": {
+ "Rename Workspace": "Renomi laborspacon"
+ },
+ "Repeat": {
+ "Repeat": "Ripeti"
+ },
+ "Replacement": {
+ "Replacement": "Anstataŭigo"
+ },
+ "Report": {
+ "Report": "Raporti"
+ },
+ "Request Pairing": {
+ "Request Pairing": "Peti Parigon"
+ },
+ "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
+ "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Postuli tenadon de butono/klavo por konfirmi malŝalton, restartigon, dormeton, pasivigon kaj seancfinon"
+ },
+ "Required plugin: ": {
+ "Required plugin: ": "Postulata kromprogramo: "
+ },
+ "Requires %1": {
+ "Requires %1": "Postulas %1"
+ },
+ "Requires 'dgop' tool": {
+ "Requires 'dgop' tool": "Postulas ilon 'dgop'"
+ },
+ "Requires DMS %1": {
+ "Requires DMS %1": "Postulas DMS %1"
+ },
+ "Requires DMS server with sysupdate capability": {
+ "Requires DMS server with sysupdate capability": "Postulas DMS-servilon kun sysupdate-kapablo"
+ },
+ "Requires MangoWC compositor": {
+ "Requires MangoWC compositor": "Postulas MangoWC-komponiston"
+ },
+ "Requires a newer version of Quickshell": {
+ "Requires a newer version of Quickshell": "Postulas pli novan version de Quickshell"
+ },
+ "Requires night mode support": {
+ "Requires night mode support": "Postulas subtenon de nokta reĝimo"
+ },
+ "Requires remembering the last user and session. Enable those options first.": {
+ "Requires remembering the last user and session. Enable those options first.": "Necesas memori la lastan uzanton kaj sesion. "
+ },
+ "Reset": {
+ "Reset": "Rekomencigi"
+ },
+ "Reset Position": {
+ "Reset Position": "Rekomencigi pozicion"
+ },
+ "Reset Size": {
+ "Reset Size": "Rekomencigi grandon"
+ },
+ "Reset to Default?": {
+ "Reset to Default?": "Restarigi al Defaŭlta?"
+ },
+ "Reset to default": {
+ "Reset to default": "Restarigi al defaŭlta"
+ },
+ "Reset to default name": {
+ "Reset to default name": "Rekomencigi al defaŭlta nomo"
+ },
+ "Resize Widget": {
+ "Resize Widget": "Regrandigi fenestraĵon"
+ },
+ "Resize on Border": {
+ "Resize on Border": "Regrandigi sur Limo"
+ },
+ "Resize windows by dragging their edges with the mouse": {
+ "Resize windows by dragging their edges with the mouse": "Regrandigi fenestrojn trenante iliajn randojn per la muso"
+ },
+ "Resolution & Refresh": {
+ "Resolution & Refresh": "Distingivo kaj freŝigo"
+ },
+ "Resolution, position, scale": {
+ "Resolution, position, scale": "Distingivo, pozicio, skalo"
+ },
+ "Restart DMS": {
+ "Restart DMS": "Restartigi DMS"
+ },
+ "Restart the DankMaterialShell": {
+ "Restart the DankMaterialShell": "Restartigi la DankMaterialShell"
+ },
+ "Restarting audio system...": {
+ "Restarting audio system...": "Restartigante sonsistemon..."
+ },
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": "Restaŭri fenestrojn de speciala laborspaco"
+ },
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": "Restarigu la lastan elektitan reĝimon (langeto) kiam la lanĉilo estas malfermita"
+ },
+ "Resume": {
+ "Resume": "Daŭrigi"
+ },
+ "Reveal the arcs where surfaces meet the frame": {
+ "Reveal the arcs where surfaces meet the frame": "Malkaŝu la arkojn kie surfacoj renkontas la kadron"
+ },
+ "Reverse Scrolling Direction": {
+ "Reverse Scrolling Direction": "Inversigi rulan direkton"
+ },
+ "Reverse workspace switch direction when scrolling over the bar": {
+ "Reverse workspace switch direction when scrolling over the bar": "Inversigi direkton de laborspaca ŝanĝo kiam oni rulas super la breto"
+ },
+ "Revert": {
+ "Revert": "Malfari"
+ },
+ "Right": {
+ "Right": "Dekstre"
+ },
+ "Right Center": {
+ "Right Center": "Dekstre centre"
+ },
+ "Right Section": {
+ "Right Section": "Dekstra sekcio"
+ },
+ "Right Tiling": {
+ "Right Tiling": "Dekstra kahela aranĝo"
+ },
+ "Right-click and drag anywhere on the widget": {
+ "Right-click and drag anywhere on the widget": "Dekstre-klaku kaj trenu ie ajn sur la fenestraĵo"
+ },
+ "Right-click and drag the bottom-right corner": {
+ "Right-click and drag the bottom-right corner": "Dekstre-klaku kaj trenu la malsupran dekstran angulon"
+ },
+ "Right-click bar widget to cycle": {
+ "Right-click bar widget to cycle": "Dekstre-klaku bretan fenestraĵon por cikli"
+ },
+ "Ring": {
+ "Ring": "Ringo"
+ },
+ "Ringing": {
+ "Ringing": "Sonorado"
+ },
+ "Ripple Effects": {
+ "Ripple Effects": "Ondaj efikoj"
+ },
+ "Root Filesystem": {
+ "Root Filesystem": "Radika dosiersistemo"
+ },
+ "Rounded corners for windows": {
+ "Rounded corners for windows": "Rondigitaj anguloj por fenestroj"
+ },
+ "Rule": {
+ "Rule": "Regulo"
+ },
+ "Rule Name": {
+ "Rule Name": "Regul-nomo"
+ },
+ "Rules (%1)": {
+ "Rules (%1)": "Reguloj (%1)"
+ },
+ "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": {
+ "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Reguloj trovitaj en via kompostista agordo. "
+ },
+ "Run Again": {
+ "Run Again": "Lanĉi denove"
+ },
+ "Run DMS Templates": {
+ "Run DMS Templates": "Lanĉi DMS-ŝablonojn"
+ },
+ "Run User Templates": {
+ "Run User Templates": "Lanĉi uzantajn ŝablonojn"
+ },
+ "Run a program (e.g., firefox, kitty)": {
+ "Run a program (e.g., firefox, kitty)": "Lanĉi programon (ekz., firefox, kitty)"
+ },
+ "Run a shell command (e.g., notify-send)": {
+ "Run a shell command (e.g., notify-send)": "Lanĉi ŝelan komandon (ekz., notify-send)"
+ },
+ "Run paru/yay with AUR enabled when 'Update All' is clicked.": {
+ "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Rulu paru/yay kun AUR ebligita kiam 'Ĝisdatigi Ĉion' estas klakita."
+ },
+ "Running Apps": {
+ "Running Apps": "Lanĉitaj aplikaĵoj"
+ },
+ "Running Apps Settings": {
+ "Running Apps Settings": "Agordoj de lanĉitaj aplikaĵoj"
+ },
+ "Running greeter sync...": {
+ "Running greeter sync...": "Rulante sinkronigon de salutekrano…"
+ },
+ "Running in terminal": {
+ "Running in terminal": "Kurante en terminalo"
+ },
+ "SDR Brightness": {
+ "SDR Brightness": "SDR-brileco"
+ },
+ "SDR Saturation": {
+ "SDR Saturation": "SDR-sateco"
+ },
+ "SMS": {
+ "SMS": "SMS-oj"
+ },
+ "Saturation": {
+ "Saturation": "satureco"
+ },
+ "Save": {
+ "Save": "Konservi"
+ },
+ "Save Notepad File": {
+ "Save Notepad File": "Konservi notlibran dosieron"
+ },
+ "Save QR Code": {
+ "Save QR Code": "Konservi QR-kodon"
+ },
+ "Save and close": {
+ "Save and close": "Konservu kaj fermu"
+ },
+ "Save and paste": {
+ "Save and paste": "Konservu kaj algluu"
+ },
+ "Save and switch between display configurations": {
+ "Save and switch between display configurations": "Konservi kaj ŝanĝi inter ekranaj agordoj"
+ },
+ "Save critical priority notifications to history": {
+ "Save critical priority notifications to history": "Konservi kritik-prioritatajn sciigojn en historion"
+ },
+ "Save dismissed notifications to history": {
+ "Save dismissed notifications to history": "Konservi forigitajn sciigojn en historion"
+ },
+ "Save low priority notifications to history": {
+ "Save low priority notifications to history": "Konservi malalt-prioritatajn sciigojn en historion"
+ },
+ "Save normal priority notifications to history": {
+ "Save normal priority notifications to history": "Konservi normal-prioritatajn sciigojn en historion"
+ },
+ "Save password": {
+ "Save password": "Konservi pasvorton"
+ },
+ "Saved": {
+ "Saved": "Konservita"
+ },
+ "Saved Configurations": {
+ "Saved Configurations": "Konservitaj agordoj"
+ },
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
+ "Saved Note": {
+ "Saved Note": "Konservita noto"
+ },
+ "Saved item deleted": {
+ "Saved item deleted": "Konservita ero forigita"
+ },
+ "Saving...": {
+ "Saving...": "Konservante..."
+ },
+ "Saving…": {
+ "Saving…": "Konservante..."
+ },
+ "Scale": {
+ "Scale": "Skalo"
+ },
+ "Scale DankBar font sizes independently": {
+ "Scale DankBar font sizes independently": "Skali tiparajn grandojn de DankBar memstare"
+ },
+ "Scale DankBar icon sizes independently": {
+ "Scale DankBar icon sizes independently": "Skali piktogramajn grandojn de DankBar memstare"
+ },
+ "Scale all font sizes throughout the shell": {
+ "Scale all font sizes throughout the shell": "Skali ĉiujn tiparajn grandojn en la tuta ŝelo"
+ },
+ "Scan": {
+ "Scan": "Skani"
+ },
+ "Scanning": {
+ "Scanning": "Skanante"
+ },
+ "Scanning...": {
+ "Scanning...": "Skanante..."
+ },
+ "Science": {
+ "Science": "Scienco"
+ },
+ "Score": {
+ "Score": "Poentaro"
+ },
+ "Screen sharing": {
+ "Screen sharing": "Divido de ekrano"
+ },
+ "Scroll": {
+ "Scroll": "Ruli"
+ },
+ "Scroll Factor": {
+ "Scroll Factor": "Rul-faktoro"
+ },
+ "Scroll GitHub": {
+ "Scroll GitHub": "Ruli GitHub-on"
+ },
+ "Scroll Wheel": {
+ "Scroll Wheel": "Rul-radeto"
+ },
+ "Scroll song title": {
+ "Scroll song title": "Ruli kantotitolon"
+ },
+ "Scroll title if it doesn't fit in widget": {
+ "Scroll title if it doesn't fit in widget": "Ruli titolon se ĝi ne sidas en fenestraĵo"
+ },
+ "Scroll wheel behavior on media widget": {
+ "Scroll wheel behavior on media widget": "Konduto de rul-radeto sur aŭdvidaĵa fenestraĵo"
+ },
+ "Scrolling": {
+ "Scrolling": "Rulado"
+ },
+ "Search App Actions": {
+ "Search App Actions": "Serĉi aplikaĵajn agojn"
+ },
+ "Search Options": {
+ "Search Options": "Serĉ-opcioj"
+ },
+ "Search applications...": {
+ "Search applications...": "Serĉu aplikaĵojn..."
+ },
+ "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
+ "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Serĉu laŭ klavokombino, priskribo aŭ nomo de ago.\n\nDefaŭlta ago kopias la klavokumilon al la tondujo.\nDekstraklaku aŭ premu la dekstran sagoklavon por fiksi ofte uzatajn klavokumilojn - ili aperos supre kiam ne serĉado."
+ },
+ "Search devices...": {
+ "Search devices...": "Serĉu aparatojn..."
+ },
+ "Search for a location...": {
+ "Search for a location...": "Serĉi lokon..."
+ },
+ "Search installed plugins...": {
+ "Search installed plugins...": "Serĉu instalitajn kromaĵojn..."
+ },
+ "Search keybinds...": {
+ "Search keybinds...": "Serĉi klavkombinojn..."
+ },
+ "Search keyboard shortcuts from your compositor and applications": {
+ "Search keyboard shortcuts from your compositor and applications": "Serĉu klavarajn mallongigojn el via kompostilo kaj aplikaĵoj"
+ },
+ "Search plugins...": {
+ "Search plugins...": "Serĉi kromprogramojn..."
+ },
+ "Search processes...": {
+ "Search processes...": "Serĉi procesojn..."
+ },
+ "Search sessions...": {
+ "Search sessions...": "Serĉi seancojn..."
+ },
+ "Search themes...": {
+ "Search themes...": "Serĉi etosojn..."
+ },
+ "Search widgets...": {
+ "Search widgets...": "Serĉi fenestraĵojn..."
+ },
+ "Search...": {
+ "Search...": "Serĉi..."
+ },
+ "Searching": {
+ "Searching": "Serĉante"
+ },
+ "Searching...": {
+ "Searching...": "Serĉante..."
+ },
+ "Second Factor (AND)": {
+ "Second Factor (AND)": "Dua faktoro (KAJ)"
+ },
+ "Secondary": {
+ "Secondary": "Duaranga"
+ },
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
+ "Secured": {
+ "Secured": "Sekurigita"
+ },
+ "Security": {
+ "Security": "Sekureco"
+ },
+ "Security & privacy": {
+ "Security & privacy": "Sekureco kaj privateco"
+ },
+ "Security key mode": {
+ "Security key mode": "Reĝimo de sekurŝlosilo"
+ },
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": "Disponeblo de sekurŝlosilo ne povis esti konfirmita."
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Subteno de sekurŝlosilo estis detektita, sed neniu registrita ŝlosilo estis ankoraŭ trovita. Vi povas ŝalti ĉi tion nun kaj registri tian poste."
+ },
+ "Select": {
+ "Select": "Elekti"
+ },
+ "Select Application": {
+ "Select Application": "Elekti aplikaĵon"
+ },
+ "Select Bar": {
+ "Select Bar": "Elekti breton"
+ },
+ "Select Custom Theme": {
+ "Select Custom Theme": "Elekti propran etoson"
+ },
+ "Select Dock Launcher Logo": {
+ "Select Dock Launcher Logo": "Elekti emblemon de dok-lanĉilo"
+ },
+ "Select File to Send": {
+ "Select File to Send": "Elektu Dosieron por Sendi"
+ },
+ "Select Launcher Logo": {
+ "Select Launcher Logo": "Elekti emblemon de lanĉilo"
+ },
+ "Select Profile Image": {
+ "Select Profile Image": "Elekti profilbildon"
+ },
+ "Select Video or Folder": {
+ "Select Video or Folder": "Elekti videon aŭ dosierujon"
+ },
+ "Select Wallpaper": {
+ "Select Wallpaper": "Elekti fonbildon"
+ },
+ "Select Wallpaper Directory": {
+ "Select Wallpaper Directory": "Elekti fonbildan dosierujon"
+ },
+ "Select a color from the palette or use custom sliders": {
+ "Select a color from the palette or use custom sliders": "Elektu koloron el la paletro aŭ uzu proprajn rulilojn"
+ },
+ "Select a desktop application": {
+ "Select a desktop application": "Elektu labortablan aplikaĵon"
+ },
+ "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.": "Elektu fenestraĵon aldonendan al via labortablo. Ĉiu fenestraĵo estas aparta apero kun siaj propraj agordoj."
+ },
+ "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.": "Elektu fenestraĵon aldonendan. Vi povas aldoni plurajn aperojn de la sama fenestraĵo se vi bezonas tion."
+ },
+ "Select a window...": {
+ "Select a window...": "Elektu fenestron..."
+ },
+ "Select an active session to switch to. The current session stays running in the background.": {
+ "Select an active session to switch to. The current session stays running in the background.": "Elektu aktivan sesion al kiu ŝanĝi. "
+ },
+ "Select an image file...": {
+ "Select an image file...": "Elektu bild-dosieron..."
+ },
+ "Select at least one provider": {
+ "Select at least one provider": "Elektu almenaŭ unu provizanton"
+ },
+ "Select device": {
+ "Select device": "Elekti aparaton"
+ },
+ "Select device...": {
+ "Select device...": "Elekti aparaton..."
+ },
+ "Select driver...": {
+ "Select driver...": "Elekti pelilon..."
+ },
+ "Select font weight for UI text": {
+ "Select font weight for UI text": "Elekti tiparan pezon por fasada teksto"
+ },
+ "Select greeter background image": {
+ "Select greeter background image": "Elekti fonbildon por la salutekrano"
+ },
+ "Select monitor to configure wallpaper": {
+ "Select monitor to configure wallpaper": "Elekti ekranon por agordi fonbildon"
+ },
+ "Select monospace font for process list and technical displays": {
+ "Select monospace font for process list and technical displays": "Elekti ekspaceta tiparon por procesa listo kaj teknikaj vidigoj"
+ },
+ "Select network": {
+ "Select network": "Elekti reton"
+ },
+ "Select system sound theme": {
+ "Select system sound theme": "Elekti sisteman son-etoson"
+ },
+ "Select the font family for UI text": {
+ "Select the font family for UI text": "Elekti tiparan familion por fasada teksto"
+ },
+ "Select the palette algorithm used for wallpaper-based colors": {
+ "Select the palette algorithm used for wallpaper-based colors": "Elekti la paletran algoritmon uzatan por fonbild-bazitaj koloroj"
+ },
+ "Select user...": {
+ "Select user...": "Elektu uzanton..."
+ },
+ "Select which keybind providers to include": {
+ "Select which keybind providers to include": "Elektu kiujn provizantojn de klavoligiloj inkluzivi"
+ },
+ "Select which transitions to include in randomization": {
+ "Select which transitions to include in randomization": "Elekti kiujn transirojn inkluzivi en hazardigo"
+ },
+ "Select...": {
+ "Select...": "Elekti..."
+ },
+ "Selected image file not found.": {
+ "Selected image file not found.": "Elektita bild-dosiero ne estis trovita."
+ },
+ "Send": {
+ "Send": "Sendi"
+ },
+ "Send Clipboard": {
+ "Send Clipboard": "Sendi Poŝtabulon"
+ },
+ "Send File": {
+ "Send File": "Sendi Dosieron"
+ },
+ "Send SMS": {
+ "Send SMS": "Sendu SMS-on"
+ },
+ "Sending": {
+ "Sending": "Sendante"
+ },
+ "Separate": {
+ "Separate": "apartigi"
+ },
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
+ "Separator": {
+ "Separator": "Dividilo"
+ },
+ "Server": {
+ "Server": "Servilo"
+ },
+ "Session Filter": {
+ "Session Filter": "Seanc-filtrilo"
+ },
+ "Set Custom Device Name": {
+ "Set Custom Device Name": "Agordi propran aparat-nomon"
+ },
+ "Set custom name": {
+ "Set custom name": "Agordi propran nomon"
+ },
+ "Set custom names for your audio input devices": {
+ "Set custom names for your audio input devices": "Agordi proprajn nomojn por viaj sonaj enigaj aparatoj"
+ },
+ "Set custom names for your audio output devices": {
+ "Set custom names for your audio output devices": "Agordi proprajn nomojn por viaj sonaj eligaj aparatoj"
+ },
+ "Set different wallpapers for each connected monitor": {
+ "Set different wallpapers for each connected monitor": "Agordi malsamajn fonbildojn por ĉiu konektita ekrano"
+ },
+ "Set different wallpapers for light and dark mode": {
+ "Set different wallpapers for light and dark mode": "Agordi malsamajn fonbildojn por taga kaj nokta reĝimoj"
+ },
+ "Set initial password": {
+ "Set initial password": "Agordu komencan pasvorton"
+ },
+ "Set key and action to save": {
+ "Set key and action to save": "Agordi klavon kaj agon por konservi"
+ },
+ "Set notification rules": {
+ "Set notification rules": "Agordi sciigajn regulojn"
+ },
+ "Set the font size for notification body text (htmlBody)": {
+ "Set the font size for notification body text (htmlBody)": "Agordu la tiparon por la korpa teksto de la sciiga (htmlBody)"
+ },
+ "Set the font size for notification summary text": {
+ "Set the font size for notification summary text": "Agordu la tiparon por sciiga resuma teksto"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
+ "Setting": {
+ "Setting": "agordo"
+ },
+ "Settings": {
+ "Settings": "Agordoj"
+ },
+ "Settings Search": {
+ "Settings Search": "Agordoj Serĉu"
+ },
+ "Settings are read-only. Changes will not persist.": {
+ "Settings are read-only. Changes will not persist.": "Agordoj estas nur-legeblaj. Ŝanĝoj ne persistos."
+ },
+ "Setup": {
+ "Setup": "Agordo"
+ },
+ "Shadow Color": {
+ "Shadow Color": "Ombra koloro"
+ },
+ "Shadow Intensity": {
+ "Shadow Intensity": "Ombra intenseco"
+ },
+ "Shadow Opacity": {
+ "Shadow Opacity": "Ombra opakeco"
+ },
+ "Shadow Override": {
+ "Shadow Override": "Ombra preterpaso"
+ },
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": "Ombra malklara radiuso en pikseloj"
+ },
+ "Shadow elevation on bars and panels": {
+ "Shadow elevation on bars and panels": "Ombra altigo sur bretoj kaj paneloj"
+ },
+ "Shadow elevation on modals and dialogs": {
+ "Shadow elevation on modals and dialogs": "Ombra altigo sur modaloj kaj dialogoj"
+ },
+ "Shadow elevation on popouts, OSDs, and dropdowns": {
+ "Shadow elevation on popouts, OSDs, and dropdowns": "Ombra altigo sur ŝprucfenestroj, OSD-oj, kaj falmenuoj"
+ },
+ "Shadows": {
+ "Shadows": "Ombroj"
+ },
+ "Share": {
+ "Share": "Kunhavigi"
+ },
+ "Share Gamma Control Settings": {
+ "Share Gamma Control Settings": "Dividi gama-regajn agordojn"
+ },
+ "Share Text": {
+ "Share Text": "Kunhavigi Tekston"
+ },
+ "Share URL": {
+ "Share URL": "Kunhavigi URL-on"
+ },
+ "Shared": {
+ "Shared": "Kunhavita"
+ },
+ "Shell": {
+ "Shell": "Ŝelo"
+ },
+ "Shift+Enter to copy": {
+ "Shift+Enter to copy": "Shift+Enter por kopii"
+ },
+ "Shift+Enter to paste": {
+ "Shift+Enter to paste": "Shift+Enigan klavon por alglui"
+ },
+ "Short": {
+ "Short": "Mallonga"
+ },
+ "Shortcut (%1)": {
+ "Shortcut (%1)": "Mallongigo (%1)"
+ },
+ "Shortcuts": {
+ "Shortcuts": "Mallongigoj"
+ },
+ "Shortcuts (%1)": {
+ "Shortcuts (%1)": "Mallongigoj (%1)"
+ },
+ "Show": {
+ "Show": "Montri"
+ },
+ "Show 3rd Party": {
+ "Show 3rd Party": "Montri triajn partiojn"
+ },
+ "Show All Tags": {
+ "Show All Tags": "Montri ĉiujn etikedojn"
+ },
+ "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": {
+ "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": "Montru Ĉion, Apojn, Dosirojn kaj Kromaĵojn apud la enigo de Spotlight Bar."
+ },
+ "Show Badge": {
+ "Show Badge": "Montri insignon"
+ },
+ "Show CPU": {
+ "Show CPU": "Montri ĉefprocesoro-on"
+ },
+ "Show CPU Graph": {
+ "Show CPU Graph": "Montri ĉefprocesoro-grafikaĵon"
+ },
+ "Show CPU Temp": {
+ "Show CPU Temp": "Montri ĉefprocesoro-temperaturon"
+ },
+ "Show Date": {
+ "Show Date": "Montri daton"
+ },
+ "Show Disk": {
+ "Show Disk": "Montri diskon"
+ },
+ "Show Dock": {
+ "Show Dock": "Montri dokon"
+ },
+ "Show Feels Like Temperature": {
+ "Show Feels Like Temperature": "Spektaklo Sentas Kiel Temperaturo"
+ },
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
+ "Show Footer": {
+ "Show Footer": "Montri malsupron"
+ },
+ "Show Forecast": {
+ "Show Forecast": "Montri Prognozon"
+ },
+ "Show GPU Temperature": {
+ "Show GPU Temperature": "Montri GPU-temperaturon"
+ },
+ "Show Header": {
+ "Show Header": "Montri kapon"
+ },
+ "Show Hibernate": {
+ "Show Hibernate": "Montri pasivigon"
+ },
+ "Show Hour Numbers": {
+ "Show Hour Numbers": "Montri horajn numerojn"
+ },
+ "Show Hourly Forecast": {
+ "Show Hourly Forecast": "Montri Horan Prognozon"
+ },
+ "Show Humidity": {
+ "Show Humidity": "Montri Humidecon"
+ },
+ "Show Icon": {
+ "Show Icon": "Montri Ikonon"
+ },
+ "Show Launcher Button": {
+ "Show Launcher Button": "Montri lanĉilan butonon"
+ },
+ "Show Line Numbers": {
+ "Show Line Numbers": "Montri liniajn numerojn"
+ },
+ "Show Location": {
+ "Show Location": "Montri Lokon"
+ },
+ "Show Lock": {
+ "Show Lock": "Montri ŝloson"
+ },
+ "Show Log Out": {
+ "Show Log Out": "Montri seancfinon"
+ },
+ "Show Material Design ripple animations on interactive elements": {
+ "Show Material Design ripple animations on interactive elements": "Montri Material Design ondo-animaciojn sur interagaj elementoj"
+ },
+ "Show Media Player": {
+ "Show Media Player": "Montri aŭdvidaĵ-ludilon"
+ },
+ "Show Memory": {
+ "Show Memory": "Montri memoron"
+ },
+ "Show Memory Graph": {
+ "Show Memory Graph": "Montri memoran grafikaĵon"
+ },
+ "Show Memory in GB": {
+ "Show Memory in GB": "Montri memoron en GB"
+ },
+ "Show Mode Chips": {
+ "Show Mode Chips": "Montru Mode Blatojn"
+ },
+ "Show Network": {
+ "Show Network": "Montri reton"
+ },
+ "Show Network Graph": {
+ "Show Network Graph": "Montri retan grafikaĵon"
+ },
+ "Show Occupied Workspaces Only": {
+ "Show Occupied Workspaces Only": "Montri nur okupitajn laborspacojn"
+ },
+ "Show Overflow Badge Count": {
+ "Show Overflow Badge Count": "Montri tro-insignan nombron"
+ },
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
+ "Show Password Field": {
+ "Show Password Field": "Montri pasvortan kampon"
+ },
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
+ "Show Power Actions": {
+ "Show Power Actions": "Montri elektrajn agojn"
+ },
+ "Show Power Off": {
+ "Show Power Off": "Montri malŝalton"
+ },
+ "Show Precipitation Probability": {
+ "Show Precipitation Probability": "Montri Precipitaĵo-Probablecon"
+ },
+ "Show Pressure": {
+ "Show Pressure": "Montri Premon"
+ },
+ "Show Profile Image": {
+ "Show Profile Image": "Montri profilbildon"
+ },
+ "Show Reboot": {
+ "Show Reboot": "Montri restartigon"
+ },
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
+ "Show Restart DMS": {
+ "Show Restart DMS": "Montri restartigon de DMS"
+ },
+ "Show Saved Items": {
+ "Show Saved Items": "Montri konservitajn erojn"
+ },
+ "Show Seconds": {
+ "Show Seconds": "Montri sekundojn"
+ },
+ "Show Sunrise/Sunset": {
+ "Show Sunrise/Sunset": "Montri Sunleviĝon/Sunsubiron"
+ },
+ "Show Suspend": {
+ "Show Suspend": "Montri dormeton"
+ },
+ "Show Swap": {
+ "Show Swap": "Montri permuton"
+ },
+ "Show Switch User": {
+ "Show Switch User": "Montru Ŝanĝi Uzanton"
+ },
+ "Show System Date": {
+ "Show System Date": "Montri sisteman daton"
+ },
+ "Show System Icons": {
+ "Show System Icons": "Montri sistemajn piktogramojn"
+ },
+ "Show System Time": {
+ "Show System Time": "Montri sisteman tempon"
+ },
+ "Show Top Processes": {
+ "Show Top Processes": "Montri ĉefajn procesojn"
+ },
+ "Show Trash in Dock": {
+ "Show Trash in Dock": "Montru Rubujon en Doko"
+ },
+ "Show Weather Condition": {
+ "Show Weather Condition": "Montri Veterkondiĉon"
+ },
+ "Show Week Number": {
+ "Show Week Number": "Montri semajnan numeron"
+ },
+ "Show Welcome": {
+ "Show Welcome": "Montri bonvenon"
+ },
+ "Show Wind Speed": {
+ "Show Wind Speed": "Montri Ventrapidecon"
+ },
+ "Show Workspace Apps": {
+ "Show Workspace Apps": "Montri aplikaĵojn de laborspaco"
+ },
+ "Show a bar that drains as the popup's auto-dismiss timer runs": {
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Montru trinkejon, kiu dreniĝas dum la aŭtomata forĵeta tempigilo de la ŝprucfenestro funkcias"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
+ "Show all 9 tags instead of only occupied tags": {
+ "Show all 9 tags instead of only occupied tags": "Montru ĉiujn 9 etikedojn anstataŭ nur okupatajn etikedojn"
+ },
+ "Show an outline ring around the focused workspace indicator": {
+ "Show an outline ring around the focused workspace indicator": "Montri konturan ringon ĉirkaŭ la fokusita laborspaca indikilo"
+ },
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
+ "Show cava audio visualizer in media widget": {
+ "Show cava audio visualizer in media widget": "Montri sonvidigilon cava en aŭdvidaĵa fenestraĵo"
+ },
+ "Show darkened overlay behind modal dialogs": {
+ "Show darkened overlay behind modal dialogs": "Montri malheligitan tavolon malantaŭ modalaj dialogoj"
+ },
+ "Show device": {
+ "Show device": "Montri aparaton"
+ },
+ "Show dock when floating windows don't overlap its area": {
+ "Show dock when floating windows don't overlap its area": "Montri dokon kiam flosantaj fenestroj ne superkovras ĝian areon"
+ },
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": {
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Montri ombron sur sciigaj ŝprucfenestroj. Postulas, ke M3 Elevation estu ŝaltita en Etosoj kaj Koloroj."
+ },
+ "Show during Niri overview": {
+ "Show during Niri overview": "Montru dum Niri-superrigardo"
+ },
+ "Show foreground surfaces on blurred panels for stronger contrast": {
+ "Show foreground surfaces on blurred panels for stronger contrast": "Montru malklarajn surfacojn sur neklaraj paneloj por pli forta kontrasto"
+ },
+ "Show in GB": {
+ "Show in GB": "Montri en GB"
+ },
+ "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.": "Montri lanĉilan tavolon kiam oni tajpas en superrigardo de Niri. Malŝaltu por uzi alian lanĉilon."
+ },
+ "Show mode tabs and keyboard hints at the bottom.": {
+ "Show mode tabs and keyboard hints at the bottom.": "Montri reĝim-langetojn kaj klavarajn konsiletojn malsupre."
+ },
+ "Show mount path": {
+ "Show mount path": "Montru montovojon"
+ },
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": "Montri sciigajn ŝprucfenestrojn nur sur la nuntempe fokusita ekrano"
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": "Montri sciigojn nur sur la nuntempe fokusita ekrano"
+ },
+ "Show on Last Display": {
+ "Show on Last Display": "Montri sur lasta ekrano"
+ },
+ "Show on Overlay": {
+ "Show on Overlay": "Montri sur tavolo"
+ },
+ "Show on Overview": {
+ "Show on Overview": "Montri sur superrigardo"
+ },
+ "Show on Overview Only": {
+ "Show on Overview Only": "Montri nur sur superrigardo"
+ },
+ "Show on all connected displays": {
+ "Show on all connected displays": "Montri sur ĉiuj konektitaj ekranoj"
+ },
+ "Show on screens:": {
+ "Show on screens:": "Montri sur ekranoj:"
+ },
+ "Show on-screen display when brightness changes": {
+ "Show on-screen display when brightness changes": "Montri ekrankontrolilon (OSD) kiam brileco ŝanĝiĝas"
+ },
+ "Show on-screen display when caps lock state changes": {
+ "Show on-screen display when caps lock state changes": "Montri ekrankontrolilon (OSD) kiam stato de majuskla fiksilo ŝanĝiĝas"
+ },
+ "Show on-screen display when cycling audio output devices": {
+ "Show on-screen display when cycling audio output devices": "Montri ekrankontrolilon (OSD) kiam oni ŝanĝas sonajn eligajn aparatojn"
+ },
+ "Show on-screen display when idle inhibitor state changes": {
+ "Show on-screen display when idle inhibitor state changes": "Montri ekrankontrolilon (OSD) kiam stato de senokupeco-malhelpaĵo ŝanĝiĝas"
+ },
+ "Show on-screen display when media player status changes": {
+ "Show on-screen display when media player status changes": "Montri ekrankontrolilon (OSD) kiam stato de aŭdvidaĵ-ludilo ŝanĝiĝas"
+ },
+ "Show on-screen display when media player volume changes": {
+ "Show on-screen display when media player volume changes": "Montri ekrankontrolilon (OSD) kiam laŭteco de aŭdvidaĵ-ludilo ŝanĝiĝas"
+ },
+ "Show on-screen display when microphone is muted/unmuted": {
+ "Show on-screen display when microphone is muted/unmuted": "Montri ekrankontrolilon (OSD) kiam mikrofono estas silentigita/malsilentigita"
+ },
+ "Show on-screen display when power profile changes": {
+ "Show on-screen display when power profile changes": "Montri ekrankontrolilon (OSD) kiam elektra profilo ŝanĝiĝas"
+ },
+ "Show on-screen display when volume changes": {
+ "Show on-screen display when volume changes": "Montri ekrankontrolilon (OSD) kiam laŭteco ŝanĝiĝas"
+ },
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": "Montru la trinkejon nur kiam neniuj fenestroj estas malfermitaj"
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": "Montru la stangon kiam niri-superrigardo estas aktiva"
+ },
+ "Show weather information in top bar and control center": {
+ "Show weather information in top bar and control center": "Montri veterajn informojn en supra breto kaj regcentro"
+ },
+ "Show week number in the calendar": {
+ "Show week number in the calendar": "Montri semajnan numeron en la kalendaro"
+ },
+ "Show workspace index numbers in the top bar workspace switcher": {
+ "Show workspace index numbers in the top bar workspace switcher": "Montri indeksajn numerojn de laborspacoj en la supra laborspaca ŝaltilo"
+ },
+ "Show workspace name on horizontal bars, and first letter on vertical bars": {
+ "Show workspace name on horizontal bars, and first letter on vertical bars": "Montri laborspacan nomon sur horizontalaj bretoj, kaj la unuan literon sur vertikalaj bretoj"
+ },
+ "Show workspaces of the currently focused monitor": {
+ "Show workspaces of the currently focused monitor": "Montri laborspacojn de la nuntempe fokusita ekrano"
+ },
+ "Shows all running applications with focus indication": {
+ "Shows all running applications with focus indication": "Montras ĉiujn lanĉitajn aplikaĵojn kun fokusa indiko"
+ },
+ "Shows current workspace and allows switching": {
+ "Shows current workspace and allows switching": "Montras la aktualan laborspacon kaj permesas ŝanĝadon"
+ },
+ "Shows when caps lock is active": {
+ "Shows when caps lock is active": "Montriĝas kiam majuskla fiksilo estas aktiva"
+ },
+ "Shows when microphone, camera, or screen sharing is active": {
+ "Shows when microphone, camera, or screen sharing is active": "Montriĝas kiam mikrofono, kamerao, aŭ ekrana divido estas aktiva"
+ },
+ "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": {
+ "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "Malgrandigi la aŭdvidaĵan fenestraĵon por konveni pli mallongajn kantotitolojn, tamen respektante la agorditan maksimuman grandon"
+ },
+ "Shutdown": {
+ "Shutdown": "Malŝalti"
+ },
+ "Signal": {
+ "Signal": "Signalo"
+ },
+ "Signal:": {
+ "Signal:": "Signalo:"
+ },
+ "Silence for a while": {
+ "Silence for a while": "Silentu dum momento"
+ },
+ "Silence notifications": {
+ "Silence notifications": "Silentigi sciigojn"
+ },
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
+ "Single-Line Popup": {
+ "Single-Line Popup": "Unulinia Ŝprucfenestro"
+ },
+ "Size": {
+ "Size": "Grando"
+ },
+ "Size Constraints": {
+ "Size Constraints": "Grandaj limigoj"
+ },
+ "Size Offset": {
+ "Size Offset": "Granda forŝovo"
+ },
+ "Sizing": {
+ "Sizing": "Grandeco"
+ },
+ "Skip": {
+ "Skip": "Preterpasi"
+ },
+ "Skip confirmation": {
+ "Skip confirmation": "Preterpasi konfirmon"
+ },
+ "Skip setup": {
+ "Skip setup": "Preterpasi agordadon"
+ },
+ "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": {
+ "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Preterpasu la salutan pasvorton post lanĉo ĝis vi elsaluti. "
+ },
+ "Slideout": {
+ "Slideout": "Glitilo"
+ },
+ "Small": {
+ "Small": "Malgranda"
+ },
+ "Smartcard Authentication": {
+ "Smartcard Authentication": "Blat-karta aŭtentigo"
+ },
+ "Smartcard PIN": {
+ "Smartcard PIN": "PIN-karto"
+ },
+ "Snap": {
+ "Snap": "Alglui"
+ },
+ "Snow": {
+ "Snow": "Neĝo"
+ },
+ "Some plugins require a newer version of DMS:": {
+ "Some plugins require a newer version of DMS:": "Iuj kromprogramoj postulas pli novan version de DMS:"
+ },
+ "Sort Alphabetically": {
+ "Sort Alphabetically": "Ordigi alfabete"
+ },
+ "Sort By": {
+ "Sort By": "Ordigi laŭ"
+ },
+ "Sorting & Layout": {
+ "Sorting & Layout": "Ordigo kaj aranĝo"
+ },
+ "Sound Theme": {
+ "Sound Theme": "Son-etoso"
+ },
+ "Sounds": {
+ "Sounds": "Sonoj"
+ },
+ "Source: %1": {
+ "Source: %1": "Fonto: %1"
+ },
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": "Spaco inter la stango kaj ekranaj randoj"
+ },
+ "Space between windows": {
+ "Space between windows": "Spaco inter fenestroj"
+ },
+ "Spacer": {
+ "Spacer": "Interspacigilo"
+ },
+ "Spacing": {
+ "Spacing": "Interspaco"
+ },
+ "Speaker settings": {
+ "Speaker settings": "Laŭtparolilaj agordoj"
+ },
+ "Speed": {
+ "Speed": "Rapido"
+ },
+ "Spool Area Full": {
+ "Spool Area Full": "Stoka areo plena"
+ },
+ "Spotlight": {
+ "Spotlight": "spoto"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": "Fokusostango"
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": "Spotlight Bar Ŝparvojo"
+ },
+ "Spotlight Search": {
+ "Spotlight Search": "Spotlight Serĉo"
+ },
+ "Square Corners": {
+ "Square Corners": "Rektaj anguloj"
+ },
+ "Stacked": {
+ "Stacked": "Stakita"
+ },
+ "Standard": {
+ "Standard": "Norma"
+ },
+ "Standard: Classic Material Design 3 — panels rise from below with a subtle scale. The DMS default.": {
+ "Standard: Classic Material Design 3 — panels rise from below with a subtle scale. The DMS default.": "Normo: Klasika Materiala Dezajno 3 - paneloj leviĝas de malsupre kun subtila skalo. "
+ },
+ "Start": {
+ "Start": "Komenco"
+ },
+ "Start KDE Connect or Valent": {
+ "Start KDE Connect or Valent": "Lanĉu KDE Connect aŭ Valent"
+ },
+ "Start KDE Connect or Valent to use this plugin": {
+ "Start KDE Connect or Valent to use this plugin": "Lanĉu KDE Connect aŭ Valent por uzi ĉi tiun kromprogramon"
+ },
+ "Start typing your notes here...": {
+ "Start typing your notes here...": "Ek-tajpu viajn notojn ĉi tie..."
+ },
+ "State": {
+ "State": "Stato"
+ },
+ "Status": {
+ "Status": "Stato"
+ },
+ "Stopped": {
+ "Stopped": "Haltigita"
+ },
+ "Stopped Partly": {
+ "Stopped Partly": "Haltigita parte"
+ },
+ "Stopping": {
+ "Stopping": "Haltigante"
+ },
+ "Stretch": {
+ "Stretch": "Streĉi"
+ },
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": "Etendi fenestraĵajn ikonojn por plenigi la disponeblan stangeton"
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": "Etendi tekston de la fenestraĵo por plenigi la disponeblan stangeton"
+ },
+ "Strict auto-hide": {
+ "Strict auto-hide": "Strikta aŭtomata kaŝado"
+ },
+ "Stripes": {
+ "Stripes": "Strioj"
+ },
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
+ "Summary": {
+ "Summary": "Resumo"
+ },
+ "Summary Font Size": {
+ "Summary Font Size": "Resumo Tiparo Grandeco"
+ },
+ "Sunrise": {
+ "Sunrise": "Sunleviĝo"
+ },
+ "Sunset": {
+ "Sunset": "Sunsubiro"
+ },
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": "Subpremi Duplikatajn Sciigojn"
+ },
+ "Suppress notification popups while enabled": {
+ "Suppress notification popups while enabled": "Subpremi sciigajn ŝprucfenestrojn dum ŝaltite"
+ },
+ "Surface": {
+ "Surface": "Surfaco"
+ },
+ "Surface Behavior": {
+ "Surface Behavior": "Surfaca Konduto"
+ },
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
+ "Surface Opacity": {
+ "Surface Opacity": "Surfaca Opakeco"
+ },
+ "Surface Text": {
+ "Surface Text": ""
+ },
+ "Surface Variant": {
+ "Surface Variant": "Surfaca varianto"
+ },
+ "Surfaces emerge flush from the bar": {
+ "Surfaces emerge flush from the bar": "Surfacoj eliras flue el la trinkejo"
+ },
+ "Surfaces float independently of the frame": {
+ "Surfaces float independently of the frame": "Surfacoj flosas sendepende de la kadro"
+ },
+ "Suspend": {
+ "Suspend": "Dormeti"
+ },
+ "Suspend behavior": {
+ "Suspend behavior": "Konduto dum dormeto"
+ },
+ "Suspend system after": {
+ "Suspend system after": "Dormetigi la sistemon post"
+ },
+ "Suspend then Hibernate": {
+ "Suspend then Hibernate": "Dormeti poste pasivigi"
+ },
+ "Sway Website": {
+ "Sway Website": "Retejo de Sway"
+ },
+ "Switch User": {
+ "Switch User": "Ŝanĝi uzanton"
+ },
+ "Switch between display configurations": {
+ "Switch between display configurations": "Ŝanĝu inter ekranaj agordoj"
+ },
+ "Switch to power profile": {
+ "Switch to power profile": "Ŝanĝi al elektra profilo"
+ },
+ "Sync": {
+ "Sync": "Sinkronigi"
+ },
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
+ "Sync Mode with Portal": {
+ "Sync Mode with Portal": "Sinkronigi reĝimon kun portalo"
+ },
+ "Sync Popouts & Modals": {
+ "Sync Popouts & Modals": "Sinkronigi ŝprucfenestrojn kaj modalojn"
+ },
+ "Sync Position Across Screens": {
+ "Sync Position Across Screens": "Sinkronigi pozicion tra ekranoj"
+ },
+ "Sync completed successfully.": {
+ "Sync completed successfully.": "Sinkronigo finiĝis sukcese."
+ },
+ "Sync dark mode with settings portals for system-wide theme hints": {
+ "Sync dark mode with settings portals for system-wide theme hints": "Sinkronigi noktan reĝimon kun agordaj portaloj por sistem-vastaj etosaj sugestoj"
+ },
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sinkronigo malsukcesis en fona reĝimo. Provante terminalan reĝimon por ke vi povu aŭtentigi interage."
+ },
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "Sinkronigo bezonas sudo-aŭtentigon. Malfermas terminalon por ke vi povu uzi pasvorton aŭ fingrospuron."
+ },
+ "System": {
+ "System": "Sistemo"
+ },
+ "System App Theming": {
+ "System App Theming": "Etosigo de sistemaj aplikaĵoj"
+ },
+ "System Check": {
+ "System Check": "Sistem-kontrolo"
+ },
+ "System Default": {
+ "System Default": "Sistema defaŭlto"
+ },
+ "System Information": {
+ "System Information": "Sistem-informoj"
+ },
+ "System Monitor": {
+ "System Monitor": "Sistem-monitoro"
+ },
+ "System Monitor Unavailable": {
+ "System Monitor Unavailable": "Sistem-monitoro ne disponeblas"
+ },
+ "System Sounds": {
+ "System Sounds": "Sistemaj sonoj"
+ },
+ "System Tray": {
+ "System Tray": "Sistemo-pleto"
+ },
+ "System Tray Icon Tint": {
+ "System Tray Icon Tint": "Sistempleto Ikono Nuanco"
+ },
+ "System Update": {
+ "System Update": "Sistema ĝisdatigo"
+ },
+ "System Updater": {
+ "System Updater": "Sistema ĝisdatigilo"
+ },
+ "System Updates": {
+ "System Updates": "Sistemaj ĝisdatigoj"
+ },
+ "System notification area icons": {
+ "System notification area icons": "Piktogramoj en sistema sciig-areo"
+ },
+ "System sounds are not available. Install %1 for sound support.": {
+ "System sounds are not available. Install %1 for sound support.": "Sistemaj sonoj ne disponeblas. Instalu %1 por sona subteno."
+ },
+ "System theme toggle": {
+ "System theme toggle": "Sistemo-etosa ŝaltilo"
+ },
+ "System toast notifications": {
+ "System toast notifications": "Sistemaj sciigaj ŝprucfenestroj"
+ },
+ "Systemd Override generated": {
+ "Systemd Override generated": "Systemd Override generita"
+ },
+ "Tab": {
+ "Tab": "Langeto"
+ },
+ "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
+ "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navigi • ←→↑↓: Krada navigado • Enigo/Spaco: Elekti"
+ },
+ "Tags": {
+ "Tags": "Etikedoj"
+ },
+ "Tags: %1": {
+ "Tags: %1": "Etikedoj: %1"
+ },
+ "Tailscale": {
+ "Tailscale": "Vostoskalo"
+ },
+ "Tailscale Network": {
+ "Tailscale Network": "Tailscale Reto"
+ },
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
+ "Tailscale not available": {
+ "Tailscale not available": "Vostoskalo ne havebla"
+ },
+ "Terminal": {
+ "Terminal": "Terminalo"
+ },
+ "Terminal additional parameters": {
+ "Terminal additional parameters": "Finaj kromaj parametroj"
+ },
+ "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": {
+ "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Terminala retropaŝo malsukcesis. Instalu subtenatan terminal-imitilon aŭ lanĉu 'dms auth sync' mane."
+ },
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": {
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminala retropaŝo malsukcesis. Instalu unu el la subtenataj terminal-imitiloj aŭ lanĉu 'dms greeter sync' mane."
+ },
+ "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": {
+ "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "Terminala retropaŝo malfermita. Plenumu la aŭtentigan agordadon tie; ĝi fermiĝos aŭtomate kiam finite."
+ },
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": {
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminala retropaŝo malfermita. Plenumu la sinkronigon tie; ĝi fermiĝos aŭtomate kiam finite."
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": "Uzenda interna terminala multipleksoro"
+ },
+ "Terminal opened. Complete authentication setup there; it will close automatically when done.": {
+ "Terminal opened. Complete authentication setup there; it will close automatically when done.": "Terminalo malfermita. Plenumu la aŭtentigan agordadon tie; ĝi fermiĝos aŭtomate kiam finite."
+ },
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": {
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminalo malfermita. Plenumu la sinkronigan aŭtentigon tie; ĝi fermiĝos aŭtomate kiam finite."
+ },
+ "Terminals - Always use Dark Theme": {
+ "Terminals - Always use Dark Theme": "Terminaloj - Ĉiam uzi malhelan etoson"
+ },
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
+ "Test Connection": {
+ "Test Connection": "Testi konekton"
+ },
+ "Test Page": {
+ "Test Page": "Testpaĝo"
+ },
+ "Test page sent to printer": {
+ "Test page sent to printer": "Testpaĝo sendita al la presilo"
+ },
+ "Testing...": {
+ "Testing...": "Testante..."
+ },
+ "Text": {
+ "Text": "Teksto"
+ },
+ "Text Color": {
+ "Text Color": "Tekst-koloro"
+ },
+ "Text Editor": {
+ "Text Editor": "tekstredaktilo"
+ },
+ "Text Rendering": {
+ "Text Rendering": "Teksta Reprezentado"
+ },
+ "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 ilo 'dgop' estas postulata por sistem-monitorado.\nBonvolu instali dgop por uzi ĉi tiun trajton."
+ },
+ "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 media variablo DMS_SOCKET ne estas agordita aŭ la kontaktskatolo ne estas disponebla. Aŭtomata mastrumado de kromprogramoj postulas la DMS_SOCKET."
+ },
+ "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": {
+ "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "La subaj agordoj modifos viajn agordojn de GTK kaj Qt. Se vi volas konservi viajn aktualajn agordojn, bonvolu fari sekurkopiojn de ili (qt5ct.conf|qt6ct.conf kaj ~/.config/gtk-3.0|gtk-4.0)."
+ },
+ "The custom command used when attaching to sessions (receives the session name as the first argument)": {
+ "The custom command used when attaching to sessions (receives the session name as the first argument)": "La propra komando uzata kiam oni aligas al seancoj (ricevas la seanc-nomon kiel la unuan argumenton)"
+ },
+ "The job queue of this printer is empty": {
+ "The job queue of this printer is empty": "La task-atendovico de ĉi tiu presilo estas malplena"
+ },
+ "The rule applies to any window matching one of these.": {
+ "The rule applies to any window matching one of these.": "La regulo validas por iu ajn fenestro kongrua kun unu el ĉi tiuj."
+ },
+ "Theme & Colors": {
+ "Theme & Colors": "Etoso kaj koloroj"
+ },
+ "Theme Color": {
+ "Theme Color": "Etosa koloro"
+ },
+ "Theme Registry": {
+ "Theme Registry": "Etosa registro"
+ },
+ "Theme color used for the border": {
+ "Theme color used for the border": "Temokoloro uzata por la limo"
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": "Temokoloro uzata por la fenestraĵo skizo"
+ },
+ "Theme worker failed (%1)": {
+ "Theme worker failed (%1)": "Temo-laboristo malsukcesis (%1)"
+ },
+ "Themes": {
+ "Themes": "Etosoj"
+ },
+ "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": {
+ "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": "Ĉi tiuj aldonas enskribojn al la XDG-aŭtomata dosierujo (~/.config/autostart/*.desktop)"
+ },
+ "Thickness": {
+ "Thickness": "Dikeco"
+ },
+ "Thin": {
+ "Thin": "Maldika"
+ },
+ "Third-Party Plugin Warning": {
+ "Third-Party Plugin Warning": "Averto pri triaj kromprogramoj"
+ },
+ "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": {
+ "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Triaj kromprogramoj estas kreitaj de la komunumo kaj ne estas oficiale subtenataj de DankMaterialShell.\n\nĈi tiuj kromprogramoj eble riskas sekurecon kaj privatecon - instalu je via propra risko."
+ },
+ "This bind is overridden by config.kdl": {
+ "This bind is overridden by config.kdl": "Ĉi tiu klavkombino estas preterpasita de config.kdl"
+ },
+ "This device": {
+ "This device": "Ĉi tiu aparato"
+ },
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": {
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": "Ĉi tiu instalo ankoraŭ uzas hyprland.conf. "
+ },
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": {
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": "Ĉi tiu instalo ankoraŭ uzas hyprland.conf. "
+ },
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": {
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": "Ĉi tiu instalo ankoraŭ uzas hyprland.conf. "
+ },
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": {
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": "Ĉi tiu instalo ankoraŭ uzas hyprland.conf. "
+ },
+ "This may take a few seconds": {
+ "This may take a few seconds": "Ĉi tio eble prenos kelkajn sekundojn"
+ },
+ "This output is disabled in the current profile": {
+ "This output is disabled in the current profile": "Ĉi tiu eligo estas malŝaltita en la nuna profilo"
+ },
+ "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": {
+ "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Ĉi tiu kromprogramo ne havas permeson 'settings_write'.\n\nAldonu \"permissions\": [\"settings_read\", \"settings_write\"] al plugin.json"
+ },
+ "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": {
+ "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Ĉi tiu fenestraĵo malhelpas malŝalt-statojn de GPU, kio povas signife influi baterio-daŭron en porteblaj komputiloj. Oni ne rekomendas uzi tion en porteblaj komputiloj kun hibridaj grafikoj."
+ },
+ "This will delete all unpinned entries. %1 pinned entries will be kept.": {
+ "This will delete all unpinned entries. %1 pinned entries will be kept.": "Ĉi tio forigos ĉiujn nefiksitajn erojn. %1 fiksitaj eroj estos konservitaj."
+ },
+ "This will permanently delete all clipboard history.": {
+ "This will permanently delete all clipboard history.": "Ĉi tio definitive forigos la tutan tondujan historion."
+ },
+ "This will permanently remove this saved clipboard item. This action cannot be undone.": {
+ "This will permanently remove this saved clipboard item. This action cannot be undone.": "Ĉi tio definitive forigos ĉi tiun konservitan tondujan eron. Ĉi tiu ago ne estas malfarebla."
+ },
+ "Thunderstorm": {
+ "Thunderstorm": "Fulmotondro"
+ },
+ "Thunderstorm with Hail": {
+ "Thunderstorm with Hail": "Fulmotondro kun hajlo"
+ },
+ "Tile": {
+ "Tile": "Kaheli"
+ },
+ "Tile H": {
+ "Tile H": "Kaheli H"
+ },
+ "Tile V": {
+ "Tile V": "Kaheli V"
+ },
+ "Tiled": {
+ "Tiled": "Kaheligita"
+ },
+ "Tiled State": {
+ "Tiled State": "Kaheligita stato"
+ },
+ "Tiling": {
+ "Tiling": "Kaheligado"
+ },
+ "Time": {
+ "Time": "Tempo"
+ },
+ "Time & Date Locale": {
+ "Time & Date Locale": "Lokaĵaro de tempo kaj dato"
+ },
+ "Time & Weather": {
+ "Time & Weather": "Tempo kaj vetero"
+ },
+ "Time Format": {
+ "Time Format": "Temp-formato"
+ },
+ "Time remaining: %1": {
+ "Time remaining: %1": "Restanta tempo: %1"
+ },
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": "Tempo por atendi antaŭ kaŝi post kiam la montrilo foriras"
+ },
+ "Time until full: %1": {
+ "Time until full: %1": "Tempo ĝis plenŝargo: %1"
+ },
+ "Timed Out": {
+ "Timed Out": "Templimo pasis"
+ },
+ "Timeout Progress Bar": {
+ "Timeout Progress Bar": "Progresa Trinkejo"
+ },
+ "Timeout for critical priority notifications": {
+ "Timeout for critical priority notifications": "Templimo por kritik-prioritataj sciigoj"
+ },
+ "Timeout for low priority notifications": {
+ "Timeout for low priority notifications": "Templimo por malalt-prioritataj sciigoj"
+ },
+ "Timeout for normal priority notifications": {
+ "Timeout for normal priority notifications": "Templimo por normal-prioritataj sciigoj"
+ },
+ "Tint Saturation": {
+ "Tint Saturation": "Nuanco Saturado"
+ },
+ "Tint Strength": {
+ "Tint Strength": "Nuanco Forto"
+ },
+ "Title": {
+ "Title": "Titolo"
+ },
+ "Title (optional)": {
+ "Title (optional)": "Titolo (laŭvola)"
+ },
+ "Title is required": {
+ "Title is required": "Titolo estas postulata"
+ },
+ "Title regex (optional)": {
+ "Title regex (optional)": "Titola regula esprimo (laŭvola)"
+ },
+ "To Full": {
+ "To Full": "Ĝis plena"
+ },
+ "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": {
+ "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": "Por ensaluti kiel malsama uzanto, elsalutu kaj elektu la konton el la salutilo. "
+ },
+ "To update, run the following command:": {
+ "To update, run the following command:": "Por ĝisdatigi, lanĉu la jenan komandon:"
+ },
+ "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": "Por uzi ĉi tiun DMS-klavkombinon, forigu aŭ ŝanĝu la klavkombinon en via config.kdl"
+ },
+ "Toast": {
+ "Toast": ""
+ },
+ "Toast Messages": {
+ "Toast Messages": "Toast-mesaĝoj"
+ },
+ "Today": {
+ "Today": "Hodiaŭ"
+ },
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": "Ŝaltigu la videblecon permane per IPC"
+ },
+ "Toggle fonts": {
+ "Toggle fonts": "Ŝaltu tiparojn"
+ },
+ "Toggle visibility of this bar configuration": {
+ "Toggle visibility of this bar configuration": "Baskuligi videblecon de ĉi tiu breta agordo"
+ },
+ "Toggling...": {
+ "Toggling...": "Baskuligante..."
+ },
+ "Tomorrow": {
+ "Tomorrow": "Morgaŭ"
+ },
+ "Tonal Spot": {
+ "Tonal Spot": "Tona punkto"
+ },
+ "Toner Empty": {
+ "Toner Empty": "Inko malplena"
+ },
+ "Toner Low": {
+ "Toner Low": "Inko preskaŭ malplena"
+ },
+ "Too many attempts - locked out": {
+ "Too many attempts - locked out": "Tro da provoj - ŝlosita"
+ },
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": "Tro da malsukcesaj provoj - la konto eble estas ŝlosita"
+ },
+ "Tools": {
+ "Tools": "Iloj"
+ },
+ "Top": {
+ "Top": "Supre"
+ },
+ "Top (Default)": {
+ "Top (Default)": "Supre (Defaŭlte)"
+ },
+ "Top Bar Format": {
+ "Top Bar Format": "Supra stangformato"
+ },
+ "Top Center": {
+ "Top Center": "Supre centre"
+ },
+ "Top Left": {
+ "Top Left": "Supre maldekstre"
+ },
+ "Top Processes": {
+ "Top Processes": "Ĉefaj procezoj"
+ },
+ "Top Right": {
+ "Top Right": "Supre dekstre"
+ },
+ "Top Section": {
+ "Top Section": "Supra sekcio"
+ },
+ "Total": {
+ "Total": "Totalo"
+ },
+ "Total Jobs": {
+ "Total Jobs": "Totalaj taskoj"
+ },
+ "Touch your security key...": {
+ "Touch your security key...": "Tuŝu vian sekurecŝlosilon..."
+ },
+ "Transform": {
+ "Transform": "Transformi"
+ },
+ "Transition Effect": {
+ "Transition Effect": "Transira efekto"
+ },
+ "Transparency": {
+ "Transparency": "Travidebleco"
+ },
+ "Transparency of the border": {
+ "Transparency of the border": "Travidebleco de la limo"
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": "Travidebleco de la ombra tavolo"
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": "Travidebleco de la skizo de la fenestraĵo"
+ },
+ "Trash": {
+ "Trash": "rubujo"
+ },
+ "Trash command failed (exit %1)": {
+ "Trash command failed (exit %1)": "Ruba komando malsukcesis (eliro %1)"
+ },
+ "Tray Icon Fix": {
+ "Tray Icon Fix": "Pleto Ikono Fix"
+ },
+ "Trending GIFs": {
+ "Trending GIFs": "Tendencaj GIF-oj"
+ },
+ "Trending Stickers": {
+ "Trending Stickers": "Tendencaj Glumarkoj"
+ },
+ "Trigger": {
+ "Trigger": "Aktivigilo"
+ },
+ "Trigger Prefix": {
+ "Trigger Prefix": "Ellasila Prefikso"
+ },
+ "Trigger: %1": {
+ "Trigger: %1": "Aktivigilo: %1"
+ },
+ "Trust": {
+ "Trust": "Fidi"
+ },
+ "Try a different search": {
+ "Try a different search": "Provu alian serĉon"
+ },
+ "Try a different search or switch filters.": {
+ "Try a different search or switch filters.": "Provu alian serĉon aŭ ŝanĝu filtrilojn."
+ },
+ "Turn off": {
+ "Turn off": "malŝalti"
+ },
+ "Turn off Do Not Disturb": {
+ "Turn off Do Not Disturb": "Malŝaltu Ne ĝenu"
+ },
+ "Turn off all displays immediately when the lock screen activates": {
+ "Turn off all displays immediately when the lock screen activates": "Tuj malŝaltu ĉiujn ekranojn kiam la ŝlosekrano aktiviĝas"
+ },
+ "Turn off monitors after": {
+ "Turn off monitors after": "Malŝalti ekranojn post"
+ },
+ "Turn off monitors after lock": {
+ "Turn off monitors after lock": "Malŝaltu monitorojn post seruro"
+ },
+ "Turn off now": {
+ "Turn off now": "Malŝaltu nun"
+ },
+ "Type": {
+ "Type": "Tipo"
+ },
+ "Type at least 2 characters": {
+ "Type at least 2 characters": "Tajpu almenaŭ 2 signojn"
+ },
+ "Type at least 2 characters to search files.": {
+ "Type at least 2 characters to search files.": "Tajpu almenaŭ 2 signojn por serĉi dosierojn."
+ },
+ "Type this prefix to search keybinds": {
+ "Type this prefix to search keybinds": "Tajpu ĉi tiun prefikson por serĉi klavkombinojn"
+ },
+ "Type to search files": {
+ "Type to search files": "Tajpu por serĉi dosierojn"
+ },
+ "Typography": {
+ "Typography": "Tipografio"
+ },
+ "Typography & Motion": {
+ "Typography & Motion": "Tipografio kaj movo"
+ },
+ "Unavailable": {
+ "Unavailable": "Nedisponebla"
+ },
+ "Uncategorized": {
+ "Uncategorized": "senkategoria"
+ },
+ "Unfocused Color": {
+ "Unfocused Color": "Senfokusa koloro"
+ },
+ "Ungrouped": {
+ "Ungrouped": "Negrupigitaj"
+ },
+ "Uninstall": {
+ "Uninstall": "Malinstali"
+ },
+ "Uninstall Greeter": {
+ "Uninstall Greeter": "Malinstali salutekranon"
+ },
+ "Uninstall Plugin": {
+ "Uninstall Plugin": "Malinstali kromprogramon"
+ },
+ "Uninstall complete. Greeter has been removed.": {
+ "Uninstall complete. Greeter has been removed.": "Malinstalado finita. La salutekrano estis forigita."
+ },
+ "Uninstall failed: %1": {
+ "Uninstall failed: %1": "Malinstalado malsukcesis: %1"
+ },
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": {
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Ĉu malinstali la DMS-salutekranon? Ĉi tio forigos agordon kaj restarigos vian antaŭan seancmastrumilon. Terminalo malfermiĝos por sudo-aŭtentigo."
+ },
+ "Uninstalled: %1": {
+ "Uninstalled: %1": "Malinstalita: %1"
+ },
+ "Uninstalling: %1": {
+ "Uninstalling: %1": "Malinstalante: %1"
+ },
+ "Unknown": {
+ "Unknown": "Nekonata"
+ },
+ "Unknown App": {
+ "Unknown App": "Nekonata aplikaĵo"
+ },
+ "Unknown Artist": {
+ "Unknown Artist": "Nekonata artisto"
+ },
+ "Unknown Config": {
+ "Unknown Config": "Nekonata agordo"
+ },
+ "Unknown Device": {
+ "Unknown Device": "Nekonata aparato"
+ },
+ "Unknown GPU": {
+ "Unknown GPU": "Nekonata GPU"
+ },
+ "Unknown Monitor": {
+ "Unknown Monitor": "Nekonata ekrano"
+ },
+ "Unknown Network": {
+ "Unknown Network": "Nekonata reto"
+ },
+ "Unknown Title": {
+ "Unknown Title": "Nekonata titolo"
+ },
+ "Unknown Track": {
+ "Unknown Track": "Nekonata kanto"
+ },
+ "Unload on Close": {
+ "Unload on Close": "Malŝargi dum fermo"
+ },
+ "Unmute": {
+ "Unmute": "Malsilentigi"
+ },
+ "Unmute popups for %1": {
+ "Unmute popups for %1": "Malsilentigi ŝprucfenestrojn por %1"
+ },
+ "Unnamed Rule": {
+ "Unnamed Rule": "Sentitola regulo"
+ },
+ "Unpair": {
+ "Unpair": "Malpari"
+ },
+ "Unpair failed": {
+ "Unpair failed": "Malparigo malsukcesis"
+ },
+ "Unpin": {
+ "Unpin": "Malfiksi"
+ },
+ "Unpin from Dock": {
+ "Unpin from Dock": "Malfiksi de la doko"
+ },
+ "Unsaved Changes": {
+ "Unsaved Changes": "Nekonservitaj ŝanĝoj"
+ },
+ "Unsaved changes": {
+ "Unsaved changes": "Nekonservitaj ŝanĝoj"
+ },
+ "Unsaved note...": {
+ "Unsaved note...": "Nekonservita noto..."
+ },
+ "Unset": {
+ "Unset": "malŝalti"
+ },
+ "Until %1": {
+ "Until %1": "Ĝis %1"
+ },
+ "Until 8 AM": {
+ "Until 8 AM": "Ĝis 8 AM"
+ },
+ "Until I turn it off": {
+ "Until I turn it off": "Ĝis mi malŝaltas ĝin"
+ },
+ "Until tomorrow, 8:00 AM": {
+ "Until tomorrow, 8:00 AM": "Ĝis morgaŭ, 8:00 AM"
+ },
+ "Untitled": {
+ "Untitled": "Sentitola"
+ },
+ "Untrust": {
+ "Untrust": "Malestimata"
+ },
+ "Up to date": {
+ "Up to date": "Aktualigita"
+ },
+ "Update": {
+ "Update": "Ĝisdatigi"
+ },
+ "Update All": {
+ "Update All": "Ĝisdatigi ĉion"
+ },
+ "Update Plugin": {
+ "Update Plugin": "Ĝisdatigi kromprogramon"
+ },
+ "Update failed: %1": {
+ "Update failed: %1": "Ĝisdatigo malsukcesis: %1"
+ },
+ "Upgrading...": {
+ "Upgrading...": "Ĝisdatigante..."
+ },
+ "Uptime": {
+ "Uptime": "Lanĉtempo"
+ },
+ "Uptime:": {
+ "Uptime:": "Lanĉtempo:"
+ },
+ "Urgent": {
+ "Urgent": "urĝa"
+ },
+ "Urgent Color": {
+ "Urgent Color": "Urĝa koloro"
+ },
+ "Usage Tips": {
+ "Usage Tips": "Konsiloj pri Uzado"
+ },
+ "Use 24-hour time format instead of 12-hour AM/PM": {
+ "Use 24-hour time format instead of 12-hour AM/PM": "Uzi 24-horan temp-formaton anstataŭ 12-horan AM/PM"
+ },
+ "Use Custom Command": {
+ "Use Custom Command": "Uzi propran komandon"
+ },
+ "Use Grid Layout": {
+ "Use Grid Layout": "Uzi kradan aranĝon"
+ },
+ "Use HH:MM time format": {
+ "Use HH:MM time format": "Uzu HH:MM-hora formato"
+ },
+ "Use IP Location": {
+ "Use IP Location": "Uzi IP-lokon"
+ },
+ "Use Imperial Units": {
+ "Use Imperial Units": "Uzi imperiajn unuojn"
+ },
+ "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": {
+ "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Uzi imperiajn unuojn (°F, mph, inHg) anstataŭ metrikajn (°C, km/h, hPa)"
+ },
+ "Use Inline Expansion": {
+ "Use Inline Expansion": "Uzi enlinian etendon"
+ },
+ "Use Monospace Font": {
+ "Use Monospace Font": "Uzi ekspaceta tiparon"
+ },
+ "Use Overlay Layer": {
+ "Use Overlay Layer": "Uzu Overlay Tavolo"
+ },
+ "Use System Theme": {
+ "Use System Theme": "Uzi sisteman etoson"
+ },
+ "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": {
+ "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Uzi propran bildon por la salutekrano, aŭ lasu malplena por uzi vian labortablan fonbildon."
+ },
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": "Uzu kutiman radiuson por gotaj anguleltranĉaĵoj"
+ },
+ "Use a fixed shadow direction for this bar": {
+ "Use a fixed shadow direction for this bar": "Uzi fiksan ombro-direkton por ĉi tiu breto"
+ },
+ "Use a security key for lock screen authentication.": {
+ "Use a security key for lock screen authentication.": "Uzi sekurŝlosilon por la aŭtentigo de la ŝlosekrano."
+ },
+ "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": {
+ "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Uzi eksteran fonbild-mastrumilon kiel swww, hyprpaper, aŭ swaybg."
+ },
+ "Use animated wave progress bars for media playback": {
+ "Use animated wave progress bars for media playback": "Uzi viglajn ondajn progres-stangojn por aŭdvidaĵa ludado"
+ },
+ "Use custom border size": {
+ "Use custom border size": "Uzi propran bordan grandon"
+ },
+ "Use custom border/focus-ring width": {
+ "Use custom border/focus-ring width": "Uzi propran larĝon por bordo/fokus-ringo"
+ },
+ "Use custom gaps instead of bar spacing": {
+ "Use custom gaps instead of bar spacing": "Uzi proprajn breĉojn anstataŭ bretan interspacon"
+ },
+ "Use custom window radius instead of theme radius": {
+ "Use custom window radius instead of theme radius": "Uzi propran fenestran radiuson anstataŭ la etosan radiuson"
+ },
+ "Use desktop wallpaper": {
+ "Use desktop wallpaper": "Uzi labortablan fonbildon"
+ },
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": "Uzi fingrospuran aŭtentigon por la ŝlosekrano."
+ },
+ "Use keys 1-3 or arrows, Enter/Space to select": {
+ "Use keys 1-3 or arrows, Enter/Space to select": "Uzu klavojn 1-3 aŭ sagojn, Enigu/Spaco por elekti"
+ },
+ "Use light theme instead of dark theme": {
+ "Use light theme instead of dark theme": "Uzi tagan etoson anstataŭ noktan etoson"
+ },
+ "Use meters per second instead of km/h for wind speed": {
+ "Use meters per second instead of km/h for wind speed": "Uzi metrojn sekunde anstataŭ km/h por venta rapido"
+ },
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
+ "Use smaller notification cards": {
+ "Use smaller notification cards": "Uzi pli malgrandajn sciigajn kartojn"
+ },
+ "Use sound theme from system settings": {
+ "Use sound theme from system settings": "Uzi son-etoson el sistemaj agordoj"
+ },
+ "Use the extended surface for launcher content": {
+ "Use the extended surface for launcher content": "Uzu la plilongigitan surfacon por lanĉila enhavo"
+ },
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": "Uzu la tegmentan tavolon kiam vi malfermas la lanĉilon"
+ },
+ "Use the same position and size on all displays": {
+ "Use the same position and size on all displays": "Uzi la saman pozicion kaj grandon sur ĉiuj ekranoj"
+ },
+ "Use trigger prefix to activate": {
+ "Use trigger prefix to activate": "Uzu ellasilprefikson por aktivigi"
+ },
+ "Used for xdg-terminal-exec": {
+ "Used for xdg-terminal-exec": "Uzite por xdg-terminal-exec"
+ },
+ "Used when accent color is set to Custom": {
+ "Used when accent color is set to Custom": "Uzata kiam akcenta koloro estas agordita al Propra"
+ },
+ "User": {
+ "User": "Uzanto"
+ },
+ "User Window Rules (%1)": {
+ "User Window Rules (%1)": "Uzantaj Fenestraj Reguloj (%1)"
+ },
+ "User already exists": {
+ "User already exists": "Uzanto jam ekzistas"
+ },
+ "User created": {
+ "User created": "Uzanto kreita"
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": "Uzanto kreita kun administranto kaj salutisto ensaluta aliro"
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": "Uzanto kreita kun administranto-privilegioj"
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": "Uzanto kreita kun greeter ensaluta aliro"
+ },
+ "User deleted": {
+ "User deleted": "Uzanto forigita"
+ },
+ "User not found": {
+ "User not found": "Uzanto ne trovita"
+ },
+ "Username": {
+ "Username": "Uzantnomo"
+ },
+ "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": {
+ "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": "Uzantnomo devas komenci per minuskla litero aŭ substreko kaj enhavi nur minusklajn literojn, ciferojn, streketojn aŭ substrekojn."
+ },
+ "Username...": {
+ "Username...": "Uzantnomo..."
+ },
+ "Users": {
+ "Users": "Uzantoj"
+ },
+ "Uses sunrise/sunset times based on your location.": {
+ "Uses sunrise/sunset times based on your location.": "Uzas sunleviĝajn/sunsubirajn tempojn baze de via loko."
+ },
+ "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
+ "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Uzas sunleviĝajn/sunsubirajn tempojn por aŭtomate alĝustigi noktan reĝimon baze de via loko."
+ },
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": "Uzas la agadon de spotlight-bar IPC kaj ĉiam malfermas la minimuman trinkejon."
+ },
+ "Using DankCalendar%1": {
+ "Using DankCalendar%1": "Uzante DankCalendar%1"
+ },
+ "Using global monospace font from Settings → Personalization": {
+ "Using global monospace font from Settings → Personalization": "Uzante tutmondan monospacan tiparon de Agordoj → Personigo"
+ },
+ "Using khal": {
+ "Using khal": "Uzante khal"
+ },
+ "Using shared settings from Gamma Control": {
+ "Using shared settings from Gamma Control": "Uzante komunajn agordojn el gama-regilo"
+ },
+ "Utilities": {
+ "Utilities": "Iloj"
+ },
+ "VPN": {
+ "VPN": "VPN"
+ },
+ "VPN Connections": {
+ "VPN Connections": "VPN-konektoj"
+ },
+ "VPN Password": {
+ "VPN Password": "VPN-Pasvorto"
+ },
+ "VPN configuration updated": {
+ "VPN configuration updated": "Agordo de VPN estas ĝisdatigita"
+ },
+ "VPN deleted": {
+ "VPN deleted": "VPN estas forigita"
+ },
+ "VPN imported: %1": {
+ "VPN imported: %1": "VPN estas importita: %1"
+ },
+ "VPN not available": {
+ "VPN not available": "VPN ne disponeblas"
+ },
+ "VPN status and quick connect": {
+ "VPN status and quick connect": "VPN-stato kaj rapida konekto"
+ },
+ "VRR": {
+ "VRR": "VRR"
+ },
+ "VRR Fullscreen Only": {
+ "VRR Fullscreen Only": "VRR nur tutekrane"
+ },
+ "VRR On-Demand": {
+ "VRR On-Demand": "VRR laŭbezone"
+ },
+ "Variable Refresh Rate": {
+ "Variable Refresh Rate": "Variablo de freŝiga rapido"
+ },
+ "Verification": {
+ "Verification": "Konfirmo"
+ },
+ "Version": {
+ "Version": "Versio"
+ },
+ "Vertical Deck": {
+ "Vertical Deck": "Vertikala ludkartaro (deck)"
+ },
+ "Vertical Grid": {
+ "Vertical Grid": "Vertikala krado"
+ },
+ "Vertical Scrolling": {
+ "Vertical Scrolling": "Vertikala rulado"
+ },
+ "Vertical Tiling": {
+ "Vertical Tiling": "Vertikala kahela aranĝo"
+ },
+ "Very High": {
+ "Very High": "Tre Alta"
+ },
+ "Vibrant": {
+ "Vibrant": "Vibra"
+ },
+ "Vibrant palette with playful saturation.": {
+ "Vibrant palette with playful saturation.": "Vibra paletro kun ludema sateco."
+ },
+ "Video Path": {
+ "Video Path": "Vojo de video"
+ },
+ "Video Player": {
+ "Video Player": "filmetospektilo"
+ },
+ "Video Screensaver": {
+ "Video Screensaver": "Video-ekrankurteno"
+ },
+ "Videos": {
+ "Videos": "Videoj"
+ },
+ "View Mode": {
+ "View Mode": "Vidreĝimo"
+ },
+ "Visibility": {
+ "Visibility": "Videbleco"
+ },
+ "Visible Entry Actions": {
+ "Visible Entry Actions": "Videblaj Eniraj Agoj"
+ },
+ "Visual Effects": {
+ "Visual Effects": "Vidaj efikoj"
+ },
+ "Visual divider between widgets": {
+ "Visual divider between widgets": "Vida dividilo inter fenestraĵoj"
+ },
+ "Visual effect used when wallpaper changes": {
+ "Visual effect used when wallpaper changes": "Vida efiko uzata kiam fonbildo ŝanĝiĝas"
+ },
+ "Volume": {
+ "Volume": "Laŭteco"
+ },
+ "Volume Changed": {
+ "Volume Changed": "Laŭteco estas ŝanĝita"
+ },
+ "Volume Slider": {
+ "Volume Slider": "Rulstango de laŭteco"
+ },
+ "Volume, brightness, and other system OSDs": {
+ "Volume, brightness, and other system OSDs": "Laŭteco, brileco, kaj aliaj sistemaj OSD-oj"
+ },
+ "WPA/WPA2": {
+ "WPA/WPA2": "WPA/WPA2"
+ },
+ "Wallpaper": {
+ "Wallpaper": "Fonbildo"
+ },
+ "Wallpaper Error": {
+ "Wallpaper Error": "Eraro pri fonbildo"
+ },
+ "Wallpaper Monitor": {
+ "Wallpaper Monitor": "Ekrano por fonbildo"
+ },
+ "Wallpaper fill mode": {
+ "Wallpaper fill mode": "Fonbilda plenig-reĝimo"
+ },
+ "Wallpaper processing failed": {
+ "Wallpaper processing failed": "Malsukcesis procezi fonbildon"
+ },
+ "Wallpaper processing failed - check wallpaper path": {
+ "Wallpaper processing failed - check wallpaper path": "Malsukcesis procezi fonbildon - kontrolu vojon de fonbildo"
+ },
+ "Wallpapers": {
+ "Wallpapers": "Fonbildoj"
+ },
+ "Warm color temperature to apply": {
+ "Warm color temperature to apply": "Varma kolortemperaturo aplikenda"
+ },
+ "Warning": {
+ "Warning": "Averto"
+ },
+ "Warnings": {
+ "Warnings": "Avertoj"
+ },
+ "Wave Progress Bars": {
+ "Wave Progress Bars": "Ondaj progres-stangoj"
+ },
+ "Weather": {
+ "Weather": "Vetero"
+ },
+ "Weather Widget": {
+ "Weather Widget": "Veter-fenestraĵo"
+ },
+ "Web Browser": {
+ "Web Browser": "retumilo"
+ },
+ "Welcome": {
+ "Welcome": "Bonvenon"
+ },
+ "Welcome to DankMaterialShell": {
+ "Welcome to DankMaterialShell": "Bonvenon al DankMaterialShell"
+ },
+ "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": {
+ "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Kiam oni klakas dok-fenestron en speciala laborspaco de Hyprland, restaŭru tiun specialan laborspacon antaŭ fokusiĝi al la fenestro"
+ },
+ "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": {
+ "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Se ŝaltita, aplikaĵoj ordiĝas alfabete. Se malŝaltita, ili ordiĝas laŭ uz-ofteco."
+ },
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": {
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Kiam ĝi estas ebligita, kontrolas ĝisdatigojn ĉe ekfunkciigo. "
+ },
+ "When locked": {
+ "When locked": "Kiam ŝlosita"
+ },
+ "White": {
+ "White": ""
+ },
+ "Wi-Fi Password": {
+ "Wi-Fi Password": "Pasvorto de Wi-Fi"
+ },
+ "Wi-Fi and Ethernet connection": {
+ "Wi-Fi and Ethernet connection": "Konektoj de Wi-Fi kaj Ethernet"
+ },
+ "Wi-Fi not available": {
+ "Wi-Fi not available": "Wi-Fi ne disponeblas"
+ },
+ "WiFi": {
+ "WiFi": "WiFi"
+ },
+ "WiFi Device": {
+ "WiFi Device": "WiFi-aparato"
+ },
+ "WiFi QR code for ": {
+ "WiFi QR code for ": "WiFi QR-kodo por "
+ },
+ "WiFi disabled": {
+ "WiFi disabled": "WiFi estas malŝaltita"
+ },
+ "WiFi enabled": {
+ "WiFi enabled": "WiFi estas ŝaltita"
+ },
+ "WiFi is off": {
+ "WiFi is off": "WiFi estas malŝaltita"
+ },
+ "WiFi off": {
+ "WiFi off": "WiFi malŝaltita"
+ },
+ "Wide (BT2020)": {
+ "Wide (BT2020)": "Larĝa (BT2020)"
+ },
+ "Widget Background Color": {
+ "Widget Background Color": "Fonkoloro de fenestraĵoj"
+ },
+ "Widget Management": {
+ "Widget Management": "Mastrumado de fenestraĵoj"
+ },
+ "Widget Opacity": {
+ "Widget Opacity": "Fenestraĵo Opakeco"
+ },
+ "Widget Outline": {
+ "Widget Outline": "Konturo de fenestraĵoj"
+ },
+ "Widget Style": {
+ "Widget Style": "Stilo de Fenestraĵo"
+ },
+ "Widget Styling": {
+ "Widget Styling": "Stiligado de fenestraĵoj"
+ },
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
+ "Widget Transparency": {
+ "Widget Transparency": "Travidebleco de Fenestraĵo"
+ },
+ "Widget added": {
+ "Widget added": "Fenestraĵo estas aldonita"
+ },
+ "Widget removed": {
+ "Widget removed": "Fenestraĵo estas forigita"
+ },
+ "Widgets": {
+ "Widgets": "Fenestraĵoj"
+ },
+ "Widgets & Notifications": {
+ "Widgets & Notifications": "Fenestraĵoj kaj Sciigoj"
+ },
+ "Widgets, layout, style": {
+ "Widgets, layout, style": "Fenestraĵoj, aranĝo, stilo"
+ },
+ "Width": {
+ "Width": "Larĝo"
+ },
+ "Width of the border in pixels": {
+ "Width of the border in pixels": "Larĝo de la limo en pikseloj"
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": "Larĝo de la fenestraĵo konturo en pikseloj"
+ },
+ "Width of window border": {
+ "Width of window border": "Larĝo de fenestra rando"
+ },
+ "Width of window border and focus ring": {
+ "Width of window border and focus ring": "Larĝo de fenestra bordo kaj fokusa ringo"
+ },
+ "Wind": {
+ "Wind": "Vento"
+ },
+ "Wind Speed": {
+ "Wind Speed": "Venta rapido"
+ },
+ "Wind Speed in m/s": {
+ "Wind Speed in m/s": "Venta rapido en m/s"
+ },
+ "Window Corner Radius": {
+ "Window Corner Radius": "Angula radiuso de fenestroj"
+ },
+ "Window Gaps": {
+ "Window Gaps": "Fenestraj breĉoj"
+ },
+ "Window Gaps (px)": {
+ "Window Gaps (px)": "Fenestraj breĉoj (px)"
+ },
+ "Window Height": {
+ "Window Height": "Alto de fenestro"
+ },
+ "Window Opening": {
+ "Window Opening": "Malfermado de fenestro"
+ },
+ "Window Rules": {
+ "Window Rules": "Fenestraj reguloj"
+ },
+ "Window Rules Include Missing": {
+ "Window Rules Include Missing": "Fenestraj reguloj-inkluzivo mankas"
+ },
+ "Window Rules Not Configured": {
+ "Window Rules Not Configured": "Fenestraj reguloj ne estas agorditaj"
+ },
+ "Wipe": {
+ "Wipe": "Viŝo"
+ },
+ "Working...": {
+ "Working...": "Laborante..."
+ },
+ "Workspace": {
+ "Workspace": "Laborspaco"
+ },
+ "Workspace Appearance": {
+ "Workspace Appearance": "Aspekto de laborspaco"
+ },
+ "Workspace Index Numbers": {
+ "Workspace Index Numbers": "Indeksaj numeroj de laborspacoj"
+ },
+ "Workspace Names": {
+ "Workspace Names": "Nomoj de laborspacoj"
+ },
+ "Workspace Padding": {
+ "Workspace Padding": "Interna marĝeno de laborspaco"
+ },
+ "Workspace Settings": {
+ "Workspace Settings": "Agordoj de laborspaco"
+ },
+ "Workspace Switcher": {
+ "Workspace Switcher": "Laborspaca ŝaltilo"
+ },
+ "Workspace name": {
+ "Workspace name": "Nomo de laborspaco"
+ },
+ "Workspaces": {
+ "Workspaces": "Laborspacoj"
+ },
+ "Wrap the app command. %command% is replaced with the actual executable": {
+ "Wrap the app command. %command% is replaced with the actual executable": "Envolvu la aplikan komandon. "
+ },
+ "Write:": {
+ "Write:": "Skribado:"
+ },
+ "X": {
+ "X": "X"
+ },
+ "X Axis": {
+ "X Axis": "Akso X"
+ },
+ "X-Ray": {
+ "X-Ray": "x-rada"
+ },
+ "XWayland": {
+ "XWayland": "XWayland"
+ },
+ "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": {
+ "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "Xray malklarigas nur la tapeton (efika) kaj estas la defaŭlta kiam Blur estas ŝaltita. "
+ },
+ "Y": {
+ "Y": "ipsilono"
+ },
+ "Y Axis": {
+ "Y Axis": "Akso Y"
+ },
+ "Yes": {
+ "Yes": "Jes"
+ },
+ "Yesterday": {
+ "Yesterday": "Hieraŭ"
+ },
+ "You have unsaved changes. Save before closing this tab?": {
+ "You have unsaved changes. Save before closing this tab?": "Vi havas nekonservitajn ŝanĝojn. Ĉu konservi antaŭ ol fermi ĉi tiun langeton?"
+ },
+ "You have unsaved changes. Save before continuing?": {
+ "You have unsaved changes. Save before continuing?": "Vi havas nekonservitajn ŝanĝojn. Ĉu konservi antaŭ ol daŭrigi?"
+ },
+ "You have unsaved changes. Save before creating a new file?": {
+ "You have unsaved changes. Save before creating a new file?": "Vi havas nekonservitajn ŝanĝojn. Ĉu konservi antaŭ ol krei novan dosieron?"
+ },
+ "You have unsaved changes. Save before opening a file?": {
+ "You have unsaved changes. Save before opening a file?": "Vi havas nekonservitajn ŝanĝojn. Ĉu konservi antaŭ ol malfermi dosieron?"
+ },
+ "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": {
+ "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Vi devas agordi ĉu:\nQT_QPA_PLATFORMTHEME=gtk3 AŬ\nQT_QPA_PLATFORMTHEME=qt6ct\nkiel mediajn variablojn, kaj poste restartigi la ŝelon.\n\nqt6ct postulas, ke qt6ct-kde estu instalita."
+ },
+ "You'll enter your password at the greeter after the next reboot.": {
+ "You'll enter your password at the greeter after the next reboot.": "Vi enigos vian pasvorton ĉe la salutilo post la sekva rekomenco."
+ },
+ "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": {
+ "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": "Vi preterlasos la salutan pasvorton post la sekva rekomenco. "
+ },
+ "You're All Set!": {
+ "You're All Set!": "Ĉio estas preta!"
+ },
+ "Your compositor does not support background blur (ext-background-effect-v1)": {
+ "Your compositor does not support background blur (ext-background-effect-v1)": "Via kompostisto ne subtenas fonmalklarigon (ext-background-effect-v1)"
+ },
+ "Your system is up to date!": {
+ "Your system is up to date!": "Via sistemo estas ĝisdata!"
+ },
+ "actions": {
+ "actions": "agoj"
+ },
+ "admin": {
+ "admin": "admin"
+ },
+ "attached": {
+ "attached": "aligita"
+ },
+ "brandon": {
+ "brandon": "brandon"
+ },
+ "by %1": {
+ "by %1": "de %1"
+ },
+ "days": {
+ "days": "tagoj"
+ },
+ "detached": {
+ "detached": "deigita"
+ },
+ "device": {
+ "device": "aparato"
+ },
+ "devices connected": {
+ "devices connected": "aparatoj konektitaj"
+ },
+ "dgop not available": {
+ "dgop not available": "dgop ne disponeblas"
+ },
+ "direct": {
+ "direct": "senpera"
+ },
+ "dms is a highly customizable, modern desktop shell with a material 3 inspired design.
It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": {
+ "dms is a highly customizable, modern desktop shell with a material 3 inspired design.
It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms estas tre agordebla, moderna labortabla ŝelo kun dezajno inspirita de material 3.
Ĝi estas konstruita per Quickshell, QT6-kadro por konstrui labortablajn ŝelojn, kaj Go, statike tipita, kompilita programlingvo."
+ },
+ "dms/cursor config exists but is not included. Cursor settings won't apply.": {
+ "dms/cursor config exists but is not included. Cursor settings won't apply.": "dms/cursor-agordo ekzistas sed ne estas inkluzivita. Kursoraj agordoj ne aplikiĝos."
+ },
+ "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-agordo ekzistas sed ne estas inkluzivita en via komponila agordo. Ekran-ŝanĝoj ne persistos."
+ },
+ "e.g. /usr/bin/my-script --flag": {
+ "e.g. /usr/bin/my-script --flag": "ekz. "
+ },
+ "e.g. My Script": {
+ "e.g. My Script": "ekz. "
+ },
+ "e.g. alice": {
+ "e.g. alice": "ekz. "
+ },
+ "e.g., firefox, kitty --title foo": {
+ "e.g., firefox, kitty --title foo": "ekz., firefox, kitty --title foo"
+ },
+ "e.g., focus-workspace 3, resize-column -10": {
+ "e.g., focus-workspace 3, resize-column -10": "ekz., focus-workspace 3, resize-column -10"
+ },
+ "e.g., hl.dsp.focus({ workspace = \"3\" })": {
+ "e.g., hl.dsp.focus({ workspace = \"3\" })": "ekz., hl.dsp.focus({ laborspaco = \"3\" })"
+ },
+ "e.g., notify-send 'Hello' && sleep 1": {
+ "e.g., notify-send 'Hello' && sleep 1": "ekz., notify-send 'Saluton' && sleep 1"
+ },
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": "ekz., scratch, /^tmp_.*/, build"
+ },
+ "ext": {
+ "ext": "etendo"
+ },
+ "featured": {
+ "featured": "elstara"
+ },
+ "khal": {
+ "khal": "khal"
+ },
+ "last seen %1": {
+ "last seen %1": "laste vidita %1"
+ },
+ "leave empty for default": {
+ "leave empty for default": "lasu malplena por defaŭlto"
+ },
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": "loginctl-aktivigo malsukcesis (eliro %1)"
+ },
+ "loginctl not available - lock integration requires DMS socket connection": {
+ "loginctl not available - lock integration requires DMS socket connection": "loginctl ne disponeblas - ŝlos-integriĝo postulas DMS-kontaktskatolan konekton"
+ },
+ "mango: config reloaded": {
+ "mango: config reloaded": "mango: agordo reŝargita"
+ },
+ "mango: failed to reload config": {
+ "mango: failed to reload config": "mango: malsukcesis reŝargi agordon"
+ },
+ "mangowc Discord Server": {
+ "mangowc Discord Server": "Discord-servilo de mangowc"
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": "GitHub de mangowc"
+ },
+ "matugen not available or disabled - cannot apply GTK colors": {
+ "matugen not available or disabled - cannot apply GTK colors": "matugen ne havebla aŭ malŝaltita - ne povas apliki GTK-kolorojn"
+ },
+ "matugen not available or disabled - cannot apply Qt colors": {
+ "matugen not available or disabled - cannot apply Qt colors": "matugen ne havebla aŭ malŝaltita - ne povas apliki Qt-kolorojn"
+ },
+ "matugen not found - install matugen package for dynamic theming": {
+ "matugen not found - install matugen package for dynamic theming": "matugen ne trovita - instalu pakaĵon matugen por dinamika etosigo"
+ },
+ "minutes": {
+ "minutes": "minutoj"
+ },
+ "ms": {
+ "ms": "ms"
+ },
+ "nav": {
+ "nav": "navigi"
+ },
+ "niri GitHub": {
+ "niri GitHub": "GitHub de niri"
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": "Matrix-babilejo de niri"
+ },
+ "niri shortcuts config": {
+ "niri shortcuts config": "agordo de niri-mallongigoj"
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": "Discord de niri/dms"
+ },
+ "niri: config reloaded": {
+ "niri: config reloaded": "niri: agordo reŝargita"
+ },
+ "niri: failed to load config": {
+ "niri: failed to load config": "niri: malsukcesis ŝargi agordon"
+ },
+ "now": {
+ "now": "nun"
+ },
+ "official": {
+ "official": "oficiala"
+ },
+ "on Hyprland": {
+ "on Hyprland": "sur Hyprland"
+ },
+ "on MangoWC": {
+ "on MangoWC": "sur MangoWC"
+ },
+ "on Miracle WM": {
+ "on Miracle WM": "sur Miracle WM"
+ },
+ "on Niri": {
+ "on Niri": "sur Niri"
+ },
+ "on Scroll": {
+ "on Scroll": "per rulumado"
+ },
+ "on Sway": {
+ "on Sway": "sur Sway"
+ },
+ "open": {
+ "open": "malfermi"
+ },
+ "or run ": {
+ "or run ": "aŭ lanĉu "
+ },
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": "power-profiles-daemon ne disponeblas"
+ },
+ "procs": {
+ "procs": "proc."
+ },
+ "r/niri Subreddit": {
+ "r/niri Subreddit": "Subreddit r/niri"
+ },
+ "relay: %1": {
+ "relay: %1": "relajso: %1"
+ },
+ "remote": {
+ "remote": "fora"
+ },
+ "seconds": {
+ "seconds": "sekundoj"
+ },
+ "session %1": {
+ "session %1": "sesio %1"
+ },
+ "source": {
+ "source": "fonto"
+ },
+ "this app": {
+ "this app": "ĉi tiu aplikaĵo"
+ },
+ "until %1": {
+ "until %1": "ĝis %1"
+ },
+ "up": {
+ "up": "supren"
+ },
+ "update dms for NM integration.": {
+ "update dms for NM integration.": "ĝisdatigu DMS-on por NM-integriĝo."
+ },
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": "useradd malsukcesis (eliro %1)"
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": "userdel malsukcesis (eliro %1)"
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": "uzantmodo malsukcesis (eliro %1)"
+ },
+ "v%1 by %2": {
+ "v%1 by %2": "v%1 de %2"
+ },
+ "wtype not available - install wtype for paste support": {
+ "wtype not available - install wtype for paste support": "wtype ne disponeblas - instalu wtype por alglua subteno"
+ },
+ "• Install only from trusted sources": {
+ "• Install only from trusted sources": "• Instalu nur el fidindaj fontoj"
+ },
+ "• M - Month (1-12)": {
+ "• M - Month (1-12)": "• M - Monato (1-12)"
+ },
+ "• MM - Month (01-12)": {
+ "• MM - Month (01-12)": "• MM - Monato (01-12)"
+ },
+ "• MMM - Month (Jan)": {
+ "• MMM - Month (Jan)": "• MMM - Monato (Jan)"
+ },
+ "• MMMM - Month (January)": {
+ "• MMMM - Month (January)": "• MMMM - Monato (Januaro)"
+ },
+ "• Plugins may contain bugs or security issues": {
+ "• Plugins may contain bugs or security issues": "• Kromprogramoj eble enhavas cimojn aŭ sekurecajn problemojn"
+ },
+ "• Review code before installation when possible": {
+ "• Review code before installation when possible": "• Reviziu kodon antaŭ instalado kiam eble"
+ },
+ "• d - Day (1-31)": {
+ "• d - Day (1-31)": "• d - Tago (1-31)"
+ },
+ "• dd - Day (01-31)": {
+ "• dd - Day (01-31)": "• dd - Tago (01-31)"
+ },
+ "• ddd - Day name (Mon)": {
+ "• ddd - Day name (Mon)": "• ddd - Tagnomo (Lun)"
+ },
+ "• dddd - Day name (Monday)": {
+ "• dddd - Day name (Monday)": "• dddd - Tagnomo (Lundo)"
+ },
+ "• yy - Year (24)": {
+ "• yy - Year (24)": "• yy - Jaro (24)"
+ },
+ "• yyyy - Year (2024)": {
+ "• yyyy - Year (2024)": "• yyyy - Jaro (2024)"
+ },
+ "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
+ "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Navigi • Spaco: Etendi • Enigo: Ago/Etendi • E: Teksto"
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Navigi • Enigu/Ctrl+C: Kopiu • Del: Forigi • Ctrl+E: Redakti • Ctrl+S: Alpingli/Malpingli • F10: Helpo"
+ },
+ "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": {
+ "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Navigi • Enigu: Alglui • Ctrl+C: Kopiu • Del: Forigi • Ctrl+E: Redakti • Ctrl+S: Alpingli/Malpingli • F10: Helpo"
+ }
+}
diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json
index a781755b..81a15c2a 100644
--- a/quickshell/translations/poexports/es.json
+++ b/quickshell/translations/poexports/es.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Márgenes automáticos en pop‑ups"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": ""
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Configuración de barras"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": ""
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Transparencia de barra"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de carga de bateria"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Bateria y gestion de energia"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Nivel de batería y gestión de energía"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Comportamiento"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": ""
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Canal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Cargando"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": ""
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Elegir icono"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Elegir el color de fondo para los widgets"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": ""
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": ""
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Clic para capturar"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": ""
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Temperatura de color para el día"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Creando..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Prioridad Crítica"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Personal"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Color personalizado"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Modo oscuro"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": ""
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Docs"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Espacio entre bordes"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Errores"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Funcion experimental"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Encontrar texto"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Control de gamma no disponible. Requiere DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Tema de iconos"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Modo claro"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": ""
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": ""
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": ""
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Local"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": ""
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Prioridad baja"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": ""
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nada que ver aquí"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Centro de notificaciones"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Duración de las notificaciones"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Notificaciones emergentes en pantalla"
},
"Notifications": {
"Notifications": "Notificaciones"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Números"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"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"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": ""
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Perfil de Energía Degradada"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": ""
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Gestión del perfil de potencia disponible"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Fuente de energia"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": ""
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primario"
},
"Primary Container": {
"Primary Container": ""
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Gestión del servidor de impresión"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Conteo de procesos"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Procesos"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": ""
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protocolo"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": ""
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Configuraciones guardadas"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": ""
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Secundario"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Seguro"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Separador"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Mostrar sensación térmica"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": ""
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": ""
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Mostrar campo de contraseña"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Mostrar acciones de energia"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Mostrar Reiniciar"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Mostrar Reiniciar DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": ""
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Mostrar visualizador de auido cava en el widget de multimedia"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": ""
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": ""
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": ""
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": ""
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Sincronizar modo con los portales"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Forzar modo oscuro en terminales"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": ""
},
@@ -7706,6 +7958,9 @@
"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": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Mensajes emergentes"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": ""
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": ""
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": ""
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Contraseña Wi-Fi"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Estilo de widgets"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Transparencia de widget"
},
diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json
index 8d10673b..9c698577 100644
--- a/quickshell/translations/poexports/fa.json
+++ b/quickshell/translations/poexports/fa.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "کاربر با این نام از قبل وجود دارد."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "برق AC"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": "مجاز"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای کنترل زمان فعال شدن آن استفاده کنید."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "فاصله پاپآپ خودکار"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "حالت خودکار فعال است. انتخاب پروفایل دستی غیرفعال میباشد."
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "خودکارسازی"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "تاری پسزمینه"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "پیکربندی نوار"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "سایه نوارها"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "شفافیت نوار"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "محدودیت شارژ باتری"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "مدیریت باتری و پاور"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "وضعیت باتری و مدیریت انرژی"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "رفتار"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "سیاه"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "مسدود کردن خروج"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "کانال"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "درحال شارژ"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "انتخاب کنید که این نوار چگونه جهت سایه را مشخص کند"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "انتخاب آیکون"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "تک رنگ یا رنگ سایه تم را برای آیکونهای سینی سیستم انتخاب کنید"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "رنگ پسزمینه برای ابزارکها انتخاب کنید"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "رد شدن کلیک"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "برای ویرایش، روی هر میانبری کلیک کنید. تغییرات در %1 ذخیره میشوند"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "برای ضبط کلیک کنید"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "رنگ برای دکمههای عمل اصلی"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "دمای رنگ برای زمان روز"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "درحال ایجاد..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "اولویت حیاتی"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "سفارشی"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "رنگ سفارشی"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "حالت تاریک"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "پایه حالت تاریک"
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "فاصله داخلی، شفافیت و حاشیه داک"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "مستندات"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "فاصله لبه"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "لبهای که لانچر از آن بیرون میلغزد"
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "خطاها"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "اترنت"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "کاربران موجود"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "قابلیت آزمایشی"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "اعمال رنگهای Qt ناموفق بود"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "اعمال پروفایل ناموفق بود"
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "یافتن در متن"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "کنترل گاما در دسترس نیست. نیاز به DMS API نسخه ۶ به بالا دارد."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "تم آیکون"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "هشدارهای یکسان بهجای روی هم قرار گرفتن به صورت یک پاپآپ نمایش داده میشوند"
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": "به تایپ کردن ادامه دهید"
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "حالت روشن"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "باران سبک"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "هارمونی حالت روشن"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "خط"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "محلی"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "زبان"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "اولویت پایین"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "پخشکننده موسیقی"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "پاپآپها بیصدا شوند"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "چیزی برای مشاهده نیست"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "مرکز اعلانات"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "وقفه اعلانها"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "پاپآپهای اعلان به صورت تُست"
},
"Notifications": {
"Notifications": "اعلانها"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "شمارهها"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "فقط روی PAM مدیریت شده توسط DMS تأثیر میگذارد. اگر greetd از قبل شامل pam_fprintd باشد، اثر انگشت فعال میماند."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "تنها پنجرهها در مانیتور کنونی را در هر داک نمایش بده"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "باز کردن پوشه"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "تنزلدادن پروفایل پاور"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "ذخیره انرژی"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "مدیریت پروفایل پاور در دسترس"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "منبع پاور"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "پیشنمایش"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "اصلی"
},
"Primary Container": {
"Primary Container": "زمینه اصلی"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "مدیریت سرور چاپ"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "تعداد فرایندها"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "فرایندها"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "پروفایل ذخیره شد: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "پروتکل"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "گذرواژه را دوباره وارد کنید"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "آخرین پرسوجو را به خاطر بسپار"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "آخرین نشست را به خاطر بسپار"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "پیکربندیهای ذخیره شده"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "یادداشت ذخیره شده"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "ثانویه"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "ایمن"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "جدا"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "جداکننده"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "نمایش دمای حسی"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "نمایش پاورقی"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "نمایش نشان تعداد سرریز"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "نمایش فیلد گذرواژه"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "نمایش اقدامهای پاور"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "نمایش راهاندازی مجدد"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "نمایش راهاندازی مجدد DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "یک خط بیرونی دور نشانگر محیطکار فوکوس شده نشان بده"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "نمایش مصورساز صوتی cava در ابزارک رسانه"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": "بیصدا کردن اعلانها"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "راه راه"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "خلاصه"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "رفتار سطح"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "شفافیت سطح"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "سطح متغیر"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "همگامسازی"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "همگامسازی حالت با پورتال"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "شبکه Tailscale"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailcale در دسترس نیست"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "ترمینالها - همیشه از تم تاریک استفاده کن"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "آزمایش اتصال"
},
@@ -7706,6 +7958,9 @@
"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": "برای استفاده از این نگاشت DMS، نگاشتکلید را در config.kdl خود حذف کنید یا تغییر دهید"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "پیامهای تًست"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "از تصویر پسزمینه دسکتاپ استفاده کن"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "از احراز هویت اثرانگشت برای صفحه قفل استفاده کن."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "از متر بر ثانیه به جای km/h برای سرعت باد استفاده کن"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "از کارتهای اعلان کوچکتر استفاده کن"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "هنگام قفل شدن"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "گذرواژه وایفای"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "استایلدهی ابزارک"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "شفافیت ابزارک"
},
diff --git a/quickshell/translations/poexports/fr.json b/quickshell/translations/poexports/fr.json
index 37d5ec02..5549bf31 100644
--- a/quickshell/translations/poexports/fr.json
+++ b/quickshell/translations/poexports/fr.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Alimentation secteur"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Appliquer une température de couleur chaude pour réduire la fatigue visuelle. Utilisez les paramètres d’automatisation ci-dessous pour définir son activation."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Espacements automatiques des fenêtres contextuelles"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "Automatisation"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Configurations de la barre"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "Ombres de barre"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Transparence de la barre"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de charge de la batterie"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Gestion de la batterie et de l’alimentation"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Niveau de batterie et gestion de l'alimentation"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Comportement"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Bloquer"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Canal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "En charge"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Choisissez comment cette barre gère la direction de l'ombre"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Choisir une icône"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Choisir la couleur de fond des widgets"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Cliquable à travers"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Cliquez sur un raccourci pour l’éditer. Les modifications sont enregistrées dans %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Cliquer pour capturer"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Couleur primaire pour les boutons d'action"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Température de couleur pour la journée"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Création..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Priorité critique"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Personnalisé"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Couleur personnalisée"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Mode sombre"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": ""
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Documentation"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Espacement des bords"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Erreurs"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Fonctionnalité expérimentale"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Rechercher dans le texte"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Le contrôle du gamma n’est pas disponible. Nécessite l’API DMS v6 ou supérieure."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Thème d'icônes"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Mode Clair"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Pluie légère"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": ""
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Ligne"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Local"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Régional"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Faible priorité"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Mettre les popups en sourdine"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Rien à voir ici."
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Centre de Notifications"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Délais d’affichage des notifications"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Notifications éphémères à l’écran"
},
"Notifications": {
"Notifications": "Notifications"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Nombres"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Afficher uniquement les fenêtres de l'écran actuel sur chaque dock"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Ouvrir dossier"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Dégradation du profil d’alimentation"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Économie d'énergie"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Gestion du profil d’alimentation disponible"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Source d’alimentation"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Aperçu"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Principal"
},
"Primary Container": {
"Primary Container": "Conteneur primaire"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Gestion du serveur d’impression"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Nombre de processus"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Processus"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Profil sauvegardé : %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protocole"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Se souvenir de la dernière session"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Configurations enregistrées"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Note sauvegardée"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Secondaire"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Sécurisé"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Séparateur"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Afficher la température ressentie"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Afficher le pied de page"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Afficher le compteur du badge de débordement"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Afficher le champ de mot de passe"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Afficher les actions d’alimentation"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Afficher redémarrer"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Afficher redémarrer DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Afficher un contour autour de l’indicateur de l’espace actif"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Afficher le visualiseur audio Cava dans le widget multimédia"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "Rayures"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Résumé"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Variante de surface"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Synchro"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Synchroniser le mode avec les portails"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Forcer le mode sombre dans les terminaux"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Tester la connexion"
},
@@ -7706,6 +7958,9 @@
"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": "Pour utiliser ce raccourci DMS, supprimez ou modifiez le keybind dans votre config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Messages toast"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Utiliser le fond d'écran du bureau"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Utilisez l'authentification par empreinte pour l'écran de verrouillage."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Utiliser les m/s au lieu des km/h pour la vitesse du vent"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Utiliser des cartes de notification plus petites"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Une fois verrouillé"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Mot de passe Wi-Fi"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Stylisation du widget"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Transparence du widget"
},
diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json
index a091810f..d19a5272 100644
--- a/quickshell/translations/poexports/he.json
+++ b/quickshell/translations/poexports/he.json
@@ -135,7 +135,7 @@
"1 day": "יום אחד"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "יום אחד לפני"
},
"1 device connected": {
"1 device connected": "התקן אחד מחובר"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "שעה וחצי (ו30 דקות)"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "שעה אחת לפני"
},
"1 minute": {
"1 minute": "דקה אחת"
@@ -162,7 +162,7 @@
"1 task": "משימה אחת"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 דקות לפני"
},
"10 minutes": {
"10 minutes": "10 דקות"
@@ -183,7 +183,7 @@
"15 min": "15 דקות"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 דקות לפני"
},
"15 minutes": {
"15 minutes": "15 דקות"
@@ -243,7 +243,7 @@
"30 min": "30 דקות"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 דקות לפני"
},
"30 minutes": {
"30 minutes": "30 דקות"
@@ -270,7 +270,7 @@
"45 seconds": "45 שניות"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 דקות לפני"
},
"5 minutes": {
"5 minutes": "5 דקות"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "כבר קיים משתמש/ת עם השם זה."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "חשמל AC"
},
@@ -468,13 +471,13 @@
"Add by Address": "הוספה לפי כתובת"
},
"Add location": {
- "Add location": ""
+ "Add location": "הוסף/י מיקום"
},
"Add match": {
"Add match": "הוסף/י התאמה"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "הוסף/י הערות"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "הוסף/י את המשתמש/ת החדש/ה לקבוצה %1 כדי שיוכלו להריץ את הפקודה dms greeter sync --profile."
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "אפשר/י"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "אפשר/י התאמת עוצמת קול של ההתקן על ידי גלילה בחצי הימני של הפריטים ברשימת ההתקנים"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "אפשר/י ללחיצות לעבור מבעד לווידג׳ט"
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "החל/י חיתוכי פינות קעורים הפוכים על הסרגל"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת."
},
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "לפחות פלט אחד חייב להישאר מופעל"
},
"At start": {
- "At start": ""
+ "At start": "בזמן ההתחלה"
},
"Attach": {
"Attach": "חבר/י"
@@ -807,22 +816,25 @@
"Auto (Wide)": "אוטומטי (רחב)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "מרווחי קומפוזיטור אוטומטיים"
},
"Auto Location": {
"Auto Location": "מיקום אוטומטי"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "גלישה אוטומטית"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "מרווחי חלוניות קופצות אוטומטיים"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "מצב אוטומטי מופעל. בחירת פרופיל ידנית מושבתת."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "נשמר אוטומטית"
},
"Auto-Clear After": {
"Auto-Clear After": "ניקוי אוטומטי אחרי"
@@ -855,7 +867,7 @@
"Auto-login on startup": "התחברות אוטומטית בהפעלה"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "שמירה אוטומטית לדיסק"
},
"Auto-saving...": {
"Auto-saving...": "שומר אוטומטית..."
@@ -909,7 +921,10 @@
"Automatically lock the screen when the system prepares to suspend": "נעילה אוטומטית של המסך כשהמערכת מתכוננת למצב השהיה"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "שמור/שמרי שינויים בקבצים פתוחים אוטומטית בעת ההקלדה"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "אוטומציה"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "טשטוש רקע"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "אפקט רקע"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "תצורות סרגלים"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "שקיפות הסרגל"
},
"Bar Shadows": {
"Bar Shadows": "הצללות סרגל"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "שקיפות סרגל"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "מגבלה טעינה לסוללה"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "ניהול סוללה וחשמל"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "רמת סוללה וניהול חשמל"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "התנהגות"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "שחור"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "חסימה החוצה"
},
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "טשטש/י את הרקע מאחורי סרגלים, חלונות קופצים, מודלים והתראות. דורש תמיכה והגדרה של הקומפוזיטור."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "טשטש/י את הרקע מאחורי סרגלים, חלונות קופצים, מודלים והתראות. דורש תמיכה של הקומפוזיטור. התאם/י את השקיפות בהתאם."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "טשטש/י את הרקע כאשר הסקירה של Niri פתוחה"
@@ -1110,7 +1161,7 @@
"Body": "גוף"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "גודל גופן של גוף ההודעה"
},
"Bold": {
"Bold": "מודגש"
@@ -1233,7 +1284,7 @@
"Calendar": "יומן"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Backend של היומן"
},
"Camera": {
"Camera": "מצלמה"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "ערוץ"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "בטעינה"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "בחר/י לאיזה כיוון יופנה הצל על הסרגל הזה"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "בחר/י סמל"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "בחר/י גוון מונוכרומטי או צבע של ערכת הנושא עבור סמלי מגש המערכת"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "בחר/י את צבע הרקע לווידג׳טים"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "בחר/י האם להפעיל אפליקציית שולחן עבודה או פקודה"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "בחר/י אילו כפתורי פעולה יופיעו ברשומות לוח ההעתקה"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "בחר/י באילו מסכים יוצג ווידג׳ט זה"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "לחיצה מבעד לווידג׳ט"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "לחץ/י על כל קיצור דרך כדי לערוך. השינויים נשמרים ב-%1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "לחץ/י ללכידה"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "צבע לכפתורי פעולה ראשיים"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "טמפרטורת צבע לשעות היום"
},
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "שולט בשקיפות של כל החלונות הקופצים, המודלים ושכבות התוכן שלהם"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "שולט בשקיפות של משטחי המעטפת, חלונות קופצים ומודלים"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "שולט בשקיפות של רקע הסרגל"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "שולט בשקיפות של המסגרת"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "שולט בשקיפות של שכבת הצל"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "שולט בשקיפות של קווי המתאר בווידג׳ט"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "שולט בשקיפות של רקעי הווידג׳טים"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "שולט בקווי המתאר מסביב לכרטיסי רקע קדמי מטושטשים, כפתורים וכרטיסי התראות"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "שולט ברדיוס הטשטוש הבסיסי ובהיסט של הצללים"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "שולט בשקיפות של הצל"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "שולט בקצה החיצוני של חלונות המטושטשים על ידי הפרוטוקול"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "יוצר..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "עדיפות קריטית"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: בחירת הכל • Ctrl+P: תצוגה מקדימה • Enter/Shift+Enter: חיפוש הבא/הקודם • Esc: סגירה"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: שמירה • Ctrl+O: פתיחה • Ctrl+N: חדש • Ctrl+F: חיפוש"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: החלפת כרטיסיה • Ctrl+S: הצמדה/ביטול הצמדה • Shift+Del: ניקוי הכל • Esc: סגירה"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "מותאם אישית"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "צבע מותאם אישית"
},
@@ -2100,13 +2190,13 @@
"DankBar": "Dank Bar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar אינו מותקן"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar אינו פועל"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell מוכן לשימוש"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "מצב כהה"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "בסיס למצב כהה"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "קיצור מקלדת למשגר ברירת המחדל"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "מצב ברירת מחדל"
},
"Default Opens": {
"Default Opens": "פתיחה כברירת מחדל"
@@ -2295,7 +2388,7 @@
"Device connections": "חיבורי התקנים"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "עוצמת שמע בגלילה על רשימת ההתקנים"
},
"Device names updated": {
"Device names updated": "שמות ההתקנים עודכנו"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "משגר וDock"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "שקיפות הDock"
},
"Dock Transparency": {
"Dock Transparency": "שקיפות הDock"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "נראות הDock"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "שוליים, שקיפות ומסגרת של הDock"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "שוליים, שקיפות ומסגרת הDock"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "דוקיומנטציה"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "ריווח קצוות"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "הקצה שממנו המשגר מחליק"
},
"Edit": {
- "Edit": ""
+ "Edit": "ערוך/ערכי"
},
"Edit App": {
"Edit App": "ערוך/ערכי אפליקציה"
@@ -2592,7 +2691,7 @@
"Edit clipboard text": "ערוך/ערכי טקסט מלוח ההעתקה"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "ערוך/ערכי אירוע"
},
"Editing changes on %1": {
"Editing changes on %1": "עורך שינויים ב-%1"
@@ -2712,7 +2811,7 @@
"End": "סוף"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "זמן הסיום חייב להיות אחרי זמן ההתחלה"
},
"Enlarge on Hover": {
"Enlarge on Hover": "הגדל/י בריחוף"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "שגיאות"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "כותרת האירוע"
},
"Every 15 minutes": {
"Every 15 minutes": "כל 15 דקות"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "משתמשים קיימים"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "תכונה ניסיונית"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "החלת צבעי Qt נכשלה"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "החלת הפרופיל נכשלה"
},
@@ -3150,7 +3258,7 @@
"File Manager": "מנהל קבצים"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "הקובץ השתנה בדיסק"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "מנהל הקבצים שבו נעשה שימוש כדי לפתוח את האשפה. בחר/י \"מותאם אישית\" כדי להזין פקודה משלך."
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "סינון"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "חפש/י בטקסט"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "בקרת גאמה אינה זמינה. נדרש API של DMS גרסה 6 ומעלה."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "צור/צרי דריסה"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "ערכת נושא של סמלים"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "התראות זהות מוצגות כחלון קופץ אחד במקום להיערם"
},
@@ -3963,7 +4080,7 @@
"Insert your security key...": "הכנס/י את מפתח האבטחה שלך..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "הסט/י את הפנקס פנימה מקצות המסך באמצעות הרווחים המוגדרים של הקומפוזיטור"
},
"Install": {
"Install": "התקן/י"
@@ -4074,10 +4191,13 @@
"Keep Changes": "שמור/י שינויים"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "שמור/שמרי את העריכות שלי"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "השאר/י בסרגל"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "המשך/המשיכי להקליד"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "מצב בהיר"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "גשם קל"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "הרמוניה במצב בהיר"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "קו"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "מקומי"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "שפה ואזור"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "נמוך"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "עדיפות נמוכה"
},
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "גודל מרווח ידני"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "רווחים ידניים"
},
"Manual Show/Hide": {
"Manual Show/Hide": "הצגה/הסתרה ידנית"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "מקסימום אפליקציות פועלות (0 = ללא הגבלה)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "מקסימום גלויים"
},
"Max Volume": {
"Max Volume": "עוצמה מקסימלית"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "נגן מוזיקה"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "השתק/י חלונות קופצים"
},
@@ -4845,7 +4989,7 @@
"New York, NY": "ניו יורק, ניו יורק"
},
"New event": {
- "New event": ""
+ "New event": "אירוע חדש"
},
"New group name...": {
"New group name...": "שם לקבוצה החדשה..."
@@ -4983,7 +5127,7 @@
"No brightness devices available": "אין התקני בהירות זמינים"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "אין מקור יומן זמין"
},
"No changes": {
"No changes": "אין שינויים"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "לא נמצאו רשומות לוח ההעתקה אחרונות"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "ללא תזכורת"
},
"No results": {
"No results": "אין תוצאות"
@@ -5178,7 +5322,7 @@
"No window rules configured": "לא הוגדרו חוקי חלון"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "אין יומן זמין לכתיבה"
},
"Noise": {
"Noise": "רעש"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "הגדרות גופן של הפנקס"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "הגדרות פנקס"
},
"Notepad Slideout": {
"Notepad Slideout": "החלקה של הפנקס"
},
"Notes": {
- "Notes": ""
+ "Notes": "הערות"
},
"Nothing": {
"Nothing": "כלום"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "אין מה לראות כאן"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "מרכז ההתראות"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "הקצבת זמן להתראות"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "התראות קופצות"
},
"Notifications": {
"Notifications": "התראות"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "מספרים"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "משפיע רק על PAM המנוהל על ידי DMS. אם greetd כבר כולל את pam_fprintd, טביעת האצבע תישאר מופעלת."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "הצג/י רק חלונות מהמסך הנוכחי בכל Dock"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "פתח/י מסגרת"
},
"Open From": {
- "Open From": ""
+ "Open From": "פתח/י מתוך"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "פתח/י את KDE Connect בטלפון שלך"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "פתח/י מסוף והרץ/י פקודה מותאמת אישית במקום תהליך השדרוג המובנה במעטפת."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "פתח/י תיקייה"
},
@@ -5619,7 +5778,7 @@
"Paste": "הדבק/י"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "הנתיב הועתק ללוח ההעתקה"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "נתיב לקובץ וידאו או תיקייה המכילה סרטוני וידאו"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "האינטגרציה עם Polkit מושבתת. ניהול משתמשים דורש את Polkit לצורך עדכון ההרשאות."
},
"Popout": {
- "Popout": ""
+ "Popout": "חלון קופץ"
},
"Popout Shadows": {
"Popout Shadows": "הצללות של חלונות קופצים"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "ירידת ביצועים בפרופיל צריכת החשמל"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "חיסכון בחשמל"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "ניהול פרופיל חשמל זמין"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "מקור חשמל"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "תצוגה מקדימה"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "ראשי"
},
"Primary Container": {
"Primary Container": "מיכל ראשי"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "ניהול שרת הדפסה"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "מספר תהליכים"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "תהליכים"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "פרופיל נשמר: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "פרוטוקול"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "הזן/י סיסמה מחדש"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "תצורת מורשת לקריאה בלבד"
},
@@ -6132,7 +6318,7 @@
"Release": "שחרור"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "טען/י מחדש מהדיסק"
},
"Reload Plugin": {
"Reload Plugin": "טען/י תוסף מחדש"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "זכירת הבקשה האחרונה"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "זכירת ההפעלה האחרונה"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "זכירת המשתמש האחרון"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "תזכורת"
},
"Remove": {
"Remove": "הסרה"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "תצורות שמורות"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "פתק נשמר"
},
@@ -6459,7 +6651,7 @@
"Saving...": "שומר/ת..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "שומר…"
},
"Scale": {
"Scale": "קנה מידה"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "משני"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "מאובטח"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "נפרד"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "מפריד"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "הגדר/י חוקים להתראות"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "הגדר/י את גודל הגופן לטקסט גוף ההתראה (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "הגדר/י את גודל הגופן לטקסט תקציר ההתראה"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "הגדרה"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "הצגת הטמפרטורה המורגשת (\"מרגיש כמו\")"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "הצגת כותרת תחתונה"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "הצגת תג עם ספירה לגלישה"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "הצגת שדה לסיסמה"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "הצגת פעולות חשמל"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "הצגה של \"הפעלה מחדש\""
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "הצגה של \"הפעלה מחדש של DMS\""
},
@@ -7014,7 +7227,13 @@
"Show Workspace Apps": "הצגת אפליקציות בסביבת העבודה"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "הצג/י פס שמתרוקן ככל שהזמן לסגירה האוטומטית של החלון הקופץ עובר"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": "הצג/י את כל 9 התגיות במקום רק תגיות בשימוש"
@@ -7022,6 +7241,9 @@
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "הצג/י טבעת מתאר סביב המחוון של סביבת העבודה הממוקדת"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "הצג/י את המחולל החזותי לשמע (cava) בווידג׳ט המדיה"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "השתק/י התראות"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "חלון קופץ בשורה אחת"
},
"Size": {
"Size": "גודל"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "דלג/י על סיסמת מסך ההתחברות לאחר ההפעלה עד להתנתקות. פתיחת מסך הנעילה נשארת ללא שינוי. ייכנס לתוקף בהפעלה מחדש הבאה לאחר סנכרון."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "חלונית מחליקה"
},
"Small": {
"Small": "קטן"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "פסים"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "סיכום"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "גודל גופן של התקציר"
},
"Sunrise": {
"Sunrise": "זריחה"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "התנהגות המשטח"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "שקיפות המשטח"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "גרסת משטח"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "סנכרון"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "סנכרון מצב עם הפורטל"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "רשת Tailscale"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale אינו זמין"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "השתמש/י תמיד בערכת נושא כהה במסופים"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "בדיקת חיבור"
},
@@ -7665,7 +7917,7 @@
"Timed Out": "הזמן אזל"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "פס התקדמות של הזמן הקצוב"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "הזמן שמוקצב להתראות בעדיפות קריטית"
@@ -7689,7 +7941,7 @@
"Title (optional)": "כותרת (אופציונלי)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "נדרשת כותרת"
},
"Title regex (optional)": {
"Title regex (optional)": "Title regex (אופציונלי)"
@@ -7706,6 +7958,9 @@
"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": "כדי להשתמש בקיצור המקלדת הזה ב DMS, הסר/י או שנה/י את קיצור המקלדת בקובץ הconfig.kdl שלך"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "הודעות קופצות"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "שימוש בפריסת רשת"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "השתמש/י בתבנית זמן HH:MM"
},
"Use IP Location": {
"Use IP Location": "שימוש במיקום לפי כתובת IP"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "שימוש ברקע של שולחן העבודה"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "השתמש/י באימות טביעת אצבע עבור מסך הנעילה."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "השתמש/י במטרים לשנייה במקום קמ\"ש למהירות רוח"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "השתמש/י בכרטיסי התראות קטנים יותר"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "משתמש בפעולת הIPC של spotlight-bar ותמיד פותח את הסרגל המינימלי."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "משתמש בDankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "משתמש בגופן ברוחב קבוע גלובלי מהגדרות ← התאמה אישית"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "משתמש בkhal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "ההגדרות משותפות עם בקרת גאמה"
@@ -8268,7 +8529,7 @@
"Visibility": "נראות"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "פעולות רשומה גלויות"
},
"Visual Effects": {
"Visual Effects": "אפקטים ויזואליים"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "כאשר נעול"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "סיסמת Wi-Fi"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "ניהול ווידג׳טים"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "שקיפות הווידג׳ט"
},
"Widget Outline": {
"Widget Outline": "מתאר לווידג׳טים"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "עיצוב לווידג׳טים"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "שקיפות לווידג׳טים"
},
@@ -8640,7 +8907,7 @@
"featured": "מומלץ"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "נראה/תה לאחרונה %1"
diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json
index 0f4e3758..514c90f9 100644
--- a/quickshell/translations/poexports/hu.json
+++ b/quickshell/translations/poexports/hu.json
@@ -135,7 +135,7 @@
"1 day": "1 nap"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 nappal előtte"
},
"1 device connected": {
"1 device connected": "1 eszköz csatlakoztatva"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 óra 30 perc"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 órával előtte"
},
"1 minute": {
"1 minute": "1 perc"
@@ -162,7 +162,7 @@
"1 task": "1 feladat"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 perccel előtte"
},
"10 minutes": {
"10 minutes": "10 perc"
@@ -183,7 +183,7 @@
"15 min": "15 perc"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 perccel előtte"
},
"15 minutes": {
"15 minutes": "15 perc"
@@ -243,7 +243,7 @@
"30 min": "30 perc"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 perccel előtte"
},
"30 minutes": {
"30 minutes": "30 perc"
@@ -270,7 +270,7 @@
"45 seconds": "45 másodperc"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 perccel előtte"
},
"5 minutes": {
"5 minutes": "5 perc"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "Már létezik ilyen nevű felhasználó."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Hálózati tápellátás"
},
@@ -468,13 +471,13 @@
"Add by Address": "Hozzáadás cím alapján"
},
"Add location": {
- "Add location": ""
+ "Add location": "Helyszín hozzáadása"
},
"Add match": {
"Add match": "Egyezés hozzáadása"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Jegyzetek hozzáadása"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "Az új felhasználó hozzáadása a(z) %1 csoporthoz, hogy futtathassa a dms greeter sync --profile parancsot."
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "Engedélyezés"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Eszköz hangerő módosításának engedélyezése az eszközlista elemeinek jobb felén történő görgetéssel"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Kattintások átengedése a widgeten"
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "Inverz konkáv sarokkivágások alkalmazása a sávra"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Meleg színhőmérséklet alkalmazása a szem megerőltetésének csökkentése érdekében. Az alábbi automatizálási beállítások segítségével szabályozhatod, hogy mikor aktiválódjon."
},
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "Legalább egy kimenetnek engedélyezve kell maradnia"
},
"At start": {
- "At start": ""
+ "At start": "Kezdéskor"
},
"Attach": {
"Attach": "Csatlakozás"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Automatikus (széles)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Automatikus kompozitor rések"
},
"Auto Location": {
"Auto Location": "Automatikus helymeghatározás"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Automatikus túlcsordulás"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Automatikus felugró ablak rések"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Az automatikus mód be van kapcsolva. A kézi profilválasztás le van tiltva."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Automatikusan mentve"
},
"Auto-Clear After": {
"Auto-Clear After": "Automatikus törlés"
@@ -855,7 +867,7 @@
"Auto-login on startup": "Automatikus bejelentkezés indításkor"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Automatikus mentés a lemezre"
},
"Auto-saving...": {
"Auto-saving...": "Automatikus mentés…"
@@ -909,7 +921,10 @@
"Automatically lock the screen when the system prepares to suspend": "A képernyő automatikus zárolása, amikor a rendszer felfüggesztésre készül"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "A megnyitott fájlok módosításainak automatikus mentése gépelés közben"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Automatizálás"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "Háttér elmosása"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "Háttéreffektus"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Sáv konfiguráció"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Sáv átlátszósága"
},
"Bar Shadows": {
"Bar Shadows": "Sáv árnyékai"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Sáv átlátszósága"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Akkumulátor töltési korlát"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Akkumulátor- és energiakezelés"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Akkumulátor töltöttségi szintje és energiagazdálkodás"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Viselkedés"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Fekete"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Kizárás"
},
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "A sávok, felugró ablakok, modális ablakok és értesítések mögötti háttér elmosása. Kompozitor támogatást és beállítást igényel."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Háttér elmosása a sávok, felugrók, modális ablakok és értesítések mögött. Kompozitor támogatás szükséges hozzá. Állítsa be az átlátszóságot ennek megfelelően."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Háttérkép elmosása, ha a niri-áttekintés nyitva van"
@@ -1110,7 +1161,7 @@
"Body": "Szövegtörzs"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Törzsszöveg betűmérete"
},
"Bold": {
"Bold": "Félkövér"
@@ -1233,7 +1284,7 @@
"Calendar": "Naptár"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Naptár háttérprogram"
},
"Camera": {
"Camera": "Kamera"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Csatorna"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Töltés"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Árnyék irányának meghatározása ezen a sávon"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Ikon kiválasztása"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Monokróm vagy a téma színével megegyező árnyalat a rendszertálca ikonjaihoz"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "A widgetek háttérszínének kiválasztása"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "Válaszd ki, hogy asztali alkalmazást vagy parancsot indítasz"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Válassza ki, mely műveletgombok jelenjenek meg a vágólap bejegyzésein"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Mely kijelzők mutassák ezt a widgetet"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Átkattintás"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Kattints bármelyik parancsikonra a szerkesztéshez. A módosítások a(z) %1 fájlba lesznek mentve."
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Kattints a rögzítéshez"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Elsődleges akciógombok színe"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Színhőmérséklet a nappali módhoz"
},
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Az összes felugró ablak, kizárólagos párbeszédablak és tartalomréteg átlátszósága"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "A shell felületek, felugrók és modális ablakok átlátszóságát szabályozza"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "A sáv hátterének átlátszóságát szabályozza"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "A szegély átlátszóságát szabályozza"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Az árnyékréteg átlátszóságát szabályozza"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "A widget körvonalának átlátszóságát szabályozza"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "A widgetek hátterének átlátszóságát szabályozza"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Szabályozza az elmosódott előtér-kártyák, tabletták és értesítési kártyák körüli körvonalakat"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Az árnyékok alap elmosási sugara és eltolása"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Az árnyék átlátszóságát szabályozza"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Szabályozza a protokoll-elmosott ablakok külső szélét"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "Létrehozás…"
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Kritikus prioritás"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Összes kijelölése • Ctrl+P: Előnézet • Enter/Shift+Enter: Következő/Előző keresése • Esc: Bezárás"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Mentés • Ctrl+O: Megnyitás • Ctrl+N: Új • Ctrl+F: Keresés"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Lapváltás • Ctrl+S: Rögzítés/Feloldás • Shift+Del: Összes törlése • Esc: Bezárás"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Egyéni"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Egyéni szín"
},
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "A DankCalendar nincs telepítve"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "A DankCalendar nem fut"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "A DankMaterialShell használatra kész"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Sötét mód"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Sötét mód (alap)"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "Alapértelmezett indító gyorsbillentyű"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Alapértelmezett mód"
},
"Default Opens": {
"Default Opens": "Alapértelmezetten megnyitja"
@@ -2295,7 +2388,7 @@
"Device connections": "Eszköz csatlakozások"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Eszközlista görgetési hangerő"
},
"Device names updated": {
"Device names updated": "Eszköznevek frissítve"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Dokk és indító"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Dokk átlátszósága"
},
"Dock Transparency": {
"Dock Transparency": "Dokk átlátszóság"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Dokk láthatósága"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Dokk margója, átlátszósága és szegélye"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Dokk margója, átlátszósága és szegélye"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Dokumentumok"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "Élek távolsága"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "A szél, ahonnan az indító beúszik"
},
"Edit": {
- "Edit": ""
+ "Edit": "Szerkesztés"
},
"Edit App": {
"Edit App": "Alkalmazás szerkesztése"
@@ -2592,7 +2691,7 @@
"Edit clipboard text": "Vágólap szövegének szerkesztése"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Esemény szerkesztése"
},
"Editing changes on %1": {
"Editing changes on %1": "Módosítások szerkesztése ezen: %1"
@@ -2712,7 +2811,7 @@
"End": "Vége"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "A befejezésnek a kezdés után kell lennie"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Nagyítás rámutatáskor"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Hibák"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Esemény címe"
},
"Every 15 minutes": {
"Every 15 minutes": "15 percenként"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "Létező felhasználók"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Kísérleti funkció"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Nem sikerült a Qt-színek alkalmazása"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "A profil alkalmazása sikertelen"
},
@@ -3150,7 +3258,7 @@
"File Manager": "Fájlkezelő"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "A fájl megváltozott a lemezen"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "A kuka megnyitásához használt fájlkezelő. Válaszd az „egyéni” lehetőséget saját parancs megadásához."
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "Szűrő"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Keresés szövegben…"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "A gammavezérlés nem érhető el. DMS API v6+ szükséges."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "Felülbírálás létrehozása"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Ikontéma"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "Az azonos riasztások egyetlen felugró ablakként jelennek meg egymásra halmozás helyett"
},
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Helyezd be a biztonsági kulcsodat…"
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "A Jegyzettömb beljebb húzása a képernyő széleitől a kompozitor beállított réseinek használatával"
},
"Install": {
"Install": "Telepítés"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Változtatások megtartása"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Saját szerkesztések megtartása"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "Megtartás a sávban"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Gépelj tovább"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Világos mód"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Enyhe eső"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Világos mód (harmónia)"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Vonal"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Helyi"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Területi beállítás"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "Alacsony"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Alacsony prioritás"
},
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "Manuális rés mérete"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Kézi rések"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Manuális megjelenítés/elrejtés"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "Max. futó alk. (0 = korlátlan)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Maximálisan látható"
},
"Max Volume": {
"Max Volume": "Maximális hangerő"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Zenelejátszó"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Felugrók némítása"
},
@@ -4845,7 +4989,7 @@
"New York, NY": "New York, NY"
},
"New event": {
- "New event": ""
+ "New event": "Új esemény"
},
"New group name...": {
"New group name...": "Új csoportnév…"
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Nincs elérhető fényerő eszköz"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Nem érhető el naptárforrás"
},
"No changes": {
"No changes": "Nincs változás"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Nem találhatók legutóbbi vágólapbejegyzések"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Nincs emlékeztető"
},
"No results": {
"No results": "Nincs találat"
@@ -5178,7 +5322,7 @@
"No window rules configured": "Nincsenek ablakszabályok beállítva"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Nem érhető el írható naptár"
},
"Noise": {
"Noise": "Zaj"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Jegyzettömb-betűbeállítások"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Jegyzettömb beállításai"
},
"Notepad Slideout": {
"Notepad Slideout": "Jegyzettömb oldalsáv"
},
"Notes": {
- "Notes": ""
+ "Notes": "Jegyzetek"
},
"Nothing": {
"Nothing": "Semmi"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nincs itt semmi látnivaló"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Értesítési központ"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Értesítési időkorlátok"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Értesítési felugró üzenetek"
},
"Notifications": {
"Notifications": "Értesítések"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Számok"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Csak a DMS által kezelt PAM-ra van hatással. Ha a greetd már tartalmazza a pam_fprintd-t, az ujjlenyomat-olvasó engedélyezve marad."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Csak az aktuális monitor ablakainak megjelenítése minden dokkon"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "Nyitott keret"
},
"Open From": {
- "Open From": ""
+ "Open From": "Megnyitás innen"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Nyisd meg a KDE Connectet a telefonodon"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Terminál megnyitása és egyéni parancs futtatása a héjon belüli frissítési folyamat helyett."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Mappa megnyitása"
},
@@ -5619,7 +5778,7 @@
"Paste": "Beillesztés"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Útmutató a vágólapra másolva"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Egy videófájl vagy videókat tartalmazó mappa elérési útja"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "A Polkit-integráció ki van kapcsolva. A felhasználókezeléshez a Polkit szükséges a jogosultságok emeléséhez."
},
"Popout": {
- "Popout": ""
+ "Popout": "Felugró"
},
"Popout Shadows": {
"Popout Shadows": "Felugró ablak árnyékok"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Energiaprofil visszavétele"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Energiatakarékos mód"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Az energiaprofil-kezelés elérhető"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Áramforrás"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Előnézet"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Elsődleges"
},
"Primary Container": {
"Primary Container": "Elsődleges tároló"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Nyomtatókiszolgáló-kezelés"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Folyamatszám"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Folyamatok"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Profil mentve: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protokoll"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "Jelszó újbóli megadása"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "Írásvédett örökölt konfiguráció"
},
@@ -6132,7 +6318,7 @@
"Release": "Felengedés"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Újratöltés a lemezről"
},
"Reload Plugin": {
"Reload Plugin": "Bővítmény újratöltése"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "Utolsó lekérdezés megjegyzése"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Utolsó munkamenet megjegyzése"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "Utolsó felhasználó megjegyzése"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Emlékeztető"
},
"Remove": {
"Remove": "Eltávolítás"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Mentett konfigurációk"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Mentett jegyzet"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Mentés…"
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Mentés…"
},
"Scale": {
"Scale": "Skála"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Másodlagos"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Védett"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Különálló"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Elválasztó"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "Értesítési szabályok beállítása"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Az értesítés törzsszövegének betűmérete (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Az értesítés összegző szövegének betűmérete"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Beállítás"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Hőérzet megjelenítése"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Élőláb megjelenítése"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Túlcsordulási jelvényszámláló megjelenítése"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Jelszómező megjelenítése"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Főkapcsoló műveletek megjelenítése"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Újraindítás megjelenítése"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "„DMS újraindítása” megjelenítése"
},
@@ -7014,7 +7227,13 @@
"Show Workspace Apps": "Munkaterület-alkalmazások megjelenítése"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Egy fogyó sáv megjelenítése, ahogy a felugró ablak automatikus bezárási időzítője lejár"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": "Mind a 9 címke megjelenítése a csak foglalt címkék helyett"
@@ -7022,6 +7241,9 @@
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Körvonal megjelenítése a fókuszált munkaterület-jelző körül"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Cava hangvizualizáló megjelenítése a média widgeten"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Értesítések némítása"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Egysoros felugró ablak"
},
"Size": {
"Size": "Méret"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Kihagyja a rendszerindítás után az üdvözlőképernyő jelszavát a kijelentkezésig. A zárolási képernyő feloldása változatlan marad. A szinkronizálás utáni következő újraindításkor lép életbe."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Kicsúszó panel"
},
"Small": {
"Small": "Kicsi"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Csíkok"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Összegzés"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Összegzés betűmérete"
},
"Sunrise": {
"Sunrise": "Napkelte"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Felület viselkedése"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Felület átlátszatlansága"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Felületváltozat"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Szinkronizálás"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Mód szinkronizálása a portállal"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Tailscale hálózat"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "A Tailscale nem érhető el"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminálok – Mindig sötét téma használata"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Kapcsolat tesztelése"
},
@@ -7665,7 +7917,7 @@
"Timed Out": "Időtúllépés"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Időtúllépési folyamatjelző sáv"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Időtúllépés a kritikus prioritású értesítésekhez"
@@ -7689,7 +7941,7 @@
"Title (optional)": "Cím (nem kötelező)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "A cím megadása kötelező"
},
"Title regex (optional)": {
"Title regex (optional)": "Cím reguláris kifejezése (opcionális)"
@@ -7706,6 +7958,9 @@
"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": "A DMS-billentyű használatához távolítsd el vagy módosítsd a billentyűkombinációt a config.kdl fájlban"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Felugró üzenetek"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Rács elrendezés használata"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "ÓÓ:PP időformátum használata"
},
"Use IP Location": {
"Use IP Location": "IP-cím használata"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Asztali háttérkép használata"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Ujjlenyomatos hitelesítés használata a képernyőzárhoz."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Méter per másodperc használata km/h helyett a szélsebességhez"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Kisebb értesítési kártyák használata"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "A „spotlight-bar” IPC-műveletet használja, és mindig a minimális sávot nyitja meg."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "DankCalendar%1 használata"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "A Beállítások → Személyre szabás menüpontban megadott globális rögzített szélességű betűtípus használata"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "Khal használata"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "A Gammavezérlés megosztott beállításainak használata"
@@ -8268,7 +8529,7 @@
"Visibility": "Láthatóság"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Látható bejegyzésműveletek"
},
"Visual Effects": {
"Visual Effects": "Vizuális effektusok"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Zároláskor"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi jelszó"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Widgetkezelés"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Widget átlátszósága"
},
"Widget Outline": {
"Widget Outline": "Widget körvonal"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Widget stílus"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Widget átlátszósága"
},
@@ -8517,13 +8784,13 @@
"X Axis": "X tengely"
},
"X-Ray": {
- "X-Ray": "X-Ray"
+ "X-Ray": "Röntgen mód"
},
"XWayland": {
"XWayland": "XWayland"
},
"Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": {
- "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "Az X-Ray csak a háttérképet mossa el (hatékony), és ez az alapértelmezett, ha az Elmosás be van kapcsolva. Állítsd az X-Ray-t Ki állásba az ablak alatti összes elem normál, teljes elmosásához (erőforrás-igényesebb)."
+ "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "A Röntgen mód csak a háttérképet mossa el (hatékony), és ez az alapértelmezett, ha az Elmosás be van kapcsolva. Állítsd az X-Ray-t Ki állásba az ablak alatti összes elem normál, teljes elmosásához (erőforrás-igényesebb)."
},
"Y": {
"Y": "Y"
@@ -8640,7 +8907,7 @@
"featured": "kiemelt"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "utoljára látva: %1"
diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json
index 1ecb684b..c42499e9 100644
--- a/quickshell/translations/poexports/it.json
+++ b/quickshell/translations/poexports/it.json
@@ -135,7 +135,7 @@
"1 day": "1 giorno"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 giorno prima"
},
"1 device connected": {
"1 device connected": "1 dispositivo connesso"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 ora 30 minuti"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 ora prima"
},
"1 minute": {
"1 minute": "1 minuto"
@@ -162,7 +162,7 @@
"1 task": "1 attività"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 min prima"
},
"10 minutes": {
"10 minutes": "10 minuti"
@@ -183,7 +183,7 @@
"15 min": "15 minuti"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 min prima"
},
"15 minutes": {
"15 minutes": "15 minuti"
@@ -243,7 +243,7 @@
"30 min": "30 minuti"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 min prima"
},
"30 minutes": {
"30 minutes": "30 minuti"
@@ -270,7 +270,7 @@
"45 seconds": "45 secondi"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 min prima"
},
"5 minutes": {
"5 minutes": "5 minuti"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "Esiste già un utente con quel nome."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Alimentazione CA"
},
@@ -468,13 +471,13 @@
"Add by Address": "Aggiungi tramite Indirizzo"
},
"Add location": {
- "Add location": ""
+ "Add location": "Aggiungi Luogo"
},
"Add match": {
"Add match": "Aggiungi Corrispondenza"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Aggiungi Note"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "Aggiungi il nuovo utente al gruppo %1 in modo che possa eseguire il comando dms greeter sync --profile."
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "Consenti"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Consenti di regolare il volume del dispositivo scorrendo sulla metà destra degli elementi nell'elenco dispositivi"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Consenti clic attraverso il widget"
@@ -660,11 +666,14 @@
"Apply Qt Colors": "Applica Colori Qt"
},
"Apply compositor blur behind the frame border": {
- "Apply compositor blur behind the frame border": "Applica sfocatura del compositore dietro il bordo della cornice"
+ "Apply compositor blur behind the frame border": "Applica sfocatura del compositor dietro il bordo della cornice"
},
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "Applicare delle scanalature angolari concave inverse alla barra"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applica una temperatura colore più calda per ridurre l'affaticamento visivo. Usa le impostazioni di automazione qui sotto per controllare quando attivarla."
},
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "Almeno un output deve rimanere abilitato"
},
"At start": {
- "At start": ""
+ "At start": "All'Inizio"
},
"Attach": {
"Attach": "Aggancia"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Automatico (Ampio)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Spaziature Automatiche del Compositor"
},
"Auto Location": {
"Auto Location": "Posizione Automatica"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Overflow Automatico"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Spaziature Popup Automatiche"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Modalità automatica attiva. Selezione dei profili manuale disabilitata."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Salvato automaticamente"
},
"Auto-Clear After": {
"Auto-Clear After": "Cancellazione Automatica Dopo"
@@ -855,7 +867,7 @@
"Auto-login on startup": "Accesso Automatico all'Avvio"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Salvataggio automatico su disco"
},
"Auto-saving...": {
"Auto-saving...": "Salvataggio in corso..."
@@ -909,7 +921,10 @@
"Automatically lock the screen when the system prepares to suspend": "Blocca automaticamente lo schermo quando il sistema si prepara alla sospensione"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "Salva automaticamente le modifiche ai file aperti durante la digitazione"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Automazione"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "Sfocatura Sfondo"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "Effetto Sfondo"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Configurazioni Barra"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Opacità Barra"
},
"Bar Shadows": {
"Bar Shadows": "Ombre della Barra"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Trasparenza Barra"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Limite Carica Batteria"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Gestione batteria e alimentazione"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Livello batteria e gestione energetica"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Comportamento"
},
@@ -1041,10 +1089,10 @@
"Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Associa la schermata di blocco ai segnali dbus di loginctl. Disabilita se utilizzi una schermata di blocco esterna"
},
"Bind the spotlight IPC action in your compositor config.": {
- "Bind the spotlight IPC action in your compositor config.": "Associa l'azione IPC di Spotlight alla configurazione del tuo compositore."
+ "Bind the spotlight IPC action in your compositor config.": "Associa l'azione IPC di Spotlight alla configurazione del tuo compositor."
},
"Bind the spotlight-bar IPC action in your compositor config.": {
- "Bind the spotlight-bar IPC action in your compositor config.": "Associa l'azione IPC spotlight-bar nella configurazione del tuo compositore."
+ "Bind the spotlight-bar IPC action in your compositor config.": "Associa l'azione IPC spotlight-bar nella configurazione del tuo compositor."
},
"Binds Include Missing": {
"Binds Include Missing": "Inclusione Scorciatoie Mancante"
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Nero"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Escludi"
},
@@ -1098,10 +1149,10 @@
"Blur on Overview": "Sfocatura su Panoramica"
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Sfoca lo sfondo dietro barre, popup, finestre modali e notifiche. Richiede supporto e configurazione del compositore."
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Sfoca lo sfondo dietro barre, popup, finestre modali e notifiche. Richiede supporto e configurazione del compositor."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Sfoca lo sfondo dietro barre, popup, modali e notifiche. Richiede il supporto del compositore. Regola l'Opacità di conseguenza."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Sfoca lo sfondo quando la panoramica di niri è aperta"
@@ -1110,7 +1161,7 @@
"Body": "Corpo"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Dimensione Font Corpo"
},
"Bold": {
"Bold": "Grassetto"
@@ -1233,7 +1284,7 @@
"Calendar": "Calendario"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Backend Calendario"
},
"Camera": {
"Camera": "Fotocamera"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Canale"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "In Carica"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Scegli come questa barra determina la direzione delle ombre"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Scegli icona"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Scegli una tonalità monocromatica o un colore a tema per le icone dell'area di notifica"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Scegli il colore di sfondo per i widget"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "Scegli se avviare un'applicazione desktop o un comando"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Scegli quali pulsanti di azione mostrare nelle voci degli appunti"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Scegli su quali schermi mostrare questo widget"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Ignora Clic Mouse"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Fai clic su qualsiasi scorciatoia per modificare. Le modifiche vengono salvate in %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Fai clic per acquisire"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Colore per i pulsanti di azione principali"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Temperatura colore per il giorno"
},
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Controlla l'opacità di tutti i popup, le finestre modali e i loro livelli di contenuto"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "Controlla l'opacità di superfici della shell, popup e modali"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "Controlla l'opacità dello sfondo della barra"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "Controlla l'opacità del bordo"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Controlla l'opacità del livello dell'ombra"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "Controlla l'opacità del contorno del widget"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "Controlla l'opacità degli sfondi dei widget"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Determina i contorni attorno alle schede in primo piano sfocate, alle pillole e alle schede di notifica"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Controlla il raggio di sfocatura base e l'offset delle ombre"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Controlla l'opacità dell'ombra"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Determina il bordo esterno delle finestre con sfocatura da protocollo"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "Creazione in Corso..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Priorità Critica"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Seleziona Tutto • Ctrl+P: Anteprima • Invio/Shift+Invio: Trova Successivo/Precedente • Esc: Chiudi"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Salva • Ctrl+O: Apri • Ctrl+N: Nuovo • Ctrl+F: Trova"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Cambia Tab • Ctrl+S: Aggiungi/Rimuovi • Shift+Del: Cancella Tutto • Esc: Chiudi"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Personalizzata"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Colore Personalizzato"
},
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar non è installato"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar non è in esecuzione"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell è pronta per l'uso"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Modalità Scura"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Base modalità scura"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "Collegamento Predefinito del Launcher"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Modalità Predefinita"
},
"Default Opens": {
"Default Opens": "Aperture Predefinite"
@@ -2295,7 +2388,7 @@
"Device connections": "Connessioni del dispositivo"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Volume di scorrimento elenco dispositivi"
},
"Device names updated": {
"Device names updated": "Nomi dei dispositivi aggiornati"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Dock e Launcher"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Opacità Dock"
},
"Dock Transparency": {
"Dock Transparency": "Trasparenza Dock"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Visibilità Dock"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Margine, opacità e bordo del dock"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Margine, trasparenza e bordo del dock"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Documentazione"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "Spaziatura del Bordo"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "Lato da cui scorre il launcher"
},
"Edit": {
- "Edit": ""
+ "Edit": "Modifica"
},
"Edit App": {
"Edit App": "Modifica App"
@@ -2592,7 +2691,7 @@
"Edit clipboard text": "Modifica il testo degli appunti"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Modifica evento"
},
"Editing changes on %1": {
"Editing changes on %1": "Modifiche in corso su %1"
@@ -2712,7 +2811,7 @@
"End": "Fine"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "La fine deve essere successiva all'inizio"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Ingrandisci al passaggio del mouse"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Errori"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Titolo evento"
},
"Every 15 minutes": {
"Every 15 minutes": "Ogni 15 minuti"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "Utenti esistenti"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Funzionalità Sperimentale"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Impossibile applicare i colori Qt"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "Impossibile applicare il profilo"
},
@@ -3150,7 +3258,7 @@
"File Manager": "Gestore File"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "File modificato su disco"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "Il gestore dei file utilizzato per aprire il cestino. Seleziona \"personalizzato\" per inserire il tuo comando."
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "Filtro"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Trova nel Testo"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Controllo gamma non disponibile. Richiede API DMS v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "Genera Override"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Tema Icone"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "Gli avvisi identici vengono visualizzati come un unico popup anziché impilarsi"
},
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Inserisci la tua chiave di sicurezza..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Rientra il Blocco Note dai bordi dello schermo usando le spaziature configurate del compositor"
},
"Install": {
"Install": "Installa"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Conserva Modifiche"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Mantieni le Mie Modifiche"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "Mantieni nella Barra"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Continua a digitare"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Modalità Chiara"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Pioggia Leggera"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Armonia modalità chiara"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Linea"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Locale"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Lingua"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "Bassa"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Bassa Priorità"
},
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "Dimensione Manuale Spaziatura"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Spaziature Manuali"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Mostra/Nascondi Manuale"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "App in Esecuzione Massime (0 = Illimitate)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Max Visibili"
},
"Max Volume": {
"Max Volume": "Volume Massimo"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Lettore Musicale"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Silenzia Popup"
},
@@ -4845,7 +4989,7 @@
"New York, NY": "New York, NY"
},
"New event": {
- "New event": ""
+ "New event": "Nuovo evento"
},
"New group name...": {
"New group name...": "Nome del nuovo gruppo..."
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Nessun dispositivo di luminosità disponibile"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Nessuna sorgente calendario disponibile"
},
"No changes": {
"No changes": "Nessun cambiamento"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Nessuna voce recente negli appunti"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Nessun promemoria"
},
"No results": {
"No results": "Nessun risultato"
@@ -5178,7 +5322,7 @@
"No window rules configured": "Nessuna regola finestra configurata"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Nessun calendario scrivibile disponibile"
},
"Noise": {
"Noise": "Rumore"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Impostazioni Font Blocco Note"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Impostazioni Blocco Note"
},
"Notepad Slideout": {
"Notepad Slideout": "Blocco Note a Comparsa"
},
"Notes": {
- "Notes": ""
+ "Notes": "Note"
},
"Nothing": {
"Nothing": "Niente"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nulla da vedere qui"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Centro Notifiche"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Timeout Notifiche"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Popup notifiche a comparsa"
},
"Notifications": {
"Notifications": "Notifiche"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Numeri"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Influisce solo sul PAM gestito da DMS. Se greetd include già pam_fprintd, l'impronta digitale rimane abilitata."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Mostra solo le finestre dello schermo corrente su ogni dock"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "Apri Cornice"
},
"Open From": {
- "Open From": ""
+ "Open From": "Apri Da"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Apri KDE Connect sul tuo telefono"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Apri un terminale ed esegui un comando personalizzato invece di seguire la procedura di aggiornamento integrata nella shell."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Apri cartella"
},
@@ -5619,7 +5778,7 @@
"Paste": "Incolla"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Percorso copiato negli appunti"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Percorso di un file video o di una cartella contenente video"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "L'integrazione con Polkit è disabilitata. La gestione degli utenti richiede che Polkit elevi i privilegi."
},
"Popout": {
- "Popout": ""
+ "Popout": "Popup"
},
"Popout Shadows": {
"Popout Shadows": "Ombre dei Popup"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Degrado Profilo Energetico"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Risparmio Energetico"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Gestione dei profili energetici disponibile"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Sorgente di alimentazione"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Anteprima"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primario"
},
"Primary Container": {
"Primary Container": "Contenitore Primario"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Gestione Server di Stampa"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Numero di Processi"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Processi"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Profilo salvato: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protocollo"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "Reinserisci la password"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "Configurazione legacy in sola lettura"
},
@@ -6132,7 +6318,7 @@
"Release": "Rilascio"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Ricarica Dal Disco"
},
"Reload Plugin": {
"Reload Plugin": "Ricarica Plugin"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "Ricorda l'Ultima Ricerca"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Ricorda l'ultima sessione"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "Ricorda l'ultimo utente"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Promemoria"
},
"Remove": {
"Remove": "Rimuovi"
@@ -6366,7 +6555,7 @@
"Rules (%1)": "Regole (%1)"
},
"Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": {
- "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Regole trovate nella configurazione del tuo compositore. Queste sono in sola lettura qui, usa Converti In DMS per crearne una copia modificabile."
+ "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Regole trovate nella configurazione del tuo compositor. Queste sono in sola lettura qui, usa Converti In DMS per crearne una copia modificabile."
},
"Run Again": {
"Run Again": "Esegui di Nuovo"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Configurazioni Salvate"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Nota Salvata"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Salvataggio..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Salvataggio…"
},
"Scale": {
"Scale": "Scala"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Secondario"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Protetto"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Separato"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Separatore"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "Imposta regole di notifica"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Imposta la dimensione del font per il testo del corpo della notifica (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Imposta la dimensione del font per il testo del riepilogo della notifica"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Impostazione"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Mostra Temperatura Percepita"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Mostra Piè di Pagina"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Mostra Conteggio Badge Overflow"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Mostra Campo Password"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Mostra Azioni Alimentazione"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Mostra Riavvio"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Mostra Riavvia DMS"
},
@@ -7014,7 +7227,13 @@
"Show Workspace Apps": "Mostra App negli Spazi di Lavoro"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Mostra una barra che si svuota mentre scorre il timer di chiusura automatica del popup"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": "Mostra tutti e 9 i tag invece dei soli tag occupati"
@@ -7022,6 +7241,9 @@
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Mostra un bordo attorno all’indicatore dello spazio di lavoro attivo"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Mostra il visualizzatore audio cava nel widget multimediale"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Disattiva le notifiche"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Popup a Singola Riga"
},
"Size": {
"Size": "Dimensione"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Salta la password del greeter dopo l'avvio fino alla disconnessione. Lo sblocco della schermata di blocco rimane invariato. Ha effetto al prossimo riavvio dopo la sincronizzazione."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Pannello a Comparsa"
},
"Small": {
"Small": "Piccolo"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Strisce"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Riassunto"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Dimensione Font Riepilogo"
},
"Sunrise": {
"Sunrise": "Alba"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Comportamento delle Superfici"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Opacità delle Superfici"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Variante Superficie"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Sincronizza"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Modalità Sincronizzazione con il Portale"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Rete Tailscale"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale non disponibile"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminali - Usa Sempre Tema Scuro"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Testa Connessione"
},
@@ -7665,7 +7917,7 @@
"Timed Out": "Scaduto"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Barra di Avanzamento del Timeout"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Timeout per le notifiche di priorità critica"
@@ -7689,7 +7941,7 @@
"Title (optional)": "Titolo (opzionale)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "Il titolo è obbligatorio"
},
"Title regex (optional)": {
"Title regex (optional)": "Regex titolo (opzionale)"
@@ -7706,6 +7958,9 @@
"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": "Per utilizzare questa scorciatoia DMS, rimuovi o modifica la scorciatoia nel tuo config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Messaggi a Comparsa"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Usa Layout a Griglia"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "Usa il formato ora HH:MM"
},
"Use IP Location": {
"Use IP Location": "Usa Posizione IP"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Usa lo sfondo del desktop"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Usa l'autenticazione tramite impronta digitale per la schermata di blocco."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Usa metri al secondo invece di km/h per la velocità del vento"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Usa schede di notifica più piccole"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "Utilizza l'azione IPC spotlight-bar e apre sempre la barra minima."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "In uso DankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "Utilizzo del font monospace globale da Impostazioni → Personalizzazione"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "In uso khal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Utilizzo delle impostazioni condivise di Gamma Control"
@@ -8268,7 +8529,7 @@
"Visibility": "Visibilità"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Azioni Visibili della Voce"
},
"Visual Effects": {
"Visual Effects": "Effetti Visivi"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Quando bloccato"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Password Wi-Fi"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Gestione Widget"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Opacità Widget"
},
"Widget Outline": {
"Widget Outline": "Contorno Widget"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Aspetto Widget"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Trasparenza Widget"
},
@@ -8562,7 +8829,7 @@
"You're All Set!": "Tutto Pronto!"
},
"Your compositor does not support background blur (ext-background-effect-v1)": {
- "Your compositor does not support background blur (ext-background-effect-v1)": "Il tuo compositore non supporta la sfocatura dello sfondo (ext-background-effect-v1)"
+ "Your compositor does not support background blur (ext-background-effect-v1)": "Il tuo compositor non supporta la sfocatura dello sfondo (ext-background-effect-v1)"
},
"Your system is up to date!": {
"Your system is up to date!": "Il tuo sistema è aggiornato!"
@@ -8640,7 +8907,7 @@
"featured": "in primo piano"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "visto l'ultima volta %1"
diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json
index dbc41cbe..092e6bf5 100644
--- a/quickshell/translations/poexports/ja.json
+++ b/quickshell/translations/poexports/ja.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "AC電源"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "自動ポップアップギャップ"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "自動モードがオンになっています。手動プロファイル選択は無効になっています。"
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "自動化"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "背景のぼかし"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "バーの設定"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "バーの影"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "バーの透明度"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "バッテリー充電上限"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "バッテリーと電源管理"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "バッテリーレベルおよび電源管理"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "動作"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "黒"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "ブロックアウト"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "チャンネル"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "充電中"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "このバーが影の方向を決定する方法を選ぶ"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "アイコンを選ぶ"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "システムトレイアイコンにモノクロまたはテーマカラーの色合いを選択します"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "ウィジェットの背景色を選んでください"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "クリックを透過"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "任意のショートカットをクリックして編集します。変更は %1 に保存されます"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "クリックしてキャプチャ"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "主要アクションボタンの色"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "昼間の色温度"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "作成中..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "最優先事項"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "カスタム"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "カスタムカラー"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "ダークモード"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "ダークモードベース"
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "ドックの余白、透明度、境界線"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "ドキュメント"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "端の余白"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "ランチャーのスライドを端から"
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "エラー"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "実験的機能"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Qt カラーの適用に失敗しました"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "プロファイルの適用に失敗しました"
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "テキスト内検索"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "ガンマ制御は使用できません。DMS API v6+ が必要です。"
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "アイコンテーマ"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": "入力し続けてください"
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "ライトモード"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "小雨"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "ライトモードハーモニー"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "行"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "ローカル"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "ロケール"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "低優先度"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "音楽プレーヤー"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "ポップアップをミュート"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "ここには何もありません"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "通知センター"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "通知タイムアウト"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "通知トーストポップアップ"
},
"Notifications": {
"Notifications": "通知"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "数字"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "DMS 管理の PAM にのみ影響します。greetd がすでに pam_fprintd を含んでいる場合、指紋認証は有効のままです。"
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "各ドックに現在のモニターのウィンドウのみ表示"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "端末を開き、シェル内のアップグレード処理の代わりにカスタムコマンドを実行します。"
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "フォルダーを開く"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "電源プロファイルの劣化"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "省電力"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "電源プロファイル管理が利用可能"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "電源"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "プレビュー"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "プライマリー"
},
"Primary Container": {
"Primary Container": "プライマリーコンテナー"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "プリントサーバー管理"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "プロセス数"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "プロセス"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "プロファイルを保存しました: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "プロトコル"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "前回のクエリを記憶"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "最後のセッションを記憶"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "保存済み設定"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "保存済みメモ"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "セカンダリー"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "保護済み"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Separate"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "区切り"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": "設定"
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "体感温度を表示"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "フッターを表示"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "オーバーフローバッジ数を表示"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "パスワード欄を表示"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "電源アクションを表示"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "再起動を表示"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "DMS再起動を表示"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "フォーカス中のワークスペースインジケーターの周囲にアウトラインリングを表示"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "メディアウィジェットに cava オーディオビジュアライザーを表示"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": "通知をミュート"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "ストライプ"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "概要"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "表面挙動"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "表面の不透明度"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "サーフェスバリアント"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "同期"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "ポータルとの同期モード"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "テールスケールネットワーク"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "尾部スケールは入手できません"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "端末 - 常にダークテーマを使用"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "接続をテスト"
},
@@ -7706,6 +7958,9 @@
"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": "この DMS バインドを使うには、config.kdl 内のキーバインドを削除または変更してください"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "トーストメッセージ"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "デスクトップ壁紙を使用"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "ロック画面に指紋認証を使用します。"
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "風速に km/h ではなく m/s を使用します"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "小さめの通知カードを使用"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "ロック時"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi パスワード"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "ウィジェットのスタイル"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "ウィジェットの透明度"
},
diff --git a/quickshell/translations/poexports/nl.json b/quickshell/translations/poexports/nl.json
index 2e2f60f4..966111a7 100644
--- a/quickshell/translations/poexports/nl.json
+++ b/quickshell/translations/poexports/nl.json
@@ -1,6 +1,6 @@
{
"%1 (+%2 more)": {
- "%1 (+%2 more)": ""
+ "%1 (+%2 more)": "%1 (+%2 meer)"
},
"%1 Animation Speed": {
"%1 Animation Speed": "%1 animatiesnelheid"
@@ -81,7 +81,7 @@
"%1 online": "%1 online"
},
"%1 tasks": {
- "%1 tasks": ""
+ "%1 tasks": "%1 taken"
},
"%1 update": {
"%1 update": "%1 update"
@@ -111,7 +111,7 @@
"%1m ago": "%1m geleden"
},
"%command%": {
- "%command%": ""
+ "%command%": "%command%"
},
"'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": {
"'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternatief' laat de sleutel zelfstandig ontgrendelen. 'Tweede factor' vereist eerst een wachtwoord of vingerafdruk en daarna pas de sleutel."
@@ -135,7 +135,7 @@
"1 day": "1 dag"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 dag van tevoren"
},
"1 device connected": {
"1 device connected": "1 apparaat verbonden"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 uur 30 minuten"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 uur van tevoren"
},
"1 minute": {
"1 minute": "1 minuut"
@@ -159,10 +159,10 @@
"1 second": "1 seconde"
},
"1 task": {
- "1 task": ""
+ "1 task": "1 taak"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 min. van tevoren"
},
"10 minutes": {
"10 minutes": "10 minuten"
@@ -183,7 +183,7 @@
"15 min": "15 min"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 min. van tevoren"
},
"15 minutes": {
"15 minutes": "15 minuten"
@@ -243,7 +243,7 @@
"30 min": "30 min"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 min. van tevoren"
},
"30 minutes": {
"30 minutes": "30 minuten"
@@ -270,7 +270,7 @@
"45 seconds": "45 seconden"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 min. van tevoren"
},
"5 minutes": {
"5 minutes": "5 minuten"
@@ -318,10 +318,13 @@
"A modern desktop shell for Wayland compositors": "Een moderne desktop-shell voor Wayland-compositors"
},
"A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": {
- "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": ""
+ "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": "Een aparte minimale launcher-actie die werkt in de modi Standalone, Separate Frame en Connected Frame."
},
"A user with that name already exists.": {
- "A user with that name already exists.": ""
+ "A user with that name already exists.": "Er bestaat al een gebruiker met die naam."
+ },
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
},
"AC Power": {
"AC Power": "Netstroom"
@@ -366,10 +369,10 @@
"Action failed or terminal was closed.": "Actie mislukt of terminal is gesloten."
},
"Action performed when scrolling horizontally on the bar": {
- "Action performed when scrolling horizontally on the bar": ""
+ "Action performed when scrolling horizontally on the bar": "Actie uitgevoerd bij horizontaal scrollen op de balk"
},
"Action performed when scrolling vertically on the bar": {
- "Action performed when scrolling vertically on the bar": ""
+ "Action performed when scrolling vertically on the bar": "Actie uitgevoerd bij verticaal scrollen op de balk"
},
"Actions": {
"Actions": "Acties"
@@ -399,7 +402,7 @@
"Active VPN": "Actieve VPN"
},
"Active in Column": {
- "Active in Column": ""
+ "Active in Column": "Actief in kolom"
},
"Active tile background and icon color": {
"Active tile background and icon color": "Achtergrond- en pictogramkleur van actieve tegel"
@@ -423,10 +426,10 @@
"Add": "Toevoegen"
},
"Add \"%1\" to the %2 group?": {
- "Add \"%1\" to the %2 group?": ""
+ "Add \"%1\" to the %2 group?": "\"%1\" toevoegen aan de groep %2?"
},
"Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": {
- "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": ""
+ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "\"%1\" toevoegen aan de groep %2? Ze moeten uitloggen en opnieuw inloggen, en vervolgens 'dms greeter sync --profile' uitvoeren om hun inlogscherm-thema te publiceren."
},
"Add Bar": {
"Add Bar": "Balk toevoegen"
@@ -435,7 +438,7 @@
"Add Desktop Widget": "Bureaubladwidget toevoegen"
},
"Add Entry": {
- "Add Entry": ""
+ "Add Entry": "Item toevoegen"
},
"Add Printer": {
"Add Printer": "Printer toevoegen"
@@ -447,10 +450,10 @@
"Add Widget": "Widget toevoegen"
},
"Add Widget to %1": {
- "Add Widget to %1": ""
+ "Add Widget to %1": "Widget toevoegen aan %1"
},
"Add Window Rule": {
- "Add Window Rule": ""
+ "Add Window Rule": "Vensterregel toevoegen"
},
"Add a border around the dock": {
"Add a border around the dock": "Een rand om het dock toevoegen"
@@ -459,7 +462,7 @@
"Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Voeg een aangepast voorvoegsel toe aan alle applicatiestarts. Dit kan worden gebruikt voor zaken als 'uwsm-app', 'systemd-run' of andere opdrachtwrappers."
},
"Add a task...": {
- "Add a task...": ""
+ "Add a task...": "Taak toevoegen..."
},
"Add and configure widgets that appear on your desktop": {
"Add and configure widgets that appear on your desktop": "Widgets toevoegen en configureren die op uw bureaublad verschijnen"
@@ -468,25 +471,25 @@
"Add by Address": "Toevoegen op adres"
},
"Add location": {
- "Add location": ""
+ "Add location": "Locatie toevoegen"
},
"Add match": {
- "Add match": ""
+ "Add match": "Match toevoegen"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Notities toevoegen"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
- "Add the new user to the %1 group so they can run dms greeter sync --profile.": ""
+ "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Voeg de nieuwe gebruiker toe aan de groep %1 zodat zij 'dms greeter sync --profile' kunnen uitvoeren."
},
"Add the new user to the %1 group so they can use sudo.": {
- "Add the new user to the %1 group so they can use sudo.": ""
+ "Add the new user to the %1 group so they can use sudo.": "Voeg de nieuwe gebruiker toe aan de groep %1 zodat zij sudo kunnen gebruiken."
},
"Add to Autostart": {
- "Add to Autostart": ""
+ "Add to Autostart": "Toevoegen aan automatisch opstarten"
},
"Adjust the bar height via inner padding": {
- "Adjust the bar height via inner padding": ""
+ "Adjust the bar height via inner padding": "De balkhoogte aanpassen via binnenmarge (padding)"
},
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Pas het aantal kolommen in rasterweergave aan."
@@ -498,7 +501,7 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Past het contrast van gegenereerde kleuren aan (-100 = minimum, 0 = standaard, 100 = maximum)"
},
"Administrator group:": {
- "Administrator group:": ""
+ "Administrator group:": "Beheerdersgroep:"
},
"Advanced": {
"Advanced": "Geavanceerd"
@@ -522,25 +525,28 @@
"All displays": "Alle beeldschermen"
},
"Allow": {
- "Allow": ""
+ "Allow": "Toestaan"
+ },
+ "Allow LAN access": {
+ "Allow LAN access": ""
},
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Volumeaanpassing van apparaten toestaan door te scrollen op de rechterhelft van items in de apparatenlijst"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Klikken door de widget heen laten gaan"
},
"Allow greeter access?": {
- "Allow greeter access?": ""
+ "Allow greeter access?": "Toegang tot greeter toestaan?"
},
"Allow greeter login access": {
- "Allow greeter login access": ""
+ "Allow greeter login access": "Greeter-login-toegang toestaan"
},
"Already on that session": {
- "Already on that session": ""
+ "Already on that session": "Reeds in die sessie"
},
"Also group repeated application icons on the active workspace": {
- "Also group repeated application icons on the active workspace": ""
+ "Also group repeated application icons on the active workspace": "Ook herhaalde applicatie-iconen op de actieve werkruimte groeperen"
},
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Terug • F1/I: Bestandsinfo • F10: Hulp • Esc: Sluiten"
@@ -585,7 +591,7 @@
"Analyzing configuration...": "Configuratie analyseren..."
},
"Anchor": {
- "Anchor": ""
+ "Anchor": "Anker"
},
"Animation Duration": {
"Animation Duration": "Animatieduur"
@@ -603,22 +609,22 @@
"Anonymous Identity (optional)": "Anonieme identiteit (optioneel)"
},
"Any window": {
- "Any window": ""
+ "Any window": "Elk venster"
},
"App Customizations": {
"App Customizations": "App-aanpassingen"
},
"App ID": {
- "App ID": ""
+ "App ID": "App-ID"
},
"App ID (e.g. firefox)": {
- "App ID (e.g. firefox)": ""
+ "App ID (e.g. firefox)": "App-ID (bijv. firefox)"
},
"App ID Substitutions": {
"App ID Substitutions": "App ID-vervangingen"
},
"App ID regex": {
- "App ID regex": ""
+ "App ID regex": "App-ID regex"
},
"App ID regex (e.g. ^firefox$)": {
"App ID regex (e.g. ^firefox$)": "App-ID regex (bijv. ^firefox$)"
@@ -636,7 +642,7 @@
"Appearance": "Uiterlijk"
},
"Application": {
- "Application": ""
+ "Application": "Applicatie"
},
"Application Dock": {
"Application Dock": "Applicatiedock"
@@ -645,7 +651,7 @@
"Applications": "Applicaties"
},
"Applications and commands to start automatically when you log in": {
- "Applications and commands to start automatically when you log in": ""
+ "Applications and commands to start automatically when you log in": "Applicaties en commando's die automatisch starten wanneer je inlogt"
},
"Apply Changes": {
"Apply Changes": "Wijzigingen toepassen"
@@ -663,16 +669,19 @@
"Apply compositor blur behind the frame border": "Compositor-vervaging toepassen achter de framerand"
},
"Apply inverse concave corner cutouts to the bar": {
- "Apply inverse concave corner cutouts to the bar": ""
+ "Apply inverse concave corner cutouts to the bar": "Inverse concave hoekuitsparingen toepassen op de balk"
+ },
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
},
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Warme kleurtemperatuur toepassen om oogvermoeidheid te verminderen. Gebruik de automatiseringsinstellingen hieronder om te bepalen wanneer dit activeert."
},
"Applying authentication changes...": {
- "Applying authentication changes...": ""
+ "Applying authentication changes...": "Authenticatie-wijzigingen toepassen..."
},
"Applying auto-login on startup...": {
- "Applying auto-login on startup...": ""
+ "Applying auto-login on startup...": "Automatisch inloggen bij opstarten toepassen..."
},
"Apps": {
"Apps": "Apps"
@@ -708,13 +717,13 @@
"Arrange displays and configure resolution, refresh rate, and VRR": "Beeldschermen rangschikken en resolutie, verversingssnelheid en VRR configureren"
},
"At Startup": {
- "At Startup": ""
+ "At Startup": "Bij het opstarten"
},
"At least one output must remain enabled": {
"At least one output must remain enabled": "Er moet ten minste één beeldscherm ingeschakeld blijven"
},
"At start": {
- "At start": ""
+ "At start": "Bij aanvang"
},
"Attach": {
"Attach": "Koppelen"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Auto (Breed)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Autom. compositor-tussenruimtes"
},
"Auto Location": {
"Auto Location": "Automatische locatie"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Automatische overloop"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Automatische tussenruimte popups"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Automatische modus staat aan. Handmatige profielselectie is uitgeschakeld."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Autom. opgeslagen"
},
"Auto-Clear After": {
"Auto-Clear After": "Automatisch wissen na"
@@ -843,19 +855,19 @@
"Auto-hide Dock": "Dock automatisch verbergen"
},
"Auto-login": {
- "Auto-login": ""
+ "Auto-login": "Automatisch inloggen"
},
"Auto-login disabled": {
- "Auto-login disabled": ""
+ "Auto-login disabled": "Automatisch inloggen uitgeschakeld"
},
"Auto-login enabled": {
- "Auto-login enabled": ""
+ "Auto-login enabled": "Automatisch inloggen ingeschakeld"
},
"Auto-login on startup": {
- "Auto-login on startup": ""
+ "Auto-login on startup": "Automatisch inloggen bij opstarten"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Autom. opslaan op schijf"
},
"Auto-saving...": {
"Auto-saving...": "Automatisch opslaan..."
@@ -882,7 +894,7 @@
"Automatic Cycling": "Automatisch wisselen"
},
"Automatically calculate popup gap based on bar spacing": {
- "Automatically calculate popup gap based on bar spacing": ""
+ "Automatically calculate popup gap based on bar spacing": "Pop-up-tussenruimte automatisch berekenen op basis van balkafstand"
},
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Automatisch wisselen tussen achtergronden in dezelfde map"
@@ -897,7 +909,7 @@
"Automatically determine your location using your IP address": "Uw locatie automatisch bepalen aan de hand van uw IP-adres"
},
"Automatically hide the bar when the pointer moves away": {
- "Automatically hide the bar when the pointer moves away": ""
+ "Automatically hide the bar when the pointer moves away": "De balk automatisch verbergen wanneer de aanwijzer wordt weggesleept"
},
"Automatically lock after": {
"Automatically lock after": "Automatisch vergrendelen na"
@@ -909,16 +921,19 @@
"Automatically lock the screen when the system prepares to suspend": "Het scherm automatisch vergrendelen wanneer het systeem in slaapstand gaat"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "Wijzigingen in geopende bestanden automatisch opslaan terwijl je typt"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Automatisering"
},
"Autostart Apps": {
- "Autostart Apps": ""
+ "Autostart Apps": "Apps voor automatisch opstarten"
},
"Autostart Entries": {
- "Autostart Entries": ""
+ "Autostart Entries": "Items voor automatisch opstarten"
},
"Available": {
"Available": "Beschikbaar"
@@ -948,7 +963,7 @@
"Back": "Terug"
},
"Back to user list": {
- "Back to user list": ""
+ "Back to user list": "Terug naar gebruikerslijst"
},
"Backend": {
"Backend": "Backend"
@@ -962,8 +977,11 @@
"Background Blur": {
"Background Blur": "Achtergrondvervaging"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
- "Background Effect": ""
+ "Background Effect": "Achtergrondeffect"
},
"Background Opacity": {
"Background Opacity": "Achtergronddekking"
@@ -987,20 +1005,26 @@
"Balanced palette with focused accents (default).": "Gebalanceerd palet met gerichte accenten (standaard)."
},
"Bar": {
- "Bar": ""
+ "Bar": "Balk"
},
"Bar %1": {
- "Bar %1": ""
+ "Bar %1": "Balk %1"
},
"Bar Configurations": {
"Bar Configurations": "Balkconfiguraties"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Balk-dekking"
},
"Bar Shadows": {
"Bar Shadows": "Balkschaduwen"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Balktransparantie"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Batterijlaadlimiet"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Batterij- en energiebeheer"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Batterijniveau en energiebeheer"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Gedrag"
},
@@ -1041,10 +1089,10 @@
"Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Vergrendelscherm koppelen aan dbus-signalen van loginctl. Uitschakelen indien een extern vergrendelscherm wordt gebruikt"
},
"Bind the spotlight IPC action in your compositor config.": {
- "Bind the spotlight IPC action in your compositor config.": ""
+ "Bind the spotlight IPC action in your compositor config.": "Koppel de spotlight IPC-actie in de configuratie van je compositor."
},
"Bind the spotlight-bar IPC action in your compositor config.": {
- "Bind the spotlight-bar IPC action in your compositor config.": ""
+ "Bind the spotlight-bar IPC action in your compositor config.": "Koppel de spotlight-balk IPC-actie in de configuratie van je compositor."
},
"Binds Include Missing": {
"Binds Include Missing": "Binds-include ontbreekt"
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Zwart"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Uitsluiten"
},
@@ -1083,7 +1134,7 @@
"Bluetooth not available": "Bluetooth niet beschikbaar"
},
"Blur": {
- "Blur": ""
+ "Blur": "Vervagen"
},
"Blur Border Color": {
"Blur Border Color": "Kleur van vervagingsrand"
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Vervaag de achtergrond achter balken, pop-ups, modale vensters en meldingen. Vereist ondersteuning van de compositor en configuratie."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Vervaag de achtergrond achter balken, pop-outs, vensters en notificaties. Vereist ondersteuning van de compositor. Pas de dekking dienovereenkomstig aan."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Achtergrond vervagen wanneer niri-overzicht open is"
@@ -1110,7 +1161,7 @@
"Body": "Inhoud"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Lettergrootte berichttekst"
},
"Bold": {
"Bold": "Vet"
@@ -1122,7 +1173,7 @@
"Border Color": "Randkleur"
},
"Border Off": {
- "Border Off": ""
+ "Border Off": "Rand uit"
},
"Border Opacity": {
"Border Opacity": "Randdekking"
@@ -1143,10 +1194,10 @@
"Border color around blurred surfaces": "Randkleur rondom vervaagde oppervlakken"
},
"Border w/ Bg": {
- "Border w/ Bg": ""
+ "Border w/ Bg": "Rand met achtergr."
},
"Border with Background": {
- "Border with Background": ""
+ "Border with Background": "Rand met achtergrond"
},
"Bottom": {
"Bottom": "Onder"
@@ -1233,7 +1284,7 @@
"Calendar": "Agenda"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Agenda-backend"
},
"Camera": {
"Camera": "Camera"
@@ -1248,7 +1299,7 @@
"Canceled": "Geannuleerd"
},
"Cannot delete the only administrator": {
- "Cannot delete the only administrator": ""
+ "Cannot delete the only administrator": "Kan de enige beheerder niet verwijderen"
},
"Cannot disable the only output": {
"Cannot disable the only output": "Kan het enige beeldscherm niet uitschakelen"
@@ -1263,7 +1314,7 @@
"Cannot pair": "Kan niet koppelen"
},
"Cannot remove the only administrator": {
- "Cannot remove the only administrator": ""
+ "Cannot remove the only administrator": "Kan de enige beheerder niet ontnemen"
},
"Capabilities": {
"Capabilities": "Mogelijkheden"
@@ -1281,10 +1332,10 @@
"Caps Lock is on": "Caps Lock staat aan"
},
"Cast Target": {
- "Cast Target": ""
+ "Cast Target": "Cast-doel"
},
"Category": {
- "Category": ""
+ "Category": "Categorie"
},
"Center Section": {
"Center Section": "Middensectie"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kanaal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Opladen"
},
@@ -1329,7 +1389,7 @@
"Check on startup": "Controleren bij opstarten"
},
"Check sync status on demand. Sync (full) is for the main admin: it copies your theme to the login screen and sets up system greeter config. On multi-user systems, add other accounts in Settings → Users, then have each of them run dms greeter sync --profile after logging out and back in—not full sync. Authentication changes apply automatically.": {
- "Check sync status on demand. Sync (full) is for the main admin: it copies your theme to the login screen and sets up system greeter config. On multi-user systems, add other accounts in Settings → Users, then have each of them run dms greeter sync --profile after logging out and back in—not full sync. Authentication changes apply automatically.": ""
+ "Check sync status on demand. Sync (full) is for the main admin: it copies your theme to the login screen and sets up system greeter config. On multi-user systems, add other accounts in Settings → Users, then have each of them run dms greeter sync --profile after logging out and back in—not full sync. Authentication changes apply automatically.": "Controleer de synchronisatiestatus op aanvraag. Sync (volledig) is voor de hoofdbeheerder: het kopieert je thema naar het inlogscherm en stelt de systeemconfiguratie van de greeter in. Op systemen met meerdere gebruikers voeg je andere accounts toe in Instellingen → Gebruikers en laat je hen elk 'dms greeter sync --profile' uitvoeren na het uit- en inloggen—geen volledige synchronisatie. Wijzigingen in authenticatie worden automatisch toegepast."
},
"Check your custom command in Settings → Dock → Trash.": {
"Check your custom command in Settings → Dock → Trash.": "Controleer je aangepaste opdracht in Instellingen → Dock → Prullenbak."
@@ -1338,7 +1398,7 @@
"Checking for updates...": "Zoeken naar updates..."
},
"Checking whether sudo authentication is needed...": {
- "Checking whether sudo authentication is needed...": ""
+ "Checking whether sudo authentication is needed...": "Controleren of sudo-authenticatie vereist is..."
},
"Checking...": {
"Checking...": "Controleren..."
@@ -1365,7 +1425,7 @@
"Choose a color": "Kies een kleur"
},
"Choose a power profile": {
- "Choose a power profile": ""
+ "Choose a power profile": "Kies een energieprofiel"
},
"Choose colors from palette": {
"Choose colors from palette": "Kies kleuren uit palet"
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Kies hoe deze balk de schaduwrichting bepaalt"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Kies pictogram"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Kies monochroom of een themakleurtint voor systeemvakpictogrammen"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Kies de achtergrondkleur voor widgets"
},
@@ -1398,10 +1464,10 @@
"Choose where on-screen displays appear on screen": "Kies waar on-screen displays op het scherm verschijnen"
},
"Choose whether to launch a desktop app or a command": {
- "Choose whether to launch a desktop app or a command": ""
+ "Choose whether to launch a desktop app or a command": "Kies of er een desktop-app of een commando gestart moet worden"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Kies welke actieknoppen er op klembord-items verschijnen"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Kies welke beeldschermen deze widget tonen"
@@ -1419,7 +1485,7 @@
"Circle": "Cirkel"
},
"Class regex": {
- "Class regex": ""
+ "Class regex": "Class-regex"
},
"Class regex (e.g. ^firefox$)": {
"Class regex (e.g. ^firefox$)": "Klasse-regex (bijv. ^firefox$)"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Doorklikken"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Klik op een sneltoets om te bewerken. Wijzigingen worden opgeslagen in %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Klik om vast te leggen"
},
@@ -1491,7 +1563,7 @@
"Clipboard Manager": "Klembordbeheer"
},
"Clipboard Saved": {
- "Clipboard Saved": ""
+ "Clipboard Saved": "Klembord opgeslagen"
},
"Clipboard sent": {
"Clipboard sent": "Klembord verzonden"
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Kleur voor primaire actieknoppen"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Kleurtemperatuur voor overdag"
},
@@ -1590,7 +1665,7 @@
"Command": "Opdracht"
},
"Command Line": {
- "Command Line": ""
+ "Command Line": "Opdrachtregel"
},
"Commands": {
"Commands": "Opdrachten"
@@ -1671,7 +1746,7 @@
"Confirm passkey for ": "Bevestig toegangscode voor "
},
"Confirm password": {
- "Confirm password": ""
+ "Confirm password": "Wachtwoord bevestigen"
},
"Conflicts with: %1": {
"Conflicts with: %1": "Conflicteert met: %1"
@@ -1698,7 +1773,7 @@
"Connected Displays": "Aangesloten beeldschermen"
},
"Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
- "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": "Connected Frame Mode gebruikt de verbonden launcher voor standaard launcher-sneltoetsen."
},
"Connected Options": {
"Connected Options": "Verbonden opties"
@@ -1710,7 +1785,7 @@
"Connecting to Device": "Verbinden met apparaat"
},
"Connecting to clipboard service...": {
- "Connecting to clipboard service...": ""
+ "Connecting to clipboard service...": "Verbinding maken met klembord-service..."
},
"Connecting...": {
"Connecting...": "Verbinden..."
@@ -1731,7 +1806,7 @@
"Contrast": "Contrast"
},
"Contributor": {
- "Contributor": ""
+ "Contributor": "Bijdrager"
},
"Control Center": {
"Control Center": "Bedieningspaneel"
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Regelt dekking van alle pop-outs, modale vensters en hun inhoudslagen"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "Regelt de dekking van shell-oppervlakken, pop-outs en vensters"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "Regelt de dekking van de balkachtergrond"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "Regelt de dekking van de rand"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Regelt de dekking van de schaduwlaag"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "Regelt de dekking van de widget-omlijning"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "Regelt de dekking van widgetachtergronden"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Bepaalt omlijningen rond vervaagde voorgrondkaarten, pillen en meldingskaarten"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Bepaalt de basisvervagingsstraal en verschuiving van schaduwen"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Regelt de dekking van de schaduw"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Bepaalt de buitenrand van door het protocol vervaagde vensters"
@@ -1803,7 +1878,7 @@
"Convenience options for the login screen. Sync to apply.": "Gemaksopties voor het aanmeldscherm. Voer Sync uit om toe te passen."
},
"Convert to DMS": {
- "Convert to DMS": ""
+ "Convert to DMS": "Converteren naar DMS"
},
"Cooldown": {
"Cooldown": "Afkoeltijd"
@@ -1857,7 +1932,7 @@
"Corners & Background": "Hoeken & Achtergrond"
},
"Couldn't open a terminal for the auto-login update.": {
- "Couldn't open a terminal for the auto-login update.": ""
+ "Couldn't open a terminal for the auto-login update.": "Kon geen terminal openen voor de update van automatisch inloggen."
},
"Count Only": {
"Count Only": "Alleen aantal"
@@ -1875,7 +1950,7 @@
"Create Printer": "Printer aanmaken"
},
"Create User": {
- "Create User": ""
+ "Create User": "Gebruiker aanmaken"
},
"Create Window Rule": {
"Create Window Rule": "Vensterregel aanmaken"
@@ -1895,23 +1970,35 @@
"Creating...": {
"Creating...": "Aanmaken..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Kritieke prioriteit"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Alles selecteren • Ctrl+P: Voorbeeld • Enter/Shift+Enter: Volgende/Vorige zoeken • Esc: Sluiten"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Opslaan • Ctrl+O: Openen • Ctrl+N: Nieuw • Ctrl+F: Zoeken"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Wissel tabblad • Ctrl+S: Vastzetten/losmaken • Shift+Del: Alles wissen • Esc: Sluiten"
},
"Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": {
- "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": ""
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Wissel tabbladen • Ctrl+S: Vastpinnen/Losmaken • Shift+Enter: Kopiëren • Shift+Del: Alles wissen • F10: Help • Esc: Sluiten"
},
"Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": {
- "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": ""
+ "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Wissel tabbladen • Ctrl+S: Vastpinnen/Losmaken • Shift+Enter: Plakken • Shift+Del: Alles wissen • F10: Help • Esc: Sluiten"
},
"Current": {
"Current": "Huidig"
@@ -1965,7 +2052,7 @@
"Cursor Theme": "Cursorthema"
},
"Curve": {
- "Curve": ""
+ "Curve": "Curve"
},
"Curve: curve rasterizer.": {
"Curve: curve rasterizer.": "Curve: curve-rasterizer."
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Aangepast"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Aangepaste kleur"
},
@@ -2058,7 +2148,7 @@
"DMS Settings": "DMS-instellingen"
},
"DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": {
- "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": ""
+ "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": "DMS Settings schrijft Lua-sneltoetsen. Voeg de DMS-'include' toe zodat wijzigingen effect hebben."
},
"DMS Shortcuts": {
"DMS Shortcuts": "DMS-sneltoetsen"
@@ -2067,7 +2157,7 @@
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "DMS-aanmeldscherm heeft nodig: greetd, dms-greeter. Vingerafdruk: fprintd, pam_fprintd. Beveiligingssleutels: pam_u2f. Voeg uw gebruiker toe aan de greeter-groep. Verificatiewijzigingen worden automatisch toegepast en kunnen een terminal openen wanneer sudo-verificatie vereist is."
},
"DMS needs administrator access. The terminal closes automatically when done.": {
- "DMS needs administrator access. The terminal closes automatically when done.": ""
+ "DMS needs administrator access. The terminal closes automatically when done.": "DMS heeft beheerdersrechten nodig. De terminal sluit automatisch wanneer voltooid."
},
"DMS out of date": {
"DMS out of date": "DMS verouderd"
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar is niet geïnstalleerd"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar is niet actief"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell is klaar voor gebruik"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Donkere modus"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Donkere modus basis"
},
@@ -2169,25 +2262,25 @@
"Default Apps": "Standaardapps"
},
"Default Launcher": {
- "Default Launcher": ""
+ "Default Launcher": "Standaard launcher"
},
"Default Launcher Shortcut": {
- "Default Launcher Shortcut": ""
+ "Default Launcher Shortcut": "Standaard launcher-sneltoets"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Standaardmodus"
},
"Default Opens": {
- "Default Opens": ""
+ "Default Opens": "Standaard wordt geopend"
},
"Default Width (%)": {
"Default Width (%)": "Standaardbreedte (%)"
},
"Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": {
- "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": ""
+ "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": "Standaard launcher-sneltoetsen openen de volledige launcher met modus-tabbladen, rasterweergave en actiepaneel."
},
"Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": {
- "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": ""
+ "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": "Standaard launcher-sneltoetsen openen de minimale Spotlight-balk. De specifieke Spotlight-balk-sneltoets hieronder blijft onafhankelijk."
},
"Default selected action": {
"Default selected action": "Standaard geselecteerde actie"
@@ -2205,7 +2298,7 @@
"Delete": "Verwijderen"
},
"Delete \"%1\" and remove the home directory? This cannot be undone.": {
- "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": "Verwijder \"%1\" en de bijbehorende thuismap? Dit kan niet ongedaan worden gemaakt."
},
"Delete \"%1\"?": {
"Delete \"%1\"?": "\"%1\" verwijderen?"
@@ -2217,7 +2310,7 @@
"Delete Printer": "Printer verwijderen"
},
"Delete Rule": {
- "Delete Rule": ""
+ "Delete Rule": "Regel verwijderen"
},
"Delete Saved Item?": {
"Delete Saved Item?": "Opgeslagen item verwijderen?"
@@ -2232,10 +2325,10 @@
"Delete profile \"%1\"?": "Profiel \"%1\" verwijderen?"
},
"Delete user": {
- "Delete user": ""
+ "Delete user": "Gebruiker verwijderen"
},
"Delete user?": {
- "Delete user?": ""
+ "Delete user?": "Gebruiker verwijderen?"
},
"Demi Bold": {
"Demi Bold": "Halfvet"
@@ -2259,7 +2352,7 @@
"Desktop": "Bureaublad"
},
"Desktop Application": {
- "Desktop Application": ""
+ "Desktop Application": "Desktop-applicatie"
},
"Desktop Clock": {
"Desktop Clock": "Bureaubladklok"
@@ -2295,7 +2388,7 @@
"Device connections": "Apparaatverbindingen"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Scroll-volume in apparatenlijst"
},
"Device names updated": {
"Device names updated": "Apparaatnamen bijgewerkt"
@@ -2340,7 +2433,7 @@
"Disabling WiFi...": "Wifi uitschakelen..."
},
"Disabling auto-login on startup...": {
- "Disabling auto-login on startup...": ""
+ "Disabling auto-login on startup...": "Automatisch inloggen bij opstarten uitschakelen..."
},
"Disc": {
"Disc": "Schijf"
@@ -2406,7 +2499,7 @@
"Display all priorities over fullscreen apps": "Alle prioriteiten over applicaties op volledig scherm tonen"
},
"Display and switch MangoWC layouts": {
- "Display and switch MangoWC layouts": ""
+ "Display and switch MangoWC layouts": "MangoWC-indelingen weergeven en wisselen"
},
"Display application icons in workspace indicators": {
"Display application icons in workspace indicators": "Applicatiepictogrammen tonen in werkbladindicatoren"
@@ -2427,7 +2520,7 @@
"Display line numbers in editor": "Regelnummers weergeven in editor"
},
"Display name for this entry": {
- "Display name for this entry": ""
+ "Display name for this entry": "Weergavenaam voor dit item"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Toon alleen werkbladen die vensters bevatten"
@@ -2439,7 +2532,7 @@
"Display seconds in the clock": "Seconden tonen in de klok"
},
"Display setup failed": {
- "Display setup failed": ""
+ "Display setup failed": "Scherminstelling mislukt"
},
"Display the power system menu": {
"Display the power system menu": "Het systeem-energiemenu weergeven"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Dock & Starter"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Dock-dekking"
},
"Dock Transparency": {
"Dock Transparency": "Dock-transparantie"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Zichtbaarheid dock"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Dock-marge, dekking en rand"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Marge, transparantie en rand van het dock"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Documentatie"
},
@@ -2526,7 +2622,7 @@
"Drizzle": "Motregen"
},
"Drop your override for %1 so the DMS default action re-applies?": {
- "Drop your override for %1 so the DMS default action re-applies?": ""
+ "Drop your override for %1 so the DMS default action re-applies?": "Override voor %1 laten vallen zodat de standaard DMS-actie opnieuw wordt toegepast?"
},
"Duplicate": {
"Duplicate": "Dupliceren"
@@ -2570,32 +2666,35 @@
"Edge Spacing": {
"Edge Spacing": "Randafstand"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "Rand waaruit de launcher schuift"
},
"Edit": {
- "Edit": ""
+ "Edit": "Bewerken"
},
"Edit App": {
"Edit App": "App bewerken"
},
"Edit Clipboard": {
- "Edit Clipboard": ""
+ "Edit Clipboard": "Klembord bewerken"
},
"Edit Rule": {
- "Edit Rule": ""
+ "Edit Rule": "Regel bewerken"
},
"Edit Window Rule": {
"Edit Window Rule": "Vensterregel bewerken"
},
"Edit clipboard text": {
- "Edit clipboard text": ""
+ "Edit clipboard text": "Klembordtekst bewerken"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Afspraak bewerken"
},
"Editing changes on %1": {
- "Editing changes on %1": ""
+ "Editing changes on %1": "Wijzigingen op %1 aan het bewerken"
},
"Education": {
"Education": "Onderwijs"
@@ -2712,7 +2811,7 @@
"End": "Einde"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "Einde moet na het begin vallen"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Vergroten bij aanwijzen"
@@ -2778,7 +2877,7 @@
"Enterprise": "Enterprise"
},
"Entry Type": {
- "Entry Type": ""
+ "Entry Type": "Itemtype"
},
"Entry pinned": {
"Entry pinned": "Item vastgemaakt"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Fouten"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Titel van afspraak"
},
"Every 15 minutes": {
"Every 15 minutes": "Elke 15 minuten"
@@ -2820,7 +2922,10 @@
"Exclusive Zone Offset": "Verschuiving exclusieve zone"
},
"Existing Users": {
- "Existing Users": ""
+ "Existing Users": "Bestaande gebruikers"
+ },
+ "Exit node": {
+ "Exit node": ""
},
"Experimental Feature": {
"Experimental Feature": "Experimentele functie"
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Toepassen van Qt-kleuren mislukt"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "Profiel toepassen mislukt"
},
@@ -2961,7 +3069,7 @@
"Failed to fetch network QR code: %1": "Ophalen van netwerk-QR-code mislukt: %1"
},
"Failed to generate systemd override": {
- "Failed to generate systemd override": ""
+ "Failed to generate systemd override": "Genereren van systemd-override mislukt"
},
"Failed to hold job": {
"Failed to hold job": "Vasthouden van taak mislukt"
@@ -3096,7 +3204,7 @@
"Failed to update autoconnect": "Bijwerken van automatisch verbinden mislukt"
},
"Failed to update clipboard": {
- "Failed to update clipboard": ""
+ "Failed to update clipboard": "Bijwerken klembord mislukt"
},
"Failed to update description": {
"Failed to update description": "Bijwerken van beschrijving mislukt"
@@ -3108,10 +3216,10 @@
"Failed to update sharing": "Bijwerken van delen mislukt"
},
"Failed to write autostart entry": {
- "Failed to write autostart entry": ""
+ "Failed to write autostart entry": "Schrijven van autostart-item mislukt"
},
"Failed to write outputs config.": {
- "Failed to write outputs config.": ""
+ "Failed to write outputs config.": "Schrijven van outputs-configuratie mislukt."
},
"Failed to write temp file for validation": {
"Failed to write temp file for validation": "Schrijven van tijdelijk bestand voor validatie mislukt"
@@ -3150,7 +3258,7 @@
"File Manager": "Bestandsbeheer"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "Bestand gewijzigd op schijf"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "Bestandsbeheerder die wordt gebruikt om de prullenbak te openen. Kies \"aangepast\" om je eigen opdracht in te voeren."
@@ -3174,7 +3282,10 @@
"Fill": "Vullen"
},
"Filter": {
- "Filter": ""
+ "Filter": "Filter"
+ },
+ "Filter by type": {
+ "Filter by type": ""
},
"Find in Text": {
"Find in Text": "Zoeken in tekst"
@@ -3183,7 +3294,7 @@
"Find in note...": "Zoeken in notitie..."
},
"Fine-tune the space reserved for the bar from the screen edge": {
- "Fine-tune the space reserved for the bar from the screen edge": ""
+ "Fine-tune the space reserved for the bar from the screen edge": "Stel de gereserveerde ruimte voor de balk vanaf de schermrand fijn"
},
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Beschikbaarheid van vingerafdrukscanner kon niet worden bevestigd."
@@ -3237,19 +3348,19 @@
"Float": "Zweven"
},
"Float Anchor": {
- "Float Anchor": ""
+ "Float Anchor": "Zwevend anker"
},
"Float X": {
- "Float X": ""
+ "Float X": "Zwevend X"
},
"Float Y": {
- "Float Y": ""
+ "Float Y": "Zwevend Y"
},
"Floating": {
- "Floating": ""
+ "Floating": "Zwevend"
},
"Floating Position": {
- "Floating Position": ""
+ "Floating Position": "Zwevende positie"
},
"Fluent": {
"Fluent": "Fluent"
@@ -3261,16 +3372,16 @@
"Focus": "Focus"
},
"Focus Ring Color": {
- "Focus Ring Color": ""
+ "Focus Ring Color": "Focusring-kleur"
},
"Focus Ring Off": {
- "Focus Ring Off": ""
+ "Focus Ring Off": "Focusring uit"
},
"Focus at Startup": {
"Focus at Startup": "Focus bij opstarten"
},
"Focused": {
- "Focused": ""
+ "Focused": "Gefocust"
},
"Focused Border": {
"Focused Border": "Gefocuste rand"
@@ -3303,7 +3414,7 @@
"Follow focus": "Focus volgen"
},
"Follows the default launcher choice selected above.": {
- "Follows the default launcher choice selected above.": ""
+ "Follows the default launcher choice selected above.": "Volgt de hierboven geselecteerde standaard launcher-keuze."
},
"Font": {
"Font": "Lettertype"
@@ -3351,7 +3462,7 @@
"Force Kill (SIGKILL)": "Geforceerd beëindigen (SIGKILL)"
},
"Force RGBX": {
- "Force RGBX": ""
+ "Force RGBX": "RGBX forceren"
},
"Force Wide Color": {
"Force Wide Color": "Breed kleurengamma forceren"
@@ -3429,7 +3540,7 @@
"Full Day & Month": "Volledige dag & maand"
},
"Full command to execute": {
- "Full command to execute": ""
+ "Full command to execute": "Volledige opdracht om uit te voeren"
},
"Full with Year": {
"Full with Year": "Volledig met jaar"
@@ -3476,8 +3587,11 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gammaregeling niet beschikbaar. Vereist DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
- "Generate Override": ""
+ "Generate Override": "Override genereren"
},
"Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": {
"Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Genereer basisconfiguraties voor GTK3/4 of QT5/QT6 (vereist qt6ct-kde) om de DMS-kleuren te volgen. Slechts eenmalig nodig.
Het wordt aanbevolen om adw-gtk3 te configureren voordat u GTK-thema's toepast."
@@ -3516,19 +3630,19 @@
"Gradually fade the screen before turning off monitors with a configurable grace period": "Het scherm geleidelijk vervagen voor het uitschakelen van beeldschermen met een instelbare vervalperiode"
},
"Grant": {
- "Grant": ""
+ "Grant": "Toekennen"
},
"Grant admin?": {
- "Grant admin?": ""
+ "Grant admin?": "Beheerder maken?"
},
"Grant administrator privileges": {
- "Grant administrator privileges": ""
+ "Grant administrator privileges": "Beheerdersrechten verlenen"
},
"Granted administrator privileges": {
- "Granted administrator privileges": ""
+ "Granted administrator privileges": "Beheerdersrechten verleend"
},
"Granted greeter login access": {
- "Granted greeter login access": ""
+ "Granted greeter login access": "Greeter-login-toegang verleend"
},
"Graph Time Range": {
"Graph Time Range": "Tijdsbereik grafiek"
@@ -3555,10 +3669,10 @@
"Greeter font": "Lettertype Greeter"
},
"Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": {
- "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": ""
+ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Leden van de greeter-groep kunnen hun inlogscherm-thema synchroniseren met 'dms greeter sync --profile' na het uit- en inloggen."
},
"Greeter group:": {
- "Greeter group:": ""
+ "Greeter group:": "Greeter-groep:"
},
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Alleen Greeter — heeft geen invloed op de hoofdklok"
@@ -3582,7 +3696,7 @@
"Group": "Groep"
},
"Group Active Workspace": {
- "Group Active Workspace": ""
+ "Group Active Workspace": "Actieve werkruimte groeperen"
},
"Group Workspace Apps": {
"Group Workspace Apps": "Werkblad-apps groeperen"
@@ -3714,10 +3828,10 @@
"Hide on Touch": "Verbergen bij aanraking"
},
"Hide the bar when the pointer leaves even if a popout is still open": {
- "Hide the bar when the pointer leaves even if a popout is still open": ""
+ "Hide the bar when the pointer leaves even if a popout is still open": "Verberg de balk wanneer de aanwijzer vertrekt, zelfs als er nog een pop-out open is"
},
"High": {
- "High": ""
+ "High": "Hoog"
},
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Natuurgetrouw palet dat de oorspronkelijke tinten behoudt."
@@ -3807,13 +3921,13 @@
"Hyprland Website": "Hyprland-website"
},
"Hyprland conf mode": {
- "Hyprland conf mode": ""
+ "Hyprland conf mode": "Hyprland conf-modus"
},
"Hyprland conf mode is read-only in Settings": {
- "Hyprland conf mode is read-only in Settings": ""
+ "Hyprland conf mode is read-only in Settings": "Hyprland conf-modus is alleen-lezen in Instellingen"
},
"Hyprland config include missing": {
- "Hyprland config include missing": ""
+ "Hyprland config include missing": "Hyprland config-'include' ontbreekt"
},
"I Understand": {
"I Understand": "Ik begrijp het"
@@ -3845,17 +3959,20 @@
"Icon Theme": {
"Icon Theme": "Pictogramthema"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
- "Identical alerts show as one popup instead of stacking": ""
+ "Identical alerts show as one popup instead of stacking": "Identieke meldingen tonen als één pop-up in plaats van te stapelen"
},
"Identical alerts stack as separate notification cards": {
- "Identical alerts stack as separate notification cards": ""
+ "Identical alerts stack as separate notification cards": "Identieke meldingen stapelen als afzonderlijke notificatiekaarten"
},
"Idle": {
"Idle": "Inactief"
},
"Idle Inhibit": {
- "Idle Inhibit": ""
+ "Idle Inhibit": "Inactiviteit blokkeren"
},
"Idle Inhibitor": {
"Idle Inhibitor": "Inactiviteitspreventie"
@@ -3864,7 +3981,7 @@
"Idle Settings": "Instellingen voor inactiviteit"
},
"If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": {
- "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": ""
+ "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": "Als iconen van automatisch opstartende apps niet in het systeemvak verschijnen, genereer dan een systemd-override om ervoor te zorgen dat DMS start vóór deze apps."
},
"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.": "Als het veld verborgen is, verschijnt het zodra een toets wordt ingedrukt."
@@ -3945,13 +4062,13 @@
"Inhibitable": "Onderdrukbaar"
},
"Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": {
- "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": ""
+ "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": "Initiële positie voor zwevende vensters. Stel zowel X als Y in; het anker bepaalt ten opzichte van welke hoek/rand deze worden geplaatst."
},
"Initialised": {
- "Initialised": ""
+ "Initialised": "Geïnitialiseerd"
},
"Inner padding applied to each widget": {
- "Inner padding applied to each widget": ""
+ "Inner padding applied to each widget": "Binnenmarge (padding) toegepast op elke widget"
},
"Input Devices": {
"Input Devices": "Invoerapparaten"
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Plaats uw beveiligingssleutel..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Plaats het notitieblok vanaf de schermranden met behulp van de ingestelde tussenruimtes van de compositor"
},
"Install": {
"Install": "Installeren"
@@ -4047,13 +4164,13 @@
"Invalid password for %1": "Ongeldig wachtwoord voor %1"
},
"Invalid username": {
- "Invalid username": ""
+ "Invalid username": "Ongeldige gebruikersnaam"
},
"Invert on mode change": {
"Invert on mode change": "Omkeren bij moduswisseling"
},
"Invert touchpad scroll direction": {
- "Invert touchpad scroll direction": ""
+ "Invert touchpad scroll direction": "Scrollrichting van touchpad omkeren"
},
"Iris Bloom": {
"Iris Bloom": "Irisbloei"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Wijzigingen behouden"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Mijn bewerkingen behouden"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "In de balk houden"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Blijf typen"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Lichte modus"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Lichte regen"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Lichte modus harmonie"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Lijn"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Lokaal"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Locale"
},
@@ -4341,7 +4473,16 @@
"Longitude": "Lengtegraad"
},
"Low": {
- "Low": ""
+ "Low": "Laag"
+ },
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
},
"Low Priority": {
"Low Priority": "Lage prioriteit"
@@ -4356,13 +4497,13 @@
"Mail": "E-mail"
},
"Make admin": {
- "Make admin": ""
+ "Make admin": "Beheerder maken"
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Zorg ervoor dat KDE Connect of Valent actief is op je andere apparaten"
},
"Make the bar background fully transparent": {
- "Make the bar background fully transparent": ""
+ "Make the bar background fully transparent": "Maak de balkachtergrond volledig transparant"
},
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Plug-ins beheren en configureren voor uitbreiding van DMS-functionaliteit"
@@ -4386,10 +4527,10 @@
"Manages files and directories": "Beheert bestanden en mappen"
},
"Mango Options": {
- "Mango Options": ""
+ "Mango Options": "Mango-opties"
},
"Mango service not available": {
- "Mango service not available": ""
+ "Mango service not available": "Mango-service niet beschikbaar"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC-indelingsoverschrijvingen"
@@ -4407,13 +4548,13 @@
"Manual Gap Size": "Handmatige grootte tussenruimte"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Handmatige tussenruimtes"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Handmatig tonen/verbergen"
},
"Manual config": {
- "Manual config": ""
+ "Manual config": "Handmatige configuratie"
},
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Koppel vensterklassennamen aan pictogramnamen voor correcte weergave"
@@ -4434,10 +4575,10 @@
"Marker Waste Full": "Afvaltank vol"
},
"Match (%1)": {
- "Match (%1)": ""
+ "Match (%1)": "Match (%1)"
},
"Match Conditions": {
- "Match Conditions": ""
+ "Match Conditions": "Match-voorwaarden"
},
"Match Criteria": {
"Match Criteria": "Overeenkomstcriteria"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "Max. actieve apps (0 = onbeperkt)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Max. zichtbaar"
},
"Max Volume": {
"Max Volume": "Max. volume"
@@ -4704,7 +4845,7 @@
"Mount Points": "Aankoppelpunten"
},
"Mouse clicks pass through the bar to windows behind it": {
- "Mouse clicks pass through the bar to windows behind it": ""
+ "Mouse clicks pass through the bar to windows behind it": "Muisklikken gaan door de balk heen naar vensters erachter"
},
"Mouse pointer appearance": {
"Mouse pointer appearance": "Uiterlijk muisaanwijzer"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Muziekspeler"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Pop-ups dempen"
},
@@ -4773,13 +4917,13 @@
"Named Workspace Icons": "Pictogrammen voor benoemde werkbladen"
},
"Native": {
- "Native": ""
+ "Native": "Systeemeigen"
},
"Native: platform renderer (FreeType).": {
"Native: platform renderer (FreeType).": "Native: platform-renderer (FreeType)."
},
"Natural Touchpad Scrolling": {
- "Natural Touchpad Scrolling": ""
+ "Natural Touchpad Scrolling": "Natuurlijk scrollen via touchpad"
},
"Navigate": {
"Navigate": "Navigeren"
@@ -4845,7 +4989,7 @@
"New York, NY": "New York, NY"
},
"New event": {
- "New event": ""
+ "New event": "Nieuwe afspraak"
},
"New group name...": {
"New group name...": "Nieuwe groepsnaam..."
@@ -4950,7 +5094,7 @@
"No active %1 sessions": "Geen actieve %1-sessies"
},
"No active session found for %1": {
- "No active session found for %1": ""
+ "No active session found for %1": "Geen actieve sessie gevonden voor %1"
},
"No adapter": {
"No adapter": "Geen adapter"
@@ -4962,7 +5106,7 @@
"No app customizations.": "Geen app-aanpassingen."
},
"No application selected": {
- "No application selected": ""
+ "No application selected": "Geen applicatie geselecteerd"
},
"No apps found": {
"No apps found": "Geen apps gevonden"
@@ -4974,7 +5118,7 @@
"No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Geen apps gedempt. Klik met de rechtermuisknop op een melding en kies \"Pop-ups dempen\" om er hier een toe te voegen."
},
"No autostart entries": {
- "No autostart entries": ""
+ "No autostart entries": "Geen items voor automatisch opstarten"
},
"No battery": {
"No battery": "Geen batterij"
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Geen helderheidsapparaten beschikbaar"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Geen agendabron beschikbaar"
},
"No changes": {
"No changes": "Geen wijzigingen"
@@ -5034,7 +5178,7 @@
"No hidden apps.": "Geen verborgen apps."
},
"No human user accounts found.": {
- "No human user accounts found.": ""
+ "No human user accounts found.": "Geen menselijke gebruikersaccounts gevonden."
},
"No info items": {
"No info items": "Geen info-items"
@@ -5076,7 +5220,7 @@
"No mount points found": "Geen aankoppelpunten gevonden"
},
"No other active sessions on this seat": {
- "No other active sessions on this seat": ""
+ "No other active sessions on this seat": "Geen andere actieve sessies op deze seat"
},
"No output device": {
"No output device": "Geen uitvoerapparaat"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Geen recente klemborditems gevonden"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Geen herinnering"
},
"No results": {
"No results": "Geen resultaten"
@@ -5124,7 +5268,7 @@
"No saved clipboard entries": "Geen opgeslagen klemborditems"
},
"No session selected": {
- "No session selected": ""
+ "No session selected": "Geen sessie geselecteerd"
},
"No sessions found": {
"No sessions found": "Geen sessies gevonden"
@@ -5148,7 +5292,7 @@
"No trigger": "Geen trigger"
},
"No user specified": {
- "No user specified": ""
+ "No user specified": "Geen gebruiker opgegeven"
},
"No video found in folder": {
"No video found in folder": "Geen video gevonden in map"
@@ -5178,10 +5322,10 @@
"No window rules configured": "Geen vensterregels geconfigureerd"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Geen beschrijfbare agenda beschikbaar"
},
"Noise": {
- "Noise": ""
+ "Noise": "Ruis"
},
"None": {
"None": "Geen"
@@ -5214,7 +5358,7 @@
"Not available — install or configure pam_u2f.": "Niet beschikbaar — installeer of configureer pam_u2f."
},
"Not bound": {
- "Not bound": ""
+ "Not bound": "Niet gekoppeld"
},
"Not connected": {
"Not connected": "Niet verbonden"
@@ -5223,7 +5367,7 @@
"Not detected": "Niet gedetecteerd"
},
"Not listed?": {
- "Not listed?": ""
+ "Not listed?": "Niet in de lijst?"
},
"Not paired": {
"Not paired": "Niet gekoppeld"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Lettertype-instellingen Kladblok"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Notitieblok-instellingen"
},
"Notepad Slideout": {
"Notepad Slideout": "Kladblok-uittrekpaneel"
},
"Notes": {
- "Notes": ""
+ "Notes": "Notities"
},
"Nothing": {
"Nothing": "Niets"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Hier is niets te zien"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Meldingencentrum"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Time-outs voor meldingen"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Meldingen-popups"
},
"Notifications": {
"Notifications": "Meldingen"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Nummers"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Heeft alleen invloed op door DMS beheerde PAM. Als greetd al pam_fprintd bevat, blijft de vingerafdruk ingeschakeld."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Toon op elk dock alleen vensters van het huidige beeldscherm"
},
@@ -5352,10 +5508,10 @@
"Opacity": "Dekking"
},
"Opacity of the bar background": {
- "Opacity of the bar background": ""
+ "Opacity of the bar background": "Dekking van de balkachtergrond"
},
"Opacity of widget backgrounds": {
- "Opacity of widget backgrounds": ""
+ "Opacity of widget backgrounds": "Dekking van widgetachtergronden"
},
"Opaque": {
"Opaque": "Ondoorzichtig"
@@ -5373,7 +5529,7 @@
"Open Frame": "Frame openen"
},
"Open From": {
- "Open From": ""
+ "Open From": "Openen vanuit"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Open KDE Connect op uw telefoon"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Open een terminal en voer een aangepaste opdracht uit in plaats van de ingebouwde upgrade-procedure."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Map openen"
},
@@ -5421,19 +5580,19 @@
"Opening files": "Bestanden openen"
},
"Opening terminal to update greetd": {
- "Opening terminal to update greetd": ""
+ "Opening terminal to update greetd": "Terminal wordt geopend om greetd bij te werken"
},
"Opening terminal: ": {
"Opening terminal: ": "Terminal openen: "
},
"Opens a picker of other active sessions on this seat": {
- "Opens a picker of other active sessions on this seat": ""
+ "Opens a picker of other active sessions on this seat": "Opent een selectievenster voor andere actieve sessies op deze seat"
},
"Opens image files": {
"Opens image files": "Opent afbeeldingsbestanden"
},
"Opens the connected launcher in Connected Frame Mode.": {
- "Opens the connected launcher in Connected Frame Mode.": ""
+ "Opens the connected launcher in Connected Frame Mode.": "Opent de verbonden launcher in Connected Frame Mode."
},
"Optional description": {
"Optional description": "Optionele beschrijving"
@@ -5442,7 +5601,7 @@
"Optional location": "Optionele locatie"
},
"Optional state-based conditions applied to the first match.": {
- "Optional state-based conditions applied to the first match.": ""
+ "Optional state-based conditions applied to the first match.": "Optionele op status gebaseerde voorwaarden toegepast op de eerste match."
},
"Options": {
"Options": "Opties"
@@ -5511,7 +5670,7 @@
"Override the global shadow with per-bar settings": "Overschrijf de globale schaduw met instellingen per balk"
},
"Override the popup gap size when auto is disabled": {
- "Override the popup gap size when auto is disabled": ""
+ "Override the popup gap size when auto is disabled": "De grootte van de pop-up-tussenruimte overschrijven wanneer 'auto' is uitgeschakeld"
},
"Overrides": {
"Overrides": "Overschrijvingen"
@@ -5598,28 +5757,28 @@
"Password": "Wachtwoord"
},
"Password cannot be empty": {
- "Password cannot be empty": ""
+ "Password cannot be empty": "Wachtwoord mag niet leeg zijn"
},
"Password change failed (exit %1)": {
- "Password change failed (exit %1)": ""
+ "Password change failed (exit %1)": "Wachtwoord wijzigen mislukt (exit %1)"
},
"Password set": {
- "Password set": ""
+ "Password set": "Wachtwoord ingesteld"
},
"Password updated": {
- "Password updated": ""
+ "Password updated": "Wachtwoord bijgewerkt"
},
"Password...": {
"Password...": "Wachtwoord..."
},
"Passwords do not match.": {
- "Passwords do not match.": ""
+ "Passwords do not match.": "Wachtwoorden komen niet overeen."
},
"Paste": {
"Paste": "Plakken"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Pad gekopieerd naar klembord"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Pad naar een videobestand of map met video's"
@@ -5724,10 +5883,10 @@
"Place plugins in %1": "Plaats plug-ins in %1"
},
"Place the bar on the Wayland overlay layer": {
- "Place the bar on the Wayland overlay layer": ""
+ "Place the bar on the Wayland overlay layer": "Plaats de balk op de Wayland overlay-laag"
},
"Place the dock on the Wayland overlay layer": {
- "Place the dock on the Wayland overlay layer": ""
+ "Place the dock on the Wayland overlay layer": "Plaats het dock op de Wayland overlay-laag"
},
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Speel een video af wanneer het scherm vergrendelt."
@@ -5805,10 +5964,10 @@
"Pointer": "Aanwijzer"
},
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
- "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Polkit-integratie is uitgeschakeld. Gebruikersbeheer vereist Polkit voor het verhogen van bevoegdheden."
},
"Popout": {
- "Popout": ""
+ "Popout": "Pop-out"
},
"Popout Shadows": {
"Popout Shadows": "Schaduwen pop-outs"
@@ -5862,7 +6021,7 @@
"Power Menu Customization": "Aanpassing energiemenu"
},
"Power Mode": {
- "Power Mode": ""
+ "Power Mode": "Energiemodus"
},
"Power Off": {
"Power Off": "Uitschakelen"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Degradatie energieprofiel"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Energiebesparing"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Energieprofielbeheer beschikbaar"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Voedingsbron"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Voorbeeld"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primair"
},
"Primary Container": {
"Primary Container": "Primaire container"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Printserverbeheer"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Aantal processen"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Processen"
},
@@ -6020,11 +6197,17 @@
"Profile saved: %1": {
"Profile saved: %1": "Profiel opgeslagen: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protocol"
},
"Qt": {
- "Qt": ""
+ "Qt": "Qt"
},
"Qt colors applied successfully": {
"Qt colors applied successfully": "Qt-kleuren succesvol toegepast"
@@ -6081,10 +6264,13 @@
"Rate": "Snelheid"
},
"Re-enter password": {
- "Re-enter password": ""
+ "Re-enter password": "Wachtwoord opnieuw invoeren"
+ },
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
},
"Read-only legacy config": {
- "Read-only legacy config": ""
+ "Read-only legacy config": "Alleen-lezen legacy-config"
},
"Read:": {
"Read:": "Lezen:"
@@ -6114,7 +6300,7 @@
"Refresh Weather": "Weer verversen"
},
"Refreshing...": {
- "Refreshing...": ""
+ "Refreshing...": "Verversen..."
},
"Regex": {
"Regex": "Regex"
@@ -6132,7 +6318,7 @@
"Release": "Loslaten"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Herladen van schijf"
},
"Reload Plugin": {
"Reload Plugin": "Plug-in herladen"
@@ -6144,11 +6330,14 @@
"Remaining / Total": "Resterend / Totaal"
},
"Remember Last Mode": {
- "Remember Last Mode": ""
+ "Remember Last Mode": "Laatste modus onthouden"
},
"Remember Last Query": {
"Remember Last Query": "Laatste zoekopdracht onthouden"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Onthoud laatste sessie"
},
@@ -6156,55 +6345,55 @@
"Remember last user": "Onthoud laatste gebruiker"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Herinnering"
},
"Remove": {
"Remove": "Verwijderen"
},
"Remove \"%1\" from the %2 group?": {
- "Remove \"%1\" from the %2 group?": ""
+ "Remove \"%1\" from the %2 group?": "\"%1\" verwijderen uit de groep %2?"
},
"Remove Shortcut?": {
- "Remove Shortcut?": ""
+ "Remove Shortcut?": "Sneltoets verwijderen?"
},
"Remove Widget Padding": {
"Remove Widget Padding": "Widgetopvulling verwijderen"
},
"Remove admin": {
- "Remove admin": ""
+ "Remove admin": "Beheerder ontnemen"
},
"Remove admin?": {
- "Remove admin?": ""
+ "Remove admin?": "Beheerder ontnemen?"
},
"Remove corner rounding from the bar": {
- "Remove corner rounding from the bar": ""
+ "Remove corner rounding from the bar": "Hoekafronding van de balk verwijderen"
},
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Tussenruimte en rand verwijderen wanneer vensters gemaximaliseerd zijn"
},
"Remove greeter access?": {
- "Remove greeter access?": ""
+ "Remove greeter access?": "Greeter-toegang verwijderen?"
},
"Remove greeter login access": {
- "Remove greeter login access": ""
+ "Remove greeter login access": "Greeter-login-toegang verwijderen"
},
"Remove inner padding from all widgets": {
- "Remove inner padding from all widgets": ""
+ "Remove inner padding from all widgets": "Binnenmarge (padding) van alle widgets verwijderen"
},
"Remove match": {
- "Remove match": ""
+ "Remove match": "Match verwijderen"
},
"Remove the shortcut %1?": {
- "Remove the shortcut %1?": ""
+ "Remove the shortcut %1?": "De sneltoets %1 verwijderen?"
},
"Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": {
- "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": ""
+ "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": "De sneltoets %1 verwijderen? Er wordt een 'unbind'-item opgeslagen in dms/binds-user.lua, zodat deze bij DMS-updates verwijderd blijft."
},
"Removed administrator privileges": {
- "Removed administrator privileges": ""
+ "Removed administrator privileges": "Beheerdersrechten ontnomen"
},
"Removed greeter login access": {
- "Removed greeter login access": ""
+ "Removed greeter login access": "Greeter-login-toegang ontnomen"
},
"Rename": {
"Rename": "Hernoemen"
@@ -6246,7 +6435,7 @@
"Requires DMS server with sysupdate capability": "Vereist DMS-server met sysupdate-functionaliteit"
},
"Requires MangoWC compositor": {
- "Requires MangoWC compositor": ""
+ "Requires MangoWC compositor": "Vereist MangoWC-compositor"
},
"Requires a newer version of Quickshell": {
"Requires a newer version of Quickshell": "Vereist een nieuwere versie van Quickshell"
@@ -6255,7 +6444,7 @@
"Requires night mode support": "Vereist ondersteuning voor nachtmodus"
},
"Requires remembering the last user and session. Enable those options first.": {
- "Requires remembering the last user and session. Enable those options first.": ""
+ "Requires remembering the last user and session. Enable those options first.": "Vereist het onthouden van de laatste gebruiker en sessie. Schakel die opties eerst in."
},
"Reset": {
"Reset": "Herstellen"
@@ -6267,10 +6456,10 @@
"Reset Size": "Grootte herstellen"
},
"Reset to Default?": {
- "Reset to Default?": ""
+ "Reset to Default?": "Terugzetten naar standaard?"
},
"Reset to default": {
- "Reset to default": ""
+ "Reset to default": "Terugzetten naar standaard"
},
"Reset to default name": {
"Reset to default name": "Terugzetten naar standaardnaam"
@@ -6279,10 +6468,10 @@
"Resize Widget": "Widgetgrootte wijzigen"
},
"Resize on Border": {
- "Resize on Border": ""
+ "Resize on Border": "Grootte wijzigen via rand"
},
"Resize windows by dragging their edges with the mouse": {
- "Resize windows by dragging their edges with the mouse": ""
+ "Resize windows by dragging their edges with the mouse": "Venstergrootte wijzigen door de randen met de muis te verslepen"
},
"Resolution & Refresh": {
"Resolution & Refresh": "Resolutie & Verversing"
@@ -6303,7 +6492,7 @@
"Restore Special Workspace Windows": "Speciale werkruimtevensters herstellen"
},
"Restore the last selected mode (tab) when the launcher is opened": {
- "Restore the last selected mode (tab) when the launcher is opened": ""
+ "Restore the last selected mode (tab) when the launcher is opened": "De laatst geselecteerde modus (tab) herstellen wanneer de launcher wordt geopend"
},
"Resume": {
"Resume": "Hervatten"
@@ -6366,7 +6555,7 @@
"Rules (%1)": "Regels (%1)"
},
"Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": {
- "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": ""
+ "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Regels gevonden in je compositor-configuratie. Deze zijn hier alleen-lezen, gebruik 'Converteren naar DMS' om een bewerkbare kopie te maken."
},
"Run Again": {
"Run Again": "Opnieuw uitvoeren"
@@ -6393,7 +6582,7 @@
"Running Apps Settings": "Instellingen actieve apps"
},
"Running greeter sync...": {
- "Running greeter sync...": ""
+ "Running greeter sync...": "Greeter-synchronisatie wordt uitgevoerd..."
},
"Running in terminal": {
"Running in terminal": "Wordt uitgevoerd in terminal"
@@ -6408,7 +6597,7 @@
"SMS": "Sms"
},
"Saturation": {
- "Saturation": ""
+ "Saturation": "Verzadiging"
},
"Save": {
"Save": "Opslaan"
@@ -6420,10 +6609,10 @@
"Save QR Code": "QR-code opslaan"
},
"Save and close": {
- "Save and close": ""
+ "Save and close": "Opslaan en sluiten"
},
"Save and paste": {
- "Save and paste": ""
+ "Save and paste": "Opslaan en plakken"
},
"Save and switch between display configurations": {
"Save and switch between display configurations": "Opslaan en schakelen tussen beeldschermconfiguraties"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Opgeslagen configuraties"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Opgeslagen notitie"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Opslaan..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Opslaan…"
},
"Scale": {
"Scale": "Schaal"
@@ -6522,7 +6714,7 @@
"Search Options": "Zoekopties"
},
"Search applications...": {
- "Search applications...": ""
+ "Search applications...": "Applicaties zoeken..."
},
"Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Zoek op toetsencombinatie, beschrijving of actienaam.\n\nDe standaardactie kopieert de sneltoets naar het klembord.\nKlik met rechts of druk op Pijl-rechts om veelgebruikte sneltoetsen vast te pinnen - ze verschijnen bovenaan als u niet zoekt."
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Secundair"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Beveiligd"
},
@@ -6627,7 +6822,7 @@
"Select a color from the palette or use custom sliders": "Selecteer een kleur uit het palet of gebruik aangepaste schuifregelaars"
},
"Select a desktop application": {
- "Select a desktop application": ""
+ "Select a desktop application": "Selecteer een desktop-applicatie"
},
"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.": "Selecteer een widget om toe te voegen aan uw bureaublad. Elke widget is een apart exemplaar met eigen instellingen."
@@ -6639,7 +6834,7 @@
"Select a window...": "Selecteer een venster..."
},
"Select an active session to switch to. The current session stays running in the background.": {
- "Select an active session to switch to. The current session stays running in the background.": ""
+ "Select an active session to switch to. The current session stays running in the background.": "Selecteer een actieve sessie om naar over te schakelen. De huidige sessie blijft op de achtergrond draaien."
},
"Select an image file...": {
"Select an image file...": "Selecteer een afbeeldingsbestand..."
@@ -6681,7 +6876,7 @@
"Select the palette algorithm used for wallpaper-based colors": "Selecteer het paletalgoritme voor op achtergrond gebaseerde kleuren"
},
"Select user...": {
- "Select user...": ""
+ "Select user...": "Gebruiker selecteren..."
},
"Select which keybind providers to include": {
"Select which keybind providers to include": "Selecteer welke sneltoetsproviders moeten worden opgenomen"
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Gescheiden"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Scheidingsteken"
},
@@ -6741,7 +6939,7 @@
"Set different wallpapers for light and dark mode": "Stel verschillende achtergronden in voor lichte en donkere modus"
},
"Set initial password": {
- "Set initial password": ""
+ "Set initial password": "Eerste wachtwoord instellen"
},
"Set key and action to save": {
"Set key and action to save": "Stel toets en actie in om op te slaan"
@@ -6750,10 +6948,13 @@
"Set notification rules": "Meldingsregels instellen"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Stel de lettergrootte in voor de berichttekst van notificaties (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Stel de lettergrootte in voor de samenvattingstekst van notificaties"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Instelling"
@@ -6783,7 +6984,7 @@
"Shadow Override": "Schaduwoverschrijving"
},
"Shadow blur radius in pixels": {
- "Shadow blur radius in pixels": ""
+ "Shadow blur radius in pixels": "Vervagingsstraal van de schaduw in pixels"
},
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Schaduwhoogte op balken en panelen"
@@ -6843,7 +7044,7 @@
"Show All Tags": "Alle tags tonen"
},
"Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": {
- "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": ""
+ "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": "Toon de chips voor Alles, Apps, Bestanden en Plugins naast de invoer van de Spotlight-balk."
},
"Show Badge": {
"Show Badge": "Badge tonen"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Toon gevoelstemperatuur"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Voettekst tonen"
},
@@ -6894,7 +7098,7 @@
"Show Humidity": "Toon luchtvochtigheid"
},
"Show Icon": {
- "Show Icon": ""
+ "Show Icon": "Icoon tonen"
},
"Show Launcher Button": {
"Show Launcher Button": "Startknop tonen"
@@ -6927,7 +7131,7 @@
"Show Memory in GB": "Toon geheugen in GB"
},
"Show Mode Chips": {
- "Show Mode Chips": ""
+ "Show Mode Chips": "Modus-chips tonen"
},
"Show Network": {
"Show Network": "Netwerk tonen"
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Aantal in overloop-badge tonen"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Wachtwoordveld tonen"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Energieacties tonen"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Opnieuw opstarten tonen"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "DMS herstarten tonen"
},
@@ -6981,7 +7194,7 @@
"Show Swap": "Toon swap"
},
"Show Switch User": {
- "Show Switch User": ""
+ "Show Switch User": "Gebruiker wisselen tonen"
},
"Show System Date": {
"Show System Date": "Systeemdatum tonen"
@@ -7014,14 +7227,23 @@
"Show Workspace Apps": "Werkblad-apps tonen"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Toon een balk die leegloopt terwijl de timer voor automatisch sluiten van de pop-up loopt"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
- "Show all 9 tags instead of only occupied tags": ""
+ "Show all 9 tags instead of only occupied tags": "Toon alle 9 tags in plaats van alleen bezette tags"
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Toon een omlijningsring rond de indicator van het gefocuste werkblad"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Cava-audiovisualisatie tonen in mediawidget"
},
@@ -7053,7 +7275,7 @@
"Show mode tabs and keyboard hints at the bottom.": "Toon modustabbladen en toetsenbordhints onderaan."
},
"Show mount path": {
- "Show mount path": ""
+ "Show mount path": "Mountpad tonen"
},
"Show notification popups only on the currently focused monitor": {
"Show notification popups only on the currently focused monitor": "Meldingspop-ups alleen op de momenteel actieve monitor tonen"
@@ -7107,10 +7329,10 @@
"Show on-screen display when volume changes": "On-screen display tonen wanneer volume wijzigt"
},
"Show the bar only when no windows are open": {
- "Show the bar only when no windows are open": ""
+ "Show the bar only when no windows are open": "Toon de balk alleen wanneer er geen vensters open zijn"
},
"Show the bar when niri overview is active": {
- "Show the bar when niri overview is active": ""
+ "Show the bar when niri overview is active": "Toon de balk wanneer het niri-overzicht actief is"
},
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Weerinformatie tonen in bovenbalk en bedieningspaneel"
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Meldingen dempen"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Pop-up op één regel"
},
"Size": {
"Size": "Grootte"
@@ -7182,10 +7407,10 @@
"Skip setup": "Installatie overslaan"
},
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": {
- "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": ""
+ "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Sla het greeter-wachtwoord na het opstarten over totdat je uitlogt. Het ontgrendelen van het vergrendelscherm blijft ongewijzigd. Wordt van kracht bij de volgende herstart na synchronisatie."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Uitschuifmenu"
},
"Small": {
"Small": "Klein"
@@ -7221,10 +7446,10 @@
"Sounds": "Geluiden"
},
"Source: %1": {
- "Source: %1": ""
+ "Source: %1": "Bron: %1"
},
"Space between the bar and screen edges": {
- "Space between the bar and screen edges": ""
+ "Space between the bar and screen edges": "Ruimte tussen de balk en schermranden"
},
"Space between windows": {
"Space between windows": "Ruimte tussen vensters"
@@ -7248,10 +7473,10 @@
"Spotlight": "Spotlight"
},
"Spotlight Bar": {
- "Spotlight Bar": ""
+ "Spotlight Bar": "Spotlight-balk"
},
"Spotlight Bar Shortcut": {
- "Spotlight Bar Shortcut": ""
+ "Spotlight Bar Shortcut": "Spotlight-balk-sneltoets"
},
"Spotlight Search": {
"Spotlight Search": "Spotlight-zoekfunctie"
@@ -7299,10 +7524,10 @@
"Stretch": "Uitrekken"
},
"Stretch widget icons to fill the available bar height": {
- "Stretch widget icons to fill the available bar height": ""
+ "Stretch widget icons to fill the available bar height": "Widget-iconen uitrekken tot de beschikbare balkhoogte"
},
"Stretch widget text to fill the available bar height": {
- "Stretch widget text to fill the available bar height": ""
+ "Stretch widget text to fill the available bar height": "Widget-tekst uitrekken tot de beschikbare balkhoogte"
},
"Strict auto-hide": {
"Strict auto-hide": "Strikt automatisch verbergen"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Strepen"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Samenvatting"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Lettergrootte samenvatting"
},
"Sunrise": {
"Sunrise": "Zonsopgang"
@@ -7323,7 +7551,7 @@
"Sunset": "Zonsondergang"
},
"Suppress Duplicate Notifications": {
- "Suppress Duplicate Notifications": ""
+ "Suppress Duplicate Notifications": "Dubbele notificaties onderdrukken"
},
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Meldingen onderdrukken indien ingeschakeld"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Oppervlaktegedrag"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Oppervlaktedekking"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Oppervlakvariant"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Sync"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Modus synchroniseren met portaal"
},
@@ -7446,7 +7689,7 @@
"System toast notifications": "Systeemmeldingen"
},
"Systemd Override generated": {
- "Systemd Override generated": ""
+ "Systemd Override generated": "Systemd-override gegenereerd"
},
"Tab": {
"Tab": "Tab"
@@ -7455,7 +7698,7 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Raster Nav • Enter/Spatie: Selecteren"
},
"Tags": {
- "Tags": ""
+ "Tags": "Tags"
},
"Tags: %1": {
"Tags: %1": "Tags: %1"
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Tailscale-netwerk"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale niet beschikbaar"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminals - Altijd donker thema gebruiken"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Verbinding testen"
},
@@ -7539,7 +7791,7 @@
"The job queue of this printer is empty": "De wachtrij van deze printer is leeg"
},
"The rule applies to any window matching one of these.": {
- "The rule applies to any window matching one of these.": ""
+ "The rule applies to any window matching one of these.": "De regel is van toepassing op elk venster dat overeenkomt met een van deze."
},
"Theme & Colors": {
"Theme & Colors": "Thema & Kleuren"
@@ -7551,10 +7803,10 @@
"Theme Registry": "Themaregister"
},
"Theme color used for the border": {
- "Theme color used for the border": ""
+ "Theme color used for the border": "Themakleur gebruikt voor de rand"
},
"Theme color used for the widget outline": {
- "Theme color used for the widget outline": ""
+ "Theme color used for the widget outline": "Themakleur gebruikt voor de widget-omlijning"
},
"Theme worker failed (%1)": {
"Theme worker failed (%1)": "Theme worker mislukt (%1)"
@@ -7563,7 +7815,7 @@
"Themes": "Thema's"
},
"These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": {
- "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": ""
+ "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": "Deze voegen items toe aan de XDG-autostartmap (~/.config/autostart/*.desktop)"
},
"Thickness": {
"Thickness": "Dikte"
@@ -7584,16 +7836,16 @@
"This device": "Dit apparaat"
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": "Deze installatie gebruikt nog hyprland.conf. Voer 'dms setup' uit om te migreren voordat je cursorinstellingen bewerkt."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": "Deze installatie gebruikt nog hyprland.conf. Voer 'dms setup' uit om te migreren voordat je scherminstellingen bewerkt."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": "Deze installatie gebruikt nog hyprland.conf. Voer 'dms setup' uit om te migreren voordat je sneltoetsen bewerkt in Instellingen."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": "Deze installatie gebruikt nog hyprland.conf. Voer 'dms setup' uit om te migreren voordat je vensterregels bewerkt in Instellingen."
},
"This may take a few seconds": {
"This may take a few seconds": "Dit kan enkele seconden duren"
@@ -7656,7 +7908,7 @@
"Time remaining: %1": "Resterende tijd: %1"
},
"Time to wait before hiding after the pointer leaves": {
- "Time to wait before hiding after the pointer leaves": ""
+ "Time to wait before hiding after the pointer leaves": "Wachttijd voor het verbergen nadat de aanwijzer vertrekt"
},
"Time until full: %1": {
"Time until full: %1": "Tijd tot vol: %1"
@@ -7665,7 +7917,7 @@
"Timed Out": "Time-out"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Voortgangsbalk voor time-out"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Time-out voor meldingen met kritieke prioriteit"
@@ -7686,10 +7938,10 @@
"Title": "Titel"
},
"Title (optional)": {
- "Title (optional)": ""
+ "Title (optional)": "Titel (optioneel)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "Titel is verplicht"
},
"Title regex (optional)": {
"Title regex (optional)": "Titel-regex (optioneel)"
@@ -7698,7 +7950,7 @@
"To Full": "Tot vol"
},
"To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": {
- "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": ""
+ "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": "Om als een andere gebruiker in te loggen, log je uit en kies je het account in het inlogscherm. Het parallel openen van een nieuwe sessie vereist een multi-sessie greeter (greetd-flexiserver / GDM / LightDM)."
},
"To update, run the following command:": {
"To update, run the following command:": "Voer de volgende opdracht uit om bij te werken:"
@@ -7706,6 +7958,9 @@
"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": "Om deze DMS-bind te gebruiken, verwijder of wijzig de keybind in uw config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Pop-upberichten"
},
@@ -7713,7 +7968,7 @@
"Today": "Vandaag"
},
"Toggle bar visibility manually via IPC": {
- "Toggle bar visibility manually via IPC": ""
+ "Toggle bar visibility manually via IPC": "Balkzichtbaarheid handmatig omschakelen via IPC"
},
"Toggle fonts": {
"Toggle fonts": "Lettertypen in-/uitschakelen"
@@ -7788,13 +8043,13 @@
"Transparency": "Transparantie"
},
"Transparency of the border": {
- "Transparency of the border": ""
+ "Transparency of the border": "Transparantie van de rand"
},
"Transparency of the shadow layer": {
- "Transparency of the shadow layer": ""
+ "Transparency of the shadow layer": "Transparantie van de schaduwlaag"
},
"Transparency of the widget outline": {
- "Transparency of the widget outline": ""
+ "Transparency of the widget outline": "Transparantie van de widget-omlijning"
},
"Trash": {
"Trash": "Prullenbak"
@@ -7803,7 +8058,7 @@
"Trash command failed (exit %1)": "Prullenbakopdracht mislukt (exit %1)"
},
"Tray Icon Fix": {
- "Tray Icon Fix": ""
+ "Tray Icon Fix": "Systeemvakicoon-fix"
},
"Trending GIFs": {
"Trending GIFs": "Populaire GIF's"
@@ -7872,7 +8127,7 @@
"Unavailable": "Niet beschikbaar"
},
"Uncategorized": {
- "Uncategorized": ""
+ "Uncategorized": "Niet gecategoriseerd"
},
"Unfocused Color": {
"Unfocused Color": "Ongefocusseerde kleur"
@@ -8013,7 +8268,7 @@
"Uptime:": "Uptime:"
},
"Urgent": {
- "Urgent": ""
+ "Urgent": "Urgent"
},
"Urgent Color": {
"Urgent Color": "Urgente kleur"
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Rasterindeling gebruiken"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "Gebruik UU:MM tijdnotatie"
},
"Use IP Location": {
"Use IP Location": "IP-locatie gebruiken"
@@ -8049,7 +8304,7 @@
"Use Monospace Font": "Monospace-lettertype gebruiken"
},
"Use Overlay Layer": {
- "Use Overlay Layer": ""
+ "Use Overlay Layer": "Gebruik overlay-laag"
},
"Use System Theme": {
"Use System Theme": "Systeemthema gebruiken"
@@ -8058,7 +8313,7 @@
"Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Gebruik een aangepaste afbeelding voor het aanmeldscherm, of laat leeg om je bureaubladachtergrond te gebruiken."
},
"Use a custom radius for goth corner cutouts": {
- "Use a custom radius for goth corner cutouts": ""
+ "Use a custom radius for goth corner cutouts": "Gebruik een aangepaste straal voor de 'goth' hoekuitsparingen"
},
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Gebruik een vaste schaduwrichting voor deze balk"
@@ -8087,11 +8342,14 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Bureaubladachtergrond gebruiken"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Gebruik vingerafdrukauthenticatie voor het vergrendelscherm."
},
"Use keys 1-3 or arrows, Enter/Space to select": {
- "Use keys 1-3 or arrows, Enter/Space to select": ""
+ "Use keys 1-3 or arrows, Enter/Space to select": "Gebruik toetsen 1-3 of pijltjes, Enter/Spatie om te selecteren"
},
"Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Licht thema gebruiken in plaats van donker thema"
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Gebruik meters per seconde in plaats van km/u voor windsnelheid"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Kleinere meldingkaarten gebruiken"
},
@@ -8109,7 +8370,7 @@
"Use the extended surface for launcher content": "Het uitgebreide oppervlak gebruiken voor launcher-inhoud"
},
"Use the overlay layer when opening the launcher": {
- "Use the overlay layer when opening the launcher": ""
+ "Use the overlay layer when opening the launcher": "De overlay-laag gebruiken bij het openen van de launcher"
},
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Dezelfde positie en grootte gebruiken op alle beeldschermen"
@@ -8127,40 +8388,40 @@
"User": "Gebruiker"
},
"User Window Rules (%1)": {
- "User Window Rules (%1)": ""
+ "User Window Rules (%1)": "Gebruikersvensterregels (%1)"
},
"User already exists": {
- "User already exists": ""
+ "User already exists": "Gebruiker bestaat al"
},
"User created": {
- "User created": ""
+ "User created": "Gebruiker aangemaakt"
},
"User created with administrator and greeter login access": {
- "User created with administrator and greeter login access": ""
+ "User created with administrator and greeter login access": "Gebruiker aangemaakt met beheer- en greeter-login-toegang"
},
"User created with administrator privileges": {
- "User created with administrator privileges": ""
+ "User created with administrator privileges": "Gebruiker aangemaakt met beheerdersrechten"
},
"User created with greeter login access": {
- "User created with greeter login access": ""
+ "User created with greeter login access": "Gebruiker aangemaakt met greeter-login-toegang"
},
"User deleted": {
- "User deleted": ""
+ "User deleted": "Gebruiker verwijderd"
},
"User not found": {
- "User not found": ""
+ "User not found": "Gebruiker niet gevonden"
},
"Username": {
"Username": "Gebruikersnaam"
},
"Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": {
- "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": ""
+ "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": "Gebruikersnaam moet beginnen met een kleine letter of underscore en mag alleen kleine letters, cijfers, koppeltekens of underscores bevatten."
},
"Username...": {
"Username...": "Gebruikersnaam..."
},
"Users": {
- "Users": ""
+ "Users": "Gebruikers"
},
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Gebruikt tijden voor zonsopgang/zonsondergang op basis van uw locatie."
@@ -8169,16 +8430,16 @@
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Gebruikt tijden voor zonsopgang/zonsondergang om de nachtmodus automatisch aan te passen op basis van uw locatie."
},
"Uses the spotlight-bar IPC action and always opens the minimal bar.": {
- "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": "Gebruikt de spotlight-balk IPC-actie en opent altijd de minimale balk."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "DankCalendar%1 wordt gebruikt"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "Gebruikt globaal monospace-lettertype uit Instellingen → Personalisatie"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "khal wordt gebruikt"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Gebruikt gedeelde instellingen van Gammaregeling"
@@ -8241,7 +8502,7 @@
"Vertical Tiling": "Verticaal tegelen"
},
"Very High": {
- "Very High": ""
+ "Very High": "Zeer hoog"
},
"Vibrant": {
"Vibrant": "Levendig"
@@ -8268,7 +8529,7 @@
"Visibility": "Zichtbaarheid"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Zichtbare item-acties"
},
"Visual Effects": {
"Visual Effects": "Visuele effecten"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Indien vergrendeld"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi-wachtwoord"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Widgetbeheer"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Widget-dekking"
},
"Widget Outline": {
"Widget Outline": "Widget-omtrek"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Widget-stijl"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Widget-transparantie"
},
@@ -8418,7 +8685,7 @@
"Widgets": "Widgets"
},
"Widgets & Notifications": {
- "Widgets & Notifications": ""
+ "Widgets & Notifications": "Widgets & Notificaties"
},
"Widgets, layout, style": {
"Widgets, layout, style": "Widgets, indeling, stijl"
@@ -8427,13 +8694,13 @@
"Width": "Breedte"
},
"Width of the border in pixels": {
- "Width of the border in pixels": ""
+ "Width of the border in pixels": "Breedte van de rand in pixels"
},
"Width of the widget outline in pixels": {
- "Width of the widget outline in pixels": ""
+ "Width of the widget outline in pixels": "Breedte van de widget-omlijning in pixels"
},
"Width of window border": {
- "Width of window border": ""
+ "Width of window border": "Breedte van vensterrand"
},
"Width of window border and focus ring": {
"Width of window border and focus ring": "Breedte van vensterrand en focusring"
@@ -8475,7 +8742,7 @@
"Wipe": "Vegen"
},
"Working...": {
- "Working...": ""
+ "Working...": "Bezig..."
},
"Workspace": {
"Workspace": "Werkblad"
@@ -8505,28 +8772,28 @@
"Workspaces": "Werkbladen"
},
"Wrap the app command. %command% is replaced with the actual executable": {
- "Wrap the app command. %command% is replaced with the actual executable": ""
+ "Wrap the app command. %command% is replaced with the actual executable": "Omhul het app-commando. %command% wordt vervangen door het eigenlijke uitvoerbare bestand"
},
"Write:": {
"Write:": "Schrijven:"
},
"X": {
- "X": ""
+ "X": "X"
},
"X Axis": {
"X Axis": "X-as"
},
"X-Ray": {
- "X-Ray": ""
+ "X-Ray": "X-Ray"
},
"XWayland": {
- "XWayland": ""
+ "XWayland": "XWayland"
},
"Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": {
- "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": ""
+ "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "X-Ray vervaagt alleen de achtergrond (efficiënt) en is de standaard wanneer 'Vervagen' aan staat. Zet X-Ray op 'Uit' voor volledige vervaging van alles onder het venster (zwaarder)."
},
"Y": {
- "Y": ""
+ "Y": "Y"
},
"Y Axis": {
"Y Axis": "Y-as"
@@ -8553,16 +8820,16 @@
"You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "U moet het volgende instellen:\nQT_QPA_PLATFORMTHEME=gtk3 OF\nQT_QPA_PLATFORMTHEME=qt6ct\nals omgevingsvariabelen, en daarna de shell herstarten.\n\nqt6ct vereist dat qt6ct-kde is geïnstalleerd."
},
"You'll enter your password at the greeter after the next reboot.": {
- "You'll enter your password at the greeter after the next reboot.": ""
+ "You'll enter your password at the greeter after the next reboot.": "Je voert je wachtwoord in bij het inlogscherm na de volgende herstart."
},
"You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": {
- "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": ""
+ "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": "Je slaat het wachtwoord van het inlogscherm over na de volgende herstart. Voor het vergrendelscherm en uitloggen is nog steeds je wachtwoord vereist."
},
"You're All Set!": {
"You're All Set!": "U bent helemaal klaar!"
},
"Your compositor does not support background blur (ext-background-effect-v1)": {
- "Your compositor does not support background blur (ext-background-effect-v1)": ""
+ "Your compositor does not support background blur (ext-background-effect-v1)": "Je compositor ondersteunt geen achtergrondvervaging (ext-background-effect-v1)"
},
"Your system is up to date!": {
"Your system is up to date!": "Uw systeem is bijgewerkt!"
@@ -8571,7 +8838,7 @@
"actions": "acties"
},
"admin": {
- "admin": ""
+ "admin": "beheer"
},
"attached": {
"attached": "gekoppeld"
@@ -8610,13 +8877,13 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs-configuratie bestaat maar is niet opgenomen in uw compositor-configuratie. Beeldschermwijzigingen blijven niet behouden."
},
"e.g. /usr/bin/my-script --flag": {
- "e.g. /usr/bin/my-script --flag": ""
+ "e.g. /usr/bin/my-script --flag": "bijv. /usr/bin/my-script --vlag"
},
"e.g. My Script": {
- "e.g. My Script": ""
+ "e.g. My Script": "bijv. Mijn Script"
},
"e.g. alice": {
- "e.g. alice": ""
+ "e.g. alice": "bijv. alice"
},
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "bijv. firefox, kitty --title foo"
@@ -8625,7 +8892,7 @@
"e.g., focus-workspace 3, resize-column -10": "bijv. focus-workspace 3, resize-column -10"
},
"e.g., hl.dsp.focus({ workspace = \"3\" })": {
- "e.g., hl.dsp.focus({ workspace = \"3\" })": ""
+ "e.g., hl.dsp.focus({ workspace = \"3\" })": "bijv. hl.dsp.focus({ workspace = \"3\" })"
},
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "bijv. notify-send 'Hallo' && sleep 1"
@@ -8640,7 +8907,7 @@
"featured": "uitgelicht"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "laatst gezien %1"
@@ -8649,16 +8916,16 @@
"leave empty for default": "laat leeg voor standaard"
},
"loginctl activate failed (exit %1)": {
- "loginctl activate failed (exit %1)": ""
+ "loginctl activate failed (exit %1)": "loginctl-activering mislukt (exit %1)"
},
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl niet beschikbaar - vergrendelintegratie vereist DMS-socketverbinding"
},
"mango: config reloaded": {
- "mango: config reloaded": ""
+ "mango: config reloaded": "mango: configuratie herladen"
},
"mango: failed to reload config": {
- "mango: failed to reload config": ""
+ "mango: failed to reload config": "mango: herladen van configuratie mislukt"
},
"mangowc Discord Server": {
"mangowc Discord Server": "mangowc Discord-server"
@@ -8745,13 +9012,13 @@
"relay: %1": "relay: %1"
},
"remote": {
- "remote": ""
+ "remote": "op afstand"
},
"seconds": {
"seconds": "seconden"
},
"session %1": {
- "session %1": ""
+ "session %1": "sessie %1"
},
"source": {
"source": "broncode"
@@ -8769,13 +9036,13 @@
"update dms for NM integration.": "update dms voor NM-integratie."
},
"useradd failed (exit %1)": {
- "useradd failed (exit %1)": ""
+ "useradd failed (exit %1)": "useradd mislukt (exit %1)"
},
"userdel failed (exit %1)": {
- "userdel failed (exit %1)": ""
+ "userdel failed (exit %1)": "userdel mislukt (exit %1)"
},
"usermod failed (exit %1)": {
- "usermod failed (exit %1)": ""
+ "usermod failed (exit %1)": "usermod mislukt (exit %1)"
},
"v%1 by %2": {
"v%1 by %2": "v%1 door %2"
@@ -8826,9 +9093,9 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Spatie: Uitvouwen • Enter: Actie/Uitvouwen • E: Tekst"
},
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": {
- "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": ""
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Navigeren • Enter/Ctrl+C: Kopiëren • Del: Verwijderen • Ctrl+E: Bewerken • Ctrl+S: Vastpinnen/Losmaken • F10: Help"
},
"↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": {
- "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": ""
+ "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Navigeren • Enter: Plakken • Ctrl+C: Kopiëren • Del: Verwijderen • Ctrl+E: Bewerken • Ctrl+S: Vastpinnen/Losmaken • F10: Help"
}
}
diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json
index 36b6ab2a..76d79f80 100644
--- a/quickshell/translations/poexports/pl.json
+++ b/quickshell/translations/poexports/pl.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Automatyczne odstępy wyskakujących okienek"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": ""
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Konfiguracje pasków"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": ""
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Przezroczystość paska"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Limit Ładowania Baterii"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Bateria i zarządzanie zasilaniem"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Poziom baterii i zarządzanie zasilaniem"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Zachowanie"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": ""
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kanał"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Ładowanie"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": ""
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Wybierz ikonę"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Wybierz kolor tła dla widżetów"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": ""
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": ""
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Kliknij, aby uchwycić"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": ""
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Temperatura barwowa w ciągu dnia"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Tworzenie..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Priorytet krytyczny"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Niestandardowy"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": ""
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Ciemny Motyw"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": ""
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Dokumenty"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Odstępy między krawędziami"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Błędy"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Eksperymentalna Funkcja"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Znajdź w tekście"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Kontrola gamma niedostępna. Wymaga DMS API w wersji 6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Motyw ikon"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Jasny Motyw"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": ""
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": ""
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": ""
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Lokalna"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": ""
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Niski priorytet"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": ""
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nic tu nie ma"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Centrum powiadomień"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Limity czasu powiadomień"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Wyskakujące okienka powiadomień"
},
"Notifications": {
"Notifications": "Powiadomienia"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Liczby"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Pokaż tylko okna z aktualnego monitora na każdym doku"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": ""
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Pogorszenie profilu zasilania"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": ""
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Zarządzanie profilami zasilania dostępne"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Źródło zasilania"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": ""
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Główny"
},
"Primary Container": {
"Primary Container": ""
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Zarządzanie Serwerem Drukowania"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Liczba procesów"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Procesy"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": ""
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protokół"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": ""
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Zapisane konfiguracje"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": ""
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Drugorzędny"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Zabezpieczona"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Separator"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": ""
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": ""
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": ""
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Pokaż pole hasła"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Pokaż akcje zasilania"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Pokaż ponowne uruchomienie"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Pokaż ponowne uruchomienie DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": ""
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Pokaż wizualizację audio cava w widżecie multimediów"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": ""
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": ""
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": ""
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": ""
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Tryb synchronizacji z portalem"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminal - Zawsze używaj ciemnego motywu"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": ""
},
@@ -7706,6 +7958,9 @@
"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": "Aby użyć tego powiązania DMS, usuń lub zmień powiązanie klawiszy w pliku config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Wiadomości toastowe"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": ""
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": ""
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": ""
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Hasło Wi-Fi"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Stylizacja widżetów"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Przezroczystość widżetu"
},
diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json
index 49531871..1349dfb7 100644
--- a/quickshell/translations/poexports/pt.json
+++ b/quickshell/translations/poexports/pt.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Energia AC"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Espaçamento Automático de Popup"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "Automação"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Configurações da Barra"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "Sombras da Barra"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Trasparência da Barra"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de Carga da Bateria"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Gerenciamento de bateria e energia"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Nível de bateria e manejamento de energia"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Comportamento"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Bloquear"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Canal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Carregando"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": ""
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Escolher Ícone"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Escolha a cor de fundo para os widgets"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Atravessar Clique"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Clique em qualquer atalho para editar. Alterações salvas em %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Clique para capturar"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Cor para botões de ação primária"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Temperatura de cor durante o dia"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Criando..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Prioridade Crítica"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Customizado"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Cor Personalizada"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Modo Escuro"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": ""
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Documentos"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Espaçamento de Bordas"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Erros"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Recurso Experimental"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Procurar no Texto"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Controle de gama não disponível. Necessário DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Tema de Ícones"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Modo Claro"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Chuva Leve"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": ""
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Linha"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Local"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": ""
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Baixa Prioridade"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Silenciar Popups"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Nada para ver aqui"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Centro de Notificações"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Tempo Máximo de Notificação"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Pop-ups de notificações toast"
},
"Notifications": {
"Notifications": "Notificações"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Números"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Mostrar apenas janelas do monitor atual em cada dock"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Abrir pasta"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Degradação do Perfil de Energia"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Economia de Energia"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Gerenciamento de perfil de energia disponível"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Fonte de energia"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Pré-visualização"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primário"
},
"Primary Container": {
"Primary Container": "Contêiner Primário"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Gerenciamento do Servidor de Impressão"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Contador de Processos"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Processos"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Perfil salvo: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protocolo"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Lembrar última sessão"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Configurações Salvas"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Nota Salva"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Secundário"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Seguro"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Separador"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Mostrar Temperatura Aparente"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Mostrar Rodapé"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Mostrar Contagem de Distintivo de Estouro"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Mostrar Campo de Senha"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Mostrar Ações de Energia"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Mostrar Reiniciar"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Mostrar Reiniciar DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Mostrar um anel de contorno ao redor do indicador de espaço de trabalho em foco"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Exibir a visualização cava no widget de mídia"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "Listras"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Resumo"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Variante de Superfície"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": ""
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Sincronizar Modo Com Portal"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminais - Sempre usar Tema Escuro"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": ""
},
@@ -7706,6 +7958,9 @@
"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 usar este vinculo de DMS, remova ou altere o keybind no seu config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Mensagens Toast"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": ""
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Usar metros por segundo em vez de km/h para velocidade do vento"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Usar cartões de notificação menores"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Quando bloqueado"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Senha do Wi-Fi"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Estilo dos Widgets"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Transparência dos Widgets"
},
diff --git a/quickshell/translations/poexports/ru.json b/quickshell/translations/poexports/ru.json
index 3e78dbdb..f1cfb070 100644
--- a/quickshell/translations/poexports/ru.json
+++ b/quickshell/translations/poexports/ru.json
@@ -1,6 +1,6 @@
{
"%1 (+%2 more)": {
- "%1 (+%2 more)": ""
+ "%1 (+%2 more)": "%1 (+ ещё %2)"
},
"%1 Animation Speed": {
"%1 Animation Speed": "Скорость анимации %1"
@@ -81,7 +81,7 @@
"%1 online": "%1 в сети"
},
"%1 tasks": {
- "%1 tasks": ""
+ "%1 tasks": "%1 задач"
},
"%1 update": {
"%1 update": "%1 обновление"
@@ -111,7 +111,7 @@
"%1m ago": "%1 мин. назад"
},
"%command%": {
- "%command%": ""
+ "%command%": "%command%"
},
"'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": {
"'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "«Альтернативный» позволяет ключу разблокировать систему самостоятельно. «Второй фактор» требует сначала пароль или отпечаток пальца, а затем ключ."
@@ -135,7 +135,7 @@
"1 day": "1 день"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "За 1 день"
},
"1 device connected": {
"1 device connected": "1 устройство подключено"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 час 30 минут"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "За 1 час"
},
"1 minute": {
"1 minute": "1 минута"
@@ -159,10 +159,10 @@
"1 second": "1 секунда"
},
"1 task": {
- "1 task": ""
+ "1 task": "1 задача"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "За 10 мин."
},
"10 minutes": {
"10 minutes": "10 минут"
@@ -183,7 +183,7 @@
"15 min": "15 мин"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "За 15 мин."
},
"15 minutes": {
"15 minutes": "15 минут"
@@ -243,7 +243,7 @@
"30 min": "30 мин"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "За 30 мин."
},
"30 minutes": {
"30 minutes": "30 минут"
@@ -270,7 +270,7 @@
"45 seconds": "45 секунд"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "За 5 мин."
},
"5 minutes": {
"5 minutes": "5 минут"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "Пользователь с таким именем уже существует."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Сеть"
},
@@ -399,7 +402,7 @@
"Active VPN": "Активный VPN"
},
"Active in Column": {
- "Active in Column": ""
+ "Active in Column": "Активно в колонке"
},
"Active tile background and icon color": {
"Active tile background and icon color": "Фон активной плитки и цвет значка"
@@ -435,7 +438,7 @@
"Add Desktop Widget": "Добавить виджет рабочего стола"
},
"Add Entry": {
- "Add Entry": ""
+ "Add Entry": "Добавить запись"
},
"Add Printer": {
"Add Printer": "Добавить принтер"
@@ -447,10 +450,10 @@
"Add Widget": "Добавить виджет"
},
"Add Widget to %1": {
- "Add Widget to %1": ""
+ "Add Widget to %1": "Добавить виджет в %1"
},
"Add Window Rule": {
- "Add Window Rule": ""
+ "Add Window Rule": "Добавить правило окна"
},
"Add a border around the dock": {
"Add a border around the dock": "Добавить рамку вокруг дока"
@@ -459,7 +462,7 @@
"Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Добавить пользовательский префикс ко всем запускам приложений. Можно использовать для 'uwsm-app', 'systemd-run' или других командных обёрток."
},
"Add a task...": {
- "Add a task...": ""
+ "Add a task...": "Добавить задачу..."
},
"Add and configure widgets that appear on your desktop": {
"Add and configure widgets that appear on your desktop": "Добавить и настроить виджеты, отображаемые на рабочем столе"
@@ -468,13 +471,13 @@
"Add by Address": "Добавить по адресу"
},
"Add location": {
- "Add location": ""
+ "Add location": "Добавить местоположение"
},
"Add match": {
- "Add match": ""
+ "Add match": "Добавить соответствие"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Добавить заметки"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "Добавить нового пользователя в группу %1, чтобы он мог запустить dms greeter sync --profile."
@@ -483,7 +486,7 @@
"Add the new user to the %1 group so they can use sudo.": "Добавить нового пользователя в группу %1, чтобы он мог использовать sudo."
},
"Add to Autostart": {
- "Add to Autostart": ""
+ "Add to Autostart": "Добавить в автозапуск"
},
"Adjust the bar height via inner padding": {
"Adjust the bar height via inner padding": "Настройка высоты панели через внутренние отступы"
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "Разрешить"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Разрешить регулировку громкости устройства прокруткой по правой половине элементов в списке устройств"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Разрешить клики проходить сквозь виджет"
@@ -540,7 +546,7 @@
"Already on that session": "Уже в этой сессии"
},
"Also group repeated application icons on the active workspace": {
- "Also group repeated application icons on the active workspace": ""
+ "Also group repeated application icons on the active workspace": "Также группировать повторяющиеся значки приложений на активном рабочем пространстве"
},
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Назад • F1/I: Информация о Файле • F10: Справка • Esc: Закрыть"
@@ -585,7 +591,7 @@
"Analyzing configuration...": "Анализ конфигурации..."
},
"Anchor": {
- "Anchor": ""
+ "Anchor": "Привязка"
},
"Animation Duration": {
"Animation Duration": "Длительность анимации"
@@ -603,22 +609,22 @@
"Anonymous Identity (optional)": "Анонимный идентификатор (необязательно)"
},
"Any window": {
- "Any window": ""
+ "Any window": "Любое окно"
},
"App Customizations": {
"App Customizations": "Приложение Настройки"
},
"App ID": {
- "App ID": ""
+ "App ID": "ID приложения"
},
"App ID (e.g. firefox)": {
- "App ID (e.g. firefox)": ""
+ "App ID (e.g. firefox)": "ID приложения (напр. firefox)"
},
"App ID Substitutions": {
"App ID Substitutions": "Подстановки ID приложения"
},
"App ID regex": {
- "App ID regex": ""
+ "App ID regex": "Regex для ID приложения"
},
"App ID regex (e.g. ^firefox$)": {
"App ID regex (e.g. ^firefox$)": "Regex ID приложения (например, ^firefox$)"
@@ -636,7 +642,7 @@
"Appearance": "Внешний вид"
},
"Application": {
- "Application": ""
+ "Application": "Приложение"
},
"Application Dock": {
"Application Dock": "Приложение Док"
@@ -645,7 +651,7 @@
"Applications": "Приложения"
},
"Applications and commands to start automatically when you log in": {
- "Applications and commands to start automatically when you log in": ""
+ "Applications and commands to start automatically when you log in": "Приложения и команды для автоматического запуска при входе в систему"
},
"Apply Changes": {
"Apply Changes": "Применить изменения"
@@ -665,14 +671,17 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "Применить обратные вогнутые вырезы по углам панели"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Применить тёплую цветовую температуру для снижения нагрузки на глаза. Используйте настройки автоматизации ниже для управления активацией."
},
"Applying authentication changes...": {
- "Applying authentication changes...": ""
+ "Applying authentication changes...": "Применение изменений аутентификации..."
},
"Applying auto-login on startup...": {
- "Applying auto-login on startup...": ""
+ "Applying auto-login on startup...": "Применение автоматического входа при запуске..."
},
"Apps": {
"Apps": "Приложения"
@@ -708,13 +717,13 @@
"Arrange displays and configure resolution, refresh rate, and VRR": "Расположить дисплеи и настроить разрешение, частоту обновления и VRR"
},
"At Startup": {
- "At Startup": ""
+ "At Startup": "При запуске"
},
"At least one output must remain enabled": {
"At least one output must remain enabled": "Как минимум один выход должен оставаться включённым"
},
"At start": {
- "At start": ""
+ "At start": "В начале"
},
"Attach": {
"Attach": "Подключить"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Авто (широкий)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Автоматические отступы композитора"
},
"Auto Location": {
"Auto Location": "Автоматическое Определение Местоположения"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Авто-переполнение"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Авто Всплывающее Отступы"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Включён автоматический режим. Ручной выбор профиля отключён."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Автоматически сохранено"
},
"Auto-Clear After": {
"Auto-Clear After": "Автоочистка через"
@@ -843,19 +855,19 @@
"Auto-hide Dock": "Автоскрытие Дока"
},
"Auto-login": {
- "Auto-login": ""
+ "Auto-login": "Автоматический вход"
},
"Auto-login disabled": {
- "Auto-login disabled": ""
+ "Auto-login disabled": "Автоматический вход отключен"
},
"Auto-login enabled": {
- "Auto-login enabled": ""
+ "Auto-login enabled": "Автоматический вход включен"
},
"Auto-login on startup": {
- "Auto-login on startup": ""
+ "Auto-login on startup": "Автоматический вход при запуске"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Автосохранение на диск"
},
"Auto-saving...": {
"Auto-saving...": "Автосохранение..."
@@ -909,16 +921,19 @@
"Automatically lock the screen when the system prepares to suspend": "Автоматически блокировать экран при подготовке системы к приостановке"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "Автоматически сохранять изменения в открытых файлах по мере ввода"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Автоматизация"
},
"Autostart Apps": {
- "Autostart Apps": ""
+ "Autostart Apps": "Автозапуск приложений"
},
"Autostart Entries": {
- "Autostart Entries": ""
+ "Autostart Entries": "Записи автозапуска"
},
"Available": {
"Available": "Доступный"
@@ -948,7 +963,7 @@
"Back": "Назад"
},
"Back to user list": {
- "Back to user list": ""
+ "Back to user list": "Назад к списку пользователей"
},
"Backend": {
"Backend": "Бэкенд"
@@ -962,8 +977,11 @@
"Background Blur": {
"Background Blur": "Размытие фона"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
- "Background Effect": ""
+ "Background Effect": "Эффект фона"
},
"Background Opacity": {
"Background Opacity": "Непрозрачность фона"
@@ -987,20 +1005,26 @@
"Balanced palette with focused accents (default).": "Сбалансированная палитра с фокусными акцентами (по умолчанию)."
},
"Bar": {
- "Bar": ""
+ "Bar": "Панель"
},
"Bar %1": {
- "Bar %1": ""
+ "Bar %1": "Панель %1"
},
"Bar Configurations": {
"Bar Configurations": "Конфигурации бара"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Прозрачность панели"
},
"Bar Shadows": {
"Bar Shadows": "Тени панели"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Прозрачность бара"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Батарея Заряда Ограничение"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Батарея и управление питанием"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Уровень заряда батареи и управление питанием"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Поведение"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Чёрный"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Блокировать с"
},
@@ -1083,7 +1134,7 @@
"Bluetooth not available": "Bluetooth недоступен"
},
"Blur": {
- "Blur": ""
+ "Blur": "Размытие"
},
"Blur Border Color": {
"Blur Border Color": "Цвет рамки размытия"
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Размывать фон за барами, всплывающими окнами, модальными окнами и уведомлениями. Требуется поддержка и настройка композитора."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Размывать фон за панелями, всплывающими, модальными окнами и уведомлениями. Требуется поддержка композитора. Настройте прозрачность соответствующим образом."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Размытие обоев при открытом обзоре Niri"
@@ -1110,7 +1161,7 @@
"Body": "Заголовок"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Размер шрифта текста"
},
"Bold": {
"Bold": "Полужирный"
@@ -1122,7 +1173,7 @@
"Border Color": "Цвет рамки"
},
"Border Off": {
- "Border Off": ""
+ "Border Off": "Без рамки"
},
"Border Opacity": {
"Border Opacity": "Границы Непрозрачность"
@@ -1143,10 +1194,10 @@
"Border color around blurred surfaces": "Цвет рамки вокруг размытых поверхностей"
},
"Border w/ Bg": {
- "Border w/ Bg": ""
+ "Border w/ Bg": "Рамка с фоном"
},
"Border with Background": {
- "Border with Background": ""
+ "Border with Background": "Рамка с фоном"
},
"Bottom": {
"Bottom": "Снизу"
@@ -1233,7 +1284,7 @@
"Calendar": "Календарь"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Бэкенд календаря"
},
"Camera": {
"Camera": "Камера"
@@ -1281,10 +1332,10 @@
"Caps Lock is on": "Caps Lock включён"
},
"Cast Target": {
- "Cast Target": ""
+ "Cast Target": "Цель трансляции"
},
"Category": {
- "Category": ""
+ "Category": "Категория"
},
"Center Section": {
"Center Section": "Центральная Секция"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Канал"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Заряжается"
},
@@ -1338,7 +1398,7 @@
"Checking for updates...": "Проверка обновлений..."
},
"Checking whether sudo authentication is needed...": {
- "Checking whether sudo authentication is needed...": ""
+ "Checking whether sudo authentication is needed...": "Проверка необходимости аутентификации sudo..."
},
"Checking...": {
"Checking...": "Проверка..."
@@ -1365,7 +1425,7 @@
"Choose a color": "Выбрать a цвет"
},
"Choose a power profile": {
- "Choose a power profile": ""
+ "Choose a power profile": "Выберите профиль питания"
},
"Choose colors from palette": {
"Choose colors from palette": "Выбрать цвета из палитры"
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Выберите, как эта панель определяет направление тени"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Выбрать Значок"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Выберите монохромный вариант или оттенок цвета темы для значков системного трея"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Выбрать цвет фона для виджетов"
},
@@ -1398,10 +1464,10 @@
"Choose where on-screen displays appear on screen": "Выбрать, где на экране появляются наэкранные дисплеи"
},
"Choose whether to launch a desktop app or a command": {
- "Choose whether to launch a desktop app or a command": ""
+ "Choose whether to launch a desktop app or a command": "Выберите, что запускать: приложение или команду"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Выберите, какие кнопки действий отображать на элементах буфера обмена"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Выбрать, на каких дисплеях показывать этот виджет"
@@ -1419,7 +1485,7 @@
"Circle": "Линия"
},
"Class regex": {
- "Class regex": ""
+ "Class regex": "Regex класса"
},
"Class regex (e.g. ^firefox$)": {
"Class regex (e.g. ^firefox$)": "Regex класса (например, ^firefox$)"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Нажмите насквозь"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Нажмите любую горячую клавишу для редактирования. Изменения сохраняются в %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Нажмите для захвата"
},
@@ -1491,7 +1563,7 @@
"Clipboard Manager": "Менеджер Буфера Обмена"
},
"Clipboard Saved": {
- "Clipboard Saved": ""
+ "Clipboard Saved": "Сохранено в буфер обмена"
},
"Clipboard sent": {
"Clipboard sent": "Буфер обмена отправлен"
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Цвет для кнопок основных действий"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Цветовая температура для дневного времени"
},
@@ -1590,7 +1665,7 @@
"Command": "Команда"
},
"Command Line": {
- "Command Line": ""
+ "Command Line": "Командная строка"
},
"Commands": {
"Commands": "Команды"
@@ -1710,7 +1785,7 @@
"Connecting to Device": "Подключение к устройству"
},
"Connecting to clipboard service...": {
- "Connecting to clipboard service...": ""
+ "Connecting to clipboard service...": "Подключение к службе буфера обмена..."
},
"Connecting...": {
"Connecting...": "Подключение..."
@@ -1731,7 +1806,7 @@
"Contrast": "Контраст"
},
"Contributor": {
- "Contributor": ""
+ "Contributor": "Автор"
},
"Control Center": {
"Control Center": "Центр Управления"
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Контролирует непрозрачность всех всплывающих окон, модальных окон и их слоев контента"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "Управление прозрачностью поверхностей оболочки, всплывающих и модальных окон"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "Управление прозрачностью фона панели"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "Управление прозрачностью рамки"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Управление прозрачностью слоя тени"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "Управление прозрачностью контура виджета"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "Управление прозрачностью фона виджетов"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Управляет контурами вокруг размытых карточек переднего плана, плашек и карточек уведомлений"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Управляет базовым радиусом размытия и смещением теней"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Управление прозрачностью тени"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Управляет внешним краем окон с размытием по протоколу"
@@ -1803,7 +1878,7 @@
"Convenience options for the login screen. Sync to apply.": "Удобные параметры для экрана входа. Синхронизируйте для применения."
},
"Convert to DMS": {
- "Convert to DMS": ""
+ "Convert to DMS": "Преобразовать в DMS"
},
"Cooldown": {
"Cooldown": "Перезарядка"
@@ -1857,7 +1932,7 @@
"Corners & Background": "Углы и фон"
},
"Couldn't open a terminal for the auto-login update.": {
- "Couldn't open a terminal for the auto-login update.": ""
+ "Couldn't open a terminal for the auto-login update.": "Не удалось открыть терминал для обновления автологина."
},
"Count Only": {
"Count Only": "Полное содержимое"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "Создание..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Критический Приоритет"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Выбрать все • Ctrl+P: Предпросмотр • Enter/Shift+Enter: Найти след./пред. • Esc: Закрыть"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Сохранить • Ctrl+O: Открыть • Ctrl+N: Создать • Ctrl+F: Найти"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: переключить вкладку • Ctrl+S: закрепить/открепить • Shift+Del: очистить всё • Esc: закрыть"
@@ -1965,7 +2052,7 @@
"Cursor Theme": "Тема курсора"
},
"Curve": {
- "Curve": ""
+ "Curve": "Кривая"
},
"Curve: curve rasterizer.": {
"Curve: curve rasterizer.": "Curve: растеризатор кривых."
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Свой"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Пользовательский цвет"
},
@@ -2058,7 +2148,7 @@
"DMS Settings": "Настройки DMS"
},
"DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": {
- "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": ""
+ "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": "Настройки DMS записывают горячие клавиши Lua. Добавьте include для DMS, чтобы изменения применились."
},
"DMS Shortcuts": {
"DMS Shortcuts": "Комбинации клавиш DMS"
@@ -2067,7 +2157,7 @@
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Для работы DMS greeter необходимы: greetd, dms-greeter. Отпечаток пальца: fprintd, pam_fprintd. Ключи безопасности: pam_u2f. Добавьте своего пользователя в группу greeter. Изменения аутентификации применяются автоматически и могут открыть терминал, если потребуется подтверждение прав sudo."
},
"DMS needs administrator access. The terminal closes automatically when done.": {
- "DMS needs administrator access. The terminal closes automatically when done.": ""
+ "DMS needs administrator access. The terminal closes automatically when done.": "DMS требуется доступ администратора. Терминал закроется автоматически по завершении."
},
"DMS out of date": {
"DMS out of date": "DMS устарел"
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar не установлен"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar не запущен"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell готов к использованию"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Тёмный режим"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Основа темного режима"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "Сочетание клавиш лаунчера по умолчанию"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Режим по умолчанию"
},
"Default Opens": {
"Default Opens": "Открытие по умолчанию"
@@ -2217,7 +2310,7 @@
"Delete Printer": "Удалить принтер"
},
"Delete Rule": {
- "Delete Rule": ""
+ "Delete Rule": "Удалить правило"
},
"Delete Saved Item?": {
"Delete Saved Item?": "Удалить сохранённый элемент?"
@@ -2259,7 +2352,7 @@
"Desktop": "Рабочий стол"
},
"Desktop Application": {
- "Desktop Application": ""
+ "Desktop Application": "Приложение рабочего стола"
},
"Desktop Clock": {
"Desktop Clock": "Настольные часы"
@@ -2295,7 +2388,7 @@
"Device connections": "Подключения устройств"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Прокрутка громкости в списке устройств"
},
"Device names updated": {
"Device names updated": "Имена устройств обновлены"
@@ -2340,7 +2433,7 @@
"Disabling WiFi...": "Отключение Wi-Fi…"
},
"Disabling auto-login on startup...": {
- "Disabling auto-login on startup...": ""
+ "Disabling auto-login on startup...": "Отключение автоматического входа при запуске..."
},
"Disc": {
"Disc": "Стирание"
@@ -2406,7 +2499,7 @@
"Display all priorities over fullscreen apps": "Отображает все приоритеты в полноэкранных приложениях"
},
"Display and switch MangoWC layouts": {
- "Display and switch MangoWC layouts": ""
+ "Display and switch MangoWC layouts": "Отображение и переключение раскладок MangoWC"
},
"Display application icons in workspace indicators": {
"Display application icons in workspace indicators": "Отображать значки приложений в индикаторах рабочих пространств"
@@ -2427,7 +2520,7 @@
"Display line numbers in editor": "Отображать номера строк в редакторе"
},
"Display name for this entry": {
- "Display name for this entry": ""
+ "Display name for this entry": "Отображаемое имя для этой записи"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Отображать только рабочие пространства, содержащие окна"
@@ -2439,7 +2532,7 @@
"Display seconds in the clock": "Отображать секунды в часах"
},
"Display setup failed": {
- "Display setup failed": ""
+ "Display setup failed": "Ошибка настройки дисплея"
},
"Display the power system menu": {
"Display the power system menu": "Отображать меню системы питания"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Док & Лаунчер"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Прозрачность дока"
},
"Dock Transparency": {
"Dock Transparency": "Прозрачность Дока"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Видимость дока"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Отступ, прозрачность и рамка дока"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Поля, прозрачность и рамка дока"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Документация"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "Отступ краёв"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "Край, с которого выдвигается лаунчер"
},
"Edit": {
- "Edit": ""
+ "Edit": "Редактировать"
},
"Edit App": {
"Edit App": "Изменить приложение"
@@ -2583,7 +2682,7 @@
"Edit Clipboard": "Редактировать буфер обмена"
},
"Edit Rule": {
- "Edit Rule": ""
+ "Edit Rule": "Редактировать правило"
},
"Edit Window Rule": {
"Edit Window Rule": "Изменить правило окна"
@@ -2592,10 +2691,10 @@
"Edit clipboard text": "Редактировать текст буфера обмена"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Редактировать событие"
},
"Editing changes on %1": {
- "Editing changes on %1": ""
+ "Editing changes on %1": "Редактирование изменений на %1"
},
"Education": {
"Education": "Обучение"
@@ -2712,7 +2811,7 @@
"End": "Конец"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "Окончание должно быть после начала"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Увеличивать при наведении"
@@ -2778,7 +2877,7 @@
"Enterprise": "Корпоративный"
},
"Entry Type": {
- "Entry Type": ""
+ "Entry Type": "Тип записи"
},
"Entry pinned": {
"Entry pinned": "Запись закреплена"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Ошибки"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Название события"
},
"Every 15 minutes": {
"Every 15 minutes": "Каждые 15 минут"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "Существующие пользователи"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Экспериментальная функция"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Не удалось применить цвета Qt"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "Не удалось применить профиль"
},
@@ -2961,7 +3069,7 @@
"Failed to fetch network QR code: %1": "Не удалось получить QR-код сети: %1"
},
"Failed to generate systemd override": {
- "Failed to generate systemd override": ""
+ "Failed to generate systemd override": "Не удалось создать переопределение systemd"
},
"Failed to hold job": {
"Failed to hold job": "Не удалось удержать задание"
@@ -3108,10 +3216,10 @@
"Failed to update sharing": "Не удалось обновить общий доступ"
},
"Failed to write autostart entry": {
- "Failed to write autostart entry": ""
+ "Failed to write autostart entry": "Не удалось записать запись автозапуска"
},
"Failed to write outputs config.": {
- "Failed to write outputs config.": ""
+ "Failed to write outputs config.": "Не удалось записать конфигурацию выходов дисплея."
},
"Failed to write temp file for validation": {
"Failed to write temp file for validation": "Не удалось записать временный файл для проверки"
@@ -3150,7 +3258,7 @@
"File Manager": "Файловый менеджер"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "Файл изменился на диске"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "Файловый менеджер, используемый для открытия корзины. Выберите «custom», чтобы ввести собственную команду."
@@ -3174,7 +3282,10 @@
"Fill": "Плитка вертикально"
},
"Filter": {
- "Filter": ""
+ "Filter": "Фильтр"
+ },
+ "Filter by type": {
+ "Filter by type": ""
},
"Find in Text": {
"Find in Text": "Найти в Тексте"
@@ -3237,19 +3348,19 @@
"Float": "Плавающий"
},
"Float Anchor": {
- "Float Anchor": ""
+ "Float Anchor": "Привязка плавающего окна"
},
"Float X": {
- "Float X": ""
+ "Float X": "Плавающее X"
},
"Float Y": {
- "Float Y": ""
+ "Float Y": "Плавающее Y"
},
"Floating": {
- "Floating": ""
+ "Floating": "Плавающее"
},
"Floating Position": {
- "Floating Position": ""
+ "Floating Position": "Положение плавающего окна"
},
"Fluent": {
"Fluent": "Fluent"
@@ -3261,16 +3372,16 @@
"Focus": "Фокус"
},
"Focus Ring Color": {
- "Focus Ring Color": ""
+ "Focus Ring Color": "Цвет рамки фокуса"
},
"Focus Ring Off": {
- "Focus Ring Off": ""
+ "Focus Ring Off": "Рамка фокуса выкл."
},
"Focus at Startup": {
"Focus at Startup": "Фокус при запуске"
},
"Focused": {
- "Focused": ""
+ "Focused": "В фокусе"
},
"Focused Border": {
"Focused Border": "Граница активного"
@@ -3351,7 +3462,7 @@
"Force Kill (SIGKILL)": "Принудительно остановить (SIGKILL)"
},
"Force RGBX": {
- "Force RGBX": ""
+ "Force RGBX": "Принудительный RGBX"
},
"Force Wide Color": {
"Force Wide Color": "Force Wide цвет"
@@ -3429,7 +3540,7 @@
"Full Day & Month": "Системный по умолчанию"
},
"Full command to execute": {
- "Full command to execute": ""
+ "Full command to execute": "Полная команда для выполнения"
},
"Full with Year": {
"Full with Year": "Системный по умолчанию"
@@ -3476,8 +3587,11 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Управление Gamma недоступно. Требуется DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
- "Generate Override": ""
+ "Generate Override": "Создать переопределение"
},
"Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": {
"Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.
It is recommended to configure adw-gtk3 prior to applying GTK themes."
@@ -3582,7 +3696,7 @@
"Group": "Группа"
},
"Group Active Workspace": {
- "Group Active Workspace": ""
+ "Group Active Workspace": "Группировать на активном рабочем пространстве"
},
"Group Workspace Apps": {
"Group Workspace Apps": "Группировать приложения рабочего пространства"
@@ -3717,7 +3831,7 @@
"Hide the bar when the pointer leaves even if a popout is still open": "Скрывать панель, когда указатель уходит, даже если всплывающее окно всё ещё открыто"
},
"High": {
- "High": ""
+ "High": "Высокий"
},
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Высокоточная палитра, сохраняющая исходные оттенки."
@@ -3807,13 +3921,13 @@
"Hyprland Website": "Сайт Hyprland"
},
"Hyprland conf mode": {
- "Hyprland conf mode": ""
+ "Hyprland conf mode": "Режим конфигурации Hyprland"
},
"Hyprland conf mode is read-only in Settings": {
- "Hyprland conf mode is read-only in Settings": ""
+ "Hyprland conf mode is read-only in Settings": "Режим конфигурации Hyprland доступен только для чтения в Настройках"
},
"Hyprland config include missing": {
- "Hyprland config include missing": ""
+ "Hyprland config include missing": "Отсутствует include конфигурации Hyprland"
},
"I Understand": {
"I Understand": "Я Понимаю"
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Тема Значков"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "Одинаковые оповещения отображаются как одно всплывающее окно вместо отображения стопкой"
},
@@ -3855,7 +3972,7 @@
"Idle": "Бездействие"
},
"Idle Inhibit": {
- "Idle Inhibit": ""
+ "Idle Inhibit": "Блокировка бездействия"
},
"Idle Inhibitor": {
"Idle Inhibitor": "Ингибитор бездействия"
@@ -3864,7 +3981,7 @@
"Idle Settings": "Настройки бездействия"
},
"If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": {
- "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": ""
+ "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": "Если значки автозапуска не появляются в трее, создайте переопределение systemd, чтобы DMS запускался раньше приложений автозапуска"
},
"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.": "Если поле скрыто, оно появится сразу после нажатия клавиши."
@@ -3945,10 +4062,10 @@
"Inhibitable": "Блокируемый"
},
"Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": {
- "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": ""
+ "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": "Начальное положение для плавающих окон. Укажите как X, так и Y; привязка определяет, относительно какого угла или края они располагаются."
},
"Initialised": {
- "Initialised": ""
+ "Initialised": "Инициализировано"
},
"Inner padding applied to each widget": {
"Inner padding applied to each widget": "Внутренний отступ, применяемый к каждому виджету"
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Вставьте ключ безопасности..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Сделать отступ Блокнота от краев экрана, используя настроенные отступы композитора"
},
"Install": {
"Install": "Установить"
@@ -4053,7 +4170,7 @@
"Invert on mode change": "Инвертировать при смене режима"
},
"Invert touchpad scroll direction": {
- "Invert touchpad scroll direction": ""
+ "Invert touchpad scroll direction": "Инвертировать направление прокрутки тачпада"
},
"Iris Bloom": {
"Iris Bloom": "Стирание"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Сохранить изменения"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Оставить мои изменения"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "Оставить на панели"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Продолжайте ввод"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Светлый Режим"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Легкий дождь"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Гармония светлого режима"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Линия"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Локальный"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Локаль"
},
@@ -4341,7 +4473,16 @@
"Longitude": "Долгота"
},
"Low": {
- "Low": ""
+ "Low": "Низкий"
+ },
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
},
"Low Priority": {
"Low Priority": "Низкий Приоритет"
@@ -4386,10 +4527,10 @@
"Manages files and directories": "Управляет файлами и каталогами"
},
"Mango Options": {
- "Mango Options": ""
+ "Mango Options": "Параметры Mango"
},
"Mango service not available": {
- "Mango service not available": ""
+ "Mango service not available": "Служба Mango недоступна"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "Переопределения макета MangoWC"
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "Ручной размер отступа"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Отступы вручную"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Ручное Отображение/Скрытие"
@@ -4434,10 +4575,10 @@
"Marker Waste Full": "Marker Waste полно"
},
"Match (%1)": {
- "Match (%1)": ""
+ "Match (%1)": "Соответствие (%1)"
},
"Match Conditions": {
- "Match Conditions": ""
+ "Match Conditions": "Условия соответствия"
},
"Match Criteria": {
"Match Criteria": "Критерии соответствия"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "Макс запущенных приложений (0 = безлимитно)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Макс. видимых"
},
"Max Volume": {
"Max Volume": "Максимальная громкость"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Музыкальный плеер"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Только всплывающее"
},
@@ -4773,13 +4917,13 @@
"Named Workspace Icons": "Значки Именованных Рабочих Пространств"
},
"Native": {
- "Native": ""
+ "Native": "Нативный"
},
"Native: platform renderer (FreeType).": {
"Native: platform renderer (FreeType).": "Native: системный рендерер (FreeType)."
},
"Natural Touchpad Scrolling": {
- "Natural Touchpad Scrolling": ""
+ "Natural Touchpad Scrolling": "Естественная прокрутка тачпада"
},
"Navigate": {
"Navigate": "Навигация"
@@ -4845,7 +4989,7 @@
"New York, NY": "Нью-Йорк, NY"
},
"New event": {
- "New event": ""
+ "New event": "Новое событие"
},
"New group name...": {
"New group name...": "Новое название группы..."
@@ -4962,7 +5106,7 @@
"No app customizations.": "Настроек приложений нет."
},
"No application selected": {
- "No application selected": ""
+ "No application selected": "Приложение не выбрано"
},
"No apps found": {
"No apps found": "Приложения не найдены"
@@ -4974,7 +5118,7 @@
"No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Приложения не отключены. Щёлкните ПКМ по уведомлению и выберите «Отключить всплывающие» для добавления сюда."
},
"No autostart entries": {
- "No autostart entries": ""
+ "No autostart entries": "Нет записей автозапуска"
},
"No battery": {
"No battery": "Нет батареи"
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Устройства яркости недоступны"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Источник календаря недоступен"
},
"No changes": {
"No changes": "Нет изменений"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Недавние записи буфера обмена не найдены"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Без напоминания"
},
"No results": {
"No results": "Нет результатов"
@@ -5178,10 +5322,10 @@
"No window rules configured": "Правила окон не настроены"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Нет календаря, доступного для записи"
},
"Noise": {
- "Noise": ""
+ "Noise": "Шум"
},
"None": {
"None": "Нет"
@@ -5223,7 +5367,7 @@
"Not detected": "Не обнаружено"
},
"Not listed?": {
- "Not listed?": ""
+ "Not listed?": "Нет в списке?"
},
"Not paired": {
"Not paired": "Не сопряжено"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Настройки Шрифта Блокнота"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Настройки Блокнота"
},
"Notepad Slideout": {
"Notepad Slideout": "Выезжающий блокнот"
},
"Notes": {
- "Notes": ""
+ "Notes": "Заметки"
},
"Nothing": {
"Nothing": "Ничего"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Здесь не на что смотреть"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Центр Уведомлений"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Задержка Уведомлений"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Всплывающие уведомления-тосты"
},
"Notifications": {
"Notifications": "Уведомления"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Числа"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Влияет только на PAM, управляемый DMS. Если greetd уже включает pam_fprintd, вход по отпечатку останется включённым."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Показывать только окна с текущего монитора на каждом доке"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "Разомкнутая рамка"
},
"Open From": {
- "Open From": ""
+ "Open From": "Открыть из"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Откройте KDE Connect на телефоне"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Открыть терминал и запустить пользовательскую команду вместо встроенного процесса обновления."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Открыть папку"
},
@@ -5421,7 +5580,7 @@
"Opening files": "Открытие файлов"
},
"Opening terminal to update greetd": {
- "Opening terminal to update greetd": ""
+ "Opening terminal to update greetd": "Открытие терминала для обновления greetd"
},
"Opening terminal: ": {
"Opening terminal: ": "Открытие терминала:"
@@ -5442,7 +5601,7 @@
"Optional location": "Необязательное местоположение"
},
"Optional state-based conditions applied to the first match.": {
- "Optional state-based conditions applied to the first match.": ""
+ "Optional state-based conditions applied to the first match.": "Необязательные условия на основе состояния, применяемые к первому соответствию."
},
"Options": {
"Options": "Опции"
@@ -5619,7 +5778,7 @@
"Paste": "Вставить"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Путь скопирован в буфер обмена"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Путь к видеофайлу или папке с видео"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Интеграция с Polkit отключена. Управление пользователями требует Polkit для повышения привилегий."
},
"Popout": {
- "Popout": ""
+ "Popout": "Всплывающее окно"
},
"Popout Shadows": {
"Popout Shadows": "Тени всплывающих окон"
@@ -5862,7 +6021,7 @@
"Power Menu Customization": "Настройка меню питания"
},
"Power Mode": {
- "Power Mode": ""
+ "Power Mode": "Режим питания"
},
"Power Off": {
"Power Off": "Завершить Работу"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Ухудшение Профиля Питания"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Экономия энергии"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Управление профилями питания доступно"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Источник питания"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Предпросмотр"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Основной"
},
"Primary Container": {
"Primary Container": "Вариант поверхности"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Управление Print Server"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Количество процессов"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Процессы"
},
@@ -6020,11 +6197,17 @@
"Profile saved: %1": {
"Profile saved: %1": "Профиль сохранён: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Протокол"
},
"Qt": {
- "Qt": ""
+ "Qt": "Qt"
},
"Qt colors applied successfully": {
"Qt colors applied successfully": "Цвета Qt успешно применены"
@@ -6083,8 +6266,11 @@
"Re-enter password": {
"Re-enter password": "Повторите пароль"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
- "Read-only legacy config": ""
+ "Read-only legacy config": "Устаревшая конфигурация только для чтения"
},
"Read:": {
"Read:": "Прочитано:"
@@ -6114,7 +6300,7 @@
"Refresh Weather": "Обновить погоду"
},
"Refreshing...": {
- "Refreshing...": ""
+ "Refreshing...": "Обновление..."
},
"Regex": {
"Regex": "Регулярное выражение"
@@ -6132,7 +6318,7 @@
"Release": "Релиз"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Перезагрузить с диска"
},
"Reload Plugin": {
"Reload Plugin": "Перезагрузить плагин"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "Запоминать последний запрос"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Запомнить последнюю сессию"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "Запомнить последнего пользователя"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Напоминание"
},
"Remove": {
"Remove": "Удалить"
@@ -6192,7 +6381,7 @@
"Remove inner padding from all widgets": "Убрать внутренние отступы у всех виджетов"
},
"Remove match": {
- "Remove match": ""
+ "Remove match": "Удалить соответствие"
},
"Remove the shortcut %1?": {
"Remove the shortcut %1?": "Удалить сочетание клавиш %1?"
@@ -6246,7 +6435,7 @@
"Requires DMS server with sysupdate capability": "Требуется сервер DMS с поддержкой sysupdate"
},
"Requires MangoWC compositor": {
- "Requires MangoWC compositor": ""
+ "Requires MangoWC compositor": "Требуется композитор MangoWC"
},
"Requires a newer version of Quickshell": {
"Requires a newer version of Quickshell": "требуется более новая версия Quickshell"
@@ -6255,7 +6444,7 @@
"Requires night mode support": "Требуется поддержка ночного режима"
},
"Requires remembering the last user and session. Enable those options first.": {
- "Requires remembering the last user and session. Enable those options first.": ""
+ "Requires remembering the last user and session. Enable those options first.": "Требуется запоминание последнего пользователя и сессии. Сначала включите эти опции."
},
"Reset": {
"Reset": "Сбросить"
@@ -6279,10 +6468,10 @@
"Resize Widget": "Изменить размер виджета"
},
"Resize on Border": {
- "Resize on Border": ""
+ "Resize on Border": "Изменение размера за рамку"
},
"Resize windows by dragging their edges with the mouse": {
- "Resize windows by dragging their edges with the mouse": ""
+ "Resize windows by dragging their edges with the mouse": "Изменять размер окон перетаскиванием их краев мышью"
},
"Resolution & Refresh": {
"Resolution & Refresh": "Разрешение и обновление"
@@ -6366,7 +6555,7 @@
"Rules (%1)": "Правила (%1)"
},
"Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": {
- "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": ""
+ "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Правила найдены в вашей конфигурации композитора. Здесь они доступны только для чтения, используйте «Преобразовать в DMS», чтобы сделать редактируемую копию."
},
"Run Again": {
"Run Again": "Запустить ещё раз"
@@ -6393,7 +6582,7 @@
"Running Apps Settings": "Настройка Запущенных Приложений"
},
"Running greeter sync...": {
- "Running greeter sync...": ""
+ "Running greeter sync...": "Синхронизация экрана приветствия..."
},
"Running in terminal": {
"Running in terminal": "Выполняется в терминале"
@@ -6408,7 +6597,7 @@
"SMS": "SMS"
},
"Saturation": {
- "Saturation": ""
+ "Saturation": "Насыщенность"
},
"Save": {
"Save": "Сохранить"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Saved Конфигурации"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Сохранённая заметка"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Сохранение..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Сохранение…"
},
"Scale": {
"Scale": "Масштаб"
@@ -6522,7 +6714,7 @@
"Search Options": "Опции поиска"
},
"Search applications...": {
- "Search applications...": ""
+ "Search applications...": "Поиск приложений..."
},
"Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Поиск по комбинации клавиш, описанию или имени действия.\n\nДействие по умолчанию копирует комбинацию клавиш в буфер обмена.\nЩёлкните ПКМ или нажмите стрелку вправо для закрепления часто используемых комбинаций клавиш — они будут отображаться вверху при отсутствии поиска."
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Вторичный"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Защищено"
},
@@ -6627,7 +6822,7 @@
"Select a color from the palette or use custom sliders": "Выбрать цвет из палитры или использовать пользовательские ползунки"
},
"Select a desktop application": {
- "Select a desktop application": ""
+ "Select a desktop application": "Выберите приложение рабочего стола"
},
"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.": "Выбрать виджет для добавления на рабочий стол. Каждый виджет это отдельный экземпляр со своими настройками."
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Раздельно"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Разделитель"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "Установить правила уведомлений"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Установить размер шрифта для основного текста уведомления (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Установить размер шрифта для краткого текста уведомления"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Параметр"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Показать ощущаемую температуру"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Показать нижний колонтитул"
},
@@ -6894,7 +7098,7 @@
"Show Humidity": "Показать влажность"
},
"Show Icon": {
- "Show Icon": ""
+ "Show Icon": "Показывать значок"
},
"Show Launcher Button": {
"Show Launcher Button": "Показать кнопку лаунчера"
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Показать счётчик переполнения"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Показать поле для ввода пароля"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Показать действия питания"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Показать перезагрузку"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Показать перезапуск DMS"
},
@@ -7014,14 +7227,23 @@
"Show Workspace Apps": "Показать приложения рабочего пространства"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Показывать убывающую полосу по мере работы таймера автозакрытия всплывающего окна"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
- "Show all 9 tags instead of only occupied tags": ""
+ "Show all 9 tags instead of only occupied tags": "Показывать все 9 тегов вместо только занятых"
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Показать контурное кольцо вокруг индикатора сфокусированного рабочего пространства"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Показать аудиовизуализатор cava в медиа виджете"
},
@@ -7053,7 +7275,7 @@
"Show mode tabs and keyboard hints at the bottom.": "Показывать вкладки режимов и подсказки клавиатуры внизу."
},
"Show mount path": {
- "Show mount path": ""
+ "Show mount path": "Показывать путь монтирования"
},
"Show notification popups only on the currently focused monitor": {
"Show notification popups only on the currently focused monitor": "Показывать всплывающие уведомления только на мониторе в фокусе"
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Приглушить уведомления"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Однострочное всплывающее окно"
},
"Size": {
"Size": "Размер"
@@ -7182,10 +7407,10 @@
"Skip setup": "Пропустить настройку"
},
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": {
- "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": ""
+ "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Пропускать пароль экрана приветствия после загрузки до тех пор, пока вы не выйдете из системы. Разблокировка экрана блокировки остается без изменений. Вступает в силу при следующей перезагрузке после синхронизации."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Выдвижная панель"
},
"Small": {
"Small": "Маленький"
@@ -7221,7 +7446,7 @@
"Sounds": "Звуки"
},
"Source: %1": {
- "Source: %1": ""
+ "Source: %1": "Источник: %1"
},
"Space between the bar and screen edges": {
"Space between the bar and screen edges": "Расстояние между панелью и краями экрана"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Стирание"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Заголовок"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Размер шрифта заголовка"
},
"Sunrise": {
"Sunrise": "Восход"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Поведение поверхностей"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Непрозрачность поверхностей"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Вариант поверхности"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Синхронизация"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Синхронизировать режим с Portal"
},
@@ -7446,7 +7689,7 @@
"System toast notifications": "Системные всплывающие уведомления"
},
"Systemd Override generated": {
- "Systemd Override generated": ""
+ "Systemd Override generated": "Переопределение systemd создано"
},
"Tab": {
"Tab": "Вкладка"
@@ -7455,7 +7698,7 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Навигация • ←→↑↓: Навигация сетки • Enter/Space: Выбрать"
},
"Tags": {
- "Tags": ""
+ "Tags": "Теги"
},
"Tags: %1": {
"Tags: %1": "Теги: %1"
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Сеть Tailscale"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale недоступен"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Терминалы — всегда использовать тёмную тему"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Проверить подключение"
},
@@ -7539,7 +7791,7 @@
"The job queue of this printer is empty": "Очередь заданий этого принтера пуста"
},
"The rule applies to any window matching one of these.": {
- "The rule applies to any window matching one of these.": ""
+ "The rule applies to any window matching one of these.": "Правило применяется к любому окну, соответствующему одному из этих условий."
},
"Theme & Colors": {
"Theme & Colors": "Темы и цвета"
@@ -7563,7 +7815,7 @@
"Themes": "Темы"
},
"These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": {
- "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": ""
+ "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": "Они добавляют записи в каталог автозапуска XDG (~/.config/autostart/*.desktop)"
},
"Thickness": {
"Thickness": "Толщина"
@@ -7584,16 +7836,16 @@
"This device": "Это устройство"
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing cursor settings.": "Эта установка все еще использует hyprland.conf. Запустите «dms setup» для миграции перед редактированием настроек курсора."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing display settings.": "Эта установка все еще использует hyprland.conf. Запустите «dms setup» для миграции перед редактированием настроек дисплея."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing shortcuts in Settings.": "Эта установка все еще использует hyprland.conf. Запустите «dms setup» для миграции перед редактированием горячих клавиш в Настройках."
},
"This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": {
- "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": ""
+ "This install is still using hyprland.conf. Run dms setup to migrate before editing window rules in Settings.": "Эта установка все еще использует hyprland.conf. Запустите «dms setup» для миграции перед редактированием правил окон в Настройках."
},
"This may take a few seconds": {
"This may take a few seconds": "Это может занять несколько секунд"
@@ -7665,7 +7917,7 @@
"Timed Out": "Тайм-аут"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Индикатор истечения времени"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Тайм-аут для уведомлений критического приоритета"
@@ -7686,10 +7938,10 @@
"Title": "Заголовок"
},
"Title (optional)": {
- "Title (optional)": ""
+ "Title (optional)": "Заголовок (необязательно)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "Заголовок обязателен"
},
"Title regex (optional)": {
"Title regex (optional)": "Regex заголовка (необязательно)"
@@ -7706,6 +7958,9 @@
"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": "Для использования этой комбинации клавиш DMS, удалите или измените комбинацию в config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Всплывающие сообщения"
},
@@ -7803,7 +8058,7 @@
"Trash command failed (exit %1)": "Сбой команды корзины (код выхода %1)"
},
"Tray Icon Fix": {
- "Tray Icon Fix": ""
+ "Tray Icon Fix": "Исправление значков трея"
},
"Trending GIFs": {
"Trending GIFs": "Трендовые GIF"
@@ -7872,7 +8127,7 @@
"Unavailable": "Недоступно"
},
"Uncategorized": {
- "Uncategorized": ""
+ "Uncategorized": "Без категории"
},
"Unfocused Color": {
"Unfocused Color": "Цвет неактивного"
@@ -8013,7 +8268,7 @@
"Uptime:": "Время работы:"
},
"Urgent": {
- "Urgent": ""
+ "Urgent": "Срочное"
},
"Urgent Color": {
"Urgent Color": "Цвет срочного"
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Использовать макет сетки"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "Использовать формат времени ЧЧ:ММ"
},
"Use IP Location": {
"Use IP Location": "Используемый IP"
@@ -8087,11 +8342,14 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Использовать обои рабочего стола"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Использовать аутентификацию по отпечатку пальца для экрана блокировки."
},
"Use keys 1-3 or arrows, Enter/Space to select": {
- "Use keys 1-3 or arrows, Enter/Space to select": ""
+ "Use keys 1-3 or arrows, Enter/Space to select": "Используйте клавиши 1-3 или стрелки, Enter/Пробел для выбора"
},
"Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Использовать светлую тему вместо тёмной"
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Использовать метры в секунду вместо км/ч для скорости ветра"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Использовать меньшие карточки уведомлений"
},
@@ -8127,7 +8388,7 @@
"User": "Пользователь"
},
"User Window Rules (%1)": {
- "User Window Rules (%1)": ""
+ "User Window Rules (%1)": "Пользовательские правила окон (%1)"
},
"User already exists": {
"User already exists": "Пользователь уже существует"
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "Использует IPC-действие spotlight-bar и всегда открывает минималистичную панель."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "Используется DankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "Используется глобальный моноширинный шрифт из Настройки → Персонализация"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "Используется khal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Использование общих настроек из Gamma Control"
@@ -8241,7 +8502,7 @@
"Vertical Tiling": "Вертикальный тайлинг"
},
"Very High": {
- "Very High": ""
+ "Very High": "Очень высокий"
},
"Vibrant": {
"Vibrant": "Яркий"
@@ -8268,7 +8529,7 @@
"Visibility": "Видимость"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Видимые действия для записей"
},
"Visual Effects": {
"Visual Effects": "Визуальные эффекты"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Когда заблокировано"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi Пароль"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Управление виджетами"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Прозрачность виджета"
},
"Widget Outline": {
"Widget Outline": "Контур виджета"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Стилизация виджета"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Виджет Прозрачность"
},
@@ -8418,7 +8685,7 @@
"Widgets": "Виджеты"
},
"Widgets & Notifications": {
- "Widgets & Notifications": ""
+ "Widgets & Notifications": "Виджеты и уведомления"
},
"Widgets, layout, style": {
"Widgets, layout, style": "Виджеты, макет, стиль"
@@ -8433,7 +8700,7 @@
"Width of the widget outline in pixels": "Ширина контура виджета в пикселях"
},
"Width of window border": {
- "Width of window border": ""
+ "Width of window border": "Ширина рамки окна"
},
"Width of window border and focus ring": {
"Width of window border and focus ring": "Ширина границы окна и кольца фокуса"
@@ -8475,7 +8742,7 @@
"Wipe": "Стирание"
},
"Working...": {
- "Working...": ""
+ "Working...": "Выполнение..."
},
"Workspace": {
"Workspace": "Рабочее пространство"
@@ -8505,28 +8772,28 @@
"Workspaces": "Рабочие пространства"
},
"Wrap the app command. %command% is replaced with the actual executable": {
- "Wrap the app command. %command% is replaced with the actual executable": ""
+ "Wrap the app command. %command% is replaced with the actual executable": "Обернуть команду приложения. %command% заменяется фактическим исполняемым файлом"
},
"Write:": {
"Write:": "Запись:"
},
"X": {
- "X": ""
+ "X": "X"
},
"X Axis": {
"X Axis": "Ось X"
},
"X-Ray": {
- "X-Ray": ""
+ "X-Ray": "X-Ray"
},
"XWayland": {
- "XWayland": ""
+ "XWayland": "XWayland"
},
"Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": {
- "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": ""
+ "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "X-Ray размывает только обои (эффективно) и используется по умолчанию при включенном размытии. Отключите X-Ray для обычного полного размытия всего, что находится под окном (более ресурсоемко)."
},
"Y": {
- "Y": ""
+ "Y": "Y"
},
"Y Axis": {
"Y Axis": "Ось Y"
@@ -8553,16 +8820,16 @@
"You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Необходимо установить одну из переменных окружения:\nQT_QPA_PLATFORMTHEME=gtk3 ИЛИ\nQT_QPA_PLATFORMTHEME=qt6ct\nа затем перезапустить оболочку.\n\nДля qt6ct требуется qt6ct-kde."
},
"You'll enter your password at the greeter after the next reboot.": {
- "You'll enter your password at the greeter after the next reboot.": ""
+ "You'll enter your password at the greeter after the next reboot.": "Вам потребуется ввести пароль на экране приветствия после следующей перезагрузки."
},
"You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": {
- "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": ""
+ "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": "Вы пропустите ввод пароля на экране приветствия после следующей перезагрузки. Для экрана блокировки и выхода из системы пароль по-прежнему потребуется."
},
"You're All Set!": {
"You're All Set!": "Всё готово!"
},
"Your compositor does not support background blur (ext-background-effect-v1)": {
- "Your compositor does not support background blur (ext-background-effect-v1)": ""
+ "Your compositor does not support background blur (ext-background-effect-v1)": "Ваш композитор не поддерживает размытие фона (ext-background-effect-v1)"
},
"Your system is up to date!": {
"Your system is up to date!": "Ваша система обновлена!"
@@ -8610,10 +8877,10 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs config существует, но не включён в ваш конфиг композитора. Изменения дисплеев не сохранятся."
},
"e.g. /usr/bin/my-script --flag": {
- "e.g. /usr/bin/my-script --flag": ""
+ "e.g. /usr/bin/my-script --flag": "напр. /usr/bin/my-script --flag"
},
"e.g. My Script": {
- "e.g. My Script": ""
+ "e.g. My Script": "напр. Мой скрипт"
},
"e.g. alice": {
"e.g. alice": "например, alice"
@@ -8625,7 +8892,7 @@
"e.g., focus-workspace 3, resize-column -10": "например, focus-workspace 3, resize-column -10"
},
"e.g., hl.dsp.focus({ workspace = \"3\" })": {
- "e.g., hl.dsp.focus({ workspace = \"3\" })": ""
+ "e.g., hl.dsp.focus({ workspace = \"3\" })": "напр., hl.dsp.focus({ workspace = \"3\" })"
},
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "например, notify-send 'Hello' && sleep 1"
@@ -8640,7 +8907,7 @@
"featured": "избранное"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "был в сети %1"
@@ -8655,10 +8922,10 @@
"loginctl not available - lock integration requires DMS socket connection": "loginctl недоступен — интеграция блокировки требует подключения к сокету DMS"
},
"mango: config reloaded": {
- "mango: config reloaded": ""
+ "mango: config reloaded": "mango: конфигурация перезагружена"
},
"mango: failed to reload config": {
- "mango: failed to reload config": ""
+ "mango: failed to reload config": "mango: не удалось перезагрузить конфигурацию"
},
"mangowc Discord Server": {
"mangowc Discord Server": "Discord-сервер mangowc"
diff --git a/quickshell/translations/poexports/sv.json b/quickshell/translations/poexports/sv.json
index 4977264e..701f9748 100644
--- a/quickshell/translations/poexports/sv.json
+++ b/quickshell/translations/poexports/sv.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Nätström"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applicera varm färgtemperatur för att minska ögontrötthet. Använd automatiseringsinställningarna nedan för att styra när det aktiveras."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Automatiska mellanrum för popupfönster"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "Automatisering"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Menyradskonfigurationer"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "Menyradsskuggor"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Genomskinlighet på menyraden"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Laddningsgräns"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Batteri och energihantering"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Energi och batteri"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Beteende"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Blockera"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kanal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Laddar"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Välj hur denna menyrad hanterar skuggriktning"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Välj ikon"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Välj bakgrundsfärg för widgetar"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Klick igenom"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Klicka på ett kortkommando för att redigera. Ändringar sparas i %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Klicka för att fånga"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Färg på primära åtgärdsknappar"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Färgtemperatur för dagtid"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Skapar..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Kritisk prioritet"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Anpassad"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Anpassad färg"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Mörkt läge"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Mörkt läge-bas"
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Dokumentation"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Avstånd från skärmkanter"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Fel"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Experimentell funktion"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Sök i text"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gammakontroll är inte tillgänglig. Kräver DMS API v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Ikontema"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Ljust läge"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Lätt regn"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Ljust läge-harmoni"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Linje"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Lokal"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Språk"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Låg prioritet"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Tysta banderoller"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Inga äldre notiser"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Notiscenter"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Tidsgräns för notiser"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Notisbanderoller"
},
"Notifications": {
"Notifications": "Notiser"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Tal"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Påverkar bara DMS-hanterad PAM. Om greetd redan inkluderar pam_fprintd förblir fingeravtrycksläsaren aktiverad."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Visa bara fönster från den aktuella bildskärmen i varje dock"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Öppna mapp"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Nedgradering av energiläge"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Energisparläge"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Energiprofilhantering tillgänglig"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Strömkälla"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Förhandsgranskning"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Primär"
},
"Primary Container": {
"Primary Container": "Primär behållare"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Skrivarserverhantering"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Antal processer"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Processer"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Profil sparad: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protokoll"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Kom ihåg senaste session"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Sparade konfigurationer"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Sparad anteckning"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Sekundär"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Lösenordsskyddad"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Avskiljare"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Visa känns som-temperatur"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Visa sidfot"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Visa overflow-märkesantal"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Visa lösenordsfält"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Visa strömåtgärder"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Visa omstart"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Visa DMS-omstart"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Visa en konturring runt den fokuserade arbetsytans indikator"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Visa cava-ljudvisualiserare i mediawidget"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "Ränder"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Sammanfattning"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Ytvariant"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Synka"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Synkronisera läge med portal"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminaler – Använd alltid mörkt tema"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Testa anslutning"
},
@@ -7706,6 +7958,9 @@
"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": "För att använda denna DMS-kommando, ta bort eller ändra kortkommandot i din config.kdl"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Notisbanderoller"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Använd skrivbordets bakgrundsbild"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Använd fingeravtrycksautentisering för låsskärmen."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Använd meter per sekund istället för km/h för vindhastighet"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Använd mindre notiskort"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "När låst"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi-lösenord"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Widgetstil"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Genomskinlighet på widget"
},
diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json
index 3a937036..b875bc3a 100644
--- a/quickshell/translations/poexports/tr.json
+++ b/quickshell/translations/poexports/tr.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": ""
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": ""
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": ""
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın."
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "Otomatik Açılır Pencere Boşlukları"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": ""
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": ""
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": ""
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": ""
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Bar Ayarları"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": ""
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Bar Opaklığı"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Batarya Şarj Sınırı"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Batarya ve güç yönetimi"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Batarya seviyesi ve güç yönetimi"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Davranış"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": ""
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": ""
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kanal"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Şarj ediliyor"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": ""
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Simge seçin"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": ""
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Widgetlar için arkaplan rengini seç"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": ""
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": ""
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Yakalamak için tıkla"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": ""
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Gündüz için renk sıcaklığı"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "Oluşturuluyor..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Kritik Öncelik"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Özel"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": ""
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Karanlık Mod"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": ""
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": ""
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Belgeler"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "Kenar Aralığı"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": ""
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "Hatalar"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": ""
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Deneysel Özellik"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": ""
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": ""
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": ""
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Metinde Bul"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gama kontrolü mevcut değil. DMS API V6+ gerekir."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": ""
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Simge Teması"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": ""
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": ""
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Aydınlık Modu"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": ""
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": ""
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": ""
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Yerel"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": ""
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": ""
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Düşük Öncelik"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": ""
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": ""
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Burada görülecek bir şey yok"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Bildirim Merkezi"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Bildirim Zaman Aşımları"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Bildirim açılır pencereleri"
},
"Notifications": {
"Notifications": "Bildirimler"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Numaralar"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Her bir dock'ta yalnızca mevcut monitördeki pencereleri göster"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": ""
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Güç Profili Dejenerasyonu"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": ""
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Güç profili yönetimi mevcut"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Güç kaynağı"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": ""
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Birincil"
},
"Primary Container": {
"Primary Container": ""
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Yazdırma Sunucusu Yönetimi"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Süreç Sayısı"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": ""
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": ""
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Protokol"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": ""
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": ""
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": ""
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": ""
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Kaydedilen Yapılandırmalar"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": ""
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "İkincil"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Güvenli"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": ""
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Ayraç"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": ""
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": ""
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": ""
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": ""
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Parola Alanını Göster"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Güç Eylemlerini Göster"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Yeniden Başlatı Göster"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "DMS'yi Yeniden Başlatı Göster"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": ""
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Medya widget'ında cava ses görselleştiricisini göster"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": ""
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": ""
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": ""
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": ""
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": ""
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": ""
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": ""
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Modu Portal ile Eşitle"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": ""
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": ""
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminaller - Her zaman Karanlı Tema kullan"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": ""
},
@@ -7706,6 +7958,9 @@
"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": "Bu DMS bağlamasını kullanmak için, config.kdl dosyanızdaki tuş bağlamasını kaldırın veya değiştirin."
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Anlık Bildirimler"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": ""
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": ""
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": ""
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi Parolası"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Widget Stili"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Widget Opaklığı"
},
diff --git a/quickshell/translations/poexports/vi.json b/quickshell/translations/poexports/vi.json
index d1c42d1f..78eec26e 100644
--- a/quickshell/translations/poexports/vi.json
+++ b/quickshell/translations/poexports/vi.json
@@ -135,7 +135,7 @@
"1 day": "1 ngày"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 ngày trước"
},
"1 device connected": {
"1 device connected": "1 thiết bị đã kết nối"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 giờ 30 phút"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 giờ trước"
},
"1 minute": {
"1 minute": "1 phút"
@@ -162,7 +162,7 @@
"1 task": "1 nhiệm vụ"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 phút trước"
},
"10 minutes": {
"10 minutes": "10 phút"
@@ -183,7 +183,7 @@
"15 min": "15 phút"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 phút trước"
},
"15 minutes": {
"15 minutes": "15 phút"
@@ -243,7 +243,7 @@
"30 min": "30 phút"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 phút trước"
},
"30 minutes": {
"30 minutes": "30 phút"
@@ -270,7 +270,7 @@
"45 seconds": "45 giây"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 phút trước"
},
"5 minutes": {
"5 minutes": "5 phút"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "Người dùng với tên đó đã tồn tại."
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "Nguồn điện AC"
},
@@ -468,13 +471,13 @@
"Add by Address": "Thêm theo địa chỉ"
},
"Add location": {
- "Add location": ""
+ "Add location": "Thêm địa điểm"
},
"Add match": {
"Add match": "Thêm cặp"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "Thêm ghi chú"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "Thêm người dùng mới vào nhóm %1 để họ có thể chạy dms greeter sync --profile."
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "Cho phép"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "Cho phép điều chỉnh âm lượng thiết bị bằng cách cuộn trên nửa bên phải của các mục trong danh sách thiết bị"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Cho phép các cú nhấp chuột đi qua tiện ích"
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "Áp dụng các đường cắt góc lõm ngược cho thanh"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Áp dụng nhiệt độ màu ấm để giảm mỏi mắt. Dùng cài đặt tự động bên dưới để kiểm soát thời điểm kích hoạt."
},
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "Phải có ít nhất một đầu ra được bật"
},
"At start": {
- "At start": ""
+ "At start": "Khi bắt đầu"
},
"Attach": {
"Attach": "Đính kèm"
@@ -807,22 +816,25 @@
"Auto (Wide)": "Tự động (Rộng)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "Khoảng cách Compositor tự động"
},
"Auto Location": {
"Auto Location": "Vị trí tự động"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "Tự động tràn dòng"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "Tự động khoảng cách cửa sổ nổi"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "Chế độ tự động đang bật. Lựa chọn cấu hình thủ công đã bị tắt."
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "Đã tự động lưu"
},
"Auto-Clear After": {
"Auto-Clear After": "Tự động xóa sau"
@@ -855,7 +867,7 @@
"Auto-login on startup": "Tự động đăng nhập khi khởi động"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "Tự động lưu vào ổ đĩa"
},
"Auto-saving...": {
"Auto-saving...": "Đang tự động lưu..."
@@ -909,7 +921,10 @@
"Automatically lock the screen when the system prepares to suspend": "Tự động khóa màn hình khi hệ thống chuẩn bị chuyển sang chế độ ngủ"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "Tự động lưu các thay đổi vào tập tin đang mở khi bạn nhập"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "Tự động hóa"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "Làm mờ nền"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "Hiệu ứng nền"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "Cấu hình thanh"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "Độ mờ thanh"
},
"Bar Shadows": {
"Bar Shadows": "Đổ bóng cho thanh"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "Độ trong suốt của thanh"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "Giới hạn sạc pin"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "Quản lý pin và điện năng"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "Mức pin và quản lý năng lượng"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "Hành vi"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "Đen"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "Chặn ra"
},
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Làm mờ nền đằng sau các thanh, cửa sổ nổi, bảng thông báo. Yêu cầu sự hỗ trợ và cấu hình của compositor."
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Làm mờ nền phía sau các thanh, cửa sổ bật, hộp thoại modal và thông báo. Yêu cầu hỗ trợ từ compositor. Điều chỉnh Độ mờ cho phù hợp."
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "Làm mờ hình nền khi tổng quan niri đang mở"
@@ -1110,7 +1161,7 @@
"Body": "Thân"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "Cỡ chữ phần thân"
},
"Bold": {
"Bold": "Đậm"
@@ -1233,7 +1284,7 @@
"Calendar": "Lịch"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "Hậu phần Lịch"
},
"Camera": {
"Camera": "Máy ảnh"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "Kênh"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "Đang sạc"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "Chọn cách thanh này xử lý hướng bóng"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "Chọn biểu tượng"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "Chọn đơn sắc hoặc màu chủ đề cho các biểu tượng khay hệ thống"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "Chọn màu nền cho các tiện ích"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "Chọn khởi chạy ứng dụng trên máy tính để bàn hay lệnh"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "Chọn các nút hành động xuất hiện trên các mục bộ nhớ tạm"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "Chọn màn hình hiển thị tiện ích này"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "Nhấp xuyên qua"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "Nhấp vào bất kỳ phím tắt nào để chỉnh sửa. Thay đổi được lưu vào %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "Nhấp để chụp"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "Màu sắc cho các nút hành động chính"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "Nhiệt độ màu trong ngày"
},
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "Điều khiển độ mờ của tất cả các cửa sổ nổi, bảng thông báo và các lớp nội dung của chúng"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "Điều khiển độ mờ của bề mặt shell, cửa sổ bật và hộp thoại modal"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "Điều khiển độ mờ của nền thanh"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "Điều khiển độ mờ của viền"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "Điều khiển độ mờ của lớp bóng đổ"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "Điều khiển độ mờ của đường viền widget"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "Điều khiển độ mờ của nền widget"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "Điều khiển đường viền xung quanh các thẻ phía trước bị làm mờ, các nút dạng thuốc và thẻ thông báo"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "Điều khiển bán kính làm mờ cơ bản và độ lệch của bóng"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "Điều khiển độ mờ của bóng đổ"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "Điều khiển cạnh ngoài của các cửa sổ bị làm mờ theo giao thức"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "Đang tạo..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "Ưu tiên khẩn cấp"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Chọn tất cả • Ctrl+P: Xem trước • Enter/Shift+Enter: Tìm tiếp theo/Trước đó • Esc: Đóng"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Lưu • Ctrl+O: Mở • Ctrl+N: Mới • Ctrl+F: Tìm kiếm"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Chuyển Tab • Ctrl+S: Ghim/Bỏ ghim • Shift+Del: Xóa hết • Esc: Đóng"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "Tuỳ chỉnh"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "Màu tùy chỉnh"
},
@@ -2100,13 +2190,13 @@
"DankBar": "DankBar"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "DankCalendar"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "DankCalendar chưa được cài đặt"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "DankCalendar hiện không chạy"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell đã sẵn sàng sử dụng"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "Chế độ tối"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "Cơ sở chế độ tối"
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "Phím tắt trình khởi chạy mặc định"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "Chế độ mặc định"
},
"Default Opens": {
"Default Opens": "Mở mặc định"
@@ -2295,7 +2388,7 @@
"Device connections": "Kết nối thiết bị"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "Cuộn danh sách thiết bị để chỉnh âm lượng"
},
"Device names updated": {
"Device names updated": "Đã cập nhật tên thiết bị"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "Thanh Dock & Trình Khởi Chạy"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "Độ mờ thanh Dock"
},
"Dock Transparency": {
"Dock Transparency": "Độ trong suốt thanh Dock"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "Chế độ hiển thị của Dock"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "Căn lề, độ mờ và viền thanh Dock"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Lề, độ trong suốt và viền của Dock"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "Tài liệu"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "Khoảng cách cạnh"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "Cạnh mà trình khởi chạy trượt ra"
},
"Edit": {
- "Edit": ""
+ "Edit": "Chỉnh sửa"
},
"Edit App": {
"Edit App": "Chỉnh sửa ứng dụng"
@@ -2592,7 +2691,7 @@
"Edit clipboard text": "Chỉnh sửa văn bản bảng nhớ tạm"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "Chỉnh sửa sự kiện"
},
"Editing changes on %1": {
"Editing changes on %1": "Đang chỉnh sửa thay đổi trên %1"
@@ -2712,7 +2811,7 @@
"End": "Hết"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "Thời gian kết thúc phải sau thời gian bắt đầu"
},
"Enlarge on Hover": {
"Enlarge on Hover": "Phóng to khi di chuột"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "Lỗi"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "Ethernet"
},
"Event title": {
- "Event title": ""
+ "Event title": "Tiêu đề sự kiện"
},
"Every 15 minutes": {
"Every 15 minutes": "Mỗi 15 phút"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "Người dùng hiện có"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Tính năng thử nghiệm"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "Áp dụng màu Qt thất bại"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "Áp dụng cấu hình thất bại"
},
@@ -3150,7 +3258,7 @@
"File Manager": "Trình quản lý tệp"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "Tập tin đã bị thay đổi trên ổ đĩa"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "Trình quản lý tệp dùng để mở thùng rác. Chọn \"tùy chỉnh\" để nhập lệnh của riêng bạn."
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "Lọc"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "Tìm trong văn bản"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Điều khiển gamma không có sẵn. Yêu cầu API DMS v6+."
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "Tạo ghi đè"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "Chủ đề biểu tượng"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "Các cảnh báo giống nhau hiển thị thành một thông báo nổi thay vì xếp chồng"
},
@@ -3963,7 +4080,7 @@
"Insert your security key...": "Chèn khóa bảo mật của bạn..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "Thu hẹp Notepad từ các cạnh màn hình bằng cách sử dụng khoảng cách cấu hình của compositor"
},
"Install": {
"Install": "Cài đặt"
@@ -4074,10 +4191,13 @@
"Keep Changes": "Giữ các thay đổi"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "Giữ các chỉnh sửa của tôi"
},
"Keep in Bar": {
- "Keep in Bar": ""
+ "Keep in Bar": "Giữ trong thanh"
+ },
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
},
"Keep typing": {
"Keep typing": "Tiếp tục gõ"
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "Chế độ ban ngày"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "Mưa nhẹ"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "Sự hài hòa chế độ sáng"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "Dòng"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "Cục bộ"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "Ngôn ngữ"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "Thấp"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "Ưu tiên thấp"
},
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "Kích thước khoảng cách thủ công"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "Khoảng cách thủ công"
},
"Manual Show/Hide": {
"Manual Show/Hide": "Hiển thị/ẩn thủ công"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "Số ứng dụng đang chạy tối đa (0 = Không giới hạn)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "Hiển thị tối đa"
},
"Max Volume": {
"Max Volume": "Âm lượng tối đa"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "Trình phát nhạc"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "Tắt thông báo nổi"
},
@@ -4845,7 +4989,7 @@
"New York, NY": "New York, NY"
},
"New event": {
- "New event": ""
+ "New event": "Sự kiện mới"
},
"New group name...": {
"New group name...": "Tên nhóm mới..."
@@ -4983,7 +5127,7 @@
"No brightness devices available": "Không có thiết bị độ sáng nào khả dụng"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "Không có nguồn lịch khả dụng"
},
"No changes": {
"No changes": "Không có thay đổi"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "Không tìm thấy mục bảng nhớ tạm nào gần đây"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "Không nhắc nhở"
},
"No results": {
"No results": "Không có kết quả"
@@ -5178,7 +5322,7 @@
"No window rules configured": "Chưa có quy tắc cửa sổ nào được cấu hình"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "Không có lịch ghi khả dụng"
},
"Noise": {
"Noise": "Nhiễu"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "Cài đặt phông chữ ghi chú"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "Cài đặt Notepad"
},
"Notepad Slideout": {
"Notepad Slideout": "Thanh trượt Notepad"
},
"Notes": {
- "Notes": ""
+ "Notes": "Ghi chú"
},
"Nothing": {
"Nothing": "Không có gì"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "Không có gì ở đây cả"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "Trung tâm thông báo"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "Quá thời gian chờ thông báo"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "Cửa sổ bật lên chúc mừng thông báo"
},
"Notifications": {
"Notifications": "Thông báo"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "Số"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Chỉ ảnh hưởng đến PAM do DMS quản lý. Nếu greetd đã bao gồm pam_fprintd, vân tay vẫn sẽ được bật."
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Chỉ hiển thị các cửa sổ từ màn hình hiện tại trên mỗi thanh dock"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "Mở khung"
},
"Open From": {
- "Open From": ""
+ "Open From": "Mở từ"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "Mở KDE Connect trên điện thoại của bạn"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Mở một cửa sổ dòng lệnh và chạy một lệnh tùy chỉnh thay vì quy trình nâng cấp trong shell."
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "Mở thư mục"
},
@@ -5619,7 +5778,7 @@
"Paste": "Dán"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "Đường dẫn đã được sao chép vào bộ nhớ tạm"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "Đường dẫn tới tệp video hoặc thư mục chứa video"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Tích hợp Polkit đã bị tắt. Quản lý người dùng yêu cầu Polkit để nâng cao đặc quyền."
},
"Popout": {
- "Popout": ""
+ "Popout": "Popout"
},
"Popout Shadows": {
"Popout Shadows": "Bóng cửa sổ nổi"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "Giảm hiệu năng theo chế độ nguồn"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "Tiết kiệm điện"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "Quản lý cấu hình nguồn khả dụng"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "Nguồn điện"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "Xem trước"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "Chính"
},
"Primary Container": {
"Primary Container": "Container chính"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "Quản lý máy chủ in"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "Số lượng tiến trình"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "Các tiến trình"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "Đã lưu cấu hình: %1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "Giao thức"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "Nhập lại mật khẩu"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "Cấu hình cũ (chỉ đọc)"
},
@@ -6132,7 +6318,7 @@
"Release": "Bản phát hành"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "Tải lại từ ổ đĩa"
},
"Reload Plugin": {
"Reload Plugin": "Tải lại plugin"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "Nhớ truy vấn cuối cùng"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "Nhớ phiên cuối cùng"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "Nhớ người dùng cuối cùng"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "Nhắc nhở"
},
"Remove": {
"Remove": "Xóa"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "Các cấu hình đã lưu"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "Ghi chú đã lưu"
},
@@ -6459,7 +6651,7 @@
"Saving...": "Đang lưu..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "Đang lưu…"
},
"Scale": {
"Scale": "Tỷ lệ"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "Phụ"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "Được bảo mật"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "Riêng biệt"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "Dấu phân cách"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "Đặt các quy tắc thông báo"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "Đặt kích thước phông chữ cho phần thân văn bản thông báo (htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "Đặt kích thước phông chữ cho văn bản tóm tắt thông báo"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "Cài đặt"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Hiển thị nhiệt độ cảm nhận"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "Hiển thị chân trang"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "Hiển thị số lượng huy hiệu bị tràn"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "Hiển thị trường mật khẩu"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "Hiển thị các hành động nguồn"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "Hiển thị khởi động lại"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "Hiển thị Khởi động lại DMS"
},
@@ -7014,7 +7227,13 @@
"Show Workspace Apps": "Hiển thị ứng dụng trong không gian làm việc"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "Hiển thị thanh cạn dần khi thời gian tự động ẩn của cửa sổ bật chạy"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": "Hiển thị cả 9 thẻ thay vì chỉ các thẻ đang được sử dụng"
@@ -7022,6 +7241,9 @@
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "Hiển thị viền vòng quanh không gian làm việc đang chọn"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "Hiển thị trình trực quan hóa âm thanh cava trong tiện ích phương tiện"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "Tắt tiếng thông báo"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "Cửa sổ bật một dòng"
},
"Size": {
"Size": "Kích thước"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Bỏ qua mật khẩu greeter sau khi khởi động cho đến khi đăng xuất. Mở khóa màn hình khóa không thay đổi. Có hiệu lực sau lần khởi động lại tiếp theo khi đồng bộ."
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "Slideout"
},
"Small": {
"Small": "Nhỏ"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "Sọc"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "Tóm tắt"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "Cỡ chữ phần tóm tắt"
},
"Sunrise": {
"Sunrise": "Bình minh"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "Hành vi bề mặt"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "Độ mờ bề mặt"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "Biến thể bề mặt"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "Đồng bộ"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "Chế độ đồng bộ với Portal"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Mạng Tailscale"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale không khả dụng"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminal - Luôn sử dụng giao diện tối"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "Kiểm tra kết nối"
},
@@ -7665,7 +7917,7 @@
"Timed Out": "Đã hết thời gian"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "Thanh tiến trình thời gian chờ"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "Thời gian chờ cho thông báo ưu tiên khẩn cấp"
@@ -7689,7 +7941,7 @@
"Title (optional)": "Tiêu đề (tùy chọn)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "Bắt buộc nhập tiêu đề"
},
"Title regex (optional)": {
"Title regex (optional)": "Regex tiêu đề (tùy chọn)"
@@ -7706,6 +7958,9 @@
"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": "Để sử dụng phím tắt DMS này, hãy xóa hoặc thay đổi phím tắt trong tệp config.kdl của bạn"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "Tin nhắn nổi"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "Sử dụng bố cục lưới"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "Sử dụng định dạng thời gian HH:MM"
},
"Use IP Location": {
"Use IP Location": "Sử dụng vị trí IP"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "Sử dụng hình nền máy tính"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "Sử dụng xác thực vân tay cho màn hình khóa."
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "Sử dụng mét trên giây thay vì km/h cho tốc độ gió"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "Sử dụng thẻ thông báo nhỏ hơn"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "Sử dụng hành động IPC spotlight-bar và luôn mở thanh tối giản."
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "Đang sử dụng DankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "Sử dụng phông chữ đơn cách toàn cầu từ Cài đặt → Cá nhân hóa"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "Đang sử dụng khal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Sử dụng cài đặt chia sẻ từ Điều khiển Gamma"
@@ -8268,7 +8529,7 @@
"Visibility": "Hiển thị"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "Các hành động mục hiển thị"
},
"Visual Effects": {
"Visual Effects": "Hiệu ứng thị giác"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "Khi đã khóa"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Mật khẩu WiFi"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "Quản lý tiện ích"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "Độ mờ Widget"
},
"Widget Outline": {
"Widget Outline": "Đường viền tiện ích"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "Kiểu tiện ích"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "Độ trong suốt của tiện ích"
},
@@ -8640,7 +8907,7 @@
"featured": "đặc sắc"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "thấy lần cuối %1"
diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json
index 9ec3547b..71167604 100644
--- a/quickshell/translations/poexports/zh_CN.json
+++ b/quickshell/translations/poexports/zh_CN.json
@@ -81,7 +81,7 @@
"%1 online": "%1 在线"
},
"%1 tasks": {
- "%1 tasks": ""
+ "%1 tasks": "%1 项任务"
},
"%1 update": {
"%1 update": "%1 个更新"
@@ -135,7 +135,7 @@
"1 day": "1 天"
},
"1 day before": {
- "1 day before": ""
+ "1 day before": "1 天前"
},
"1 device connected": {
"1 device connected": "已连接 1 个设备"
@@ -147,7 +147,7 @@
"1 hour 30 minutes": "1 小时 30 分钟"
},
"1 hour before": {
- "1 hour before": ""
+ "1 hour before": "1 小时前"
},
"1 minute": {
"1 minute": "1 分钟"
@@ -159,10 +159,10 @@
"1 second": "1 秒钟"
},
"1 task": {
- "1 task": ""
+ "1 task": "1 项任务"
},
"10 min before": {
- "10 min before": ""
+ "10 min before": "10 分钟前"
},
"10 minutes": {
"10 minutes": "10 分钟"
@@ -183,7 +183,7 @@
"15 min": "15 分钟"
},
"15 min before": {
- "15 min before": ""
+ "15 min before": "15 分钟前"
},
"15 minutes": {
"15 minutes": "15 分钟"
@@ -243,7 +243,7 @@
"30 min": "30 分钟"
},
"30 min before": {
- "30 min before": ""
+ "30 min before": "30 分钟前"
},
"30 minutes": {
"30 minutes": "30 分钟"
@@ -270,7 +270,7 @@
"45 seconds": "45 秒钟"
},
"5 min before": {
- "5 min before": ""
+ "5 min before": "5 分钟前"
},
"5 minutes": {
"5 minutes": "5 分钟"
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "已存在同名用户。"
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "交流电"
},
@@ -447,10 +450,10 @@
"Add Widget": "添加部件"
},
"Add Widget to %1": {
- "Add Widget to %1": "添加部件到 %1"
+ "Add Widget to %1": "添加部件到%1"
},
"Add Window Rule": {
- "Add Window Rule": "添加窗口规则"
+ "Add Window Rule": "新建窗口规则"
},
"Add a border around the dock": {
"Add a border around the dock": "在程序坞周围添加边框"
@@ -459,7 +462,7 @@
"Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "在所有应用启动前添加自定义前缀。可用于 uwsm-app、systemd-run 或其他命令封装器。"
},
"Add a task...": {
- "Add a task...": ""
+ "Add a task...": "添加任务..."
},
"Add and configure widgets that appear on your desktop": {
"Add and configure widgets that appear on your desktop": "添加与配置出现在你桌面的部件"
@@ -468,13 +471,13 @@
"Add by Address": "通过地址添加"
},
"Add location": {
- "Add location": ""
+ "Add location": "添加位置"
},
"Add match": {
"Add match": "添加匹配条件"
},
"Add notes": {
- "Add notes": ""
+ "Add notes": "添加笔记"
},
"Add the new user to the %1 group so they can run dms greeter sync --profile.": {
"Add the new user to the %1 group so they can run dms greeter sync --profile.": "将新用户添加到 %1 组,使其能够运行 dms greeter sync --profile。"
@@ -524,8 +527,11 @@
"Allow": {
"Allow": "允许"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
- "Allow adjusting device volume by scrolling on the right half of items in the device list": ""
+ "Allow adjusting device volume by scrolling on the right half of items in the device list": "允许在设备列表项目右半部分滚动鼠标滚轮调整设备音量"
},
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "允许鼠标穿透部件"
@@ -540,7 +546,7 @@
"Already on that session": "已在该会话中"
},
"Also group repeated application icons on the active workspace": {
- "Also group repeated application icons on the active workspace": ""
+ "Also group repeated application icons on the active workspace": "在当前活动工作区对重复应用图标分组"
},
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace:返回 • F1/I:文件信息 • F10:帮助 • Esc:关闭"
@@ -585,7 +591,7 @@
"Analyzing configuration...": "正在分析配置..."
},
"Anchor": {
- "Anchor": ""
+ "Anchor": "锚点"
},
"Animation Duration": {
"Animation Duration": "动画持续时间"
@@ -612,7 +618,7 @@
"App ID": "应用 ID"
},
"App ID (e.g. firefox)": {
- "App ID (e.g. firefox)": ""
+ "App ID (e.g. firefox)": "应用 ID(例如:firefox)"
},
"App ID Substitutions": {
"App ID Substitutions": "应用 ID 替换"
@@ -665,14 +671,17 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "为状态栏应用反向凹角裁切"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "应用暖色温以减轻眼睛疲劳,可通过下方设置控制自动激活时间。"
},
"Applying authentication changes...": {
- "Applying authentication changes...": ""
+ "Applying authentication changes...": "正在应用认证变更..."
},
"Applying auto-login on startup...": {
- "Applying auto-login on startup...": ""
+ "Applying auto-login on startup...": "正在应用开机自动登录..."
},
"Apps": {
"Apps": "应用"
@@ -714,7 +723,7 @@
"At least one output must remain enabled": "至少应有一个输出保持启用"
},
"At start": {
- "At start": ""
+ "At start": "开始"
},
"Attach": {
"Attach": "附加"
@@ -807,22 +816,25 @@
"Auto (Wide)": "自动(宽角)"
},
"Auto Compositor Gaps": {
- "Auto Compositor Gaps": ""
+ "Auto Compositor Gaps": "自动合成器间隙"
},
"Auto Location": {
"Auto Location": "自动定位"
},
"Auto Overflow": {
- "Auto Overflow": ""
+ "Auto Overflow": "自动溢出"
},
"Auto Popup Gaps": {
"Auto Popup Gaps": "自动弹窗间隙"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "自动模式已开启。手动选择配置已禁用。"
},
"Auto saved": {
- "Auto saved": ""
+ "Auto saved": "已自动保存"
},
"Auto-Clear After": {
"Auto-Clear After": "自动清除"
@@ -855,7 +867,7 @@
"Auto-login on startup": "启动时自动登录"
},
"Auto-save to disk": {
- "Auto-save to disk": ""
+ "Auto-save to disk": "自动存盘"
},
"Auto-saving...": {
"Auto-saving...": "正在自动保存..."
@@ -909,13 +921,16 @@
"Automatically lock the screen when the system prepares to suspend": "当系统准备挂起时自动锁定屏幕"
},
"Automatically save changes to opened files as you type": {
- "Automatically save changes to opened files as you type": ""
+ "Automatically save changes to opened files as you type": "键入时自动保存变更"
+ },
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
},
"Automation": {
"Automation": "自动化"
},
"Autostart Apps": {
- "Autostart Apps": "应用自启动"
+ "Autostart Apps": "自启应用"
},
"Autostart Entries": {
"Autostart Entries": "自启动项"
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "背景模糊"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "背景效果"
},
@@ -987,20 +1005,26 @@
"Balanced palette with focused accents (default).": "均衡配色,强调重点(默认)"
},
"Bar": {
- "Bar": ""
+ "Bar": "状态栏"
},
"Bar %1": {
- "Bar %1": ""
+ "Bar %1": "状态栏 %1"
},
"Bar Configurations": {
"Bar Configurations": "状态栏设置"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
- "Bar Opacity": ""
+ "Bar Opacity": "状态栏不透明度"
},
"Bar Shadows": {
"Bar Shadows": "状态栏阴影"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "状态栏透明度"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "电池充电限制"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "电池与电源管理"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "电池电量与电源管理"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "行为"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "黑体"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "阻止捕获"
},
@@ -1101,7 +1152,7 @@
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "模糊状态栏、弹窗、模态框以及通知的背景。需要合成器支持与配置。"
},
"Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": {
- "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": ""
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "模糊状态栏、弹窗、模态框和通知的背景。需要合成器支持,以及调整相应的不透明度。"
},
"Blur wallpaper when niri overview is open": {
"Blur wallpaper when niri overview is open": "打开 Niri 概览时模糊壁纸"
@@ -1110,7 +1161,7 @@
"Body": "主体"
},
"Body Font Size": {
- "Body Font Size": ""
+ "Body Font Size": "内容字号"
},
"Bold": {
"Bold": "粗体"
@@ -1233,7 +1284,7 @@
"Calendar": "日历"
},
"Calendar Backend": {
- "Calendar Backend": ""
+ "Calendar Backend": "日历后端"
},
"Camera": {
"Camera": "摄像头"
@@ -1302,7 +1353,7 @@
"Change Song": "切换歌曲"
},
"Change Volume": {
- "Change Volume": "切换音量"
+ "Change Volume": "调整音量"
},
"Change bar appearance": {
"Change bar appearance": "更改状态栏外观"
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "频道"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "充电"
},
@@ -1338,7 +1398,7 @@
"Checking for updates...": "正在检查更新..."
},
"Checking whether sudo authentication is needed...": {
- "Checking whether sudo authentication is needed...": ""
+ "Checking whether sudo authentication is needed...": "正在检查是否需要 sudo 认证"
},
"Checking...": {
"Checking...": "正在检查..."
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "选择此状态栏解析阴影方向的方式"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "选择图标"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "为系统托盘图标选择单色或主题色调"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "选择部件背景色"
},
@@ -1401,7 +1467,7 @@
"Choose whether to launch a desktop app or a command": "选择需要启动的桌面应用程序或命令"
},
"Choose which action buttons appear on clipboard entries": {
- "Choose which action buttons appear on clipboard entries": ""
+ "Choose which action buttons appear on clipboard entries": "剪切板项目上显示的操作按钮"
},
"Choose which displays show this widget": {
"Choose which displays show this widget": "选择要在哪个显示器显示该小部件"
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "鼠标穿透"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "点击任意快捷方式以编辑。更改将保存至 %1。"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "点击以捕获"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "主要操作按钮颜色"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "白天模式色温"
},
@@ -1647,7 +1722,7 @@
"Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "为已命名工作区配置图标。当数字和图标同时启用时,图标优先生效。"
},
"Configure match criteria and actions": {
- "Configure match criteria and actions": "配置文件匹配条件与动作"
+ "Configure match criteria and actions": "配置匹配条件与动作"
},
"Configure one in Settings → Dock → Trash.": {
"Configure one in Settings → Dock → Trash.": "在“设置” → “程序坞” → “回收站”中进行设置。"
@@ -1710,7 +1785,7 @@
"Connecting to Device": "正在连接设备"
},
"Connecting to clipboard service...": {
- "Connecting to clipboard service...": ""
+ "Connecting to clipboard service...": "正在连接至剪切板服务..."
},
"Connecting...": {
"Connecting...": "正在连接..."
@@ -1764,22 +1839,22 @@
"Controls opacity of all popouts, modals, and their content layers": "控制所有弹窗、模态框及其内容层的透明度"
},
"Controls opacity of shell surfaces, popouts, and modals": {
- "Controls opacity of shell surfaces, popouts, and modals": ""
+ "Controls opacity of shell surfaces, popouts, and modals": "控制 shell 平面、弹窗及模态框的不透明度"
},
"Controls opacity of the bar background": {
- "Controls opacity of the bar background": ""
+ "Controls opacity of the bar background": "控制状态栏背景的不透明度"
},
"Controls opacity of the border": {
- "Controls opacity of the border": ""
+ "Controls opacity of the border": "控制边框的不透明度"
},
"Controls opacity of the shadow layer": {
- "Controls opacity of the shadow layer": ""
+ "Controls opacity of the shadow layer": "控制阴影层的不透明度"
},
"Controls opacity of the widget outline": {
- "Controls opacity of the widget outline": ""
+ "Controls opacity of the widget outline": "控制部件轮廓的不透明度"
},
"Controls opacity of widget backgrounds": {
- "Controls opacity of widget backgrounds": ""
+ "Controls opacity of widget backgrounds": "控制部件背景不透明度"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
"Controls outlines around blurred foreground cards, pills, and notification cards": "控制已模糊处理的前景卡片、按钮和通知卡片的轮廓"
@@ -1791,7 +1866,7 @@
"Controls the base blur radius and offset of shadows": "控制阴影的基础模糊半径和偏移量"
},
"Controls the opacity of the shadow": {
- "Controls the opacity of the shadow": ""
+ "Controls the opacity of the shadow": "控制阴影不透明度"
},
"Controls the outer edge of protocol-blurred windows": {
"Controls the outer edge of protocol-blurred windows": "控制协议模糊窗口的边缘"
@@ -1895,14 +1970,26 @@
"Creating...": {
"Creating...": "正在创建..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "紧急优先级"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
- "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
+ "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A:全选 • Ctrl+P:预览 • Enter/Shift+Enter:查找下一个/上一个 • ESC:关闭"
},
"Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": {
- "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": ""
+ "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S:保存 • Ctrl+O:打开 • Ctrl+N:新建 • Ctrl+F:查找"
},
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab:切换标签 • Ctrl+S:固定/取消固定 • Shift+Del:全部清除 • Esc:关闭"
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "自定义"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "自定义颜色"
},
@@ -2100,13 +2190,13 @@
"DankBar": "Dank 状态栏"
},
"DankCalendar": {
- "DankCalendar": ""
+ "DankCalendar": "Dank 日历"
},
"DankCalendar isn't installed": {
- "DankCalendar isn't installed": ""
+ "DankCalendar isn't installed": "Dank 日历未安装"
},
"DankCalendar isn't running": {
- "DankCalendar isn't running": ""
+ "DankCalendar isn't running": "Dank 日历未运行"
},
"DankMaterialShell is ready to use": {
"DankMaterialShell is ready to use": "DankMaterialShell 现已可用"
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "深色模式"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "深色模式基于..."
},
@@ -2175,7 +2268,7 @@
"Default Launcher Shortcut": "默认启动器快捷键"
},
"Default Mode": {
- "Default Mode": ""
+ "Default Mode": "默认模式"
},
"Default Opens": {
"Default Opens": "默认打开"
@@ -2295,7 +2388,7 @@
"Device connections": "设备连接"
},
"Device list scroll volume": {
- "Device list scroll volume": ""
+ "Device list scroll volume": "设备列表滚动调整音量"
},
"Device names updated": {
"Device names updated": "设备名已更新"
@@ -2340,7 +2433,7 @@
"Disabling WiFi...": "正在禁用 Wi-Fi..."
},
"Disabling auto-login on startup...": {
- "Disabling auto-login on startup...": ""
+ "Disabling auto-login on startup...": "正在禁用开机自动登录..."
},
"Disc": {
"Disc": "圆盘"
@@ -2406,7 +2499,7 @@
"Display all priorities over fullscreen apps": "应用全屏时仍显示所有优先级的通知"
},
"Display and switch MangoWC layouts": {
- "Display and switch MangoWC layouts": ""
+ "Display and switch MangoWC layouts": "显示并切换 MangoWC 布局"
},
"Display application icons in workspace indicators": {
"Display application icons in workspace indicators": "在工作区指示器中显示应用程序图标"
@@ -2472,7 +2565,7 @@
"Dock & Launcher": "程序坞和启动器"
},
"Dock Opacity": {
- "Dock Opacity": ""
+ "Dock Opacity": "程序坞不透明度"
},
"Dock Transparency": {
"Dock Transparency": "程序坞透明度"
@@ -2481,11 +2574,14 @@
"Dock Visibility": "程序坞可见性"
},
"Dock margin, opacity, and border": {
- "Dock margin, opacity, and border": ""
+ "Dock margin, opacity, and border": "程序坞边距、不透明度和边框"
},
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "程序坞边距、透明度和边框"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "文档"
},
@@ -2570,11 +2666,14 @@
"Edge Spacing": {
"Edge Spacing": "边缘间距"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "启动器滑入侧"
},
"Edit": {
- "Edit": ""
+ "Edit": "编辑"
},
"Edit App": {
"Edit App": "编辑应用"
@@ -2592,10 +2691,10 @@
"Edit clipboard text": "编辑剪贴板文本"
},
"Edit event": {
- "Edit event": ""
+ "Edit event": "编辑事务"
},
"Editing changes on %1": {
- "Editing changes on %1": ""
+ "Editing changes on %1": "编辑的文件 %1 发生变更"
},
"Education": {
"Education": "教育"
@@ -2712,7 +2811,7 @@
"End": "结束"
},
"End must be after start": {
- "End must be after start": ""
+ "End must be after start": "结束必须在开始之后"
},
"Enlarge on Hover": {
"Enlarge on Hover": "悬停放大"
@@ -2795,11 +2894,14 @@
"Errors": {
"Errors": "错误"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "以太网"
},
"Event title": {
- "Event title": ""
+ "Event title": "事务标题"
},
"Every 15 minutes": {
"Every 15 minutes": "每 15 分钟"
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "现有用户"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "实验性功能"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "应用 QT 配色失败"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "应用配置失败"
},
@@ -3111,7 +3219,7 @@
"Failed to write autostart entry": "写入自启动项失败"
},
"Failed to write outputs config.": {
- "Failed to write outputs config.": ""
+ "Failed to write outputs config.": "写入 outputs 配置失败。"
},
"Failed to write temp file for validation": {
"Failed to write temp file for validation": "未能写入临时文件进行验证"
@@ -3150,7 +3258,7 @@
"File Manager": "文件管理器"
},
"File changed on disk": {
- "File changed on disk": ""
+ "File changed on disk": "磁盘上的文件已被更改"
},
"File manager used to open the trash. Pick \"custom\" to enter your own command.": {
"File manager used to open the trash. Pick \"custom\" to enter your own command.": "打开回收站的文件管理器。点击“自定义”以输入自定义命令。"
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "筛选"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "查找文本"
},
@@ -3237,19 +3348,19 @@
"Float": "浮动"
},
"Float Anchor": {
- "Float Anchor": ""
+ "Float Anchor": "浮动锚点"
},
"Float X": {
- "Float X": ""
+ "Float X": "浮动 X"
},
"Float Y": {
- "Float Y": ""
+ "Float Y": "浮动 Y"
},
"Floating": {
"Floating": "浮动"
},
"Floating Position": {
- "Floating Position": ""
+ "Floating Position": "浮动位置"
},
"Fluent": {
"Fluent": "流畅"
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "伽玛控制不可用,需要 DMS API v6+。"
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "生成 Override"
},
@@ -3582,7 +3696,7 @@
"Group": "分组"
},
"Group Active Workspace": {
- "Group Active Workspace": ""
+ "Group Active Workspace": "活动窗口分组"
},
"Group Workspace Apps": {
"Group Workspace Apps": "分组工作区应用"
@@ -3732,7 +3846,7 @@
"History": "历史记录"
},
"History Retention": {
- "History Retention": "历史保留"
+ "History Retention": "历史记录保留"
},
"History Settings": {
"History Settings": "历史记录设置"
@@ -3795,13 +3909,13 @@
"Humidity": "湿度"
},
"Hyprland Discord Server": {
- "Hyprland Discord Server": " Hyprland Discord 服务器"
+ "Hyprland Discord Server": "Hyprland Discord 服务器"
},
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Hyprland 布局覆盖"
},
"Hyprland Options": {
- "Hyprland Options": "Hyprland 选项"
+ "Hyprland Options": "Hyprland 配置选项"
},
"Hyprland Website": {
"Hyprland Website": "Hyprland 网站"
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "图标主题"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "相同提醒显示为一个弹窗,而不是堆叠显示"
},
@@ -3945,7 +4062,7 @@
"Inhibitable": "可抑制"
},
"Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": {
- "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": ""
+ "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": "浮动窗口的初始位置。设置 X 和 Y,此锚点与窗口的边角相关。"
},
"Initialised": {
"Initialised": "已初始化"
@@ -3963,7 +4080,7 @@
"Insert your security key...": "请输入安全密钥..."
},
"Inset the Notepad from screen edges using the compositor's configured gaps": {
- "Inset the Notepad from screen edges using the compositor's configured gaps": ""
+ "Inset the Notepad from screen edges using the compositor's configured gaps": "侧边滑入的便签遵从合成器配置的间隙"
},
"Install": {
"Install": "安装"
@@ -4053,7 +4170,7 @@
"Invert on mode change": "切换模式时反色"
},
"Invert touchpad scroll direction": {
- "Invert touchpad scroll direction": ""
+ "Invert touchpad scroll direction": "反转触摸板滚动方向"
},
"Iris Bloom": {
"Iris Bloom": "鸢尾花开"
@@ -4074,11 +4191,14 @@
"Keep Changes": "保持更改"
},
"Keep My Edits": {
- "Keep My Edits": ""
+ "Keep My Edits": "保持当前的编辑"
},
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": "继续输入"
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "浅色模式"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "小雨"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "浅色模式调和"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "线条"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "本地"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "区域"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "低"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "次要优先级"
},
@@ -4380,16 +4521,16 @@
"Management": "管理"
},
"Manages calendar events": {
- "Manages calendar events": "管理日历事件"
+ "Manages calendar events": "管理日历事务"
},
"Manages files and directories": {
"Manages files and directories": "管理文件和目录"
},
"Mango Options": {
- "Mango Options": ""
+ "Mango Options": "Mango 配置选项"
},
"Mango service not available": {
- "Mango service not available": ""
+ "Mango service not available": "Mango 服务不可用"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC 布局覆盖"
@@ -4407,7 +4548,7 @@
"Manual Gap Size": "手动设置间隙大小"
},
"Manual Gaps": {
- "Manual Gaps": ""
+ "Manual Gaps": "手动间隔"
},
"Manual Show/Hide": {
"Manual Show/Hide": "手动显示/隐藏"
@@ -4437,7 +4578,7 @@
"Match (%1)": "匹配(%1)"
},
"Match Conditions": {
- "Match Conditions": "匹配条件"
+ "Match Conditions": "匹配状态"
},
"Match Criteria": {
"Match Criteria": "匹配条件"
@@ -4494,7 +4635,7 @@
"Max Running Apps (0 = Unlimited)": "最大运行应用数 (0 = 无限制)"
},
"Max Visible": {
- "Max Visible": ""
+ "Max Visible": "最大显示数量"
},
"Max Volume": {
"Max Volume": "最大音量"
@@ -4692,7 +4833,7 @@
"Monospace Font": "等宽字体"
},
"Month Date": {
- "Month Date": "月 日期格式"
+ "Month Date": "月"
},
"Morning": {
"Morning": "上午"
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "音乐播放器"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "静音弹窗"
},
@@ -4779,7 +4923,7 @@
"Native: platform renderer (FreeType).": "原生:平台渲染器(FreeType)。"
},
"Natural Touchpad Scrolling": {
- "Natural Touchpad Scrolling": ""
+ "Natural Touchpad Scrolling": "触摸板自然滚动"
},
"Navigate": {
"Navigate": "导航"
@@ -4839,13 +4983,13 @@
"New Session": "新建会话"
},
"New Window Rule": {
- "New Window Rule": "新窗口规则"
+ "New Window Rule": "新建窗口规则"
},
"New York, NY": {
"New York, NY": "纽约,美国纽约州"
},
"New event": {
- "New event": ""
+ "New event": "新建事务"
},
"New group name...": {
"New group name...": "新分组名称..."
@@ -4983,7 +5127,7 @@
"No brightness devices available": "无可用亮度设备"
},
"No calendar source available": {
- "No calendar source available": ""
+ "No calendar source available": "无可用日历后端"
},
"No changes": {
"No changes": "无更改"
@@ -5112,7 +5256,7 @@
"No recent clipboard entries found": "未找到近期剪切板项目"
},
"No reminder": {
- "No reminder": ""
+ "No reminder": "无提醒"
},
"No results": {
"No results": "无结果"
@@ -5178,7 +5322,7 @@
"No window rules configured": "未配置窗口规则"
},
"No writable calendar available": {
- "No writable calendar available": ""
+ "No writable calendar available": "无写入权限的日历"
},
"Noise": {
"Noise": "噪点"
@@ -5241,13 +5385,13 @@
"Notepad Font Settings": "便签字体设置"
},
"Notepad Settings": {
- "Notepad Settings": ""
+ "Notepad Settings": "便签设置"
},
"Notepad Slideout": {
"Notepad Slideout": "便签侧边栏"
},
"Notes": {
- "Notes": ""
+ "Notes": "便签"
},
"Nothing": {
"Nothing": "无"
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "空空如也"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "通知中心"
},
@@ -5274,7 +5421,10 @@
"Notification Settings": "通知设置"
},
"Notification Timeouts": {
- "Notification Timeouts": "显示时长"
+ "Notification Timeouts": "通知超时"
+ },
+ "Notification Type": {
+ "Notification Type": ""
},
"Notification toast popups": {
"Notification toast popups": "通知弹窗"
@@ -5282,6 +5432,9 @@
"Notifications": {
"Notifications": "通知"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "数字"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "仅影响受 DMS 管理的 PAM。如果 greetd 已经包含了 pam_fprintd,则指纹认证将依旧保持启用。"
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "在每个程序坞上仅显示当前显示器上的窗口"
},
@@ -5373,7 +5529,7 @@
"Open Frame": "打开框架"
},
"Open From": {
- "Open From": ""
+ "Open From": "打开位置"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "在你的手机上打开 KDE Connect"
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "打开终端,运行自定义命令,而非 shell 内的升级流程。"
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "打开文件夹"
},
@@ -5619,7 +5778,7 @@
"Paste": "粘贴"
},
"Path copied to clipboard": {
- "Path copied to clipboard": ""
+ "Path copied to clipboard": "路径已复制至剪切板"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": "视频文件路径或包含视频的文件夹"
@@ -5808,7 +5967,7 @@
"Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Polkit 集成已禁用。用户管理需要 Polkit 提升权限。"
},
"Popout": {
- "Popout": ""
+ "Popout": "弹窗"
},
"Popout Shadows": {
"Popout Shadows": "弹窗阴影"
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "电源配置性能下降"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "省电"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "电源配置管理可用"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "电源"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "预览"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "主色"
},
"Primary Container": {
"Primary Container": "主色容器"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "打印服务器管理"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "进程计数"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "进程"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "已保存配置:%1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "协议"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "再次输入密码"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "只读旧版配置"
},
@@ -6114,7 +6300,7 @@
"Refresh Weather": "刷新天气"
},
"Refreshing...": {
- "Refreshing...": ""
+ "Refreshing...": "正在刷新..."
},
"Regex": {
"Regex": "正则"
@@ -6132,7 +6318,7 @@
"Release": "松开"
},
"Reload From Disk": {
- "Reload From Disk": ""
+ "Reload From Disk": "从磁盘重载"
},
"Reload Plugin": {
"Reload Plugin": "重载插件"
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "记忆上次查询"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "记住上次的会话"
},
@@ -6156,7 +6345,7 @@
"Remember last user": "记住上次的用户"
},
"Reminder": {
- "Reminder": ""
+ "Reminder": "提醒"
},
"Remove": {
"Remove": "移除"
@@ -6246,7 +6435,7 @@
"Requires DMS server with sysupdate capability": "需要具备 sysupdate 功能的 DMS 服务器"
},
"Requires MangoWC compositor": {
- "Requires MangoWC compositor": ""
+ "Requires MangoWC compositor": "需要 MangoWC 合成器"
},
"Requires a newer version of Quickshell": {
"Requires a newer version of Quickshell": "需要更新版本的 Quickshell"
@@ -6279,10 +6468,10 @@
"Resize Widget": "调整部件大小"
},
"Resize on Border": {
- "Resize on Border": ""
+ "Resize on Border": "边框处调整尺寸"
},
"Resize windows by dragging their edges with the mouse": {
- "Resize windows by dragging their edges with the mouse": ""
+ "Resize windows by dragging their edges with the mouse": "使用鼠标拖拽窗口边缘调整窗口尺寸"
},
"Resolution & Refresh": {
"Resolution & Refresh": "分辨率与刷新率"
@@ -6393,7 +6582,7 @@
"Running Apps Settings": "活动应用设置"
},
"Running greeter sync...": {
- "Running greeter sync...": ""
+ "Running greeter sync...": "正在运行登录界面同步..."
},
"Running in terminal": {
"Running in terminal": "正在终端中运行"
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "已保存的配置"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "已保存笔记"
},
@@ -6459,7 +6651,7 @@
"Saving...": "正在保存..."
},
"Saving…": {
- "Saving…": ""
+ "Saving…": "正在保存..."
},
"Scale": {
"Scale": "缩放"
@@ -6507,7 +6699,7 @@
"Scroll song title": "滚动歌曲标题"
},
"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": "如果在部件中标题不适配,则滚动显示标题"
},
"Scroll wheel behavior on media widget": {
"Scroll wheel behavior on media widget": "媒体部件上的滚轮行为"
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "辅色"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "已加密"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "分离"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "分隔符"
},
@@ -6750,10 +6948,13 @@
"Set notification rules": "设置通知规则"
},
"Set the font size for notification body text (htmlBody)": {
- "Set the font size for notification body text (htmlBody)": ""
+ "Set the font size for notification body text (htmlBody)": "设置通知内容字号(htmlBody)"
},
"Set the font size for notification summary text": {
- "Set the font size for notification summary text": ""
+ "Set the font size for notification summary text": "设置通知标题字号"
+ },
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
},
"Setting": {
"Setting": "设置项"
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "显示体感温度"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "显示页脚"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "显示溢出徽标计数"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "显示密码区域"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "显示电源操作"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "显示重启"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "显示重启 DMS"
},
@@ -7014,14 +7227,23 @@
"Show Workspace Apps": "显示工作区内应用"
},
"Show a bar that drains as the popup's auto-dismiss timer runs": {
- "Show a bar that drains as the popup's auto-dismiss timer runs": ""
+ "Show a bar that drains as the popup's auto-dismiss timer runs": "显示随通知弹窗超时倒计时而缩短的进度条"
+ },
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
},
"Show all 9 tags instead of only occupied tags": {
- "Show all 9 tags instead of only occupied tags": ""
+ "Show all 9 tags instead of only occupied tags": "显示所有的 9 个标签,而不是仅显示已占用的标签"
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "在聚焦工作区指示器周围显示一个轮廓环"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "在多媒体部件中显示 cava 音频可视化"
},
@@ -7157,8 +7379,11 @@
"Silence notifications": {
"Silence notifications": "静默通知"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
- "Single-Line Popup": ""
+ "Single-Line Popup": "单行弹窗"
},
"Size": {
"Size": "尺寸"
@@ -7185,7 +7410,7 @@
"Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "系统启动后直到你退出登录前,都会跳过登录界面的密码验证。锁屏解锁方式不变。同步后在下次重启时生效。"
},
"Slideout": {
- "Slideout": ""
+ "Slideout": "侧边栏"
},
"Small": {
"Small": "较小"
@@ -7310,11 +7535,14 @@
"Stripes": {
"Stripes": "条纹"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "概要"
},
"Summary Font Size": {
- "Summary Font Size": ""
+ "Summary Font Size": "标题字号"
},
"Sunrise": {
"Sunrise": "日出"
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "平面行为"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "平面不透明度"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "平面色变体"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "同步"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "同步系统颜色模式"
},
@@ -7455,7 +7698,7 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab:导航 • ←→↑↓:网格导航 • Enter/Space:选中"
},
"Tags": {
- "Tags": ""
+ "Tags": "标签"
},
"Tags: %1": {
"Tags: %1": "标签:%1"
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Tailscale 网络"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale 不可用"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "终端总使用深色主题"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "测试连接"
},
@@ -7539,7 +7791,7 @@
"The job queue of this printer is empty": "打印任务队列为空"
},
"The rule applies to any window matching one of these.": {
- "The rule applies to any window matching one of these.": "该规则会应用到匹配以下任一条件的窗口。"
+ "The rule applies to any window matching one of these.": "规则会应用到匹配以上任一条件的窗口。"
},
"Theme & Colors": {
"Theme & Colors": "主题与配色"
@@ -7632,7 +7884,7 @@
"Tile V": "垂直平铺"
},
"Tiled": {
- "Tiled": "已平铺"
+ "Tiled": "平铺"
},
"Tiled State": {
"Tiled State": "平铺状态"
@@ -7665,7 +7917,7 @@
"Timed Out": "超时"
},
"Timeout Progress Bar": {
- "Timeout Progress Bar": ""
+ "Timeout Progress Bar": "超时进度条"
},
"Timeout for critical priority notifications": {
"Timeout for critical priority notifications": "关键优先级通知的超时时间"
@@ -7686,10 +7938,10 @@
"Title": "标题"
},
"Title (optional)": {
- "Title (optional)": ""
+ "Title (optional)": "标题(可选)"
},
"Title is required": {
- "Title is required": ""
+ "Title is required": "需要标题"
},
"Title regex (optional)": {
"Title regex (optional)": "标题正则(可选)"
@@ -7706,6 +7958,9 @@
"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": "要使用此 DMS 绑定,请删除或更改 config.kdl 中的按键绑定"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "弹出式信息"
},
@@ -8031,7 +8286,7 @@
"Use Grid Layout": "使用网格布局"
},
"Use HH:MM time format": {
- "Use HH:MM time format": ""
+ "Use HH:MM time format": "使用 HH:MM 时间格式"
},
"Use IP Location": {
"Use IP Location": "使用 IP 定位"
@@ -8070,7 +8325,7 @@
"Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "使用外部壁纸管理器,例如 swww、hyprpaper 或 swaybg。"
},
"Use animated wave progress bars for media playback": {
- "Use animated wave progress bars for media playback": "进行媒体播放时显示动态波形进度条"
+ "Use animated wave progress bars for media playback": "媒体播放时显示动态波形进度条"
},
"Use custom border size": {
"Use custom border size": "使用自定义边框尺寸"
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "使用桌面壁纸"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "为锁屏使用指纹认证。"
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "使用 m/s 代替 km/h 来显示风速"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "使用更小的通知卡片"
},
@@ -8172,13 +8433,13 @@
"Uses the spotlight-bar IPC action and always opens the minimal bar.": "使用 spotlight-bar IPC 动作,并始终打开聚焦搜索栏。"
},
"Using DankCalendar%1": {
- "Using DankCalendar%1": ""
+ "Using DankCalendar%1": "使用 DankCalendar%1"
},
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": "正在使用“设置” → “个性化”中的全局等宽字体"
},
"Using khal": {
- "Using khal": ""
+ "Using khal": "使用 khal"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "使用伽马控制的已共享设置"
@@ -8268,7 +8529,7 @@
"Visibility": "可见性"
},
"Visible Entry Actions": {
- "Visible Entry Actions": ""
+ "Visible Entry Actions": "显示项目操作"
},
"Visual Effects": {
"Visual Effects": "视觉效果"
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "何时锁定"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi 密码"
},
@@ -8394,7 +8658,7 @@
"Widget Management": "部件管理"
},
"Widget Opacity": {
- "Widget Opacity": ""
+ "Widget Opacity": "部件不透明度"
},
"Widget Outline": {
"Widget Outline": "部件轮廓"
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "部件样式"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "部件透明度"
},
@@ -8418,7 +8685,7 @@
"Widgets": "部件"
},
"Widgets & Notifications": {
- "Widgets & Notifications": ""
+ "Widgets & Notifications": "部件和通知"
},
"Widgets, layout, style": {
"Widgets, layout, style": "部件、布局与风格"
@@ -8433,7 +8700,7 @@
"Width of the widget outline in pixels": "部件轮廓宽度(px)"
},
"Width of window border": {
- "Width of window border": ""
+ "Width of window border": "窗口边框宽度"
},
"Width of window border and focus ring": {
"Width of window border and focus ring": "窗口边框与焦点环宽度"
@@ -8466,7 +8733,7 @@
"Window Rules": "窗口规则"
},
"Window Rules Include Missing": {
- "Window Rules Include Missing": "窗口规则引用文件"
+ "Window Rules Include Missing": "窗口规则文件未引用"
},
"Window Rules Not Configured": {
"Window Rules Not Configured": "未配置窗口规则"
@@ -8511,7 +8778,7 @@
"Write:": "写入:"
},
"X": {
- "X": ""
+ "X": "X"
},
"X Axis": {
"X Axis": "X 轴"
@@ -8526,7 +8793,7 @@
"Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "Xray 只模糊壁纸,性能开销更低,也是启用模糊时的默认行为。将 Xray 设为关闭后,会对窗口下方的所有内容进行常规全模糊,但性能开销更高。"
},
"Y": {
- "Y": ""
+ "Y": "Y"
},
"Y Axis": {
"Y Axis": "Y 轴"
@@ -8640,7 +8907,7 @@
"featured": "精选"
},
"khal": {
- "khal": ""
+ "khal": "khal"
},
"last seen %1": {
"last seen %1": "上次在线:%1"
@@ -8655,10 +8922,10 @@
"loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 启用锁定集成需连接 DMS socket"
},
"mango: config reloaded": {
- "mango: config reloaded": ""
+ "mango: config reloaded": "mango:配置已重载"
},
"mango: failed to reload config": {
- "mango: failed to reload config": ""
+ "mango: failed to reload config": "mango:配置重载失败"
},
"mangowc Discord Server": {
"mangowc Discord Server": "mangowc Discord 服务器"
diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json
index cb95fe4c..926b7ca0 100644
--- a/quickshell/translations/poexports/zh_TW.json
+++ b/quickshell/translations/poexports/zh_TW.json
@@ -323,6 +323,9 @@
"A user with that name already exists.": {
"A user with that name already exists.": "該名稱的使用者已存在。"
},
+ "AC Adapter (Plugged In)": {
+ "AC Adapter (Plugged In)": ""
+ },
"AC Power": {
"AC Power": "交流電源"
},
@@ -524,6 +527,9 @@
"Allow": {
"Allow": "允許"
},
+ "Allow LAN access": {
+ "Allow LAN access": ""
+ },
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
},
@@ -665,6 +671,9 @@
"Apply inverse concave corner cutouts to the bar": {
"Apply inverse concave corner cutouts to the bar": "對工具列套用反向凹角裁切"
},
+ "Apply to Hardware": {
+ "Apply to Hardware": ""
+ },
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
},
@@ -818,6 +827,9 @@
"Auto Popup Gaps": {
"Auto Popup Gaps": "自動調整彈出間隔"
},
+ "Auto Power Saver": {
+ "Auto Power Saver": ""
+ },
"Auto mode is on. Manual profile selection is disabled.": {
"Auto mode is on. Manual profile selection is disabled.": "自動模式已開啟。手動選擇設定檔已停用。"
},
@@ -911,6 +923,9 @@
"Automatically save changes to opened files as you type": {
"Automatically save changes to opened files as you type": ""
},
+ "Automatically turn on Power Saver profile when battery is low.": {
+ "Automatically turn on Power Saver profile when battery is low.": ""
+ },
"Automation": {
"Automation": "自動化"
},
@@ -962,6 +977,9 @@
"Background Blur": {
"Background Blur": "背景模糊"
},
+ "Background Color": {
+ "Background Color": ""
+ },
"Background Effect": {
"Background Effect": "背景特效"
},
@@ -995,12 +1013,18 @@
"Bar Configurations": {
"Bar Configurations": "欄設定"
},
+ "Bar Inset Padding": {
+ "Bar Inset Padding": ""
+ },
"Bar Opacity": {
"Bar Opacity": ""
},
"Bar Shadows": {
"Bar Shadows": "列陰影"
},
+ "Bar Spacing": {
+ "Bar Spacing": ""
+ },
"Bar Transparency": {
"Bar Transparency": "欄透明度"
},
@@ -1028,12 +1052,36 @@
"Battery Charge Limit": {
"Battery Charge Limit": "電池充電上限"
},
+ "Battery Health": {
+ "Battery Health": ""
+ },
+ "Battery Power": {
+ "Battery Power": ""
+ },
+ "Battery Protection & Charging": {
+ "Battery Protection & Charging": ""
+ },
+ "Battery Status": {
+ "Battery Status": ""
+ },
"Battery and power management": {
"Battery and power management": "電池與電源管理"
},
+ "Battery has charged to your set limit of %1%": {
+ "Battery has charged to your set limit of %1%": ""
+ },
+ "Battery is at %1% - Connect charger immediately!": {
+ "Battery is at %1% - Connect charger immediately!": ""
+ },
+ "Battery is at %1% - Consider charging soon": {
+ "Battery is at %1% - Consider charging soon": ""
+ },
"Battery level and power management": {
"Battery level and power management": "電量與電源管理"
},
+ "Battery percentage to trigger a critical alert.": {
+ "Battery percentage to trigger a critical alert.": ""
+ },
"Behavior": {
"Behavior": "行為"
},
@@ -1058,6 +1106,9 @@
"Black": {
"Black": "粗黑"
},
+ "Blend between Surface High and the selected custom color": {
+ "Blend between Surface High and the selected custom color": ""
+ },
"Block Out": {
"Block Out": "遮蔽"
},
@@ -1316,6 +1367,15 @@
"Channel": {
"Channel": "頻道"
},
+ "Charge Level": {
+ "Charge Level": ""
+ },
+ "Charge Limit Reached": {
+ "Charge Limit Reached": ""
+ },
+ "Charge limit applied successfully": {
+ "Charge limit applied successfully": ""
+ },
"Charging": {
"Charging": "充電中"
},
@@ -1376,12 +1436,18 @@
"Choose how this bar resolves shadow direction": {
"Choose how this bar resolves shadow direction": "選擇此列如何解析陰影方向"
},
+ "Choose how to be notified about battery alerts.": {
+ "Choose how to be notified about battery alerts.": ""
+ },
"Choose icon": {
"Choose icon": "選擇圖示"
},
"Choose monochrome or a theme color tint for system tray icons": {
"Choose monochrome or a theme color tint for system tray icons": "為系統匣圖示選擇單色或主題色彩色調"
},
+ "Choose neutral or accent-colored widget text": {
+ "Choose neutral or accent-colored widget text": ""
+ },
"Choose the background color for widgets": {
"Choose the background color for widgets": "選擇部件的背景顏色"
},
@@ -1466,9 +1532,15 @@
"Click Through": {
"Click Through": "穿透點擊"
},
+ "Click an entry to paste directly instead of copying": {
+ "Click an entry to paste directly instead of copying": ""
+ },
"Click any shortcut to edit. Changes save to %1": {
"Click any shortcut to edit. Changes save to %1": "點擊任一快捷鍵進行編輯。變更會儲存到 %1"
},
+ "Click to Paste": {
+ "Click to Paste": ""
+ },
"Click to capture": {
"Click to capture": "點擊擷取"
},
@@ -1547,6 +1619,9 @@
"Color for primary action buttons": {
"Color for primary action buttons": "主要動作按鈕顏色"
},
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
+ "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
+ },
"Color temperature for day time": {
"Color temperature for day time": "白天螢幕的顏色溫度"
},
@@ -1895,9 +1970,21 @@
"Creating...": {
"Creating...": "建立中..."
},
+ "Critical Battery": {
+ "Critical Battery": ""
+ },
+ "Critical Battery Alert": {
+ "Critical Battery Alert": ""
+ },
+ "Critical Battery Notifications": {
+ "Critical Battery Notifications": ""
+ },
"Critical Priority": {
"Critical Priority": "關鍵優先級"
},
+ "Critical Threshold": {
+ "Critical Threshold": ""
+ },
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
},
@@ -1973,6 +2060,9 @@
"Custom": {
"Custom": "自訂"
},
+ "Custom Blend": {
+ "Custom Blend": ""
+ },
"Custom Color": {
"Custom Color": "自訂顏色"
},
@@ -2117,6 +2207,9 @@
"Dark Mode": {
"Dark Mode": "深色主題"
},
+ "Dark Mode Icon Theme": {
+ "Dark Mode Icon Theme": ""
+ },
"Dark mode base": {
"Dark mode base": "深色模式基準"
},
@@ -2486,6 +2579,9 @@
"Dock margin, transparency, and border": {
"Dock margin, transparency, and border": "Dock 邊距、透明度和邊框"
},
+ "Dock window": {
+ "Dock window": ""
+ },
"Docs": {
"Docs": "文件"
},
@@ -2570,6 +2666,9 @@
"Edge Spacing": {
"Edge Spacing": "邊緣間距"
},
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
+ "Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
+ },
"Edge the launcher slides from": {
"Edge the launcher slides from": "啟動器滑出的邊緣"
},
@@ -2795,6 +2894,9 @@
"Errors": {
"Errors": "錯誤"
},
+ "Estimated Time": {
+ "Estimated Time": ""
+ },
"Ethernet": {
"Ethernet": "乙太網路"
},
@@ -2822,6 +2924,9 @@
"Existing Users": {
"Existing Users": "現有使用者"
},
+ "Exit node": {
+ "Exit node": ""
+ },
"Experimental Feature": {
"Experimental Feature": "實驗性功能"
},
@@ -2885,6 +2990,9 @@
"Failed to apply Qt colors": {
"Failed to apply Qt colors": "套用 Qt 顏色失敗"
},
+ "Failed to apply charge limit to system": {
+ "Failed to apply charge limit to system": ""
+ },
"Failed to apply profile": {
"Failed to apply profile": "套用設定檔失敗"
},
@@ -3176,6 +3284,9 @@
"Filter": {
"Filter": "篩選器"
},
+ "Filter by type": {
+ "Filter by type": ""
+ },
"Find in Text": {
"Find in Text": "尋找文字"
},
@@ -3476,6 +3587,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gamma 控制不可用。需要 DMS API v6+。"
},
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
+ "Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
+ },
"Generate Override": {
"Generate Override": "產生覆蓋檔"
},
@@ -3845,6 +3959,9 @@
"Icon Theme": {
"Icon Theme": "圖示主題"
},
+ "Icon theme changed outside DMS; switched to System Default": {
+ "Icon theme changed outside DMS; switched to System Default": ""
+ },
"Identical alerts show as one popup instead of stacking": {
"Identical alerts show as one popup instead of stacking": "相同的警告顯示為一個彈出視窗,而不是堆疊顯示"
},
@@ -4079,6 +4196,9 @@
"Keep in Bar": {
"Keep in Bar": ""
},
+ "Keep the clipboard type filter when reopening history": {
+ "Keep the clipboard type filter when reopening history": ""
+ },
"Keep typing": {
"Keep typing": "繼續輸入"
},
@@ -4220,6 +4340,9 @@
"Light Mode": {
"Light Mode": "淺色主題"
},
+ "Light Mode Icon Theme": {
+ "Light Mode Icon Theme": ""
+ },
"Light Rain": {
"Light Rain": "小雨"
},
@@ -4235,6 +4358,12 @@
"Light mode harmony": {
"Light mode harmony": "淺色模式協調"
},
+ "Limit set to %1%": {
+ "Limit set to %1%": ""
+ },
+ "Limit the maximum battery charge level to extend lifespan.": {
+ "Limit the maximum battery charge level to extend lifespan.": ""
+ },
"Line": {
"Line": "線"
},
@@ -4271,6 +4400,9 @@
"Local": {
"Local": "本機"
},
+ "Local Weather": {
+ "Local Weather": ""
+ },
"Locale": {
"Locale": "地區設定"
},
@@ -4343,6 +4475,15 @@
"Low": {
"Low": "低"
},
+ "Low Battery": {
+ "Low Battery": ""
+ },
+ "Low Battery Notifications": {
+ "Low Battery Notifications": ""
+ },
+ "Low Battery Threshold": {
+ "Low Battery Threshold": ""
+ },
"Low Priority": {
"Low Priority": "低優先級"
},
@@ -4745,6 +4886,9 @@
"Music Player": {
"Music Player": "音樂播放器"
},
+ "Mute During Playback": {
+ "Mute During Playback": ""
+ },
"Mute Popups": {
"Mute Popups": "靜音彈出視窗"
},
@@ -5255,6 +5399,9 @@
"Nothing to see here": {
"Nothing to see here": "這裡啥都沒有"
},
+ "Notification": {
+ "Notification": ""
+ },
"Notification Center": {
"Notification Center": "通知中心"
},
@@ -5276,12 +5423,18 @@
"Notification Timeouts": {
"Notification Timeouts": "通知持續時間"
},
+ "Notification Type": {
+ "Notification Type": ""
+ },
"Notification toast popups": {
"Notification toast popups": "通知彈出窗口"
},
"Notifications": {
"Notifications": "通知"
},
+ "Notify when limit is reached": {
+ "Notify when limit is reached": ""
+ },
"Numbers": {
"Numbers": "數字"
},
@@ -5342,6 +5495,9 @@
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "僅影響 DMS 管理的 PAM。如果 greetd 已包含 pam_fprintd,指紋驗證會保持啟用。"
},
+ "Only on Battery": {
+ "Only on Battery": ""
+ },
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "在每個 Dock 上僅顯示目前顯示器上的視窗"
},
@@ -5393,6 +5549,9 @@
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "開啟終端機並運行自訂指令,而不是在殼層中升級。"
},
+ "Open as window": {
+ "Open as window": ""
+ },
"Open folder": {
"Open folder": "開啟資料夾"
},
@@ -5876,6 +6035,9 @@
"Power Profile Degradation": {
"Power Profile Degradation": "電源配置降級"
},
+ "Power Profiles Auto-Switching": {
+ "Power Profiles Auto-Switching": ""
+ },
"Power Saver": {
"Power Saver": "省電模式"
},
@@ -5885,6 +6047,12 @@
"Power profile management available": {
"Power profile management available": "電源設定檔管理功能可用"
},
+ "Power profile to use when AC power is connected.": {
+ "Power profile to use when AC power is connected.": ""
+ },
+ "Power profile to use when running on battery power.": {
+ "Power profile to use when running on battery power.": ""
+ },
"Power source": {
"Power source": "電源"
},
@@ -5930,12 +6098,18 @@
"Preview": {
"Preview": "預覽"
},
+ "Preview: %1": {
+ "Preview: %1": ""
+ },
"Primary": {
"Primary": "主要"
},
"Primary Container": {
"Primary Container": "主要容器"
},
+ "Primary Theme Color": {
+ "Primary Theme Color": ""
+ },
"Print Server Management": {
"Print Server Management": "列印伺服器管理"
},
@@ -5984,6 +6158,9 @@
"Process Count": {
"Process Count": "程序數量"
},
+ "Process exited with code %1": {
+ "Process exited with code %1": ""
+ },
"Processes": {
"Processes": "處理程序"
},
@@ -6020,6 +6197,12 @@
"Profile saved: %1": {
"Profile saved: %1": "設定檔已儲存:%1"
},
+ "Profile when Plugged In (AC)": {
+ "Profile when Plugged In (AC)": ""
+ },
+ "Profile when on Battery": {
+ "Profile when on Battery": ""
+ },
"Protocol": {
"Protocol": "協定"
},
@@ -6083,6 +6266,9 @@
"Re-enter password": {
"Re-enter password": "再次輸入密碼"
},
+ "Reach local network devices while using an exit node": {
+ "Reach local network devices while using an exit node": ""
+ },
"Read-only legacy config": {
"Read-only legacy config": "唯讀舊版設定檔"
},
@@ -6149,6 +6335,9 @@
"Remember Last Query": {
"Remember Last Query": "記住上次查詢"
},
+ "Remember Type Filter": {
+ "Remember Type Filter": ""
+ },
"Remember last session": {
"Remember last session": "記住上次會話"
},
@@ -6449,6 +6638,9 @@
"Saved Configurations": {
"Saved Configurations": "已儲存的設定"
},
+ "Saved Networks": {
+ "Saved Networks": ""
+ },
"Saved Note": {
"Saved Note": "已儲存的筆記"
},
@@ -6572,6 +6764,9 @@
"Secondary": {
"Secondary": "次要"
},
+ "Secondary Container": {
+ "Secondary Container": ""
+ },
"Secured": {
"Secured": "已保護"
},
@@ -6713,6 +6908,9 @@
"Separate": {
"Separate": "分離"
},
+ "Separate Light & Dark Themes": {
+ "Separate Light & Dark Themes": ""
+ },
"Separator": {
"Separator": "分隔符"
},
@@ -6755,6 +6953,9 @@
"Set the font size for notification summary text": {
"Set the font size for notification summary text": ""
},
+ "Set the percentage at which the battery is considered low.": {
+ "Set the percentage at which the battery is considered low.": ""
+ },
"Setting": {
"Setting": "設定"
},
@@ -6869,6 +7070,9 @@
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "顯示體感溫度"
},
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
+ "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
+ },
"Show Footer": {
"Show Footer": "顯示頁尾"
},
@@ -6941,9 +7145,15 @@
"Show Overflow Badge Count": {
"Show Overflow Badge Count": "顯示溢出徽章計數"
},
+ "Show Package Source Badges": {
+ "Show Package Source Badges": ""
+ },
"Show Password Field": {
"Show Password Field": "顯示密碼欄位"
},
+ "Show Percentage": {
+ "Show Percentage": ""
+ },
"Show Power Actions": {
"Show Power Actions": "顯示電源動作"
},
@@ -6962,6 +7172,9 @@
"Show Reboot": {
"Show Reboot": "顯示重新啟動"
},
+ "Show Remaining Time": {
+ "Show Remaining Time": ""
+ },
"Show Restart DMS": {
"Show Restart DMS": "顯示重新啟動 DMS"
},
@@ -7016,12 +7229,21 @@
"Show a bar that drains as the popup's auto-dismiss timer runs": {
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
},
+ "Show a notification when battery reaches the charge limit.": {
+ "Show a notification when battery reaches the charge limit.": ""
+ },
+ "Show a warning popup when battery is running low.": {
+ "Show a warning popup when battery is running low.": ""
+ },
"Show all 9 tags instead of only occupied tags": {
"Show all 9 tags instead of only occupied tags": ""
},
"Show an outline ring around the focused workspace indicator": {
"Show an outline ring around the focused workspace indicator": "顯示聚焦工作區指示器外框"
},
+ "Show an urgent alert when battery reaches critical level.": {
+ "Show an urgent alert when battery reaches critical level.": ""
+ },
"Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "在媒體小工具中顯示 cava 音訊視覺化工具"
},
@@ -7157,6 +7379,9 @@
"Silence notifications": {
"Silence notifications": "靜音通知"
},
+ "Silence system sounds while media is playing": {
+ "Silence system sounds while media is playing": ""
+ },
"Single-Line Popup": {
"Single-Line Popup": ""
},
@@ -7310,6 +7535,9 @@
"Stripes": {
"Stripes": "條紋"
},
+ "Subtle Overlay": {
+ "Subtle Overlay": ""
+ },
"Summary": {
"Summary": "摘要"
},
@@ -7334,9 +7562,21 @@
"Surface Behavior": {
"Surface Behavior": "表面行為"
},
+ "Surface Container": {
+ "Surface Container": ""
+ },
+ "Surface High": {
+ "Surface High": ""
+ },
+ "Surface Highest": {
+ "Surface Highest": ""
+ },
"Surface Opacity": {
"Surface Opacity": "表面不透明度"
},
+ "Surface Text": {
+ "Surface Text": ""
+ },
"Surface Variant": {
"Surface Variant": "表面變化"
},
@@ -7373,6 +7613,9 @@
"Sync": {
"Sync": "同步"
},
+ "Sync Bar Inset Padding": {
+ "Sync Bar Inset Padding": ""
+ },
"Sync Mode with Portal": {
"Sync Mode with Portal": "透過 Portal 同步主題模式"
},
@@ -7466,6 +7709,9 @@
"Tailscale Network": {
"Tailscale Network": "Tailscale 網路"
},
+ "Tailscale action failed": {
+ "Tailscale action failed": ""
+ },
"Tailscale not available": {
"Tailscale not available": "Tailscale 不可用"
},
@@ -7499,6 +7745,12 @@
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "終端 - 始終使用深色主題"
},
+ "Tertiary": {
+ "Tertiary": ""
+ },
+ "Tertiary Container": {
+ "Tertiary Container": ""
+ },
"Test Connection": {
"Test Connection": "測試連線"
},
@@ -7706,6 +7958,9 @@
"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": "若要使用此 DMS 綁定,請在 config.kdl 中移除或更改按鍵綁定"
},
+ "Toast": {
+ "Toast": ""
+ },
"Toast Messages": {
"Toast Messages": "快顯通知"
},
@@ -8087,6 +8342,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": "使用桌面背景"
},
+ "Use different icon themes for light and dark mode": {
+ "Use different icon themes for light and dark mode": ""
+ },
"Use fingerprint authentication for the lock screen.": {
"Use fingerprint authentication for the lock screen.": "使用指紋驗證鎖定螢幕。"
},
@@ -8099,6 +8357,9 @@
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": "風速使用公尺/秒而非公里/小時"
},
+ "Use one inset value for every bar": {
+ "Use one inset value for every bar": ""
+ },
"Use smaller notification cards": {
"Use smaller notification cards": "使用較小的通知卡"
},
@@ -8354,6 +8615,9 @@
"When locked": {
"When locked": "鎖定時"
},
+ "White": {
+ "White": ""
+ },
"Wi-Fi Password": {
"Wi-Fi Password": "Wi-Fi 密碼"
},
@@ -8405,6 +8669,9 @@
"Widget Styling": {
"Widget Styling": "部件樣式"
},
+ "Widget Text Style": {
+ "Widget Text Style": ""
+ },
"Widget Transparency": {
"Widget Transparency": "部件透明度"
},
diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json
index 0794d301..896c882a 100644
--- a/quickshell/translations/template.json
+++ b/quickshell/translations/template.json
@@ -755,6 +755,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "AC Adapter (Plugged In)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "AC Power",
"translation": "",
@@ -1224,6 +1231,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Allow LAN access",
+ "translation": "",
+ "context": "Tailscale allow LAN access toggle",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Allow adjusting device volume by scrolling on the right half of items in the device list",
"translation": "",
@@ -1553,6 +1567,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Apply to Hardware",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.",
"translation": "",
@@ -1910,6 +1931,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Auto Power Saver",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Auto mode is on. Manual profile selection is disabled.",
"translation": "",
@@ -2120,6 +2148,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Automatically turn on Power Saver profile when battery is low.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Automation",
"translation": "",
@@ -2239,6 +2274,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Background Color",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Background Effect",
"translation": "",
@@ -2316,6 +2358,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Bar Inset Padding",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Bar Opacity",
"translation": "",
@@ -2330,6 +2379,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Bar Spacing",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Bar corners and background",
"translation": "",
@@ -2344,13 +2400,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Bar spacing and size",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Base color for shadows (opacity is applied automatically)",
"translation": "",
@@ -2386,6 +2435,34 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Battery Health",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Battery Power",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Battery Protection & Charging",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Battery Status",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Battery and power management",
"translation": "",
@@ -2393,6 +2470,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Battery has charged to your set limit of %1%",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Battery is at %1% - Connect charger immediately!",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Battery is at %1% - Consider charging soon",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Battery level and power management",
"translation": "",
@@ -2400,6 +2498,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Battery percentage to trigger a critical alert.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Behavior",
"translation": "",
@@ -2456,6 +2561,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Blend between Surface High and the selected custom color",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Block Out",
"translation": "",
@@ -3023,13 +3135,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Change bar appearance",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Change the locale used by the DMS interface.",
"translation": "",
@@ -3051,6 +3156,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Charge Level",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Charge Limit Reached",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Charge limit applied successfully",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Charging",
"translation": "",
@@ -3191,6 +3317,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Choose how to be notified about battery alerts.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Choose icon",
"translation": "",
@@ -3205,6 +3338,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Choose neutral or accent-colored widget text",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Choose the background color for widgets",
"translation": "",
@@ -3401,6 +3541,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Click an entry to paste directly instead of copying",
+ "translation": "",
+ "context": "Clipboard behavior setting description",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Click any shortcut to edit. Changes save to %1",
"translation": "",
@@ -3408,6 +3555,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Click to Paste",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Click to capture",
"translation": "",
@@ -3590,6 +3744,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Color temperature for day time",
"translation": "",
@@ -3894,7 +4055,7 @@
{
"term": "Connect",
"translation": "",
- "context": "",
+ "context": "Tailscale connect button",
"reference": "",
"comment": ""
},
@@ -3922,7 +4083,7 @@
{
"term": "Connected",
"translation": "",
- "context": "network status",
+ "context": "Tailscale connection status: connected | network status",
"reference": "",
"comment": ""
},
@@ -4388,6 +4549,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Critical Battery",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Critical Battery Alert",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Critical Battery Notifications",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Critical Priority",
"translation": "",
@@ -4395,6 +4577,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Critical Threshold",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close",
"translation": "",
@@ -4566,7 +4755,14 @@
{
"term": "Custom",
"translation": "",
- "context": "blur border color | shadow color option | theme category option",
+ "context": "blur border color | shadow color option | theme category option | widget background color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Custom Blend",
+ "translation": "",
+ "context": "",
"reference": "",
"comment": ""
},
@@ -4899,6 +5095,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Dark Mode Icon Theme",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Dark mode base",
"translation": "",
@@ -4993,7 +5196,7 @@
{
"term": "Default",
"translation": "",
- "context": "notification rule action option | notification rule urgency option | plugin browser sort option | widget style option",
+ "context": "notification rule action option | notification rule urgency option | plugin browser sort option | widget style option | workspace color option",
"reference": "",
"comment": ""
},
@@ -5448,14 +5651,14 @@
{
"term": "Disconnect",
"translation": "",
- "context": "",
+ "context": "Tailscale disconnect button",
"reference": "",
"comment": ""
},
{
"term": "Disconnected",
"translation": "",
- "context": "Tailscale disconnected status",
+ "context": "Tailscale connection status: disconnected | Tailscale disconnected status",
"reference": "",
"comment": ""
},
@@ -5746,6 +5949,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Dock window",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Docs",
"translation": "",
@@ -5942,6 +6152,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Edge spacing, exclusive zone, and popup gaps are managed by Frame",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Edge the launcher slides from",
"translation": "",
@@ -6456,7 +6673,7 @@
{
"term": "Error",
"translation": "",
- "context": "",
+ "context": "workspace color option",
"reference": "",
"comment": ""
},
@@ -6467,6 +6684,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Estimated Time",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Ethernet",
"translation": "",
@@ -6530,6 +6754,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Exit node",
+ "translation": "",
+ "context": "Tailscale exit node selector label",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Experimental Feature",
"translation": "",
@@ -6677,6 +6908,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to apply charge limit to system",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to apply profile",
"translation": "",
@@ -7356,6 +7594,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Filter by type",
+ "translation": "",
+ "context": "Clipboard history type filter button tooltip",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Find in Text",
"translation": "",
@@ -8056,6 +8301,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Gap between the end widgets and the bar ends (0 = edge-to-edge)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Generate Override",
"translation": "",
@@ -8497,13 +8749,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Hidden Network",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.",
"translation": "",
@@ -8917,6 +9162,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Icon theme changed outside DMS; switched to System Default",
+ "translation": "",
+ "context": "shown when an external tool overrides the icon theme DMS applied",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Identical alerts show as one popup instead of stacking",
"translation": "",
@@ -9463,6 +9715,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Keep the clipboard type filter when reopening history",
+ "translation": "",
+ "context": "Clipboard behavior setting description",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Keep typing",
"translation": "",
@@ -9792,6 +10051,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Light Mode Icon Theme",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Light Rain",
"translation": "",
@@ -9827,6 +10093,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Limit set to %1%",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Limit the maximum battery charge level to extend lifespan.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Line",
"translation": "",
@@ -9911,6 +10191,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Local Weather",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Locale",
"translation": "",
@@ -10079,6 +10366,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Low Battery",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Low Battery Notifications",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Low Battery Threshold",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Low Priority",
"translation": "",
@@ -11017,6 +11325,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Mute During Playback",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Mute Popups",
"translation": "",
@@ -12042,7 +12357,7 @@
{
"term": "None",
"translation": "",
- "context": "wallpaper transition option",
+ "context": "Tailscale exit node: none selected | wallpaper transition option | workspace color option",
"reference": "",
"comment": ""
},
@@ -12151,13 +12466,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Note: this only changes the percentage, it does not actually limit charging.",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Notepad",
"translation": "",
@@ -12200,6 +12508,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Notification",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Notification Center",
"translation": "",
@@ -12249,6 +12564,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Notification Type",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Notification toast popups",
"translation": "",
@@ -12263,6 +12585,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Notify when limit is reached",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Numbers",
"translation": "",
@@ -12403,6 +12732,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Only on Battery",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Only show windows from the current monitor on each dock",
"translation": "",
@@ -12508,6 +12844,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Open as window",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Open folder",
"translation": "",
@@ -13635,6 +13978,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Power Profiles Auto-Switching",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Power Saver",
"translation": "",
@@ -13656,6 +14006,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Power profile to use when AC power is connected.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Power profile to use when running on battery power.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Power source",
"translation": "",
@@ -13761,17 +14125,31 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Preview: %1",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Primary",
"translation": "",
- "context": "blur border color | button color option | color option | primary color | shadow color option | tile color option",
+ "context": "blur border color | button color option | color option | primary color | shadow color option | tile color option | workspace color option",
"reference": "",
"comment": ""
},
{
"term": "Primary Container",
"translation": "",
- "context": "button color option | tile color option",
+ "context": "button color option | tile color option | widget background color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Primary Theme Color",
+ "translation": "",
+ "context": "",
"reference": "",
"comment": ""
},
@@ -13887,6 +14265,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Process exited with code %1",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Processes",
"translation": "",
@@ -13971,6 +14356,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Profile when Plugged In (AC)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Profile when on Battery",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Protocol",
"translation": "",
@@ -14118,6 +14517,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Reach local network devices while using an exit node",
+ "translation": "",
+ "context": "Tailscale allow LAN access description",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Read-only legacy config",
"translation": "",
@@ -14272,6 +14678,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Remember Type Filter",
+ "translation": "",
+ "context": "Clipboard behavior setting title",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Remember last session",
"translation": "",
@@ -14972,6 +15385,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Saved Networks",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Saved Note",
"translation": "",
@@ -15255,7 +15675,14 @@
{
"term": "Secondary",
"translation": "",
- "context": "blur border color | button color option | color option | secondary color | tile color option",
+ "context": "blur border color | button color option | color option | secondary color | tile color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Secondary Container",
+ "translation": "",
+ "context": "widget background color option | workspace color option",
"reference": "",
"comment": ""
},
@@ -15588,6 +16015,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Separate Light & Dark Themes",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Separator",
"translation": "",
@@ -15686,6 +16120,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Set the percentage at which the battery is considered low.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Setting",
"translation": "",
@@ -15952,6 +16393,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Footer",
"translation": "",
@@ -16120,6 +16568,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Package Source Badges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Password Field",
"translation": "",
@@ -16127,6 +16582,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Percentage",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Power Actions",
"translation": "",
@@ -16169,6 +16631,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Remaining Time",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Restart DMS",
"translation": "",
@@ -16295,6 +16764,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show a notification when battery reaches the charge limit.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Show a warning popup when battery is running low.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show all 9 tags instead of only occupied tags",
"translation": "",
@@ -16309,6 +16792,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show an urgent alert when battery reaches critical level.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show cava audio visualizer in media widget",
"translation": "",
@@ -16624,6 +17114,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Silence system sounds while media is playing",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Single-Line Popup",
"translation": "",
@@ -16708,13 +17205,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Smartcard PIN",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Snap",
"translation": "",
@@ -16981,6 +17471,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Subtle Overlay",
+ "translation": "",
+ "context": "widget background color option",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Summary",
"translation": "",
@@ -17026,7 +17523,7 @@
{
"term": "Surface",
"translation": "",
- "context": "color option | shadow color option",
+ "context": "color option | shadow color option | widget background color option | workspace color option",
"reference": "",
"comment": ""
},
@@ -17037,6 +17534,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Surface Container",
+ "translation": "",
+ "context": "widget background color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Surface High",
+ "translation": "",
+ "context": "widget background color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Surface Highest",
+ "translation": "",
+ "context": "workspace color option",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Surface Opacity",
"translation": "",
@@ -17044,6 +17562,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Surface Text",
+ "translation": "",
+ "context": "workspace color option",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Surface Variant",
"translation": "",
@@ -17128,6 +17653,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Sync Bar Inset Padding",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Sync Mode with Portal",
"translation": "",
@@ -17345,6 +17877,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Tailscale action failed",
+ "translation": "",
+ "context": "Toast shown when a Tailscale write action is rejected",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Tailscale not available",
"translation": "",
@@ -17422,6 +17961,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Tertiary",
+ "translation": "",
+ "context": "workspace color option",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Tertiary Container",
+ "translation": "",
+ "context": "widget background color option | workspace color option",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Test Connection",
"translation": "",
@@ -17905,6 +18458,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Toast",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Toast Messages",
"translation": "",
@@ -18766,6 +19326,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Use different icon themes for light and dark mode",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Use fingerprint authentication for the lock screen.",
"translation": "",
@@ -18794,6 +19361,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Use one inset value for every bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Use smaller notification cards",
"translation": "",
@@ -19011,13 +19585,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "VPN Password",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "VPN configuration updated",
"translation": "",
@@ -19390,7 +19957,7 @@
"comment": ""
},
{
- "term": "Wi-Fi Password",
+ "term": "White",
"translation": "",
"context": "",
"reference": "",
@@ -19495,14 +20062,14 @@
"comment": ""
},
{
- "term": "Widget Style",
+ "term": "Widget Styling",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{
- "term": "Widget Styling",
+ "term": "Widget Text Style",
"translation": "",
"context": "",
"reference": "",