diff --git a/core/cmd/dms/commands_doctor.go b/core/cmd/dms/commands_doctor.go
index 04f7203c..bb25cffd 100644
--- a/core/cmd/dms/commands_doctor.go
+++ b/core/cmd/dms/commands_doctor.go
@@ -947,9 +947,12 @@ func checkSystemdServices() []checkResult {
message = fmt.Sprintf("%s, %s", dmsState.enabled, dmsState.active)
}
switch {
+ case dmsState.active == "failed":
+ status = statusError
+ case dmsState.active == "active":
case dmsState.enabled == "disabled":
status, message = statusWarn, "Disabled"
- case dmsState.active == "failed" || dmsState.active == "inactive":
+ case dmsState.active == "inactive":
status = statusError
}
results = append(results, checkResult{catServices, "dms.service", status, message, "", doctorDocsURL + "#services"})
diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json
index bfb77b2f..33f33d0a 100644
--- a/quickshell/translations/en.json
+++ b/quickshell/translations/en.json
@@ -92,13 +92,13 @@
{
"term": "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.",
"context": "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.",
- "reference": "Modules/Settings/KeybindsTab.qml:344",
+ "reference": "Modules/Settings/KeybindsTab.qml:397",
"comment": ""
},
{
"term": "%1 exists but is not included. Window rules won't apply.",
"context": "%1 exists but is not included. Window rules won't apply.",
- "reference": "Modules/Settings/WindowRulesTab.qml:355",
+ "reference": "Modules/Settings/WindowRulesTab.qml:362",
"comment": ""
},
{
@@ -122,7 +122,7 @@
{
"term": "%1 is now included in config",
"context": "%1 is now included in config",
- "reference": "Services/KeybindsService.qml:251",
+ "reference": "Services/KeybindsService.qml:253",
"comment": ""
},
{
@@ -146,7 +146,7 @@
{
"term": "%1 notifications",
"context": "%1 notifications",
- "reference": "Modules/Lock/LockScreenContent.qml:466",
+ "reference": "Modules/Lock/LockScreenContent.qml:471",
"comment": ""
},
{
@@ -206,7 +206,7 @@
{
"term": "%1m ago",
"context": "%1m ago",
- "reference": "Services/NotificationService.qml:271",
+ "reference": "Services/NotificationService.qml:273",
"comment": ""
},
{
@@ -230,7 +230,7 @@
{
"term": "+ %1 more",
"context": "+ %1 more",
- "reference": "Modules/Lock/LockScreenContent.qml:546, Modules/Lock/LockScreenContent.qml:661",
+ "reference": "Modules/Lock/LockScreenContent.qml:551, Modules/Lock/LockScreenContent.qml:666",
"comment": ""
},
{
@@ -242,13 +242,13 @@
{
"term": "0 = square corners",
"context": "0 = square corners",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1646",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1653",
"comment": ""
},
{
"term": "1 day",
"context": "1 day",
- "reference": "Modules/Settings/NotificationsTab.qml:839, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:857, Modules/Settings/ClipboardTab.qml:103",
+ "reference": "Modules/Settings/NotificationsTab.qml:850, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:868, Modules/Settings/ClipboardTab.qml:103",
"comment": "notification history retention option"
},
{
@@ -284,13 +284,13 @@
{
"term": "1 notification",
"context": "1 notification",
- "reference": "Modules/Lock/LockScreenContent.qml:466",
+ "reference": "Modules/Lock/LockScreenContent.qml:471",
"comment": ""
},
{
"term": "1 second",
"context": "1 second",
- "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:507, Modules/Settings/NotificationsTab.qml:37, Modules/Notifications/Center/NotificationSettings.qml:42",
+ "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:37, Modules/Notifications/Center/NotificationSettings.qml:42",
"comment": ""
},
{
@@ -302,7 +302,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:507, Modules/Settings/NotificationsTab.qml:53, Modules/Notifications/Center/NotificationSettings.qml:58",
+ "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",
"comment": "wallpaper interval"
},
{
@@ -320,7 +320,7 @@
{
"term": "14 days",
"context": "14 days",
- "reference": "Modules/Settings/NotificationsTab.qml:845, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/ClipboardTab.qml:115",
+ "reference": "Modules/Settings/NotificationsTab.qml:856, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:874, Modules/Settings/ClipboardTab.qml:115",
"comment": "notification history retention option"
},
{
@@ -344,7 +344,7 @@
{
"term": "180°",
"context": "180°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2392, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2413",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2475, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2496",
"comment": ""
},
{
@@ -362,7 +362,7 @@
{
"term": "2 seconds",
"context": "2 seconds",
- "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:507",
+ "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:512",
"comment": ""
},
{
@@ -404,19 +404,19 @@
{
"term": "250 ms",
"context": "250 ms",
- "reference": "Modules/Settings/PowerSleepTab.qml:507",
+ "reference": "Modules/Settings/PowerSleepTab.qml:512",
"comment": ""
},
{
"term": "270°",
"context": "270°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2394, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2415",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2477, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2498",
"comment": ""
},
{
"term": "3 days",
"context": "3 days",
- "reference": "Modules/Settings/NotificationsTab.qml:841, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:859, Modules/Settings/ClipboardTab.qml:107",
+ "reference": "Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:870, Modules/Settings/ClipboardTab.qml:107",
"comment": "notification history retention option"
},
{
@@ -434,13 +434,13 @@
{
"term": "3 seconds",
"context": "3 seconds",
- "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:507, Modules/Settings/NotificationsTab.qml:41, Modules/Notifications/Center/NotificationSettings.qml:46",
+ "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/NotificationsTab.qml:41, Modules/Notifications/Center/NotificationSettings.qml:46",
"comment": ""
},
{
"term": "30 days",
"context": "30 days",
- "reference": "Modules/Settings/NotificationsTab.qml:847, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:865, Modules/Settings/ClipboardTab.qml:119, Modules/Notifications/Center/HistoryNotificationList.qml:112",
+ "reference": "Modules/Settings/NotificationsTab.qml:858, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:876, Modules/Settings/ClipboardTab.qml:119, Modules/Notifications/Center/HistoryNotificationList.qml:112",
"comment": "notification history filter | notification history retention option"
},
{
@@ -506,7 +506,7 @@
{
"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:507, 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: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",
"comment": "wallpaper interval"
},
{
@@ -518,7 +518,7 @@
{
"term": "500 ms",
"context": "500 ms",
- "reference": "Modules/Settings/PowerSleepTab.qml:507, Modules/Settings/PowerSleepTab.qml:517",
+ "reference": "Modules/Settings/PowerSleepTab.qml:512, Modules/Settings/PowerSleepTab.qml:522",
"comment": ""
},
{
@@ -536,13 +536,13 @@
{
"term": "7 days",
"context": "7 days",
- "reference": "Modules/Settings/NotificationsTab.qml:843, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:861, Modules/Settings/ClipboardTab.qml:111, Modules/Notifications/Center/HistoryNotificationList.qml:107",
+ "reference": "Modules/Settings/NotificationsTab.qml:854, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:872, Modules/Settings/ClipboardTab.qml:111, Modules/Notifications/Center/HistoryNotificationList.qml:107",
"comment": "notification history filter | notification history retention option"
},
{
"term": "750 ms",
"context": "750 ms",
- "reference": "Modules/Settings/PowerSleepTab.qml:507",
+ "reference": "Modules/Settings/PowerSleepTab.qml:512",
"comment": ""
},
{
@@ -566,7 +566,7 @@
{
"term": "90°",
"context": "90°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2390, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2411",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2473, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2494",
"comment": ""
},
{
@@ -587,6 +587,18 @@
"reference": "Modals/Greeter/GreeterWelcomePage.qml:55",
"comment": "greeter welcome page tagline"
},
+ {
+ "term": "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.",
+ "context": "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.",
+ "reference": "Modules/Settings/LauncherTab.qml:190",
+ "comment": ""
+ },
+ {
+ "term": "A user with that name already exists.",
+ "context": "A user with that name already exists.",
+ "reference": "Modules/Settings/UsersTab.qml:390",
+ "comment": ""
+ },
{
"term": "AC Power",
"context": "AC Power",
@@ -614,7 +626,7 @@
{
"term": "About",
"context": "About",
- "reference": "Modals/Settings/SettingsSidebar.qml:343, Modules/Settings/AboutTab.qml:576",
+ "reference": "Modals/Settings/SettingsSidebar.qml:349, Modules/Settings/AboutTab.qml:576",
"comment": ""
},
{
@@ -662,7 +674,7 @@
{
"term": "Action",
"context": "Action",
- "reference": "Widgets/KeybindItem.qml:909, Widgets/KeybindItem.qml:1104, Modules/Settings/NotificationsTab.qml:586",
+ "reference": "Widgets/KeybindItem.qml:914, Widgets/KeybindItem.qml:1109, Modules/Settings/NotificationsTab.qml:597",
"comment": ""
},
{
@@ -671,6 +683,18 @@
"reference": "Modules/Settings/GreeterTab.qml:383",
"comment": ""
},
+ {
+ "term": "Action performed when scrolling horizontally on the bar",
+ "context": "Action performed when scrolling horizontally on the bar",
+ "reference": "Modules/Settings/DankBarTab.qml:1728",
+ "comment": ""
+ },
+ {
+ "term": "Action performed when scrolling vertically on the bar",
+ "context": "Action performed when scrolling vertically on the bar",
+ "reference": "Modules/Settings/DankBarTab.qml:1691",
+ "comment": ""
+ },
{
"term": "Actions",
"context": "Actions",
@@ -704,13 +728,13 @@
{
"term": "Active",
"context": "Active",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1427, Modules/Settings/NetworkTab.qml:750, Modules/ControlCenter/Details/AudioInputDetail.qml:256, Modules/ControlCenter/Details/AudioOutputDetail.qml:265, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:196",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1434, Modules/Settings/NetworkTab.qml:750, 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:2763",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2957",
"comment": ""
},
{
@@ -722,13 +746,13 @@
{
"term": "Active VPN",
"context": "Active VPN",
- "reference": "Services/DMSNetworkService.qml:105",
+ "reference": "Services/DMSNetworkService.qml:108",
"comment": ""
},
{
"term": "Active tile background and icon color",
"context": "Active tile background and icon color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1560",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1567",
"comment": "control center tile color setting description"
},
{
@@ -764,7 +788,19 @@
{
"term": "Add",
"context": "Add",
- "reference": "Widgets/KeybindItem.qml:1798, Modules/Plugins/ListSettingWithInput.qml:126, Modules/Settings/DesktopWidgetsTab.qml:152",
+ "reference": "Widgets/KeybindItem.qml:1812, Modules/Plugins/ListSettingWithInput.qml:126, Modules/Settings/DesktopWidgetsTab.qml:152",
+ "comment": ""
+ },
+ {
+ "term": "Add \"%1\" to the %2 group?",
+ "context": "Add \"%1\" to the %2 group?",
+ "reference": "Modules/Settings/UsersTab.qml:294",
+ "comment": ""
+ },
+ {
+ "term": "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.",
+ "context": "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.",
+ "reference": "Modules/Settings/UsersTab.qml:266",
"comment": ""
},
{
@@ -794,7 +830,7 @@
{
"term": "Add Widget",
"context": "Add Widget",
- "reference": "Modules/Settings/WidgetsTabSection.qml:825, Modules/Settings/WidgetSelectionPopup.qml:98, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:131, Modules/ControlCenter/Components/EditControls.qml:238",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:851, Modules/Settings/WidgetSelectionPopup.qml:98, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:131, Modules/ControlCenter/Components/EditControls.qml:238",
"comment": ""
},
{
@@ -812,7 +848,7 @@
{
"term": "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.",
"context": "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.",
- "reference": "Modules/Settings/LauncherTab.qml:355",
+ "reference": "Modules/Settings/LauncherTab.qml:559",
"comment": ""
},
{
@@ -827,10 +863,28 @@
"reference": "Modules/Settings/PrinterTab.qml:390",
"comment": "Toggle button to manually add a printer by IP or hostname"
},
+ {
+ "term": "Add the new user to the %1 group so they can run dms greeter sync --profile.",
+ "context": "Add the new user to the %1 group so they can run dms greeter sync --profile.",
+ "reference": "Modules/Settings/UsersTab.qml:467",
+ "comment": ""
+ },
+ {
+ "term": "Add the new user to the %1 group so they can use sudo.",
+ "context": "Add the new user to the %1 group so they can use sudo.",
+ "reference": "Modules/Settings/UsersTab.qml:458",
+ "comment": ""
+ },
+ {
+ "term": "Adjust the bar height via inner padding",
+ "context": "Adjust the bar height via inner padding",
+ "reference": "Modules/Settings/DankBarTab.qml:813",
+ "comment": ""
+ },
{
"term": "Adjust the number of columns in grid view mode.",
"context": "Adjust the number of columns in grid view mode.",
- "reference": "Modules/Settings/LauncherTab.qml:390",
+ "reference": "Modules/Settings/LauncherTab.qml:594",
"comment": ""
},
{
@@ -842,13 +896,19 @@
{
"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:541",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:548",
+ "comment": ""
+ },
+ {
+ "term": "Administrator group:",
+ "context": "Administrator group:",
+ "reference": "Modules/Settings/UsersTab.qml:102",
"comment": ""
},
{
"term": "Advanced",
"context": "Advanced",
- "reference": "Modules/Settings/PowerSleepTab.qml:604, Modules/Settings/ClipboardTab.qml:445, Modules/Settings/SystemUpdaterTab.qml:125",
+ "reference": "Modules/Settings/PowerSleepTab.qml:609, Modules/Settings/ClipboardTab.qml:445, Modules/Settings/SystemUpdaterTab.qml:125",
"comment": ""
},
{
@@ -860,7 +920,7 @@
{
"term": "All",
"context": "All",
- "reference": "Modals/ProcessListModal.qml:378, Services/AppSearchService.qml:725, Services/AppSearchService.qml:746, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:718, Modals/DankLauncherV2/SpotlightLauncherContent.qml:433, Modals/DankLauncherV2/LauncherContent.qml:313, Modals/DankLauncherV2/LauncherContent.qml:589, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:2497, Modules/Settings/WidgetsTabSection.qml:2551, Modules/Settings/KeybindsTab.qml:406, 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, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:2691, Modules/Settings/WidgetsTabSection.qml:2745, Modules/Settings/KeybindsTab.qml:459, 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",
"comment": "Tailscale filter: all devices | notification history filter"
},
{
@@ -887,12 +947,36 @@
"reference": "Modules/Plugins/PluginSettings.qml:257, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/DankBarTab.qml:316, Modules/Settings/DankBarTab.qml:511, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43",
"comment": ""
},
+ {
+ "term": "Allow",
+ "context": "Allow",
+ "reference": "Modules/Settings/UsersTab.qml:267",
+ "comment": ""
+ },
{
"term": "Allow clicks to pass through the widget",
"context": "Allow clicks to pass through the widget",
"reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:344",
"comment": ""
},
+ {
+ "term": "Allow greeter access?",
+ "context": "Allow greeter access?",
+ "reference": "Modules/Settings/UsersTab.qml:265",
+ "comment": ""
+ },
+ {
+ "term": "Allow greeter login access",
+ "context": "Allow greeter login access",
+ "reference": "Modules/Settings/UsersTab.qml:258, Modules/Settings/UsersTab.qml:466",
+ "comment": ""
+ },
+ {
+ "term": "Already on that session",
+ "context": "Already on that session",
+ "reference": "Services/SessionsService.qml:112, Services/SessionsService.qml:133",
+ "comment": ""
+ },
{
"term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close",
"context": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close",
@@ -926,7 +1010,7 @@
{
"term": "Always on icons",
"context": "Always on icons",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1765",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1959",
"comment": ""
},
{
@@ -956,7 +1040,7 @@
{
"term": "Amount",
"context": "Amount",
- "reference": "Widgets/KeybindItem.qml:953",
+ "reference": "Widgets/KeybindItem.qml:958",
"comment": ""
},
{
@@ -986,7 +1070,7 @@
{
"term": "Animation Speed",
"context": "Animation Speed",
- "reference": "Modules/Settings/TypographyMotionTab.qml:480, Modules/Settings/NotificationsTab.qml:316",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:480, Modules/Settings/NotificationsTab.qml:327",
"comment": ""
},
{
@@ -1010,7 +1094,7 @@
{
"term": "App Customizations",
"context": "App Customizations",
- "reference": "Modules/Settings/LauncherTab.qml:1070",
+ "reference": "Modules/Settings/LauncherTab.qml:1283",
"comment": ""
},
{
@@ -1034,7 +1118,7 @@
{
"term": "App Names",
"context": "App Names",
- "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:85, Modules/Settings/NotificationsTab.qml:729",
+ "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:85, Modules/Settings/NotificationsTab.qml:740",
"comment": "lock screen notification mode option | notification rule match field option"
},
{
@@ -1046,7 +1130,7 @@
{
"term": "Appearance",
"context": "Appearance",
- "reference": "Modules/Settings/LauncherTab.qml:402",
+ "reference": "Modules/Settings/LauncherTab.qml:606",
"comment": "launcher appearance settings"
},
{
@@ -1058,7 +1142,7 @@
{
"term": "Applications",
"context": "Applications",
- "reference": "Modals/DankLauncherV2/Controller.qml:190, Modals/Settings/SettingsSidebar.qml:232, Modules/Settings/ThemeColorsTab.qml:2276, Modules/Dock/DockLauncherButton.qml:25",
+ "reference": "Modals/DankLauncherV2/Controller.qml:207, Modals/Settings/SettingsSidebar.qml:232, Modules/Settings/ThemeColorsTab.qml:2283, Modules/Dock/DockLauncherButton.qml:25",
"comment": ""
},
{
@@ -1076,13 +1160,13 @@
{
"term": "Apply GTK Colors",
"context": "Apply GTK Colors",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2969",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2976",
"comment": ""
},
{
"term": "Apply Qt Colors",
"context": "Apply Qt Colors",
- "reference": "Modules/Settings/ThemeColorsTab.qml:3003",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:3010",
"comment": ""
},
{
@@ -1091,6 +1175,12 @@
"reference": "Modules/Settings/FrameTab.qml:166",
"comment": ""
},
+ {
+ "term": "Apply inverse concave corner cutouts to the bar",
+ "context": "Apply inverse concave corner cutouts to the bar",
+ "reference": "Modules/Settings/DankBarTab.qml:1095",
+ "comment": ""
+ },
{
"term": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.",
"context": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.",
@@ -1106,7 +1196,7 @@
{
"term": "Apps",
"context": "Apps",
- "reference": "Modals/DankLauncherV2/SpotlightLauncherContent.qml:437, Modals/DankLauncherV2/LauncherContent.qml:318",
+ "reference": "Modals/DankLauncherV2/SpotlightLauncherContent.qml:443, Modals/DankLauncherV2/LauncherContent.qml:344",
"comment": ""
},
{
@@ -1118,37 +1208,37 @@
{
"term": "Apps Dock Settings",
"context": "Apps Dock Settings",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2447",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2641",
"comment": ""
},
{
"term": "Apps Icon",
"context": "Apps Icon",
- "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:98",
+ "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:302",
"comment": ""
},
{
"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:1216",
+ "reference": "Modules/Settings/LauncherTab.qml:1429",
"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:1093",
+ "reference": "Modules/Settings/LauncherTab.qml:1306",
"comment": ""
},
{
"term": "Apps with notification popups muted. Unmute or delete to remove.",
"context": "Apps with notification popups muted. Unmute or delete to remove.",
- "reference": "Modules/Settings/NotificationsTab.qml:641",
+ "reference": "Modules/Settings/NotificationsTab.qml:652",
"comment": ""
},
{
"term": "Arc Extender",
"context": "Arc Extender",
- "reference": "Modules/Settings/FrameTab.qml:337",
+ "reference": "Modules/Settings/FrameTab.qml:328",
"comment": ""
},
{
@@ -1184,7 +1274,7 @@
{
"term": "Audio",
"context": "Audio",
- "reference": "Modals/Settings/SettingsSidebar.qml:259, Modules/Settings/WidgetsTabSection.qml:1260, Modules/Settings/WidgetsTabSection.qml:1469",
+ "reference": "Modals/Settings/SettingsSidebar.qml:259, Modules/Settings/WidgetsTabSection.qml:1454, Modules/Settings/WidgetsTabSection.qml:1663",
"comment": ""
},
{
@@ -1268,7 +1358,7 @@
{
"term": "Authenticating...",
"context": "Authenticating...",
- "reference": "Modules/Greetd/GreeterContent.qml:1003",
+ "reference": "Modules/Greetd/GreeterContent.qml:1154",
"comment": ""
},
{
@@ -1310,7 +1400,7 @@
{
"term": "Authentication error - try again",
"context": "Authentication error - try again",
- "reference": "Modules/Lock/LockScreenContent.qml:58, Modules/Greetd/GreeterContent.qml:224",
+ "reference": "Modules/Lock/LockScreenContent.qml:59, Modules/Greetd/GreeterContent.qml:229",
"comment": ""
},
{
@@ -1340,13 +1430,13 @@
{
"term": "Auto",
"context": "Auto",
- "reference": "Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:879, Modules/Settings/NetworkTab.qml:883, Modules/Settings/NetworkTab.qml:884, Modules/Settings/NetworkTab.qml:887, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, 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:299, Modules/Settings/ThemeColorsTab.qml:299, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:879, Modules/Settings/NetworkTab.qml:883, Modules/Settings/NetworkTab.qml:884, Modules/Settings/NetworkTab.qml:887, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, 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",
"comment": "theme category option"
},
{
"term": "Auto (Bar-aware)",
"context": "Auto (Bar-aware)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1739, Modules/Settings/ThemeColorsTab.qml:1743, Modules/Settings/ThemeColorsTab.qml:1756, Modules/Settings/DankBarTab.qml:1486, Modules/Settings/DankBarTab.qml:1490, Modules/Settings/DankBarTab.qml:1498",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/ThemeColorsTab.qml:1750, Modules/Settings/ThemeColorsTab.qml:1763, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1523, Modules/Settings/DankBarTab.qml:1531",
"comment": "bar shadow direction source option | shadow direction option"
},
{
@@ -1364,7 +1454,7 @@
{
"term": "Auto Popup Gaps",
"context": "Auto Popup Gaps",
- "reference": "Modules/Settings/DankBarTab.qml:851",
+ "reference": "Modules/Settings/DankBarTab.qml:865",
"comment": ""
},
{
@@ -1382,19 +1472,19 @@
{
"term": "Auto-Hide Timeout",
"context": "Auto-Hide Timeout",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2454",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2461",
"comment": ""
},
{
"term": "Auto-close Niri overview when launching apps.",
"context": "Auto-close Niri overview when launching apps.",
- "reference": "Modules/Settings/LauncherTab.qml:541",
+ "reference": "Modules/Settings/LauncherTab.qml:745",
"comment": ""
},
{
"term": "Auto-delete notifications older than this",
"context": "Auto-delete notifications older than this",
- "reference": "Modules/Settings/NotificationsTab.qml:833",
+ "reference": "Modules/Settings/NotificationsTab.qml:844",
"comment": "notification history setting"
},
{
@@ -1424,31 +1514,31 @@
{
"term": "Autoconnect disabled",
"context": "Autoconnect disabled",
- "reference": "Services/LegacyNetworkService.qml:501, Services/DMSNetworkService.qml:980",
+ "reference": "Services/LegacyNetworkService.qml:504, Services/DMSNetworkService.qml:983",
"comment": ""
},
{
"term": "Autoconnect enabled",
"context": "Autoconnect enabled",
- "reference": "Services/LegacyNetworkService.qml:501, Services/DMSNetworkService.qml:980",
+ "reference": "Services/LegacyNetworkService.qml:504, Services/DMSNetworkService.qml:983",
"comment": ""
},
{
"term": "Autofill last remembered query when opened",
"context": "Autofill last remembered query when opened",
- "reference": "Modules/Settings/LauncherTab.qml:924",
+ "reference": "Modules/Settings/LauncherTab.qml:1137",
"comment": ""
},
{
"term": "Automatic Color Mode",
"context": "Automatic Color Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1047",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1054",
"comment": ""
},
{
"term": "Automatic Control",
"context": "Automatic Control",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1058, Modules/Settings/GammaControlTab.qml:139",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1065, Modules/Settings/GammaControlTab.qml:139",
"comment": ""
},
{
@@ -1457,6 +1547,12 @@
"reference": "Modules/Settings/WallpaperTab.qml:907, 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:866",
+ "comment": ""
+ },
{
"term": "Automatically cycle through wallpapers in the same folder",
"context": "Automatically cycle through wallpapers in the same folder",
@@ -1481,6 +1577,12 @@
"reference": "Modules/Settings/TimeWeatherTab.qml:459",
"comment": ""
},
+ {
+ "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:600",
+ "comment": ""
+ },
{
"term": "Automatically lock after",
"context": "Automatically lock after",
@@ -1502,7 +1604,7 @@
{
"term": "Automation",
"context": "Automation",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1384",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1391",
"comment": ""
},
{
@@ -1580,7 +1682,7 @@
{
"term": "Background Blur",
"context": "Background Blur",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1842, Modules/Settings/ThemeColorsTab.qml:1850",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1849, Modules/Settings/ThemeColorsTab.qml:1857",
"comment": ""
},
{
@@ -1604,7 +1706,7 @@
{
"term": "Backlight device",
"context": "Backlight device",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:331",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:374",
"comment": ""
},
{
@@ -1634,55 +1736,55 @@
{
"term": "Bar Shadows",
"context": "Bar Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1831",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1838",
"comment": ""
},
{
"term": "Bar Transparency",
"context": "Bar Transparency",
- "reference": "Modules/Settings/DankBarTab.qml:906",
+ "reference": "Modules/Settings/DankBarTab.qml:922",
"comment": ""
},
{
"term": "Bar corners and background",
"context": "Bar corners and background",
- "reference": "Modules/Settings/DankBarTab.qml:1017",
+ "reference": "Modules/Settings/DankBarTab.qml:1035",
"comment": ""
},
{
"term": "Bar shadow, border, and corners",
"context": "Bar shadow, border, and corners",
- "reference": "Modules/Settings/DankBarTab.qml:1411",
+ "reference": "Modules/Settings/DankBarTab.qml:1442",
"comment": ""
},
{
"term": "Bar spacing and size",
"context": "Bar spacing and size",
- "reference": "Modules/Settings/DankBarTab.qml:746",
+ "reference": "Modules/Settings/DankBarTab.qml:756",
"comment": ""
},
{
"term": "Bar transparency",
"context": "Bar transparency",
- "reference": "Modules/Settings/DankBarTab.qml:951",
+ "reference": "Modules/Settings/DankBarTab.qml:969",
"comment": ""
},
{
"term": "Base color for shadows (opacity is applied automatically)",
"context": "Base color for shadows (opacity is applied automatically)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1700",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1707",
"comment": ""
},
{
"term": "Base duration for animations (drag to use Custom)",
"context": "Base duration for animations (drag to use Custom)",
- "reference": "Modules/Settings/NotificationsTab.qml:359",
+ "reference": "Modules/Settings/NotificationsTab.qml:370",
"comment": ""
},
{
"term": "Battery",
"context": "Battery",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1305, Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:176, Modules/ControlCenter/Models/WidgetModel.qml:221, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1499, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:176, Modules/ControlCenter/Models/WidgetModel.qml:221, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
"comment": ""
},
{
@@ -1694,7 +1796,7 @@
{
"term": "Battery Charge Limit",
"context": "Battery Charge Limit",
- "reference": "Modules/Settings/PowerSleepTab.qml:612",
+ "reference": "Modules/Settings/PowerSleepTab.qml:617",
"comment": ""
},
{
@@ -1721,22 +1823,34 @@
"reference": "Modules/Settings/LockScreenTab.qml:178",
"comment": ""
},
+ {
+ "term": "Bind the spotlight IPC action in your compositor config.",
+ "context": "Bind the spotlight IPC action in your compositor config.",
+ "reference": "Modules/Settings/LauncherTab.qml:142",
+ "comment": ""
+ },
+ {
+ "term": "Bind the spotlight-bar IPC action in your compositor config.",
+ "context": "Bind the spotlight-bar IPC action in your compositor config.",
+ "reference": "Modules/Settings/LauncherTab.qml:236",
+ "comment": ""
+ },
{
"term": "Binds Include Missing",
"context": "Binds Include Missing",
- "reference": "Modules/Settings/KeybindsTab.qml:328",
+ "reference": "Modules/Settings/KeybindsTab.qml:381",
"comment": ""
},
{
"term": "Binds include added",
"context": "Binds include added",
- "reference": "Services/KeybindsService.qml:251",
+ "reference": "Services/KeybindsService.qml:253",
"comment": ""
},
{
"term": "Bit Depth",
"context": "Bit Depth",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1786",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1869",
"comment": ""
},
{
@@ -1748,7 +1862,7 @@
{
"term": "Block Out",
"context": "Block Out",
- "reference": "Modules/Settings/WindowRulesTab.qml:545",
+ "reference": "Modules/Settings/WindowRulesTab.qml:552",
"comment": ""
},
{
@@ -1778,7 +1892,7 @@
{
"term": "Bluetooth",
"context": "Bluetooth",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1250, Modules/Settings/WidgetsTabSection.qml:1469, Modules/ControlCenter/Models/WidgetModel.qml:170, Modules/ControlCenter/Components/DragDropGrid.qml:382",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1444, Modules/Settings/WidgetsTabSection.qml:1663, Modules/ControlCenter/Models/WidgetModel.qml:170, Modules/ControlCenter/Components/DragDropGrid.qml:394",
"comment": "bluetooth status"
},
{
@@ -1796,13 +1910,13 @@
{
"term": "Blur Border Color",
"context": "Blur Border Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:133, Modules/Settings/ThemeColorsTab.qml:1888",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:140, Modules/Settings/ThemeColorsTab.qml:1895",
"comment": ""
},
{
"term": "Blur Border Opacity",
"context": "Blur Border Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1926",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1933",
"comment": ""
},
{
@@ -1820,7 +1934,7 @@
{
"term": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.",
"context": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1851",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1858",
"comment": ""
},
{
@@ -1844,7 +1958,7 @@
{
"term": "Border",
"context": "Border",
- "reference": "Modules/Settings/DockTab.qml:671, Modules/Settings/DockTab.qml:678, Modules/Settings/LauncherTab.qml:473, Modules/Settings/DankBarTab.qml:1230, Modules/Settings/FrameTab.qml:76",
+ "reference": "Modules/Settings/DockTab.qml:671, Modules/Settings/DockTab.qml:678, Modules/Settings/LauncherTab.qml:677, Modules/Settings/DankBarTab.qml:1255, Modules/Settings/FrameTab.qml:76",
"comment": "launcher border option"
},
{
@@ -1868,7 +1982,7 @@
{
"term": "Border Size",
"context": "Border Size",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2029, Modules/Settings/ThemeColorsTab.qml:2132, Modules/Settings/ThemeColorsTab.qml:2235",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2036, Modules/Settings/ThemeColorsTab.qml:2139, Modules/Settings/ThemeColorsTab.qml:2242",
"comment": ""
},
{
@@ -1886,7 +2000,7 @@
{
"term": "Border color around blurred surfaces",
"context": "Border color around blurred surfaces",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1889",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1896",
"comment": ""
},
{
@@ -1898,7 +2012,7 @@
{
"term": "Bottom",
"context": "Bottom",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1739, Modules/Settings/ThemeColorsTab.qml:1749, Modules/Settings/ThemeColorsTab.qml:1762, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:289, Modules/Settings/DankBarTab.qml:438, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1527, Modules/Settings/DankBarTab.qml:1541, Modules/Settings/FrameTab.qml:325",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/ThemeColorsTab.qml:1756, Modules/Settings/ThemeColorsTab.qml:1769, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:289, Modules/Settings/DankBarTab.qml:438, Modules/Settings/DankBarTab.qml:1552, Modules/Settings/DankBarTab.qml:1560, Modules/Settings/DankBarTab.qml:1574, Modules/Settings/FrameTab.qml:316",
"comment": "shadow direction option"
},
{
@@ -1922,7 +2036,7 @@
{
"term": "Bottom Section",
"context": "Bottom Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1107",
+ "reference": "Modules/Settings/WidgetsTab.qml:1135",
"comment": ""
},
{
@@ -1934,7 +2048,7 @@
{
"term": "Brightness",
"context": "Brightness",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1290, Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/DockTab.qml:498, Modules/Settings/LauncherTab.qml:315, Modules/Settings/OSDTab.qml:117",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1484, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/DockTab.qml:498, Modules/Settings/LauncherTab.qml:519, Modules/Settings/OSDTab.qml:117",
"comment": ""
},
{
@@ -1946,19 +2060,19 @@
{
"term": "Brightness Value",
"context": "Brightness Value",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1295, Modules/Settings/WidgetsTabSection.qml:1469",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1489, Modules/Settings/WidgetsTabSection.qml:1663",
"comment": ""
},
{
"term": "Brightness control not available",
"context": "Brightness control not available",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:147, Modules/ControlCenter/Models/WidgetModel.qml:208",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:171, Modules/ControlCenter/Models/WidgetModel.qml:208",
"comment": ""
},
{
"term": "Browse",
"context": "Browse",
- "reference": "Modals/DankLauncherV2/SpotlightResultRow.qml:62, Modals/DankLauncherV2/Controller.qml:211, Modals/DankLauncherV2/Controller.qml:1340, Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/GreeterTab.qml:681, 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:299, Modules/Settings/GreeterTab.qml:681, Modules/Settings/PluginsTab.qml:231, Modules/Settings/LockScreenTab.qml:327",
"comment": "theme category option"
},
{
@@ -1976,7 +2090,7 @@
{
"term": "Browse Themes",
"context": "Browse Themes",
- "reference": "Modules/Settings/ThemeColorsTab.qml:793, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:800, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244",
"comment": "browse themes button | theme browser header | theme browser window title"
},
{
@@ -1988,7 +2102,7 @@
{
"term": "Button Color",
"context": "Button Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1591",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1598",
"comment": ""
},
{
@@ -2066,13 +2180,13 @@
{
"term": "Camera",
"context": "Camera",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1846",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2040",
"comment": ""
},
{
"term": "Cancel",
"context": "Cancel",
- "reference": "DMSShell.qml:412, Modals/WindowRuleModal.qml:1130, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:273, Modals/WifiPasswordModal.qml:691, Widgets/KeybindItem.qml:1782, Modals/DankLauncherV2/LauncherContent.qml:996, Modals/Common/ConfirmModal.qml:15, Modals/Common/ConfirmModal.qml:26, Modals/Common/ConfirmModal.qml:39, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modules/Settings/PluginBrowser.qml:123, Modules/Settings/PluginBrowser.qml:838, 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/DankBar/Popouts/SystemUpdatePopout.qml:211",
+ "reference": "DMSShell.qml:513, Modals/WindowRuleModal.qml:1130, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:273, Modals/WifiPasswordModal.qml:691, Widgets/KeybindItem.qml:1796, 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:305, Modules/Settings/PluginBrowser.qml:123, Modules/Settings/PluginBrowser.qml:838, 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/DankBar/Popouts/SystemUpdatePopout.qml:211",
"comment": ""
},
{
@@ -2087,6 +2201,12 @@
"reference": "Services/CupsService.qml:769",
"comment": ""
},
+ {
+ "term": "Cannot delete the only administrator",
+ "context": "Cannot delete the only administrator",
+ "reference": "Services/UsersService.qml:159, Modules/Settings/UsersTab.qml:314",
+ "comment": ""
+ },
{
"term": "Cannot disable the only output",
"context": "Cannot disable the only output",
@@ -2111,6 +2231,12 @@
"reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:558",
"comment": ""
},
+ {
+ "term": "Cannot remove the only administrator",
+ "context": "Cannot remove the only administrator",
+ "reference": "Services/UsersService.qml:173, Modules/Settings/UsersTab.qml:286",
+ "comment": ""
+ },
{
"term": "Capabilities",
"context": "Capabilities",
@@ -2138,13 +2264,13 @@
{
"term": "Caps Lock is on",
"context": "Caps Lock is on",
- "reference": "Modules/Lock/LockScreenContent.qml:1110",
+ "reference": "Modules/Lock/LockScreenContent.qml:1134",
"comment": ""
},
{
"term": "Center Section",
"context": "Center Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1037",
+ "reference": "Modules/Settings/WidgetsTab.qml:1062",
"comment": ""
},
{
@@ -2180,7 +2306,7 @@
{
"term": "Change bar appearance",
"context": "Change bar appearance",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1510",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1517",
"comment": ""
},
{
@@ -2226,8 +2352,8 @@
"comment": ""
},
{
- "term": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.",
- "context": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.",
+ "term": "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.",
+ "context": "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.",
"reference": "Modules/Settings/GreeterTab.qml:449",
"comment": ""
},
@@ -2282,7 +2408,7 @@
{
"term": "Choose Launcher Logo Color",
"context": "Choose Launcher Logo Color",
- "reference": "Modules/Settings/LauncherTab.qml:281",
+ "reference": "Modules/Settings/LauncherTab.qml:485",
"comment": ""
},
{
@@ -2318,7 +2444,7 @@
{
"term": "Choose how this bar resolves shadow direction",
"context": "Choose how this bar resolves shadow direction",
- "reference": "Modules/Settings/DankBarTab.qml:1484",
+ "reference": "Modules/Settings/DankBarTab.qml:1517",
"comment": ""
},
{
@@ -2330,13 +2456,13 @@
{
"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:1136",
+ "reference": "Modules/Settings/DankBarTab.qml:1161",
"comment": ""
},
{
"term": "Choose the background color for widgets",
"context": "Choose the background color for widgets",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1525",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1532",
"comment": ""
},
{
@@ -2348,7 +2474,7 @@
{
"term": "Choose the logo displayed on the launcher button in DankBar",
"context": "Choose the logo displayed on the launcher button in DankBar",
- "reference": "Modules/Settings/LauncherTab.qml:80",
+ "reference": "Modules/Settings/LauncherTab.qml:284",
"comment": ""
},
{
@@ -2408,7 +2534,7 @@
{
"term": "Clear All",
"context": "Clear All",
- "reference": "Modals/Clipboard/ClipboardHeader.qml:68, Modals/Clipboard/ClipboardHistoryPopout.qml:154, Modals/Clipboard/ClipboardHistoryModal.qml:154, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:254",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:68, Modals/Clipboard/ClipboardHistoryPopout.qml:154, Modals/Clipboard/ClipboardHistoryModal.qml:183, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:254",
"comment": ""
},
{
@@ -2420,7 +2546,7 @@
{
"term": "Clear History?",
"context": "Clear History?",
- "reference": "Modals/Clipboard/ClipboardContent.qml:38, Modules/DankBar/DankBarContent.qml:733",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:38, Modules/DankBar/DankBarContent.qml:734",
"comment": ""
},
{
@@ -2444,19 +2570,19 @@
{
"term": "Click 'Setup' to create %1 and add include to config.",
"context": "Click 'Setup' to create %1 and add include to config.",
- "reference": "Modules/Settings/KeybindsTab.qml:342",
+ "reference": "Modules/Settings/KeybindsTab.qml:395",
"comment": ""
},
{
"term": "Click 'Setup' to create %1 and add include to your compositor config.",
"context": "Click 'Setup' to create %1 and add include to your compositor config.",
- "reference": "Modules/Settings/WindowRulesTab.qml:355",
+ "reference": "Modules/Settings/WindowRulesTab.qml:362",
"comment": ""
},
{
"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:2353",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2360",
"comment": ""
},
{
@@ -2480,31 +2606,31 @@
{
"term": "Click Through",
"context": "Click Through",
- "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:696",
+ "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:701",
"comment": ""
},
{
"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:242",
+ "reference": "Modules/Settings/KeybindsTab.qml:295",
"comment": ""
},
{
"term": "Click to capture",
"context": "Click to capture",
- "reference": "Widgets/KeybindItem.qml:630",
+ "reference": "Widgets/KeybindItem.qml:629",
"comment": ""
},
{
"term": "Click to select a custom theme JSON file",
"context": "Click to select a custom theme JSON file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:586",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:593",
"comment": "custom theme file hint"
},
{
"term": "Clip",
"context": "Clip",
- "reference": "Modules/Settings/WindowRulesTab.qml:549",
+ "reference": "Modules/Settings/WindowRulesTab.qml:556",
"comment": ""
},
{
@@ -2516,7 +2642,7 @@
{
"term": "Clipboard",
"context": "Clipboard",
- "reference": "Services/AppSearchService.qml:222, Modals/DankLauncherV2/ResultItem.qml:228, Modals/DankLauncherV2/SpotlightResultRow.qml:68, Modals/DankLauncherV2/Controller.qml:204, Modals/DankLauncherV2/Controller.qml:1187, Modals/Settings/SettingsSidebar.qml:271",
+ "reference": "Services/AppSearchService.qml:223, Modals/DankLauncherV2/ResultItem.qml:228, Modals/DankLauncherV2/SpotlightResultRow.qml:68, Modals/DankLauncherV2/Controller.qml:221, Modals/DankLauncherV2/Controller.qml:1224, Modals/Settings/SettingsSidebar.qml:271",
"comment": ""
},
{
@@ -2558,7 +2684,7 @@
{
"term": "Close",
"context": "Close",
- "reference": "Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:598, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Popouts/SystemUpdatePopout.qml:259, Modules/DankBar/Widgets/RunningApps.qml:888",
+ "reference": "Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:598, Modals/SwitchUserModal.qml:245, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Popouts/SystemUpdatePopout.qml:259, Modules/DankBar/Widgets/RunningApps.qml:888",
"comment": ""
},
{
@@ -2570,7 +2696,7 @@
{
"term": "Close Overview on Launch",
"context": "Close Overview on Launch",
- "reference": "Modules/Settings/LauncherTab.qml:540",
+ "reference": "Modules/Settings/LauncherTab.qml:744",
"comment": ""
},
{
@@ -2582,7 +2708,7 @@
{
"term": "Color",
"context": "Color",
- "reference": "Modules/Settings/LauncherTab.qml:500, Modules/Settings/DankBarTab.qml:1238, Modules/Settings/DankBarTab.qml:1328, Modules/Settings/DankBarTab.qml:1559, Modules/Settings/DankBarTab.qml:1633, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
+ "reference": "Modules/Settings/LauncherTab.qml:704, Modules/Settings/DankBarTab.qml:1263, Modules/Settings/DankBarTab.qml:1356, Modules/Settings/DankBarTab.qml:1592, Modules/Settings/DankBarTab.qml:1666, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
"comment": "border color"
},
{
@@ -2600,25 +2726,25 @@
{
"term": "Color Management",
"context": "Color Management",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1788",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1871",
"comment": ""
},
{
"term": "Color Mode",
"context": "Color Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1480",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1487",
"comment": ""
},
{
"term": "Color Override",
"context": "Color Override",
- "reference": "Modules/Settings/DockTab.qml:381, Modules/Settings/LauncherTab.qml:198",
+ "reference": "Modules/Settings/DockTab.qml:381, Modules/Settings/LauncherTab.qml:402",
"comment": ""
},
{
"term": "Color Picker",
"context": "Color Picker",
- "reference": "Services/AppSearchService.qml:203, Modules/Settings/WidgetsTab.qml:239, Modules/ControlCenter/Models/WidgetModel.qml:239, Modules/ControlCenter/Widgets/ColorPickerPill.qml:15",
+ "reference": "Services/AppSearchService.qml:204, Modules/Settings/WidgetsTab.qml:239, Modules/ControlCenter/Models/WidgetModel.qml:239, Modules/ControlCenter/Widgets/ColorPickerPill.qml:15",
"comment": ""
},
{
@@ -2636,7 +2762,7 @@
{
"term": "Color for primary action buttons",
"context": "Color for primary action buttons",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1592",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1599",
"comment": ""
},
{
@@ -2666,13 +2792,13 @@
{
"term": "Color theme from DMS registry",
"context": "Color theme from DMS registry",
- "reference": "Modules/Settings/ThemeColorsTab.qml:249",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:256",
"comment": "registry theme description"
},
{
"term": "Colorful",
"context": "Colorful",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1511",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1518",
"comment": "widget style option"
},
{
@@ -2684,7 +2810,7 @@
{
"term": "Colorize Active",
"context": "Colorize Active",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2723",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2917",
"comment": ""
},
{
@@ -2696,7 +2822,7 @@
{
"term": "Column",
"context": "Column",
- "reference": "Modules/Settings/DankBarTab.qml:1658, Modules/Settings/DankBarTab.qml:1695",
+ "reference": "Modules/Settings/DankBarTab.qml:1692, Modules/Settings/DankBarTab.qml:1730",
"comment": ""
},
{
@@ -2720,13 +2846,13 @@
{
"term": "Command",
"context": "Command",
- "reference": "Widgets/KeybindItem.qml:1434, Modules/Settings/DesktopWidgetInstanceCard.qml:386",
+ "reference": "Widgets/KeybindItem.qml:1439, Modules/Settings/DesktopWidgetInstanceCard.qml:386",
"comment": ""
},
{
"term": "Commands",
"context": "Commands",
- "reference": "Modals/DankLauncherV2/Controller.qml:225",
+ "reference": "Modals/DankLauncherV2/Controller.qml:242",
"comment": ""
},
{
@@ -2744,13 +2870,13 @@
{
"term": "Compact",
"context": "Compact",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/NotificationsTab.qml:270",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/WidgetsTabSection.qml:1144, Modules/Settings/NotificationsTab.qml:270",
"comment": ""
},
{
"term": "Compact Mode",
"context": "Compact Mode",
- "reference": "Modules/Settings/WidgetsTabSection.qml:617, Modules/Settings/WidgetsTabSection.qml:2224",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:643, Modules/Settings/WidgetsTabSection.qml:2418",
"comment": ""
},
{
@@ -2762,7 +2888,7 @@
{
"term": "Compositor",
"context": "Compositor",
- "reference": "Modules/Settings/DockTab.qml:294, Modules/Settings/LauncherTab.qml:112",
+ "reference": "Modules/Settings/DockTab.qml:294, Modules/Settings/LauncherTab.qml:316",
"comment": ""
},
{
@@ -2774,19 +2900,19 @@
{
"term": "Config Format",
"context": "Config Format",
- "reference": "Modules/Settings/DisplayConfigTab.qml:508, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1750",
+ "reference": "Modules/Settings/DisplayConfigTab.qml:508, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1833",
"comment": ""
},
{
"term": "Config action: %1",
"context": "Config action: %1",
- "reference": "Widgets/KeybindItem.qml:479",
+ "reference": "Widgets/KeybindItem.qml:478",
"comment": ""
},
{
"term": "Config validation failed",
"context": "Config validation failed",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1833, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1841",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1916, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1924",
"comment": ""
},
{
@@ -2798,7 +2924,7 @@
{
"term": "Configuration activated",
"context": "Configuration activated",
- "reference": "Services/DMSNetworkService.qml:429",
+ "reference": "Services/DMSNetworkService.qml:432",
"comment": ""
},
{
@@ -2879,16 +3005,22 @@
"reference": "Modals/BluetoothPairingModal.qml:132",
"comment": ""
},
+ {
+ "term": "Confirm password",
+ "context": "Confirm password",
+ "reference": "Modules/Settings/UsersTab.qml:425",
+ "comment": ""
+ },
{
"term": "Conflicts with: %1",
"context": "Conflicts with: %1",
- "reference": "Widgets/KeybindItem.qml:788",
+ "reference": "Widgets/KeybindItem.qml:787",
"comment": ""
},
{
"term": "Connect",
"context": "Connect",
- "reference": "Modals/WifiPasswordModal.qml:733, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:786",
+ "reference": "Modals/WifiPasswordModal.qml:733, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:790",
"comment": ""
},
{
@@ -2912,13 +3044,13 @@
{
"term": "Connected",
"context": "Connected",
- "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkTab.qml:446, Modules/Settings/NetworkTab.qml:1195, Modules/Settings/NetworkTab.qml:1554, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:56, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:611, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:406, Modules/ControlCenter/Components/DragDropGrid.qml:409, Modules/ControlCenter/Components/DragDropGrid.qml:411, Modules/ControlCenter/Components/DragDropGrid.qml:414",
+ "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkTab.qml:446, Modules/Settings/NetworkTab.qml:1195, Modules/Settings/NetworkTab.qml:1554, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:56, 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:420, Modules/ControlCenter/Components/DragDropGrid.qml:423, Modules/ControlCenter/Components/DragDropGrid.qml:425, Modules/ControlCenter/Components/DragDropGrid.qml:428",
"comment": "network status"
},
{
"term": "Connected Device",
"context": "Connected Device",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:436",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:452",
"comment": "bluetooth status"
},
{
@@ -2927,6 +3059,12 @@
"reference": "Modules/Settings/DisplayWidgetsTab.qml:167",
"comment": ""
},
+ {
+ "term": "Connected Frame Mode uses the connected launcher for default launcher shortcuts.",
+ "context": "Connected Frame Mode uses the connected launcher for default launcher shortcuts.",
+ "reference": "Modules/Settings/LauncherTab.qml:76",
+ "comment": ""
+ },
{
"term": "Connected Options",
"context": "Connected Options",
@@ -2936,7 +3074,7 @@
{
"term": "Connected to %1",
"context": "Connected to %1",
- "reference": "Services/LegacyNetworkService.qml:329, Services/DMSNetworkService.qml:376",
+ "reference": "Services/LegacyNetworkService.qml:332, Services/DMSNetworkService.qml:379",
"comment": ""
},
{
@@ -2948,14 +3086,14 @@
{
"term": "Connecting to clipboard service…",
"context": "Connecting to clipboard service…",
- "reference": "Modals/Clipboard/ClipboardContent.qml:125, Modals/Clipboard/ClipboardContent.qml:184",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:125, Modals/Clipboard/ClipboardContent.qml:185",
"comment": ""
},
{
"term": "Connecting...",
"context": "Connecting...",
- "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:297",
- "comment": ""
+ "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:297, Modules/ControlCenter/Components/DragDropGrid.qml:374, Modules/ControlCenter/Components/DragDropGrid.qml:416, Modules/ControlCenter/Components/DragDropGrid.qml:440",
+ "comment": "bluetooth status | network status"
},
{
"term": "Connection failed",
@@ -2984,7 +3122,7 @@
{
"term": "Contrast",
"context": "Contrast",
- "reference": "Modules/Settings/DockTab.qml:510, Modules/Settings/LauncherTab.qml:327",
+ "reference": "Modules/Settings/DockTab.qml:510, Modules/Settings/LauncherTab.qml:531",
"comment": ""
},
{
@@ -2996,13 +3134,13 @@
{
"term": "Control Center Tile Color",
"context": "Control Center Tile Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1559",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1566",
"comment": ""
},
{
"term": "Control animation duration for notification popups and history",
"context": "Control animation duration for notification popups and history",
- "reference": "Modules/Settings/NotificationsTab.qml:324",
+ "reference": "Modules/Settings/NotificationsTab.qml:335",
"comment": ""
},
{
@@ -3014,67 +3152,67 @@
{
"term": "Control what notification information is shown on the lock screen",
"context": "Control what notification information is shown on the lock screen",
- "reference": "Modules/Settings/LockScreenTab.qml:147, Modules/Settings/NotificationsTab.qml:728",
+ "reference": "Modules/Settings/LockScreenTab.qml:147, Modules/Settings/NotificationsTab.qml:739",
"comment": "lock screen notification privacy setting"
},
{
"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:716",
+ "reference": "Modules/Settings/LauncherTab.qml:920",
"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:1649",
+ "reference": "Modules/Settings/DankBarTab.qml:1682",
"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:1184",
+ "reference": "Modules/Settings/DankBarTab.qml:1209",
"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:1207",
+ "reference": "Modules/Settings/DankBarTab.qml:1232",
"comment": ""
},
{
"term": "Controls opacity of all popouts, modals, and their content layers",
"context": "Controls opacity of all popouts, modals, and their content layers",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1631",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1638",
"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:1874",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1881",
"comment": ""
},
{
"term": "Controls shadow cast direction for elevation layers",
"context": "Controls shadow cast direction for elevation layers",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1738",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1745",
"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:1670",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1677",
"comment": ""
},
{
"term": "Controls the outer edge of protocol-blurred windows",
"context": "Controls the outer edge of protocol-blurred windows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1927",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1934",
"comment": ""
},
{
"term": "Controls the transparency of the shadow",
"context": "Controls the transparency of the shadow",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1685",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1692",
"comment": ""
},
{
@@ -3086,7 +3224,7 @@
{
"term": "Cooldown",
"context": "Cooldown",
- "reference": "Widgets/KeybindItem.qml:1627",
+ "reference": "Widgets/KeybindItem.qml:1632",
"comment": ""
},
{
@@ -3110,7 +3248,7 @@
{
"term": "Copied to clipboard",
"context": "Copied to clipboard",
- "reference": "Services/ClipboardService.qml:173, dms-plugins/DankStickerSearch/DankStickerSearch.qml:230, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:154, dms-plugins/DankGifSearch/DankGifSearch.qml:175, Modals/Settings/SettingsModal.qml:315, Modals/Settings/SettingsModal.qml:332, Modules/Notepad/NotepadTextEditor.qml:241, Modules/Settings/DesktopWidgetInstanceCard.qml:426",
+ "reference": "Services/ClipboardService.qml:235, dms-plugins/DankStickerSearch/DankStickerSearch.qml:230, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:154, dms-plugins/DankGifSearch/DankGifSearch.qml:175, Modals/Settings/SettingsModal.qml:321, Modals/Settings/SettingsModal.qml:338, Modules/Notepad/NotepadTextEditor.qml:241, Modules/Settings/DesktopWidgetInstanceCard.qml:426",
"comment": ""
},
{
@@ -3122,7 +3260,7 @@
{
"term": "Copy",
"context": "Copy",
- "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1183, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:272",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1220, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:272",
"comment": "Copy to clipboard"
},
{
@@ -3170,31 +3308,31 @@
{
"term": "Copy path",
"context": "Copy path",
- "reference": "Modals/DankLauncherV2/Controller.qml:1179",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1216",
"comment": ""
},
{
"term": "Corner Radius",
"context": "Corner Radius",
- "reference": "Modals/WindowRuleModal.qml:795, Modules/Settings/ThemeColorsTab.qml:1645",
+ "reference": "Modals/WindowRuleModal.qml:795, Modules/Settings/ThemeColorsTab.qml:1652",
"comment": ""
},
{
"term": "Corner Radius Override",
"context": "Corner Radius Override",
- "reference": "Modules/Settings/DankBarTab.qml:1080",
+ "reference": "Modules/Settings/DankBarTab.qml:1104",
"comment": ""
},
{
"term": "Corners & Background",
"context": "Corners & Background",
- "reference": "Modules/Settings/DankBarTab.qml:1008",
+ "reference": "Modules/Settings/DankBarTab.qml:1026",
"comment": ""
},
{
"term": "Count Only",
"context": "Count Only",
- "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:729",
+ "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:740",
"comment": "lock screen notification mode option"
},
{
@@ -3221,6 +3359,12 @@
"reference": "Modules/Settings/PrinterTab.qml:820",
"comment": ""
},
+ {
+ "term": "Create User",
+ "context": "Create User",
+ "reference": "Modules/Settings/UsersTab.qml:349, Modules/Settings/UsersTab.qml:477",
+ "comment": ""
+ },
{
"term": "Create Window Rule",
"context": "Create Window Rule",
@@ -3236,13 +3380,13 @@
{
"term": "Create rule for:",
"context": "Create rule for:",
- "reference": "Modules/Settings/WindowRulesTab.qml:280",
+ "reference": "Modules/Settings/WindowRulesTab.qml:287",
"comment": ""
},
{
"term": "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.",
"context": "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.",
- "reference": "Modules/Settings/NotificationsTab.qml:438",
+ "reference": "Modules/Settings/NotificationsTab.qml:449",
"comment": ""
},
{
@@ -3260,7 +3404,7 @@
{
"term": "Critical Priority",
"context": "Critical Priority",
- "reference": "Modules/Settings/NotificationsTab.qml:154, Modules/Settings/NotificationsTab.qml:785, Modules/Settings/NotificationsTab.qml:892, Modules/Notifications/Center/NotificationSettings.qml:211, Modules/Notifications/Center/NotificationSettings.qml:432",
+ "reference": "Modules/Settings/NotificationsTab.qml:154, Modules/Settings/NotificationsTab.qml:796, Modules/Settings/NotificationsTab.qml:903, Modules/Notifications/Center/NotificationSettings.qml:211, Modules/Notifications/Center/NotificationSettings.qml:432",
"comment": "notification rule urgency option"
},
{
@@ -3270,14 +3414,14 @@
"comment": ""
},
{
- "term": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close",
- "context": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close",
+ "term": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close",
+ "context": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close",
"reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:13",
"comment": "Keyboard hints when enter-to-paste is enabled"
},
{
- "term": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close",
- "context": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close",
+ "term": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close",
+ "context": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close",
"reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:13",
"comment": ""
},
@@ -3302,7 +3446,7 @@
{
"term": "Current Monitor",
"context": "Current Monitor",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2380",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2574",
"comment": "Running apps filter: only show apps from the same monitor"
},
{
@@ -3326,7 +3470,7 @@
{
"term": "Current Theme: %1",
"context": "Current Theme: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:233, Modules/Settings/ThemeColorsTab.qml:235, Modules/Settings/ThemeColorsTab.qml:236",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:240, Modules/Settings/ThemeColorsTab.qml:242, Modules/Settings/ThemeColorsTab.qml:243",
"comment": "current theme label"
},
{
@@ -3338,7 +3482,7 @@
{
"term": "Current Workspace",
"context": "Current Workspace",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2328",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2522",
"comment": "Running apps filter: only show apps from the active workspace"
},
{
@@ -3362,25 +3506,25 @@
{
"term": "Cursor Config Not Configured",
"context": "Cursor Config Not Configured",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2346",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2353",
"comment": ""
},
{
"term": "Cursor Include Missing",
"context": "Cursor Include Missing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2346",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2353",
"comment": ""
},
{
"term": "Cursor Size",
"context": "Cursor Size",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2394",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2401",
"comment": ""
},
{
"term": "Cursor Theme",
"context": "Cursor Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2304, Modules/Settings/ThemeColorsTab.qml:2378",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2311, Modules/Settings/ThemeColorsTab.qml:2385",
"comment": ""
},
{
@@ -3392,7 +3536,7 @@
{
"term": "Custom",
"context": "Custom",
- "reference": "Widgets/KeybindItem.qml:1371, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/ThemeColorsTab.qml:1701, Modules/Settings/ThemeColorsTab.qml:1711, Modules/Settings/ThemeColorsTab.qml:1722, Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/ThemeColorsTab.qml:1901, Modules/Settings/ThemeColorsTab.qml:1913, 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:114, Modules/Settings/LauncherTab.qml:220, Modules/Settings/DankBarTab.qml:1577, Modules/Settings/FrameTab.qml:207, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92",
+ "reference": "Widgets/KeybindItem.qml:1376, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:299, Modules/Settings/ThemeColorsTab.qml:299, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1718, Modules/Settings/ThemeColorsTab.qml:1729, Modules/Settings/ThemeColorsTab.qml:1898, Modules/Settings/ThemeColorsTab.qml:1908, Modules/Settings/ThemeColorsTab.qml:1920, 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:1610, Modules/Settings/FrameTab.qml:207, Modules/Settings/NotificationsTab.qml:348, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92",
"comment": "blur border color | shadow color option | theme category option"
},
{
@@ -3410,7 +3554,7 @@
{
"term": "Custom Hibernate Command",
"context": "Custom Hibernate Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:554",
+ "reference": "Modules/Settings/PowerSleepTab.qml:559",
"comment": ""
},
{
@@ -3422,13 +3566,13 @@
{
"term": "Custom Lock Command",
"context": "Custom Lock Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:539",
+ "reference": "Modules/Settings/PowerSleepTab.qml:544",
"comment": ""
},
{
"term": "Custom Logout Command",
"context": "Custom Logout Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:544",
+ "reference": "Modules/Settings/PowerSleepTab.qml:549",
"comment": ""
},
{
@@ -3440,37 +3584,37 @@
{
"term": "Custom Power Actions",
"context": "Custom Power Actions",
- "reference": "Modules/Settings/PowerSleepTab.qml:532",
+ "reference": "Modules/Settings/PowerSleepTab.qml:537",
"comment": ""
},
{
"term": "Custom Power Off Command",
"context": "Custom Power Off Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:564",
+ "reference": "Modules/Settings/PowerSleepTab.qml:569",
"comment": ""
},
{
"term": "Custom Reboot Command",
"context": "Custom Reboot Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:559",
+ "reference": "Modules/Settings/PowerSleepTab.qml:564",
"comment": ""
},
{
"term": "Custom Shadow Color",
"context": "Custom Shadow Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1782",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1789",
"comment": ""
},
{
"term": "Custom Shadow Override",
"context": "Custom Shadow Override",
- "reference": "Modules/Settings/DankBarTab.qml:1438",
+ "reference": "Modules/Settings/DankBarTab.qml:1469",
"comment": ""
},
{
"term": "Custom Suspend Command",
"context": "Custom Suspend Command",
- "reference": "Modules/Settings/PowerSleepTab.qml:549",
+ "reference": "Modules/Settings/PowerSleepTab.qml:554",
"comment": ""
},
{
@@ -3500,7 +3644,7 @@
{
"term": "Custom theme loaded from JSON file",
"context": "Custom theme loaded from JSON file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:251",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:258",
"comment": "custom theme description"
},
{
@@ -3536,13 +3680,13 @@
{
"term": "DDC/CI monitor",
"context": "DDC/CI monitor",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:333",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:376",
"comment": ""
},
{
"term": "DEMO MODE - Click anywhere to exit",
"context": "DEMO MODE - Click anywhere to exit",
- "reference": "Modules/Lock/LockScreenContent.qml:1128",
+ "reference": "Modules/Lock/LockScreenContent.qml:1152",
"comment": ""
},
{
@@ -3560,7 +3704,13 @@
{
"term": "DMS Settings",
"context": "DMS Settings",
- "reference": "Services/AppSearchService.qml:216",
+ "reference": "Services/AppSearchService.qml:217",
+ "comment": ""
+ },
+ {
+ "term": "DMS Settings now writes Lua. Edits won't apply until you migrate.",
+ "context": "DMS Settings now writes Lua. Edits won't apply until you migrate.",
+ "reference": "Services/KeybindsService.qml:516",
"comment": ""
},
{
@@ -3596,7 +3746,7 @@
{
"term": "DMS shell actions (launcher, clipboard, etc.)",
"context": "DMS shell actions (launcher, clipboard, etc.)",
- "reference": "Widgets/KeybindItem.qml:822",
+ "reference": "Widgets/KeybindItem.qml:821",
"comment": ""
},
{
@@ -3626,7 +3776,7 @@
{
"term": "Dank",
"context": "Dank",
- "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:98",
+ "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:302",
"comment": ""
},
{
@@ -3650,31 +3800,31 @@
{
"term": "DankShell & System Icons (requires restart)",
"context": "DankShell & System Icons (requires restart)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2502",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2509",
"comment": ""
},
{
"term": "Dark Mode",
"context": "Dark Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1418, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:706",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1425, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:722",
"comment": ""
},
{
"term": "Dark mode base",
"context": "Dark mode base",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2745",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2752",
"comment": ""
},
{
"term": "Dark mode harmony",
"context": "Dark mode harmony",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2779",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2786",
"comment": ""
},
{
"term": "Darken Modal Background",
"context": "Darken Modal Background",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2257, Modules/Settings/ThemeColorsTab.qml:2265",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2264, Modules/Settings/ThemeColorsTab.qml:2272",
"comment": ""
},
{
@@ -3746,13 +3896,13 @@
{
"term": "Default",
"context": "Default",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1511, Modules/Settings/DockTab.qml:403, Modules/Settings/LauncherTab.qml:220, Modules/Settings/FrameTab.qml:207, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1518, 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 | widget style option"
},
{
"term": "Default (Black)",
"context": "Default (Black)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1701, Modules/Settings/ThemeColorsTab.qml:1713, Modules/Settings/DankBarTab.qml:1577",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1720, Modules/Settings/DankBarTab.qml:1610",
"comment": "shadow color option"
},
{
@@ -3767,12 +3917,42 @@
"reference": "Modals/Settings/SettingsSidebar.qml:238",
"comment": ""
},
+ {
+ "term": "Default Launcher",
+ "context": "Default Launcher",
+ "reference": "Modules/Settings/LauncherTab.qml:69, Modules/Settings/LauncherTab.qml:75",
+ "comment": ""
+ },
+ {
+ "term": "Default Launcher Shortcut",
+ "context": "Default Launcher Shortcut",
+ "reference": "Modules/Settings/LauncherTab.qml:133",
+ "comment": ""
+ },
+ {
+ "term": "Default Opens",
+ "context": "Default Opens",
+ "reference": "Modules/Settings/LauncherTab.qml:92",
+ "comment": ""
+ },
{
"term": "Default Width (%)",
"context": "Default Width (%)",
"reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:265",
"comment": ""
},
+ {
+ "term": "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.",
+ "context": "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.",
+ "reference": "Modules/Settings/LauncherTab.qml:82",
+ "comment": ""
+ },
+ {
+ "term": "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.",
+ "context": "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.",
+ "reference": "Modules/Settings/LauncherTab.qml:82",
+ "comment": ""
+ },
{
"term": "Default selected action",
"context": "Default selected action",
@@ -3788,7 +3968,7 @@
{
"term": "Define rules for window behavior. Saves to %1",
"context": "Define rules for window behavior. Saves to %1",
- "reference": "Modules/Settings/WindowRulesTab.qml:255",
+ "reference": "Modules/Settings/WindowRulesTab.qml:262",
"comment": ""
},
{
@@ -3800,7 +3980,13 @@
{
"term": "Delete",
"context": "Delete",
- "reference": "Widgets/VpnDetailContent.qml:223, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/NetworkTab.qml:1826, Modules/Settings/DisplayConfigTab.qml:322",
+ "reference": "Widgets/VpnDetailContent.qml:223, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/UsersTab.qml:322, Modules/Settings/NetworkTab.qml:1826, Modules/Settings/DisplayConfigTab.qml:322",
+ "comment": ""
+ },
+ {
+ "term": "Delete \"%1\" and remove the home directory? This cannot be undone.",
+ "context": "Delete \"%1\" and remove the home directory? This cannot be undone.",
+ "reference": "Modules/Settings/UsersTab.qml:321",
"comment": ""
},
{
@@ -3824,7 +4010,7 @@
{
"term": "Delete Saved Item?",
"context": "Delete Saved Item?",
- "reference": "Services/ClipboardService.qml:232",
+ "reference": "Services/ClipboardService.qml:305",
"comment": ""
},
{
@@ -3845,6 +4031,18 @@
"reference": "Modules/Settings/DisplayConfigTab.qml:309",
"comment": ""
},
+ {
+ "term": "Delete user",
+ "context": "Delete user",
+ "reference": "Modules/Settings/UsersTab.qml:314",
+ "comment": ""
+ },
+ {
+ "term": "Delete user?",
+ "context": "Delete user?",
+ "reference": "Modules/Settings/UsersTab.qml:320",
+ "comment": ""
+ },
{
"term": "Demi Bold",
"context": "Demi Bold",
@@ -3878,7 +4076,7 @@
{
"term": "Description",
"context": "Description",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:895, Modules/Settings/PrinterTab.qml:796",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:923, Modules/Settings/PrinterTab.qml:796",
"comment": ""
},
{
@@ -3938,13 +4136,13 @@
{
"term": "Development",
"context": "Development",
- "reference": "Services/AppSearchService.qml:666, Services/AppSearchService.qml:667, Services/AppSearchService.qml:668, Widgets/DankIconPicker.qml:31",
+ "reference": "Services/AppSearchService.qml:665, Services/AppSearchService.qml:666, Services/AppSearchService.qml:667, Widgets/DankIconPicker.qml:31",
"comment": ""
},
{
"term": "Device",
"context": "Device",
- "reference": "Widgets/KeybindItem.qml:1000, Modules/Settings/PrinterTab.qml:423",
+ "reference": "Widgets/KeybindItem.qml:1005, Modules/Settings/PrinterTab.qml:423",
"comment": ""
},
{
@@ -3980,7 +4178,7 @@
{
"term": "Direction Source",
"context": "Direction Source",
- "reference": "Modules/Settings/DankBarTab.qml:1483",
+ "reference": "Modules/Settings/DankBarTab.qml:1516",
"comment": "bar shadow direction source"
},
{
@@ -3998,7 +4196,7 @@
{
"term": "Disable Autoconnect",
"context": "Disable Autoconnect",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:840",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:844",
"comment": ""
},
{
@@ -4022,19 +4220,19 @@
{
"term": "Disabled",
"context": "Disabled",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1392, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NetworkTab.qml:819, Modules/Settings/DankBarTab.qml:358, Modules/Settings/NotificationsTab.qml:729, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1764, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1770, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1784, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1798, Modules/ControlCenter/Components/DragDropGrid.qml:386",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1399, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NetworkTab.qml:819, Modules/Settings/DankBarTab.qml:358, Modules/Settings/NotificationsTab.qml:740, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1855, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1881, Modules/ControlCenter/Components/DragDropGrid.qml:398",
"comment": "bluetooth status | lock screen notification mode option"
},
{
"term": "Disabled by Frame Mode",
"context": "Disabled by Frame Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2258",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2265",
"comment": ""
},
{
"term": "Disabling WiFi...",
"context": "Disabling WiFi...",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:362",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:372",
"comment": "network status"
},
{
@@ -4058,7 +4256,7 @@
{
"term": "Disconnect",
"context": "Disconnect",
- "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkTab.qml:1625, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:428, Modules/ControlCenter/Details/NetworkDetail.qml:786",
+ "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkTab.qml:1625, Modules/ControlCenter/Details/BluetoothDetail.qml:617, Modules/ControlCenter/Details/NetworkDetail.qml:428, Modules/ControlCenter/Details/NetworkDetail.qml:790",
"comment": ""
},
{
@@ -4070,7 +4268,7 @@
{
"term": "Disconnected from WiFi",
"context": "Disconnected from WiFi",
- "reference": "Services/LegacyNetworkService.qml:385, Services/DMSNetworkService.qml:521",
+ "reference": "Services/LegacyNetworkService.qml:388, Services/DMSNetworkService.qml:524",
"comment": ""
},
{
@@ -4100,7 +4298,7 @@
{
"term": "Disk Usage Display",
"context": "Disk Usage Display",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1109",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1303",
"comment": ""
},
{
@@ -4118,13 +4316,13 @@
{
"term": "Display",
"context": "Display",
- "reference": "Modules/Settings/WindowRulesTab.qml:546, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:38",
+ "reference": "Modules/Settings/WindowRulesTab.qml:553, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:38",
"comment": ""
},
{
"term": "Display Assignment",
"context": "Display Assignment",
- "reference": "Modules/Settings/DankBarTab.qml:485, Modules/Settings/FrameTab.qml:366",
+ "reference": "Modules/Settings/DankBarTab.qml:485, Modules/Settings/FrameTab.qml:357",
"comment": ""
},
{
@@ -4268,7 +4466,7 @@
{
"term": "Do Not Disturb",
"context": "Do Not Disturb",
- "reference": "Modules/Settings/NotificationsTab.qml:386, 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/NotificationsTab.qml:397, 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": ""
},
{
@@ -4280,7 +4478,7 @@
{
"term": "Dock & Launcher",
"context": "Dock & Launcher",
- "reference": "Modals/Settings/SettingsSidebar.qml:172, Modals/Settings/SettingsSidebar.qml:598",
+ "reference": "Modals/Settings/SettingsSidebar.qml:172, Modals/Settings/SettingsSidebar.qml:604",
"comment": ""
},
{
@@ -4352,7 +4550,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:944",
+ "reference": "Modules/Settings/WidgetsTab.qml:966",
"comment": ""
},
{
@@ -4379,6 +4577,12 @@
"reference": "Services/WeatherService.qml:128, Services/WeatherService.qml:129, Services/WeatherService.qml:130",
"comment": ""
},
+ {
+ "term": "Drop your override for %1 so the DMS default action re-applies?",
+ "context": "Drop your override for %1 so the DMS default action re-applies?",
+ "reference": "Modules/Settings/KeybindsTab.qml:117",
+ "comment": ""
+ },
{
"term": "Duplicate",
"context": "Duplicate",
@@ -4394,7 +4598,7 @@
{
"term": "Duration",
"context": "Duration",
- "reference": "Modules/Settings/NotificationsTab.qml:358",
+ "reference": "Modules/Settings/NotificationsTab.qml:369",
"comment": ""
},
{
@@ -4418,7 +4622,7 @@
{
"term": "Dynamic",
"context": "Dynamic",
- "reference": "Modules/Settings/ThemeColorsTab.qml:233, Modules/Settings/TypographyMotionTab.qml:76",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:240, Modules/Settings/TypographyMotionTab.qml:76",
"comment": "dynamic theme name"
},
{
@@ -4436,13 +4640,13 @@
{
"term": "Dynamic colors from wallpaper",
"context": "Dynamic colors from wallpaper",
- "reference": "Modules/Settings/ThemeColorsTab.qml:491",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:498",
"comment": "dynamic colors description"
},
{
"term": "Dynamic colors parse error: %1",
"context": "Dynamic colors parse error: %1",
- "reference": "Common/Theme.qml:2105",
+ "reference": "Common/Theme.qml:2122",
"comment": ""
},
{
@@ -4460,19 +4664,25 @@
{
"term": "Edge Spacing",
"context": "Edge Spacing",
- "reference": "Modules/Settings/DankBarTab.qml:758",
+ "reference": "Modules/Settings/DankBarTab.qml:768",
"comment": ""
},
{
"term": "Edge the launcher slides from",
"context": "Edge the launcher slides from",
- "reference": "Modules/Settings/FrameTab.qml:324",
+ "reference": "Modules/Settings/FrameTab.qml:315",
"comment": ""
},
{
"term": "Edit App",
"context": "Edit App",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:142, Modals/DankLauncherV2/LauncherContent.qml:818",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:179, Modals/DankLauncherV2/LauncherContent.qml:846",
+ "comment": ""
+ },
+ {
+ "term": "Edit Clipboard",
+ "context": "Edit Clipboard",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:199",
"comment": ""
},
{
@@ -4481,16 +4691,22 @@
"reference": "Modals/WindowRuleModal.qml:24, Modals/WindowRuleModal.qml:405",
"comment": ""
},
+ {
+ "term": "Edit clipboard text",
+ "context": "Edit clipboard text",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:280",
+ "comment": ""
+ },
{
"term": "Education",
"context": "Education",
- "reference": "Services/AppSearchService.qml:669",
+ "reference": "Services/AppSearchService.qml:668",
"comment": ""
},
{
"term": "Empty",
"context": "Empty",
- "reference": "DMSShell.qml:411, Services/BatteryService.qml:206, Modules/Notepad/NotepadTextEditor.qml:841",
+ "reference": "DMSShell.qml:512, Services/BatteryService.qml:206, Modules/Notepad/NotepadTextEditor.qml:841",
"comment": "battery status"
},
{
@@ -4508,7 +4724,7 @@
{
"term": "Empty Trash?",
"context": "Empty Trash?",
- "reference": "DMSShell.qml:409",
+ "reference": "DMSShell.qml:510",
"comment": ""
},
{
@@ -4520,7 +4736,7 @@
{
"term": "Enable Autoconnect",
"context": "Enable Autoconnect",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:840",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:844",
"comment": ""
},
{
@@ -4532,7 +4748,7 @@
{
"term": "Enable Do Not Disturb",
"context": "Enable Do Not Disturb",
- "reference": "Modules/Settings/NotificationsTab.qml:392",
+ "reference": "Modules/Settings/NotificationsTab.qml:403",
"comment": ""
},
{
@@ -4544,13 +4760,13 @@
{
"term": "Enable History",
"context": "Enable History",
- "reference": "Modules/Settings/NotificationsTab.qml:809",
+ "reference": "Modules/Settings/NotificationsTab.qml:820",
"comment": "notification history toggle label"
},
{
"term": "Enable Overview Overlay",
"context": "Enable Overview Overlay",
- "reference": "Modules/Settings/LauncherTab.qml:549",
+ "reference": "Modules/Settings/LauncherTab.qml:753",
"comment": ""
},
{
@@ -4586,7 +4802,7 @@
{
"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:1430",
+ "reference": "Modules/Settings/DankBarTab.qml:1461",
"comment": ""
},
{
@@ -4634,7 +4850,7 @@
{
"term": "Enabled",
"context": "Enabled",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1392, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1764, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1798, Modules/ControlCenter/Components/DragDropGrid.qml:387",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1399, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1855, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1881, Modules/ControlCenter/Components/DragDropGrid.qml:399",
"comment": "bluetooth status"
},
{
@@ -4700,25 +4916,25 @@
{
"term": "Enabling WiFi...",
"context": "Enabling WiFi...",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:362",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:193, Modules/ControlCenter/Components/DragDropGrid.qml:372",
"comment": "network status"
},
{
"term": "End",
"context": "End",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1207, Modules/Settings/GammaControlTab.qml:295",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1214, Modules/Settings/GammaControlTab.qml:295",
"comment": ""
},
{
"term": "Enlarge on Hover",
"context": "Enlarge on Hover",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2822",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3016",
"comment": ""
},
{
"term": "Enlargement %",
"context": "Enlargement %",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2861",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3055",
"comment": ""
},
{
@@ -4796,7 +5012,7 @@
{
"term": "Enter launch prefix (e.g., 'uwsm-app')",
"context": "Enter launch prefix (e.g., 'uwsm-app')",
- "reference": "Modules/Settings/LauncherTab.qml:364",
+ "reference": "Modules/Settings/LauncherTab.qml:568",
"comment": ""
},
{
@@ -4838,19 +5054,19 @@
{
"term": "Entry pinned",
"context": "Entry pinned",
- "reference": "Services/ClipboardService.qml:267",
+ "reference": "Services/ClipboardService.qml:340",
"comment": ""
},
{
"term": "Entry unpinned",
"context": "Entry unpinned",
- "reference": "Services/ClipboardService.qml:281",
+ "reference": "Services/ClipboardService.qml:354",
"comment": ""
},
{
"term": "Environment Variables",
"context": "Environment Variables",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:915",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:943",
"comment": ""
},
{
@@ -4868,7 +5084,7 @@
{
"term": "Ethernet",
"context": "Ethernet",
- "reference": "Modules/Settings/NetworkTab.qml:211, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:328, Modules/ControlCenter/Details/NetworkDetail.qml:136, Modules/ControlCenter/Components/DragDropGrid.qml:366, Modules/ControlCenter/Components/DragDropGrid.qml:369",
+ "reference": "Modules/Settings/NetworkTab.qml:211, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:328, Modules/ControlCenter/Details/NetworkDetail.qml:136, Modules/ControlCenter/Components/DragDropGrid.qml:378, Modules/ControlCenter/Components/DragDropGrid.qml:381",
"comment": "network status"
},
{
@@ -4904,7 +5120,13 @@
{
"term": "Exclusive Zone Offset",
"context": "Exclusive Zone Offset",
- "reference": "Modules/Settings/DockTab.qml:621, Modules/Settings/DankBarTab.qml:779",
+ "reference": "Modules/Settings/DockTab.qml:621, Modules/Settings/DankBarTab.qml:790",
+ "comment": ""
+ },
+ {
+ "term": "Existing Users",
+ "context": "Existing Users",
+ "reference": "Modules/Settings/UsersTab.qml:93",
"comment": ""
},
{
@@ -4922,7 +5144,7 @@
{
"term": "Exponential",
"context": "Exponential",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:445",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:515",
"comment": ""
},
{
@@ -4958,7 +5180,7 @@
{
"term": "Extra Arguments",
"context": "Extra Arguments",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:941",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:969",
"comment": ""
},
{
@@ -5006,13 +5228,13 @@
{
"term": "Failed to activate configuration",
"context": "Failed to activate configuration",
- "reference": "Services/DMSNetworkService.qml:425",
+ "reference": "Services/DMSNetworkService.qml:428",
"comment": ""
},
{
"term": "Failed to add binds include",
"context": "Failed to add binds include",
- "reference": "Services/KeybindsService.qml:237",
+ "reference": "Services/KeybindsService.qml:239",
"comment": ""
},
{
@@ -5036,7 +5258,7 @@
{
"term": "Failed to apply profile",
"context": "Failed to apply profile",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:493",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:494",
"comment": ""
},
{
@@ -5060,25 +5282,25 @@
{
"term": "Failed to check pin limit",
"context": "Failed to check pin limit",
- "reference": "Services/ClipboardService.qml:250",
+ "reference": "Services/ClipboardService.qml:323",
"comment": ""
},
{
"term": "Failed to connect VPN",
"context": "Failed to connect VPN",
- "reference": "Services/DMSNetworkService.qml:871",
+ "reference": "Services/DMSNetworkService.qml:874",
"comment": ""
},
{
"term": "Failed to connect to %1",
"context": "Failed to connect to %1",
- "reference": "Services/LegacyNetworkService.qml:313, Services/DMSNetworkService.qml:396",
+ "reference": "Services/LegacyNetworkService.qml:316, Services/DMSNetworkService.qml:399",
"comment": ""
},
{
"term": "Failed to copy entry",
"context": "Failed to copy entry",
- "reference": "Services/ClipboardService.qml:170, Services/ClipboardService.qml:190",
+ "reference": "Services/ClipboardService.qml:232, Services/ClipboardService.qml:263",
"comment": ""
},
{
@@ -5126,19 +5348,19 @@
{
"term": "Failed to disconnect VPN",
"context": "Failed to disconnect VPN",
- "reference": "Services/DMSNetworkService.qml:895",
+ "reference": "Services/DMSNetworkService.qml:898",
"comment": ""
},
{
"term": "Failed to disconnect VPNs",
"context": "Failed to disconnect VPNs",
- "reference": "Services/DMSNetworkService.qml:913",
+ "reference": "Services/DMSNetworkService.qml:916",
"comment": ""
},
{
"term": "Failed to disconnect WiFi",
"context": "Failed to disconnect WiFi",
- "reference": "Services/DMSNetworkService.qml:519",
+ "reference": "Services/DMSNetworkService.qml:522",
"comment": ""
},
{
@@ -5156,7 +5378,7 @@
{
"term": "Failed to enable WiFi",
"context": "Failed to enable WiFi",
- "reference": "Services/DMSNetworkService.qml:622",
+ "reference": "Services/DMSNetworkService.qml:625",
"comment": ""
},
{
@@ -5228,19 +5450,19 @@
{
"term": "Failed to parse plugin_settings.json",
"context": "Failed to parse plugin_settings.json",
- "reference": "Common/SettingsData.qml:1488",
+ "reference": "Common/SettingsData.qml:1493",
"comment": ""
},
{
"term": "Failed to parse session.json",
"context": "Failed to parse session.json",
- "reference": "Common/SessionData.qml:262, Common/SessionData.qml:342",
+ "reference": "Common/SessionData.qml:263, Common/SessionData.qml:343",
"comment": ""
},
{
"term": "Failed to parse settings.json",
"context": "Failed to parse settings.json",
- "reference": "Common/SettingsData.qml:1390, Common/SettingsData.qml:3155",
+ "reference": "Common/SettingsData.qml:1395, Common/SettingsData.qml:3160",
"comment": ""
},
{
@@ -5252,7 +5474,7 @@
{
"term": "Failed to pin entry",
"context": "Failed to pin entry",
- "reference": "Services/ClipboardService.qml:264",
+ "reference": "Services/ClipboardService.qml:337",
"comment": ""
},
{
@@ -5294,7 +5516,7 @@
{
"term": "Failed to remove keybind",
"context": "Failed to remove keybind",
- "reference": "Services/KeybindsService.qml:214",
+ "reference": "Services/KeybindsService.qml:216",
"comment": ""
},
{
@@ -5348,13 +5570,13 @@
{
"term": "Failed to save keybind",
"context": "Failed to save keybind",
- "reference": "Services/KeybindsService.qml:188",
+ "reference": "Services/KeybindsService.qml:190",
"comment": ""
},
{
"term": "Failed to save profile",
"context": "Failed to save profile",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:606",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:607",
"comment": ""
},
{
@@ -5426,13 +5648,13 @@
{
"term": "Failed to start connection to %1",
"context": "Failed to start connection to %1",
- "reference": "Services/DMSNetworkService.qml:506",
+ "reference": "Services/DMSNetworkService.qml:509",
"comment": ""
},
{
"term": "Failed to unpin entry",
"context": "Failed to unpin entry",
- "reference": "Services/ClipboardService.qml:278",
+ "reference": "Services/ClipboardService.qml:351",
"comment": ""
},
{
@@ -5444,7 +5666,13 @@
{
"term": "Failed to update autoconnect",
"context": "Failed to update autoconnect",
- "reference": "Services/DMSNetworkService.qml:978",
+ "reference": "Services/DMSNetworkService.qml:981",
+ "comment": ""
+ },
+ {
+ "term": "Failed to update clipboard",
+ "context": "Failed to update clipboard",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:118",
"comment": ""
},
{
@@ -5468,7 +5696,7 @@
{
"term": "Failed to write temp file for validation",
"context": "Failed to write temp file for validation",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1832",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1915",
"comment": ""
},
{
@@ -5510,7 +5738,7 @@
{
"term": "Field",
"context": "Field",
- "reference": "Modules/Settings/NotificationsTab.qml:545",
+ "reference": "Modules/Settings/NotificationsTab.qml:556",
"comment": ""
},
{
@@ -5558,13 +5786,13 @@
{
"term": "File search unavailable",
"context": "File search unavailable",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:156",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:160",
"comment": ""
},
{
"term": "Files",
"context": "Files",
- "reference": "Modals/DankLauncherV2/Controller.qml:218, Modals/DankLauncherV2/Controller.qml:1087, Modals/DankLauncherV2/Controller.qml:1108, Modals/DankLauncherV2/SpotlightLauncherContent.qml:441, Modals/DankLauncherV2/LauncherContent.qml:323, Modals/DankLauncherV2/LauncherContent.qml:594, Modules/Settings/LauncherTab.qml:683",
+ "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",
"comment": ""
},
{
@@ -5591,6 +5819,12 @@
"reference": "Modules/Notepad/NotepadTextEditor.qml:363",
"comment": ""
},
+ {
+ "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:791",
+ "comment": ""
+ },
{
"term": "Fingerprint availability could not be confirmed.",
"context": "Fingerprint availability could not be confirmed.",
@@ -5600,13 +5834,13 @@
{
"term": "Fingerprint error",
"context": "Fingerprint error",
- "reference": "Modules/Lock/LockScreenContent.qml:64",
+ "reference": "Modules/Lock/LockScreenContent.qml:65",
"comment": ""
},
{
"term": "Fingerprint not recognized (%1/%2). Please try again or use password.",
"context": "Fingerprint not recognized (%1/%2). Please try again or use password.",
- "reference": "Modules/Lock/LockScreenContent.qml:68",
+ "reference": "Modules/Lock/LockScreenContent.qml:69",
"comment": ""
},
{
@@ -5636,7 +5870,7 @@
{
"term": "First Time Setup",
"context": "First Time Setup",
- "reference": "Modules/Settings/KeybindsTab.qml:326, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:48",
+ "reference": "Modules/Settings/KeybindsTab.qml:379, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:48",
"comment": ""
},
{
@@ -5648,49 +5882,49 @@
{
"term": "Fix Now",
"context": "Fix Now",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2364, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:367, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:84",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2371, Modules/Settings/WindowRulesTab.qml:374, Modules/Settings/KeybindsTab.qml:420, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:84",
"comment": ""
},
{
"term": "Fixing...",
"context": "Fixing...",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2364, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:364, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:81",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2371, Modules/Settings/WindowRulesTab.qml:374, Modules/Settings/KeybindsTab.qml:417, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:81",
"comment": ""
},
{
"term": "Flags",
"context": "Flags",
- "reference": "Widgets/KeybindItem.qml:1520",
+ "reference": "Widgets/KeybindItem.qml:1525",
"comment": ""
},
{
"term": "Flipped",
"context": "Flipped",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2396, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2417",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2479, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2500",
"comment": ""
},
{
"term": "Flipped 180°",
"context": "Flipped 180°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2400, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2421",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2483, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2504",
"comment": ""
},
{
"term": "Flipped 270°",
"context": "Flipped 270°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2402, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2423",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2485, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2506",
"comment": ""
},
{
"term": "Flipped 90°",
"context": "Flipped 90°",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2398, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2419",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2481, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2502",
"comment": ""
},
{
"term": "Float",
"context": "Float",
- "reference": "Modals/WindowRuleModal.qml:527, Modules/Settings/WindowRulesTab.qml:535",
+ "reference": "Modals/WindowRuleModal.qml:527, Modules/Settings/WindowRulesTab.qml:542",
"comment": ""
},
{
@@ -5708,13 +5942,13 @@
{
"term": "Focus",
"context": "Focus",
- "reference": "Modals/WindowRuleModal.qml:544, Modules/Settings/WindowRulesTab.qml:539",
+ "reference": "Modals/WindowRuleModal.qml:544, Modules/Settings/WindowRulesTab.qml:546",
"comment": ""
},
{
"term": "Focus at Startup",
"context": "Focus at Startup",
- "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1774",
+ "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1857",
"comment": ""
},
{
@@ -5732,7 +5966,7 @@
{
"term": "Focused Monitor Only",
"context": "Focused Monitor Only",
- "reference": "Modules/Settings/NotificationsTab.qml:297",
+ "reference": "Modules/Settings/NotificationsTab.qml:308",
"comment": ""
},
{
@@ -5762,13 +5996,13 @@
{
"term": "Folders",
"context": "Folders",
- "reference": "Modals/DankLauncherV2/Controller.qml:1098, Modals/DankLauncherV2/Controller.qml:1108, Modals/DankLauncherV2/LauncherContent.qml:599, Modules/Settings/LauncherTab.qml:694",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1135, Modals/DankLauncherV2/Controller.qml:1145, Modals/DankLauncherV2/LauncherContent.qml:627, Modules/Settings/LauncherTab.qml:898",
"comment": ""
},
{
"term": "Follow DMS background color",
"context": "Follow DMS background color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2813",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2820",
"comment": ""
},
{
@@ -5780,7 +6014,13 @@
{
"term": "Follow focus",
"context": "Follow focus",
- "reference": "Widgets/KeybindItem.qml:1279",
+ "reference": "Widgets/KeybindItem.qml:1284",
+ "comment": ""
+ },
+ {
+ "term": "Follows the default launcher choice selected above.",
+ "context": "Follows the default launcher choice selected above.",
+ "reference": "Modules/Settings/LauncherTab.qml:142",
"comment": ""
},
{
@@ -5798,7 +6038,7 @@
{
"term": "Font Scale",
"context": "Font Scale",
- "reference": "Modules/Settings/TypographyMotionTab.qml:321, Modules/Settings/DankBarTab.qml:959",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:321, Modules/Settings/DankBarTab.qml:977",
"comment": ""
},
{
@@ -5864,7 +6104,7 @@
{
"term": "Force HDR",
"context": "Force HDR",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1794",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1877",
"comment": ""
},
{
@@ -5876,13 +6116,13 @@
{
"term": "Force Wide Color",
"context": "Force Wide Color",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1796",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1879",
"comment": ""
},
{
"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:2295",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2302",
"comment": ""
},
{
@@ -5906,13 +6146,13 @@
{
"term": "Foreground Layers",
"context": "Foreground Layers",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1861",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1868",
"comment": ""
},
{
"term": "Forever",
"context": "Forever",
- "reference": "Modules/Settings/NotificationsTab.qml:837, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:855",
+ "reference": "Modules/Settings/NotificationsTab.qml:848, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/NotificationsTab.qml:866",
"comment": "notification history retention option"
},
{
@@ -5936,13 +6176,13 @@
{
"term": "Forget Network",
"context": "Forget Network",
- "reference": "Modules/Settings/NetworkTab.qml:1305, Modules/ControlCenter/Details/NetworkDetail.qml:863",
+ "reference": "Modules/Settings/NetworkTab.qml:1305, Modules/ControlCenter/Details/NetworkDetail.qml:867",
"comment": ""
},
{
"term": "Forgot network %1",
"context": "Forgot network %1",
- "reference": "Services/LegacyNetworkService.qml:393, Services/DMSNetworkService.qml:579",
+ "reference": "Services/LegacyNetworkService.qml:396, Services/DMSNetworkService.qml:582",
"comment": ""
},
{
@@ -5978,7 +6218,7 @@
{
"term": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.",
"context": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.",
- "reference": "Modules/Settings/LauncherTab.qml:465",
+ "reference": "Modules/Settings/LauncherTab.qml:669",
"comment": ""
},
{
@@ -6002,7 +6242,7 @@
{
"term": "Full",
"context": "Full",
- "reference": "Modules/Settings/LauncherTab.qml:62",
+ "reference": "Modules/Settings/LauncherTab.qml:93",
"comment": ""
},
{
@@ -6014,7 +6254,7 @@
{
"term": "Full Content",
"context": "Full Content",
- "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:729",
+ "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:740",
"comment": "lock screen notification mode option"
},
{
@@ -6029,16 +6269,10 @@
"reference": "Modules/Settings/GreeterTab.qml:416, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:158, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:245, Modules/Settings/TimeWeatherTab.qml:267",
"comment": "date format option"
},
- {
- "term": "Full-featured launcher with mode tabs, grid view, and action panel.",
- "context": "Full-featured launcher with mode tabs, grid view, and action panel.",
- "reference": "Modules/Settings/LauncherTab.qml:51",
- "comment": ""
- },
{
"term": "Fullscreen",
"context": "Fullscreen",
- "reference": "Modals/WindowRuleModal.qml:535, Modules/Settings/WindowRulesTab.qml:538",
+ "reference": "Modals/WindowRuleModal.qml:535, Modules/Settings/WindowRulesTab.qml:545",
"comment": ""
},
{
@@ -6104,7 +6338,7 @@
{
"term": "Games",
"context": "Games",
- "reference": "Services/AppSearchService.qml:670",
+ "reference": "Services/AppSearchService.qml:669",
"comment": ""
},
{
@@ -6122,13 +6356,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:3021",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:3028",
"comment": ""
},
{
"term": "Generic",
"context": "Generic",
- "reference": "Modules/Settings/ThemeColorsTab.qml:292, Modules/Settings/ThemeColorsTab.qml:292",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:299, Modules/Settings/ThemeColorsTab.qml:299",
"comment": "theme category option"
},
{
@@ -6170,13 +6404,13 @@
{
"term": "Goth Corner Radius",
"context": "Goth Corner Radius",
- "reference": "Modules/Settings/DankBarTab.qml:1097",
+ "reference": "Modules/Settings/DankBarTab.qml:1122",
"comment": ""
},
{
"term": "Goth Corners",
"context": "Goth Corners",
- "reference": "Modules/Settings/DankBarTab.qml:1071",
+ "reference": "Modules/Settings/DankBarTab.qml:1094",
"comment": ""
},
{
@@ -6191,6 +6425,36 @@
"reference": "Modules/Settings/PowerSleepTab.qml:84",
"comment": ""
},
+ {
+ "term": "Grant",
+ "context": "Grant",
+ "reference": "Modules/Settings/UsersTab.qml:295",
+ "comment": ""
+ },
+ {
+ "term": "Grant admin?",
+ "context": "Grant admin?",
+ "reference": "Modules/Settings/UsersTab.qml:293",
+ "comment": ""
+ },
+ {
+ "term": "Grant administrator privileges",
+ "context": "Grant administrator privileges",
+ "reference": "Modules/Settings/UsersTab.qml:457",
+ "comment": ""
+ },
+ {
+ "term": "Granted administrator privileges",
+ "context": "Granted administrator privileges",
+ "reference": "Services/UsersService.qml:409",
+ "comment": ""
+ },
+ {
+ "term": "Granted greeter login access",
+ "context": "Granted greeter login access",
+ "reference": "Services/UsersService.qml:379",
+ "comment": ""
+ },
{
"term": "Graph Time Range",
"context": "Graph Time Range",
@@ -6200,13 +6464,13 @@
{
"term": "Graphics",
"context": "Graphics",
- "reference": "Services/AppSearchService.qml:671, Services/AppSearchService.qml:672",
+ "reference": "Services/AppSearchService.qml:670, Services/AppSearchService.qml:671",
"comment": ""
},
{
"term": "Greeter",
"context": "Greeter",
- "reference": "Modals/Settings/SettingsSidebar.qml:319",
+ "reference": "Modals/Settings/SettingsSidebar.qml:325",
"comment": ""
},
{
@@ -6239,6 +6503,18 @@
"reference": "Modules/Settings/GreeterTab.qml:573",
"comment": ""
},
+ {
+ "term": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.",
+ "context": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.",
+ "reference": "Modules/Settings/UsersTab.qml:151",
+ "comment": ""
+ },
+ {
+ "term": "Greeter group:",
+ "context": "Greeter group:",
+ "reference": "Modules/Settings/UsersTab.qml:122",
+ "comment": ""
+ },
{
"term": "Greeter only — does not affect main clock",
"context": "Greeter only — does not affect main clock",
@@ -6260,7 +6536,7 @@
{
"term": "Grid Columns",
"context": "Grid Columns",
- "reference": "Modules/Settings/LauncherTab.qml:389",
+ "reference": "Modules/Settings/LauncherTab.qml:593",
"comment": ""
},
{
@@ -6290,7 +6566,7 @@
{
"term": "Group by App",
"context": "Group by App",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2276, Modules/Settings/DockTab.qml:171",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2470, Modules/Settings/DockTab.qml:171",
"comment": ""
},
{
@@ -6392,7 +6668,7 @@
{
"term": "Height",
"context": "Height",
- "reference": "Modules/Settings/WindowRulesTab.qml:543",
+ "reference": "Modules/Settings/WindowRulesTab.qml:550",
"comment": ""
},
{
@@ -6416,7 +6692,7 @@
{
"term": "Hibernate",
"context": "Hibernate",
- "reference": "Modals/PowerMenuModal.qml:210, Modules/Lock/LockPowerMenu.qml:128, Modules/Settings/PowerSleepTab.qml:344, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:217, Modules/Lock/LockPowerMenu.qml:130, Modules/Settings/PowerSleepTab.qml:344, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
@@ -6440,7 +6716,7 @@
{
"term": "Hidden Apps",
"context": "Hidden Apps",
- "reference": "Modules/Settings/LauncherTab.qml:952",
+ "reference": "Modules/Settings/LauncherTab.qml:1165",
"comment": ""
},
{
@@ -6452,7 +6728,7 @@
{
"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:982",
+ "reference": "Modules/Settings/LauncherTab.qml:1195",
"comment": ""
},
{
@@ -6470,55 +6746,49 @@
{
"term": "Hide App",
"context": "Hide App",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:135",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:172",
"comment": ""
},
{
"term": "Hide Delay",
"context": "Hide Delay",
- "reference": "Modules/Settings/DankBarTab.qml:625",
+ "reference": "Modules/Settings/DankBarTab.qml:626",
"comment": ""
},
{
"term": "Hide Indicators",
"context": "Hide Indicators",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2670",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2864",
"comment": ""
},
- {
- "term": "Hide When Fullscreen",
- "context": "Hide When Fullscreen",
- "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/DankBarTab.qml:732",
- "comment": "bar visibility toggle: hide the bar when a window is fullscreen | dock visibility toggle: hide the dock when a window is fullscreen"
- },
{
"term": "Hide When Typing",
"context": "Hide When Typing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2408",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2415",
"comment": ""
},
{
"term": "Hide When Windows Open",
"context": "Hide When Windows Open",
- "reference": "Modules/Settings/DankBarTab.qml:660",
+ "reference": "Modules/Settings/DankBarTab.qml:663",
"comment": ""
},
{
"term": "Hide cursor after inactivity (0 = disabled)",
"context": "Hide cursor after inactivity (0 = disabled)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2455",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2462",
"comment": ""
},
{
"term": "Hide cursor when pressing keyboard keys",
"context": "Hide cursor when pressing keyboard keys",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2409",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2416",
"comment": ""
},
{
"term": "Hide cursor when using touch input",
"context": "Hide cursor when using touch input",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2438",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2445",
"comment": ""
},
{
@@ -6536,20 +6806,20 @@
{
"term": "Hide notification content until expanded; popups show collapsed by default",
"context": "Hide notification content until expanded; popups show collapsed by default",
- "reference": "Modules/Settings/NotificationsTab.qml:289",
+ "reference": "Modules/Settings/NotificationsTab.qml:300",
"comment": ""
},
{
"term": "Hide on Touch",
"context": "Hide on Touch",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2437",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2444",
"comment": ""
},
{
- "term": "Hide the dock when a window is fullscreen",
- "context": "Hide the dock when a window is fullscreen",
- "reference": "Modules/Settings/DockTab.qml:96",
- "comment": "dock visibility toggle description"
+ "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:650",
+ "comment": ""
},
{
"term": "High-fidelity palette that preserves source hues.",
@@ -6578,49 +6848,49 @@
{
"term": "History Retention",
"context": "History Retention",
- "reference": "Modules/Settings/NotificationsTab.qml:832",
+ "reference": "Modules/Settings/NotificationsTab.qml:843",
"comment": "notification history retention settings label"
},
{
"term": "History Settings",
"context": "History Settings",
- "reference": "Modules/Settings/NotificationsTab.qml:803, Modules/Settings/ClipboardTab.qml:278, Modules/Notifications/Center/NotificationSettings.qml:340",
+ "reference": "Modules/Settings/NotificationsTab.qml:814, Modules/Settings/ClipboardTab.qml:278, Modules/Notifications/Center/NotificationSettings.qml:340",
"comment": ""
},
{
"term": "History cleared. %1 pinned entries kept.",
"context": "History cleared. %1 pinned entries kept.",
- "reference": "Services/ClipboardService.qml:297",
+ "reference": "Services/ClipboardService.qml:370",
"comment": ""
},
{
"term": "Hold Duration",
"context": "Hold Duration",
- "reference": "Modules/Settings/PowerSleepTab.qml:510",
+ "reference": "Modules/Settings/PowerSleepTab.qml:515",
"comment": ""
},
{
"term": "Hold longer to confirm",
"context": "Hold longer to confirm",
- "reference": "Modals/PowerMenuModal.qml:796, Modules/Lock/LockPowerMenu.qml:800",
+ "reference": "Modals/PowerMenuModal.qml:809, Modules/Lock/LockPowerMenu.qml:813",
"comment": ""
},
{
"term": "Hold to Confirm Power Actions",
"context": "Hold to Confirm Power Actions",
- "reference": "Modules/Settings/PowerSleepTab.qml:497",
+ "reference": "Modules/Settings/PowerSleepTab.qml:502",
"comment": ""
},
{
"term": "Hold to confirm (%1 ms)",
"context": "Hold to confirm (%1 ms)",
- "reference": "Modals/PowerMenuModal.qml:799, Modals/PowerMenuModal.qml:803, Modules/Lock/LockPowerMenu.qml:803, Modules/Lock/LockPowerMenu.qml:807",
+ "reference": "Modals/PowerMenuModal.qml:812, Modals/PowerMenuModal.qml:816, Modules/Lock/LockPowerMenu.qml:816, Modules/Lock/LockPowerMenu.qml:820",
"comment": ""
},
{
"term": "Hold to confirm (%1s)",
"context": "Hold to confirm (%1s)",
- "reference": "Modals/PowerMenuModal.qml:800, Modals/PowerMenuModal.qml:804, Modules/Lock/LockPowerMenu.qml:804, Modules/Lock/LockPowerMenu.qml:808",
+ "reference": "Modals/PowerMenuModal.qml:813, Modals/PowerMenuModal.qml:817, Modules/Lock/LockPowerMenu.qml:817, Modules/Lock/LockPowerMenu.qml:821",
"comment": ""
},
{
@@ -6650,19 +6920,19 @@
{
"term": "Hot Corners",
"context": "Hot Corners",
- "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:85, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1776",
+ "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:85, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1859",
"comment": ""
},
{
"term": "Hotkey overlay title (optional)",
"context": "Hotkey overlay title (optional)",
- "reference": "Widgets/KeybindItem.qml:1506",
+ "reference": "Widgets/KeybindItem.qml:1511",
"comment": ""
},
{
"term": "Hour",
"context": "Hour",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1145, Modules/Settings/GammaControlTab.qml:232",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1152, Modules/Settings/GammaControlTab.qml:232",
"comment": ""
},
{
@@ -6710,7 +6980,7 @@
{
"term": "Hyprland Layout Overrides",
"context": "Hyprland Layout Overrides",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2044",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2051",
"comment": ""
},
{
@@ -6725,6 +6995,12 @@
"reference": "Modules/Settings/AboutTab.qml:71",
"comment": ""
},
+ {
+ "term": "Hyprland config still uses hyprlang",
+ "context": "Hyprland config still uses hyprlang",
+ "reference": "Services/KeybindsService.qml:516",
+ "comment": ""
+ },
{
"term": "I Understand",
"context": "I Understand",
@@ -6758,13 +7034,13 @@
{
"term": "Icon",
"context": "Icon",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:875, Modules/Settings/DockTab.qml:261",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:903, Modules/Settings/DockTab.qml:261",
"comment": ""
},
{
"term": "Icon Scale",
"context": "Icon Scale",
- "reference": "Modules/Settings/DankBarTab.qml:984",
+ "reference": "Modules/Settings/DankBarTab.qml:1002",
"comment": ""
},
{
@@ -6776,13 +7052,25 @@
{
"term": "Icon Size %",
"context": "Icon Size %",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2912",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:3106",
"comment": ""
},
{
"term": "Icon Theme",
"context": "Icon Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2493, Modules/Settings/ThemeColorsTab.qml:2501",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2500, Modules/Settings/ThemeColorsTab.qml:2508",
+ "comment": ""
+ },
+ {
+ "term": "Identical alerts show as one popup instead of stacking",
+ "context": "Identical alerts show as one popup instead of stacking",
+ "reference": "Modules/Settings/NotificationsTab.qml:281",
+ "comment": ""
+ },
+ {
+ "term": "Identical alerts stack as separate notification cards",
+ "context": "Identical alerts stack as separate notification cards",
+ "reference": "Modules/Settings/NotificationsTab.qml:282",
"comment": ""
},
{
@@ -6818,7 +7106,7 @@
{
"term": "Image",
"context": "Image",
- "reference": "Modals/DankLauncherV2/Controller.qml:1187, Modals/Clipboard/ClipboardEntry.qml:116",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:131",
"comment": ""
},
{
@@ -6830,7 +7118,7 @@
{
"term": "Image copied to clipboard",
"context": "Image copied to clipboard",
- "reference": "Services/ClipboardService.qml:173",
+ "reference": "Services/ClipboardService.qml:235",
"comment": ""
},
{
@@ -6860,7 +7148,7 @@
{
"term": "Include Files in All Tab",
"context": "Include Files in All Tab",
- "reference": "Modules/Settings/LauncherTab.qml:932",
+ "reference": "Modules/Settings/LauncherTab.qml:1145",
"comment": ""
},
{
@@ -6872,7 +7160,7 @@
{
"term": "Include Folders in All Tab",
"context": "Include Folders in All Tab",
- "reference": "Modules/Settings/LauncherTab.qml:941",
+ "reference": "Modules/Settings/LauncherTab.qml:1154",
"comment": ""
},
{
@@ -6884,7 +7172,7 @@
{
"term": "Include desktop actions (shortcuts) in search results.",
"context": "Include desktop actions (shortcuts) in search results.",
- "reference": "Modules/Settings/LauncherTab.qml:915",
+ "reference": "Modules/Settings/LauncherTab.qml:1119",
"comment": ""
},
{
@@ -6896,25 +7184,25 @@
{
"term": "Incorrect password",
"context": "Incorrect password",
- "reference": "Modals/WifiPasswordModal.qml:369, Modules/Greetd/GreeterContent.qml:236",
+ "reference": "Modals/WifiPasswordModal.qml:369, Modules/Greetd/GreeterContent.qml:241",
"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:232",
+ "reference": "Modules/Greetd/GreeterContent.qml:237",
"comment": ""
},
{
"term": "Incorrect password - next failures may trigger account lockout",
"context": "Incorrect password - next failures may trigger account lockout",
- "reference": "Modules/Greetd/GreeterContent.qml:234",
+ "reference": "Modules/Greetd/GreeterContent.qml:239",
"comment": ""
},
{
"term": "Incorrect password - try again",
"context": "Incorrect password - try again",
- "reference": "Modules/Lock/LockScreenContent.qml:62",
+ "reference": "Modules/Lock/LockScreenContent.qml:63",
"comment": ""
},
{
@@ -6950,13 +7238,19 @@
{
"term": "Inherit Global (Default)",
"context": "Inherit Global (Default)",
- "reference": "Modules/Settings/DankBarTab.qml:1486, Modules/Settings/DankBarTab.qml:1494",
+ "reference": "Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1527",
"comment": "bar shadow direction source option"
},
{
"term": "Inhibitable",
"context": "Inhibitable",
- "reference": "Widgets/KeybindItem.qml:1741",
+ "reference": "Widgets/KeybindItem.qml:1746",
+ "comment": ""
+ },
+ {
+ "term": "Inner padding applied to each widget",
+ "context": "Inner padding applied to each widget",
+ "reference": "Modules/Settings/DankBarTab.qml:835",
"comment": ""
},
{
@@ -6974,7 +7268,7 @@
{
"term": "Insert your security key...",
"context": "Insert your security key...",
- "reference": "Modules/Lock/LockScreenContent.qml:52",
+ "reference": "Modules/Lock/LockScreenContent.qml:53",
"comment": ""
},
{
@@ -7016,7 +7310,7 @@
{
"term": "Install dsearch to search files.",
"context": "Install dsearch to search files.",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:174",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:178",
"comment": ""
},
{
@@ -7028,7 +7322,7 @@
{
"term": "Install matugen package for dynamic theming",
"context": "Install matugen package for dynamic theming",
- "reference": "Modules/Settings/ThemeColorsTab.qml:488",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:495",
"comment": "matugen installation hint"
},
{
@@ -7082,7 +7376,7 @@
{
"term": "Integrations",
"context": "Integrations",
- "reference": "Modules/Settings/FrameTab.qml:347",
+ "reference": "Modules/Settings/FrameTab.qml:338",
"comment": ""
},
{
@@ -7094,7 +7388,7 @@
{
"term": "Intensity",
"context": "Intensity",
- "reference": "Modules/Settings/DankBarTab.qml:1457",
+ "reference": "Modules/Settings/DankBarTab.qml:1488",
"comment": "shadow intensity slider"
},
{
@@ -7112,7 +7406,7 @@
{
"term": "Internet",
"context": "Internet",
- "reference": "Services/AppSearchService.qml:673, Services/AppSearchService.qml:674, Services/AppSearchService.qml:675, Modules/Settings/DefaultAppsTab.qml:267",
+ "reference": "Services/AppSearchService.qml:672, Services/AppSearchService.qml:673, Services/AppSearchService.qml:674, Modules/Settings/DefaultAppsTab.qml:267",
"comment": "Internet"
},
{
@@ -7130,19 +7424,25 @@
{
"term": "Invalid configuration",
"context": "Invalid configuration",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1840",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1923",
"comment": ""
},
{
"term": "Invalid password for %1",
"context": "Invalid password for %1",
- "reference": "Services/LegacyNetworkService.qml:311",
+ "reference": "Services/LegacyNetworkService.qml:314",
+ "comment": ""
+ },
+ {
+ "term": "Invalid username",
+ "context": "Invalid username",
+ "reference": "Services/UsersService.qml:127",
"comment": ""
},
{
"term": "Invert on mode change",
"context": "Invert on mode change",
- "reference": "Modules/Settings/LauncherTab.qml:339",
+ "reference": "Modules/Settings/LauncherTab.qml:543",
"comment": ""
},
{
@@ -7172,7 +7472,7 @@
{
"term": "Keep Awake",
"context": "Keep Awake",
- "reference": "Modules/ControlCenter/Models/WidgetModel.qml:153, Modules/ControlCenter/Components/DragDropGrid.qml:708",
+ "reference": "Modules/ControlCenter/Models/WidgetModel.qml:153, Modules/ControlCenter/Components/DragDropGrid.qml:724",
"comment": ""
},
{
@@ -7184,13 +7484,13 @@
{
"term": "Keep typing",
"context": "Keep typing",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:158",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:162",
"comment": ""
},
{
"term": "Keeping Awake",
"context": "Keeping Awake",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:708",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:724",
"comment": ""
},
{
@@ -7202,7 +7502,7 @@
{
"term": "Key",
"context": "Key",
- "reference": "Widgets/KeybindItem.qml:589",
+ "reference": "Widgets/KeybindItem.qml:588",
"comment": ""
},
{
@@ -7238,13 +7538,13 @@
{
"term": "Keyboard Shortcuts",
"context": "Keyboard Shortcuts",
- "reference": "Modals/Settings/SettingsSidebar.qml:192, Modals/Settings/SettingsSidebar.qml:586, Modals/Clipboard/ClipboardHeader.qml:60, Modules/Settings/KeybindsTab.qml:232",
+ "reference": "Modals/Settings/SettingsSidebar.qml:192, Modals/Settings/SettingsSidebar.qml:592, Modals/Clipboard/ClipboardHeader.qml:60, Modules/Settings/KeybindsTab.qml:285",
"comment": ""
},
{
"term": "Keys",
"context": "Keys",
- "reference": "Widgets/KeybindItem.qml:502",
+ "reference": "Widgets/KeybindItem.qml:501",
"comment": ""
},
{
@@ -7274,7 +7574,7 @@
{
"term": "LED device",
"context": "LED device",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:335",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:378",
"comment": ""
},
{
@@ -7292,13 +7592,13 @@
{
"term": "Large",
"context": "Large",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2084",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1191, Modules/Settings/WidgetsTabSection.qml:2278",
"comment": ""
},
{
"term": "Largest",
"context": "Largest",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2089",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1196, Modules/Settings/WidgetsTabSection.qml:2283",
"comment": ""
},
{
@@ -7310,73 +7610,73 @@
{
"term": "Last launched %1",
"context": "Last launched %1",
- "reference": "Modules/Settings/LauncherTab.qml:1309",
+ "reference": "Modules/Settings/LauncherTab.qml:1522",
"comment": ""
},
{
"term": "Last launched %1 day ago",
"context": "Last launched %1 day ago",
- "reference": "Modules/Settings/LauncherTab.qml:1308",
+ "reference": "Modules/Settings/LauncherTab.qml:1521",
"comment": ""
},
{
"term": "Last launched %1 days ago",
"context": "Last launched %1 days ago",
- "reference": "Modules/Settings/LauncherTab.qml:1308",
+ "reference": "Modules/Settings/LauncherTab.qml:1521",
"comment": ""
},
{
"term": "Last launched %1 hour ago",
"context": "Last launched %1 hour ago",
- "reference": "Modules/Settings/LauncherTab.qml:1306",
+ "reference": "Modules/Settings/LauncherTab.qml:1519",
"comment": ""
},
{
"term": "Last launched %1 hours ago",
"context": "Last launched %1 hours ago",
- "reference": "Modules/Settings/LauncherTab.qml:1306",
+ "reference": "Modules/Settings/LauncherTab.qml:1519",
"comment": ""
},
{
"term": "Last launched %1 minute ago",
"context": "Last launched %1 minute ago",
- "reference": "Modules/Settings/LauncherTab.qml:1304",
+ "reference": "Modules/Settings/LauncherTab.qml:1517",
"comment": ""
},
{
"term": "Last launched %1 minutes ago",
"context": "Last launched %1 minutes ago",
- "reference": "Modules/Settings/LauncherTab.qml:1304",
+ "reference": "Modules/Settings/LauncherTab.qml:1517",
"comment": ""
},
{
"term": "Last launched just now",
"context": "Last launched just now",
- "reference": "Modules/Settings/LauncherTab.qml:1302",
+ "reference": "Modules/Settings/LauncherTab.qml:1515",
"comment": ""
},
{
"term": "Latitude",
"context": "Latitude",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1290, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:502",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1297, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:502",
"comment": ""
},
{
"term": "Launch",
"context": "Launch",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:179, Modals/DankLauncherV2/Controller.qml:1161, Modals/DankLauncherV2/Controller.qml:1620",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:216, Modals/DankLauncherV2/Controller.qml:1198, Modals/DankLauncherV2/Controller.qml:1656",
"comment": ""
},
{
"term": "Launch Prefix",
"context": "Launch Prefix",
- "reference": "Modules/Settings/LauncherTab.qml:350",
+ "reference": "Modules/Settings/LauncherTab.qml:554",
"comment": ""
},
{
"term": "Launch on dGPU",
"context": "Launch on dGPU",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:171, Modals/DankLauncherV2/ActionPanel.qml:61, Modules/Dock/DockContextMenu.qml:295, Modules/DankBar/Widgets/AppsDockContextMenu.qml:410",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:208, Modals/DankLauncherV2/ActionPanel.qml:61, Modules/Dock/DockContextMenu.qml:295, Modules/DankBar/Widgets/AppsDockContextMenu.qml:410",
"comment": ""
},
{
@@ -7394,31 +7694,25 @@
{
"term": "Launcher Button Logo",
"context": "Launcher Button Logo",
- "reference": "Modules/Settings/LauncherTab.qml:75",
+ "reference": "Modules/Settings/LauncherTab.qml:279",
"comment": ""
},
{
"term": "Launcher Emerge Side",
"context": "Launcher Emerge Side",
- "reference": "Modules/Settings/FrameTab.qml:323",
- "comment": ""
- },
- {
- "term": "Launcher Style",
- "context": "Launcher Style",
- "reference": "Modules/Settings/LauncherTab.qml:38, Modules/Settings/LauncherTab.qml:44",
+ "reference": "Modules/Settings/FrameTab.qml:314",
"comment": ""
},
{
"term": "Layer Outline Opacity",
"context": "Layer Outline Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1873",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1880",
"comment": ""
},
{
"term": "Layout",
"context": "Layout",
- "reference": "Modules/Settings/WidgetsTab.qml:37, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1778, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:167",
+ "reference": "Modules/Settings/WidgetsTab.qml:37, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1861, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:167",
"comment": ""
},
{
@@ -7448,7 +7742,7 @@
{
"term": "Left Section",
"context": "Left Section",
- "reference": "Modules/Settings/WidgetsTab.qml:967",
+ "reference": "Modules/Settings/WidgetsTab.qml:989",
"comment": ""
},
{
@@ -7460,13 +7754,13 @@
{
"term": "Light Direction",
"context": "Light Direction",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1737",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1744",
"comment": ""
},
{
"term": "Light Mode",
"context": "Light Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1418, Modules/Settings/ThemeColorsTab.qml:1488, Modules/Settings/WallpaperTab.qml:392",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1425, Modules/Settings/ThemeColorsTab.qml:1495, Modules/Settings/WallpaperTab.qml:392",
"comment": ""
},
{
@@ -7490,13 +7784,13 @@
{
"term": "Light mode base",
"context": "Light mode base",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2762",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2769",
"comment": ""
},
{
"term": "Light mode harmony",
"context": "Light mode harmony",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2796",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2803",
"comment": ""
},
{
@@ -7514,7 +7808,7 @@
{
"term": "Linear",
"context": "Linear",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:445",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:515",
"comment": ""
},
{
@@ -7550,7 +7844,7 @@
{
"term": "Loading keybinds...",
"context": "Loading keybinds...",
- "reference": "Modules/Settings/KeybindsTab.qml:577",
+ "reference": "Modules/Settings/KeybindsTab.qml:630",
"comment": ""
},
{
@@ -7586,7 +7880,7 @@
{
"term": "Location",
"context": "Location",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1101, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1108, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164",
"comment": "theme auto mode tab"
},
{
@@ -7598,13 +7892,13 @@
{
"term": "Lock",
"context": "Lock",
- "reference": "Modals/PowerMenuModal.qml:198, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:205, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
"term": "Lock Screen",
"context": "Lock Screen",
- "reference": "Modals/Greeter/GreeterWelcomePage.qml:158, Modals/Settings/SettingsSidebar.qml:313, Modules/Settings/NotificationsTab.qml:721",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:158, Modals/Settings/SettingsSidebar.qml:319, Modules/Settings/NotificationsTab.qml:732",
"comment": "greeter feature card title | lock screen notifications settings card"
},
{
@@ -7658,19 +7952,25 @@
{
"term": "Locked",
"context": "Locked",
- "reference": "Widgets/KeybindItem.qml:1569",
+ "reference": "Widgets/KeybindItem.qml:1574",
"comment": ""
},
{
"term": "Log Out",
"context": "Log Out",
- "reference": "Modals/PowerMenuModal.qml:186, Modules/Lock/LockPowerMenu.qml:110, Modules/Settings/PowerSleepTab.qml:403, Modules/Settings/PowerSleepTab.qml:409",
+ "reference": "Modals/PowerMenuModal.qml:193, Modules/Lock/LockPowerMenu.qml:112, Modules/Settings/PowerSleepTab.qml:403, Modules/Settings/PowerSleepTab.qml:409",
+ "comment": ""
+ },
+ {
+ "term": "Log out",
+ "context": "Log out",
+ "reference": "Modals/SwitchUserModal.qml:253",
"comment": ""
},
{
"term": "Logging in...",
"context": "Logging in...",
- "reference": "Modules/Greetd/GreeterContent.qml:1000",
+ "reference": "Modules/Greetd/GreeterContent.qml:1151",
"comment": ""
},
{
@@ -7688,31 +7988,31 @@
{
"term": "Long",
"context": "Long",
- "reference": "Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/NotificationsTab.qml:337",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/NotificationsTab.qml:348",
"comment": ""
},
{
"term": "Long Text",
"context": "Long Text",
- "reference": "Modals/Clipboard/ClipboardEntry.qml:118",
+ "reference": "Modals/Clipboard/ClipboardEntry.qml:133",
"comment": ""
},
{
"term": "Long press",
"context": "Long press",
- "reference": "Widgets/KeybindItem.qml:1613",
+ "reference": "Widgets/KeybindItem.qml:1618",
"comment": ""
},
{
"term": "Longitude",
"context": "Longitude",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1313, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:551",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1320, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:551",
"comment": ""
},
{
"term": "Low Priority",
"context": "Low Priority",
- "reference": "Modules/Settings/NotificationsTab.qml:146, Modules/Settings/NotificationsTab.qml:751, Modules/Settings/NotificationsTab.qml:874, Modules/Notifications/Center/NotificationSettings.qml:181, Modules/Notifications/Center/NotificationSettings.qml:364",
+ "reference": "Modules/Settings/NotificationsTab.qml:146, Modules/Settings/NotificationsTab.qml:762, Modules/Settings/NotificationsTab.qml:885, Modules/Notifications/Center/NotificationSettings.qml:181, Modules/Notifications/Center/NotificationSettings.qml:364",
"comment": "notification rule urgency option"
},
{
@@ -7733,12 +8033,24 @@
"reference": "Modules/Settings/DefaultAppsTab.qml:278",
"comment": "Mail"
},
+ {
+ "term": "Make admin",
+ "context": "Make admin",
+ "reference": "Modules/Settings/UsersTab.qml:286",
+ "comment": ""
+ },
{
"term": "Make sure KDE Connect or Valent is running on your other devices",
"context": "Make sure KDE Connect or Valent is running on your other devices",
"reference": "dms-plugins/DankKDEConnect/components/EmptyState.qml:18",
"comment": "Phone Connect hint message"
},
+ {
+ "term": "Make the bar background fully transparent",
+ "context": "Make the bar background fully transparent",
+ "reference": "Modules/Settings/DankBarTab.qml:1051",
+ "comment": ""
+ },
{
"term": "Manage and configure plugins for extending DMS functionality",
"context": "Manage and configure plugins for extending DMS functionality",
@@ -7754,19 +8066,13 @@
{
"term": "Managed by Frame",
"context": "Managed by Frame",
- "reference": "Modules/Settings/DankBarTab.qml:747, Modules/Settings/DankBarTab.qml:952, Modules/Settings/DankBarTab.qml:1018",
- "comment": ""
- },
- {
- "term": "Managed by Frame Mode",
- "context": "Managed by Frame Mode",
- "reference": "Modules/Settings/LauncherTab.qml:45",
+ "reference": "Modules/Settings/DankBarTab.qml:757, Modules/Settings/DankBarTab.qml:970, Modules/Settings/DankBarTab.qml:1036",
"comment": ""
},
{
"term": "Managed by Frame in Connected Mode",
"context": "Managed by Frame in Connected Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1623, Modules/Settings/DockTab.qml:647, Modules/Settings/DankBarTab.qml:1412",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1630, Modules/Settings/DockTab.qml:647, Modules/Settings/DankBarTab.qml:1443",
"comment": ""
},
{
@@ -7790,37 +8096,43 @@
{
"term": "MangoWC Layout Overrides",
"context": "MangoWC Layout Overrides",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2147",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2154",
"comment": ""
},
{
"term": "Manual",
"context": "Manual",
- "reference": "Modules/Settings/DankBarTab.qml:1486, Modules/Settings/DankBarTab.qml:1492, Modules/Settings/DankBarTab.qml:1502",
+ "reference": "Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1525, Modules/Settings/DankBarTab.qml:1535",
"comment": "bar shadow direction source option"
},
{
"term": "Manual Coordinates",
"context": "Manual Coordinates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1275, Modules/Settings/GammaControlTab.qml:367",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1282, Modules/Settings/GammaControlTab.qml:367",
"comment": ""
},
{
"term": "Manual Direction",
"context": "Manual Direction",
- "reference": "Modules/Settings/DankBarTab.qml:1516",
+ "reference": "Modules/Settings/DankBarTab.qml:1549",
"comment": "bar manual shadow direction"
},
{
"term": "Manual Gap Size",
"context": "Manual Gap Size",
- "reference": "Modules/Settings/DankBarTab.qml:876",
+ "reference": "Modules/Settings/DankBarTab.qml:891",
"comment": ""
},
{
"term": "Manual Show/Hide",
"context": "Manual Show/Hide",
- "reference": "Modules/Settings/DankBarTab.qml:678",
+ "reference": "Modules/Settings/DankBarTab.qml:682",
+ "comment": ""
+ },
+ {
+ "term": "Manual config",
+ "context": "Manual config",
+ "reference": "Modules/Settings/LauncherTab.qml:32",
"comment": ""
},
{
@@ -7880,19 +8192,19 @@
{
"term": "Material Design inspired color themes",
"context": "Material Design inspired color themes",
- "reference": "Modules/Settings/ThemeColorsTab.qml:252",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:259",
"comment": "generic theme description"
},
{
"term": "Material colors generated from wallpaper",
"context": "Material colors generated from wallpaper",
- "reference": "Modules/Settings/ThemeColorsTab.qml:247",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:254",
"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:1660",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1667",
"comment": ""
},
{
@@ -7904,19 +8216,19 @@
{
"term": "Matugen Contrast",
"context": "Matugen Contrast",
- "reference": "Modules/Settings/ThemeColorsTab.qml:540",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:547",
"comment": ""
},
{
"term": "Matugen Missing",
"context": "Matugen Missing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:471",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:478",
"comment": "matugen not found status"
},
{
"term": "Matugen Palette",
"context": "Matugen Palette",
- "reference": "Modules/Settings/ThemeColorsTab.qml:507",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:514",
"comment": ""
},
{
@@ -7928,25 +8240,25 @@
{
"term": "Matugen Templates",
"context": "Matugen Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2520",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2527",
"comment": ""
},
{
"term": "Max Edges",
"context": "Max Edges",
- "reference": "Modules/Settings/WindowRulesTab.qml:537",
+ "reference": "Modules/Settings/WindowRulesTab.qml:544",
"comment": ""
},
{
"term": "Max H",
"context": "Max H",
- "reference": "Modals/WindowRuleModal.qml:904, Modules/Settings/WindowRulesTab.qml:554",
+ "reference": "Modals/WindowRuleModal.qml:904, Modules/Settings/WindowRulesTab.qml:561",
"comment": ""
},
{
"term": "Max Pinned Apps",
"context": "Max Pinned Apps",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2471",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2665",
"comment": ""
},
{
@@ -7958,7 +8270,7 @@
{
"term": "Max Running Apps",
"context": "Max Running Apps",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2525",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2719",
"comment": ""
},
{
@@ -7976,7 +8288,7 @@
{
"term": "Max W",
"context": "Max W",
- "reference": "Modals/WindowRuleModal.qml:850, Modules/Settings/WindowRulesTab.qml:552",
+ "reference": "Modals/WindowRuleModal.qml:850, Modules/Settings/WindowRulesTab.qml:559",
"comment": ""
},
{
@@ -7994,25 +8306,25 @@
{
"term": "Maximize",
"context": "Maximize",
- "reference": "Modals/WindowRuleModal.qml:531, Modules/Settings/WindowRulesTab.qml:536",
+ "reference": "Modals/WindowRuleModal.qml:531, Modules/Settings/WindowRulesTab.qml:543",
"comment": ""
},
{
"term": "Maximize Detection",
"context": "Maximize Detection",
- "reference": "Modules/Settings/DankBarTab.qml:1120",
+ "reference": "Modules/Settings/DankBarTab.qml:1145",
"comment": ""
},
{
"term": "Maximize Widget Icons",
"context": "Maximize Widget Icons",
- "reference": "Modules/Settings/DankBarTab.qml:1040",
+ "reference": "Modules/Settings/DankBarTab.qml:1060",
"comment": ""
},
{
"term": "Maximize Widget Text",
"context": "Maximize Widget Text",
- "reference": "Modules/Settings/DankBarTab.qml:1048",
+ "reference": "Modules/Settings/DankBarTab.qml:1069",
"comment": ""
},
{
@@ -8024,7 +8336,7 @@
{
"term": "Maximum History",
"context": "Maximum History",
- "reference": "Modules/Settings/NotificationsTab.qml:818, Modules/Settings/ClipboardTab.qml:287",
+ "reference": "Modules/Settings/NotificationsTab.qml:829, Modules/Settings/ClipboardTab.qml:287",
"comment": ""
},
{
@@ -8036,7 +8348,7 @@
{
"term": "Maximum fingerprint attempts reached. Please use password.",
"context": "Maximum fingerprint attempts reached. Please use password.",
- "reference": "Modules/Lock/LockScreenContent.qml:66",
+ "reference": "Modules/Lock/LockScreenContent.qml:67",
"comment": ""
},
{
@@ -8054,13 +8366,13 @@
{
"term": "Maximum number of notifications to keep",
"context": "Maximum number of notifications to keep",
- "reference": "Modules/Settings/NotificationsTab.qml:819",
+ "reference": "Modules/Settings/NotificationsTab.qml:830",
"comment": "notification history limit"
},
{
"term": "Maximum pinned entries reached",
"context": "Maximum pinned entries reached",
- "reference": "Services/ClipboardService.qml:256",
+ "reference": "Services/ClipboardService.qml:329",
"comment": ""
},
{
@@ -8072,7 +8384,7 @@
{
"term": "Media",
"context": "Media",
- "reference": "Services/AppSearchService.qml:663, Services/AppSearchService.qml:664, Services/AppSearchService.qml:665, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1063, Widgets/KeybindItem.qml:1072, Widgets/KeybindItem.qml:1078, Modules/DankDash/DankDashPopout.qml:277",
+ "reference": "Services/AppSearchService.qml:662, Services/AppSearchService.qml:663, Services/AppSearchService.qml:664, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1068, Widgets/KeybindItem.qml:1077, Widgets/KeybindItem.qml:1083, Modules/DankDash/DankDashPopout.qml:277",
"comment": ""
},
{
@@ -8144,7 +8456,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:2079, Modules/Settings/NotificationsTab.qml:337",
+ "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:1186, Modules/Settings/WidgetsTabSection.qml:2273, Modules/Settings/NotificationsTab.qml:348",
"comment": ""
},
{
@@ -8174,13 +8486,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:933",
+ "reference": "Modules/Settings/LauncherTab.qml:1146",
"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:942",
+ "reference": "Modules/Settings/LauncherTab.qml:1155",
"comment": ""
},
{
@@ -8198,7 +8510,7 @@
{
"term": "Microphone",
"context": "Microphone",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1275, Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/WidgetsTabSection.qml:1794",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/WidgetsTabSection.qml:1988",
"comment": ""
},
{
@@ -8210,7 +8522,7 @@
{
"term": "Microphone Volume",
"context": "Microphone Volume",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1280, Modules/Settings/WidgetsTabSection.qml:1469",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1474, Modules/Settings/WidgetsTabSection.qml:1663",
"comment": ""
},
{
@@ -8228,25 +8540,19 @@
{
"term": "Middle Section",
"context": "Middle Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1037",
+ "reference": "Modules/Settings/WidgetsTab.qml:1062",
"comment": ""
},
{
"term": "Min H",
"context": "Min H",
- "reference": "Modals/WindowRuleModal.qml:877, Modules/Settings/WindowRulesTab.qml:553",
+ "reference": "Modals/WindowRuleModal.qml:877, Modules/Settings/WindowRulesTab.qml:560",
"comment": ""
},
{
"term": "Min W",
"context": "Min W",
- "reference": "Modals/WindowRuleModal.qml:823, Modules/Settings/WindowRulesTab.qml:551",
- "comment": ""
- },
- {
- "term": "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.",
- "context": "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.",
- "reference": "Modules/Settings/LauncherTab.qml:51",
+ "reference": "Modals/WindowRuleModal.qml:823, Modules/Settings/WindowRulesTab.qml:558",
"comment": ""
},
{
@@ -8258,7 +8564,7 @@
{
"term": "Minute",
"context": "Minute",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1153, Modules/Settings/GammaControlTab.qml:240",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1160, Modules/Settings/GammaControlTab.qml:240",
"comment": ""
},
{
@@ -8270,19 +8576,19 @@
{
"term": "Missing Environment Variables",
"context": "Missing Environment Variables",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2511",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2518",
"comment": "qt theme env error title"
},
{
"term": "Modal Background",
"context": "Modal Background",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2250",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2257",
"comment": ""
},
{
"term": "Modal Shadows",
"context": "Modal Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1809",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1816",
"comment": ""
},
{
@@ -8294,7 +8600,7 @@
{
"term": "Mode",
"context": "Mode",
- "reference": "Modules/Settings/NetworkTab.qml:1434, Modules/Settings/DankBarTab.qml:1145, Modules/Settings/FrameTab.qml:47, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1758",
+ "reference": "Modules/Settings/NetworkTab.qml:1434, Modules/Settings/DankBarTab.qml:1170, Modules/Settings/FrameTab.qml:47, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1841",
"comment": ""
},
{
@@ -8306,13 +8612,13 @@
{
"term": "Model",
"context": "Model",
- "reference": "Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:1159, Modules/Settings/DisplayConfigTab.qml:517, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1749",
+ "reference": "Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:1159, Modules/Settings/DisplayConfigTab.qml:517, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1832",
"comment": ""
},
{
"term": "Modified",
"context": "Modified",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:667, Modals/DankLauncherV2/LauncherContent.qml:674, Modals/DankLauncherV2/LauncherContent.qml:680, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1776, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1778",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:695, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:708, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1859, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1861",
"comment": ""
},
{
@@ -8324,7 +8630,7 @@
{
"term": "Monitor",
"context": "Monitor",
- "reference": "Modals/WindowRuleModal.qml:1049, Modules/Settings/WindowRulesTab.qml:567",
+ "reference": "Modals/WindowRuleModal.qml:1049, Modules/Settings/WindowRulesTab.qml:574",
"comment": ""
},
{
@@ -8354,7 +8660,7 @@
{
"term": "Monochrome",
"context": "Monochrome",
- "reference": "Common/Theme.qml:501, Modules/Settings/DankBarTab.qml:1146",
+ "reference": "Common/Theme.qml:501, Modules/Settings/DankBarTab.qml:1171",
"comment": "matugen color scheme option"
},
{
@@ -8393,22 +8699,28 @@
"reference": "Modules/ProcessList/DisksView.qml:131",
"comment": "mount points header in system monitor"
},
+ {
+ "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:702",
+ "comment": ""
+ },
{
"term": "Mouse pointer appearance",
"context": "Mouse pointer appearance",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2379",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2386",
"comment": ""
},
{
"term": "Mouse pointer size in pixels",
"context": "Mouse pointer size in pixels",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2395",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2402",
"comment": ""
},
{
"term": "Move",
"context": "Move",
- "reference": "Modals/WindowRuleModal.qml:1016, Modules/Settings/WindowRulesTab.qml:566",
+ "reference": "Modals/WindowRuleModal.qml:1016, Modules/Settings/WindowRulesTab.qml:573",
"comment": ""
},
{
@@ -8486,13 +8798,13 @@
{
"term": "Muted",
"context": "Muted",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:444, Modules/ControlCenter/Components/DragDropGrid.qml:455",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:460, Modules/ControlCenter/Components/DragDropGrid.qml:471",
"comment": "audio status"
},
{
"term": "Muted Apps",
"context": "Muted Apps",
- "reference": "Modules/Settings/NotificationsTab.qml:632",
+ "reference": "Modules/Settings/NotificationsTab.qml:643",
"comment": ""
},
{
@@ -8516,7 +8828,7 @@
{
"term": "Name",
"context": "Name",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:665, Modals/DankLauncherV2/LauncherContent.qml:674, Modals/DankLauncherV2/LauncherContent.qml:679, Modals/DankLauncherV2/LauncherContent.qml:855, Modules/ProcessList/ProcessesView.qml:249, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/DesktopWidgetInstanceCard.qml:203, Modules/Settings/PrinterTab.qml:754, Modules/Settings/DisplayConfigTab.qml:517, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1749, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:693, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:707, Modals/DankLauncherV2/LauncherContent.qml:883, Modules/ProcessList/ProcessesView.qml:249, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/DesktopWidgetInstanceCard.qml:203, Modules/Settings/PrinterTab.qml:754, Modules/Settings/DisplayConfigTab.qml:517, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1832, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144",
"comment": ""
},
{
@@ -8546,7 +8858,7 @@
{
"term": "Network",
"context": "Network",
- "reference": "Services/CupsService.qml:136, Modals/Settings/SettingsSidebar.qml:225, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1230, Modules/Settings/WidgetsTabSection.qml:1469, 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:225, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1424, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:88, Modules/ControlCenter/Models/WidgetModel.qml:161",
"comment": ""
},
{
@@ -8558,7 +8870,7 @@
{
"term": "Network Info",
"context": "Network Info",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:451, Modules/ControlCenter/Details/NetworkDetail.qml:816",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:451, Modules/ControlCenter/Details/NetworkDetail.qml:820",
"comment": ""
},
{
@@ -8594,7 +8906,7 @@
{
"term": "Network not found",
"context": "Network not found",
- "reference": "Services/LegacyNetworkService.qml:348",
+ "reference": "Services/LegacyNetworkService.qml:351",
"comment": ""
},
{
@@ -8612,7 +8924,7 @@
{
"term": "Never used",
"context": "Never used",
- "reference": "Modules/Settings/LauncherTab.qml:1294",
+ "reference": "Modules/Settings/LauncherTab.qml:1507",
"comment": ""
},
{
@@ -8624,13 +8936,13 @@
{
"term": "New Key",
"context": "New Key",
- "reference": "Widgets/KeybindItem.qml:589",
+ "reference": "Widgets/KeybindItem.qml:588",
"comment": ""
},
{
"term": "New Keybind",
"context": "New Keybind",
- "reference": "Modules/Settings/KeybindsTab.qml:485",
+ "reference": "Modules/Settings/KeybindsTab.qml:538",
"comment": ""
},
{
@@ -8672,7 +8984,7 @@
{
"term": "Next Transition",
"context": "Next Transition",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1454, Modules/Settings/GammaControlTab.qml:643",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1461, Modules/Settings/GammaControlTab.qml:643",
"comment": ""
},
{
@@ -8684,7 +8996,7 @@
{
"term": "Night Mode",
"context": "Night Mode",
- "reference": "Modules/Settings/GammaControlTab.qml:76, Modules/ControlCenter/Models/WidgetModel.qml:128, Modules/ControlCenter/Components/DragDropGrid.qml:704",
+ "reference": "Modules/Settings/GammaControlTab.qml:76, Modules/ControlCenter/Models/WidgetModel.qml:128, Modules/ControlCenter/Components/DragDropGrid.qml:720",
"comment": ""
},
{
@@ -8708,25 +9020,25 @@
{
"term": "Niri Integration",
"context": "Niri Integration",
- "reference": "Modules/Settings/LauncherTab.qml:534",
+ "reference": "Modules/Settings/LauncherTab.qml:738",
"comment": ""
},
{
"term": "Niri Layout Overrides",
"context": "Niri Layout Overrides",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1941",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1948",
"comment": ""
},
{
"term": "Niri compositor actions (focus, move, etc.)",
"context": "Niri compositor actions (focus, move, etc.)",
- "reference": "Widgets/KeybindItem.qml:823",
+ "reference": "Widgets/KeybindItem.qml:822",
"comment": ""
},
{
"term": "No",
"context": "No",
- "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1770, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1774, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1784, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1794, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1796",
+ "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1879",
"comment": ""
},
{
@@ -8738,13 +9050,13 @@
{
"term": "No Anim",
"context": "No Anim",
- "reference": "Modals/WindowRuleModal.qml:963, Modules/Settings/WindowRulesTab.qml:561",
+ "reference": "Modals/WindowRuleModal.qml:963, Modules/Settings/WindowRulesTab.qml:568",
"comment": ""
},
{
"term": "No Background",
"context": "No Background",
- "reference": "Modules/Settings/DankBarTab.qml:1031",
+ "reference": "Modules/Settings/DankBarTab.qml:1050",
"comment": ""
},
{
@@ -8762,13 +9074,13 @@
{
"term": "No Blur",
"context": "No Blur",
- "reference": "Modals/WindowRuleModal.qml:959, Modules/Settings/WindowRulesTab.qml:560",
+ "reference": "Modals/WindowRuleModal.qml:959, Modules/Settings/WindowRulesTab.qml:567",
"comment": ""
},
{
"term": "No Border",
"context": "No Border",
- "reference": "Modals/WindowRuleModal.qml:947, Modules/Settings/WindowRulesTab.qml:557",
+ "reference": "Modals/WindowRuleModal.qml:947, Modules/Settings/WindowRulesTab.qml:564",
"comment": ""
},
{
@@ -8780,19 +9092,19 @@
{
"term": "No Dim",
"context": "No Dim",
- "reference": "Modals/WindowRuleModal.qml:955, Modules/Settings/WindowRulesTab.qml:559",
+ "reference": "Modals/WindowRuleModal.qml:955, Modules/Settings/WindowRulesTab.qml:566",
"comment": ""
},
{
"term": "No Focus",
"context": "No Focus",
- "reference": "Modals/WindowRuleModal.qml:943, Modules/Settings/WindowRulesTab.qml:556",
+ "reference": "Modals/WindowRuleModal.qml:943, Modules/Settings/WindowRulesTab.qml:563",
"comment": ""
},
{
"term": "No GPU detected",
"context": "No GPU detected",
- "reference": "Modules/Settings/WidgetsTabSection.qml:148",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:149",
"comment": ""
},
{
@@ -8816,7 +9128,7 @@
{
"term": "No Round",
"context": "No Round",
- "reference": "Modules/Settings/WindowRulesTab.qml:562",
+ "reference": "Modules/Settings/WindowRulesTab.qml:569",
"comment": ""
},
{
@@ -8828,7 +9140,7 @@
{
"term": "No Shadow",
"context": "No Shadow",
- "reference": "Modals/WindowRuleModal.qml:951, Modules/Settings/WindowRulesTab.qml:558",
+ "reference": "Modals/WindowRuleModal.qml:951, Modules/Settings/WindowRulesTab.qml:565",
"comment": ""
},
{
@@ -8858,7 +9170,7 @@
{
"term": "No action",
"context": "No action",
- "reference": "Widgets/KeybindItem.qml:340",
+ "reference": "Widgets/KeybindItem.qml:339",
"comment": ""
},
{
@@ -8867,22 +9179,28 @@
"reference": "Modals/MuxModal.qml:552",
"comment": ""
},
+ {
+ "term": "No active session found for %1",
+ "context": "No active session found for %1",
+ "reference": "Services/SessionsService.qml:129",
+ "comment": ""
+ },
{
"term": "No adapter",
"context": "No adapter",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:384",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:396",
"comment": "bluetooth status"
},
{
"term": "No adapters",
"context": "No adapters",
- "reference": "Modules/Settings/NetworkTab.qml:341, Modules/ControlCenter/Components/DragDropGrid.qml:422",
+ "reference": "Modules/Settings/NetworkTab.qml:341, Modules/ControlCenter/Components/DragDropGrid.qml:436",
"comment": "bluetooth status"
},
{
"term": "No app customizations.",
"context": "No app customizations.",
- "reference": "Modules/Settings/LauncherTab.qml:1167",
+ "reference": "Modules/Settings/LauncherTab.qml:1380",
"comment": ""
},
{
@@ -8894,13 +9212,13 @@
{
"term": "No apps have been launched yet.",
"context": "No apps have been launched yet.",
- "reference": "Modules/Settings/LauncherTab.qml:1337",
+ "reference": "Modules/Settings/LauncherTab.qml:1550",
"comment": ""
},
{
"term": "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.",
"context": "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.",
- "reference": "Modules/Settings/NotificationsTab.qml:641",
+ "reference": "Modules/Settings/NotificationsTab.qml:652",
"comment": ""
},
{
@@ -8912,13 +9230,13 @@
{
"term": "No brightness devices available",
"context": "No brightness devices available",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:147",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:171",
"comment": ""
},
{
"term": "No changes",
"context": "No changes",
- "reference": "Widgets/KeybindItem.qml:1775",
+ "reference": "Widgets/KeybindItem.qml:1789",
"comment": ""
},
{
@@ -8930,13 +9248,13 @@
{
"term": "No custom theme file",
"context": "No custom theme file",
- "reference": "Modules/Settings/ThemeColorsTab.qml:577",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:584",
"comment": "no custom theme file status"
},
{
"term": "No devices",
"context": "No devices",
- "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:33, Modules/ControlCenter/Components/DragDropGrid.qml:437",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:33, Modules/ControlCenter/Components/DragDropGrid.qml:453",
"comment": "Phone Connect no devices status | bluetooth status"
},
{
@@ -9008,7 +9326,13 @@
{
"term": "No hidden apps.",
"context": "No hidden apps.",
- "reference": "Modules/Settings/LauncherTab.qml:1057",
+ "reference": "Modules/Settings/LauncherTab.qml:1270",
+ "comment": ""
+ },
+ {
+ "term": "No human user accounts found.",
+ "context": "No human user accounts found.",
+ "reference": "Modules/Settings/UsersTab.qml:340",
"comment": ""
},
{
@@ -9026,7 +9350,7 @@
{
"term": "No input device",
"context": "No input device",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:392",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:404",
"comment": "audio status"
},
{
@@ -9044,25 +9368,25 @@
{
"term": "No keybinds found",
"context": "No keybinds found",
- "reference": "Modules/Settings/KeybindsTab.qml:585",
+ "reference": "Modules/Settings/KeybindsTab.qml:638",
"comment": ""
},
{
"term": "No launcher plugins installed.",
"context": "No launcher plugins installed.",
- "reference": "Modules/Settings/LauncherTab.qml:896",
+ "reference": "Modules/Settings/LauncherTab.qml:1100",
"comment": ""
},
{
"term": "No match criteria",
"context": "No match criteria",
- "reference": "Modules/Settings/WindowRulesTab.qml:513",
+ "reference": "Modules/Settings/WindowRulesTab.qml:520",
"comment": ""
},
{
"term": "No matches",
"context": "No matches",
- "reference": "Modals/Settings/SettingsSidebar.qml:832, Modules/Notepad/NotepadTextEditor.qml:373",
+ "reference": "Modals/Settings/SettingsSidebar.qml:838, Modules/Notepad/NotepadTextEditor.qml:373",
"comment": ""
},
{
@@ -9089,10 +9413,16 @@
"reference": "Modules/ProcessList/DisksView.qml:335",
"comment": "empty state in disk mounts list"
},
+ {
+ "term": "No other active sessions on this seat",
+ "context": "No other active sessions on this seat",
+ "reference": "Modals/SwitchUserModal.qml:221",
+ "comment": ""
+ },
{
"term": "No output device",
"context": "No output device",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:390",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:402",
"comment": "audio status"
},
{
@@ -9158,7 +9488,7 @@
{
"term": "No results",
"context": "No results",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:159",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:163",
"comment": ""
},
{
@@ -9170,7 +9500,13 @@
{
"term": "No saved clipboard entries",
"context": "No saved clipboard entries",
- "reference": "Modals/Clipboard/ClipboardContent.qml:184",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:185",
+ "comment": ""
+ },
+ {
+ "term": "No session selected",
+ "context": "No session selected",
+ "reference": "Services/SessionsService.qml:108",
"comment": ""
},
{
@@ -9206,13 +9542,19 @@
{
"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:783",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:790",
"comment": "no registry themes installed hint"
},
{
"term": "No trigger",
"context": "No trigger",
- "reference": "Modals/DankLauncherV2/Controller.qml:1342, Modules/Settings/LauncherTab.qml:809",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1378, Modules/Settings/LauncherTab.qml:1013",
+ "comment": ""
+ },
+ {
+ "term": "No user specified",
+ "context": "No user specified",
+ "reference": "Services/SessionsService.qml:122",
"comment": ""
},
{
@@ -9224,7 +9566,7 @@
{
"term": "No wallpaper selected",
"context": "No wallpaper selected",
- "reference": "Modules/Settings/ThemeColorsTab.qml:474, Modules/Settings/WallpaperTab.qml:240",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:481, Modules/Settings/WallpaperTab.qml:240",
"comment": "no wallpaper status"
},
{
@@ -9266,13 +9608,13 @@
{
"term": "No window rules configured",
"context": "No window rules configured",
- "reference": "Modules/Settings/WindowRulesTab.qml:429",
+ "reference": "Modules/Settings/WindowRulesTab.qml:436",
"comment": ""
},
{
"term": "None",
"context": "None",
- "reference": "Modals/WindowRuleModal.qml:740, 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:1146, Modules/Settings/DankBarTab.qml:1658, Modules/Settings/DankBarTab.qml:1658, Modules/Settings/DankBarTab.qml:1695, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111",
+ "reference": "Modals/WindowRuleModal.qml:740, 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:1171, Modules/Settings/DankBarTab.qml:1692, Modules/Settings/DankBarTab.qml:1692, Modules/Settings/DankBarTab.qml:1730, Modules/Settings/NotificationsTab.qml:348, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111",
"comment": "wallpaper transition option"
},
{
@@ -9284,7 +9626,7 @@
{
"term": "Normal",
"context": "Normal",
- "reference": "Modals/WindowRuleModal.qml:762, Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2388, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2404, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2409",
+ "reference": "Modals/WindowRuleModal.qml:762, Modules/Settings/DisplayConfig/OutputCard.qml:295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2471, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2487, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2492",
"comment": ""
},
{
@@ -9296,7 +9638,7 @@
{
"term": "Normal Priority",
"context": "Normal Priority",
- "reference": "Modules/Settings/NotificationsTab.qml:150, Modules/Settings/NotificationsTab.qml:768, Modules/Settings/NotificationsTab.qml:883, Modules/Notifications/Center/NotificationSettings.qml:196, Modules/Notifications/Center/NotificationSettings.qml:398",
+ "reference": "Modules/Settings/NotificationsTab.qml:150, Modules/Settings/NotificationsTab.qml:779, Modules/Settings/NotificationsTab.qml:894, Modules/Notifications/Center/NotificationSettings.qml:196, Modules/Notifications/Center/NotificationSettings.qml:398",
"comment": "notification rule urgency option"
},
{
@@ -9329,16 +9671,22 @@
"reference": "Modules/Settings/LockScreenTab.qml:41",
"comment": ""
},
+ {
+ "term": "Not bound",
+ "context": "Not bound",
+ "reference": "Modules/Settings/LauncherTab.qml:35",
+ "comment": ""
+ },
{
"term": "Not connected",
"context": "Not connected",
- "reference": "Modules/Settings/NetworkTab.qml:822, Modules/ControlCenter/Components/DragDropGrid.qml:376",
+ "reference": "Modules/Settings/NetworkTab.qml:822, Modules/ControlCenter/Components/DragDropGrid.qml:388",
"comment": "network status"
},
{
"term": "Not detected",
"context": "Not detected",
- "reference": "Modules/Settings/ThemeColorsTab.qml:121, Modules/Settings/ThemeColorsTab.qml:122",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:128, Modules/Settings/ThemeColorsTab.qml:129",
"comment": ""
},
{
@@ -9356,13 +9704,13 @@
{
"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:613",
+ "reference": "Modules/Settings/PowerSleepTab.qml:618",
"comment": ""
},
{
"term": "Notepad",
"context": "Notepad",
- "reference": "DMSShell.qml:965, Services/AppSearchService.qml:181, Modules/Settings/WidgetsTab.qml:232",
+ "reference": "DMSShell.qml:1093, Services/AppSearchService.qml:182, Modules/Settings/WidgetsTab.qml:232",
"comment": "Notepad"
},
{
@@ -9398,7 +9746,7 @@
{
"term": "Notification Display",
"context": "Notification Display",
- "reference": "Modules/Settings/LockScreenTab.qml:146, Modules/Settings/NotificationsTab.qml:727",
+ "reference": "Modules/Settings/LockScreenTab.qml:146, Modules/Settings/NotificationsTab.qml:738",
"comment": "lock screen notification privacy setting"
},
{
@@ -9416,7 +9764,7 @@
{
"term": "Notification Rules",
"context": "Notification Rules",
- "reference": "Modules/Settings/NotificationsTab.qml:403",
+ "reference": "Modules/Settings/NotificationsTab.qml:414",
"comment": ""
},
{
@@ -9428,7 +9776,7 @@
{
"term": "Notification Timeouts",
"context": "Notification Timeouts",
- "reference": "Modules/Settings/NotificationsTab.qml:743, Modules/Notifications/Center/NotificationSettings.qml:174",
+ "reference": "Modules/Settings/NotificationsTab.qml:754, Modules/Notifications/Center/NotificationSettings.qml:174",
"comment": ""
},
{
@@ -9470,7 +9818,7 @@
{
"term": "OS Logo",
"context": "OS Logo",
- "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:98",
+ "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:302",
"comment": ""
},
{
@@ -9488,13 +9836,13 @@
{
"term": "Off",
"context": "Off",
- "reference": "Modules/ProcessList/SystemView.qml:274, Modules/Settings/DisplayConfig/OutputCard.qml:318, Modules/Settings/DisplayConfig/OutputCard.qml:327, Modules/Settings/DisplayConfig/OutputCard.qml:330, Modules/Settings/DisplayConfig/OutputCard.qml:341, Modules/Settings/DisplayConfig/OutputCard.qml:349, Modules/Settings/DisplayConfig/OutputCard.qml:353, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:98, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:113, Modules/ControlCenter/Components/DragDropGrid.qml:424, Modules/ControlCenter/Widgets/DndPill.qml:15, Modules/Notifications/Center/DndDurationMenu.qml:31",
+ "reference": "Modules/ProcessList/SystemView.qml:274, Modules/Settings/DisplayConfig/OutputCard.qml:318, Modules/Settings/DisplayConfig/OutputCard.qml:327, Modules/Settings/DisplayConfig/OutputCard.qml:330, Modules/Settings/DisplayConfig/OutputCard.qml:341, Modules/Settings/DisplayConfig/OutputCard.qml:349, Modules/Settings/DisplayConfig/OutputCard.qml:353, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:98, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:113, Modules/ControlCenter/Components/DragDropGrid.qml:438, Modules/ControlCenter/Widgets/DndPill.qml:15, Modules/Notifications/Center/DndDurationMenu.qml:31",
"comment": "bluetooth status"
},
{
"term": "Office",
"context": "Office",
- "reference": "Services/AppSearchService.qml:676, Services/AppSearchService.qml:677, Services/AppSearchService.qml:678, Services/AppSearchService.qml:679",
+ "reference": "Services/AppSearchService.qml:675, Services/AppSearchService.qml:676, Services/AppSearchService.qml:677, Services/AppSearchService.qml:678",
"comment": ""
},
{
@@ -9578,25 +9926,37 @@
{
"term": "Only visible if hibernate is supported by your system",
"context": "Only visible if hibernate is supported by your system",
- "reference": "Modules/Settings/PowerSleepTab.qml:461",
+ "reference": "Modules/Settings/PowerSleepTab.qml:466",
"comment": ""
},
{
"term": "Opacity",
"context": "Opacity",
- "reference": "Modals/WindowRuleModal.qml:679, Modals/DankColorPickerModal.qml:522, Modules/Settings/DankBarTab.qml:1275, Modules/Settings/DankBarTab.qml:1365, Modules/Settings/DankBarTab.qml:1470, Modules/Settings/WindowRulesTab.qml:534",
+ "reference": "Modals/WindowRuleModal.qml:679, Modals/DankColorPickerModal.qml:522, Modules/Settings/DankBarTab.qml:1301, Modules/Settings/DankBarTab.qml:1394, Modules/Settings/DankBarTab.qml:1502, Modules/Settings/WindowRulesTab.qml:541",
+ "comment": ""
+ },
+ {
+ "term": "Opacity of the bar background",
+ "context": "Opacity of the bar background",
+ "reference": "Modules/Settings/DankBarTab.qml:923",
+ "comment": ""
+ },
+ {
+ "term": "Opacity of widget backgrounds",
+ "context": "Opacity of widget backgrounds",
+ "reference": "Modules/Settings/DankBarTab.qml:946",
"comment": ""
},
{
"term": "Opaque",
"context": "Opaque",
- "reference": "Modals/WindowRuleModal.qml:975, Modules/Settings/WindowRulesTab.qml:564",
+ "reference": "Modals/WindowRuleModal.qml:975, Modules/Settings/WindowRulesTab.qml:571",
"comment": ""
},
{
"term": "Open",
"context": "Open",
- "reference": "Modals/DankLauncherV2/Controller.qml:1165, Modals/DankLauncherV2/Controller.qml:1169, Modals/DankLauncherV2/Controller.qml:1179, Modules/Notepad/NotepadTextEditor.qml:782, Modules/Settings/NetworkTab.qml:1195, Modules/Settings/NetworkTab.qml:1444, Modules/ControlCenter/Details/NetworkDetail.qml:611, Modules/Notifications/Center/NotificationCard.qml:783, Modules/Notifications/Center/NotificationCard.qml:922",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1202, Modals/DankLauncherV2/Controller.qml:1206, Modals/DankLauncherV2/Controller.qml:1216, Modules/Notepad/NotepadTextEditor.qml:782, Modules/Settings/NetworkTab.qml:1195, Modules/Settings/NetworkTab.qml:1444, Modules/ControlCenter/Details/NetworkDetail.qml:615, Modules/Notifications/Center/NotificationCard.qml:783, Modules/Notifications/Center/NotificationCard.qml:922",
"comment": ""
},
{
@@ -9644,7 +10004,7 @@
{
"term": "Open a new note",
"context": "Open a new note",
- "reference": "Modules/DankBar/Widgets/NotepadButton.qml:356",
+ "reference": "Modules/DankBar/Widgets/NotepadButton.qml:365",
"comment": ""
},
{
@@ -9656,7 +10016,7 @@
{
"term": "Open folder",
"context": "Open folder",
- "reference": "Modals/DankLauncherV2/Controller.qml:1179",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1216",
"comment": ""
},
{
@@ -9668,7 +10028,7 @@
{
"term": "Open in terminal",
"context": "Open in terminal",
- "reference": "Modals/DankLauncherV2/Controller.qml:1179",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1216",
"comment": ""
},
{
@@ -9680,7 +10040,7 @@
{
"term": "Open with...",
"context": "Open with...",
- "reference": "DMSShell.qml:773, Modals/BrowserPickerModal.qml:13",
+ "reference": "DMSShell.qml:893, Modals/BrowserPickerModal.qml:13",
"comment": ""
},
{
@@ -9713,12 +10073,24 @@
"reference": "Modules/Settings/GreeterTab.qml:154",
"comment": ""
},
+ {
+ "term": "Opens a picker of other active sessions on this seat",
+ "context": "Opens a picker of other active sessions on this seat",
+ "reference": "Modules/Settings/PowerSleepTab.qml:461",
+ "comment": ""
+ },
{
"term": "Opens image files",
"context": "Opens image files",
"reference": "Modules/Settings/DefaultAppsTab.qml:334",
"comment": "Opens image files"
},
+ {
+ "term": "Opens the connected launcher in Connected Frame Mode.",
+ "context": "Opens the connected launcher in Connected Frame Mode.",
+ "reference": "Modules/Settings/LauncherTab.qml:142",
+ "comment": ""
+ },
{
"term": "Optional description",
"context": "Optional description",
@@ -9734,7 +10106,7 @@
{
"term": "Options",
"context": "Options",
- "reference": "Widgets/KeybindItem.qml:1190, Widgets/KeybindItem.qml:1679",
+ "reference": "Widgets/KeybindItem.qml:1195, Widgets/KeybindItem.qml:1684",
"comment": ""
},
{
@@ -9758,13 +10130,13 @@
{
"term": "Outline",
"context": "Outline",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/ThemeColorsTab.qml:1903, Modules/Settings/LauncherTab.qml:518",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1898, Modules/Settings/ThemeColorsTab.qml:1910, Modules/Settings/LauncherTab.qml:722",
"comment": "blur border color | outline color"
},
{
"term": "Output",
"context": "Output",
- "reference": "Modals/WindowRuleModal.qml:559, Modules/Settings/WindowRulesTab.qml:540",
+ "reference": "Modals/WindowRuleModal.qml:559, Modules/Settings/WindowRulesTab.qml:547",
"comment": ""
},
{
@@ -9812,37 +10184,37 @@
{
"term": "Overflow",
"context": "Overflow",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2455",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2649",
"comment": ""
},
{
"term": "Overridden by config",
"context": "Overridden by config",
- "reference": "Widgets/KeybindItem.qml:382",
+ "reference": "Widgets/KeybindItem.qml:381",
"comment": ""
},
{
"term": "Override",
"context": "Override",
- "reference": "Widgets/KeybindItem.qml:368",
+ "reference": "Widgets/KeybindItem.qml:367",
"comment": ""
},
{
"term": "Override Border Size",
"context": "Override Border Size",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2013, Modules/Settings/ThemeColorsTab.qml:2116, Modules/Settings/ThemeColorsTab.qml:2219",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2020, Modules/Settings/ThemeColorsTab.qml:2123, Modules/Settings/ThemeColorsTab.qml:2226",
"comment": ""
},
{
"term": "Override Corner Radius",
"context": "Override Corner Radius",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1982, Modules/Settings/ThemeColorsTab.qml:2085, Modules/Settings/ThemeColorsTab.qml:2188",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1989, Modules/Settings/ThemeColorsTab.qml:2092, Modules/Settings/ThemeColorsTab.qml:2195",
"comment": ""
},
{
"term": "Override Gaps",
"context": "Override Gaps",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1950, Modules/Settings/ThemeColorsTab.qml:2053, Modules/Settings/ThemeColorsTab.qml:2156",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1957, Modules/Settings/ThemeColorsTab.qml:2060, Modules/Settings/ThemeColorsTab.qml:2163",
"comment": ""
},
{
@@ -9866,19 +10238,25 @@
{
"term": "Override the global shadow with per-bar settings",
"context": "Override the global shadow with per-bar settings",
- "reference": "Modules/Settings/DankBarTab.qml:1439",
+ "reference": "Modules/Settings/DankBarTab.qml:1470",
+ "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:892",
"comment": ""
},
{
"term": "Overrides",
"context": "Overrides",
- "reference": "Modules/Settings/KeybindsTab.qml:76",
+ "reference": "Modules/Settings/KeybindsTab.qml:78",
"comment": ""
},
{
"term": "Overview",
"context": "Overview",
- "reference": "Widgets/KeybindItem.qml:1069, Widgets/KeybindItem.qml:1072, Modules/DankDash/DankDashPopout.qml:273",
+ "reference": "Widgets/KeybindItem.qml:1074, Widgets/KeybindItem.qml:1077, Modules/DankDash/DankDashPopout.qml:273",
"comment": ""
},
{
@@ -9962,7 +10340,7 @@
{
"term": "Padding",
"context": "Padding",
- "reference": "Modules/Settings/DockTab.qml:611, Modules/Settings/DankBarTab.qml:821",
+ "reference": "Modules/Settings/DockTab.qml:611, Modules/Settings/DankBarTab.qml:834",
"comment": ""
},
{
@@ -10034,19 +10412,49 @@
{
"term": "Password",
"context": "Password",
- "reference": "Modals/WifiPasswordModal.qml:174, Modals/WifiPasswordModal.qml:184, Modals/WifiPasswordModal.qml:553",
+ "reference": "Modals/WifiPasswordModal.qml:174, Modals/WifiPasswordModal.qml:184, Modals/WifiPasswordModal.qml:553, Modules/Settings/UsersTab.qml:402",
+ "comment": ""
+ },
+ {
+ "term": "Password cannot be empty",
+ "context": "Password cannot be empty",
+ "reference": "Services/UsersService.qml:131, Services/UsersService.qml:147",
+ "comment": ""
+ },
+ {
+ "term": "Password change failed (exit %1)",
+ "context": "Password change failed (exit %1)",
+ "reference": "Services/UsersService.qml:307",
+ "comment": ""
+ },
+ {
+ "term": "Password set",
+ "context": "Password set",
+ "reference": "Services/UsersService.qml:318",
+ "comment": ""
+ },
+ {
+ "term": "Password updated",
+ "context": "Password updated",
+ "reference": "Services/UsersService.qml:320",
"comment": ""
},
{
"term": "Password...",
"context": "Password...",
- "reference": "Modules/Greetd/GreeterContent.qml:1006",
+ "reference": "Modules/Greetd/GreeterContent.qml:1157",
+ "comment": ""
+ },
+ {
+ "term": "Passwords do not match.",
+ "context": "Passwords do not match.",
+ "reference": "Modules/Settings/UsersTab.qml:448",
"comment": ""
},
{
"term": "Paste",
"context": "Paste",
- "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1184",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1221",
"comment": ""
},
{
@@ -10058,7 +10466,7 @@
{
"term": "Pattern",
"context": "Pattern",
- "reference": "Modules/Settings/RunningAppsTab.qml:87, Modules/Settings/NotificationsTab.qml:522, Modules/Settings/NotificationsTab.qml:531",
+ "reference": "Modules/Settings/RunningAppsTab.qml:87, Modules/Settings/NotificationsTab.qml:533, Modules/Settings/NotificationsTab.qml:542",
"comment": ""
},
{
@@ -10112,7 +10520,7 @@
{
"term": "Percentage",
"context": "Percentage",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1119, Modules/Settings/WidgetsTab.qml:125",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1313, Modules/Settings/WidgetsTab.qml:125",
"comment": ""
},
{
@@ -10124,7 +10532,7 @@
{
"term": "Permanently delete %1 item(s)? This cannot be undone.",
"context": "Permanently delete %1 item(s)? This cannot be undone.",
- "reference": "DMSShell.qml:410",
+ "reference": "DMSShell.qml:511",
"comment": ""
},
{
@@ -10136,7 +10544,7 @@
{
"term": "Personalization",
"context": "Personalization",
- "reference": "Modals/Settings/SettingsSidebar.qml:71, Modals/Settings/SettingsSidebar.qml:604",
+ "reference": "Modals/Settings/SettingsSidebar.qml:71, Modals/Settings/SettingsSidebar.qml:610",
"comment": ""
},
{
@@ -10190,13 +10598,13 @@
{
"term": "Pin",
"context": "Pin",
- "reference": "Modals/WindowRuleModal.qml:971, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modules/Settings/WindowRulesTab.qml:563, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:679",
+ "reference": "Modals/WindowRuleModal.qml:971, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modules/Settings/WindowRulesTab.qml:570, 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",
"comment": ""
},
{
"term": "Pin to Dock",
"context": "Pin to Dock",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:126, Modules/Dock/DockContextMenu.qml:222, Modules/DankBar/Widgets/AppsDockContextMenu.qml:350",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:163, Modules/Dock/DockContextMenu.qml:222, Modules/DankBar/Widgets/AppsDockContextMenu.qml:350",
"comment": ""
},
{
@@ -10220,7 +10628,7 @@
{
"term": "Pinned",
"context": "Pinned",
- "reference": "Modals/DankLauncherV2/Controller.qml:183, Modals/DankLauncherV2/Controller.qml:1187, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:679",
+ "reference": "Modals/DankLauncherV2/Controller.qml:200, Modals/DankLauncherV2/Controller.qml:1224, 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",
"comment": ""
},
{
@@ -10253,6 +10661,18 @@
"reference": "Modules/Settings/PluginsTab.qml:422",
"comment": ""
},
+ {
+ "term": "Place the bar on the Wayland overlay layer",
+ "context": "Place the bar on the Wayland overlay layer",
+ "reference": "Modules/Settings/DankBarTab.qml:742",
+ "comment": ""
+ },
+ {
+ "term": "Place the dock on the Wayland overlay layer",
+ "context": "Place the dock on the Wayland overlay layer",
+ "reference": "Modules/Settings/DockTab.qml:96",
+ "comment": ""
+ },
{
"term": "Play a video when the screen locks.",
"context": "Play a video when the screen locks.",
@@ -10316,7 +10736,7 @@
{
"term": "Please wait...",
"context": "Please wait...",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:402",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:414",
"comment": "network status"
},
{
@@ -10358,7 +10778,7 @@
{
"term": "Plugin Visibility",
"context": "Plugin Visibility",
- "reference": "Modules/Settings/LauncherTab.qml:644",
+ "reference": "Modules/Settings/LauncherTab.qml:848",
"comment": ""
},
{
@@ -10400,19 +10820,25 @@
{
"term": "Plugins",
"context": "Plugins",
- "reference": "Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/SpotlightLauncherContent.qml:445, Modals/DankLauncherV2/LauncherContent.qml:328, Modals/Settings/SettingsSidebar.qml:333, 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:339, 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:1308",
+ "reference": "Widgets/KeybindItem.qml:1313",
+ "comment": ""
+ },
+ {
+ "term": "Polkit integration is disabled. User management requires Polkit to elevate privileges.",
+ "context": "Polkit integration is disabled. User management requires Polkit to elevate privileges.",
+ "reference": "Modules/Settings/UsersTab.qml:84",
"comment": ""
},
{
"term": "Popout Shadows",
"context": "Popout Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1820",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1827",
"comment": ""
},
{
@@ -10442,7 +10868,7 @@
{
"term": "Popup Shadow",
"context": "Popup Shadow",
- "reference": "Modules/Settings/NotificationsTab.qml:279",
+ "reference": "Modules/Settings/NotificationsTab.qml:290",
"comment": ""
},
{
@@ -10466,7 +10892,7 @@
{
"term": "Position",
"context": "Position",
- "reference": "Modules/Settings/DockTab.qml:106, Modules/Settings/DankBarTab.qml:427, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1756",
+ "reference": "Modules/Settings/DockTab.qml:106, Modules/Settings/DankBarTab.qml:427, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1839",
"comment": ""
},
{
@@ -10478,7 +10904,7 @@
{
"term": "Possible Override Conflicts",
"context": "Possible Override Conflicts",
- "reference": "Modules/Settings/KeybindsTab.qml:330",
+ "reference": "Modules/Settings/KeybindsTab.qml:383",
"comment": ""
},
{
@@ -10490,19 +10916,19 @@
{
"term": "Power & Security",
"context": "Power & Security",
- "reference": "Modals/Settings/SettingsSidebar.qml:307, Modals/Settings/SettingsSidebar.qml:592",
+ "reference": "Modals/Settings/SettingsSidebar.qml:313, Modals/Settings/SettingsSidebar.qml:598",
"comment": ""
},
{
"term": "Power & Sleep",
"context": "Power & Sleep",
- "reference": "Modals/Settings/SettingsSidebar.qml:325",
+ "reference": "Modals/Settings/SettingsSidebar.qml:331",
"comment": ""
},
{
"term": "Power Action Confirmation",
"context": "Power Action Confirmation",
- "reference": "Modules/Settings/PowerSleepTab.qml:491",
+ "reference": "Modules/Settings/PowerSleepTab.qml:496",
"comment": ""
},
{
@@ -10514,13 +10940,13 @@
{
"term": "Power Off",
"context": "Power Off",
- "reference": "Modals/PowerMenuModal.qml:192, Modules/Lock/LockPowerMenu.qml:116, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:199, Modules/Lock/LockPowerMenu.qml:118, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
"term": "Power Options",
"context": "Power Options",
- "reference": "Modules/Lock/LockPowerMenu.qml:480",
+ "reference": "Modules/Lock/LockPowerMenu.qml:493",
"comment": ""
},
{
@@ -10622,7 +11048,7 @@
{
"term": "Press key...",
"context": "Press key...",
- "reference": "Widgets/KeybindItem.qml:630",
+ "reference": "Widgets/KeybindItem.qml:629",
"comment": ""
},
{
@@ -10646,13 +11072,13 @@
{
"term": "Primary",
"context": "Primary",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1561, Modules/Settings/ThemeColorsTab.qml:1571, Modules/Settings/ThemeColorsTab.qml:1593, Modules/Settings/ThemeColorsTab.qml:1603, Modules/Settings/ThemeColorsTab.qml:1701, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1718, Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/ThemeColorsTab.qml:1895, Modules/Settings/ThemeColorsTab.qml:1907, Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:220, Modules/Settings/LauncherTab.qml:518, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/NetworkTab.qml:227, Modules/Settings/DankBarTab.qml:1146, Modules/Settings/DankBarTab.qml:1577, Modules/Settings/FrameTab.qml:207, Modules/Settings/Widgets/SettingsColorPicker.qml:42",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1568, Modules/Settings/ThemeColorsTab.qml:1578, Modules/Settings/ThemeColorsTab.qml:1600, Modules/Settings/ThemeColorsTab.qml:1610, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1714, Modules/Settings/ThemeColorsTab.qml:1725, Modules/Settings/ThemeColorsTab.qml:1898, Modules/Settings/ThemeColorsTab.qml:1902, Modules/Settings/ThemeColorsTab.qml:1914, Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/LauncherTab.qml:722, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/NetworkTab.qml:227, Modules/Settings/DankBarTab.qml:1171, Modules/Settings/DankBarTab.qml:1610, 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"
},
{
"term": "Primary Container",
"context": "Primary Container",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1561, Modules/Settings/ThemeColorsTab.qml:1565, Modules/Settings/ThemeColorsTab.qml:1575, Modules/Settings/ThemeColorsTab.qml:1593, Modules/Settings/ThemeColorsTab.qml:1597, Modules/Settings/ThemeColorsTab.qml:1607",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1568, Modules/Settings/ThemeColorsTab.qml:1572, Modules/Settings/ThemeColorsTab.qml:1582, Modules/Settings/ThemeColorsTab.qml:1600, Modules/Settings/ThemeColorsTab.qml:1604, Modules/Settings/ThemeColorsTab.qml:1614",
"comment": "button color option | tile color option"
},
{
@@ -10670,7 +11096,7 @@
{
"term": "Printer",
"context": "Printer",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1315, Modules/Settings/WidgetsTabSection.qml:1469",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1509, Modules/Settings/WidgetsTabSection.qml:1663",
"comment": ""
},
{
@@ -10724,7 +11150,7 @@
{
"term": "Priority",
"context": "Priority",
- "reference": "Modules/Settings/NotificationsTab.qml:607",
+ "reference": "Modules/Settings/NotificationsTab.qml:618",
"comment": ""
},
{
@@ -10736,7 +11162,7 @@
{
"term": "Privacy Mode",
"context": "Privacy Mode",
- "reference": "Modules/Settings/NotificationsTab.qml:288, Modules/Notifications/Center/NotificationSettings.qml:308",
+ "reference": "Modules/Settings/NotificationsTab.qml:299, Modules/Notifications/Center/NotificationSettings.qml:308",
"comment": ""
},
{
@@ -10808,13 +11234,13 @@
{
"term": "Profile not found",
"context": "Profile not found",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:327, Modules/Settings/DisplayConfig/DisplayConfigState.qml:628",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:328, Modules/Settings/DisplayConfig/DisplayConfigState.qml:629",
"comment": ""
},
{
"term": "Profile not found in monitors.json",
"context": "Profile not found in monitors.json",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:677",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:678",
"comment": ""
},
{
@@ -10904,7 +11330,7 @@
{
"term": "Radius",
"context": "Radius",
- "reference": "Modules/Settings/WindowRulesTab.qml:548",
+ "reference": "Modules/Settings/WindowRulesTab.qml:555",
"comment": ""
},
{
@@ -10937,6 +11363,12 @@
"reference": "Modules/Settings/NetworkTab.qml:1429",
"comment": ""
},
+ {
+ "term": "Re-enter password",
+ "context": "Re-enter password",
+ "reference": "Modules/Settings/UsersTab.qml:433",
+ "comment": ""
+ },
{
"term": "Read:",
"context": "Read:",
@@ -10952,7 +11384,7 @@
{
"term": "Reboot",
"context": "Reboot",
- "reference": "Modals/PowerMenuModal.qml:180, Modules/Lock/LockPowerMenu.qml:104, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:187, Modules/Lock/LockPowerMenu.qml:106, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
@@ -10970,7 +11402,7 @@
{
"term": "Recently Used Apps",
"context": "Recently Used Apps",
- "reference": "Modules/Settings/LauncherTab.qml:1180",
+ "reference": "Modules/Settings/LauncherTab.qml:1393",
"comment": ""
},
{
@@ -10991,6 +11423,12 @@
"reference": "Modules/DankDash/WeatherTab.qml:166, Modules/DankDash/WeatherTab.qml:905",
"comment": ""
},
+ {
+ "term": "Refreshing…",
+ "context": "Refreshing…",
+ "reference": "Modules/Settings/UsersTab.qml:142",
+ "comment": ""
+ },
{
"term": "Regex",
"context": "Regex",
@@ -11018,7 +11456,7 @@
{
"term": "Release",
"context": "Release",
- "reference": "Widgets/KeybindItem.qml:1591",
+ "reference": "Widgets/KeybindItem.qml:1596",
"comment": ""
},
{
@@ -11030,19 +11468,25 @@
{
"term": "Remaining",
"context": "Remaining",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1129",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1323",
"comment": ""
},
{
"term": "Remaining / Total",
"context": "Remaining / Total",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1134",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1328",
+ "comment": ""
+ },
+ {
+ "term": "Remember Last Mode",
+ "context": "Remember Last Mode",
+ "reference": "Modules/Settings/LauncherTab.qml:1127",
"comment": ""
},
{
"term": "Remember Last Query",
"context": "Remember Last Query",
- "reference": "Modules/Settings/LauncherTab.qml:923",
+ "reference": "Modules/Settings/LauncherTab.qml:1136",
"comment": ""
},
{
@@ -11060,19 +11504,91 @@
{
"term": "Remove",
"context": "Remove",
- "reference": "Modules/Plugins/ListSetting.qml:114, Modules/Plugins/ListSettingWithInput.qml:230",
+ "reference": "Modules/Plugins/ListSetting.qml:114, Modules/Plugins/ListSettingWithInput.qml:230, Modules/Settings/UsersTab.qml:267, Modules/Settings/UsersTab.qml:295, Modules/Settings/KeybindsTab.qml:105",
+ "comment": ""
+ },
+ {
+ "term": "Remove \"%1\" from the %2 group?",
+ "context": "Remove \"%1\" from the %2 group?",
+ "reference": "Modules/Settings/UsersTab.qml:266, Modules/Settings/UsersTab.qml:294",
+ "comment": ""
+ },
+ {
+ "term": "Remove Shortcut?",
+ "context": "Remove Shortcut?",
+ "reference": "Modules/Settings/KeybindsTab.qml:103",
"comment": ""
},
{
"term": "Remove Widget Padding",
"context": "Remove Widget Padding",
- "reference": "Modules/Settings/DankBarTab.qml:1056",
+ "reference": "Modules/Settings/DankBarTab.qml:1078",
+ "comment": ""
+ },
+ {
+ "term": "Remove admin",
+ "context": "Remove admin",
+ "reference": "Modules/Settings/UsersTab.qml:286",
+ "comment": ""
+ },
+ {
+ "term": "Remove admin?",
+ "context": "Remove admin?",
+ "reference": "Modules/Settings/UsersTab.qml:293",
+ "comment": ""
+ },
+ {
+ "term": "Remove corner rounding from the bar",
+ "context": "Remove corner rounding from the bar",
+ "reference": "Modules/Settings/DankBarTab.qml:1041",
"comment": ""
},
{
"term": "Remove gaps and border when windows are maximized",
"context": "Remove gaps and border when windows are maximized",
- "reference": "Modules/Settings/DankBarTab.qml:1121",
+ "reference": "Modules/Settings/DankBarTab.qml:1146",
+ "comment": ""
+ },
+ {
+ "term": "Remove greeter access?",
+ "context": "Remove greeter access?",
+ "reference": "Modules/Settings/UsersTab.qml:265",
+ "comment": ""
+ },
+ {
+ "term": "Remove greeter login access",
+ "context": "Remove greeter login access",
+ "reference": "Modules/Settings/UsersTab.qml:258",
+ "comment": ""
+ },
+ {
+ "term": "Remove inner padding from all widgets",
+ "context": "Remove inner padding from all widgets",
+ "reference": "Modules/Settings/DankBarTab.qml:1079",
+ "comment": ""
+ },
+ {
+ "term": "Remove the shortcut %1?",
+ "context": "Remove the shortcut %1?",
+ "reference": "Modules/Settings/KeybindsTab.qml:104",
+ "comment": ""
+ },
+ {
+ "term": "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.",
+ "context": "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.",
+ "reference": "Modules/Settings/KeybindsTab.qml:104",
+ "comment": ""
+ },
+ {
+ "term": "Removed administrator privileges",
+ "context": "Removed administrator privileges",
+ "reference": "Services/UsersService.qml:409",
+ "comment": ""
+ },
+ {
+ "term": "Removed greeter login access",
+ "context": "Removed greeter login access",
+ "reference": "Services/UsersService.qml:379",
"comment": ""
},
{
@@ -11096,7 +11612,7 @@
{
"term": "Repeat",
"context": "Repeat",
- "reference": "Widgets/KeybindItem.qml:1547, Widgets/KeybindItem.qml:1703",
+ "reference": "Widgets/KeybindItem.qml:1552, Widgets/KeybindItem.qml:1708",
"comment": ""
},
{
@@ -11120,13 +11636,13 @@
{
"term": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout",
"context": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout",
- "reference": "Modules/Settings/PowerSleepTab.qml:498",
+ "reference": "Modules/Settings/PowerSleepTab.qml:503",
"comment": ""
},
{
"term": "Required plugin: ",
"context": "Required plugin: ",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2737",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2744",
"comment": ""
},
{
@@ -11162,7 +11678,7 @@
{
"term": "Requires a newer version of Quickshell",
"context": "Requires a newer version of Quickshell",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1851, Modules/Settings/FrameTab.qml:166",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1858, Modules/Settings/FrameTab.qml:166",
"comment": ""
},
{
@@ -11174,7 +11690,7 @@
{
"term": "Reset",
"context": "Reset",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:972, Modules/Settings/WidgetsTab.qml:913, Modules/ControlCenter/Components/EditControls.qml:306",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:1000, Modules/Settings/WidgetsTab.qml:935, Modules/Settings/KeybindsTab.qml:118, Modules/ControlCenter/Components/EditControls.qml:306",
"comment": ""
},
{
@@ -11189,6 +11705,18 @@
"reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:430, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:149, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:122",
"comment": ""
},
+ {
+ "term": "Reset to Default?",
+ "context": "Reset to Default?",
+ "reference": "Modules/Settings/KeybindsTab.qml:116",
+ "comment": ""
+ },
+ {
+ "term": "Reset to default",
+ "context": "Reset to default",
+ "reference": "Widgets/KeybindItem.qml:1776",
+ "comment": ""
+ },
{
"term": "Reset to default name",
"context": "Reset to default name",
@@ -11216,7 +11744,7 @@
{
"term": "Restart DMS",
"context": "Restart DMS",
- "reference": "Modals/PowerMenuModal.qml:216, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:223, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
@@ -11237,6 +11765,12 @@
"reference": "Modules/Settings/DockTab.qml:180",
"comment": ""
},
+ {
+ "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",
+ "comment": ""
+ },
{
"term": "Resume",
"context": "Resume",
@@ -11282,7 +11816,7 @@
{
"term": "Right Section",
"context": "Right Section",
- "reference": "Modules/Settings/WidgetsTab.qml:1107",
+ "reference": "Modules/Settings/WidgetsTab.qml:1135",
"comment": ""
},
{
@@ -11336,25 +11870,25 @@
{
"term": "Rounded corners for windows",
"context": "Rounded corners for windows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1999",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2006",
"comment": ""
},
{
"term": "Rounded corners for windows (border_radius)",
"context": "Rounded corners for windows (border_radius)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2205",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2212",
"comment": ""
},
{
"term": "Rounded corners for windows (decoration.rounding)",
"context": "Rounded corners for windows (decoration.rounding)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2102",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2109",
"comment": ""
},
{
"term": "Rule",
"context": "Rule",
- "reference": "Modals/WindowRuleModal.qml:254, Modules/Settings/NotificationsTab.qml:468",
+ "reference": "Modals/WindowRuleModal.qml:254, Modules/Settings/NotificationsTab.qml:479",
"comment": ""
},
{
@@ -11366,7 +11900,7 @@
{
"term": "Rules (%1)",
"context": "Rules (%1)",
- "reference": "Modules/Settings/WindowRulesTab.qml:402",
+ "reference": "Modules/Settings/WindowRulesTab.qml:409",
"comment": ""
},
{
@@ -11378,25 +11912,25 @@
{
"term": "Run DMS Templates",
"context": "Run DMS Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2541",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2548",
"comment": ""
},
{
"term": "Run User Templates",
"context": "Run User Templates",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2531",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2538",
"comment": ""
},
{
"term": "Run a program (e.g., firefox, kitty)",
"context": "Run a program (e.g., firefox, kitty)",
- "reference": "Widgets/KeybindItem.qml:824",
+ "reference": "Widgets/KeybindItem.qml:823",
"comment": ""
},
{
"term": "Run a shell command (e.g., notify-send)",
"context": "Run a shell command (e.g., notify-send)",
- "reference": "Widgets/KeybindItem.qml:825",
+ "reference": "Widgets/KeybindItem.qml:824",
"comment": ""
},
{
@@ -11414,7 +11948,7 @@
{
"term": "Running Apps Settings",
"context": "Running Apps Settings",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2197",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2391",
"comment": ""
},
{
@@ -11432,13 +11966,13 @@
{
"term": "SDR Brightness",
"context": "SDR Brightness",
- "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:255, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1790",
+ "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:255, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1873",
"comment": ""
},
{
"term": "SDR Saturation",
"context": "SDR Saturation",
- "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:289, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1792",
+ "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:289, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1875",
"comment": ""
},
{
@@ -11450,7 +11984,7 @@
{
"term": "Save",
"context": "Save",
- "reference": "Modals/DankColorPickerModal.qml:758, Widgets/KeybindItem.qml:1333, Widgets/KeybindItem.qml:1798, Modals/DankLauncherV2/LauncherContent.qml:1020, Modals/FileBrowser/FileBrowserSaveRow.qml:55, Modules/Notepad/NotepadTextEditor.qml:766, Modules/Notepad/Notepad.qml:482, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694",
+ "reference": "Modals/DankColorPickerModal.qml:758, Widgets/KeybindItem.qml:1338, Widgets/KeybindItem.qml:1812, Modals/DankLauncherV2/LauncherContent.qml:1048, Modals/FileBrowser/FileBrowserSaveRow.qml:55, Modals/Clipboard/ClipboardEditor.qml:335, Modals/Clipboard/ClipboardEditor.qml:421, Modules/Notepad/NotepadTextEditor.qml:766, Modules/Notepad/Notepad.qml:482, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694",
"comment": ""
},
{
@@ -11465,6 +11999,18 @@
"reference": "Modals/WifiQRCodeModal.qml:81",
"comment": ""
},
+ {
+ "term": "Save and close",
+ "context": "Save and close",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:459",
+ "comment": ""
+ },
+ {
+ "term": "Save and paste",
+ "context": "Save and paste",
+ "reference": "Modals/Clipboard/ClipboardEditor.qml:498",
+ "comment": ""
+ },
{
"term": "Save and switch between display configurations",
"context": "Save and switch between display configurations",
@@ -11474,25 +12020,25 @@
{
"term": "Save critical priority notifications to history",
"context": "Save critical priority notifications to history",
- "reference": "Modules/Settings/NotificationsTab.qml:893",
+ "reference": "Modules/Settings/NotificationsTab.qml:904",
"comment": "notification history setting"
},
{
"term": "Save dismissed notifications to history",
"context": "Save dismissed notifications to history",
- "reference": "Modules/Settings/NotificationsTab.qml:810",
+ "reference": "Modules/Settings/NotificationsTab.qml:821",
"comment": "notification history toggle description"
},
{
"term": "Save low priority notifications to history",
"context": "Save low priority notifications to history",
- "reference": "Modules/Settings/NotificationsTab.qml:875",
+ "reference": "Modules/Settings/NotificationsTab.qml:886",
"comment": "notification history setting"
},
{
"term": "Save normal priority notifications to history",
"context": "Save normal priority notifications to history",
- "reference": "Modules/Settings/NotificationsTab.qml:884",
+ "reference": "Modules/Settings/NotificationsTab.qml:895",
"comment": "notification history setting"
},
{
@@ -11504,7 +12050,7 @@
{
"term": "Saved",
"context": "Saved",
- "reference": "Modals/Clipboard/ClipboardHeader.qml:52, Modules/Notepad/NotepadTextEditor.qml:869, Modules/Settings/NetworkTab.qml:1208, Modules/ControlCenter/Details/NetworkDetail.qml:617",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:52, Modules/Notepad/NotepadTextEditor.qml:869, Modules/Settings/NetworkTab.qml:1208, Modules/ControlCenter/Details/NetworkDetail.qml:621",
"comment": ""
},
{
@@ -11516,13 +12062,13 @@
{
"term": "Saved Note",
"context": "Saved Note",
- "reference": "Modules/DankBar/Widgets/NotepadButton.qml:314",
+ "reference": "Modules/DankBar/Widgets/NotepadButton.qml:323",
"comment": ""
},
{
"term": "Saved item deleted",
"context": "Saved item deleted",
- "reference": "Services/ClipboardService.qml:242",
+ "reference": "Services/ClipboardService.qml:315",
"comment": ""
},
{
@@ -11534,19 +12080,19 @@
{
"term": "Scale",
"context": "Scale",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:193, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1760",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:193, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1843",
"comment": ""
},
{
"term": "Scale DankBar font sizes independently",
"context": "Scale DankBar font sizes independently",
- "reference": "Modules/Settings/DankBarTab.qml:960",
+ "reference": "Modules/Settings/DankBarTab.qml:978",
"comment": ""
},
{
"term": "Scale DankBar icon sizes independently",
"context": "Scale DankBar icon sizes independently",
- "reference": "Modules/Settings/DankBarTab.qml:985",
+ "reference": "Modules/Settings/DankBarTab.qml:1003",
"comment": ""
},
{
@@ -11576,31 +12122,31 @@
{
"term": "Science",
"context": "Science",
- "reference": "Services/AppSearchService.qml:680",
+ "reference": "Services/AppSearchService.qml:679",
"comment": ""
},
{
"term": "Score",
"context": "Score",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:663, Modals/DankLauncherV2/LauncherContent.qml:671, Modals/DankLauncherV2/LauncherContent.qml:674, Modals/DankLauncherV2/LauncherContent.qml:678",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:691, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:706",
"comment": ""
},
{
"term": "Screen Sharing",
"context": "Screen Sharing",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1325, Modules/Settings/WidgetsTabSection.qml:1469",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1519, Modules/Settings/WidgetsTabSection.qml:1663",
"comment": ""
},
{
"term": "Screen sharing",
"context": "Screen sharing",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1898",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2092",
"comment": ""
},
{
"term": "Scroll",
"context": "Scroll",
- "reference": "Modules/Settings/WindowRulesTab.qml:547",
+ "reference": "Modules/Settings/WindowRulesTab.qml:554",
"comment": ""
},
{
@@ -11618,7 +12164,7 @@
{
"term": "Scroll Wheel",
"context": "Scroll Wheel",
- "reference": "Modules/Settings/MediaPlayerTab.qml:60, Modules/Settings/DankBarTab.qml:1648",
+ "reference": "Modules/Settings/MediaPlayerTab.qml:60, Modules/Settings/DankBarTab.qml:1681",
"comment": ""
},
{
@@ -11648,13 +12194,13 @@
{
"term": "Search App Actions",
"context": "Search App Actions",
- "reference": "Modules/Settings/LauncherTab.qml:914",
+ "reference": "Modules/Settings/LauncherTab.qml:1118",
"comment": ""
},
{
"term": "Search Options",
"context": "Search Options",
- "reference": "Modules/Settings/LauncherTab.qml:908",
+ "reference": "Modules/Settings/LauncherTab.qml:1112",
"comment": ""
},
{
@@ -11684,7 +12230,7 @@
{
"term": "Search keybinds...",
"context": "Search keybinds...",
- "reference": "Modules/Settings/KeybindsTab.qml:259",
+ "reference": "Modules/Settings/KeybindsTab.qml:312",
"comment": ""
},
{
@@ -11726,13 +12272,13 @@
{
"term": "Search...",
"context": "Search...",
- "reference": "Widgets/DankDropdown.qml:315, Modals/Settings/SettingsSidebar.qml:664, Modules/ProcessList/ProcessListPopout.qml:185",
+ "reference": "Widgets/DankDropdown.qml:319, Modals/Settings/SettingsSidebar.qml:670, Modules/ProcessList/ProcessListPopout.qml:185",
"comment": ""
},
{
"term": "Searching",
"context": "Searching",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:154",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:158",
"comment": ""
},
{
@@ -11750,13 +12296,13 @@
{
"term": "Secondary",
"context": "Secondary",
- "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1561, Modules/Settings/ThemeColorsTab.qml:1567, Modules/Settings/ThemeColorsTab.qml:1577, Modules/Settings/ThemeColorsTab.qml:1593, Modules/Settings/ThemeColorsTab.qml:1599, Modules/Settings/ThemeColorsTab.qml:1609, Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/ThemeColorsTab.qml:1897, Modules/Settings/ThemeColorsTab.qml:1909, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:518, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1146, Modules/Settings/DankBarTab.qml:1577, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1568, Modules/Settings/ThemeColorsTab.qml:1574, Modules/Settings/ThemeColorsTab.qml:1584, Modules/Settings/ThemeColorsTab.qml:1600, Modules/Settings/ThemeColorsTab.qml:1606, Modules/Settings/ThemeColorsTab.qml:1616, Modules/Settings/ThemeColorsTab.qml:1898, Modules/Settings/ThemeColorsTab.qml:1904, Modules/Settings/ThemeColorsTab.qml:1916, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:722, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1171, Modules/Settings/DankBarTab.qml:1610, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
"comment": "blur border color | button color option | color option | secondary color | tile color option"
},
{
"term": "Secured",
"context": "Secured",
- "reference": "Modules/Settings/NetworkTab.qml:1195, Modules/ControlCenter/Details/NetworkDetail.qml:611",
+ "reference": "Modules/Settings/NetworkTab.qml:1195, Modules/ControlCenter/Details/NetworkDetail.qml:615",
"comment": ""
},
{
@@ -11792,7 +12338,7 @@
{
"term": "Select",
"context": "Select",
- "reference": "Modals/DankLauncherV2/Controller.qml:1493",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1529",
"comment": ""
},
{
@@ -11804,13 +12350,13 @@
{
"term": "Select Bar",
"context": "Select Bar",
- "reference": "Modules/Settings/WidgetsTab.qml:828",
+ "reference": "Modules/Settings/WidgetsTab.qml:850",
"comment": ""
},
{
"term": "Select Custom Theme",
"context": "Select Custom Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:3044",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:3051",
"comment": "custom theme file browser title"
},
{
@@ -11828,13 +12374,13 @@
{
"term": "Select Launcher Logo",
"context": "Select Launcher Logo",
- "reference": "Modules/Settings/LauncherTab.qml:15",
+ "reference": "Modules/Settings/LauncherTab.qml:46",
"comment": ""
},
{
"term": "Select Profile Image",
"context": "Select Profile Image",
- "reference": "Modals/Settings/SettingsModal.qml:127",
+ "reference": "Modals/Settings/SettingsModal.qml:133",
"comment": "profile image file browser title"
},
{
@@ -11846,7 +12392,7 @@
{
"term": "Select Wallpaper",
"context": "Select Wallpaper",
- "reference": "Modals/Settings/SettingsModal.qml:151, Modules/Settings/WallpaperTab.qml:1313, Modules/Settings/WallpaperTab.qml:1335, Modules/Settings/WallpaperTab.qml:1355",
+ "reference": "Modals/Settings/SettingsModal.qml:157, Modules/Settings/WallpaperTab.qml:1313, Modules/Settings/WallpaperTab.qml:1335, Modules/Settings/WallpaperTab.qml:1355",
"comment": "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title"
},
{
@@ -11876,13 +12422,19 @@
{
"term": "Select a window...",
"context": "Select a window...",
- "reference": "Modules/Settings/WindowRulesTab.qml:291",
+ "reference": "Modules/Settings/WindowRulesTab.qml:298",
+ "comment": ""
+ },
+ {
+ "term": "Select an active session to switch to. The current session stays running in the background.",
+ "context": "Select an active session to switch to. The current session stays running in the background.",
+ "reference": "Modals/SwitchUserModal.qml:107",
"comment": ""
},
{
"term": "Select an image file...",
"context": "Select an image file...",
- "reference": "Modules/Settings/DockTab.qml:354, Modules/Settings/LauncherTab.qml:171",
+ "reference": "Modules/Settings/DockTab.qml:354, Modules/Settings/LauncherTab.qml:375",
"comment": ""
},
{
@@ -11894,7 +12446,7 @@
{
"term": "Select device",
"context": "Select device",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:442, Modules/ControlCenter/Components/DragDropGrid.qml:453",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:458, Modules/ControlCenter/Components/DragDropGrid.qml:469",
"comment": "audio status"
},
{
@@ -11936,7 +12488,7 @@
{
"term": "Select network",
"context": "Select network",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:416",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:430",
"comment": "network status"
},
{
@@ -11954,9 +12506,15 @@
{
"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:508",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:515",
"comment": ""
},
+ {
+ "term": "Select user...",
+ "context": "Select user...",
+ "reference": "Modules/Greetd/GreeterContent.qml:964",
+ "comment": "greeter user picker placeholder"
+ },
{
"term": "Select which keybind providers to include",
"context": "Select which keybind providers to include",
@@ -11972,7 +12530,7 @@
{
"term": "Select...",
"context": "Select...",
- "reference": "Widgets/KeybindItem.qml:919, Widgets/KeybindItem.qml:1133, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:123",
+ "reference": "Widgets/KeybindItem.qml:924, Widgets/KeybindItem.qml:1138, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:123",
"comment": ""
},
{
@@ -12071,10 +12629,16 @@
"reference": "Modules/Settings/WallpaperTab.qml:371",
"comment": ""
},
+ {
+ "term": "Set initial password",
+ "context": "Set initial password",
+ "reference": "Modules/Settings/UsersTab.qml:410",
+ "comment": ""
+ },
{
"term": "Set key and action to save",
"context": "Set key and action to save",
- "reference": "Widgets/KeybindItem.qml:1775",
+ "reference": "Widgets/KeybindItem.qml:1789",
"comment": ""
},
{
@@ -12086,79 +12650,85 @@
{
"term": "Setting",
"context": "Setting",
- "reference": "Services/AppSearchService.qml:326, Modals/DankLauncherV2/ResultItem.qml:226, Modals/DankLauncherV2/SpotlightResultRow.qml:66",
+ "reference": "Services/AppSearchService.qml:325, Modals/DankLauncherV2/ResultItem.qml:226, Modals/DankLauncherV2/SpotlightResultRow.qml:66",
"comment": ""
},
{
"term": "Settings",
"context": "Settings",
- "reference": "Services/AppSearchService.qml:170, Services/AppSearchService.qml:325, Services/AppSearchService.qml:681, Services/PopoutService.qml:406, Services/PopoutService.qml:423, Modals/DankLauncherV2/Controller.qml:197, Modals/Settings/SettingsSidebar.qml:114, Modals/Settings/SettingsModal.qml:82, Modals/Settings/SettingsModal.qml:222, Modules/DankDash/DankDashPopout.qml:294, Modules/Dock/DockTrashContextMenu.qml:48",
+ "reference": "Services/AppSearchService.qml:171, Services/AppSearchService.qml:324, Services/AppSearchService.qml:680, Services/PopoutService.qml:408, Services/PopoutService.qml:425, Modals/DankLauncherV2/Controller.qml:214, Modals/Settings/SettingsSidebar.qml:114, Modals/Settings/SettingsModal.qml:88, Modals/Settings/SettingsModal.qml:228, Modules/DankDash/DankDashPopout.qml:294, Modules/Dock/DockTrashContextMenu.qml:48",
"comment": "settings window title"
},
{
"term": "Settings Search",
"context": "Settings Search",
- "reference": "Services/AppSearchService.qml:214",
+ "reference": "Services/AppSearchService.qml:215",
"comment": ""
},
{
"term": "Settings are read-only. Changes will not persist.",
"context": "Settings are read-only. Changes will not persist.",
- "reference": "Modals/Settings/SettingsModal.qml:294",
+ "reference": "Modals/Settings/SettingsModal.qml:300",
"comment": "read-only settings warning for NixOS home-manager users"
},
{
"term": "Setup",
"context": "Setup",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2364, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:366, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:83",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2371, Modules/Settings/WindowRulesTab.qml:374, Modules/Settings/KeybindsTab.qml:419, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:83",
"comment": ""
},
{
"term": "Shadow Color",
"context": "Shadow Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:142, Modules/Settings/ThemeColorsTab.qml:1699",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:149, Modules/Settings/ThemeColorsTab.qml:1706",
"comment": ""
},
{
"term": "Shadow Intensity",
"context": "Shadow Intensity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1669",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1676",
"comment": ""
},
{
"term": "Shadow Opacity",
"context": "Shadow Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1684",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1691",
"comment": ""
},
{
"term": "Shadow Override",
"context": "Shadow Override",
- "reference": "Modules/Settings/DankBarTab.qml:1418",
+ "reference": "Modules/Settings/DankBarTab.qml:1449",
"comment": "bar shadow settings card"
},
+ {
+ "term": "Shadow blur radius in pixels",
+ "context": "Shadow blur radius in pixels",
+ "reference": "Modules/Settings/DankBarTab.qml:1489",
+ "comment": ""
+ },
{
"term": "Shadow elevation on bars and panels",
"context": "Shadow elevation on bars and panels",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1832",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1839",
"comment": ""
},
{
"term": "Shadow elevation on modals and dialogs",
"context": "Shadow elevation on modals and dialogs",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1810",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1817",
"comment": ""
},
{
"term": "Shadow elevation on popouts, OSDs, and dropdowns",
"context": "Shadow elevation on popouts, OSDs, and dropdowns",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1821",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1828",
"comment": ""
},
{
"term": "Shadows",
"context": "Shadows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1659",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1666",
"comment": ""
},
{
@@ -12170,7 +12740,7 @@
{
"term": "Share Gamma Control Settings",
"context": "Share Gamma Control Settings",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1079",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1086",
"comment": ""
},
{
@@ -12194,43 +12764,43 @@
{
"term": "Shell",
"context": "Shell",
- "reference": "Widgets/KeybindItem.qml:1466",
+ "reference": "Widgets/KeybindItem.qml:1471",
"comment": ""
},
{
"term": "Shift+Enter to copy",
"context": "Shift+Enter to copy",
- "reference": "Modals/DankLauncherV2/Controller.qml:1186",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1223",
"comment": ""
},
{
"term": "Shift+Enter to paste",
"context": "Shift+Enter to paste",
- "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119, Modals/DankLauncherV2/Controller.qml:1186",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119, Modals/DankLauncherV2/Controller.qml:1223",
"comment": ""
},
{
"term": "Short",
"context": "Short",
- "reference": "Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/NotificationsTab.qml:337",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:676, Modules/Settings/NotificationsTab.qml:348",
"comment": ""
},
{
"term": "Shortcut (%1)",
"context": "Shortcut (%1)",
- "reference": "Modules/Settings/KeybindsTab.qml:545",
+ "reference": "Modules/Settings/KeybindsTab.qml:598",
"comment": ""
},
{
"term": "Shortcuts",
"context": "Shortcuts",
- "reference": "Modules/Settings/KeybindsTab.qml:543",
+ "reference": "Modules/Settings/KeybindsTab.qml:596",
"comment": ""
},
{
"term": "Shortcuts (%1)",
"context": "Shortcuts (%1)",
- "reference": "Modules/Settings/KeybindsTab.qml:545",
+ "reference": "Modules/Settings/KeybindsTab.qml:598",
"comment": ""
},
{
@@ -12251,10 +12821,16 @@
"reference": "Modules/Settings/WorkspacesTab.qml:181",
"comment": ""
},
+ {
+ "term": "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.",
+ "context": "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.",
+ "reference": "Modules/Settings/LauncherTab.qml:270",
+ "comment": ""
+ },
{
"term": "Show Badge",
"context": "Show Badge",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2601",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2795",
"comment": ""
},
{
@@ -12302,7 +12878,7 @@
{
"term": "Show Footer",
"context": "Show Footer",
- "reference": "Modules/Settings/LauncherTab.qml:454",
+ "reference": "Modules/Settings/LauncherTab.qml:658",
"comment": "launcher footer visibility"
},
{
@@ -12326,7 +12902,7 @@
{
"term": "Show Hibernate",
"context": "Show Hibernate",
- "reference": "Modules/Settings/PowerSleepTab.qml:460",
+ "reference": "Modules/Settings/PowerSleepTab.qml:465",
"comment": ""
},
{
@@ -12407,6 +12983,12 @@
"reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:222",
"comment": ""
},
+ {
+ "term": "Show Mode Chips",
+ "context": "Show Mode Chips",
+ "reference": "Modules/Settings/LauncherTab.qml:269",
+ "comment": ""
+ },
{
"term": "Show Network",
"context": "Show Network",
@@ -12506,7 +13088,13 @@
{
"term": "Show Swap",
"context": "Show Swap",
- "reference": "Modules/Settings/WidgetsTabSection.qml:899",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:925",
+ "comment": ""
+ },
+ {
+ "term": "Show Switch User",
+ "context": "Show Switch User",
+ "reference": "Modules/Settings/PowerSleepTab.qml:460",
"comment": ""
},
{
@@ -12590,7 +13178,7 @@
{
"term": "Show darkened overlay behind modal dialogs",
"context": "Show darkened overlay behind modal dialogs",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2266",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2273",
"comment": ""
},
{
@@ -12608,43 +13196,43 @@
{
"term": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.",
"context": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.",
- "reference": "Modules/Settings/NotificationsTab.qml:280",
+ "reference": "Modules/Settings/NotificationsTab.qml:291",
"comment": ""
},
{
"term": "Show during Niri overview",
"context": "Show during Niri overview",
- "reference": "Modules/Settings/FrameTab.qml:357",
+ "reference": "Modules/Settings/FrameTab.qml:348",
"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:1862",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1869",
"comment": ""
},
{
"term": "Show in GB",
"context": "Show in GB",
- "reference": "Modules/Settings/WidgetsTabSection.qml:952",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:978",
"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:550",
+ "reference": "Modules/Settings/LauncherTab.qml:754",
"comment": ""
},
{
"term": "Show mode tabs and keyboard hints at the bottom.",
"context": "Show mode tabs and keyboard hints at the bottom.",
- "reference": "Modules/Settings/LauncherTab.qml:455",
+ "reference": "Modules/Settings/LauncherTab.qml:659",
"comment": "launcher footer description"
},
{
"term": "Show notification popups only on the currently focused monitor",
"context": "Show notification popups only on the currently focused monitor",
- "reference": "Modules/Settings/NotificationsTab.qml:298",
+ "reference": "Modules/Settings/NotificationsTab.qml:309",
"comment": ""
},
{
@@ -12668,7 +13256,7 @@
{
"term": "Show on Overview",
"context": "Show on Overview",
- "reference": "Modules/Settings/DockTab.qml:85, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:715, Modules/Settings/FrameTab.qml:356",
+ "reference": "Modules/Settings/DockTab.qml:85, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:721, Modules/Settings/FrameTab.qml:347",
"comment": ""
},
{
@@ -12749,6 +13337,18 @@
"reference": "Modules/Settings/GreeterTab.qml:608",
"comment": ""
},
+ {
+ "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:664",
+ "comment": ""
+ },
+ {
+ "term": "Show the bar when niri overview is active",
+ "context": "Show the bar when niri overview is active",
+ "reference": "Modules/Settings/DankBarTab.qml:722",
+ "comment": ""
+ },
{
"term": "Show weather information in top bar and control center",
"context": "Show weather information in top bar and control center",
@@ -12842,7 +13442,7 @@
{
"term": "Size",
"context": "Size",
- "reference": "Modals/WindowRuleModal.qml:989, Modals/DankLauncherV2/LauncherContent.qml:669, Modals/DankLauncherV2/LauncherContent.qml:674, Modals/DankLauncherV2/LauncherContent.qml:681, Modules/Settings/LauncherTab.qml:410, Modules/Settings/DankBarTab.qml:800, Modules/Settings/FrameTab.qml:125, Modules/Settings/WindowRulesTab.qml:565",
+ "reference": "Modals/WindowRuleModal.qml:989, Modals/DankLauncherV2/LauncherContent.qml:697, Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:709, Modules/Settings/LauncherTab.qml:614, Modules/Settings/DankBarTab.qml:812, Modules/Settings/FrameTab.qml:125, Modules/Settings/WindowRulesTab.qml:572",
"comment": "launcher size option"
},
{
@@ -12854,7 +13454,7 @@
{
"term": "Size Offset",
"context": "Size Offset",
- "reference": "Modules/Settings/DockTab.qml:479, Modules/Settings/LauncherTab.qml:296",
+ "reference": "Modules/Settings/DockTab.qml:479, Modules/Settings/LauncherTab.qml:500",
"comment": ""
},
{
@@ -12872,7 +13472,7 @@
{
"term": "Skip confirmation",
"context": "Skip confirmation",
- "reference": "Widgets/KeybindItem.qml:1357",
+ "reference": "Widgets/KeybindItem.qml:1362",
"comment": ""
},
{
@@ -12884,7 +13484,7 @@
{
"term": "Small",
"context": "Small",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2074",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1181, Modules/Settings/WidgetsTabSection.qml:2268",
"comment": ""
},
{
@@ -12920,7 +13520,7 @@
{
"term": "Sort Alphabetically",
"context": "Sort Alphabetically",
- "reference": "Modules/Settings/LauncherTab.qml:380",
+ "reference": "Modules/Settings/LauncherTab.qml:584",
"comment": ""
},
{
@@ -12932,7 +13532,7 @@
{
"term": "Sorting & Layout",
"context": "Sorting & Layout",
- "reference": "Modules/Settings/LauncherTab.qml:374",
+ "reference": "Modules/Settings/LauncherTab.qml:578",
"comment": ""
},
{
@@ -12947,22 +13547,28 @@
"reference": "Modals/Settings/SettingsSidebar.qml:100",
"comment": ""
},
+ {
+ "term": "Space between the bar and screen edges",
+ "context": "Space between the bar and screen edges",
+ "reference": "Modules/Settings/DankBarTab.qml:769",
+ "comment": ""
+ },
{
"term": "Space between windows",
"context": "Space between windows",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1968",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1975",
"comment": ""
},
{
"term": "Space between windows (gappih/gappiv/gappoh/gappov)",
"context": "Space between windows (gappih/gappiv/gappoh/gappov)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2174",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2181",
"comment": ""
},
{
"term": "Space between windows (gaps_in and gaps_out)",
"context": "Space between windows (gaps_in and gaps_out)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2071",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2078",
"comment": ""
},
{
@@ -12974,7 +13580,7 @@
{
"term": "Spacing",
"context": "Spacing",
- "reference": "Modules/Settings/DockTab.qml:605, Modules/Settings/DankBarTab.qml:752",
+ "reference": "Modules/Settings/DockTab.qml:605, Modules/Settings/DankBarTab.qml:762",
"comment": ""
},
{
@@ -12998,19 +13604,31 @@
{
"term": "Spotlight",
"context": "Spotlight",
- "reference": "Modules/Settings/LauncherTab.qml:62",
+ "reference": "Modules/Settings/LauncherTab.qml:93",
+ "comment": ""
+ },
+ {
+ "term": "Spotlight Bar",
+ "context": "Spotlight Bar",
+ "reference": "Modules/Settings/LauncherTab.qml:185",
+ "comment": ""
+ },
+ {
+ "term": "Spotlight Bar Shortcut",
+ "context": "Spotlight Bar Shortcut",
+ "reference": "Modules/Settings/LauncherTab.qml:227",
"comment": ""
},
{
"term": "Spotlight Search",
"context": "Spotlight Search",
- "reference": "Modals/DankLauncherV2/SpotlightLauncherContent.qml:347",
+ "reference": "Modals/DankLauncherV2/SpotlightLauncherContent.qml:372",
"comment": ""
},
{
"term": "Square Corners",
"context": "Square Corners",
- "reference": "Modules/Settings/DankBarTab.qml:1022",
+ "reference": "Modules/Settings/DankBarTab.qml:1040",
"comment": ""
},
{
@@ -13034,7 +13652,7 @@
{
"term": "Start",
"context": "Start",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1165, Modules/Settings/GammaControlTab.qml:252",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1172, Modules/Settings/GammaControlTab.qml:252",
"comment": ""
},
{
@@ -13091,10 +13709,22 @@
"reference": "Modules/Settings/WallpaperTab.qml:312",
"comment": "wallpaper fill mode"
},
+ {
+ "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:1061",
+ "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:1070",
+ "comment": ""
+ },
{
"term": "Strict auto-hide",
"context": "Strict auto-hide",
- "reference": "Modules/Settings/DankBarTab.qml:647",
+ "reference": "Modules/Settings/DankBarTab.qml:649",
"comment": "Dank bar setting: hide the bar when the pointer leaves even if a menu or bar popover is still open"
},
{
@@ -13103,12 +13733,6 @@
"reference": "Modules/Settings/WallpaperTab.qml:1169",
"comment": "wallpaper transition option"
},
- {
- "term": "Style",
- "context": "Style",
- "reference": "Modules/Settings/LauncherTab.qml:61",
- "comment": ""
- },
{
"term": "Summary",
"context": "Summary",
@@ -13127,16 +13751,22 @@
"reference": "Services/WeatherService.qml:270, Modules/DankDash/WeatherTab.qml:110, Modules/Settings/GammaControlTab.qml:610",
"comment": ""
},
+ {
+ "term": "Suppress Duplicate Notifications",
+ "context": "Suppress Duplicate Notifications",
+ "reference": "Modules/Settings/NotificationsTab.qml:279",
+ "comment": ""
+ },
{
"term": "Suppress notification popups while enabled",
"context": "Suppress notification popups while enabled",
- "reference": "Modules/Settings/NotificationsTab.qml:393",
+ "reference": "Modules/Settings/NotificationsTab.qml:404",
"comment": ""
},
{
"term": "Surface",
"context": "Surface",
- "reference": "Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:220, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1577, Modules/Settings/FrameTab.qml:207",
+ "reference": "Modules/Settings/DockTab.qml:403, Modules/Settings/DockTab.qml:688, Modules/Settings/LauncherTab.qml:424, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1610, Modules/Settings/FrameTab.qml:207",
"comment": "color option | shadow color option"
},
{
@@ -13148,13 +13778,13 @@
{
"term": "Surface Opacity",
"context": "Surface Opacity",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1622, Modules/Settings/ThemeColorsTab.qml:1630, Modules/Settings/FrameTab.qml:146",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1629, Modules/Settings/ThemeColorsTab.qml:1637, Modules/Settings/FrameTab.qml:146",
"comment": ""
},
{
"term": "Surface Variant",
"context": "Surface Variant",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1561, Modules/Settings/ThemeColorsTab.qml:1569, Modules/Settings/ThemeColorsTab.qml:1579, Modules/Settings/ThemeColorsTab.qml:1593, Modules/Settings/ThemeColorsTab.qml:1601, Modules/Settings/ThemeColorsTab.qml:1611, Modules/Settings/ThemeColorsTab.qml:1701, Modules/Settings/ThemeColorsTab.qml:1709, Modules/Settings/ThemeColorsTab.qml:1720",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1568, Modules/Settings/ThemeColorsTab.qml:1576, Modules/Settings/ThemeColorsTab.qml:1586, Modules/Settings/ThemeColorsTab.qml:1600, Modules/Settings/ThemeColorsTab.qml:1608, Modules/Settings/ThemeColorsTab.qml:1618, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1716, Modules/Settings/ThemeColorsTab.qml:1727",
"comment": "button color option | shadow color option | tile color option"
},
{
@@ -13172,7 +13802,7 @@
{
"term": "Suspend",
"context": "Suspend",
- "reference": "Modals/PowerMenuModal.qml:204, Modules/Lock/LockPowerMenu.qml:122, Modules/Settings/PowerSleepTab.qml:344, Modules/Settings/PowerSleepTab.qml:403",
+ "reference": "Modals/PowerMenuModal.qml:211, Modules/Lock/LockPowerMenu.qml:124, Modules/Settings/PowerSleepTab.qml:344, Modules/Settings/PowerSleepTab.qml:403",
"comment": ""
},
{
@@ -13202,7 +13832,7 @@
{
"term": "Switch User",
"context": "Switch User",
- "reference": "Modules/Greetd/GreeterContent.qml:1191",
+ "reference": "Modals/PowerMenuModal.qml:229, Modals/SwitchUserModal.qml:97, Modules/Lock/LockPowerMenu.qml:136, Modules/Greetd/GreeterContent.qml:1345",
"comment": ""
},
{
@@ -13226,7 +13856,7 @@
{
"term": "Sync Mode with Portal",
"context": "Sync Mode with Portal",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2284",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2291",
"comment": ""
},
{
@@ -13250,7 +13880,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:2285",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2292",
"comment": ""
},
{
@@ -13268,13 +13898,13 @@
{
"term": "System",
"context": "System",
- "reference": "Modals/ProcessListModal.qml:320, Modals/ProcessListModal.qml:378, Services/AppSearchService.qml:682, Widgets/DankIconPicker.qml:43, Modals/Settings/SettingsSidebar.qml:253, Modules/ProcessList/ProcessListPopout.qml:155",
+ "reference": "Modals/ProcessListModal.qml:320, Modals/ProcessListModal.qml:378, Services/AppSearchService.qml:681, Widgets/DankIconPicker.qml:43, Modals/Settings/SettingsSidebar.qml:253, Modules/ProcessList/ProcessListPopout.qml:155",
"comment": ""
},
{
"term": "System App Theming",
"context": "System App Theming",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2942",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2949",
"comment": ""
},
{
@@ -13298,7 +13928,7 @@
{
"term": "System Monitor",
"context": "System Monitor",
- "reference": "Modals/ProcessListModal.qml:52, Modals/ProcessListModal.qml:86, Modals/ProcessListModal.qml:262, Services/AppSearchService.qml:192, Services/DesktopWidgetRegistry.qml:54",
+ "reference": "Modals/ProcessListModal.qml:52, Modals/ProcessListModal.qml:86, Modals/ProcessListModal.qml:262, Services/AppSearchService.qml:193, Services/DesktopWidgetRegistry.qml:54",
"comment": "System monitor widget name | sysmon window title"
},
{
@@ -13322,7 +13952,7 @@
{
"term": "System Tray Icon Tint",
"context": "System Tray Icon Tint",
- "reference": "Modules/Settings/DankBarTab.qml:1131",
+ "reference": "Modules/Settings/DankBarTab.qml:1156",
"comment": ""
},
{
@@ -13370,7 +14000,7 @@
{
"term": "Tab",
"context": "Tab",
- "reference": "Widgets/KeybindItem.qml:1046",
+ "reference": "Widgets/KeybindItem.qml:1051",
"comment": ""
},
{
@@ -13460,7 +14090,7 @@
{
"term": "Terminals - Always use Dark Theme",
"context": "Terminals - Always use Dark Theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2294",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2301",
"comment": ""
},
{
@@ -13490,13 +14120,13 @@
{
"term": "Text",
"context": "Text",
- "reference": "Modals/DankLauncherV2/Controller.qml:1187, Modals/Clipboard/ClipboardEntry.qml:120, Modules/Settings/LauncherTab.qml:518",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1224, Modals/Clipboard/ClipboardEntry.qml:135, Modules/Settings/LauncherTab.qml:722",
"comment": "text color"
},
{
"term": "Text Color",
"context": "Text Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1701, Modules/Settings/ThemeColorsTab.qml:1705, Modules/Settings/ThemeColorsTab.qml:1725, Modules/Settings/ThemeColorsTab.qml:1891, Modules/Settings/ThemeColorsTab.qml:1899, Modules/Settings/ThemeColorsTab.qml:1911",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1712, Modules/Settings/ThemeColorsTab.qml:1732, Modules/Settings/ThemeColorsTab.qml:1898, Modules/Settings/ThemeColorsTab.qml:1906, Modules/Settings/ThemeColorsTab.qml:1918",
"comment": "blur border color | shadow color option"
},
{
@@ -13526,7 +14156,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:2931",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2938",
"comment": ""
},
{
@@ -13550,7 +14180,7 @@
{
"term": "Theme Color",
"context": "Theme Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:212",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:219",
"comment": ""
},
{
@@ -13559,6 +14189,18 @@
"reference": "Modals/Greeter/GreeterWelcomePage.qml:106",
"comment": "greeter feature card title"
},
+ {
+ "term": "Theme color used for the border",
+ "context": "Theme color used for the border",
+ "reference": "Modules/Settings/DankBarTab.qml:1264",
+ "comment": ""
+ },
+ {
+ "term": "Theme color used for the widget outline",
+ "context": "Theme color used for the widget outline",
+ "reference": "Modules/Settings/DankBarTab.qml:1357",
+ "comment": ""
+ },
{
"term": "Theme worker failed (%1)",
"context": "Theme worker failed (%1)",
@@ -13574,7 +14216,7 @@
{
"term": "Thickness",
"context": "Thickness",
- "reference": "Modules/Settings/LauncherTab.qml:486, Modules/Settings/WorkspacesTab.qml:403, Modules/Settings/DankBarTab.qml:1297, Modules/Settings/DankBarTab.qml:1387",
+ "reference": "Modules/Settings/LauncherTab.qml:690, Modules/Settings/WorkspacesTab.qml:403, Modules/Settings/DankBarTab.qml:1324, Modules/Settings/DankBarTab.qml:1417",
"comment": "border thickness"
},
{
@@ -13598,7 +14240,7 @@
{
"term": "This bind is overridden by config.kdl",
"context": "This bind is overridden by config.kdl",
- "reference": "Widgets/KeybindItem.qml:469",
+ "reference": "Widgets/KeybindItem.qml:468",
"comment": ""
},
{
@@ -13634,19 +14276,19 @@
{
"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/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:732",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:733",
"comment": ""
},
{
"term": "This will permanently delete all clipboard history.",
"context": "This will permanently delete all clipboard history.",
- "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:732",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:733",
"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:232",
+ "reference": "Services/ClipboardService.qml:305",
"comment": ""
},
{
@@ -13664,7 +14306,7 @@
{
"term": "Tile",
"context": "Tile",
- "reference": "Modals/WindowRuleModal.qml:939, Modules/Settings/WallpaperTab.qml:312, Modules/Settings/WindowRulesTab.qml:555",
+ "reference": "Modals/WindowRuleModal.qml:939, Modules/Settings/WallpaperTab.qml:312, Modules/Settings/WindowRulesTab.qml:562",
"comment": "wallpaper fill mode"
},
{
@@ -13682,7 +14324,7 @@
{
"term": "Tiled",
"context": "Tiled",
- "reference": "Modules/Settings/WindowRulesTab.qml:550",
+ "reference": "Modules/Settings/WindowRulesTab.qml:557",
"comment": ""
},
{
@@ -13700,7 +14342,7 @@
{
"term": "Time",
"context": "Time",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1097, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:960",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1104, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:960",
"comment": "theme auto mode tab | wallpaper cycling mode tab"
},
{
@@ -13733,6 +14375,12 @@
"reference": "Modules/ControlCenter/Details/BatteryDetail.qml:109, Modules/DankBar/Popouts/BatteryPopout.qml:179",
"comment": ""
},
+ {
+ "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:627",
+ "comment": ""
+ },
{
"term": "Time until full: %1",
"context": "Time until full: %1",
@@ -13748,37 +14396,37 @@
{
"term": "Timeout for critical priority notifications",
"context": "Timeout for critical priority notifications",
- "reference": "Modules/Settings/NotificationsTab.qml:786, Modules/Notifications/Center/NotificationSettings.qml:212",
+ "reference": "Modules/Settings/NotificationsTab.qml:797, Modules/Notifications/Center/NotificationSettings.qml:212",
"comment": ""
},
{
"term": "Timeout for low priority notifications",
"context": "Timeout for low priority notifications",
- "reference": "Modules/Settings/NotificationsTab.qml:752, Modules/Notifications/Center/NotificationSettings.qml:182",
+ "reference": "Modules/Settings/NotificationsTab.qml:763, Modules/Notifications/Center/NotificationSettings.qml:182",
"comment": ""
},
{
"term": "Timeout for normal priority notifications",
"context": "Timeout for normal priority notifications",
- "reference": "Modules/Settings/NotificationsTab.qml:769, Modules/Notifications/Center/NotificationSettings.qml:197",
+ "reference": "Modules/Settings/NotificationsTab.qml:780, Modules/Notifications/Center/NotificationSettings.qml:197",
"comment": ""
},
{
"term": "Tint Saturation",
"context": "Tint Saturation",
- "reference": "Modules/Settings/DankBarTab.qml:1183",
+ "reference": "Modules/Settings/DankBarTab.qml:1208",
"comment": ""
},
{
"term": "Tint Strength",
"context": "Tint Strength",
- "reference": "Modules/Settings/DankBarTab.qml:1206",
+ "reference": "Modules/Settings/DankBarTab.qml:1231",
"comment": ""
},
{
"term": "Title",
"context": "Title",
- "reference": "Widgets/KeybindItem.qml:1495",
+ "reference": "Widgets/KeybindItem.qml:1500",
"comment": ""
},
{
@@ -13793,6 +14441,12 @@
"reference": "Modules/DankBar/Popouts/BatteryPopout.qml:520",
"comment": ""
},
+ {
+ "term": "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).",
+ "context": "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).",
+ "reference": "Modals/SwitchUserModal.qml:229",
+ "comment": ""
+ },
{
"term": "To update, run the following command:",
"context": "To update, run the following command:",
@@ -13802,7 +14456,7 @@
{
"term": "To use this DMS bind, remove or change the keybind in your config.kdl",
"context": "To use this DMS bind, remove or change the keybind in your config.kdl",
- "reference": "Widgets/KeybindItem.qml:487",
+ "reference": "Widgets/KeybindItem.qml:486",
"comment": ""
},
{
@@ -13817,6 +14471,12 @@
"reference": "Services/WeatherService.qml:441, 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:683",
+ "comment": ""
+ },
{
"term": "Toggle fonts",
"context": "Toggle fonts",
@@ -13862,13 +14522,13 @@
{
"term": "Too many attempts - locked out",
"context": "Too many attempts - locked out",
- "reference": "Modules/Lock/LockScreenContent.qml:60",
+ "reference": "Modules/Lock/LockScreenContent.qml:61",
"comment": ""
},
{
"term": "Too many failed attempts - account may be locked",
"context": "Too many failed attempts - account may be locked",
- "reference": "Modules/Greetd/GreeterContent.qml:226",
+ "reference": "Modules/Greetd/GreeterContent.qml:231",
"comment": ""
},
{
@@ -13880,13 +14540,13 @@
{
"term": "Top",
"context": "Top",
- "reference": "Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:287, Modules/Settings/DankBarTab.qml:295, Modules/Settings/DankBarTab.qml:438, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1529, Modules/Settings/FrameTab.qml:325",
+ "reference": "Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:287, Modules/Settings/DankBarTab.qml:295, Modules/Settings/DankBarTab.qml:438, Modules/Settings/DankBarTab.qml:1552, Modules/Settings/DankBarTab.qml:1562, Modules/Settings/FrameTab.qml:316",
"comment": "shadow direction option"
},
{
"term": "Top (Default)",
"context": "Top (Default)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1739, Modules/Settings/ThemeColorsTab.qml:1751",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/ThemeColorsTab.qml:1758",
"comment": "shadow direction option"
},
{
@@ -13904,7 +14564,7 @@
{
"term": "Top Left",
"context": "Top Left",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1739, Modules/Settings/ThemeColorsTab.qml:1745, Modules/Settings/ThemeColorsTab.qml:1758, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1523, Modules/Settings/DankBarTab.qml:1533, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:223, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:238, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/ThemeColorsTab.qml:1752, Modules/Settings/ThemeColorsTab.qml:1765, Modules/Settings/DankBarTab.qml:1552, Modules/Settings/DankBarTab.qml:1556, Modules/Settings/DankBarTab.qml:1566, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:223, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:238, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
"comment": "screen position option | shadow direction option"
},
{
@@ -13916,19 +14576,19 @@
{
"term": "Top Right",
"context": "Top Right",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1739, Modules/Settings/ThemeColorsTab.qml:1747, Modules/Settings/ThemeColorsTab.qml:1760, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/DankBarTab.qml:1525, Modules/Settings/DankBarTab.qml:1537, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:219, Modules/Settings/NotificationsTab.qml:229, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:235, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1746, Modules/Settings/ThemeColorsTab.qml:1754, Modules/Settings/ThemeColorsTab.qml:1767, Modules/Settings/DankBarTab.qml:1552, Modules/Settings/DankBarTab.qml:1558, Modules/Settings/DankBarTab.qml:1570, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:219, Modules/Settings/NotificationsTab.qml:229, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:235, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154",
"comment": "screen position option | shadow direction option"
},
{
"term": "Top Section",
"context": "Top Section",
- "reference": "Modules/Settings/WidgetsTab.qml:967",
+ "reference": "Modules/Settings/WidgetsTab.qml:989",
"comment": ""
},
{
"term": "Total",
"context": "Total",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1124",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1318",
"comment": ""
},
{
@@ -13940,13 +14600,13 @@
{
"term": "Touch your security key...",
"context": "Touch your security key...",
- "reference": "Modules/Lock/LockScreenContent.qml:54",
+ "reference": "Modules/Lock/LockScreenContent.qml:55",
"comment": ""
},
{
"term": "Transform",
"context": "Transform",
- "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:279, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1762",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:279, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1845",
"comment": ""
},
{
@@ -13958,7 +14618,25 @@
{
"term": "Transparency",
"context": "Transparency",
- "reference": "Modules/Settings/DockTab.qml:653, Modules/Settings/DankBarTab.qml:899, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:379, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:98, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:351",
+ "reference": "Modules/Settings/DockTab.qml:653, Modules/Settings/DankBarTab.qml:915, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:379, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:98, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:351",
+ "comment": ""
+ },
+ {
+ "term": "Transparency of the border",
+ "context": "Transparency of the border",
+ "reference": "Modules/Settings/DankBarTab.qml:1302",
+ "comment": ""
+ },
+ {
+ "term": "Transparency of the shadow layer",
+ "context": "Transparency of the shadow layer",
+ "reference": "Modules/Settings/DankBarTab.qml:1503",
+ "comment": ""
+ },
+ {
+ "term": "Transparency of the widget outline",
+ "context": "Transparency of the widget outline",
+ "reference": "Modules/Settings/DankBarTab.qml:1395",
"comment": ""
},
{
@@ -13988,7 +14666,7 @@
{
"term": "Trigger",
"context": "Trigger",
- "reference": "Modules/Settings/LauncherTab.qml:623",
+ "reference": "Modules/Settings/LauncherTab.qml:827",
"comment": ""
},
{
@@ -14000,7 +14678,7 @@
{
"term": "Trigger: %1",
"context": "Trigger: %1",
- "reference": "Modals/DankLauncherV2/Controller.qml:1341, Modules/Settings/LauncherTab.qml:809",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1377, Modules/Settings/LauncherTab.qml:1013",
"comment": ""
},
{
@@ -14018,7 +14696,7 @@
{
"term": "Try a different search or switch filters.",
"context": "Try a different search or switch filters.",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:177",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:181",
"comment": ""
},
{
@@ -14060,7 +14738,7 @@
{
"term": "Type",
"context": "Type",
- "reference": "Widgets/KeybindItem.qml:802, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:566",
+ "reference": "Widgets/KeybindItem.qml:801, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:577",
"comment": ""
},
{
@@ -14072,7 +14750,7 @@
{
"term": "Type at least 2 characters to search files.",
"context": "Type at least 2 characters to search files.",
- "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:176",
+ "reference": "Modals/DankLauncherV2/SpotlightResultsList.qml:180",
"comment": ""
},
{
@@ -14096,7 +14774,7 @@
{
"term": "Typography & Motion",
"context": "Typography & Motion",
- "reference": "Modals/Settings/SettingsSidebar.qml:88, Modals/Settings/SettingsSidebar.qml:580",
+ "reference": "Modals/Settings/SettingsSidebar.qml:88, Modals/Settings/SettingsSidebar.qml:586",
"comment": ""
},
{
@@ -14144,7 +14822,7 @@
{
"term": "Uninstall failed: %1",
"context": "Uninstall failed: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:769, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:776, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249",
"comment": "uninstallation error"
},
{
@@ -14156,25 +14834,25 @@
{
"term": "Uninstalled: %1",
"context": "Uninstalled: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:772, Modules/Settings/ThemeBrowser.qml:101",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:779, Modules/Settings/ThemeBrowser.qml:101",
"comment": "uninstallation success"
},
{
"term": "Uninstalling: %1",
"context": "Uninstalling: %1",
- "reference": "Modules/Settings/ThemeColorsTab.qml:766, Modules/Settings/ThemeBrowser.qml:95",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:773, Modules/Settings/ThemeBrowser.qml:95",
"comment": "uninstallation progress"
},
{
"term": "Unknown",
"context": "Unknown",
- "reference": "Common/Theme.qml:1555, 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:396, Modules/Lock/LockScreenContent.qml:516, Modules/Lock/LockScreenContent.qml:612, Modules/Settings/PluginBrowser.qml:541, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:529, Modules/Settings/NetworkTab.qml:175, Modules/Settings/NetworkTab.qml:217, Modules/Settings/NetworkTab.qml:429, Modules/Settings/NetworkTab.qml:452, Modules/Settings/NetworkTab.qml:600, Modules/Settings/NetworkTab.qml:743, Modules/Settings/NetworkTab.qml:1166, Modules/Settings/NotificationsTab.qml:666, Modules/ControlCenter/Details/BatteryDetail.qml:185, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:394, Modules/ControlCenter/Components/DragDropGrid.qml:710, Modules/DankDash/Overview/MediaOverviewCard.qml:90, Modules/DankBar/Popouts/BatteryPopout.qml:341",
+ "reference": "Common/Theme.qml:1555, 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:541, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:529, Modules/Settings/NetworkTab.qml:175, Modules/Settings/NetworkTab.qml:217, Modules/Settings/NetworkTab.qml:429, Modules/Settings/NetworkTab.qml:452, Modules/Settings/NetworkTab.qml:600, Modules/Settings/NetworkTab.qml:743, Modules/Settings/NetworkTab.qml:1166, Modules/Settings/NotificationsTab.qml:677, Modules/ControlCenter/Details/BatteryDetail.qml:185, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:406, Modules/ControlCenter/Components/DragDropGrid.qml:726, Modules/DankDash/Overview/MediaOverviewCard.qml:90, Modules/DankBar/Popouts/BatteryPopout.qml:341",
"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:1285",
+ "reference": "Modules/Settings/LauncherTab.qml:1498",
"comment": ""
},
{
@@ -14204,13 +14882,13 @@
{
"term": "Unknown Monitor",
"context": "Unknown Monitor",
- "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:179",
+ "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:208",
"comment": ""
},
{
"term": "Unknown Network",
"context": "Unknown Network",
- "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:564",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:568",
"comment": ""
},
{
@@ -14228,13 +14906,13 @@
{
"term": "Unload on Close",
"context": "Unload on Close",
- "reference": "Modules/Settings/LauncherTab.qml:464",
+ "reference": "Modules/Settings/LauncherTab.qml:668",
"comment": ""
},
{
"term": "Unmute",
"context": "Unmute",
- "reference": "Modules/Settings/NotificationsTab.qml:679",
+ "reference": "Modules/Settings/NotificationsTab.qml:690",
"comment": ""
},
{
@@ -14246,7 +14924,7 @@
{
"term": "Unnamed Rule",
"context": "Unnamed Rule",
- "reference": "Modules/Settings/WindowRulesTab.qml:471",
+ "reference": "Modules/Settings/WindowRulesTab.qml:478",
"comment": ""
},
{
@@ -14270,7 +14948,7 @@
{
"term": "Unpin from Dock",
"context": "Unpin from Dock",
- "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:126, Modules/Dock/DockContextMenu.qml:222, Modules/DankBar/Widgets/AppsDockContextMenu.qml:350",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:163, Modules/Dock/DockContextMenu.qml:222, Modules/DankBar/Widgets/AppsDockContextMenu.qml:350",
"comment": ""
},
{
@@ -14282,7 +14960,7 @@
{
"term": "Unsaved changes",
"context": "Unsaved changes",
- "reference": "Widgets/KeybindItem.qml:1775, Modules/Notepad/NotepadTextEditor.qml:866",
+ "reference": "Widgets/KeybindItem.qml:1789, Modules/Notepad/NotepadTextEditor.qml:866",
"comment": ""
},
{
@@ -14414,7 +15092,7 @@
{
"term": "Use IP Location",
"context": "Use IP Location",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1255, Modules/Settings/GammaControlTab.qml:345",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1262, Modules/Settings/GammaControlTab.qml:345",
"comment": ""
},
{
@@ -14432,7 +15110,7 @@
{
"term": "Use Inline Expansion",
"context": "Use Inline Expansion",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1037",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1063",
"comment": ""
},
{
@@ -14442,10 +15120,10 @@
"comment": ""
},
{
- "term": "Use Spotlight Launcher",
- "context": "Use Spotlight Launcher",
- "reference": "Modules/Settings/FrameTab.qml:314",
- "comment": ""
+ "term": "Use Overlay Layer",
+ "context": "Use Overlay Layer",
+ "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/LauncherTab.qml:175, Modules/Settings/DankBarTab.qml:741",
+ "comment": "bar layer toggle: use Wayland overlay layer | dock layer toggle: use Wayland overlay layer | launcher layer toggle: use Wayland overlay layer"
},
{
"term": "Use System Theme",
@@ -14459,10 +15137,16 @@
"reference": "Modules/Settings/GreeterTab.qml:656",
"comment": ""
},
+ {
+ "term": "Use a custom radius for goth corner cutouts",
+ "context": "Use a custom radius for goth corner cutouts",
+ "reference": "Modules/Settings/DankBarTab.qml:1105",
+ "comment": ""
+ },
{
"term": "Use a fixed shadow direction for this bar",
"context": "Use a fixed shadow direction for this bar",
- "reference": "Modules/Settings/DankBarTab.qml:1517",
+ "reference": "Modules/Settings/DankBarTab.qml:1550",
"comment": ""
},
{
@@ -14486,13 +15170,13 @@
{
"term": "Use custom border size",
"context": "Use custom border size",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2117, Modules/Settings/ThemeColorsTab.qml:2220",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2124, Modules/Settings/ThemeColorsTab.qml:2227",
"comment": ""
},
{
"term": "Use custom border/focus-ring width",
"context": "Use custom border/focus-ring width",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2014",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2021",
"comment": ""
},
{
@@ -14504,19 +15188,19 @@
{
"term": "Use custom gaps instead of bar spacing",
"context": "Use custom gaps instead of bar spacing",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1951, Modules/Settings/ThemeColorsTab.qml:2054, Modules/Settings/ThemeColorsTab.qml:2157",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1958, Modules/Settings/ThemeColorsTab.qml:2061, Modules/Settings/ThemeColorsTab.qml:2164",
"comment": ""
},
{
"term": "Use custom window radius instead of theme radius",
"context": "Use custom window radius instead of theme radius",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1983, Modules/Settings/ThemeColorsTab.qml:2189",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1990, Modules/Settings/ThemeColorsTab.qml:2196",
"comment": ""
},
{
"term": "Use custom window rounding instead of theme radius",
"context": "Use custom window rounding instead of theme radius",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2086",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2093",
"comment": ""
},
{
@@ -14534,7 +15218,7 @@
{
"term": "Use light theme instead of dark theme",
"context": "Use light theme instead of dark theme",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1489",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1496",
"comment": ""
},
{
@@ -14556,15 +15240,15 @@
"comment": ""
},
{
- "term": "Use the centered minimal launcher instead of the connected V2 launcher",
- "context": "Use the centered minimal launcher instead of the connected V2 launcher",
- "reference": "Modules/Settings/FrameTab.qml:315",
+ "term": "Use the extended surface for launcher content",
+ "context": "Use the extended surface for launcher content",
+ "reference": "Modules/Settings/FrameTab.qml:329",
"comment": ""
},
{
- "term": "Use the extended surface for launcher content",
- "context": "Use the extended surface for launcher content",
- "reference": "Modules/Settings/FrameTab.qml:338",
+ "term": "Use the overlay layer when opening the launcher",
+ "context": "Use the overlay layer when opening the launcher",
+ "reference": "Modules/Settings/LauncherTab.qml:176",
"comment": ""
},
{
@@ -14597,22 +15281,76 @@
"reference": "Modals/ProcessListModal.qml:378, Modules/ProcessList/ProcessListPopout.qml:155, Modules/ControlCenter/Components/HeaderPane.qml:57",
"comment": ""
},
+ {
+ "term": "User already exists",
+ "context": "User already exists",
+ "reference": "Services/UsersService.qml:135",
+ "comment": ""
+ },
+ {
+ "term": "User created",
+ "context": "User created",
+ "reference": "Services/UsersService.qml:213",
+ "comment": ""
+ },
+ {
+ "term": "User created with administrator and greeter login access",
+ "context": "User created with administrator and greeter login access",
+ "reference": "Services/UsersService.qml:208",
+ "comment": ""
+ },
+ {
+ "term": "User created with administrator privileges",
+ "context": "User created with administrator privileges",
+ "reference": "Services/UsersService.qml:210",
+ "comment": ""
+ },
+ {
+ "term": "User created with greeter login access",
+ "context": "User created with greeter login access",
+ "reference": "Services/UsersService.qml:212",
+ "comment": ""
+ },
+ {
+ "term": "User deleted",
+ "context": "User deleted",
+ "reference": "Services/UsersService.qml:349",
+ "comment": ""
+ },
+ {
+ "term": "User not found",
+ "context": "User not found",
+ "reference": "Services/UsersService.qml:143, Services/UsersService.qml:155, Services/UsersService.qml:167, Services/UsersService.qml:182",
+ "comment": ""
+ },
{
"term": "Username",
"context": "Username",
- "reference": "Modals/WifiPasswordModal.qml:172, Modals/WifiPasswordModal.qml:520, Widgets/VpnProfileDelegate.qml:48, Modules/Settings/NetworkTab.qml:1909",
+ "reference": "Modals/WifiPasswordModal.qml:172, Modals/WifiPasswordModal.qml:520, Widgets/VpnProfileDelegate.qml:48, Modules/Settings/UsersTab.qml:358, Modules/Settings/NetworkTab.qml:1909",
+ "comment": ""
+ },
+ {
+ "term": "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.",
+ "context": "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.",
+ "reference": "Modules/Settings/UsersTab.qml:381",
"comment": ""
},
{
"term": "Username...",
"context": "Username...",
- "reference": "Modules/Greetd/GreeterContent.qml:1008",
+ "reference": "Modules/Greetd/GreeterContent.qml:1162",
+ "comment": ""
+ },
+ {
+ "term": "Users",
+ "context": "Users",
+ "reference": "Modals/Settings/SettingsSidebar.qml:298",
"comment": ""
},
{
"term": "Uses sunrise/sunset times based on your location.",
"context": "Uses sunrise/sunset times based on your location.",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1334",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1341",
"comment": ""
},
{
@@ -14621,6 +15359,12 @@
"reference": "Modules/Settings/GammaControlTab.qml:423",
"comment": ""
},
+ {
+ "term": "Uses the spotlight-bar IPC action and always opens the minimal bar.",
+ "context": "Uses the spotlight-bar IPC action and always opens the minimal bar.",
+ "reference": "Modules/Settings/LauncherTab.qml:236",
+ "comment": ""
+ },
{
"term": "Using global monospace font from Settings → Personalization",
"context": "Using global monospace font from Settings → Personalization",
@@ -14630,19 +15374,19 @@
{
"term": "Using shared settings from Gamma Control",
"context": "Using shared settings from Gamma Control",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1346",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1353",
"comment": ""
},
{
"term": "Utilities",
"context": "Utilities",
- "reference": "Services/AppSearchService.qml:683, Services/AppSearchService.qml:684, Services/AppSearchService.qml:685, Services/AppSearchService.qml:686, Modules/Settings/DefaultAppsTab.qml:286",
+ "reference": "Services/AppSearchService.qml:682, Services/AppSearchService.qml:683, Services/AppSearchService.qml:684, Services/AppSearchService.qml:685, Modules/Settings/DefaultAppsTab.qml:286",
"comment": "Utilities"
},
{
"term": "VPN",
"context": "VPN",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1240, Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/WidgetsTab.qml:183, Modules/Settings/NetworkTab.qml:1540, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1434, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/WidgetsTab.qml:183, Modules/Settings/NetworkTab.qml:1540, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15",
"comment": ""
},
{
@@ -14696,19 +15440,19 @@
{
"term": "VRR",
"context": "VRR",
- "reference": "Modules/Settings/WindowRulesTab.qml:544, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1764",
+ "reference": "Modules/Settings/WindowRulesTab.qml:551, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1847",
"comment": ""
},
{
"term": "VRR Fullscreen Only",
"context": "VRR Fullscreen Only",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1798",
+ "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1881",
"comment": ""
},
{
"term": "VRR On-Demand",
"context": "VRR On-Demand",
- "reference": "Modals/WindowRuleModal.qml:701, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1772",
+ "reference": "Modals/WindowRuleModal.qml:701, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1855",
"comment": ""
},
{
@@ -14804,7 +15548,7 @@
{
"term": "Visual Effects",
"context": "Visual Effects",
- "reference": "Modules/Settings/WidgetsTabSection.qml:2642",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2836",
"comment": ""
},
{
@@ -14822,7 +15566,7 @@
{
"term": "Volume",
"context": "Volume",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1265, Modules/Settings/WidgetsTabSection.qml:1469, Modules/Settings/OSDTab.qml:93",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1459, Modules/Settings/WidgetsTabSection.qml:1663, Modules/Settings/OSDTab.qml:93",
"comment": ""
},
{
@@ -14852,13 +15596,13 @@
{
"term": "Wallpaper",
"context": "Wallpaper",
- "reference": "Widgets/KeybindItem.qml:1065, Widgets/KeybindItem.qml:1072, Widgets/KeybindItem.qml:1081, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:76, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63",
+ "reference": "Widgets/KeybindItem.qml:1070, Widgets/KeybindItem.qml:1077, Widgets/KeybindItem.qml:1086, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:76, 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:469",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:476",
"comment": "wallpaper error status"
},
{
@@ -14876,13 +15620,13 @@
{
"term": "Wallpaper processing failed",
"context": "Wallpaper processing failed",
- "reference": "Modules/Settings/ThemeColorsTab.qml:486",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:493",
"comment": "wallpaper processing error"
},
{
"term": "Wallpaper processing failed - check wallpaper path",
"context": "Wallpaper processing failed - check wallpaper path",
- "reference": "Modules/Settings/ThemeColorsTab.qml:313",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:320",
"comment": "wallpaper error"
},
{
@@ -14918,7 +15662,7 @@
{
"term": "Weather",
"context": "Weather",
- "reference": "Widgets/KeybindItem.qml:1067, Widgets/KeybindItem.qml:1072, Widgets/KeybindItem.qml:1084, Modules/DankDash/DankDashPopout.qml:288, Modules/Settings/TimeWeatherTab.qml:392",
+ "reference": "Widgets/KeybindItem.qml:1072, Widgets/KeybindItem.qml:1077, Widgets/KeybindItem.qml:1089, Modules/DankDash/DankDashPopout.qml:288, Modules/Settings/TimeWeatherTab.qml:392",
"comment": ""
},
{
@@ -14954,7 +15698,7 @@
{
"term": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.",
"context": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.",
- "reference": "Modules/Settings/LauncherTab.qml:381",
+ "reference": "Modules/Settings/LauncherTab.qml:585",
"comment": ""
},
{
@@ -14966,7 +15710,7 @@
{
"term": "When locked",
"context": "When locked",
- "reference": "Widgets/KeybindItem.qml:1722",
+ "reference": "Widgets/KeybindItem.qml:1727",
"comment": ""
},
{
@@ -15008,13 +15752,13 @@
{
"term": "WiFi disabled",
"context": "WiFi disabled",
- "reference": "Services/LegacyNetworkService.qml:206, Services/DMSNetworkService.qml:612",
+ "reference": "Services/LegacyNetworkService.qml:209, Services/DMSNetworkService.qml:615",
"comment": ""
},
{
"term": "WiFi enabled",
"context": "WiFi enabled",
- "reference": "Services/LegacyNetworkService.qml:206, Services/LegacyNetworkService.qml:411, Services/DMSNetworkService.qml:612, Services/DMSNetworkService.qml:624",
+ "reference": "Services/LegacyNetworkService.qml:209, Services/LegacyNetworkService.qml:414, Services/DMSNetworkService.qml:615, Services/DMSNetworkService.qml:627",
"comment": ""
},
{
@@ -15026,7 +15770,7 @@
{
"term": "WiFi off",
"context": "WiFi off",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:377",
+ "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:389",
"comment": "network status"
},
{
@@ -15038,37 +15782,37 @@
{
"term": "Widget Background Color",
"context": "Widget Background Color",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1524",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1531",
"comment": ""
},
{
"term": "Widget Management",
"context": "Widget Management",
- "reference": "Modules/Settings/WidgetsTab.qml:880",
+ "reference": "Modules/Settings/WidgetsTab.qml:902",
"comment": ""
},
{
"term": "Widget Outline",
"context": "Widget Outline",
- "reference": "Modules/Settings/DankBarTab.qml:1320",
+ "reference": "Modules/Settings/DankBarTab.qml:1348",
"comment": ""
},
{
"term": "Widget Style",
"context": "Widget Style",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1509",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1516",
"comment": ""
},
{
"term": "Widget Styling",
"context": "Widget Styling",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1501",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1508",
"comment": ""
},
{
"term": "Widget Transparency",
"context": "Widget Transparency",
- "reference": "Modules/Settings/DankBarTab.qml:928",
+ "reference": "Modules/Settings/DankBarTab.qml:945",
"comment": ""
},
{
@@ -15098,25 +15842,37 @@
{
"term": "Width",
"context": "Width",
- "reference": "Modules/Settings/WindowRulesTab.qml:542",
+ "reference": "Modules/Settings/WindowRulesTab.qml:549",
+ "comment": ""
+ },
+ {
+ "term": "Width of the border in pixels",
+ "context": "Width of the border in pixels",
+ "reference": "Modules/Settings/DankBarTab.qml:1325",
+ "comment": ""
+ },
+ {
+ "term": "Width of the widget outline in pixels",
+ "context": "Width of the widget outline in pixels",
+ "reference": "Modules/Settings/DankBarTab.qml:1418",
"comment": ""
},
{
"term": "Width of window border (borderpx)",
"context": "Width of window border (borderpx)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2236",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2243",
"comment": ""
},
{
"term": "Width of window border (general.border_size)",
"context": "Width of window border (general.border_size)",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2133",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2140",
"comment": ""
},
{
"term": "Width of window border and focus ring",
"context": "Width of window border and focus ring",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2030",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2037",
"comment": ""
},
{
@@ -15140,13 +15896,13 @@
{
"term": "Window Corner Radius",
"context": "Window Corner Radius",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1998, Modules/Settings/ThemeColorsTab.qml:2204",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2005, Modules/Settings/ThemeColorsTab.qml:2211",
"comment": ""
},
{
"term": "Window Gaps",
"context": "Window Gaps",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1967, Modules/Settings/ThemeColorsTab.qml:2070, Modules/Settings/ThemeColorsTab.qml:2173",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:2077, Modules/Settings/ThemeColorsTab.qml:2180",
"comment": ""
},
{
@@ -15170,25 +15926,25 @@
{
"term": "Window Rounding",
"context": "Window Rounding",
- "reference": "Modules/Settings/ThemeColorsTab.qml:2101",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2108",
"comment": ""
},
{
"term": "Window Rules",
"context": "Window Rules",
- "reference": "Modals/Settings/SettingsSidebar.qml:298, Modules/Settings/WindowRulesTab.qml:247",
+ "reference": "Modals/Settings/SettingsSidebar.qml:304, Modules/Settings/WindowRulesTab.qml:254",
"comment": ""
},
{
"term": "Window Rules Include Missing",
"context": "Window Rules Include Missing",
- "reference": "Modules/Settings/WindowRulesTab.qml:345",
+ "reference": "Modules/Settings/WindowRulesTab.qml:352",
"comment": ""
},
{
"term": "Window Rules Not Configured",
"context": "Window Rules Not Configured",
- "reference": "Modules/Settings/WindowRulesTab.qml:345",
+ "reference": "Modules/Settings/WindowRulesTab.qml:352",
"comment": ""
},
{
@@ -15197,10 +15953,16 @@
"reference": "Modules/Settings/WallpaperTab.qml:1165",
"comment": "wallpaper transition option"
},
+ {
+ "term": "Working…",
+ "context": "Working…",
+ "reference": "Modules/Settings/UsersTab.qml:477",
+ "comment": ""
+ },
{
"term": "Workspace",
"context": "Workspace",
- "reference": "Modals/WindowRuleModal.qml:586, Modals/WindowRuleModal.qml:1076, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:1658, Modules/Settings/DankBarTab.qml:1658, Modules/Settings/DankBarTab.qml:1695, Modules/Settings/WindowRulesTab.qml:541, Modules/Settings/WindowRulesTab.qml:568",
+ "reference": "Modals/WindowRuleModal.qml:586, Modals/WindowRuleModal.qml:1076, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:1692, Modules/Settings/DankBarTab.qml:1692, Modules/Settings/DankBarTab.qml:1730, Modules/Settings/WindowRulesTab.qml:548, Modules/Settings/WindowRulesTab.qml:575",
"comment": ""
},
{
@@ -15254,7 +16016,7 @@
{
"term": "Workspaces & Widgets",
"context": "Workspaces & Widgets",
- "reference": "Modals/Settings/SettingsSidebar.qml:134, Modals/Settings/SettingsSidebar.qml:574",
+ "reference": "Modals/Settings/SettingsSidebar.qml:134, Modals/Settings/SettingsSidebar.qml:580",
"comment": ""
},
{
@@ -15266,19 +16028,19 @@
{
"term": "X Axis",
"context": "X Axis",
- "reference": "Modules/Settings/DankBarTab.qml:1693",
+ "reference": "Modules/Settings/DankBarTab.qml:1727",
"comment": ""
},
{
"term": "Y Axis",
"context": "Y Axis",
- "reference": "Modules/Settings/DankBarTab.qml:1657",
+ "reference": "Modules/Settings/DankBarTab.qml:1690",
"comment": ""
},
{
"term": "Yes",
"context": "Yes",
- "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1770, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1774, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1784, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1794, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1796",
+ "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1879",
"comment": ""
},
{
@@ -15314,7 +16076,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:2511",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2518",
"comment": "qt theme env error body"
},
{
@@ -15332,7 +16094,13 @@
{
"term": "actions",
"context": "actions",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:397",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:423",
+ "comment": ""
+ },
+ {
+ "term": "admin",
+ "context": "admin",
+ "reference": "Modules/Settings/UsersTab.qml:210",
"comment": ""
},
{
@@ -15356,7 +16124,7 @@
{
"term": "days",
"context": "days",
- "reference": "Modules/Settings/NotificationsTab.qml:849, Modules/Settings/ClipboardTab.qml:179",
+ "reference": "Modules/Settings/NotificationsTab.qml:860, Modules/Settings/ClipboardTab.qml:179",
"comment": ""
},
{
@@ -15398,7 +16166,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:2353",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2360",
"comment": ""
},
{
@@ -15407,22 +16175,28 @@
"reference": "Modules/Settings/DisplayConfig/IncludeWarningBox.qml:65",
"comment": ""
},
+ {
+ "term": "e.g. alice",
+ "context": "e.g. alice",
+ "reference": "Modules/Settings/UsersTab.qml:366",
+ "comment": ""
+ },
{
"term": "e.g., firefox, kitty --title foo",
"context": "e.g., firefox, kitty --title foo",
- "reference": "Widgets/KeybindItem.qml:1445",
+ "reference": "Widgets/KeybindItem.qml:1450",
"comment": ""
},
{
"term": "e.g., focus-workspace 3, resize-column -10",
"context": "e.g., focus-workspace 3, resize-column -10",
- "reference": "Widgets/KeybindItem.qml:1382",
+ "reference": "Widgets/KeybindItem.qml:1387",
"comment": ""
},
{
"term": "e.g., notify-send 'Hello' && sleep 1",
"context": "e.g., notify-send 'Hello' && sleep 1",
- "reference": "Widgets/KeybindItem.qml:1477",
+ "reference": "Widgets/KeybindItem.qml:1482",
"comment": ""
},
{
@@ -15440,7 +16214,7 @@
{
"term": "ext",
"context": "ext",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:691",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:719",
"comment": ""
},
{
@@ -15449,6 +16223,12 @@
"reference": "Modules/Settings/PluginBrowser.qml:489, Modules/Settings/DesktopWidgetBrowser.qml:390",
"comment": ""
},
+ {
+ "term": "greeter",
+ "context": "greeter",
+ "reference": "Modules/Settings/UsersTab.qml:228",
+ "comment": ""
+ },
{
"term": "last seen %1",
"context": "last seen %1",
@@ -15458,7 +16238,13 @@
{
"term": "leave empty for default",
"context": "leave empty for default",
- "reference": "Widgets/KeybindItem.qml:1013",
+ "reference": "Widgets/KeybindItem.qml:1018",
+ "comment": ""
+ },
+ {
+ "term": "loginctl activate failed (exit %1)",
+ "context": "loginctl activate failed (exit %1)",
+ "reference": "Services/SessionsService.qml:173",
"comment": ""
},
{
@@ -15494,7 +16280,7 @@
{
"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:311",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:318",
"comment": "matugen error"
},
{
@@ -15506,13 +16292,13 @@
{
"term": "ms",
"context": "ms",
- "reference": "Widgets/KeybindItem.qml:1663",
+ "reference": "Widgets/KeybindItem.qml:1668",
"comment": ""
},
{
"term": "nav",
"context": "nav",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:383",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:409",
"comment": ""
},
{
@@ -15554,7 +16340,7 @@
{
"term": "now",
"context": "now",
- "reference": "Services/NotificationService.qml:270",
+ "reference": "Services/NotificationService.qml:272",
"comment": ""
},
{
@@ -15602,7 +16388,7 @@
{
"term": "open",
"context": "open",
- "reference": "Modals/DankLauncherV2/LauncherContent.qml:390",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:416",
"comment": ""
},
{
@@ -15635,12 +16421,24 @@
"reference": "Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:283",
"comment": "Tailscale relay server name"
},
+ {
+ "term": "remote",
+ "context": "remote",
+ "reference": "Modals/SwitchUserModal.qml:29",
+ "comment": ""
+ },
{
"term": "seconds",
"context": "seconds",
"reference": "Modules/Settings/NotificationsTab.qml:170, Modules/Notifications/Center/NotificationSettings.qml:104",
"comment": ""
},
+ {
+ "term": "session %1",
+ "context": "session %1",
+ "reference": "Modals/SwitchUserModal.qml:161",
+ "comment": ""
+ },
{
"term": "source",
"context": "source",
@@ -15671,6 +16469,24 @@
"reference": "Modules/ControlCenter/Components/DragDropGrid.qml:292",
"comment": ""
},
+ {
+ "term": "useradd failed (exit %1)",
+ "context": "useradd failed (exit %1)",
+ "reference": "Services/UsersService.qml:258",
+ "comment": ""
+ },
+ {
+ "term": "userdel failed (exit %1)",
+ "context": "userdel failed (exit %1)",
+ "reference": "Services/UsersService.qml:346",
+ "comment": ""
+ },
+ {
+ "term": "usermod failed (exit %1)",
+ "context": "usermod failed (exit %1)",
+ "reference": "Services/UsersService.qml:376, Services/UsersService.qml:406",
+ "comment": ""
+ },
{
"term": "v%1 by %2",
"context": "v%1 by %2",
@@ -15680,7 +16496,7 @@
{
"term": "wtype not available - install wtype for paste support",
"context": "wtype not available - install wtype for paste support",
- "reference": "Services/ClipboardService.qml:183, Modals/DankLauncherV2/Controller.qml:165",
+ "reference": "Services/ClipboardService.qml:245, Services/ClipboardService.qml:256, Modals/DankLauncherV2/Controller.qml:182",
"comment": ""
},
{
@@ -15768,15 +16584,15 @@
"comment": ""
},
{
- "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help",
- "context": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help",
- "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:29",
+ "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
+ "context": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
+ "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:30",
"comment": ""
},
{
- "term": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help",
- "context": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help",
- "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:29",
+ "term": "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
+ "context": "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
+ "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:30",
"comment": "Keyboard hints when enter-to-paste is enabled"
}
]
diff --git a/quickshell/translations/poexports/de.json b/quickshell/translations/poexports/de.json
index f8b4a150..de94739a 100644
--- a/quickshell/translations/poexports/de.json
+++ b/quickshell/translations/poexports/de.json
@@ -27,7 +27,7 @@
"%1 connected": "%1 verbunden"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "%1 kopiert"
},
"%1 custom animation duration": {
"%1 custom animation duration": "%1 benutzerdefinierte Animationsdauer"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Eine moderne Desktop-Shell für Wayland-Compositor"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Netzbetrieb"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "Aktion fehlgeschlagen oder Terminal wurde geschlossen."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Aktionen"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Hinzufügen"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Leiste hinzufügen"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Über Adresse 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.": ""
+ },
+ "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.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Anzahl der Spalten in der Rasteransicht anpassen."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Passt den Kontrast der generierten Farben an (-100 = Minimum, 0 = Standard, 100 = Maximum)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Fortgeschritten"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Alle Bildschirme"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Klicks durch das Widget zulassen"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Zurück: Zurück • F1/I: Datei Info • F10: Hilfe • Esc: Schließen"
},
@@ -474,7 +516,7 @@
"Always show when there's only one connected display": "Immer zeigen wenn nur ein Monitor verbunden"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "Diese App immer für %1 verwenden"
},
"Amount": {
"Amount": "Menge"
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "Compositor-Unschärfe hinter dem Rahmenrand anwenden"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "Automatische Popup-Abstände"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "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-Clear After": {
"Auto-Clear After": "Automatisch löschen nach"
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Automatischer Wechsel"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Wechselt automatisch durch die Hintergründe im selben Ordner"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Bestimmt automatisch den Standort anhand deiner IP-Adresse"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Automatisch sperren nach"
},
@@ -860,6 +911,12 @@
"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": "Bildschirmsperrung durch dbus Signal von loginctl. Deaktiviere bei externer Bildschirmsperre"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Bindings-Include fehlt"
},
@@ -870,7 +927,7 @@
"Bit Depth": "Bittiefe"
},
"Black": {
- "Black": ""
+ "Black": "Schwarz"
},
"Block Out": {
"Block Out": "Blockieren"
@@ -918,7 +975,7 @@
"Body": "Textkörper"
},
"Bold": {
- "Bold": ""
+ "Bold": "Fett"
},
"Border": {
"Border": "Rahmen"
@@ -1029,7 +1086,7 @@
"CUPS not available": "CUPS nicht verfügbar"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "Kalender"
},
"Camera": {
"Camera": "Kamera"
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Abgebrochen"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "Der einzige Ausgang kann nicht deaktiviert werden"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Kann nicht koppeln"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Fähigkeiten"
},
@@ -1110,7 +1173,10 @@
"Check interval": "Prüfintervall"
},
"Check on startup": {
- "Check on startup": ""
+ "Check on startup": "Beim Start prüfen"
+ },
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Synchronisierungsstatus bei Bedarf prüfen. Die Synchronisierung kopiert Ihr Design, Ihre Einstellungen und Ihre Hintergrundbildkonfiguration auf den Anmeldebildschirm. Authentifizierungsänderungen werden automatisch angewendet."
@@ -1296,7 +1362,7 @@
"Color": "Farbe"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "Farbe %1 kopiert"
},
"Color Gamut": {
"Color Gamut": "Farbraum"
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Bestätige Passkey für "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "In Konflikt mit: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Verbundene Bildschirme"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "Verbundene Optionen"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Drucker anlegen"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Erzeuge Fensterregel"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Regeln erstellen, um Benachrichtigungen stummzuschalten, zu ignorieren, im Verlauf auszublenden oder die Priorität zu überschreiben. Standardmäßig wird nur die Priorität überschrieben; Benachrichtigungen werden weiterhin normal angezeigt."
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "Plugin-Verzeichnis erstellt: %1"
},
"Creating...": {
"Creating...": "erzeugen..."
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Strg+Tab: Tab wechseln • Strg+S: Anpinnen/Lösen • Umschalt+Eingabe: Einfügen • Umschalt+Entf: Alles löschen • Esc: Schließen"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "Aktuell"
},
@@ -1779,13 +1860,16 @@
"DEMO MODE - Click anywhere to exit": "DEMO MODUS - Irgendwo klicken um abzubrechen"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "DMS-Auswahl"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "DMS Plugin Manager nicht verfügbar"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "DMS-Einstellungen"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
"DMS Shortcuts": "DMS-Kurzbefehle"
@@ -1797,7 +1881,7 @@
"DMS out of date": "DMS ist veraltet"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "DMS-Server ist veraltet (API v%1, erwartet v%2)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "DMS-Dienst ist nicht verbunden. Zwischenablage-Einstellungen sind nicht verfügbar."
@@ -1884,14 +1968,29 @@
"Default (Black)": "Standard (Schwarz)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "Standard (Global)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "Standard-Apps"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"Default Width (%)": {
"Default Width (%)": "Standardbreite (%)"
},
+ "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 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 selected action": {
"Default selected action": "Vorausgewählte Energieoption"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Löschen"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "\"%1\" löschen?"
},
@@ -1928,8 +2030,14 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Profil \"%1\" löschen?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "Halbfett"
},
"Dependencies & documentation": {
"Dependencies & documentation": "Abhängigkeiten & Dokumentation"
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "Stündliche Wettervorhersagen anzeigen"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "Zeilennummern im Editor anzeigen"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Nur Arbeitsbereiche anzeigen, die Fenster enthalten"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Nieselregen"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplizieren"
},
@@ -2229,7 +2340,7 @@
"Dynamic colors from wallpaper": "Dynamische Farben von Hintergrundbild"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "Fehler beim Parsen dynamischer Farben: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "Dynamische Farben, Voreinstellungen"
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "App bearbeiten"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Bearbeite Fensterregel"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Bildung"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Exklusives Zonenoffset"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Experimentelle Funktion"
},
@@ -2490,10 +2610,10 @@
"Extra Arguments": "Zusätzliche Argumente"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "Extrafett"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "Extradünn"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Umschalten • F10: Hilfe"
@@ -2523,10 +2643,10 @@
"Failed to add printer to class": "Drucker konnte der Klasse nicht hinzugefügt werden"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "Anwenden der GTK-Farben fehlgeschlagen"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "Anwenden der Qt-Farben fehlgeschlagen"
},
"Failed to apply profile": {
"Failed to apply profile": "Profil konnte nicht angewendet werden"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "Fehler beim deaktivieren des Nachtmodus"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "Plugin konnte nicht deaktiviert werden: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "VPN-Trennung fehlgeschlagen"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "Nachtmodus konnte nicht aktiviert werden"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "Plugin konnte nicht aktiviert werden: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "Netzwerk-QR-Code konnte nicht abgerufen werden: %1"
},
"Failed to hold job": {
"Failed to hold job": "Auftrag konnte nicht angehalten werden"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "Fehler beim Drucken der Testseite"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "Themendatei konnte nicht gelesen werden: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "Kopplung konnte nicht abgelehnt werden"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "Plugin konnte nicht neu geladen werden: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "QR-Code unter %1 konnte nicht entfernt werden: %2"
},
"Failed to remove device": {
"Failed to remove device": "Gerät entfernen fehlgeschlagen"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Aktualisierung der automatischen Verbindung fehlgeschlagen"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Beschreibung konnte nicht aktualisiert werden"
},
@@ -2787,7 +2910,7 @@
"File Information": "Dateiinformation"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "Dateimanager"
},
"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."
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Dateisuche erfordert dsearch\nVon github.com/AvengeMedia/danksearch installieren"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "Dateisuche nicht verfügbar"
},
"Files": {
"Files": "Dateien"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "In Notiz suchen..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Verfügbarkeit des Fingerabdrucks konnte nicht bestätigt werden."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Fokus folgen"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Schriftart"
},
@@ -2949,10 +3078,10 @@
"For 8 hours": "Für 8 Stunden"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "Zum Bearbeiten von einfachen Textdateien"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "Zum Lesen von PDF-Dateien"
},
"Force HDR": {
"Force HDR": "HDR erzwingen"
@@ -3030,7 +3159,7 @@
"Fruit Salad": "Obstsalat"
},
"Full": {
- "Full": ""
+ "Full": "Vollständig"
},
"Full Command:": {
"Full Command:": "Vollständiger Befehl:"
@@ -3045,7 +3174,7 @@
"Full with Year": "Vollständig mit Jahr"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "Voll ausgestatteter Launcher mit Modus-Tabs, Gitteransicht und Aktionsleiste."
},
"Fullscreen": {
"Fullscreen": "Vollbild"
@@ -3075,7 +3204,7 @@
"GPU temperature display": "GPU-Temperaturanzeige"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "GTK-Farben erfolgreich angewendet"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "GTK, Qt, IDEs, mehr"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "Globale Schriftarten können unter Einstellungen → Personalisierung konfiguriert werden"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "Alle Animationsdauern global skalieren"
@@ -3125,6 +3254,21 @@
"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": "Bildschirm schrittweise ausblenden, bevor die Monitore mit einer konfigurierbaren Schonfrist ausgeschaltet werden"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Zeitbereich des Diagramms"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "Greeter-Schriftart"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Nur Greeter — betrifft nicht die Hauptuhr"
},
@@ -3201,16 +3351,16 @@
"HSV": "HSV"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV %1 kopiert"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML in die Zwischenablage kopiert"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "Verarbeitet Links und öffnet HTML-Dateien"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "Verarbeitet mailto-Links"
},
"Health": {
"Health": "Gesundheit"
@@ -3240,7 +3390,7 @@
"Hibernate": "Ruhezustand"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "Ruhezustand fehlgeschlagen"
},
"Hidden": {
"Hidden": "Verborgen"
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Bei Berührung ausblenden"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "Das Dock ausblenden, wenn ein Fenster im Vollbildmodus ist"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprland Webseite"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Ich verstehe"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Icon Theme"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Leerlauf"
},
@@ -3447,7 +3609,7 @@
"Image": "Bild"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "Bildbetrachter"
},
"Image copied to clipboard": {
"Image copied to clipboard": "Bild in Zwischenablage kopiert"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Unterdrückbar"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Eingabegeräte"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "Installation abgeschlossen. Greeter wurde installiert."
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "Installieren Sie dsearch, um Dateien zu suchen."
},
"Install failed: %1": {
"Install failed: %1": "Installation fehlgeschlagen: %1"
@@ -3597,7 +3762,7 @@
"Interval": "Intervall"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "Ungültiges JSON-Format: %1"
},
"Invalid configuration": {
"Invalid configuration": "Invalide Konfiguration"
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "Ungültiges Passwort für %1"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Invertieren bei Moduswechsel"
},
@@ -3627,7 +3795,7 @@
"Keep Changes": "Änderungen beibehalten"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "Tippen Sie weiter"
},
"Keeping Awake": {
"Keeping Awake": "am wach halten"
@@ -3741,7 +3909,7 @@
"Launcher Emerge Side": "Launcher-Erscheinungsseite"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "Launcher-Stil"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "Deckkraft der Ebenenumrisse"
@@ -3765,7 +3933,7 @@
"Left Section": "Linke Sektion"
},
"Light": {
- "Light": ""
+ "Light": "Leicht"
},
"Light Direction": {
"Light Direction": "Lichtrichtung"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Ausloggen"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Anmeldung..."
},
@@ -3903,11 +4074,17 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "E-Mail"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Stellen Sie sicher, dass KDE Connect oder Valent auf Ihren anderen Geräten läuft"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Plugins zur Erweiterung der DMS-Funktionalität verwalten und konfigurieren"
},
@@ -3918,7 +4095,7 @@
"Managed by Frame": "Vom Rahmen verwaltet"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "Verwaltet durch Frame-Modus"
},
"Managed by Frame in Connected Mode": {
"Managed by Frame in Connected Mode": "Vom Rahmen im verbundenen Modus verwaltet"
@@ -3927,10 +4104,10 @@
"Management": "Verwaltung"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "Verwaltet Kalenderereignisse"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "Verwaltet Dateien und Verzeichnisse"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC-Layout-Überschreibungen"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Manuelles Anzeigen/Verstecken"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Fensterklassennamen Symbolnamen zuordnen für korrekte Symbolanzeige"
},
@@ -4164,7 +4344,7 @@
"Min W": "Min W"
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "Minimale Leiste im Spotlight-Stil: Erscheint sofort oben am Bildschirm und erweitert sich beim Tippen."
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Minimale Palette mit einem Farbton."
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Einhängepunkte"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Erscheinungsbild des Mauszeigers"
},
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "Multi-Monitor"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "Multimedia"
},
"Multiplexer": {
"Multiplexer": "Multiplexer"
@@ -4275,7 +4458,7 @@
"Music": "Musik"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "Musikplayer"
},
"Mute Popups": {
"Mute Popups": "Popups stummschalten"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "Nachtmodus & Gamma"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "Nachtmodus fehlgeschlagen: DMS-Gammakontrolle nicht verfügbar"
},
"Niri Integration": {
"Niri Integration": "Niri-Integration"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Keine aktiven %1-Sitzungen"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Kein Adapter"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "Keine Festplattendaten verfügbar"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "Keine Anzeigeprofile gefunden. Erstellen Sie diese unter Einstellungen > Anzeige."
},
"No drivers found": {
"No drivers found": "Keine Treiber gefunden"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Keine versteckten Apps."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Keine Info-Elemente"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Keine Einhängepunkte gefunden"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Keine Ausgabegeräte"
},
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "Keine aktuellen Einträge in der Zwischenablage gefunden"
},
"No results": {
- "No results": ""
+ "No results": "Keine Ergebnisse"
},
"No results found": {
"No results found": "Keine Ergebnisse gefunden"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Keine gespeicherten Einträge in der Zwischenablage"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Keine Sitzungen gefunden"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Kein Trigger"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Kein Video im Ordner gefunden"
},
@@ -4683,7 +4881,7 @@
"None": "Nichts"
},
"None active": {
- "None active": ""
+ "None active": "Keine aktiv"
},
"Normal": {
"Normal": "Normal"
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Nicht verfügbar — installiere oder konfiguriere pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Nicht verbunden"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Deckkraft"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Deckend"
},
@@ -4901,8 +5108,14 @@
"Opening terminal: ": {
"Opening terminal: ": "Terminal wird geöffnet: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
- "Opens image files": ""
+ "Opens image files": "Öffnet Bilddateien"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "Optionale Beschreibung"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "Überschreibe globale Layouteinstellungen für diesen Monitor"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "Globale Transparenz für Notepad überschreiben"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "Terminal mit einem benutzerdefinierten Befehl oder Skript überschreiben"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "Globalen Schatten durch Einstellungen pro Leiste überschreiben"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "überschreibt"
},
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "PAM bietet Fingerabdruck-Authentifizierung, aber es wurde kein Lesegerät erkannt."
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "PDF-Reader"
},
"PIN": {
"PIN": "PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Passwort"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Passwort..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Einfügen"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Plugins in %1 platzieren"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Ein Video abspielen, wenn der Bildschirm gesperrt wird."
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "Wiedergabefehler: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "Spielt Audiodateien ab"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "Spielt Videodateien ab"
},
"Please wait...": {
"Please wait...": "Bitte warten..."
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "Plugin-Sichtbarkeit"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "Plugin deaktiviert: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "Plugin aktiviert: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Plugin ist deaktiviert – in den Plugin-Einstellungen aktivieren, um es zu verwenden"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "Plugin neu geladen: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "Plugin deinstalliert: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "Plugin aktualisiert: %1"
},
"Plugins": {
"Plugins": "Plugins"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Zeiger"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "Popout-Schatten"
},
@@ -5463,7 +5703,7 @@
"Protocol": "Protokoll"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "Qt-Farben erfolgreich angewendet"
},
"Qt: distance-field renderer.": {
"Qt: distance-field renderer.": "Qt: Distance-Field-Renderer."
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Übertragungsrate"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Lesen:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "Neustart"
},
"Recent": {
- "Recent": ""
+ "Recent": "Zuletzt verwendet"
},
"Recent Colors": {
"Recent Colors": "Aktuelle Farben"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "Wetter aktualisieren"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
"Regular": {
- "Regular": ""
+ "Regular": "Normal"
},
"Reject": {
"Reject": "Ablehnen"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Verbleibend / Gesamt"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "Letzte Suchanfrage merken"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Entfernen"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Widget-Abstand entfernen"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Abstände und Rahmen entfernen, wenn Fenster maximiert sind"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Umbenennen"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Größe zurücksetzen"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Auf Standardnamen zurücksetzen"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "Fenster in speziellen Arbeitsbereichen wiederherstellen"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Fortsetzen"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "QR Code speichern"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Anzeige-Konfigurationen speichern und zwischen ihnen wechseln"
},
@@ -5913,7 +6213,7 @@
"Search...": "Suche..."
},
"Searching": {
- "Searching": ""
+ "Searching": "Suche..."
},
"Searching...": {
"Searching...": "Suchen..."
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "ein Fenster..."
},
+ "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 image file...": {
"Select an image file...": "eine Bilddatei..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Algorithmus für Hintergrundbilder zur Bestimmung der Farben"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Wählen Sie aus, welche Tastenkombinationsanbieter einbezogen werden sollen"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Setze Hintergrundbilder für helle und dunkle Darstellung"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Taste und Aktion zum Speichern festlegen"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "Benachrichtigungsregeln festlegen"
},
"Setting": {
- "Setting": ""
+ "Setting": "Einstellung"
},
"Settings": {
"Settings": "Einstellungen"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "Einstellungssuche"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "Einstellungen sind schreibgeschützt. Änderungen werden nicht gespeichert."
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Schattenüberschreibung"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Schatten-Erhöhung auf Leisten und Panels"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Alle entfernen • Esc: Schließen"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Umschalt+Eingabe zum Kopieren"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Umschalt+Eingabe zum Einfügen"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Alle Tags anzeigen"
},
+ "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 Badge": {
"Show Badge": "Badge anzeigen"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Arbeitsspeicher in GB anzeigen"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Zeige Netzwerk"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Swap anzeigen"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Zeige Systemdatum"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Sekunden anzeigen"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Wetter Informationen in Top-Bar und in Einstellungen anzeigen"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Töne"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Abstand zwischen Fenster"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "Spool-Bereich voll"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "Spotlight"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "Spotlight-Suche"
},
"Square Corners": {
"Square Corners": "keine Abrundung"
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Strecken"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "Striktes automatisches Ausblenden"
},
@@ -6609,7 +6951,7 @@
"Stripes": "Streifen"
},
"Style": {
- "Style": ""
+ "Style": "Stil"
},
"Summary": {
"Summary": "Zusammenfassung"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Sonnenuntergang"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Unterdrückt Benachrichtigungen wenn aktiviert"
},
@@ -6660,7 +7005,7 @@
"Switch User": "Benutzer wechseln"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "Zwischen Anzeigekonfigurationen wechseln"
},
"Switch to power profile": {
"Switch to power profile": "Zu Energieprofil wechseln"
@@ -6813,7 +7158,7 @@
"Text Color": "Textfarbe"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "Texteditor"
},
"Text Rendering": {
"Text Rendering": "Text-Rendering"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "Design-Registrierung"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "Theme-Worker fehlgeschlagen (%1)"
},
"Themes": {
"Themes": "Designs"
@@ -6852,7 +7203,7 @@
"Thickness": "Stärke"
},
"Thin": {
- "Thin": ""
+ "Thin": "Dünn"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "Drittanbieter-Plugin Warnung"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Verbleibende Zeit: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Zeit bis voll: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Bis voll"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Zum Aktualisieren führen Sie folgenden Befehl aus:"
},
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "Heute"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "Schriftarten umschalten"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "Sichtbarkeit dieser Leistenkonfiguration umschalten"
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparenz"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "Papierkorb"
},
@@ -7071,7 +7440,7 @@
"Try a different search": "Versuchen Sie eine andere Suche"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "Versuchen Sie eine andere Suche oder wechseln Sie die Filter."
},
"Turn off": {
"Turn off": "Ausschalten"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "Geben Sie mindestens 2 Zeichen ein"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "Geben Sie mindestens 2 Zeichen ein, um nach Dateien zu suchen."
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "Geben Sie dieses Präfix ein, um nach Tastenkombinationen zu suchen"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "Ungespeicherte Notiz..."
},
"Unset": {
- "Unset": ""
+ "Unset": "Nicht gesetzt"
},
"Until %1": {
"Until %1": "Bis %1"
@@ -7242,7 +7611,7 @@
"Update Plugin": "Plugin updaten"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "Update fehlgeschlagen: %1"
},
"Upgrading...": {
"Upgrading...": "Aktualisierung..."
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "Monospace-Schriftart verwenden"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "Spotlight-Launcher verwenden"
},
"Use System Theme": {
"Use System Theme": "Nutze System Darstellung"
@@ -7292,6 +7664,9 @@
"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.": "Ein benutzerdefiniertes Bild für den Anmeldebildschirm verwenden oder leer lassen, um das Desktop-Hintergrundbild zu verwenden."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Eine feste Schattenrichtung für diese Leiste verwenden"
},
@@ -7344,11 +7719,14 @@
"Use sound theme from system settings": "Nutze Systemklang Thema von den System Einstellungen"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "Verwenden Sie den zentrierten minimalen Launcher anstelle des verbundenen V2-Launchers"
},
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "Erweiterte Oberfläche für Launcher-Inhalte verwenden"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Dieselbe Position und Größe auf allen Displays verwenden"
},
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "Auslöser-Präfix zum Aktivieren verwenden"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "Verwendet für xdg-terminal-exec"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "Wird verwendet, wenn die Akzentfarbe auf Benutzerdefiniert eingestellt ist"
@@ -7364,20 +7742,50 @@
"User": {
"User": "Benutzer"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Benutzername"
},
+ "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...": {
"Username...": "Benutzername..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Verwendet Sonnenaufgangs-/-untergangszeiten basierend auf Ihrem Standort."
},
"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.": "Verwendet Sonnenaufgang/-untergang, um den Nachtmodus automatisch an Ihren Standort anzupassen."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
- "Using global monospace font from Settings → Personalization": ""
+ "Using global monospace font from Settings → Personalization": "Verwendet globale Monospace-Schriftart aus Einstellungen → Personalisierung"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Verwendet geteilte Einstellungen von Gamma Control"
@@ -7452,7 +7860,7 @@
"Video Path": "Videopfad"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "Videoplayer"
},
"Video Screensaver": {
"Video Screensaver": "Video-Bildschirmschoner"
@@ -7530,7 +7938,7 @@
"Weather Widget": "Wetter Widget"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "Webbrowser"
},
"Welcome": {
"Welcome": "Willkommen"
@@ -7545,7 +7953,7 @@
"When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Aktivieren für alphabetische Anwendung-Sortierung. Deaktivieren für Anwendung-Sortierung nach Nutzung."
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Wenn aktiviert, wird beim Start nach Updates gesucht. Wenn deaktiviert, wird eine Prüfung nur nach dem oben genannten Intervall oder durch manuelles Aktualisieren durchgeführt."
},
"When locked": {
"When locked": "Wenn gesperrt"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Breite"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Breite des Fensterrahmens (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Wischen"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Arbeitsbereich"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "Aktionen"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "verbunden"
},
@@ -7772,6 +8192,9 @@
"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.": "Die Konfiguration 'dms/outputs' existiert, ist aber nicht in Ihrer Compositor-Konfiguration enthalten. Anzeigeänderungen werden nicht dauerhaft gespeichert."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "z.B., firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "Hervorgehoben"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "zuletzt gesehen %1"
},
"leave empty for default": {
"leave empty for default": "leer lassen für Standardwert"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl nicht verfügbar – Sperrintegration erfordert DMS-Socket-Verbindung"
},
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "mangowc GitHub"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "matugen nicht verfügbar oder deaktiviert – GTK-Farben können nicht angewendet werden"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "matugen nicht verfügbar oder deaktiviert – Qt-Farben können nicht angewendet werden"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen nicht gefunden - installieren Sie das matugen-Paket für dynamisches Theming"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "niri/dms Discord"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "niri: Konfiguration neu geladen"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "niri: Konfiguration konnte nicht geladen werden"
},
"now": {
"now": "jetzt"
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "Relay: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "sekunden"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "Quelle"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "dms für NM-Integration aktualisieren."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 von %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Leertaste: Erweitern • Eingabe: Aktion/Erweitern • E: Text"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigieren • Enter/Strg+C: Kopieren • Entf: Löschen • F10: Hilfe"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigieren • Eingabe: Einfügen • Entf: Löschen • F10: Hilfe"
}
diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json
index 990bc9d2..5fe1eca8 100644
--- a/quickshell/translations/poexports/es.json
+++ b/quickshell/translations/poexports/es.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Un shell de escritorio moderno para compositores Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": ""
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Acciones"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Añadir"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Añadir barra"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": ""
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Ajustar cuántas columnas se muestran en la cuadrícula."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Avanzado"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Todas las pantallas"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": ""
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Atrás • F1/I: Información del archivo • F10: Ayuda • Esc: Cerrar+"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Ciclo automático"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Rotar automáticamente entre los fondos de pantalla en la misma carpeta"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Determinar tu ubicación usando tu dirección IP"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Bloquear después de"
},
@@ -860,6 +911,12 @@
"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": "Conectar pantalla de bloqueo a las señales dbus de loginctl. Deshabilitar si se usa una pantalla de bloqueo externa"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Enlaces Incluir Falta"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Cancelado"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "No se puede emparejar"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Capacidades"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Confirmar clave de acceso para "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Conflictos con: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Pantallas conectadas"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Crear impresora"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": ""
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "Actuales"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "Atajos de DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Anchura por defecto (%)"
},
+ "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 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 selected action": {
"Default selected action": "Acción predeterminada"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Eliminar"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": ""
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": ""
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": ""
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplicado"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": ""
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": ""
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Educación"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Zona exclusiva"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Funcion experimental"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Fallo al actualizar la conexión automática"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Error al actualizar la descripción"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Encontrar en notas..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Seguir foco"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": ""
},
@@ -3125,6 +3254,21 @@
"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": "La pantalla se funde a negro antes de apagar el monitor, tras un intervalo configurable"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Gráfico Intervalo de tiempo"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": ""
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": ""
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": ""
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Lo entiendo"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Tema de iconos"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Inactivo"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": ""
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Dispositivos de entrada"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Invertir al cambiar de modo"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Cerrar sesión"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": ""
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": ""
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Configurar complementos para extender la funcionalidad de DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Mostrar/Ocultar manualmente"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": ""
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Puntos de montaje"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Apariencia del cursor del ratón"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": ""
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": ""
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": ""
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": ""
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": ""
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": ""
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "No conectado"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opacidad"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": ""
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Descripción opcional"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Sobreescribe"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Contraseña"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": ""
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": ""
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Colocar plugins en %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Puntero"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Tasa"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": ""
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Actualizar El Tiempo"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": ""
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": ""
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Remover"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": ""
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": ""
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Reiniciar tamaño"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": ""
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Continuar"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": ""
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": ""
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": ""
},
+ "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 image file...": {
"Select an image file...": "Selecciona un archivo de imagen..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Selecciona el algoritmo de colores del fondo de pantalla"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": ""
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Configurar diferentes fondos de pantalla para los modos claro y oscuro"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Establecer tecla y acción para guardar"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Mostrar todas las etiquetas"
},
+ "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 Badge": {
"Show Badge": ""
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": ""
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Mostrar red"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Mostrar fecha del sistema"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Mostrar clima en la barra superior y en el centro de control"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Sonidos"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Espacio entre ventanas"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": ""
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Atardecer"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Suprimir las ventanas emergentes de notificación mientras están activadas"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": ""
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Tiempo restante: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Tiempo hasta lleno: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Carga completa"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Para actualizar, ejecute el siguiente comando:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Hoy"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparencia"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Usar fuente monoespaciada"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": ""
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Usuario"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Nombre de usuario"
},
+ "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...": {
"Username...": ""
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"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.": "Usar las horas de amanecer/anochecer para ajustar automáticamente el modo noche basándose en tu localización."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": ""
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": ""
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": ""
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Espacio de trabajo"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": ""
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": {
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configuración dms/outputs existe pero no está incluida en la configuración del compositor. Los cambios de visualización no persistirán."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "e.j. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": ""
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "deja vacio para valor por defecto"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl no disponible - integración requiere conexión al socket DMS"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "segundos"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "fuente"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "Actualizar dms para integración con NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": ""
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": ""
}
diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json
index 144d43cf..3f6ac113 100644
--- a/quickshell/translations/poexports/fa.json
+++ b/quickshell/translations/poexports/fa.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for 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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "برق AC"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": ""
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "اقدامها"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "افزودن"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "افزودن نوار"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "افزودن با آدرس"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "تعداد ستونها در حالت نمای جدولی را تنظیم کنید."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "کنتراست رنگهای تولید شده را تنظیم میکند (-۱۰۰ = کمینه، ۰ = استاندارد، ۱۰۰ = بیشینه)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "پیشرفته"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "همه نمایشگرها"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "اجازه بده کلیک ها از ابزارک عبور کنند"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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: بستن"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "تاری کامپازیتور را پشت حاشیه فریم اعمال کن"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای کنترل زمان فعال شدن آن استفاده کنید."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "تغییر خودکار"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "تصاویر پسزمینه را در همان پوشه به صورت خودکار تغییر بده"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "تشخیص خودکار موقعیت مکانی بر اساس آدرس IP شما"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "قفل خودکار پس از"
},
@@ -860,6 +911,12 @@
"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": "صفحه قفل را از loginctl به سیگنال dbus متصل کن. در صورت استفاده از یک صفحه قفل خارجی غیر فعال کنید"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Include نگاشتها یافت نشد"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "لغو شد"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "جفتسازی امکانپذیر نیست"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "قابلیتها"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "تأیید کلید عبور برای "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "تداخل با: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "نمایشگرهای متصل"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "ایجاد چاپگر"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "ایجاد قاعده پنجره"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "کنونی"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "میانبرهای DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "طول پیشفرض (%)"
},
+ "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 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 selected action": {
"Default selected action": "اقدام انتخابی پیشفرض"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "حذف"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "«%1» حذف شود؟"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "پروفایل «%1» حذف شود؟"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "بارانریزه"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "تکثیر"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "ویرایش برنامه"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "ویرایش قاعده پنجره"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "آموزش"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "آفست ناحیه انحصاری"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "قابلیت آزمایشی"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "بروزرسانی اتصال خودکار ناموفق بود"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "بروزرسانی توضیحات ناموفق بود"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "یافتن در یادداشت..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "پیروی از فوکوس"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "قلم"
},
@@ -3125,6 +3254,21 @@
"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": "قبل از خاموش شدن مانیتورها، صفحه را با یک دوره زمانی قابل تنظیم به تدریج محو کن"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "بازه زمانی نمودار"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "قلم صفحه خوشآمدگویی"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "فقط صفحه خوشآمدگویی - بر ساعت اصلی تأثیر ندارد"
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "هنگام لمس پنهان کن"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "متوجه شدم"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "تم آیکون"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "بیکار"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "قابل جلوگیری"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "دستگاههای ورودی"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "معکوس هنگام تغییر حالت"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "خروج"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "درحال ورود..."
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "از اجرای KDE Connect یا Valent در دستگاههای دیگر خود اطمینان حاصل کنید"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "مدیریت و پیکربندی افزونهها برای گسترش کارایی DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "نمایش/پنهان دستی"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "نام کلاس پنجرهها را برای نمایش مناسب آیکون به نام آیکونها نگاشت کنید"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "نقاط اتصال"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "نمای ظاهری اشارهگر موس"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "بدون آداپتور"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "هیچ برنامه پنهانی موجود نیست."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "مورد اطلاعاتی وجود ندارد"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "هیچ نقاط اتصالی یافت نشد"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "بدون دستگاه خروجی"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "هیچ مدخل کلیپبوردی ذخیره نشده است"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "بدون راهانداز"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": ""
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "متصل نیست"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "شفافیت"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "کدر"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "توضیحات اختیاری"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "جایگزینیها"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "گذرواژه"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "گذرواژه..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "الصاق"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "افزونهها را در %1 قرار بده"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "اشارهگر"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "نرخ انتقال"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "خواندن:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "تازهسازی آب و هوا"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "رجکس"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": ""
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "حذف"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "حذف فاصله درونی ابزارک"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "حذف فاصلهها و حاشیه هنگام بزرگکردن پنجرهها"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "تغییر نام"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "تنظیم مجدد اندازه"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "تنظیم مجدد به نام پیشفرض"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "ازسرگیری"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "ذخیره کد QR"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "ذخیره و جابهجایی بین پیکربندیهای نمایشگر"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "یک پنجره انتخاب کنید..."
},
+ "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 image file...": {
"Select an image file...": "انتخاب فایل تصویر..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "انتخاب الگوریتم پالت رنگی استفاده شده برای رنگهای بر اساس تصویر پسزمینه"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "انتخاب کنید که کدام ارائه دهنده نگاشتکلیدها include شود"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "تصاویر پسزمینه مختلف برای حالت روشن و تاریک تنظیم کن"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "کلید و اقدام را برای ذخیره تنظیم کنید"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "نمایش همه برچسبها"
},
+ "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 Badge": {
"Show Badge": "نمایش نشان"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "نمایش حافظه بصورت GB"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "نمایش شبکه"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "نمایش تاریخ سیستم"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "اطلاعات آب و هوا را در نوار بالا و مرکز کنترل نمایش بده"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "صداها"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "فاصله بین پنجرهها"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "کشیده"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "غروب"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "هنگام فعال بودن پاپآپهای اعلان را مسدود میکند"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "مخزن تمها"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "زمان باقیمانده: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "زمان تا پر شدن: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "تا پر شدن"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "برای بروزرسانی، دستور زیر را اجرا کن:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "امروز"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "شفافیت"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "استفاده از قلم monospace"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "از مکان و اندازه یکسان بین تمامی نمایشگرها استفاده کن"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "کاربر"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "نام کاربری"
},
+ "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...": {
"Username...": "نام کاربری..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "از زمانهای طلوع/غروب بر اساس موقعیت مکانی شما استفاده میکند."
},
"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.": "از زمان طلوع/غروب خورشید برای تنظیم خودکار حالت شب بر اساس موقعیت مکانی شما استفاده میکند."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "طول"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "ضخامت حاشیه پنجره (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "پاک کردن"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "محیطکار"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "اقدامها"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"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 وجود دارد اما در پیکربندی کامپوزیتور شما گنجانده نشده است. تغییرات نمایشگر پایدار نخواهند بود."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "مانند firefox، kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "پیشنهادی"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "آخرین بازدید: %1"
},
"leave empty for default": {
"leave empty for default": "برای پیشفرض خالی رها کنید"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl در دسترس نیست - یکپارچهسازی قفل به اتصال سوکت DMS نیاز دارد"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "رله: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "ثانیه"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "منبع"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "DMS را برای یکپارچهسازی NM بروز کنید."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "نسخه %1 توسط %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: پیمایش • Space: گسترش • Enter: اقدام/گسترش • E: متن"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: پیمایش • Enter: الصاق • Del: حذف • F10: راهنما"
}
diff --git a/quickshell/translations/poexports/fr.json b/quickshell/translations/poexports/fr.json
index e15d4002..7922eb8b 100644
--- a/quickshell/translations/poexports/fr.json
+++ b/quickshell/translations/poexports/fr.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Un environnement de bureau moderne pour les compositeurs Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Alimentation secteur"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "L'action a échoué ou le terminal a été fermé."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Actions"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Ajouter"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Ajouter une barre"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Ajouter par adresse"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Ajuster le nombre de colonnes en mode vue en grille."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Ajuste le contraste des couleurs générées (-100 = minimum, 0 = standard, 100 = maximum)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Avancé"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Tous les écrans"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Autoriser les clics à travers le widget"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Retour arrière : Retour • F1/I : Infos fichier • F10 : Aide • Échap : Fermer"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Défilement automatique"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Faire défiler automatiquement les fonds d’écran du même dossier"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Détermine automatiquement votre emplacement à l'aide de votre adresse IP"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Verrouillage automatique après"
},
@@ -860,6 +911,12 @@
"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": "Lier l’écran de verrouillage aux signaux D-Bus de loginctl. À désactiver si un écran de verrouillage externe est utilisé."
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Inclusion des raccourcis manquante"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Annulé"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Impossible d’appairer"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Capacités"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Confirmer la clé de sécurité pour "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Conflits avec : %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Écrans connectés"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Créer une imprimante"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Créer règle de fenêtre"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "Actuel"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "Raccourcis DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Largeur par défaut (%)"
},
+ "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 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 selected action": {
"Default selected action": "Action sélectionnée par défaut"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Supprimer"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Supprimer \"%1\" ?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Supprimer le profil \"%1\" ?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Bruine"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Dupliquer"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Editer appli"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Editer règle de fenêtre"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Éducation"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Décalage de zone exclusive"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Fonctionnalité expérimentale"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Échec de la mise à jour de la connexion automatique"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Échec de la mise à jour de la description"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Rechercher dans la note..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "La disponibilité de l'empreinte n'a pas pu être confirmée."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Suivre le focus"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Police"
},
@@ -3125,6 +3254,21 @@
"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": "Atténuer progressivement l'écran avant d'éteindre les écrans avec un délai configurable"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Intervalle temporel du graphique"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "Police du 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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Greeter seulement — n'affecte pas l'horloge principale"
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Masquer au toucher"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Site Hyprland"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Je comprends"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Thème d'icônes"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Au repos"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Inhibable"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Périphériques d'entrée"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Inverser lors du changement de mode"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Déconnexion"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Connexion..."
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Assurez-vous que KDE Connect ou Valent est lancé sur vos autres appareils"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Gérer et configurer les plugins pour étendre les fonctionnalités de DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Afficher / masquer manuellement"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Associer les classes de fenêtres aux icônes correspondantes"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Points de montage"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Apparence du pointeur de la souris"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Aucune session %1 active"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Aucun adaptateur"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Aucune appli masquée."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Aucune information"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Aucun point de montage trouvé"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Aucun appareil de sortie"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Aucune entrée du presse-papier sauvegardée"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Aucune session trouvée"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Aucun déclencheur"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Aucune vidéo trouvée dans le dossier"
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Non disponible — installez ou configurez pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Non connecté"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opacité"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Opaque"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": "Ouverture du terminal : "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Description facultative"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "Surcharger l'ombre globale avec des paramètres par barre"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Remplacements"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Mot de passe"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Mot de passe..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Coller"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Placez les plugins dans %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Lancer une vidéo lorsque l'écran se verrouille."
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Curseur"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Taux"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Lire :"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Actualiser la météo"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Restant / Total"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Supprimer"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Supprimer la marge interne des widgets"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Supprimer les marges et bordures lorsque les fenêtres sont maximisées"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Renommer"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Réinitialiser la taille"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Réinitialiser le nom par défaut"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Reprendre"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "Sauvegarder code QR"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Enregistrer et basculer entre les configurations d’affichage"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Sélectionner une fenêtre..."
},
+ "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 image file...": {
"Select an image file...": "Sélectionner un fichier image..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Sélectionner la palette utilisée pour les couleurs basées sur le fond d’écran"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Sélectionner les fournisseurs de raccourcis à inclure"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Définir des fonds d’écran différents pour le mode clair et sombre"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Définir la touche et l’action à enregistrer"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Surcharge de l'ombre"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Élévation de l'ombre sur les barres et les panneaux"
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Afficher toutes les étiquettes"
},
+ "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 Badge": {
"Show Badge": "Montrer badge"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Afficher la mémoire en Go"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Afficher le réseau"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Afficher la Swap"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Afficher la date système"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Afficher les secondes"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Afficher les informations météo dans la barre supérieure et le centre de contrôle"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Sons"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Espacement entre fenêtres"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Étendre"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Coucher de soleil"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Supprimer les notifications pop-up lorsqu’activé"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "Registre de thèmes"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Temps restant : %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Temps avant remplissage : %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Chargé"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Pour mettre à jour, exécutez la commande suivante :"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Aujourd'hui"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparence"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Utiliser la police Monospace"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": "Utilisez une image personnalisée pour l'écran de connexion, ou laissez vide pour utiliser pour fond d'écran de bureau."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Utiliser une direction d'ombre fixe pour cette barre"
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Utiliser la même position et taille sur tous les écrans"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Utilisateur"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Nom d’utilisateur"
},
+ "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...": {
"Username...": "Nom d'utilisateur..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Utiliser l'heure du lever/coucher du soleil basée sur votre localisation."
},
"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.": "Utilise les heures de lever et coucher du soleil pour ajuster automatiquement le mode nuit selon votre localisation."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Longueur"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Largeur de la bordure de la fenêtre (px)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Effacer"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Espace de travail"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "actions"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "attaché"
},
@@ -7772,6 +8192,9 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": {
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configuration dms/outputs existe mais n’est pas incluse dans votre configuration du compositeur. Les changements d’affichage ne persisteront pas."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "i.e., firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "À la une"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "laisser vide pour la valeur par défaut"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl non disponible - l'intégration de verrouillage nécessite une connexion au socket DMS"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "secondes"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "code source"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "Mettre à jour DMS pour l'intégration NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 par %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Espace: Étendre • Entrée: Action/Étendre • E: Texte"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓ : Naviguer • Entrée/Ctrl+C : Copier • Suppr : Supprimer • F10 : Aide"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Naviguer • Entrée: Coller • Suppr: Supprimer • F10: Aide"
}
diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json
index 5fad1125..ea152523 100644
--- a/quickshell/translations/poexports/he.json
+++ b/quickshell/translations/poexports/he.json
@@ -27,7 +27,7 @@
"%1 connected": "%1 מחובר/ים"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "%1 הועתק/ו"
},
"%1 custom animation duration": {
"%1 custom animation duration": "משך אנימציה מותאם אישית %1"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "מעטפת שולחן עבודה מודרנית לקומפוזיטורים של Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "חשמל AC"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "הפעולה נכשלה או שהמסוף נסגר."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "פעולות"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "הוספה"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "הוסף/י סרגל"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "הוספה לפי כתובת"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "התאם/י את מספר העמודות במצב תצוגת רשת."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "כוונן/י את הניגודיות של הצבעים שנוצרו (100- = מינימום, 0 = סטנדרטי, 100 = מקסימום)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "מתקדם"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "כל המסכים"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "אפשר/י ללחיצות לעבור מבעד לווידג׳ט"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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: סגירה"
},
@@ -474,7 +516,7 @@
"Always show when there's only one connected display": "הצג/י תמיד כשיש רק מסך אחד מחובר"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "השתמש/י תמיד באפליקציה זו עבור %1"
},
"Amount": {
"Amount": "כמות"
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "החל/י טשטוש של הקומפוזיטור מאחורי גבול המסגרת"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת."
},
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "מרווחי חלוניות קופצות אוטומטיים"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "Auto mode is on. Manual profile selection is disabled.": ""
+ "Auto mode is on. Manual profile selection is disabled.": "מצב אוטומטי מופעל. בחירת פרופיל ידנית מושבתת."
},
"Auto-Clear After": {
"Auto-Clear After": "ניקוי אוטומטי אחרי"
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "מעבר מחזורי אוטומטי"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "עבור/עברי באופן אוטומטי ומחזורי בין רקעים שנמצאים באותה תיקייה"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "קבע/י את מיקומך אוטומטית באמצעות כתובת הIP שלך"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "נעילה אוטומטית לאחר"
},
@@ -860,6 +911,12 @@
"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": "מקשר את מסך הנעילה לאותות D-Bus מloginctl. יש להשבית אם משתמשים במסך נעילה חיצוני."
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "קובץ includes של קיצורי מקלדת חסר"
},
@@ -870,7 +927,7 @@
"Bit Depth": "עומק סיביות"
},
"Black": {
- "Black": ""
+ "Black": "שחור"
},
"Block Out": {
"Block Out": "חסימה החוצה"
@@ -918,7 +975,7 @@
"Body": "גוף"
},
"Bold": {
- "Bold": ""
+ "Bold": "מודגש"
},
"Border": {
"Border": "מסגרת"
@@ -1029,7 +1086,7 @@
"CUPS not available": "CUPS אינו זמין"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "יומן"
},
"Camera": {
"Camera": "מצלמה"
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "בוטל"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "לא ניתן להשבית את הפלט היחיד"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "לא ניתן לצמד"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "יכולות"
},
@@ -1110,7 +1173,10 @@
"Check interval": "מרווח בדיקה"
},
"Check on startup": {
- "Check on startup": ""
+ "Check on startup": "בדוק/בדקי בהפעלה"
+ },
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "בדוק/בדקי את מצב הסנכרון לפי דרישה. הסנכרון מעתיק את תצורת ערכת הנושא, ההגדרות ותמונת הרקע שלך למסך ההתחברות. שינויי אימות מוחלים באופן אוטומטי."
@@ -1296,7 +1362,7 @@
"Color": "צבע"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "צבע %1 הועתק"
},
"Color Gamut": {
"Color Gamut": "סולם צבעים"
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "אשר/י מפתח גישה עבור "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "מתנגש עם: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "מסכים מחוברים"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "אפשרויות מצב מחובר"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "צור/צרי מדפסת"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "צור/צרי חוק לחלון"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "צור/צרי חוקים להשתקה, התעלמות, הסתרה מההיסטוריה או דריסת עדיפויות להתראה. כברירת מחדל רק העדיפויות נדרסות; ההתראות עדיין מוצגות כרגיל."
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "נוצרה תיקיית תוספים: %1"
},
"Creating...": {
"Creating...": "יוצר..."
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: החלפת כרטיסיה • Ctrl+S: הצמדה/ביטול הצמדה • Shift+Enter: הדבקה • Shift+Del: ניקוי הכל • Esc: סגירה"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "עכשיו"
},
@@ -1779,13 +1860,16 @@
"DEMO MODE - Click anywhere to exit": "מצב הדגמה - לחץ/י בכל מקום כדי לצאת"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "הבוחר של DMS"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "מנהל התוספים של DMS אינו זמין"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "הגדרות DMS"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
"DMS Shortcuts": "קיצורי DMS"
@@ -1797,7 +1881,7 @@
"DMS out of date": "הDMS לא מעודכן"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "השרת של DMS לא מעודכן (API v%1, צפוי v%2)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "השירות של DMS אינו מחובר. הגדרות לוח ההעתקה אינן זמינות."
@@ -1884,14 +1968,29 @@
"Default (Black)": "ברירת מחדל (שחור)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "ברירת מחדל (גלובלי)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "אפליקציות ברירת מחדל"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"Default Width (%)": {
"Default Width (%)": "רוחב ברירת מחדל (%)"
},
+ "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 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 selected action": {
"Default selected action": "פעולת ברירת המחדל הרצויה"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "מחק/י"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "למחוק את \"%1\"?"
},
@@ -1928,8 +2030,14 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "למחוק את הפרופיל \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "חצי מודגש"
},
"Dependencies & documentation": {
"Dependencies & documentation": "חבילות נדרשות ודוקיומנטציה"
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "הצג/י תחזיות מזג אוויר שעתיות"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "הצג/י מספרי שורות בעורך"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "הצג/י רק סביבות עבודה שמכילות חלונות"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "טפטוף"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "שכפל/י"
},
@@ -2229,7 +2340,7 @@
"Dynamic colors from wallpaper": "צבעים דינמיים מתמונת הרקע"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "שגיאת פענוח צבעים דינמיים: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "צבעים דינמיים, הגדרות מוכנות"
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "ערוך/ערכי אפליקציה"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "ערוך/ערכי את חוק החלון"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "חינוך"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "היסט האזור הבלעדי"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "תכונה ניסיונית"
},
@@ -2490,10 +2610,10 @@
"Extra Arguments": "ארגומנטים נוספים"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "מודגש במיוחד"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "דק במיוחד"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה"
@@ -2523,10 +2643,10 @@
"Failed to add printer to class": "הוספת המדפסת לסוג נכשלה"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "החלת צבעי GTK נכשלה"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "החלת צבעי Qt נכשלה"
},
"Failed to apply profile": {
"Failed to apply profile": "החלת הפרופיל נכשלה"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "השבתת מצב לילה נכשלה"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "השבתת התוסף נכשלה: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "הניתוק מVPN נכשל"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "הפעלת מצב לילה נכשלה"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "הפעלת התוסף נכשלה: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "קבלת קוד QR של הרשת נכשלה: %1"
},
"Failed to hold job": {
"Failed to hold job": "השהיית העבודה נכשלה"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "הדפסת דף בדיקה נכשלה"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "קריאת קובץ ערכת הנושא נכשלה: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "דחיית ההצמדה נכשלה"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "טעינת התוסף מחדש נכשלה: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "הסרת קוד QR ב-%1 נכשלה: %2"
},
"Failed to remove device": {
"Failed to remove device": "הסרת ההתקן נכשלה"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "עדכון הגדרת התחברות אוטומטית נכשל"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "עדכון התיאור נכשל"
},
@@ -2787,7 +2910,7 @@
"File Information": "פרטי קובץ"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "מנהל קבצים"
},
"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.": "מנהל הקבצים שבו נעשה שימוש כדי לפתוח את האשפה. בחר/י \"מותאם אישית\" כדי להזין פקודה משלך."
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\nהתקן/י אותו מ: github.com/morelazers/dsearch"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "חיפוש קבצים אינו זמין"
},
"Files": {
"Files": "קבצים"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "חפש/י בפתק..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "לא ניתן היה לאשר את זמינות טביעת האצבע."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "עקוב/י אחר מיקוד"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "גופן"
},
@@ -2949,10 +3078,10 @@
"For 8 hours": "ל8 שעות"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "לעריכת קובצי טקסט פשוט"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "לקריאת קובצי PDF"
},
"Force HDR": {
"Force HDR": "אלץ/י HDR"
@@ -3030,7 +3159,7 @@
"Fruit Salad": "סלט פירות"
},
"Full": {
- "Full": ""
+ "Full": "מלא"
},
"Full Command:": {
"Full Command:": "פקודה מלאה:"
@@ -3045,7 +3174,7 @@
"Full with Year": "מלא עם שנה"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "משגר בעל תכונות מלאות עם כרטיסיות מצב, תצוגת רשת ופאנל פעולות."
},
"Fullscreen": {
"Fullscreen": "מסך מלא"
@@ -3075,7 +3204,7 @@
"GPU temperature display": "הצגת טמפרטורת GPU"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "צבעי GTK הוחלו בהצלחה"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "Qt, GTK, סביבות פיתוח, ועוד"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "ניתן להגדיר גופנים גלובליים בהגדרות ← התאמה אישית"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "התאם/י גלובלית את כל משכי הזמן לאנימציה"
@@ -3125,6 +3254,21 @@
"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": "הפעל/י דהייה הדרגתית של התצוגה לפני כיבוי המסכים עם תקופת חסד הניתנת להגדרה"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "טווח זמן לגרף"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "גופן מסך ההתחברות"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "במסך ההתחברות בלבד - ללא השפעה על השעון הראשי"
},
@@ -3201,16 +3351,16 @@
"HSV": "HSV"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV %1 הועתק"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML הועתק ללוח ההעתקה"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "לטיפול בקישורים ופתיחת קובצי HTML"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "לטיפול בקישורי mailto"
},
"Health": {
"Health": "בריאות"
@@ -3240,7 +3390,7 @@
"Hibernate": "שינה עמוקה"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "שינה עמוקה נכשלה"
},
"Hidden": {
"Hidden": "מוסתר"
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "הסתר/י במגע"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "הסתר/י את הDock כאשר חלון נמצא במצב מסך מלא"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "האתר של Hyprland"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "הבנתי"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "ערכת נושא של סמלים"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "בהמתנה"
},
@@ -3447,7 +3609,7 @@
"Image": "תמונה"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "מציג תמונות"
},
"Image copied to clipboard": {
"Image copied to clipboard": "התמונה הועתקה ללוח ההעתקה"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "ניתן לעיכוב"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "התקני קלט"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "ההתקנה הושלמה. מסך ההתחברות הותקן."
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "התקן/י את dsearch לחיפוש קבצים."
},
"Install failed: %1": {
"Install failed: %1": "ההתקנה נכשלה: %1"
@@ -3597,7 +3762,7 @@
"Interval": "מרווח זמן"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "פורמט JSON לא חוקי: %1"
},
"Invalid configuration": {
"Invalid configuration": "הגדרה לא חוקית"
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "סיסמה שגויה עבור %1"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "היפוך בעת שינוי מצב"
},
@@ -3627,7 +3795,7 @@
"Keep Changes": "שמור/י שינויים"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "המשך/המשיכי להקליד"
},
"Keeping Awake": {
"Keeping Awake": "שינה נמנעת"
@@ -3741,7 +3909,7 @@
"Launcher Emerge Side": "צד הופעת המשגר"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "סגנון המשגר"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "שקיפות קווי המתאר של השכבה"
@@ -3765,7 +3933,7 @@
"Left Section": "קטע שמאלי"
},
"Light": {
- "Light": ""
+ "Light": "דק"
},
"Light Direction": {
"Light Direction": "כיוון האור"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "התנתקות"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "מתחבר..."
},
@@ -3903,11 +4074,17 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "דואר"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "ודא/י ש-KDE Connect או Valent פועל על ההתקנים האחרים שלך"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "נהל/י והגדר/י תוספים להרחבת היכולות של DMS"
},
@@ -3918,7 +4095,7 @@
"Managed by Frame": "מנוהל על ידי המסגרת"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "מנוהל על ידי מצב מסגרת"
},
"Managed by Frame in Connected Mode": {
"Managed by Frame in Connected Mode": "מנוהל על ידי המסגרת במצב ״מחובר״"
@@ -3927,10 +4104,10 @@
"Management": "ניהול"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "לניהול אירועים ביומן"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "מנהל קבצים ותיקיות"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "דריסות פריסה של MangoWC"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "הצגה/הסתרה ידנית"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "מפה/י שמות של סוגי חלונות לשמות של סמלים כדי לוודא שהסמלים מוצגים כראוי"
},
@@ -4164,7 +4344,7 @@
"Min W": "רוחב מינימלי"
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "סרגל מינימלי בסגנון Spotlight: מופיע באופן מיידי בראש המסך ומתרחב בעת ההקלדה."
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "פלטת צבעים מינימלית הבנויה סביב גוון יחיד."
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "נקודות עגינה"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "מראה של סמן העכבר"
},
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "ריבוי מסכים"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "מולטימדיה"
},
"Multiplexer": {
"Multiplexer": "מרבב"
@@ -4275,7 +4458,7 @@
"Music": "מוסיקה"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "נגן מוזיקה"
},
"Mute Popups": {
"Mute Popups": "השתק/י חלונות קופצים"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "מצב לילה וגאמה"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "מצב לילה נכשל: בקרת גאמה של DMS אינה זמינה"
},
"Niri Integration": {
"Niri Integration": "אינטגרציה עם Niri"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "אין הפעלות פעילות של %1"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "אין מתאם"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "אין נתוני דיסק זמינים"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "לא נמצאו פרופילי תצוגה. צור/צרי אותם בהגדרות > מסכים."
},
"No drivers found": {
"No drivers found": "לא נמצאו מנהלי התקן"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "אין אפליקציות מוסתרות."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "אין פריטי מידע"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "לא נמצאו נקודות עגינה"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "אין התקן פלט"
},
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "לא נמצאו רשומות לוח ההעתקה אחרונות"
},
"No results": {
- "No results": ""
+ "No results": "אין תוצאות"
},
"No results found": {
"No results found": "לא נמצאו תוצאות"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "אין רשומות לוח ההעתקה שמורות"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "לא נמצאו הפעלות"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "אין מפעיל"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "לא נמצא וידאו בתיקייה"
},
@@ -4683,7 +4881,7 @@
"None": "ללא"
},
"None active": {
- "None active": ""
+ "None active": "אף אחד לא פעיל"
},
"Normal": {
"Normal": "רגיל"
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "לא זמין — התקן/י או הגדר/י את pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "לא מחובר"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "שקיפות"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "אטום"
},
@@ -4901,8 +5108,14 @@
"Opening terminal: ": {
"Opening terminal: ": "פותח מסוף: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
- "Opens image files": ""
+ "Opens image files": "לפתיחת קבצי תמונות"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "תיאור אופציונלי"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "דרוס/י הגדרות פריסה גלובליות לפלט זה"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "דריסת שקיפות גלובלית עבור פנקס"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "דרוס/דרסי את המסוף עם פקודה או תסריט מותאמים אישית"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "דרוס/י את הצל הגלובלי עם הגדרות לכל סרגל בנפרד"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "דריסות"
},
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "PAM מספק אימות באמצעות טביעת אצבע, אך לא זוהה קורא טביעות אצבע."
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "קורא PDF"
},
"PIN": {
"PIN": "קוד PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "סיסמה"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "סיסמה..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "הדבק/י"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "מקם/י תוספים ב-%1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "נגן/י וידאו כאשר המסך ננעל."
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "שגיאת השמעה: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "לניגון קבצי שמע"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "לניגון קבצי וידאו"
},
"Please wait...": {
"Please wait...": "אנא המתן/י..."
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "נראות תוסף"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "התוסף הושבת: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "התוסף הופעל: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "התוסף מושבת – הפעל/י אותו בהגדרות התוספים כדי להשתמש בו"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "התוסף נטען מחדש: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "התוסף הוסר: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "התוסף עודכן: %1"
},
"Plugins": {
"Plugins": "תוספים"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "מצביע"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "הצללות של חלונות קופצים"
},
@@ -5463,7 +5703,7 @@
"Protocol": "פרוטוקול"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "צבעי Qt הוחלו בהצלחה"
},
"Qt: distance-field renderer.": {
"Qt: distance-field renderer.": "ספריית Qt: מעבד מרחק-שדה של Qt."
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "קצב"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "קריאה:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "הפעלה מחדש"
},
"Recent": {
- "Recent": ""
+ "Recent": "אחרונים"
},
"Recent Colors": {
"Recent Colors": "צבעים אחרונים"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "רענן/י מזג אוויר"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
"Regular": {
- "Regular": ""
+ "Regular": "רגיל"
},
"Reject": {
"Reject": "דחה/י"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "נותר / סה״כ"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "זכירת הבקשה האחרונה"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "הסרה"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "הסרת הריווח של הווידג׳טים"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "הסר/י רווחים ומסגרת כאשר חלונות ממוקסמים"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "שנה/י שם"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "אפס/י גודל"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "אפס/י לשם ברירת מחדל"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "שחזר/י חלונות מסביבת עבודה מיוחדת"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "המשך"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "שמור/י קוד QR"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "שמור/שמרי והחלף/החליפי את הגדרות התצוגה"
},
@@ -5913,7 +6213,7 @@
"Search...": "חיפוש..."
},
"Searching": {
- "Searching": ""
+ "Searching": "מחפש"
},
"Searching...": {
"Searching...": "מחפש..."
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "בחר/י חלון..."
},
+ "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 image file...": {
"Select an image file...": "בחר/י קובץ תמונה..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "בחר/י את האלגוריתם שייקבע את פלטת הצבעים עבור צבעים מבוססי תמונת רקע"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "בחר/י אילו ספקי קיצורי מקלדת לכלול"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "הגדר/י רקעים שונים למצב בהיר ולמצב כהה"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "הגדר/י מקש ופעולה לשמירה"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "הגדר/י חוקים להתראות"
},
"Setting": {
- "Setting": ""
+ "Setting": "הגדרה"
},
"Settings": {
"Settings": "הגדרות"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "חיפוש הגדרות"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "ההגדרות הן לקריאה בלבד. שינויים לא יישמרו."
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "דריסת צל"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "הגבהה של הצללה בסרגלים ופאנלים"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Del: ניקוי הכל • Esc: סגירה"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Shift+Enter להעתקה"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Enter להדבקה"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "הצג/י את כל התגים"
},
+ "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 Badge": {
"Show Badge": "הצג/י תג"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "הצג/י זיכרון בGB"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "הצג/י רשת"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "הצג/י Swap"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "הצגת תאריך המערכת"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "הצג/י שניות"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "הצג/י מידע על מזג האוויר בסרגל העליון ובמרכז הבקרה"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "צלילים"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "רווח בין חלונות"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "אזור התור (Spool) מלא"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "Spotlight"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "חיפוש Spotlight"
},
"Square Corners": {
"Square Corners": "פינות ישרות"
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "מתיחה"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "הסתרה אוטומטית קפדנית"
},
@@ -6609,7 +6951,7 @@
"Stripes": "פסים"
},
"Style": {
- "Style": ""
+ "Style": "סגנון"
},
"Summary": {
"Summary": "סיכום"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "שקיעה"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "דכא/י הצגה של התראות בחלונות קופצים בזמן שהמצב מופעל"
},
@@ -6660,7 +7005,7 @@
"Switch User": "החלף/י משתמש"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "החלף/י בין הגדרות תצוגה"
},
"Switch to power profile": {
"Switch to power profile": "החלף/י לפרופיל חשמל"
@@ -6813,7 +7158,7 @@
"Text Color": "צבע טקסט"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "עורך טקסט"
},
"Text Rendering": {
"Text Rendering": "רינדור טקסט"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "מאגר ערכות הנושא"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "עובד ערכת הנושא נכשל (%1)"
},
"Themes": {
"Themes": "ערכות נושא"
@@ -6852,7 +7203,7 @@
"Thickness": "עובי"
},
"Thin": {
- "Thin": ""
+ "Thin": "דקיק"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "אזהרת תוסף צד שלישי"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "זמן שנותר: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "זמן עד טעינה מלאה: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "לטעינה מלאה"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "כדי לעדכן, הרץ/י את הפקודה הבאה:"
},
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "היום"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "החלף/י גופנים"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "שנה/י את ההצגה/הסתרה של תצורת סרגל זו"
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "שקיפות"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "אשפה"
},
@@ -7071,7 +7440,7 @@
"Try a different search": "נסה/י חיפוש אחר"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "נסה/י חיפוש אחר או החלף/י מסננים."
},
"Turn off": {
"Turn off": "כבה/י"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "הקלד/י לפחות 2 תווים"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "הקלד/י לפחות 2 תווים לחיפוש קבצים."
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "הקלד/י קידומת זו לחיפוש קיצורי מקלדת"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "פתק שלא נשמר..."
},
"Unset": {
- "Unset": ""
+ "Unset": "בטל/י הגדרה"
},
"Until %1": {
"Until %1": "עד %1"
@@ -7242,7 +7611,7 @@
"Update Plugin": "עדכן/י תוסף"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "העדכון נכשל: %1"
},
"Upgrading...": {
"Upgrading...": "משדרג..."
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "השתמש/י בגופן ברוחב קבוע"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "השתמש/י במשגר Spotlight"
},
"Use System Theme": {
"Use System Theme": "שימוש בערכת הנושא של המערכת"
@@ -7292,6 +7664,9 @@
"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.": "השתמש/י בתמונה מותאמת אישית למסך ההתחברות, או השאר/י ריק כדי להשתמש בתמונת הרקע של שולחן העבודה שלך."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "השתמש/י בכיוון צל קבוע עבור סרגל זה"
},
@@ -7344,11 +7719,14 @@
"Use sound theme from system settings": "השתמש/י בערכת הצלילים מהגדרות המערכת"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "השתמש/י במשגר מינימלי ממורכז במקום במשגר V2 המחובר"
},
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "השתמש/י במשטח המורחב עבור תוכן המשגר"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "השתמש/י באותו מיקום וגודל בכל המסכים"
},
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "השתמש/י בקידומת מפעיל להפעלה"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "עבור xdg-terminal-exec"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "צבע שיעשה בו שימוש כאשר צבע ההדגשה מוגדר למותאם אישית"
@@ -7364,20 +7742,50 @@
"User": {
"User": "משתמש"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "שם משתמש"
},
+ "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...": {
"Username...": "שם משתמש..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "משתמש/ת בזמני זריחה/שקיעה על פי המיקום שלך."
},
"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.": "משתמש בזמני זריחה/שקיעה כדי לכוונן אוטומטית את מצב הלילה (גאמה) לפי המיקום שלך."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
- "Using global monospace font from Settings → Personalization": ""
+ "Using global monospace font from Settings → Personalization": "משתמש בגופן ברוחב קבוע גלובלי מהגדרות ← התאמה אישית"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "משתמש/ת בהגדרות משותפות מבקרת גאמה"
@@ -7452,7 +7860,7 @@
"Video Path": "נתיב לוידאו"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "נגן וידאו"
},
"Video Screensaver": {
"Video Screensaver": "שומר מסך עם וידאו"
@@ -7530,7 +7938,7 @@
"Weather Widget": "ווידג׳ט מזג האוויר"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "דפדפן לגלישה באינטרנט"
},
"Welcome": {
"Welcome": "ברוכים הבאים"
@@ -7545,7 +7953,7 @@
"When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "כאשר האפשרות פעילה, האפליקציות ממוינות לפי סדר אלפביתי. כאשר היא כבויה, האפליקציות ממוינות לפי תדירות השימוש."
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "כאשר האפשרות מופעלת, תתבצע בדיקת עדכונים בעת ההפעלה. כאשר האפשרות מושבתת, תתבצע בדיקה רק לפי התדירות המופיעה למעלה או באופן ידני."
},
"When locked": {
"When locked": "כאשר נעול"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "רוחב"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "רוחב מסגרת חלון (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "ניגוב"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "סביבת עבודה"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "פעולות"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "מחובר"
},
@@ -7772,6 +8192,9 @@
"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 קיים אך אינו כלול בהגדרות הקומפוזיטור שלך. שינויי תצוגה לא יישמרו."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "לדוגמא: firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "מומלץ"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "נראה/תה לאחרונה %1"
},
"leave empty for default": {
"leave empty for default": "השאר/י ריק לברירת מחדל"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl אינו זמין, אינטגרציה של הנעילה דורשת חיבור socket לDMS"
},
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "הGitHub של mangowc"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "matugen אינו זמין או מושבת - לא ניתן להחיל צבעי GTK"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "matugen אינו זמין או מושבת - לא ניתן להחיל צבעי Qt"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen לא נמצא - התקן/י את החבילה של matugen כדי לאפשר עיצוב דינמי"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "שרת הDiscord של niri/dms"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "הודעה מniri: ההגדרות נטענו מחדש"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "הודעה מniri: טעינת ההגדרות נכשלה"
},
"now": {
"now": "עכשיו"
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "ממסר: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "שניות"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "קוד מקור"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "עדכן/י את DMS כדי לאפשר אינטגרציה עם NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 מאת %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: ניווט • Space: הרחב • Enter: פעולה/הרחבה • E: טקסט"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: ניווט • Enter/Ctrl+C: העתקה • Del: מחיקה • F10: עזרה"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: ניווט • Enter: הדבקה • Del: מחיקה • F10: עזרה"
}
diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json
index 76a0ad4a..f4d1f334 100644
--- a/quickshell/translations/poexports/hu.json
+++ b/quickshell/translations/poexports/hu.json
@@ -27,7 +27,7 @@
"%1 connected": "%1 csatlakoztatva"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "%1 másolva"
},
"%1 custom animation duration": {
"%1 custom animation duration": "%1 egyéni animáció időtartama"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Egy modern asztali héj Wayland kompozitorokhoz"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Hálózati tápellátás"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "A művelet sikertelen, vagy a terminál bezárult."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Műveletek"
},
@@ -345,7 +357,7 @@
"Activate Greeter": "Üdvözlőképernyő aktiválása"
},
"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.": "Aktiválod a DMS-üdvözlőképernyőt? (greeter) Egy terminál fog megnyílni a sudo hitelesítéshez. Az aktiválás után futtasd a szinkronizálást a beállítások alkalmazásához."
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Aktiválod a DMS-üdvözlőképernyőt? (greeter) Egy terminál fog megnyílni a sudo-hitelesítéshez. Az aktiválás után futtasd a szinkronizálást a beállítások alkalmazásához."
},
"Activation": {
"Activation": "Aktiválás"
@@ -383,6 +395,12 @@
"Add": {
"Add": "Hozzáadás"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Sáv hozzáadása"
},
@@ -408,11 +426,20 @@
"Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Adj meg egy egyéni előtagot minden alkalmazás indításához. Ez használható például „uwsm-app”, „systemd-run” vagy más parancscsomagolókhoz."
},
"Add and configure widgets that appear on your desktop": {
- "Add and configure widgets that appear on your desktop": "Asztali widgetek hozzáadása és konfigurálása"
+ "Add and configure widgets that appear on your desktop": "Asztali widgetek hozzáadása és beállítása"
},
"Add by Address": {
"Add by Address": "Hozzáadás cím alapján"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Oszlopok számának beállítása rácsnézet módban."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Beállítja a generált színek kontrasztját (-100 = minimum, 0 = normál, 100 = maximum)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Speciális"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Összes kijelző"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Kattintások átengedése a widgeten"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Vissza • F1/I: Fájlinformáció • F10: Súgó • Esc: Bezárás"
},
@@ -474,7 +516,7 @@
"Always show when there's only one connected display": "Megjelenítés mindig, amikor csak egy csatlakoztatott kijelző van"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "Mindig ezt az alkalmazást használja ehhez: %1"
},
"Amount": {
"Amount": "Mennyiség"
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "Kompozitor elmosás alkalmazása a keret szegélye mögött"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "Automatikus felugró ablak rések"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "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-Clear After": {
"Auto-Clear After": "Automatikus törlés"
@@ -728,8 +773,11 @@
"Automatic Cycling": {
"Automatic Cycling": "Automatikus váltás"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
- "Automatically cycle through wallpapers in the same folder": "Automatikus váltás az ugyanabban a mappában lévő háttérképek között"
+ "Automatically cycle through wallpapers in the same folder": "Automatikus váltás az azonos mappában lévő háttérképek között"
},
"Automatically delete entries older than this": {
"Automatically delete entries older than this": "Az ennél régebbi bejegyzések automatikus törlése"
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Tartózkodási hely meghatározása IP-cím segítségével"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Automatikus zárolás"
},
@@ -860,17 +911,23 @@
"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": "A zárolási képernyő kötése a loginctl dbus jeleihez. Tiltsd le, ha külső zárolási képernyőt használsz"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
- "Binds Include Missing": "A kötések include bejegyzés hiányzik"
+ "Binds Include Missing": "A gyorsbillentyűk include bejegyzés hiányzik"
},
"Binds include added": {
- "Binds include added": "A kötések include bejegyzés hozzáadva"
+ "Binds include added": "A gyorsbillentyűk include bejegyzés hozzáadva"
},
"Bit Depth": {
"Bit Depth": "Színmélység"
},
"Black": {
- "Black": ""
+ "Black": "Fekete"
},
"Block Out": {
"Block Out": "Kizárás"
@@ -918,7 +975,7 @@
"Body": "Szövegtörzs"
},
"Bold": {
- "Bold": ""
+ "Bold": "Félkövér"
},
"Border": {
"Border": "Szegély"
@@ -1029,7 +1086,7 @@
"CUPS not available": "A CUPS nem érhető el"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "Naptár"
},
"Camera": {
"Camera": "Kamera"
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Törölve"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "Nem tiltható le az egyetlen kimenet"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Nem lehet párosítani"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Képességek"
},
@@ -1092,7 +1155,7 @@
"Change bar appearance": "Sáv megjelenésének megváltoztatása"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": "A DMS felület által használt területi beállítás módosítása."
+ "Change the locale used by the DMS interface.": "A DMS-felület által használt területi beállítások módosítása."
},
"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.": "A dátum- és időformátumhoz használt területi beállítás módosítása, a felület nyelvétől függetlenül."
@@ -1110,7 +1173,10 @@
"Check interval": "Ellenőrzési időköz"
},
"Check on startup": {
- "Check on startup": ""
+ "Check on startup": "Ellenőrzés indításkor"
+ },
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Szinkronizálási állapot ellenőrzése igény szerint. A szinkronizálás átmásolja a témát, a beállításokat és a háttérkép konfigurációját a bejelentkezési képernyőre. A hitelesítési módosítások automatikusan alkalmazásra kerülnek."
@@ -1227,7 +1293,7 @@
"Click 'Setup' to create %1 and add include to your compositor config.": "Kattints a „Beállítás” gombra a %1 létrehozásához és az include bejegyzés hozzáadásához a kompozitor konfigurációhoz."
},
"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.": "Kattints a „Beállítás” gombra a kurzor konfiguráció létrehozásához és az include bejegyzés hozzáadásához a kompozitor beállításaihoz."
+ "Click 'Setup' to create cursor config and add include to your compositor config.": "Kattints a „Beállítás” gombra a mutatókonfiguráció létrehozásához és az include bejegyzés hozzáadásához a kompozitor beállításaihoz."
},
"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.": "Kattints a „Beállítás” gombra a kimenetek konfiguráció létrehozásához és az include bejegyzés hozzáadásához a kompozitor konfigurációjához."
@@ -1296,7 +1362,7 @@
"Color": "Szín"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "%1 szín másolva"
},
"Color Gamut": {
"Color Gamut": "Színtér"
@@ -1416,13 +1482,13 @@
"Configure Keybinds": "Billentyűkombinációk beállítása"
},
"Configure a new printer": {
- "Configure a new printer": "Új nyomtató konfigurálása"
+ "Configure a new printer": "Új nyomtató beállítása"
},
"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.": "Ikonok konfigurálása a megnevezett munkaterületekhez. Az ikonok előnyt élveznek a számokkal szemben, ha mindkettő engedélyezve van."
+ "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Ikonok beállítása a megnevezett munkaterületekhez. Az ikonok előnyt élveznek a számokkal szemben, ha mindkettő engedélyezve van."
},
"Configure match criteria and actions": {
- "Configure match criteria and actions": "Illesztési feltételek és műveletek konfigurálása"
+ "Configure match criteria and actions": "Egyezési feltételek és műveletek beállítása"
},
"Configure one in Settings → Dock → Trash.": {
"Configure one in Settings → Dock → Trash.": "Állíts be egyet a Beállítások → Dokk → Kuka útvonalon."
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Párosítási kód megerősítése ehhez: "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Ütközik ezzel: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Csatlakoztatott kijelzők"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "Csatlakoztatott opciók"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Nyomtató létrehozása"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Ablakszabály létrehozása"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Szabályokat hozhatsz létre a némításhoz, figyelmen kívül hagyáshoz, az előzményekből való elrejtéshez vagy az értesítések prioritásának felülbírálásához. Az alapértelmezett beállítás csak a prioritást bírálja felül; az értesítések továbbra is normálisan megjelennek."
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "Bővítménykönyvtár létrehozva: %1"
},
"Creating...": {
"Creating...": "Létrehozás…"
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Lapváltás • Ctrl+S: Rögzítés/Feloldás • Shift+Enter: Beillesztés • Shift+Del: Összes törlése • Esc: Bezárás"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "Jelenlegi"
},
@@ -1686,16 +1767,16 @@
"Current: %1": "Jelenleg: %1"
},
"Cursor Config Not Configured": {
- "Cursor Config Not Configured": "Kurzor konfiguráció nincs beállítva"
+ "Cursor Config Not Configured": "Mutatókonfiguráció nincs beállítva"
},
"Cursor Include Missing": {
"Cursor Include Missing": "A mutató include bejegyzés hiányzik"
},
"Cursor Size": {
- "Cursor Size": "Kurzorméret"
+ "Cursor Size": "Mutatóméret"
},
"Cursor Theme": {
- "Cursor Theme": "Kurzortéma"
+ "Cursor Theme": "Mutatótéma"
},
"Curve: curve rasterizer.": {
"Curve: curve rasterizer.": "Görbe: görberaszterező."
@@ -1767,7 +1848,7 @@
"Custom: ": "Egyéni: "
},
"Customizable empty space": {
- "Customizable empty space": "Testre szabható üres hely"
+ "Customizable empty space": "Testreszabható üres terület"
},
"Customize which actions appear in the power menu": {
"Customize which actions appear in the power menu": "A főkapcsoló menüben megjelenő műveletek testreszabása"
@@ -1779,16 +1860,19 @@
"DEMO MODE - Click anywhere to exit": "DEMO MÓD - Kattints bárhova a kilépéshez"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "DMS-választó"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "A DMS-bővítménykezelő nem érhető el"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "DMS-beállítások"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
- "DMS Shortcuts": "DMS gyorsbillentyűk"
+ "DMS Shortcuts": "DMS-gyorsbillentyűk"
},
"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.": "A DMS-üdvözlőképernyőnek (greeter) szüksége van a következőkre: greetd, dms-greeter. Ujjlenyomat: fprintd, pam_fprintd. Biztonsági kulcsok: pam_u2f. Add hozzá a felhasználódat a greeter csoporthoz. A hitelesítési módosítások automatikusan alkalmazásra kerülnek, és terminált nyithatnak meg, ha sudo hitelesítés szükséges."
@@ -1797,13 +1881,13 @@
"DMS out of date": "A DMS elavult"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "A DMS-szerver elavult (API v%1, várt v%2)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "A DMS-szolgáltatás nincs csatlakoztatva. A vágólapbeállítások nem érhetők el."
},
"DMS shell actions (launcher, clipboard, etc.)": {
- "DMS shell actions (launcher, clipboard, etc.)": "DMS héj-műveletek (indító, vágólap, stb.)"
+ "DMS shell actions (launcher, clipboard, etc.)": "DMS-héjműveletek (indító, vágólap, stb.)"
},
"DMS_SOCKET not available": {
"DMS_SOCKET not available": "A DMS_SOCKET nem érhető el"
@@ -1884,14 +1968,29 @@
"Default (Black)": "Alapértelmezett (Fekete)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "Alapértelmezett (globális)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "Alapértelmezett alkalmazások"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"Default Width (%)": {
"Default Width (%)": "Alapértelmezett szélesség (%)"
},
+ "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 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 selected action": {
"Default selected action": "Alapértelmezett kiválasztott művelet"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Törlés"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Törlöd ezt: „%1”?"
},
@@ -1928,8 +2030,14 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Törlöd a(z) „%1” profilt?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "Közepesen félkövér"
},
"Dependencies & documentation": {
"Dependencies & documentation": "Függőségek és dokumentáció"
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "Óránkénti időjárás-előrejelzés megjelenítése"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "Sorszámok megjelenítése a szerkesztőben"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Csak azokat a munkaterületeket jelenítse meg, amelyek ablakokat tartalmaznak"
@@ -2127,7 +2235,7 @@
"Displays": "Kijelzők"
},
"Displays count when overflow is active": {
- "Displays count when overflow is active": "Kijelzők száma, ha a túlcsordulás aktív"
+ "Displays count when overflow is active": "Megjeleníti a darabszámot, ha a túlcsordulás aktív"
},
"Displays the active keyboard layout and allows switching": {
"Displays the active keyboard layout and allows switching": "Megjeleníti az aktív billentyűzetkiosztást és lehetővé teszi a váltást"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Szitálás"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Kettőzés"
},
@@ -2229,7 +2340,7 @@
"Dynamic colors from wallpaper": "Dinamikus színek a háttérképből"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "Dinamikus színek feldolgozási hiba: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "Dinamikus színek, előbeállítások"
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Alkalmazás szerkesztése"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Ablakszabály szerkesztése"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Oktatás"
},
@@ -2304,7 +2421,7 @@
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Engedélyezd az egyéni felülbírálást alább a sávonkénti árnyékintenzitás, áttetszőség és szín beállításához."
},
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
- "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Kompozitor által célozható elmosás réteg engedélyezése (névtér: dms:blurwallpaper). Kézi niri konfigurációt igényel."
+ "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Kompozitor által célozható elmosási réteg engedélyezése (névtér: dms:blurwallpaper). Kézi niri konfigurációt igényel."
},
"Enable fingerprint at login": {
"Enable fingerprint at login": "Ujjlenyomat engedélyezése bejelentkezéskor"
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Exkluzív zóna eltolása"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Kísérleti funkció"
},
@@ -2490,10 +2610,10 @@
"Extra Arguments": "További argumentumok"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "Extra félkövér"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "Extra vékony"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Váltás • F10: Súgó"
@@ -2517,16 +2637,16 @@
"Failed to activate profile - file not found": "Nem sikerült a profil aktiválása - a fájl nem található"
},
"Failed to add binds include": {
- "Failed to add binds include": "Nem sikerült hozzáadni a kötések include bejegyzést"
+ "Failed to add binds include": "Nem sikerült hozzáadni a gyorsbillentyűk include bejegyzést"
},
"Failed to add printer to class": {
"Failed to add printer to class": "Nem sikerült a nyomtatót osztályhoz adni"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "Nem sikerült a GTK-színek alkalmazása"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "Nem sikerült a Qt-színek alkalmazása"
},
"Failed to apply profile": {
"Failed to apply profile": "A profil alkalmazása sikertelen"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "Nem sikerült letiltani az éjszakai módot"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "Nem sikerült letiltani a bővítményt: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "Nem sikerült lecsatlakozni a VPN-ről"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "Nem sikerült engedélyezni az éjszakai módot"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "Nem sikerült engedélyezni a bővítményt: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "Nem sikerült lekérni a hálózati QR-kódot: %1"
},
"Failed to hold job": {
"Failed to hold job": "Nem sikerült a feladat várakoztatása"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "Nem sikerült kinyomtatni a tesztoldalt"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "Nem sikerült olvasni a témafájlt: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "Nem sikerült a párosítás elutasítása"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "Nem sikerült újratölteni a bővítményt: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "Nem sikerült eltávolítani a QR-kódot itt: %1: %2"
},
"Failed to remove device": {
"Failed to remove device": "Nem sikerült eltávolítani az eszközt"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Nem sikerült frissíteni az automatikus csatlakozást"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Nem sikerült frissíteni a leírást"
},
@@ -2787,7 +2910,7 @@
"File Information": "Fájlinformáció"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "Fájlkezelő"
},
"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."
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "A fájlkereséshez dsearch szükséges\nTelepítsd innen: github.com/AvengeMedia/danksearch"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "A fájlkeresés nem érhető el"
},
"Files": {
"Files": "Fájlok"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Keresés jegyzetben…"
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Az ujjlenyomat-olvasó elérhetősége nem erősíthető meg."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Fókusz követése"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Betűtípus"
},
@@ -2949,10 +3078,10 @@
"For 8 hours": "8 órára"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "Egyszerű szövegfájlok szerkesztéséhez"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "PDF-fájlok olvasásához"
},
"Force HDR": {
"Force HDR": "HDR kényszerítése"
@@ -3030,7 +3159,7 @@
"Fruit Salad": "Gyümölcssaláta"
},
"Full": {
- "Full": ""
+ "Full": "Teljes"
},
"Full Command:": {
"Full Command:": "Teljes parancs:"
@@ -3045,7 +3174,7 @@
"Full with Year": "Teljes évvel"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "Teljes felszereltségű indító mód-fülekkel, rácsnézettel és műveleti panellel."
},
"Fullscreen": {
"Fullscreen": "Teljes képernyő"
@@ -3075,7 +3204,7 @@
"GPU temperature display": "GPU hőmérséklet kijelzése"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "A GTK-színek alkalmazása sikeres"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "GTK, Qt, IDE-k és egyebek"
@@ -3090,7 +3219,7 @@
"Gamma control not available. Requires DMS API v6+.": "A gammavezérlés nem érhető el. DMS API v6+ szükséges."
},
"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.": "Alapszintű GTK3/4 vagy QT5/QT6 (qt6ct-kde szükséges) konfigurációk generálása a DMS színeinek követéséhez. Csak egyszer kell.
Javasolt az adw-gtk3 konfigurálása a GTK témák alkalmazása előtt."
+ "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.": "Alapszintű GTK3/4 vagy Qt5/Qt6 (qt6ct-kde szükséges) konfigurációk generálása a DMS-színek követéséhez. Csak egyszer szükséges.
Javasolt az adw-gtk3 beállítása a GTK-témák alkalmazása előtt."
},
"Generic": {
"Generic": "Általános"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "A globális betűtípusok a Beállítások → Személyre szabás menüpontban beállíthatók"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "Az összes animáció időtartamának globális méretezése"
@@ -3125,6 +3254,21 @@
"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": "A képernyő fokozatos elhalványítása a monitorok kikapcsolása előtt egy beállítható türelmi idővel"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Grafikon időtartománya"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "Üdvözlőképernyő betűtípusa"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Csak az üdvözlőképernyőre – nincs hatással a fő órára"
},
@@ -3201,16 +3351,16 @@
"HSV": "HSV"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV %1 másolva"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML a vágólapra másolva"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "Kezeli a hivatkozásokat és megnyitja a HTML-fájlokat"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "Kezeli a mailto hivatkozásokat"
},
"Health": {
"Health": "Állapot"
@@ -3240,7 +3390,7 @@
"Hibernate": "Hibernálás"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "Hibernálás sikertelen"
},
"Hidden": {
"Hidden": "Rejtett"
@@ -3285,13 +3435,13 @@
"Hide When Windows Open": "Elrejtés, amikor ablakok vannak megnyitva"
},
"Hide cursor after inactivity (0 = disabled)": {
- "Hide cursor after inactivity (0 = disabled)": "Kurzor elrejtése inaktivitás után (0 = letiltva)"
+ "Hide cursor after inactivity (0 = disabled)": "Mutató elrejtése inaktivitás után (0 = letiltva)"
},
"Hide cursor when pressing keyboard keys": {
- "Hide cursor when pressing keyboard keys": "Kurzor elrejtése billentyűleütéskor"
+ "Hide cursor when pressing keyboard keys": "Mutató elrejtése billentyűleütéskor"
},
"Hide cursor when using touch input": {
- "Hide cursor when using touch input": "Kurzor elrejtése érintéses bevitel használatakor"
+ "Hide cursor when using touch input": "Mutató elrejtése érintéses bevitel használatakor"
},
"Hide device": {
"Hide device": "Eszköz elrejtése"
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Elrejtés érintéskor"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "Dokk elrejtése teljes képernyős ablaknál"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprland weboldal"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Megértettem"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Ikontéma"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Tétlen"
},
@@ -3447,7 +3609,7 @@
"Image": "Kép"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "Képmegjelenítő"
},
"Image copied to clipboard": {
"Image copied to clipboard": "Kép másolva a vágólapra"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Gátolható"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Bemeneti eszközök"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "Telepítés befejezve. Az üdvözlőképernyő telepítve lett."
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "Telepítsd a dsearch eszközt a fájlok kereséséhez."
},
"Install failed: %1": {
"Install failed: %1": "Telepítés sikertelen: %1"
@@ -3585,7 +3750,7 @@
"Intensity": "Intenzitás"
},
"Interface:": {
- "Interface:": "Interfész:"
+ "Interface:": "Csatoló:"
},
"Interlock Open": {
"Interlock Open": "Retesz nyitva"
@@ -3597,7 +3762,7 @@
"Interval": "Intervallum"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "Érvénytelen JSON-formátum: %1"
},
"Invalid configuration": {
"Invalid configuration": "Érvénytelen konfiguráció"
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "Érvénytelen jelszó ehhez: %1"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Invertálás módváltáskor"
},
@@ -3627,7 +3795,7 @@
"Keep Changes": "Változtatások megtartása"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "Gépelj tovább"
},
"Keeping Awake": {
"Keeping Awake": "Ébren tartva"
@@ -3741,7 +3909,7 @@
"Launcher Emerge Side": "Indító megjelenési oldala"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "Indító stílusa"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "Réteg körvonalának átlátszatlansága"
@@ -3765,7 +3933,7 @@
"Left Section": "Bal oldali szakasz"
},
"Light": {
- "Light": ""
+ "Light": "Vékony"
},
"Light Direction": {
"Light Direction": "Fény iránya"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Kijelentkezés"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Bejelentkezés…"
},
@@ -3903,13 +4074,19 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "Levelezés"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Győződj meg róla, hogy a KDE Connect vagy a Valent fut a többi eszközön"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
- "Manage and configure plugins for extending DMS functionality": "Bővítmények kezelése és konfigurálása a DMS funkcionalitásának kiterjesztésére"
+ "Manage and configure plugins for extending DMS functionality": "Bővítmények kezelése és beállítása a DMS funkcionalitásának kiterjesztésére"
},
"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.": "Legfeljebb 4 független sávkonfiguráció kezelése. Minden sávnak megvan a saját pozíciója, widgetjei, stílusa és kijelző-hozzárendelése."
@@ -3918,7 +4095,7 @@
"Managed by Frame": "Keret által kezelve"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "A Keret mód kezeli"
},
"Managed by Frame in Connected Mode": {
"Managed by Frame in Connected Mode": "Keret által kezelve Csatlakoztatott módban"
@@ -3927,10 +4104,10 @@
"Management": "Kezelés"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "Naptáresemények kezelése"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "Fájlok és könyvtárak kezelése"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC elrendezés felülbírálások"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Manuális megjelenítés/elrejtés"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Rendelj hozzá ablakosztályneveket ikonnevekhez a megfelelő megjelenítés érdekében"
},
@@ -3969,7 +4149,7 @@
"Marker Waste Full": "A hulladéktartály megtelt"
},
"Match Criteria": {
- "Match Criteria": "Illesztési feltételek"
+ "Match Criteria": "Egyezési feltételek"
},
"Matches profile: %1": {
"Matches profile: %1": "Illeszkedik a profilra: %1"
@@ -4164,7 +4344,7 @@
"Min W": "Min. szél."
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "Minimális Spotlight-stílusú sáv: azonnal megjelenik a képernyő tetején, és gépelés közben kibővül."
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Minimális paletta, amely egyetlen árnyalat köré épül."
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Csatolási pontok"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Egérmutató megjelenése"
},
@@ -4245,10 +4428,10 @@
"Mouse pointer size in pixels": "Egérmutató mérete képpontban"
},
"Move": {
- "Move": "Mozgatás"
+ "Move": "Áthelyezés"
},
"Move Widget": {
- "Move Widget": "Widget mozgatása"
+ "Move Widget": "Widget áthelyezése"
},
"Move to Trash": {
"Move to Trash": "Áthelyezés a kukába"
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "Több monitor"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "Multimédia"
},
"Multiplexer": {
"Multiplexer": "Multiplexer"
@@ -4275,7 +4458,7 @@
"Music": "Zene"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "Zenelejátszó"
},
"Mute Popups": {
"Mute Popups": "Felugrók némítása"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "Éjszakai mód és gamma"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "Az éjszakai mód nem sikerült: a DMS gammavezérlése nem érhető el"
},
"Niri Integration": {
"Niri Integration": "Niri integráció"
@@ -4401,7 +4584,7 @@
"Niri Layout Overrides": "Niri elrendezés felülbírálásai"
},
"Niri compositor actions (focus, move, etc.)": {
- "Niri compositor actions (focus, move, etc.)": "Niri-kompozitorműveletek (fókusz, mozgatás, stb.)"
+ "Niri compositor actions (focus, move, etc.)": "Niri-kompozitorműveletek (fókusz, áthelyezés, stb.)"
},
"No": {
"No": "Nem"
@@ -4428,7 +4611,7 @@
"No Border": "Nincs szegély"
},
"No DMS shortcuts configured": {
- "No DMS shortcuts configured": "Nincsenek DMS gyorsbillentyűk beállítva"
+ "No DMS shortcuts configured": "Nincsenek DMS-gyorsbillentyűk beállítva"
},
"No Dim": {
"No Dim": "Nincs sötétítés"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Nincs aktív %1 munkamenet"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Nincs adapter"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "Nincs lemezadat elérhető"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "Nem találhatók kijelzőprofilok. Hozz létre újakat a Beállítások > Kijelzők menüpontban."
},
"No drivers found": {
"No drivers found": "Nem található illesztőprogram"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Nincsenek rejtett alkalmazások."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Nincsenek információs elemek"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Nem találhatók csatolási pontok"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Nincs kimeneti eszköz"
},
@@ -4611,7 +4803,7 @@
"No printer found": "Nem található nyomtató"
},
"No printers configured": {
- "No printers configured": "Nincs konfigurálva nyomtató"
+ "No printers configured": "Nincs beállítva nyomtató"
},
"No printers found": {
"No printers found": "Nem található nyomtató"
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "Nem találhatók legutóbbi vágólapbejegyzések"
},
"No results": {
- "No results": ""
+ "No results": "Nincs találat"
},
"No results found": {
"No results found": "Nincsenek találatok"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nincsenek mentett vágólapbejegyzések"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Nem található munkamenet"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Nincs indító"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Nem található videó a mappában"
},
@@ -4683,7 +4881,7 @@
"None": "Nincs"
},
"None active": {
- "None active": ""
+ "None active": "Nincs aktív"
},
"Normal": {
"Normal": "Normál"
@@ -4698,17 +4896,20 @@
"Not available": "Nem érhető el"
},
"Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
- "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat, vagy konfiguráld a greetd PAM-ot."
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat, vagy konfiguráld a greetd PAM-beállításait."
},
"Not available — install fprintd and pam_fprintd.": {
"Not available — install fprintd and pam_fprintd.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat."
},
"Not available — install or configure pam_u2f, or configure greetd PAM.": {
- "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et, vagy konfiguráld a greetd PAM-ot."
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et, vagy konfiguráld a greetd PAM-beállításait."
},
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Nincs csatlakozva"
},
@@ -4737,7 +4938,7 @@
"Nothing": "Semmi"
},
"Nothing to see here": {
- "Nothing to see here": "Nincs itt semmi"
+ "Nothing to see here": "Nincs itt semmi látnivaló"
},
"Notification Center": {
"Notification Center": "Értesítési központ"
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Átlátszóság"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Átlátszatlan"
},
@@ -4901,8 +5108,14 @@
"Opening terminal: ": {
"Opening terminal: ": "Terminál megnyitása: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
- "Opens image files": ""
+ "Opens image files": "Megnyitja a képfájlokat"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "Opcionális leírás"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "Globális elrendezési beállítások felülbírálása ehhez a kimenethez"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "Globális átlátszóság felülbírálása a Jegyzetömbnél"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "Terminál felülbírálása egyéni paranccsal vagy szkripttel"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "A globális árnyék felülbírálása sávonkénti beállításokkal"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Felülírások"
},
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "A PAM biztosítja az ujjlenyomatos hitelesítést, de nem található olvasó."
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "PDF-olvasó"
},
"PIN": {
"PIN": "PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Jelszó"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Jelszó…"
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Beillesztés"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Bővítmények helye: %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Videó lejátszása a képernyő zárolásakor."
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "Lejátszási hiba: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "Hangfájlok lejátszása"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "Videófájlok lejátszása"
},
"Please wait...": {
"Please wait...": "Kis türelmet…"
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "Bővítmény láthatósága"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "Bővítmény letiltva: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "Bővítmény engedélyezve: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "A bővítmény le van tiltva - engedélyezd a bővítménybeállításokban a használathoz"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "Bővítmény újratöltve: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "Bővítmény eltávolítva: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "Bővítmény frissítve: %1"
},
"Plugins": {
"Plugins": "Bővítmények"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Mutató"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "Felugró ablak árnyékok"
},
@@ -5313,7 +5553,7 @@
"Power Profile": "Energiaprofil"
},
"Power Profile Degradation": {
- "Power Profile Degradation": "Energiaprofil romlása"
+ "Power Profile Degradation": "Energiaprofil visszavétele"
},
"Power Saver": {
"Power Saver": "Energiatakarékos mód"
@@ -5352,7 +5592,7 @@
"Press 'n' or click 'New Session' to create one": "Nyomd meg az 'n' billentyűt vagy kattints az 'Új munkamenet' gombra a létrehozáshoz"
},
"Press Enter and the audio system will restart to apply the change": {
- "Press Enter and the audio system will restart to apply the change": "Nyomd meg az Entert a hangrendszer újraindulásához és a módosítások alkalmazásához"
+ "Press Enter and the audio system will restart to apply the change": "Nyomd meg az Enter gombot a hangrendszer újraindulásához és a módosítások alkalmazásához"
},
"Press Enter to paste, Shift+Enter to copy": {
"Press Enter to paste, Shift+Enter to copy": "Enter a beillesztéshez, Shift+Enter a másoláshoz"
@@ -5463,7 +5703,7 @@
"Protocol": "Protokoll"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "A Qt-színek alkalmazása sikeres"
},
"Qt: distance-field renderer.": {
"Qt: distance-field renderer.": "Qt: távolságmező-alapú megjelenítő."
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Sebesség"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Olvasás:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "Újraindítás"
},
"Recent": {
- "Recent": ""
+ "Recent": "Legutóbbi"
},
"Recent Colors": {
"Recent Colors": "Legutóbbi színek"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "Időjárás frissítése"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
"Regular": {
- "Regular": ""
+ "Regular": "Normál"
},
"Reject": {
"Reject": "Elutasítás"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Hátralévő / Összesen"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "Utolsó lekérdezés megjegyzése"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Eltávolítás"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Widget térköz eltávolítása"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Rések és szegély eltávolítása az ablakok maximalizálásakor"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Átnevezés"
},
@@ -5619,10 +5904,10 @@
"Requires 'dgop' tool": "Szükséges a „dgop” eszköz"
},
"Requires DMS %1": {
- "Requires DMS %1": "Szükséges DMS %1"
+ "Requires DMS %1": "DMS %1 szükséges"
},
"Requires DMS server with sysupdate capability": {
- "Requires DMS server with sysupdate capability": "DMS szerver szükséges sysupdate képességgel"
+ "Requires DMS server with sysupdate capability": "DMS-szerver szükséges sysupdate-képességgel"
},
"Requires DWL compositor": {
"Requires DWL compositor": "Szükséges a DWL kompozitor"
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Méret visszaállítása"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Visszaállítás az alapértelmezett névre"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "Speciális munkaterület ablakainak visszaállítása"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Folytatás"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "QR-kód mentése"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Kijelző-konfigurációk mentése és váltása"
},
@@ -5913,7 +6213,7 @@
"Search...": "Keresés…"
},
"Searching": {
- "Searching": ""
+ "Searching": "Keresés"
},
"Searching...": {
"Searching...": "Keresés…"
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Válassz egy ablakot…"
},
+ "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 image file...": {
"Select an image file...": "Képfájl kiválasztása…"
},
@@ -6009,7 +6312,7 @@
"Select greeter background image": "Üdvözlőképernyő háttérképének kiválasztása"
},
"Select monitor to configure wallpaper": {
- "Select monitor to configure wallpaper": "Válassz monitort a háttérkép konfigurálásához"
+ "Select monitor to configure wallpaper": "Válassz monitort a háttérkép beállításához"
},
"Select monospace font for process list and technical displays": {
"Select monospace font for process list and technical displays": "Rögzített szélességű betűtípus (folyamatlistához és technikai kijelzőkhöz)"
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Válaszd ki a háttérkép alapú színekhez használt paletta algoritmust"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Válaszd ki a befoglalni kívánt gyorsbillentyű-szolgáltatókat"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Különböző háttérképek beállítása világos és sötét módhoz"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Állítsd be a billentyűt és a műveletet a mentéshez"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "Értesítési szabályok beállítása"
},
"Setting": {
- "Setting": ""
+ "Setting": "Beállítás"
},
"Settings": {
"Settings": "Beállítások"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "Keresés a beállításokban"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "A beállítások csak olvashatók. A módosítások nem fognak megmaradni."
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Árnyék felülbírálása"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Árnyék emelése a sávokon és paneleken"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Összes törlése • Esc: Bezárás"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Shift+Enter a másoláshoz"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Enter a beillesztéshez"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Összes címke megjelenítése"
},
+ "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 Badge": {
"Show Badge": "Jelvény megjelenítése"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Memória megjelenítése GB-ban"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Hálózat megjelenítése"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Cserehely megjelenítése"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Dátum megjelenítése"
},
@@ -6339,7 +6660,7 @@
"Show Wind Speed": "Szélsebesség megjelenítése"
},
"Show Workspace Apps": {
- "Show Workspace Apps": "Munkaterület alkalmazások megjelenítése"
+ "Show Workspace Apps": "Munkaterület-alkalmazások megjelenítése"
},
"Show all 9 tags instead of only occupied tags (DWL only)": {
"Show all 9 tags instead of only occupied tags (DWL only)": "Mind a 9 címke megjelenítése a csak foglalt címkék helyett (csak DWL)"
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Másodpercek megjelenítése"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Időjárási információk megjelenítése a felső sávon és a vezérlőközponton"
},
@@ -6438,7 +6765,7 @@
"Show week number in the calendar": "Hétszám megjelenítése a naptárban"
},
"Show workspace index numbers in the top bar workspace switcher": {
- "Show workspace index numbers in the top bar workspace switcher": "Munkaterület indexszámok megjelenítése a felső sáv munkaterület-váltójában"
+ "Show workspace index numbers in the top bar workspace switcher": "Munkaterület-indexszámok megjelenítése a felső sáv munkaterület-váltójában"
},
"Show workspace name on horizontal bars, and first letter on vertical bars": {
"Show workspace name on horizontal bars, and first letter on vertical bars": "Munkaterület nevének megjelenítése a vízszintes sávokon, és az első betűjét a függőleges sávokon"
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Hangok"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Ablakok közötti hely"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "A nyomtatási sor megtelt"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "Spotlight"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "Spotlight-keresés"
},
"Square Corners": {
"Square Corners": "Szögletes sarkok"
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Nyújtás"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "Szigorú automatikus elrejtés"
},
@@ -6609,7 +6951,7 @@
"Stripes": "Csíkok"
},
"Style": {
- "Style": ""
+ "Style": "Stílus"
},
"Summary": {
"Summary": "Összegzés"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Napnyugta"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Ha engedélyezve van, elnyomja az értesítési felugrókat"
},
@@ -6660,7 +7005,7 @@
"Switch User": "Felhasználóváltás"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "Váltás a kijelzőkonfigurációk között"
},
"Switch to power profile": {
"Switch to power profile": "Váltás energiaprofilra"
@@ -6693,7 +7038,7 @@
"System": "Rendszer"
},
"System App Theming": {
- "System App Theming": "Rendszeralkalmazás témázása"
+ "System App Theming": "Rendszeralkalmazások témája"
},
"System Check": {
"System Check": "Rendszerellenőrzés"
@@ -6771,16 +7116,16 @@
"Terminal custom additional parameters": "Terminál egyéni további paraméterei"
},
"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.": "A terminál visszalépés sikertelen. Telepíts egy támogatott terminálemulátort, vagy futtasd a 'dms auth sync' parancsot."
+ "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "A tartalék terminál megnyitása sikertelen. Telepíts egy támogatott terminálemulátort, vagy futtasd a 'dms auth sync' parancsot."
},
"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.": "A terminál tartalék megnyitása sikertelen. Telepíts egyet a támogatott terminálemulátorok közül, vagy futtasd a 'dms greeter sync' parancsot."
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "A tartalék terminál megnyitása sikertelen. Telepíts egyet a támogatott terminálemulátorok közül, vagy futtasd a 'dms greeter sync' parancsot."
},
"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.": "Tartalék terminál megnyitva. Fejezd be ott a hitelesítési beállítást; a befejezés után automatikusan be fog záródni."
},
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminál tartalék megnyitva, ott befejezheted a szinkronizálást; automatikusan be fog záródni, ha kész lesz."
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Tartalék terminál megnyitva, ott befejezheted a szinkronizálást; automatikusan be fog záródni, ha kész lesz."
},
"Terminal multiplexer backend to use": {
"Terminal multiplexer backend to use": "Használandó terminálmultiplexer-háttérprogram"
@@ -6813,7 +7158,7 @@
"Text Color": "Szövegszín"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "Szövegszerkesztő"
},
"Text Rendering": {
"Text Rendering": "Szövegmegjelenítés"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "Témanyilvántartás"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "A témafolyamat sikertelen (%1)"
},
"Themes": {
"Themes": "Témák"
@@ -6852,7 +7203,7 @@
"Thickness": "Vastagság"
},
"Thin": {
- "Thin": ""
+ "Thin": "Vékony"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "Külső bővítmény figyelmeztetés"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Hátralévő idő: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Teljes töltésig hátralévő idő: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "A teljes töltöttségig"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "A frissítéshez futtasd a következő parancsot:"
},
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "Ma"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "Betűtípusok átváltása"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "A sávkonfiguráció láthatóságának váltása"
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Átlátszóság"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "Kuka"
},
@@ -7071,7 +7440,7 @@
"Try a different search": "Próbálkozz más kereséssel"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "Próbálkozz más kereséssel vagy válts szűrőt."
},
"Turn off": {
"Turn off": "Kikapcsolás"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "Írj be legalább 2 karaktert"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "Gépelj be legalább 2 karaktert a fájlok kereséséhez."
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "Írd be ezt az előtagot a gyorsbillentyűk kereséséhez"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "Nem mentett jegyzet…"
},
"Unset": {
- "Unset": ""
+ "Unset": "Nincs beállítva"
},
"Until %1": {
"Until %1": "Eddig: %1"
@@ -7242,7 +7611,7 @@
"Update Plugin": "Bővítmény frissítése"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "Frissítés sikertelen: %1"
},
"Upgrading...": {
"Upgrading...": "Frissítés…"
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "Rögzített szélességű betűtípus használata"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "Spotlight indító használata"
},
"Use System Theme": {
"Use System Theme": "Rendszertéma használata"
@@ -7292,6 +7664,9 @@
"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.": "Egyéni kép használata a bejelentkezési képernyőhöz, hagyd üresen az asztali háttérkép használatához."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Rögzített árnyékirány használata ehhez a sávhoz"
},
@@ -7344,11 +7719,14 @@
"Use sound theme from system settings": "Hangtéma használata a rendszerbeállításokból"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "A középre igazított minimális indító használata a csatlakoztatott V2 indító helyett"
},
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "Kiterjesztett felület használata az indító tartalmához"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Azonos pozíció és méret használata minden kijelzőn"
},
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "Indító előtag használata az aktiváláshoz"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "Az xdg-terminal-exec-hez használatos"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "Akkor használatos, ha a kiemelőszín Egyéni-re van állítva"
@@ -7364,20 +7742,50 @@
"User": {
"User": "Felhasználó"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Felhasználónév"
},
+ "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...": {
"Username...": "Felhasználónév…"
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "A tartózkodási hely szerinti napkelte és napnyugta időpontokat használata."
},
"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.": "Napkelte/napnyugta időpontok használata az éjszakai mód automatikus beállításához a tartózkodási helyed alapján."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
- "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 shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "A Gammavezérlés megosztott beállításainak használata"
@@ -7452,7 +7860,7 @@
"Video Path": "Videó útvonala"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "Videolejátszó"
},
"Video Screensaver": {
"Video Screensaver": "Videós képernyővédő"
@@ -7530,7 +7938,7 @@
"Weather Widget": "Időjárás widget"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "Böngésző"
},
"Welcome": {
"Welcome": "Üdvözlünk"
@@ -7545,7 +7953,7 @@
"When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Ha engedélyezve van, az alkalmazások betűrendben vannak rendezve. Ha le van tiltva, az alkalmazások használati gyakoriság szerint vannak rendezve."
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Ha engedélyezve van, indításkor ellenőrzi a frissítéseket. Ha le van tiltva, csak a fenti időközönként vagy kézi frissítéskor fut az ellenőrzés."
},
"When locked": {
"When locked": "Zároláskor"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Szélesség"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Ablakszegély szélessége (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Törlés"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Munkaterület"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "műveletek"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "csatolva"
},
@@ -7772,6 +8192,9 @@
"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.": "A dms/outputs konfiguráció létezik, de nincs benne a kompozitor konfigurációjában. A kijelző változások nem maradnak meg."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "pl.: firefox, kitty --title foo"
},
@@ -7793,14 +8216,20 @@
"featured": {
"featured": "kiemelt"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "utoljára látva: %1"
},
"leave empty for default": {
"leave empty for default": "hagyd üresen az alapértelmezéshez"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
- "loginctl not available - lock integration requires DMS socket connection": "A loginctl nem érhető el – a zárolás integrációhoz DMS socket kapcsolat szükséges"
+ "loginctl not available - lock integration requires DMS socket connection": "A loginctl nem érhető el – a zárolás integrációhoz DMS-socketkapcsolat szükséges"
},
"mangowc Discord Server": {
"mangowc Discord Server": "mangowc Discord szerver"
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "mangowc GitHub"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "A Matugen nem érhető el vagy le van tiltva - a GTK-színek nem alkalmazhatók"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "A Matugen nem érhető el vagy le van tiltva - a Qt-színek nem alkalmazhatók"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen nem található - telepítsd a matugen csomagot a dinamikus témázásért"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "niri/dms Discord"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "niri: konfiguráció újratöltve"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "niri: nem sikerült betölteni a konfigurációt"
},
"now": {
"now": "most"
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "átjátszó: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "másodperc"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "forrás"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "frissítsd a dms-t az NM integrációhoz."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 ettől: %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Szóköz: Kibontás • Enter: Művelet/Kibontás • E: Szöveg"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigáció • Enter/Ctrl+C: Másolás • Del: Törlés • F10: Súgó"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigálás • Enter: Beillesztés • Del: Törlés • F10: Súgó"
}
diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json
index c6280123..e7515a52 100644
--- a/quickshell/translations/poexports/it.json
+++ b/quickshell/translations/poexports/it.json
@@ -27,7 +27,7 @@
"%1 connected": "%1 connesso"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "%1 copiato"
},
"%1 custom animation duration": {
"%1 custom animation duration": "%1 durata animazione personalizzata"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Una moderna shell desktop per compositor Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Alimentazione CA"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "Azione non riuscita o il terminale è stato chiuso."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Azioni"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Aggiungi"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Aggiungi Barra"
},
@@ -402,7 +420,7 @@
"Add Widget to %1 Section": "Aggiungi Widget alla Sezione %1"
},
"Add a border around the dock": {
- "Add a border around the dock": "Aggiungi un bordo alla dock"
+ "Add a border around the dock": "Aggiungi un bordo al dock"
},
"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.": "Aggiungi un prefisso personalizzato all'avvio di tutte le applicazioni. Può essere utilizzato per strumenti come \"uwsm-app\", \"systemd-run\" o altri wrapper di comandi."
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Aggiungi tramite Indirizzo"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Regola il numero di colonne nella modalità di visualizzazione a griglia."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Regola il contrasto dei colori generati (-100 = minimo, 0 = standard, 100 = massimo)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Avanzate"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Tutti gli schermi"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Consenti clic attraverso il widget"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Indietro • F1/I: Info File • F10: Aiuto • Esc: Chiudi"
},
@@ -459,7 +501,7 @@
"Always Show Percentage": "Mostra Sempre Percentuale"
},
"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": "Nascondi sempre la dock e mostrala passando il cursore vicino all’area della dock"
+ "Always hide the dock and reveal it when hovering near the dock area": "Nascondi sempre il dock e mostralo passando il cursore vicino all’area del dock"
},
"Always on icons": {
"Always on icons": "Icone sempre attive"
@@ -468,13 +510,13 @@
"Always show a minimum of 3 workspaces, even if fewer are available": "Mostra sempre almeno 3 spazi di lavoro, anche se ne sono disponibili meno"
},
"Always show the dock when niri's overview is open": {
- "Always show the dock when niri's overview is open": "Mostra sempre la dock quando la vista panoramica di niri è aperta"
+ "Always show the dock when niri's overview is open": "Mostra sempre il dock quando la vista panoramica di niri è aperta"
},
"Always show when there's only one connected display": {
"Always show when there's only one connected display": "Mostra sempre quando è presente un solo schermo connesso"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "Usa sempre quest'app per %1"
},
"Amount": {
"Amount": "Quantità"
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "Applica sfocatura del compositore dietro il bordo della cornice"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "Spaziature Popup Automatiche"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "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-Clear After": {
"Auto-Clear After": "Cancellazione Automatica Dopo"
@@ -702,7 +747,7 @@
"Auto-hide": "Nascondi Automaticamente"
},
"Auto-hide Dock": {
- "Auto-hide Dock": "Nascondi Automaticamente la Dock"
+ "Auto-hide Dock": "Nascondi Automaticamente il Dock"
},
"Auto-saving...": {
"Auto-saving...": "Salvataggio in corso..."
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Rotazione Automatica"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Alterna automaticamente gli sfondi nella stessa cartella"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Determina automaticamente la tua posizione usando l'indirizzo IP"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Blocca automaticamente dopo"
},
@@ -860,6 +911,12 @@
"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": "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.": ""
+ },
+ "Bind the spotlight-bar IPC action in your compositor config.": {
+ "Bind the spotlight-bar IPC action in your compositor config.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Inclusione Scorciatoie Mancante"
},
@@ -870,7 +927,7 @@
"Bit Depth": "Profondità di Bit"
},
"Black": {
- "Black": ""
+ "Black": "Nero"
},
"Block Out": {
"Block Out": "Escludi"
@@ -918,7 +975,7 @@
"Body": "Corpo"
},
"Bold": {
- "Bold": ""
+ "Bold": "Grassetto"
},
"Border": {
"Border": "Bordo"
@@ -1029,7 +1086,7 @@
"CUPS not available": "CUPS non disponibile"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "Calendario"
},
"Camera": {
"Camera": "Fotocamera"
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Annullato"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "Impossibile disabilitare l'unico output"
},
@@ -1050,11 +1110,14 @@
"Cannot open trash: '%1' is not installed": "Impossibile aprire il cestino: \"%1\" non è installato"
},
"Cannot open trash: no custom command set": {
- "Cannot open trash: no custom command set": "Impossibile aprire il cestino: nessuno comando personalizzato impostato"
+ "Cannot open trash: no custom command set": "Impossibile aprire il cestino: nessun comando personalizzato impostato"
},
"Cannot pair": {
"Cannot pair": "Impossibile associare"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Capacità"
},
@@ -1110,7 +1173,10 @@
"Check interval": "Intervallo di controllo"
},
"Check on startup": {
- "Check on startup": ""
+ "Check on startup": "Controllo all'avvio"
+ },
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Controlla lo stato della sincronizzazione su richiesta. Sincronizza copia il tema, le impostazioni e la configurazione dello sfondo nella schermata di accesso. Le modifiche di autenticazione vengono applicate automaticamente."
@@ -1296,7 +1362,7 @@
"Color": "Colore"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "Colore %1 copiato"
},
"Color Gamut": {
"Color Gamut": "Gamma Cromatica"
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Conferma passkey per "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "In conflitto con: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Schermi Connessi"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "Opzioni di Connessione"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Crea Stampante"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Crea Regola Finestra"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Crea regole per silenziare, ignorare, nascondere dalla cronologia o sovrascrivere la priorità delle notifiche. L'impostazione predefinita sovrascrive solo la priorità; le notifiche appaiono comunque normalmente."
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "Creata cartella plugin: %1"
},
"Creating...": {
"Creating...": "Creazione in Corso..."
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Cambia Tab • Ctrl+S: Aggiungi/Rimuovi • Shift+Enter: Incolla • Shift+Del: Cancella Tutto • Esc: Chiudi"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "Attuali"
},
@@ -1779,13 +1860,16 @@
"DEMO MODE - Click anywhere to exit": "MODALITÀ DEMO - Fai clic ovunque per uscire"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "Scelta DMS"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "Gestore Plugin DMS non Disponibile"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "Impostazioni DMS"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
"DMS Shortcuts": "Scorciatoie DMS"
@@ -1797,7 +1881,7 @@
"DMS out of date": "DMS obsoleta"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "Il server DMS è obsoleto (API v%1, previsto v%2)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "Il servizio DMS non è connesso. Le impostazioni degli appunti non sono disponibili."
@@ -1884,14 +1968,29 @@
"Default (Black)": "Predefinito (Nero)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "Predefinito (Globale)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "App Predefinite"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"Default Width (%)": {
"Default Width (%)": "Larghezza Predefinita (%)"
},
+ "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 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 selected action": {
"Default selected action": "Azione selezionata predefinita"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Elimina"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Eliminare \"%1\"?"
},
@@ -1928,8 +2030,14 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Eliminare il profilo \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "Semi-Grassetto"
},
"Dependencies & documentation": {
"Dependencies & documentation": "Dipendenze e documentazione"
@@ -2082,7 +2190,7 @@
"Display Settings": "Impostazioni Schermo"
},
"Display a dock with pinned and running applications": {
- "Display a dock with pinned and running applications": "Mostra una dock con applicazioni fissate e in esecuzione"
+ "Display a dock with pinned and running applications": "Mostra un dock con applicazioni fissate e in esecuzione"
},
"Display all priorities over fullscreen apps": {
"Display all priorities over fullscreen apps": "Mostra priorità sopra app a schermo intero"
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "Mostra previsioni meteo orarie"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "Mostra numero di riga nell'editor"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Mostra solo gli spazi di lavoro con finestre"
@@ -2154,10 +2262,10 @@
"Dock Visibility": "Visibilità Dock"
},
"Dock margin, transparency, and border": {
- "Dock margin, transparency, and border": "Margine, trasparenza e bordo della dock"
+ "Dock margin, transparency, and border": "Margine, trasparenza e bordo del dock"
},
"Dock spacing, transparency, and border": {
- "Dock spacing, transparency, and border": "Spaziatura, trasparenza e bordo della dock"
+ "Dock spacing, transparency, and border": "Spaziatura, trasparenza e bordo del dock"
},
"Docs": {
"Docs": "Documentazione"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Pioviggine"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplica"
},
@@ -2229,7 +2340,7 @@
"Dynamic colors from wallpaper": "Colori dinamici dallo sfondo"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "Errore del colore dinamico: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "Colori dinamici, preimpostazioni"
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Modifica App"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Modifica Regola Finestra"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Istruzione"
},
@@ -2274,7 +2391,7 @@
"Enable Bar": "Abilita Barra"
},
"Enable Do Not Disturb": {
- "Enable Do Not Disturb": "Abilita non Disturbare"
+ "Enable Do Not Disturb": "Abilita Non Disturbare"
},
"Enable Frame": {
"Enable Frame": "Abilita Cornice"
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Offset Zona Esclusiva"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Funzionalità Sperimentale"
},
@@ -2490,10 +2610,10 @@
"Extra Arguments": "Argomenti Aggiuntivi"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "Extra-Grassetto"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "Extra-Leggero"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Alterna • F10: Aiuto"
@@ -2523,10 +2643,10 @@
"Failed to add printer to class": "Impossibile aggiungere la stampante alla classe"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "Impossibile applicare i colori GTK"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "Impossibile applicare i colori Qt"
},
"Failed to apply profile": {
"Failed to apply profile": "Impossibile applicare il profilo"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "Impossibile disattivare la modalità notturna"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "Impossibile disabilitare il plugin: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "Impossibile disconnettersi dalla VPN"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "Impossibile attivare la modalità notturna"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "Impossibile abilitare il plugin: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "Impossibile recuperare il codice QR di rete: %1"
},
"Failed to hold job": {
"Failed to hold job": "Impossibile sospendere la stampa"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "Impossibile stampare la pagina di prova"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "Impossibile leggere il file del tema: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "Impossibile rifiutare l'associazione"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "Impossibile ricaricare il plugin: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "Impossibile rimuovere il codice QR a %1: %2"
},
"Failed to remove device": {
"Failed to remove device": "Impossibile rimuovere dispositivo"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Impossibile aggiornare connessione automatica"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Impossibile aggiornare la descrizione"
},
@@ -2787,7 +2910,7 @@
"File Information": "Informazioni File"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "Gestore File"
},
"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."
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La ricerca file richiede dsearch\\nInstalla da github.com/AvengeMedia/danksearch"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "Ricerca file non disponibile"
},
"Files": {
"Files": "File"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Trova nelle note..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Impossibile confermare la disponibilità dell'impronta digitale."
},
@@ -2915,8 +3041,11 @@
"Follow focus": {
"Follow focus": "Segui il focus"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
- "Font": "Carattere"
+ "Font": "Font"
},
"Font Family": {
"Font Family": "Famiglia Font"
@@ -2931,7 +3060,7 @@
"Font Weight": "Spessore Font"
},
"Font used on the login screen": {
- "Font used on the login screen": "Carattere utilizzato nella schermata di accesso"
+ "Font used on the login screen": "Font utilizzato nella schermata di accesso"
},
"For 1 hour": {
"For 1 hour": "Per 1 ora"
@@ -2949,10 +3078,10 @@
"For 8 hours": "Per 8 ore"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "Per la modifica di file di testo semplice"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "Per leggere i file PDF"
},
"Force HDR": {
"Force HDR": "Forza HDR"
@@ -3030,7 +3159,7 @@
"Fruit Salad": "Macedonia"
},
"Full": {
- "Full": ""
+ "Full": "Completo"
},
"Full Command:": {
"Full Command:": "Comando completo:"
@@ -3045,7 +3174,7 @@
"Full with Year": "Completo con Anno"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "Un launcher completo con schede di modalità, visualizzazione a griglia e pannello delle azioni."
},
"Fullscreen": {
"Fullscreen": "Schermo intero"
@@ -3075,7 +3204,7 @@
"GPU temperature display": "Mostra Temperatura GPU"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "I colori GTK sono stati applicati con successo"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "GTK, Qt, IDE, altro"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "I font globali possono essere configurati in Impostazioni → Personalizzazione"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "Scala globalmente tutte le durate delle animazioni"
@@ -3125,6 +3254,21 @@
"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": "Dissolvi gradualmente lo schermo prima di spegnere gli schermi, con un periodo di tolleranza configurabile"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Intervallo Temporale del Grafico"
},
@@ -3147,7 +3291,13 @@
"Greeter activated. greetd is now enabled.": "Greeter attivato. greetd è ora attivato."
},
"Greeter font": {
- "Greeter font": "Carattere del Greeter"
+ "Greeter font": "Font del 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:": {
+ "Greeter group:": ""
},
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Solo per il greeter - non influenza l'orologio principale"
@@ -3201,16 +3351,16 @@
"HSV": "HSV"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV %1 copiato"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML copiato negli appunti"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "Gestisce i collegamenti e apre i file HTML"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "Gestisce i collegamenti mailto"
},
"Health": {
"Health": "Salute"
@@ -3240,7 +3390,7 @@
"Hibernate": "Ibernazione"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "Ibernazione fallita"
},
"Hidden": {
"Hidden": "Nascosto"
@@ -3305,8 +3455,11 @@
"Hide on Touch": {
"Hide on Touch": "Nascondi al Tocco"
},
+ "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 dock when a window is fullscreen": {
- "Hide the dock when a window is fullscreen": "Nascondi la dock quando una finestra è a schermo intero"
+ "Hide the dock when a window is fullscreen": "Nascondi il dock quando una finestra è a schermo intero"
},
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Tavolozza ad alta fedeltà che preserva le tonalità della sorgente."
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Sito Web di Hyprland"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Ho capito"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Tema Icone"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Inattivo"
},
@@ -3447,7 +3609,7 @@
"Image": "Immagine"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "Visualizzatore di immagini"
},
"Image copied to clipboard": {
"Image copied to clipboard": "Immagine copiata negli appunti"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Inibibile"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Dispositivi di Input"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "Installazione completata. Il Greeter è stato installato."
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "Installare dsearch per cercare i file."
},
"Install failed: %1": {
"Install failed: %1": "Installazione fallita: %1"
@@ -3597,7 +3762,7 @@
"Interval": "Intervallo"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "Formato JSON non valido: %1"
},
"Invalid configuration": {
"Invalid configuration": "Configurazione non valida"
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "Password non valida per %1"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Inverti al cambio di modalità"
},
@@ -3627,7 +3795,7 @@
"Keep Changes": "Conserva Modifiche"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "Continuare a digitare"
},
"Keeping Awake": {
"Keeping Awake": "Mantieni Attivo"
@@ -3741,7 +3909,7 @@
"Launcher Emerge Side": "Lato di Comparsa del Launcher"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "Stile del Launcher"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "Opacità Contorno Livello"
@@ -3765,7 +3933,7 @@
"Left Section": "Sezione Sinistra"
},
"Light": {
- "Light": ""
+ "Light": "Luce"
},
"Light Direction": {
"Light Direction": "Direzione della Luce"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Termina Sessione"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Accesso in corso..."
},
@@ -3903,11 +4074,17 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "Posta"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Assicurati che KDE Connect o Valent siano in esecuzione sui tuoi altri dispositivi"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Gestione e configurazione dei plugin per estendere le funzionalità della DMS"
},
@@ -3918,7 +4095,7 @@
"Managed by Frame": "Gestito dalla Cornice"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "Gestito dalla modalità Frame"
},
"Managed by Frame in Connected Mode": {
"Managed by Frame in Connected Mode": "Gestito dalla Cornice in Modalità Connessa"
@@ -3927,10 +4104,10 @@
"Management": "Gestione"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "Gestisce gli eventi del calendario"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "Gestisce file e directory"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "Sovrascritture Layout MangoWC"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Mostra/Nascondi Manuale"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Associa i nomi delle classi delle finestre ai nomi delle icone per una corretta visualizzazione"
},
@@ -4164,7 +4344,7 @@
"Min W": "Larghezza Min."
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "Barra minimale in stile Spotlight: appare immediatamente nella parte superiore dello schermo e si espande man mano che si digita."
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità."
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Punti di Montaggio"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Aspetto puntatore del mouse"
},
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "Multi-Schermo"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "Multimedia"
},
"Multiplexer": {
"Multiplexer": "Multiplexer"
@@ -4275,7 +4458,7 @@
"Music": "Musica"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "Lettore musicale"
},
"Mute Popups": {
"Mute Popups": "Silenzia Popup"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "Modalità notturna e gamma"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "Modalità notturna fallita: Controllo gamma DMS non disponibile"
},
"Niri Integration": {
"Niri Integration": "Integrazione Niri"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Nessuna sessione %1 attiva"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Nessun adattatore"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "Nessun dato sul disco disponibile"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "Non sono stati trovati profili di visualizzazione. Crearli in Impostazioni > Schermi."
},
"No drivers found": {
"No drivers found": "Nessun driver trovato"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Nessuna app nascosta."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Nessun elemento informativo"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Nessun punto di montaggio trovato"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Nessun dispositivo di output"
},
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "Nessuna voce recente negli appunti"
},
"No results": {
- "No results": ""
+ "No results": "Nessun risultato"
},
"No results found": {
"No results found": "Nessun risultato trovato"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nessuna voce degli appunti salvata"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Nessuna sessione trovata"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Nessun attivatore"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Nessun video trovato nella cartella"
},
@@ -4683,7 +4881,7 @@
"None": "Nessuna"
},
"None active": {
- "None active": ""
+ "None active": "Nessuno attivo"
},
"Normal": {
"Normal": "Normale"
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Non disponibile — installa o configura pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Non connesso"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opacità"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Opaco"
},
@@ -4901,8 +5108,14 @@
"Opening terminal: ": {
"Opening terminal: ": "Apertura del terminale: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
- "Opens image files": ""
+ "Opens image files": "Apre i file di immagine"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "Descrizione facoltativa"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "Sovrascrivi le impostazioni di layout globali per questa uscita"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "Sovrascrivere la trasparenza globale per Notepad"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "Sostituisci il terminale con un comando o script personalizzato"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "Sovrascrivi l'ombra globale con le impostazioni per ogni singola barra"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Sovrascritture"
},
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "PAM fornisce l'autenticazione tramite impronta digitale, ma non è stato rilevato nessun lettore."
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "Lettore PDF"
},
"PIN": {
"PIN": "PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Password"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Password..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Incolla"
},
@@ -5142,7 +5373,7 @@
"Pin": "Fissa"
},
"Pin to Dock": {
- "Pin to Dock": "Fissa sulla Dock"
+ "Pin to Dock": "Fissa sul Dock"
},
"Ping": {
"Ping": "Ping"
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Inserisci i plugin in %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Riproduci un video quando lo schermo si blocca."
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "Errore di riproduzione: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "Riproduzione di file audio"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "Riproduzione di file video"
},
"Please wait...": {
"Please wait...": "Attendi..."
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "Visibilità Plugin"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "Plugin disabilitato: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "Plugin abilitato: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Plugin disattivato - per usarlo, attivalo nelle impostazioni Plugin"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "Plugin ricaricato: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "Plugin disinstallato: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "Plugin aggiornato: %1"
},
"Plugins": {
"Plugins": "Plugin"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Puntatore"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "Ombre dei Popup"
},
@@ -5463,7 +5703,7 @@
"Protocol": "Protocollo"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "I colori Qt sono stati applicati con successo"
},
"Qt: distance-field renderer.": {
"Qt: distance-field renderer.": "Qt: renderer a campo di distanza."
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Velocità"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Lettura:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "Riavvia"
},
"Recent": {
- "Recent": ""
+ "Recent": "Recente"
},
"Recent Colors": {
"Recent Colors": "Colori Recenti"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "Aggiorna Meteo"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
"Regular": {
- "Regular": ""
+ "Regular": "Regolare"
},
"Reject": {
"Reject": "Rifiuta"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Rimanente/Totale"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "Ricorda l'Ultima Ricerca"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Rimuovi"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Rimuovi Spaziatura Widget"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Rimuovi spazi e bordo quando le finestre sono massimizzate"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Rinomina"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Reimposta Dimensioni"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Ripristina nome predefinito"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "Ripristina Finestre dello Spazio di Lavoro Speciale"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Riprendi"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "Salva Codice QR"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Salva e passa tra le configurazioni dello schermo"
},
@@ -5913,7 +6213,7 @@
"Search...": "Cerca..."
},
"Searching": {
- "Searching": ""
+ "Searching": "Ricerca"
},
"Searching...": {
"Searching...": "Ricerca in corso..."
@@ -5955,7 +6255,7 @@
"Select Custom Theme": "Seleziona Tema Personalizzato"
},
"Select Dock Launcher Logo": {
- "Select Dock Launcher Logo": "Seleziona Logo Launcher della Dock"
+ "Select Dock Launcher Logo": "Seleziona Logo Launcher del Dock"
},
"Select File to Send": {
"Select File to Send": "Seleziona File da Inviare"
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Seleziona una finestra..."
},
+ "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 image file...": {
"Select an image file...": "Seleziona un'immagine..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Seleziona l'algoritmo della tavolozza usato per i colori basati sullo sfondo"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Seleziona quali fornitori di scorciatoie includere"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Imposta sfondi differenti per modalità chiara e scura"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Imposta tasto e azione per salvare"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "Imposta regole di notifica"
},
"Setting": {
- "Setting": ""
+ "Setting": "Impostazione"
},
"Settings": {
"Settings": "Impostazioni"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "Ricerca impostazioni"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "Le impostazioni sono in sola lettura. Le modifiche non verranno salvate."
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Sovrascrittura Ombra"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Ombra in rilievo su barre e pannelli"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Canc: Cancella Tutto • Esc: Chiudi"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Maiusc+Invio per copiare"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Invio per incollare"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Mostra Tutti i Tag"
},
+ "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 Badge": {
"Show Badge": "Mostra Badge"
},
@@ -6201,7 +6516,7 @@
"Show Disk": "Mostra Disco"
},
"Show Dock": {
- "Show Dock": "Mostra la Dock"
+ "Show Dock": "Mostra il Dock"
},
"Show Feels Like Temperature": {
"Show Feels Like Temperature": "Mostra Temperatura Percepita"
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Mostra la Memoria in GB"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Mostra Rete"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Mostra Swap"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Mostra Data di Sistema"
},
@@ -6357,7 +6678,7 @@
"Show device": "Mostra dispositivo"
},
"Show dock when floating windows don't overlap its area": {
- "Show dock when floating windows don't overlap its area": "Mostra la dock quando le finestre fluttuanti non ne sovrappongono l’area"
+ "Show dock when floating windows don't overlap its area": "Mostra il dock quando le finestre fluttuanti non ne sovrappongono l’area"
},
"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.": "Mostra ombra esterna sui popup di notifica. Richiede che M3 Elevation sia attivato in Tema e Colori."
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Mostra secondi"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Mostra informazioni meteo nella barra superiore e nel centro di controllo"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Suoni"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Spazio tra le finestre"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "Area Spool Piena"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "Riflettore"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "Ricerca Spotlight"
},
"Square Corners": {
"Square Corners": "Angoli Squadrati"
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Estendi"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "Nascondi automaticamente (rigoroso)"
},
@@ -6609,7 +6951,7 @@
"Stripes": "Strisce"
},
"Style": {
- "Style": ""
+ "Style": "Stile"
},
"Summary": {
"Summary": "Riassunto"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Tramonto"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Sopprimi i popup di notifica quando attivato"
},
@@ -6660,7 +7005,7 @@
"Switch User": "Cambia Utente"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "Passare da una configurazione all'altra del display"
},
"Switch to power profile": {
"Switch to power profile": "Passa al profilo energetico"
@@ -6774,7 +7119,7 @@
"Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Terminale di ripiego non riuscito. Installa un emulatore di terminale supportato o esegui 'dms auth sync' manualmente."
},
"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.": "Terminale di ripiego fallito. Installa uno degli emulatori di terminale supportati o esegui \"dms greeter sync\" manualmente."
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Impossibile utilizzare il terminale di ripiego. Installa uno degli emulatori di terminale supportati oppure esegui manualmente 'dms greeter sync'."
},
"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.": "Terminale di ripiego aperto. Completa la configurazione dell'autenticazione lì; si chiuderà automaticamente al termine."
@@ -6813,7 +7158,7 @@
"Text Color": "Colore Testo"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "Editor di testo"
},
"Text Rendering": {
"Text Rendering": "Rendering del Testo"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "Registro dei Temi"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "Lavoratore a tema non riuscito (%1)"
},
"Themes": {
"Themes": "Temi"
@@ -6852,7 +7203,7 @@
"Thickness": "Spessore"
},
"Thin": {
- "Thin": ""
+ "Thin": "Sottile"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "Avviso Plugin di Terze Parti"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Tempo rimanente: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Tempo alla carica completa: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Alla Carica Completa"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Per aggiornare, esegui il seguente comando:"
},
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "Oggi"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "Alterna i font"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "Mostra/Nascondi questa configurazione della barra"
@@ -7043,11 +7403,20 @@
"Transparency": {
"Transparency": "Trasparenza"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "Cestino"
},
"Trash command failed (exit %1)": {
- "Trash command failed (exit %1)": "Comando cestino fallito (exit %1)"
+ "Trash command failed (exit %1)": "Comando cestino non riuscito (exit %1)"
},
"Trending GIFs": {
"Trending GIFs": "GIF di Tendenza"
@@ -7071,13 +7440,13 @@
"Try a different search": "Prova una ricerca diversa"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "Prova a effettuare una ricerca diversa o a cambiare filtro."
},
"Turn off": {
"Turn off": "Spegni"
},
"Turn off Do Not Disturb": {
- "Turn off Do Not Disturb": "Disattiva la modalità “Non Disturbare”"
+ "Turn off Do Not Disturb": "Disattiva Non Disturbare"
},
"Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "Spegni immediatamente tutti gli schermi quando si attiva la schermata di blocco"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "Digita almeno 2 caratteri"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "Digita almeno 2 caratteri per cercare i file."
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "Digita questo prefisso per cercare scorciatoie"
@@ -7197,7 +7566,7 @@
"Unpin": "Rimuovi"
},
"Unpin from Dock": {
- "Unpin from Dock": "Rimuovi dalla Dock"
+ "Unpin from Dock": "Rimuovi dal Dock"
},
"Unsaved Changes": {
"Unsaved Changes": "Modifiche non Salvate"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "Nota non salvata..."
},
"Unset": {
- "Unset": ""
+ "Unset": "Non impostato"
},
"Until %1": {
"Until %1": "Fino a %1"
@@ -7242,7 +7611,7 @@
"Update Plugin": "Aggiorna Plugin"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "Aggiornamento non riuscito: %1"
},
"Upgrading...": {
"Upgrading...": "Aggiornamento..."
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "Usa Font a Larghezza Fissa"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "Usa il Launcher Spotlight"
},
"Use System Theme": {
"Use System Theme": "Usa Tema di Sistema"
@@ -7292,6 +7664,9 @@
"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.": "Usa un'immagine personalizzata per la schermata di blocco, o lascia vuoto per utilizzare lo sfondo del tuo desktop."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Usa una direzione dell'ombra fissa per questa barra"
},
@@ -7344,11 +7719,14 @@
"Use sound theme from system settings": "Usa tema di suoni dalle impostazioni di sistema"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "Utilizzare il launcher minimale centrato invece del launcher V2 connesso"
},
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "Usa la superficie estesa per il contenuto del launcher"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Usa la stessa posizione e dimensione su tutti gli schermi"
},
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "Usa il prefisso attivatore per attivare"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "Utilizzato per xdg-terminal-exec"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "Utilizzato quando il colore di accento è impostato su Personalizzato"
@@ -7364,20 +7742,50 @@
"User": {
"User": "Utente"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Nome Utente"
},
+ "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...": {
"Username...": "Nome utente..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Utilizza gli orari di alba/tramonto in base alla tua posizione."
},
"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.": "Usa gli orari di alba e tramonto per regolare automaticamente la modalità notturna in base alla tua posizione."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
- "Using global monospace font from Settings → Personalization": ""
+ "Using global monospace font from Settings → Personalization": "Utilizzo del font monospace globale da Impostazioni → Personalizzazione"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Utilizzo delle impostazioni condivise di Gamma Control"
@@ -7452,7 +7860,7 @@
"Video Path": "Percorso Video"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "Lettore video"
},
"Video Screensaver": {
"Video Screensaver": "Salvaschermo Video"
@@ -7530,7 +7938,7 @@
"Weather Widget": "Widget Meteo"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "Browser web"
},
"Welcome": {
"Welcome": "Benvenuto"
@@ -7539,13 +7947,13 @@
"Welcome to DankMaterialShell": "Benvenuto in 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": "Facendo clic su una finestra nella dock in uno spazio di lavoro speciale di Hyprland, ripristina lo spazio di lavoro speciale prima di portare in primo piano la finestra"
+ "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Facendo clic su una finestra nel dock in uno spazio di lavoro speciale di Hyprland, ripristina lo spazio di lavoro speciale prima di portare in primo piano la finestra"
},
"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.": "Quando attivato, le applicazioni sono ordinate alfabeticamente. Quando disattivato, le applicazioni sono ordinate per frequenza d'uso."
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Se abilitato, controlla gli aggiornamenti all'avvio. Quando è disabilitato, solo l'intervallo di cui sopra o un aggiornamento manuale esegue un controllo."
},
"When locked": {
"When locked": "Quando bloccato"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Larghezza"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Larghezza bordo finestra (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Tendina"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Spazio di Lavoro"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "azioni"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "agganciato"
},
@@ -7749,7 +8169,7 @@
"days": "giorni"
},
"detached": {
- "detached": "disconnessa"
+ "detached": "disconnesso"
},
"device": {
"device": "dispositivo"
@@ -7772,6 +8192,9 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": {
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configurazione dms/outputs esiste ma non è inclusa nella configurazione del compositor. Le modifiche allo schermo non saranno persistenti."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "es. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "in primo piano"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "visto l'ultima volta %1"
},
"leave empty for default": {
"leave empty for default": "lascia vuoto per il valore predefinito"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl non disponibile - integrazione blocco richiede connessione socket DMS"
},
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "GitHub di mangowc"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "matugen non disponibile o disabilitato - non può applicare i colori GTK"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "matugen non disponibile o disabilitato - non può applicare i colori Qt"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen non trovato - installa il pacchetto matugen per il theming dinamico"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "Server Discord niri/dms"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "niri: configurazione ricaricata"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "niri: impossibile caricare la configurazione"
},
"now": {
"now": "ora"
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "relay: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "secondi"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "sorgente"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "aggiorna dms per l'integrazione NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 di %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Spazio: Espandi • Invio: Azione/Espandi • E: Testo"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Naviga • Invio/Ctrl+C: Copia • Canc: Elimina • F10: Aiuto"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Naviga • Invio: Incolla • Canc: Elimina • F10: Aiuto"
}
diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json
index 225995ef..7d5d012e 100644
--- a/quickshell/translations/poexports/ja.json
+++ b/quickshell/translations/poexports/ja.json
@@ -24,10 +24,10 @@
"%1 characters": "%1 文字"
},
"%1 connected": {
- "%1 connected": "%1 件接続済み"
+ "%1 connected": "%1 件接続"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "1% がコピーされました"
},
"%1 custom animation duration": {
"%1 custom animation duration": "%1 カスタムアニメーション時間"
@@ -75,7 +75,7 @@
"%1 notifications": "通知 %1 件"
},
"%1 online": {
- "%1 online": ""
+ "%1 online": "1%オンライン"
},
"%1 update": {
"%1 update": "更新 %1 件"
@@ -189,13 +189,13 @@
"20 seconds": "20秒"
},
"24-Hour Format": {
- "24-Hour Format": "24時間形式"
+ "24-Hour Format": "24 時間形式"
},
"24-hour clock": {
"24-hour clock": "24時間時計"
},
"24-hour format": {
- "24-hour format": "24時間形式"
+ "24-hour format": "24 時間形式"
},
"25 seconds": {
"25 seconds": "25秒"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Wayland コンポジター向けのモダンなデスクトップシェル"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "AC電源"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "アクションに失敗したか、端末が閉じられました。"
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "アクション"
},
@@ -360,7 +372,7 @@
"Active Lock Screen Monitor": "アクティブなロック画面モニター"
},
"Active VPN": {
- "Active VPN": ""
+ "Active VPN": "アクティブ VPN"
},
"Active tile background and icon color": {
"Active tile background and icon color": "アクティブタイルの背景色とアイコン色"
@@ -383,6 +395,12 @@
"Add": {
"Add": "追加"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "バーを追加"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "アドレスで追加"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "グリッド表示モードでの列数を調整します。"
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "生成される色のコントラストを調整します(-100 = 最小、0 = 標準、100 = 最大)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "詳細設定"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "すべてのディスプレイ"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "クリックをウィジェットに透過させる"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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: 閉じる"
},
@@ -474,7 +516,7 @@
"Always show when there's only one connected display": "接続されたディスプレイが1つだけのときは常に表示"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "%1 は常にこのアプリ使用する"
},
"Amount": {
"Amount": "量"
@@ -495,7 +537,7 @@
"Animation Speed": "アニメーション速度"
},
"Animation Style": {
- "Animation Style": ""
+ "Animation Style": "アニメーションスタイル"
},
"Anonymous Identity": {
"Anonymous Identity": "匿名 ID"
@@ -537,13 +579,16 @@
"Apply Flatpak updates alongside system updates when running 'Update All'.": "「すべて更新」の実行時に、システムアップデートとあわせて Flatpak の更新も適用します。"
},
"Apply GTK Colors": {
- "Apply GTK Colors": "GTKカラーを適用"
+ "Apply GTK Colors": "GTK カラーを適用"
},
"Apply Qt Colors": {
- "Apply Qt Colors": "Qtカラーを適用"
+ "Apply Qt Colors": "Qt カラーを適用"
},
"Apply compositor blur behind the frame border": {
- "Apply compositor blur behind the frame border": ""
+ "Apply compositor blur behind the frame border": "フレーム境界線の背後にコンポジターブラーを適用"
+ },
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
},
"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.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
@@ -573,7 +618,7 @@
"Apps with notification popups muted. Unmute or delete to remove.": "通知ポップアップがミュートされているアプリ。ミュート解除するか削除すると除外されます。"
},
"Arc Extender": {
- "Arc Extender": ""
+ "Arc Extender": "アークエクステンダー"
},
"Architecture": {
"Architecture": "アーキテクチャ"
@@ -585,7 +630,7 @@
"Arrange displays and configure resolution, refresh rate, and VRR": "ディスプレイを配置し、解像度、リフレッシュレート、VRR を設定"
},
"At least one output must remain enabled": {
- "At least one output must remain enabled": ""
+ "At least one output must remain enabled": "少なくとも1つの出力は有効のままにしておく必要がある"
},
"Attach": {
"Attach": "添付"
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "自動ポップアップギャップ"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "Auto mode is on. Manual profile selection is disabled.": ""
+ "Auto mode is on. Manual profile selection is disabled.": "自動モードがオンになっています。手動プロファイル選択は無効になっています。"
},
"Auto-Clear After": {
"Auto-Clear After": "自動消去まで"
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "自動サイクリング"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "同じフォルダ内の壁紙を自動的に切り替える"
},
@@ -735,10 +783,13 @@
"Automatically delete entries older than this": "これより古い項目を自動削除"
},
"Automatically detect location based on IP address": {
- "Automatically detect location based on IP address": "IPアドレスに基づいて位置を自動的に検出"
+ "Automatically detect location based on IP address": "IP アドレスに基づいて位置を自動的に検出"
},
"Automatically determine your location using your IP address": {
- "Automatically determine your location using your IP address": "IPアドレスを使用して現在地を自動的に特定します"
+ "Automatically determine your location using your IP address": "IP アドレスを使用して現在地を自動的に特定します"
+ },
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
},
"Automatically lock after": {
"Automatically lock after": "自動的にロック"
@@ -822,16 +873,16 @@
"Bar Transparency": "バーの透明度"
},
"Bar corners and background": {
- "Bar corners and background": ""
+ "Bar corners and background": "バーの角と背景"
},
"Bar shadow, border, and corners": {
- "Bar shadow, border, and corners": ""
+ "Bar shadow, border, and corners": "バーの影、境界線、角"
},
"Bar spacing and size": {
- "Bar spacing and size": ""
+ "Bar spacing and size": "バーの間隔とサイズ"
},
"Bar transparency": {
- "Bar transparency": ""
+ "Bar transparency": "バーの透明度"
},
"Base color for shadows (opacity is applied automatically)": {
"Base color for shadows (opacity is applied automatically)": "影の基本色(透明度は自動的に適用されます)"
@@ -860,6 +911,12 @@
"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": "ロック画面をloginctlからのdbus信号にバインド。外部ロック画面を使用している場合は無効に"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Binds Include が不足"
},
@@ -870,7 +927,7 @@
"Bit Depth": "ビット深度"
},
"Black": {
- "Black": ""
+ "Black": "黒"
},
"Block Out": {
"Block Out": "ブロックアウト"
@@ -906,19 +963,19 @@
"Blur Wallpaper Layer": "ぼかし壁紙レイヤー"
},
"Blur on Overview": {
- "Blur on Overview": "概要でぼかす"
+ "Blur on Overview": "概要のぼかし"
},
"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.": "バー、ポップアウト、モーダル、通知の背後の背景をぼかします。コンポジターのサポートと設定が必要です。"
+ "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "バー、ポップアウト、モーダル、通知の背後の背景をぼかす。コンポジターのサポートと設定が必要。"
},
"Blur wallpaper when niri overview is open": {
- "Blur wallpaper when niri overview is open": "Niri概要が開いているときに壁紙をぼかす"
+ "Blur wallpaper when niri overview is open": "Niri 概要が開いているときに壁紙をぼかす"
},
"Body": {
"Body": "本文"
},
"Bold": {
- "Bold": ""
+ "Bold": "ボールド"
},
"Border": {
"Border": "ボーダー"
@@ -930,7 +987,7 @@
"Border Opacity": "ボーダーの透明度"
},
"Border Radius": {
- "Border Radius": ""
+ "Border Radius": "境界半径"
},
"Border Size": {
"Border Size": "ボーダーサイズ"
@@ -939,7 +996,7 @@
"Border Thickness": "ボーダーの太さ"
},
"Border Width": {
- "Border Width": ""
+ "Border Width": "枠線の幅"
},
"Border color around blurred surfaces": {
"Border color around blurred surfaces": "ぼかしたサーフェスの周囲のボーダー色"
@@ -1002,13 +1059,13 @@
"CPU Graph": "CPUグラフ"
},
"CPU Temperature": {
- "CPU Temperature": "CPU温度"
+ "CPU Temperature": "CPU 温度"
},
"CPU Usage": {
"CPU Usage": "CPU使用率"
},
"CPU temperature display": {
- "CPU temperature display": "CPU温度表示"
+ "CPU temperature display": "CPU 温度表示"
},
"CPU usage indicator": {
"CPU usage indicator": "CPU使用率インジケーター"
@@ -1029,7 +1086,7 @@
"CUPS not available": "CUPS は利用できません"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "カレンダー"
},
"Camera": {
"Camera": "カメラ"
@@ -1043,8 +1100,11 @@
"Canceled": {
"Canceled": "取り消し済み"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
- "Cannot disable the only output": ""
+ "Cannot disable the only output": "唯一の出力を無効にすることはできません"
},
"Cannot open trash: '%1' is not installed": {
"Cannot open trash: '%1' is not installed": "ゴミ箱を開けません: '%1' がインストールされていません"
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "ペアリングできません"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "機能"
},
@@ -1104,13 +1167,16 @@
"Charging": "充電中"
},
"Check for system updates": {
- "Check for system updates": "システムアップデートを検査"
+ "Check for system updates": "システムアップデートを確認"
},
"Check interval": {
"Check interval": "確認間隔"
},
"Check on startup": {
- "Check on startup": ""
+ "Check on startup": "起動時にチェック"
+ },
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "必要に応じて同期状態を確認します。Sync はテーマ、設定、壁紙設定をログイン画面にコピーします。認証の変更は自動的に適用されます。"
@@ -1296,7 +1362,7 @@
"Color": "色"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "色 %1 がコピーされました"
},
"Color Gamut": {
"Color Gamut": "色域"
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "パスキーを確認 "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "競合先: %1"
},
@@ -1455,7 +1524,7 @@
"Connect to Hidden Network": "非表示のネットワークに接続"
},
"Connect to VPN": {
- "Connect to VPN": "VPNに接続"
+ "Connect to VPN": "VPN に接続"
},
"Connect to Wi-Fi": {
"Connect to Wi-Fi": "Wi-Fiに接続"
@@ -1469,11 +1538,14 @@
"Connected Displays": {
"Connected Displays": "接続されたディスプレイ"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
- "Connected Options": ""
+ "Connected Options": "接続オプション"
},
"Connected to %1": {
- "Connected to %1": ""
+ "Connected to %1": "%1に接続済み"
},
"Connecting to Device": {
"Connecting to Device": "デバイスに接続中"
@@ -1530,7 +1602,7 @@
"Controls opacity of all popouts, modals, and their content layers": "すべてのポップアウト、モーダル、およびそのコンテンツレイヤーの透明度を制御"
},
"Controls outlines around blurred foreground cards, pills, and notification cards": {
- "Controls outlines around blurred foreground cards, pills, and notification cards": "ぼかした前景カード、ピル型要素、通知カードのアウトラインを調整します"
+ "Controls outlines around blurred foreground cards, pills, and notification cards": "ぼかした前景カード、ピル型要素、通知カードのアウトラインを調整"
},
"Controls shadow cast direction for elevation layers": {
"Controls shadow cast direction for elevation layers": "エレベーションレイヤーの影の方向を制御"
@@ -1539,7 +1611,7 @@
"Controls the base blur radius and offset of shadows": "影の基本ぼかし半径とオフセットを制御"
},
"Controls the outer edge of protocol-blurred windows": {
- "Controls the outer edge of protocol-blurred windows": "プロトコルによるぼかしが適用されたウィンドウの外縁を調整します"
+ "Controls the outer edge of protocol-blurred windows": "プロトコルによるぼかしが適用されたウィンドウの外縁を調整"
},
"Controls the transparency of the shadow": {
"Controls the transparency of the shadow": "影の透明度を制御"
@@ -1572,7 +1644,7 @@
"Copy Content": "内容をコピー"
},
"Copy Full Command": {
- "Copy Full Command": "完全なコマンドをコピー"
+ "Copy Full Command": "フルコマンドをコピー"
},
"Copy HTML": {
"Copy HTML": "HTML をコピー"
@@ -1581,7 +1653,7 @@
"Copy Name": "名前をコピー"
},
"Copy PID": {
- "Copy PID": "PIDをコピー"
+ "Copy PID": "PID をコピー"
},
"Copy Path": {
"Copy Path": "パスをコピー"
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "プリンターを作成"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "ウィンドウルールを作成"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "ミュート、無視、履歴から隠す、または通知優先度を上書きするルールを作成します。デフォルトでは優先度のみを上書きし、通知自体は通常どおり表示されます。"
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "プラグインディレクトリを作成しました: %1"
},
"Creating...": {
"Creating...": "作成中..."
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: タブ切替 • Ctrl+S: ピン留め/解除 • Shift+Enter: 貼り付け • Shift+Del: すべてクリア • Esc: 閉じる"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "現在"
},
@@ -1698,7 +1779,7 @@
"Cursor Theme": "カーソルテーマ"
},
"Curve: curve rasterizer.": {
- "Curve: curve rasterizer.": ""
+ "Curve: curve rasterizer.": "曲線:曲線ラスタライザー。"
},
"Custom": {
"Custom": "カスタム"
@@ -1779,13 +1860,16 @@
"DEMO MODE - Click anywhere to exit": "デモモード -任意の場所をクリックして 終了"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "DMS セレクター"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "DMS プラグイン マネージャーが利用できません"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "DMS 設定"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
"DMS Shortcuts": "DMS ショートカット"
@@ -1797,7 +1881,7 @@
"DMS out of date": "DMSに更新があります"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "DMS サーバーのバージョンが古い(APIバージョン %1、本来はバージョン %2 が必要)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "DMS サービスに接続されていません。クリップボード設定は利用できません。"
@@ -1884,14 +1968,29 @@
"Default (Black)": "デフォルト(黒)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "デフォルト(グローバル)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "デフォルトアプリ"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"Default Width (%)": {
"Default Width (%)": "デフォルト幅(%)"
},
+ "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 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 selected action": {
"Default selected action": "デフォルトで選択されるアクション"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "削除"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "\"%1\" を削除しますか?"
},
@@ -1928,17 +2030,23 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "プロファイル \"%1\" を削除しますか?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "デミボールド"
},
"Dependencies & documentation": {
"Dependencies & documentation": "依存関係とドキュメント"
},
"Depth": {
- "Depth": ""
+ "Depth": "深さ"
},
"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.": ""
+ "Depth: Panels scale up from small as they slide in — a dramatic pop-forward depth effect.": "奥行き:パネルはスライドインするにつれて小さくなり、劇的な奥行き感のある立体感を生み出します。"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "下にある画像に密接に一致する色を導き出します。"
@@ -1998,10 +2106,10 @@
"Direction Source": "方向ソース"
},
"Directional": {
- "Directional": ""
+ "Directional": "方向性"
},
"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.": ""
+ "Directional: Panels glide in from a larger distance at full size — no scale change, pure clean motion.": "方向性:パネルはフルサイズでより遠い距離から滑らかに動き込みます。スケールの変化はなく、純粋でスムーズな動きです。"
},
"Disable Autoconnect": {
"Disable Autoconnect": "自動接続を無効"
@@ -2019,7 +2127,7 @@
"Disabled": "無効化されました"
},
"Disabled by Frame Mode": {
- "Disabled by Frame Mode": ""
+ "Disabled by Frame Mode": "フレームモードにより無効化"
},
"Disabling WiFi...": {
"Disabling WiFi...": "WiFi を無効化中..."
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "時間ごとの天気予報を表示"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "エディタに行番号を表示する"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "ウィンドウを含むワークスペースのみ表示"
@@ -2154,10 +2262,10 @@
"Dock Visibility": "ドックの表示"
},
"Dock margin, transparency, and border": {
- "Dock margin, transparency, and border": ""
+ "Dock margin, transparency, and border": "ドックの余白、透明度、境界線"
},
"Dock spacing, transparency, and border": {
- "Dock spacing, transparency, and border": ""
+ "Dock spacing, transparency, and border": "ドックの間隔、透明度、境界線"
},
"Docs": {
"Docs": "ドキュメント"
@@ -2190,7 +2298,7 @@
"Drag workspace indicators to reorder them": "ワークスペースインジケーターをドラッグして並べ替え"
},
"Draw a connected picture-frame border around the entire display": {
- "Draw a connected picture-frame border around the entire display": ""
+ "Draw a connected picture-frame border around the entire display": "ディスプレイ全体を囲むように、繋がった額縁の枠線を描画します。"
},
"Driver": {
"Driver": "ドライバー"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "霧雨"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "複製"
},
@@ -2229,26 +2340,32 @@
"Dynamic colors from wallpaper": "壁紙から動的に取得した色"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "動的色の解析エラー: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "動的カラー、プリセット"
},
"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.": ""
+ "Dynamic: Spring bezier with overshoot — entry briefly exceeds its target then settles. Expressive and alive.": "ダイナミック:オーバーシュート付きスプリングベジェ曲線 ― 開始点が目標値を一時的に超えた後、落ち着きます。表現力豊かで生き生きとした曲線です。"
},
"Edge Spacing": {
"Edge Spacing": "端の余白"
},
"Edge the launcher slides from": {
- "Edge the launcher slides from": ""
+ "Edge the launcher slides from": "ランチャーのスライドを端から"
},
"Edit App": {
"Edit App": "アプリを編集"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "ウィンドウルールを編集"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "教育"
},
@@ -2277,7 +2394,7 @@
"Enable Do Not Disturb": "サイレントモードを有効にする"
},
"Enable Frame": {
- "Enable Frame": ""
+ "Enable Frame": "フレームを有効にする"
},
"Enable History": {
"Enable History": "履歴を有効にする"
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "排他ゾーンオフセット"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "実験的機能"
},
@@ -2472,7 +2592,7 @@
"Exponential": "指数"
},
"Expose the Arcs": {
- "Expose the Arcs": ""
+ "Expose the Arcs": "アークを露出させる"
},
"Expressive": {
"Expressive": "表現豊か"
@@ -2490,10 +2610,10 @@
"Extra Arguments": "追加引数"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "エクストラボールド"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "エクストラライト"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ"
@@ -2523,13 +2643,13 @@
"Failed to add printer to class": "クラスへのプリンター追加に失敗しました"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "GTK カラーの適用に失敗しました"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "Qt カラーの適用に失敗しました"
},
"Failed to apply profile": {
- "Failed to apply profile": ""
+ "Failed to apply profile": "プロファイルの適用に失敗しました"
},
"Failed to browse device": {
"Failed to browse device": "デバイスの参照に失敗しました"
@@ -2550,7 +2670,7 @@
"Failed to connect VPN": "VPNへの接続が失敗しました"
},
"Failed to connect to %1": {
- "Failed to connect to %1": "%1 への接続に失敗しました"
+ "Failed to connect to %1": "%1 への接続に失敗"
},
"Failed to copy entry": {
"Failed to copy entry": "項目のコピーに失敗しました"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "ナイトモードの無効化に失敗しました"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "プラグインの無効化に失敗しました: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "VPNへの切断が失敗しました"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "ナイトモードの有効化に失敗しました"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "プラグインの有効化に失敗しました: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "ネットワークQRコードの取得に失敗しました: %1"
},
"Failed to hold job": {
"Failed to hold job": "ジョブの保留に失敗しました"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "テストページの印刷に失敗しました"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "テーマファイルの読み込みに失敗しました: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "ペアリングの拒否に失敗しました"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "プラグインの再読み込みに失敗しました: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "%1 の QR コードの削除に失敗しました: %2"
},
"Failed to remove device": {
"Failed to remove device": "デバイスの削除に失敗しました"
@@ -2694,7 +2814,7 @@
"Failed to save keybind": "キーバインドの保存に失敗しました"
},
"Failed to save profile": {
- "Failed to save profile": ""
+ "Failed to save profile": "プロファイルの保存に失敗しました"
},
"Failed to save profile file": {
"Failed to save profile file": "プロファイルファイルの保存に失敗しました"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "自動接続の更新が失敗しました"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "説明の更新に失敗しました"
},
@@ -2787,7 +2910,7 @@
"File Information": "ファイル情報"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "ファイルマネージャー"
},
"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.": "ゴミ箱を開くために使用するファイルマネージャーです。独自のコマンドを入力するには「カスタム」を選択してください。"
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "ファイル検索には dsearch が必要です\ngithub.com/AvengeMedia/danksearch からインストールしてください"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "ファイル検索は利用できません"
},
"Files": {
"Files": "ファイル"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "メモで検索..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "指紋認証の利用可否を確認できませんでした。"
},
@@ -2871,10 +2997,10 @@
"Float": "フロート"
},
"Fluent": {
- "Fluent": ""
+ "Fluent": " Fluent"
},
"Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": {
- "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": ""
+ "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": "流麗:滑らかな三次減速から素早い加速まで、クリーンで優雅な曲線を描く。"
},
"Focus": {
"Focus": "フォーカス"
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "フォーカスに従う"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "フォント"
},
@@ -2928,7 +3057,7 @@
"Font Size": "フォントサイズ"
},
"Font Weight": {
- "Font Weight": "フォントの太さ"
+ "Font Weight": "フォントウェイト"
},
"Font used on the login screen": {
"Font used on the login screen": "ログイン画面で使用するフォント"
@@ -2949,10 +3078,10 @@
"For 8 hours": "8時間"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "プレーンテキストファイルを編集する場合"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "PDF ファイルを読む場合"
},
"Force HDR": {
"Force HDR": "HDR を強制"
@@ -3006,16 +3135,16 @@
"Found %1 packages to update:": "更新可能なパッケージが %1 個見つかりました:"
},
"Frame": {
- "Frame": ""
+ "Frame": "フレーム"
},
"Frame Blur": {
- "Frame Blur": ""
+ "Frame Blur": "フレームのぼかし"
},
"Frame Blur follows Background Blur in Theme & Colors": {
- "Frame Blur follows Background Blur in Theme & Colors": ""
+ "Frame Blur follows Background Blur in Theme & Colors": "フレームのぼかしはテーマと色において背景のぼかしに続くものです"
},
"Frame Border Color": {
- "Frame Border Color": ""
+ "Frame Border Color": "フレーム枠の色"
},
"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.": "ランチャーを閉じたときに VRAM/メモリを解放します。再度開く際にわずかな遅延が発生する場合があります。"
@@ -3030,10 +3159,10 @@
"Fruit Salad": "フルーツサラダ"
},
"Full": {
- "Full": ""
+ "Full": "フル"
},
"Full Command:": {
- "Full Command:": "完全なコマンド:"
+ "Full Command:": "フルコマンド:"
},
"Full Content": {
"Full Content": "全文"
@@ -3045,7 +3174,7 @@
"Full with Year": "年を含めて完全表示"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "モードタブ、グリッド表示、アクションパネルを備えたフル機能ランチャー。"
},
"Fullscreen": {
"Fullscreen": "フルスクリーン"
@@ -3069,13 +3198,13 @@
"GPU Monitoring": "GPU監視"
},
"GPU Temperature": {
- "GPU Temperature": "GPU温度"
+ "GPU Temperature": "GPU 温度"
},
"GPU temperature display": {
"GPU temperature display": "GPU温度表示"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "GTK カラーが正常に適用されました"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "GTK、Qt、IDE など"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "グローバルフォントは、「設定」→「パーソナライズ」で設定できます。"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "すべてのアニメーション時間を全体的にスケール"
@@ -3111,7 +3240,7 @@
"Golden Hour": "ゴールデンアワー"
},
"Good": {
- "Good": "良い"
+ "Good": "良好"
},
"Goth Corner Radius": {
"Goth Corner Radius": "ゴスコーナー半径"
@@ -3125,6 +3254,21 @@
"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": "設定可能な猶予時間のあと、モニターをオフにする前に画面を徐々にフェードさせます"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "グラフの時間範囲"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Greeter のみ — メイン時計には影響しません"
},
@@ -3201,16 +3351,16 @@
"HSV": "色相/彩度/輝度"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV 1% コピー"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML をクリップボードにコピーしました"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "リンクを処理し、HTML ファイルを開く"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "mailto リンクを処理する"
},
"Health": {
"Health": "健康"
@@ -3240,7 +3390,7 @@
"Hibernate": "休止状態"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "Hibernateが失敗しました"
},
"Hidden": {
"Hidden": "非表示"
@@ -3276,7 +3426,7 @@
"Hide Updater Widget": "アップデーターウィジェットを非表示"
},
"Hide When Fullscreen": {
- "Hide When Fullscreen": ""
+ "Hide When Fullscreen": "全画面表示時は非表示"
},
"Hide When Typing": {
"Hide When Typing": "入力中は非表示"
@@ -3305,8 +3455,11 @@
"Hide on Touch": {
"Hide on Touch": "タッチ時に非表示"
},
+ "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 dock when a window is fullscreen": {
- "Hide the dock when a window is fullscreen": ""
+ "Hide the dock when a window is fullscreen": "ウィンドウが全画面表示のときにドックを非表示にする"
},
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "ソースの色相を保持する忠実度の高いパレット。"
@@ -3348,7 +3501,7 @@
"Home": "ホーム"
},
"Horizontal and vertical bar thickness": {
- "Horizontal and vertical bar thickness": ""
+ "Horizontal and vertical bar thickness": "水平方向および垂直方向の鉄筋の厚さ"
},
"Host": {
"Host": "ホスト"
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprland ウェブサイト"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "わかりました"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "アイコンテーマ"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "アイドル"
},
@@ -3447,7 +3609,7 @@
"Image": "画像"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "画像ビューア"
},
"Image copied to clipboard": {
"Image copied to clipboard": "画像をクリップボードにコピーしました"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "抑制可能"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "入力デバイス"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "インストールが完了しました。Greeter がインストールされました。"
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "ファイル検索には dsearch をインストールしてください。"
},
"Install failed: %1": {
"Install failed: %1": "インストールに失敗しました: %1"
@@ -3576,7 +3741,7 @@
"Installing: %1": "インストール中: %1"
},
"Integrations": {
- "Integrations": ""
+ "Integrations": "統合"
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "インテリジェント自動非表示"
@@ -3597,13 +3762,16 @@
"Interval": "間隔"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "無効な JSON 形式: %1"
},
"Invalid configuration": {
"Invalid configuration": "無効な設定"
},
"Invalid password for %1": {
- "Invalid password for %1": ""
+ "Invalid password for %1": "%1 のパスワードが無効"
+ },
+ "Invalid username": {
+ "Invalid username": ""
},
"Invert on mode change": {
"Invert on mode change": "モード変更時に反転"
@@ -3627,7 +3795,7 @@
"Keep Changes": "変更を保持"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "入力し続けてください"
},
"Keeping Awake": {
"Keeping Awake": "活動状態を維持"
@@ -3663,7 +3831,7 @@
"Kill": "終了"
},
"Kill Process": {
- "Kill Process": "プロセスを強制終了"
+ "Kill Process": "プロセスを終了"
},
"Kill Session": {
"Kill Session": "セッションを終了"
@@ -3723,7 +3891,7 @@
"Launch Prefix": "起動プリフィックス"
},
"Launch on dGPU": {
- "Launch on dGPU": "dGPUで起動"
+ "Launch on dGPU": "dGPU で起動"
},
"Launch on dGPU by default": {
"Launch on dGPU by default": "デフォルトで dGPU で起動"
@@ -3738,10 +3906,10 @@
"Launcher Button Logo": "ランチャーのボタンロゴ"
},
"Launcher Emerge Side": {
- "Launcher Emerge Side": ""
+ "Launcher Emerge Side": "ランチャー側が出現"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "ランチャースタイル"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "レイヤーアウトラインの透明度"
@@ -3765,7 +3933,7 @@
"Left Section": "左セクション"
},
"Light": {
- "Light": ""
+ "Light": "ライト"
},
"Light Direction": {
"Light Direction": "光の方向"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "ログアウト"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "ログイン中..."
},
@@ -3903,11 +4074,17 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "メール"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "他のデバイスで KDE Connect または Valent が実行されていることを確認してください"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "DMS 機能を拡張するためのプラグインを管理および構成"
},
@@ -3915,22 +4092,22 @@
"Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "最大4つの独立したバー構成を管理できます。各バーには独自の位置、ウィジェット、スタイリング、表示割り当てがあります。"
},
"Managed by Frame": {
- "Managed by Frame": ""
+ "Managed by Frame": "Frameによって管理されています"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "フレームモードによって管理されます"
},
"Managed by Frame in Connected Mode": {
- "Managed by Frame in Connected Mode": ""
+ "Managed by Frame in Connected Mode": "接続モードではフレームによって管理されます"
},
"Management": {
"Management": "管理"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "カレンダーイベントを管理します"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "ファイルとディレクトリを管理します"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC レイアウト上書き"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "手動で表示/非表示"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "適切にアイコンを表示するため、ウィンドウ class 名をアイコン名にマッピングします"
},
@@ -3975,7 +4155,7 @@
"Matches profile: %1": "一致するプロファイル: %1"
},
"Material": {
- "Material": ""
+ "Material": "材料"
},
"Material Colors": {
"Material Colors": "Material Colors"
@@ -3990,7 +4170,7 @@
"Material inspired shadows and elevation on modals, popouts, and dialogs": "モーダル、ポップアウト、ダイアログに Material 風の影とエレベーションを適用"
},
"Material: Material Design 3 Expressive bezier curves. The DMS default feel.": {
- "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": ""
+ "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": "素材:マテリアルデザイン3 表現力豊かなベジェ曲線。DMSのデフォルト感。"
},
"Matugen Contrast": {
"Matugen Contrast": "Matugen コントラスト"
@@ -4164,7 +4344,7 @@
"Min W": "最小幅"
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "最小限のスポットライトスタイルのバー:画面上部に瞬時に表示され、入力に合わせて拡大します。"
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。"
@@ -4215,7 +4395,7 @@
"Monitor whose wallpaper drives dynamic theming colors": "ダイナミックテーマの色を駆動する壁紙をモニター"
},
"Monitors in \"%1\":": {
- "Monitors in \"%1\":": ""
+ "Monitors in \"%1\":": "「%1」のモニター:"
},
"Monochrome": {
"Monochrome": "モノクロ"
@@ -4233,11 +4413,14 @@
"Morning": "朝"
},
"Motion Effects": {
- "Motion Effects": ""
+ "Motion Effects": "モーションエフェクト"
},
"Mount Points": {
"Mount Points": "マウントポイント"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "マウスポインターの外観"
},
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "マルチモニター"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "マルチメディア"
},
"Multiplexer": {
"Multiplexer": "マルチプレクサ"
@@ -4275,13 +4458,13 @@
"Music": "音楽"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "音楽プレーヤー"
},
"Mute Popups": {
"Mute Popups": "ポップアップをミュート"
},
"Mute popups for %1": {
- "Mute popups for %1": "%1 のポップアップをミュート"
+ "Mute popups for %1": "%1 のミュートポップアップ"
},
"Muted": {
"Muted": "ミュート済み"
@@ -4293,7 +4476,7 @@
"Muted palette with subdued, calming tones.": "落ち着いた色調のパレット。"
},
"My Online": {
- "My Online": ""
+ "My Online": "私のオンライン"
},
"NM not supported": {
"NM not supported": "NMが利用できません"
@@ -4305,7 +4488,7 @@
"Named Workspace Icons": "名前付きワークスペースアイコン"
},
"Native: platform renderer (FreeType).": {
- "Native: platform renderer (FreeType).": ""
+ "Native: platform renderer (FreeType).": "ネイティブ: プラットフォームレンダラー (FreeType)。"
},
"Navigate": {
"Navigate": "移動"
@@ -4338,7 +4521,7 @@
"Network download and upload speed display": "ネットワークのダウンロードおよびアップロード速度を表示"
},
"Network not found": {
- "Network not found": ""
+ "Network not found": "ネットワークが見つかりません"
},
"Neutral": {
"Neutral": "中立"
@@ -4350,7 +4533,7 @@
"Never used": "未使用"
},
"New": {
- "New": "新しい"
+ "New": "New"
},
"New Key": {
"New Key": "新しいキー"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "ナイトモードとガンマ"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "ナイトモードが失敗しました:DMSガンマ制御が利用できません"
},
"Niri Integration": {
"Niri Integration": "Niri 統合"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "アクティブな %1 セッションはありません"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "アダプターなし"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "利用可能なディスクデータはありません"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "ディスプレイプロファイルが見つかりませんでした。設定 > ディスプレイで作成してください。"
},
"No drivers found": {
"No drivers found": "ドライバーが見つかりませんでした"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "非表示のアプリはありません。"
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "情報項目はありません"
},
@@ -4575,7 +4764,7 @@
"No matches": "一致するものはありません"
},
"No matching devices": {
- "No matching devices": ""
+ "No matching devices": "一致するデバイスはありません"
},
"No matching processes": {
"No matching processes": "一致するプロセスはありません"
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "マウントポイントが見つかりませんでした"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "出力デバイスなし"
},
@@ -4596,7 +4788,7 @@
"No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "パッケージマネージャーが見つかりません。Arch 系システムで更新を確認するには 'paru' または 'yay' をインストールしてください。"
},
"No peers found": {
- "No peers found": ""
+ "No peers found": "ピアが見つかりませんでした"
},
"No plugin results": {
"No plugin results": "プラグイン結果はありません"
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "最近のクリップボードエントリは見つかりませんでした"
},
"No results": {
- "No results": ""
+ "No results": "検索結果なし"
},
"No results found": {
"No results found": "結果が見つかりませんでした"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "保存済みのクリップボードエントリはありません"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "セッションが見つかりませんでした"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "トリガーなし"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "フォルダー内に動画が見つかりませんでした"
},
@@ -4683,7 +4881,7 @@
"None": "ない"
},
"None active": {
- "None active": ""
+ "None active": "アクティブなものはありません"
},
"Normal": {
"Normal": "通常"
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "利用できません — pam_u2f をインストールまたは設定してください。"
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "未接続"
},
@@ -4821,7 +5022,7 @@
"Once a day": "1日1回"
},
"Online": {
- "Online": ""
+ "Online": "オンライン"
},
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "ガンマは、時間または場所のルールに基づいてのみ調整します。"
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "不透明度"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "不透明"
},
@@ -4848,10 +5055,10 @@
"Open App": "アプリを開く"
},
"Open Dir": {
- "Open Dir": ""
+ "Open Dir": "ディレクトリを開く"
},
"Open Frame": {
- "Open Frame": ""
+ "Open Frame": "オープンフレーム"
},
"Open KDE Connect on your phone": {
"Open KDE Connect on your phone": "スマートフォンで KDE Connect を開く"
@@ -4901,8 +5108,14 @@
"Opening terminal: ": {
"Opening terminal: ": "端末を開いています: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
- "Opens image files": ""
+ "Opens image files": "画像ファイルを開く"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "任意の説明"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "この出力用にグローバルレイアウト設定を上書き"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "メモ帳のグローバルな透明度を上書きする"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "カスタムコマンドまたはスクリプトで端末を上書き"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "バーごとの設定でグローバルな影を上書き"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "上書き設定"
},
@@ -4992,7 +5208,7 @@
"Overwrite": "上書き"
},
"Owner: %1": {
- "Owner: %1": ""
+ "Owner: %1": "所有者: %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 はすでに指紋認証を提供しています。ログイン時に表示するにはこれを有効にしてください。"
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "PAM は指紋認証を提供していますが、リーダーが検出されませんでした。"
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "PDF リーダー"
},
"PIN": {
"PIN": "PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "パスワード"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "パスワード..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "貼り付け"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "%1 にプラグインを配置"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "画面がロックされたときに動画を再生します。"
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "再生エラー: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "音声ファイルを再生します"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "ビデオファイルを再生します"
},
"Please wait...": {
"Please wait...": "お待ちください..."
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "プラグインの表示"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "プラグインが無効になっています: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "プラグイン有効: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "プラグインは無効です - 使用するにはプラグイン設定で有効にしてください"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "プラグインが再読み込みされました: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "プラグインがアンインストールされました: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "プラグインが更新されました: %1"
},
"Plugins": {
"Plugins": "プラグイン"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "ポインター"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "ポップアウトの影"
},
@@ -5454,7 +5694,7 @@
"Profile not found": "プロファイルが見つかりません"
},
"Profile not found in monitors.json": {
- "Profile not found in monitors.json": ""
+ "Profile not found in monitors.json": "monitors.json にプロファイルが見つかりません"
},
"Profile saved: %1": {
"Profile saved: %1": "プロファイルを保存しました: %1"
@@ -5463,10 +5703,10 @@
"Protocol": "プロトコル"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "Qt カラーが正常に適用されました"
},
"Qt: distance-field renderer.": {
- "Qt: distance-field renderer.": ""
+ "Qt: distance-field renderer.": "Qt: 距離場レンダラー。"
},
"QtMultimedia is not available": {
"QtMultimedia is not available": "QtMultimedia は利用できません"
@@ -5475,7 +5715,7 @@
"QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia は利用できません - 動画スクリーンセーバーには Qt Multimedia サービスが必要です"
},
"Quality": {
- "Quality": ""
+ "Quality": "品質"
},
"Quick Access": {
"Quick Access": "クイックアクセス"
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "レート"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "読み取り:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "再起動"
},
"Recent": {
- "Recent": ""
+ "Recent": "最近の"
},
"Recent Colors": {
"Recent Colors": "最近の色"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "天気を更新"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "正規表現"
},
"Regular": {
- "Regular": ""
+ "Regular": "レギュラー"
},
"Reject": {
"Reject": "拒否"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "残り / 合計"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "前回のクエリを記憶"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "削除"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "ウィジェットのパディングを削除"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "ウィンドウ最大化時にギャップと境界線を削除"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "名前を変更"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "サイズをリセット"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "既定の名前に戻す"
},
@@ -5666,11 +5957,14 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "特殊ワークスペースのウィンドウを復元"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "レジュメ"
},
"Reveal the arcs where surfaces meet the frame": {
- "Reveal the arcs where surfaces meet the frame": ""
+ "Reveal the arcs where surfaces meet the frame": "表面がフレームと接する部分の弧を明らかにする"
},
"Reverse Scrolling Direction": {
"Reverse Scrolling Direction": "スクロール方向を反転"
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "QR コードを保存"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "ディスプレイ設定を保存して切り替える"
},
@@ -5817,7 +6117,7 @@
"Scale": "スケール"
},
"Scale DankBar font sizes independently": {
- "Scale DankBar font sizes independently": "Dank Barのフォントサイズを個別に調整"
+ "Scale DankBar font sizes independently": "Dank Bar のフォントサイズを個別に調整"
},
"Scale DankBar icon sizes independently": {
"Scale DankBar icon sizes independently": "DankBar のアイコンサイズを個別に調整"
@@ -5880,13 +6180,13 @@
"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よく使うキーバインドは右クリックまたは右矢印キーでピン留めできます。検索していないときに上部に表示されます。"
},
"Search devices...": {
- "Search devices...": ""
+ "Search devices...": "デバイスを検索..."
},
"Search for a location...": {
"Search for a location...": "ロケーションを検索..."
},
"Search installed plugins...": {
- "Search installed plugins...": ""
+ "Search installed plugins...": "インストール済みのプラグインを検索..."
},
"Search keybinds...": {
"Search keybinds...": "キーバインドを検索..."
@@ -5913,7 +6213,7 @@
"Search...": "検索..."
},
"Searching": {
- "Searching": ""
+ "Searching": "検索中"
},
"Searching...": {
"Searching...": "検索中..."
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "ウィンドウを選択..."
},
+ "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 image file...": {
"Select an image file...": "画像ファイルを選ぶ..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "壁紙ベースの色で、使用するパレットアルゴリズムを選ぶ"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "含めるキーバインドプロバイダーを選択"
},
@@ -6054,7 +6360,7 @@
"Sending": "送信中"
},
"Separate": {
- "Separate": ""
+ "Separate": "Separate"
},
"Separator": {
"Separator": "区切り"
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "ライトモードとダークモードで異なる壁紙を設定する"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "保存するキーとアクションを設定"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "通知ルールを設定"
},
"Setting": {
- "Setting": ""
+ "Setting": "設定"
},
"Settings": {
"Settings": "設定"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "設定検索"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "設定は読み取り専用です。変更は保持されません。"
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "影の上書き"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "バーとパネルの影の強さ"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Del: すべてクリア • Esc: 閉じる"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Shift+Enter でコピー"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Enter で貼り付け"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "すべてのタグを表示"
},
+ "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 Badge": {
"Show Badge": "バッジを表示"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "メモリーを GB で表示"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "ネットワークを表示"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "スワップを表示"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "システム日付を表示"
},
@@ -6363,10 +6684,10 @@
"Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "通知ポップアップにドロップシャドウを表示します。Theme & Colors で M3 Elevation を有効にする必要があります。"
},
"Show during Niri overview": {
- "Show during Niri overview": ""
+ "Show during Niri overview": "Niri の概要表示中に表示"
},
"Show foreground surfaces on blurred panels for stronger contrast": {
- "Show foreground surfaces on blurred panels for stronger contrast": "コントラストを強めるため、ぼかしたパネル上に前景サーフェスを表示します"
+ "Show foreground surfaces on blurred panels for stronger contrast": "コントラストを強めるため、ぼかしたパネル上に前景サーフェスを表示"
},
"Show in GB": {
"Show in GB": "GB で表示"
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "秒を表示"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "トップバーとコントロールセンターに天気情報を表示"
},
@@ -6438,7 +6765,7 @@
"Show week number in the calendar": "カレンダーに週番号を表示"
},
"Show workspace index numbers in the top bar workspace switcher": {
- "Show workspace index numbers in the top bar workspace switcher": "上部バーのワークスペーススイッチャーにワークスペースインデックス番号を表示"
+ "Show workspace index numbers in the top bar workspace switcher": "上部バーのワークスペーススイッチャーにワークスペースインデックス番号を表示します"
},
"Show workspace name on horizontal bars, and first letter on vertical bars": {
"Show workspace name on horizontal bars, and first letter on vertical bars": "横バーではワークスペース名を、縦バーでは先頭文字を表示"
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "サウンド"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "ウィンドウ間の間隔"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "スプールエリアがいっぱい"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "スポットライト"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "注目の検索"
},
"Square Corners": {
"Square Corners": "四角コーナー"
@@ -6570,7 +6906,7 @@
"Standard": "標準"
},
"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.": ""
+ "Standard: Classic Material Design 3 — panels rise from below with a subtle scale. The DMS default.": "標準:クラシックマテリアルデザイン3 ― パネルが下から微妙なスケールで立ち上がる。DMSのデフォルト設定。"
},
"Start": {
"Start": "始める"
@@ -6602,14 +6938,20 @@
"Stretch": {
"Stretch": "引き伸ばし"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
- "Strict auto-hide": ""
+ "Strict auto-hide": "厳密な自動非表示"
},
"Stripes": {
"Stripes": "ストライプ"
},
"Style": {
- "Style": ""
+ "Style": "スタイル"
},
"Summary": {
"Summary": "概要"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "日の入り"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "有効時は通知ポップアップを抑制"
},
@@ -6627,19 +6972,19 @@
"Surface": "表面"
},
"Surface Behavior": {
- "Surface Behavior": ""
+ "Surface Behavior": "表面挙動"
},
"Surface Opacity": {
- "Surface Opacity": ""
+ "Surface Opacity": "表面の不透明度"
},
"Surface Variant": {
"Surface Variant": "サーフェスバリアント"
},
"Surfaces emerge flush from the bar": {
- "Surfaces emerge flush from the bar": ""
+ "Surfaces emerge flush from the bar": "表面はバーから平らに突き出ている"
},
"Surfaces float independently of the frame": {
- "Surfaces float independently of the frame": ""
+ "Surfaces float independently of the frame": "表面はフレームとは独立して浮遊する"
},
"Suspend": {
"Suspend": "スリープ"
@@ -6654,16 +6999,16 @@
"Suspend then Hibernate": "サスペンド後に休止"
},
"Sway Website": {
- "Sway Website": "Sway のウェブサイト"
+ "Sway Website": "Sway ウェブサイト"
},
"Switch User": {
"Switch User": "ユーザーを切り替える"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "表示設定を切り替える"
},
"Switch to power profile": {
- "Switch to power profile": "電源プロファイルに切り替え"
+ "Switch to power profile": "電源プロファイルの切り替え"
},
"Sync": {
"Sync": "同期"
@@ -6750,19 +7095,19 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ナビゲーション • ←→↑↓: グリッドナビゲーション • Enter/Space: 選択"
},
"Tags: %1": {
- "Tags: %1": ""
+ "Tags: %1": "タグ: %1"
},
"Tailscale": {
- "Tailscale": ""
+ "Tailscale": "テールスケール"
},
"Tailscale Network": {
- "Tailscale Network": ""
+ "Tailscale Network": "テールスケールネットワーク"
},
"Tailscale not available": {
- "Tailscale not available": ""
+ "Tailscale not available": "尾部スケールは入手できません"
},
"Terminal": {
- "Terminal": "端末"
+ "Terminal": "ターミナル"
},
"Terminal additional parameters": {
"Terminal additional parameters": "端末の追加パラメーター"
@@ -6813,10 +7158,10 @@
"Text Color": "テキスト色"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "テキストエディタ"
},
"Text Rendering": {
- "Text Rendering": ""
+ "Text Rendering": "テキストレンダリング"
},
"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.": "システム監視には 'dgop' ツールが必要です。\nこの機能を使うには dgop をインストールしてください。"
@@ -6825,7 +7170,7 @@
"The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET環境変数が設定されていないか、ソケットが利用できません。自動プラグイン管理には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).": "以下の設定は、GTKとQtの設定を変更します。現在の設定を維持したい場合は、バックアップを作成してください(qt5ct.conf|qt6ct.conf および ~/.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).": "以下の設定は、GTK と Qt の設定を変更します。現在の設定を維持したい場合は、バックアップを作成してください(qt5ct.conf|qt6ct.conf および ~/.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)": "セッション接続時に使うカスタムコマンド(第1引数としてセッション名を受け取ります)"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "テーマレジストリ"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "テーマワーカーが失敗しました(1%)"
},
"Themes": {
"Themes": "テーマ"
@@ -6852,7 +7203,7 @@
"Thickness": "太さ"
},
"Thin": {
- "Thin": ""
+ "Thin": "薄い"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "サードパーティ製プラグインの警告"
@@ -6864,13 +7215,13 @@
"This bind is overridden by config.kdl": "このバインドは config.kdl によって上書きされています"
},
"This device": {
- "This device": ""
+ "This device": "このデバイス"
},
"This may take a few seconds": {
"This may take a few seconds": "これには数秒かかる場合があります"
},
"This output is disabled in the current profile": {
- "This output is disabled in the current profile": ""
+ "This output is disabled in the current profile": "この出力は現在のプロファイルでは無効になっています"
},
"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": "このプラグインには 'settings_write' 権限がありません。\n\nplugin.json に \"permissions\": [\"settings_read\", \"settings_write\"] を追加してください"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "残り時間: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "満充電まで: %1"
},
@@ -6959,8 +7313,11 @@
"To Full": {
"To Full": "フルへ"
},
+ "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 update, run the following command:": {
- "To update, run the following command:": "更新するには以下のコマンドを実行してください:"
+ "To update, run the following command:": "更新するには以下のコマンドを実行:"
},
"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 内のキーバインドを削除または変更してください"
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "今日"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "フォント切替"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "このバー構成の可視性を切り替える"
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "透明度"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "ゴミ箱"
},
@@ -7071,7 +7440,7 @@
"Try a different search": "別の検索を試してください"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "別の検索条件を試すか、フィルターを変更してください。"
},
"Turn off": {
"Turn off": "オフにする"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "少なくとも 2 文字入力してください"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "ファイルを検索するには、少なくとも2文字を入力してください。"
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "キーバインドを検索するにはこの接頭辞を入力"
@@ -7137,7 +7506,7 @@
"Uninstall failed: %1": "アンインストールに失敗しました: %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.": "DMS Greeter をアンインストールしますか? 設定を削除し、以前のディスプレイマネージャーを復元します。sudo 認証のために端末が開きます。"
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "DMS Greeter をアンインストールしますか ? 設定を削除し、以前のディスプレイマネージャーを復元します。sudo 認証のために端末が開きます。"
},
"Uninstalled: %1": {
"Uninstalled: %1": "アンインストールしました: %1"
@@ -7182,7 +7551,7 @@
"Unmute": "ミュート解除"
},
"Unmute popups for %1": {
- "Unmute popups for %1": "%1 のポップアップのミュートを解除"
+ "Unmute popups for %1": "%1 のミュート解除ポップアップ"
},
"Unnamed Rule": {
"Unnamed Rule": "無名のルール"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "保存されていないメモ..."
},
"Unset": {
- "Unset": ""
+ "Unset": "未設定"
},
"Until %1": {
"Until %1": "%1まで"
@@ -7242,7 +7611,7 @@
"Update Plugin": "プラグインを更新"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "更新に失敗しました: %1"
},
"Upgrading...": {
"Upgrading...": "アップグレード中..."
@@ -7272,10 +7641,10 @@
"Use IP Location": "IP ロケーションの使用"
},
"Use Imperial Units": {
- "Use Imperial Units": "インペリアル単位を使用"
+ "Use Imperial Units": "帝国単位を使用"
},
"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)": "メートル法(°C、km / h、hPa)の代わりにインペリアル単位(°F、mph、inHg)を使用"
+ "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "メートル法(°C、km / h、hPa)の代わりに帝国単位(°F、mph、inHg)を使用します"
},
"Use Inline Expansion": {
"Use Inline Expansion": "インライン展開を使用"
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "等幅フォントを使用"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "Spotlight Launcher を使用する"
},
"Use System Theme": {
"Use System Theme": "システムテーマを使用"
@@ -7292,6 +7664,9 @@
"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.": "ログイン画面にカスタム画像を使用します。空のままにするとデスクトップ壁紙を使用します。"
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "このバーに固定の影の方向を使用"
},
@@ -7299,7 +7674,7 @@
"Use a security key for lock screen authentication.": "ロック画面の認証にセキュリティキーを使用します。"
},
"Use an external wallpaper manager like swww, hyprpaper, or swaybg.": {
- "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "swww、hyprpaper、swaybg などの外部壁紙マネージャーを使用します。"
+ "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": "アニメーション化されたウェーブの進行状況バーをメディア再生に使用"
@@ -7335,7 +7710,7 @@
"Use light theme instead of dark theme": "ダークテーマではなく、ライトテーマを使用"
},
"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 meters per second instead of km/h for wind speed": "風速に km/h ではなく m/s を使用します"
},
"Use smaller notification cards": {
"Use smaller notification cards": "小さめの通知カードを使用"
@@ -7344,10 +7719,13 @@
"Use sound theme from system settings": "システム設定からサウンドテーマを使用"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "接続された V2 ランチャーの代わりに、中央に配置された最小限のランチャーを使用する"
},
"Use the extended surface for launcher content": {
- "Use the extended surface for launcher content": ""
+ "Use the extended surface for launcher content": "拡張サーフェスを使用してランチャーコンテンツを表示する"
+ },
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
},
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "すべてのディスプレイで同じ位置とサイズを使用"
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "有効化にはトリガープレフィックスを使う"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "xdg-terminal-exec に使用されます"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "アクセントカラーが Custom に設定されている場合に使用"
@@ -7364,20 +7742,50 @@
"User": {
"User": "ユーザー"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "ユーザー名"
},
+ "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...": {
"Username...": "ユーザー名..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
- "Uses sunrise/sunset times based on your location.": "位置情報に基づく日の出/日の入り時刻を使用します。"
+ "Uses sunrise/sunset times based on your location.": "位置情報に基づく日の出/日の入り時刻を使用する。"
},
"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.": "あなたの位置情報に基づいて、日の出と日の入りの時間を使ってナイトモードを自動調整します。"
+ "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "位置情報に基づく日の出/日の入り時刻を使ってナイトモードを自動調整する。"
+ },
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
},
"Using global monospace font from Settings → Personalization": {
- "Using global monospace font from Settings → Personalization": ""
+ "Using global monospace font from Settings → Personalization": "設定 → パーソナライズからグローバル等幅フォントを使用する"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Gamma Control の共有設定を使用中"
@@ -7452,7 +7860,7 @@
"Video Path": "動画パス"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "ビデオプレーヤー"
},
"Video Screensaver": {
"Video Screensaver": "動画スクリーンセーバー"
@@ -7464,7 +7872,7 @@
"View Mode": "表示モード"
},
"Visibility": {
- "Visibility": "可視性"
+ "Visibility": "視界"
},
"Visual Effects": {
"Visual Effects": "視覚効果"
@@ -7530,7 +7938,7 @@
"Weather Widget": "天気ウィジェット"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "ウェブブラウザ"
},
"Welcome": {
"Welcome": "ようこそ"
@@ -7545,7 +7953,7 @@
"When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "有効にすると、アプリはアルファベット順に並べ替えられます。無効にすると、アプリは使用頻度で並べ替えられます。"
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "有効にすると、起動時にアップデートを確認します。無効にすると、上記の間隔で、または手動で更新した場合にのみチェックが実行されます。"
},
"When locked": {
"When locked": "ロック時"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "幅"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "ウィンドウ境界線の幅(borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "ワイプ"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "ワークスペース"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "アクション"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "接続済み"
},
@@ -7761,7 +8181,7 @@
"dgop not available": "dgop は利用できません"
},
"direct": {
- "direct": ""
+ "direct": "直接"
},
"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 は、Material 3 に着想を得たデザインを持つ、高度にカスタマイズ可能なモダンなデスクトップシェルです。
デスクトップシェルを構築するための QT6 フレームワークである Quickshell と、静的型付けのコンパイル言語である Go で構築されています。"
@@ -7772,6 +8192,9 @@
"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 設定は存在しますが、コンポジター設定に含まれていません。ディスプレイ変更は保持されません。"
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "例: firefox、kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "おすすめ"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
- "last seen %1": ""
+ "last seen %1": "最後に確認されたのは 1%"
},
"leave empty for default": {
"leave empty for default": "既定値を使うには空のままにしてください"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctlが利用できません- ロック統合のためにDMS socketの接続が必要です。"
},
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "mangowc GitHub"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "matugen が利用できないか無効になっているため、GTKカラーを適用できません"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "matugen が利用できないか無効になっているため、Qtカラーを適用できません"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen が見つかりません - 動的テーマ設定には matugen パッケージをインストールしてください"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "niri/dms Discord"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "niri: 設定が再読み込みされました"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "niri: 設定の読み込みに失敗しました"
},
"now": {
"now": "今"
@@ -7884,11 +8313,17 @@
"r/niri Subreddit": "r/niri サブレディット"
},
"relay: %1": {
- "relay: %1": ""
+ "relay: %1": "リレー: %1"
+ },
+ "remote": {
+ "remote": ""
},
"seconds": {
"seconds": "秒"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "ソース"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "NM統合のためにDMSを更新します。"
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 by %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: ナビゲーション • Space: 展開 • Enter: アクション/展開 • E: テキスト"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: 移動 • Enter/Ctrl+C: コピー • Del: 削除 • F10: ヘルプ"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: 移動 • Enter: 貼り付け • Del: 削除 • F10: ヘルプ"
}
diff --git a/quickshell/translations/poexports/nl.json b/quickshell/translations/poexports/nl.json
index 1ae2587b..13bab795 100644
--- a/quickshell/translations/poexports/nl.json
+++ b/quickshell/translations/poexports/nl.json
@@ -27,7 +27,7 @@
"%1 connected": "%1 verbonden"
},
"%1 copied": {
- "%1 copied": ""
+ "%1 copied": "%1 gekopieerd"
},
"%1 custom animation duration": {
"%1 custom animation duration": "%1 aangepaste animatieduur"
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Netstroom"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"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 vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Acties"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Toevoegen"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Balk toevoegen"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Toevoegen op adres"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner 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."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"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:": ""
+ },
"Advanced": {
"Advanced": "Geavanceerd"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Alle beeldschermen"
},
+ "Allow": {
+ "Allow": ""
+ },
"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 login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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"
},
@@ -474,7 +516,7 @@
"Always show when there's only one connected display": "Altijd tonen wanneer er slechts één beeldscherm is aangesloten"
},
"Always use this app for %1": {
- "Always use this app for %1": ""
+ "Always use this app for %1": "Gebruik deze app altijd voor %1"
},
"Amount": {
"Amount": "Hoeveelheid"
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"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 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."
},
@@ -684,7 +729,7 @@
"Auto Popup Gaps": "Automatische tussenruimte popups"
},
"Auto mode is on. Manual profile selection is disabled.": {
- "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-Clear After": {
"Auto-Clear After": "Automatisch wissen na"
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Automatisch wisselen"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Automatisch wisselen tussen achtergronden in dezelfde map"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"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 lock after": {
"Automatically lock after": "Automatisch vergrendelen na"
},
@@ -860,6 +911,12 @@
"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": "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-bar IPC action in your compositor config.": {
+ "Bind the spotlight-bar IPC action in your compositor config.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Binds-include ontbreekt"
},
@@ -870,7 +927,7 @@
"Bit Depth": "Kleurdiepte"
},
"Black": {
- "Black": ""
+ "Black": "Zwart"
},
"Block Out": {
"Block Out": "Uitsluiten"
@@ -918,7 +975,7 @@
"Body": "Inhoud"
},
"Bold": {
- "Bold": ""
+ "Bold": "Vet"
},
"Border": {
"Border": "Rand"
@@ -1029,7 +1086,7 @@
"CUPS not available": "CUPS niet beschikbaar"
},
"Calendar": {
- "Calendar": ""
+ "Calendar": "Agenda"
},
"Camera": {
"Camera": "Camera"
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Geannuleerd"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "Kan het enige beeldscherm niet uitschakelen"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Kan niet koppelen"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Mogelijkheden"
},
@@ -1110,7 +1173,10 @@
"Check interval": "Controle-interval"
},
"Check on startup": {
- "Check on startup": ""
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Synchronisatiestatus op aanvraag controleren. Synchronisatie kopieert uw thema, instellingen en achtergrondconfiguratie naar het aanmeldscherm. Verificatiewijzigingen worden automatisch toegepast."
@@ -1296,7 +1362,7 @@
"Color": "Kleur"
},
"Color %1 copied": {
- "Color %1 copied": ""
+ "Color %1 copied": "Kleur %1 gekopieerd"
},
"Color Gamut": {
"Color Gamut": "Kleurengamma"
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Bevestig toegangscode voor "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Conflicteert met: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"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 Options": {
"Connected Options": "Verbonden opties"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Printer aanmaken"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Vensterregel aanmaken"
},
@@ -1629,7 +1704,7 @@
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Regels maken om meldingen te dempen, negeren, verbergen in geschiedenis of prioriteit te overschrijven. Standaard wordt alleen de prioriteit overschreven; meldingen worden nog steeds normaal weergegeven."
},
"Created plugin directory: %1": {
- "Created plugin directory: %1": ""
+ "Created plugin directory: %1": "Plugin-map aangemaakt: %1"
},
"Creating...": {
"Creating...": "Aanmaken..."
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Wissel tabblad • Ctrl+S: Vastzetten/losmaken • Shift+Enter: Plakken • 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: 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": ""
+ },
"Current": {
"Current": "Huidig"
},
@@ -1779,13 +1860,16 @@
"DEMO MODE - Click anywhere to exit": "DEMOMODUS - Klik ergens om te sluiten"
},
"DMS Chooser": {
- "DMS Chooser": ""
+ "DMS Chooser": "DMS-kiezer"
},
"DMS Plugin Manager Unavailable": {
"DMS Plugin Manager Unavailable": "DMS Plug-inbeheer niet beschikbaar"
},
"DMS Settings": {
- "DMS Settings": ""
+ "DMS Settings": "DMS-instellingen"
+ },
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
},
"DMS Shortcuts": {
"DMS Shortcuts": "DMS-sneltoetsen"
@@ -1797,7 +1881,7 @@
"DMS out of date": "DMS verouderd"
},
"DMS server is outdated (API v%1, expected v%2)": {
- "DMS server is outdated (API v%1, expected v%2)": ""
+ "DMS server is outdated (API v%1, expected v%2)": "DMS-server is verouderd (API v%1, verwacht v%2)"
},
"DMS service is not connected. Clipboard settings are unavailable.": {
"DMS service is not connected. Clipboard settings are unavailable.": "DMS-service is niet verbonden. Klembordinstellingen zijn niet beschikbaar."
@@ -1884,14 +1968,29 @@
"Default (Black)": "Standaard (Zwart)"
},
"Default (Global)": {
- "Default (Global)": ""
+ "Default (Global)": "Standaard (Globaal)"
},
"Default Apps": {
- "Default Apps": ""
+ "Default Apps": "Standaardapps"
+ },
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
},
"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 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 selected action": {
"Default selected action": "Standaard geselecteerde actie"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"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\"?": {
"Delete \"%1\"?": "\"%1\" verwijderen?"
},
@@ -1928,8 +2030,14 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Profiel \"%1\" verwijderen?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
- "Demi Bold": ""
+ "Demi Bold": "Halfvet"
},
"Dependencies & documentation": {
"Dependencies & documentation": "Afhankelijkheden & documentatie"
@@ -2106,7 +2214,7 @@
"Display hourly weather predictions": "Toon weersvoorspellingen per uur"
},
"Display line numbers in editor": {
- "Display line numbers in editor": ""
+ "Display line numbers in editor": "Regelnummers weergeven in editor"
},
"Display only workspaces that contain windows": {
"Display only workspaces that contain windows": "Toon alleen werkbladen die vensters bevatten"
@@ -2198,6 +2306,9 @@
"Drizzle": {
"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?": ""
+ },
"Duplicate": {
"Duplicate": "Dupliceren"
},
@@ -2229,7 +2340,7 @@
"Dynamic colors from wallpaper": "Dynamische kleuren van achtergrond"
},
"Dynamic colors parse error: %1": {
- "Dynamic colors parse error: %1": ""
+ "Dynamic colors parse error: %1": "Fout bij verwerken dynamische kleuren: %1"
},
"Dynamic colors, presets": {
"Dynamic colors, presets": "Dynamische kleuren, voorinstellingen"
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "App bewerken"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Vensterregel bewerken"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Onderwijs"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Verschuiving exclusieve zone"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Experimentele functie"
},
@@ -2490,10 +2610,10 @@
"Extra Arguments": "Extra argumenten"
},
"Extra Bold": {
- "Extra Bold": ""
+ "Extra Bold": "Extra vet"
},
"Extra Light": {
- "Extra Light": ""
+ "Extra Light": "Extra licht"
},
"F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Schakelen • F10: Hulp"
@@ -2523,10 +2643,10 @@
"Failed to add printer to class": "Toevoegen van printer aan klasse mislukt"
},
"Failed to apply GTK colors": {
- "Failed to apply GTK colors": ""
+ "Failed to apply GTK colors": "Toepassen van GTK-kleuren mislukt"
},
"Failed to apply Qt colors": {
- "Failed to apply Qt colors": ""
+ "Failed to apply Qt colors": "Toepassen van Qt-kleuren mislukt"
},
"Failed to apply profile": {
"Failed to apply profile": "Profiel toepassen mislukt"
@@ -2577,7 +2697,7 @@
"Failed to disable night mode": "Uitschakelen van nachtmodus mislukt"
},
"Failed to disable plugin: %1": {
- "Failed to disable plugin: %1": ""
+ "Failed to disable plugin: %1": "Uitschakelen van plugin mislukt: %1"
},
"Failed to disconnect VPN": {
"Failed to disconnect VPN": "Verbreken van VPN-verbinding mislukt"
@@ -2604,10 +2724,10 @@
"Failed to enable night mode": "Inschakelen van nachtmodus mislukt"
},
"Failed to enable plugin: %1": {
- "Failed to enable plugin: %1": ""
+ "Failed to enable plugin: %1": "Inschakelen van plugin mislukt: %1"
},
"Failed to fetch network QR code: %1": {
- "Failed to fetch network QR code: %1": ""
+ "Failed to fetch network QR code: %1": "Ophalen van netwerk-QR-code mislukt: %1"
},
"Failed to hold job": {
"Failed to hold job": "Vasthouden van taak mislukt"
@@ -2649,16 +2769,16 @@
"Failed to print test page": "Afdrukken van testpagina mislukt"
},
"Failed to read theme file: %1": {
- "Failed to read theme file: %1": ""
+ "Failed to read theme file: %1": "Lezen van themabestand mislukt: %1"
},
"Failed to reject pairing": {
"Failed to reject pairing": "Weigeren van koppeling mislukt"
},
"Failed to reload plugin: %1": {
- "Failed to reload plugin: %1": ""
+ "Failed to reload plugin: %1": "Herladen van plugin mislukt: %1"
},
"Failed to remove QR code at %1: %2": {
- "Failed to remove QR code at %1: %2": ""
+ "Failed to remove QR code at %1: %2": "Verwijderen van QR-code op %1 mislukt: %2"
},
"Failed to remove device": {
"Failed to remove device": "Verwijderen van apparaat mislukt"
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Bijwerken van automatisch verbinden mislukt"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Bijwerken van beschrijving mislukt"
},
@@ -2787,7 +2910,7 @@
"File Information": "Bestandsinformatie"
},
"File Manager": {
- "File Manager": ""
+ "File Manager": "Bestandsbeheer"
},
"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."
@@ -2799,7 +2922,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\nInstalleer via github.com/morelazers/dsearch"
},
"File search unavailable": {
- "File search unavailable": ""
+ "File search unavailable": "Bestandszoekfunctie niet beschikbaar"
},
"Files": {
"Files": "Bestanden"
@@ -2816,6 +2939,9 @@
"Find in note...": {
"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": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Beschikbaarheid van vingerafdrukscanner kon niet worden bevestigd."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Focus volgen"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Lettertype"
},
@@ -2949,10 +3078,10 @@
"For 8 hours": "Voor 8 uur"
},
"For editing plain text files": {
- "For editing plain text files": ""
+ "For editing plain text files": "Voor het bewerken van tekstbestanden"
},
"For reading PDF files": {
- "For reading PDF files": ""
+ "For reading PDF files": "Voor het lezen van PDF-bestanden"
},
"Force HDR": {
"Force HDR": "HDR forceren"
@@ -3030,7 +3159,7 @@
"Fruit Salad": "Fruitsalade"
},
"Full": {
- "Full": ""
+ "Full": "Volledig"
},
"Full Command:": {
"Full Command:": "Volledige opdracht:"
@@ -3045,7 +3174,7 @@
"Full with Year": "Volledig met jaar"
},
"Full-featured launcher with mode tabs, grid view, and action panel.": {
- "Full-featured launcher with mode tabs, grid view, and action panel.": ""
+ "Full-featured launcher with mode tabs, grid view, and action panel.": "Volledige launcher met modustabbladen, rasterweergave en actiepaneel."
},
"Fullscreen": {
"Fullscreen": "Volledig scherm"
@@ -3075,7 +3204,7 @@
"GPU temperature display": "GPU-temperatuurweergave"
},
"GTK colors applied successfully": {
- "GTK colors applied successfully": ""
+ "GTK colors applied successfully": "GTK-kleuren succesvol toegepast"
},
"GTK, Qt, IDEs, more": {
"GTK, Qt, IDEs, more": "GTK, Qt, IDE's, meer"
@@ -3102,7 +3231,7 @@
"GitHub": "GitHub"
},
"Global fonts can be configured in Settings → Personalization": {
- "Global fonts can be configured in Settings → Personalization": ""
+ "Global fonts can be configured in Settings → Personalization": "Globale lettertypen kunnen worden geconfigureerd in Instellingen → Personalisatie"
},
"Globally scale all animation durations": {
"Globally scale all animation durations": "Alle animatieduren globaal schalen"
@@ -3125,6 +3254,21 @@
"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": "Het scherm geleidelijk vervagen voor het uitschakelen van beeldschermen met een instelbare vervalperiode"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Tijdsbereik grafiek"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Alleen Greeter — heeft geen invloed op de hoofdklok"
},
@@ -3201,16 +3351,16 @@
"HSV": "HSV"
},
"HSV %1 copied": {
- "HSV %1 copied": ""
+ "HSV %1 copied": "HSV %1 gekopieerd"
},
"HTML copied to clipboard": {
"HTML copied to clipboard": "HTML gekopieerd naar klembord"
},
"Handles links and opens HTML files": {
- "Handles links and opens HTML files": ""
+ "Handles links and opens HTML files": "Verwerkt koppelingen en opent HTML-bestanden"
},
"Handles mailto links": {
- "Handles mailto links": ""
+ "Handles mailto links": "Verwerkt mailto-koppelingen"
},
"Health": {
"Health": "Gezondheid"
@@ -3240,7 +3390,7 @@
"Hibernate": "Sluimerstand"
},
"Hibernate failed": {
- "Hibernate failed": ""
+ "Hibernate failed": "Slaapstand mislukt"
},
"Hidden": {
"Hidden": "Verborgen"
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "Het dock verbergen wanneer een venster in volledig scherm is"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprland-website"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Ik begrijp het"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Pictogramthema"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Inactief"
},
@@ -3447,7 +3609,7 @@
"Image": "Afbeelding"
},
"Image Viewer": {
- "Image Viewer": ""
+ "Image Viewer": "Afbeeldingsviewer"
},
"Image copied to clipboard": {
"Image copied to clipboard": "Afbeelding gekopieerd naar klembord"
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Onderdrukbaar"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Invoerapparaten"
},
@@ -3543,7 +3708,7 @@
"Install complete. Greeter has been installed.": "Installatie voltooid. Greeter is geïnstalleerd."
},
"Install dsearch to search files.": {
- "Install dsearch to search files.": ""
+ "Install dsearch to search files.": "Installeer dsearch om bestanden te zoeken."
},
"Install failed: %1": {
"Install failed: %1": "Installatie mislukt: %1"
@@ -3597,7 +3762,7 @@
"Interval": "Interval"
},
"Invalid JSON format: %1": {
- "Invalid JSON format: %1": ""
+ "Invalid JSON format: %1": "Ongeldige JSON-indeling: %1"
},
"Invalid configuration": {
"Invalid configuration": "Ongeldige configuratie"
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "Ongeldig wachtwoord voor %1"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Omkeren bij moduswisseling"
},
@@ -3627,7 +3795,7 @@
"Keep Changes": "Wijzigingen behouden"
},
"Keep typing": {
- "Keep typing": ""
+ "Keep typing": "Blijf typen"
},
"Keeping Awake": {
"Keeping Awake": "Wakker houdend"
@@ -3741,7 +3909,7 @@
"Launcher Emerge Side": "Zijde waar de launcher verschijnt"
},
"Launcher Style": {
- "Launcher Style": ""
+ "Launcher Style": "Launcher-stijl"
},
"Layer Outline Opacity": {
"Layer Outline Opacity": "Dekking laagomlijning"
@@ -3765,7 +3933,7 @@
"Left Section": "Linkersectie"
},
"Light": {
- "Light": ""
+ "Light": "Licht"
},
"Light Direction": {
"Light Direction": "Lichtrichting"
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Afmelden"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Inloggen..."
},
@@ -3903,11 +4074,17 @@
"MTU": "MTU"
},
"Mail": {
- "Mail": ""
+ "Mail": "E-mail"
+ },
+ "Make admin": {
+ "Make admin": ""
},
"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": ""
+ },
"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"
},
@@ -3918,7 +4095,7 @@
"Managed by Frame": "Beheerd door Frame"
},
"Managed by Frame Mode": {
- "Managed by Frame Mode": ""
+ "Managed by Frame Mode": "Beheerd door Frame-modus"
},
"Managed by Frame in Connected Mode": {
"Managed by Frame in Connected Mode": "Beheerd door Frame in Verbonden Modus"
@@ -3927,10 +4104,10 @@
"Management": "Beheer"
},
"Manages calendar events": {
- "Manages calendar events": ""
+ "Manages calendar events": "Beheert agenda-afspraken"
},
"Manages files and directories": {
- "Manages files and directories": ""
+ "Manages files and directories": "Beheert bestanden en mappen"
},
"MangoWC Layout Overrides": {
"MangoWC Layout Overrides": "MangoWC-indelingsoverschrijvingen"
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Handmatig tonen/verbergen"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"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"
},
@@ -4164,7 +4344,7 @@
"Min W": "Min. B"
},
"Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": {
- "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": ""
+ "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.": "Minimale balk in Spotlight-stijl: verschijnt direct bovenaan het scherm en breidt uit terwijl u typt."
},
"Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Minimalistisch palet gebaseerd op één enkele tint."
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Aankoppelpunten"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Uiterlijk muisaanwijzer"
},
@@ -4260,7 +4443,7 @@
"Multi-Monitor": "Multi-monitor"
},
"Multimedia": {
- "Multimedia": ""
+ "Multimedia": "Multimedia"
},
"Multiplexer": {
"Multiplexer": "Multiplexer"
@@ -4275,7 +4458,7 @@
"Music": "Muziek"
},
"Music Player": {
- "Music Player": ""
+ "Music Player": "Muziekspeler"
},
"Mute Popups": {
"Mute Popups": "Pop-ups dempen"
@@ -4392,7 +4575,7 @@
"Night mode & gamma": "Nachtmodus & gamma"
},
"Night mode failed: DMS gamma control not available": {
- "Night mode failed: DMS gamma control not available": ""
+ "Night mode failed: DMS gamma control not available": "Nachtmodus mislukt: DMS-gammabeheer niet beschikbaar"
},
"Niri Integration": {
"Niri Integration": "Niri-integratie"
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Geen actieve %1-sessies"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Geen adapter"
},
@@ -4524,7 +4710,7 @@
"No disk data available": "Geen schijfgegevens beschikbaar"
},
"No display profiles found. Create them in Settings > Displays.": {
- "No display profiles found. Create them in Settings > Displays.": ""
+ "No display profiles found. Create them in Settings > Displays.": "Geen schermprofielen gevonden. Maak ze aan in Instellingen > Schermen."
},
"No drivers found": {
"No drivers found": "Geen stuurprogramma's gevonden"
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Geen verborgen apps."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Geen info-items"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Geen aankoppelpunten gevonden"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Geen uitvoerapparaat"
},
@@ -4623,7 +4815,7 @@
"No recent clipboard entries found": "Geen recente klemborditems gevonden"
},
"No results": {
- "No results": ""
+ "No results": "Geen resultaten"
},
"No results found": {
"No results found": "Geen resultaten gevonden"
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Geen opgeslagen klemborditems"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Geen sessies gevonden"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Geen trigger"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Geen video gevonden in map"
},
@@ -4683,7 +4881,7 @@
"None": "Geen"
},
"None active": {
- "None active": ""
+ "None active": "Geen actieve"
},
"Normal": {
"Normal": "Normaal"
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Niet beschikbaar — installeer of configureer pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Niet verbonden"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Dekking"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Ondoorzichtig"
},
@@ -4901,8 +5108,14 @@
"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 image files": {
- "Opens image files": ""
+ "Opens image files": "Opent afbeeldingsbestanden"
+ },
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
},
"Optional description": {
"Optional description": "Optionele beschrijving"
@@ -4971,7 +5184,7 @@
"Override global layout settings for this output": "Globale indelingsinstellingen overschrijven voor deze uitvoer"
},
"Override global transparency for Notepad": {
- "Override global transparency for Notepad": ""
+ "Override global transparency for Notepad": "Globale transparantie overschrijven voor Notepad"
},
"Override terminal with a custom command or script": {
"Override terminal with a custom command or script": "Terminal overschrijven met een aangepaste opdracht of script"
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"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": ""
+ },
"Overrides": {
"Overrides": "Overschrijvingen"
},
@@ -5010,7 +5226,7 @@
"PAM provides fingerprint auth, but no reader was detected.": "PAM biedt vingerafdrukauthenticatie, maar er is geen scanner gedetecteerd."
},
"PDF Reader": {
- "PDF Reader": ""
+ "PDF Reader": "PDF-lezer"
},
"PIN": {
"PIN": "PIN"
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Wachtwoord"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Wachtwoord..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Plakken"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"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 dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Speel een video af wanneer het scherm vergrendelt."
},
@@ -5196,10 +5433,10 @@
"Playback error: ": "Afspeelfout: "
},
"Plays audio files": {
- "Plays audio files": ""
+ "Plays audio files": "Speelt audiobestanden af"
},
"Plays video files": {
- "Plays video files": ""
+ "Plays video files": "Speelt videobestanden af"
},
"Please wait...": {
"Please wait...": "Even geduld..."
@@ -5226,22 +5463,22 @@
"Plugin Visibility": "Zichtbaarheid plug-in"
},
"Plugin disabled: %1": {
- "Plugin disabled: %1": ""
+ "Plugin disabled: %1": "Plugin uitgeschakeld: %1"
},
"Plugin enabled: %1": {
- "Plugin enabled: %1": ""
+ "Plugin enabled: %1": "Plugin ingeschakeld: %1"
},
"Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Plug-in is uitgeschakeld - schakel in via Plug-ininstellingen om te gebruiken"
},
"Plugin reloaded: %1": {
- "Plugin reloaded: %1": ""
+ "Plugin reloaded: %1": "Plugin herladen: %1"
},
"Plugin uninstalled: %1": {
- "Plugin uninstalled: %1": ""
+ "Plugin uninstalled: %1": "Plugin verwijderd: %1"
},
"Plugin updated: %1": {
- "Plugin updated: %1": ""
+ "Plugin updated: %1": "Plugin bijgewerkt: %1"
},
"Plugins": {
"Plugins": "Plug-ins"
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Aanwijzer"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "Schaduwen pop-outs"
},
@@ -5463,7 +5703,7 @@
"Protocol": "Protocol"
},
"Qt colors applied successfully": {
- "Qt colors applied successfully": ""
+ "Qt colors applied successfully": "Qt-kleuren succesvol toegepast"
},
"Qt: distance-field renderer.": {
"Qt: distance-field renderer.": "Qt: distance-field-renderer."
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Snelheid"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Lezen:"
},
@@ -5526,7 +5769,7 @@
"Reboot": "Opnieuw opstarten"
},
"Recent": {
- "Recent": ""
+ "Recent": "Recent"
},
"Recent Colors": {
"Recent Colors": "Recente kleuren"
@@ -5543,11 +5786,14 @@
"Refresh Weather": {
"Refresh Weather": "Weer verversen"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
"Regular": {
- "Regular": ""
+ "Regular": "Normaal"
},
"Reject": {
"Reject": "Weigeren"
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Resterend / Totaal"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "Laatste zoekopdracht onthouden"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Verwijderen"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Widgetopvulling verwijderen"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"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 login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Hernoemen"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Grootte herstellen"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Terugzetten naar standaardnaam"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"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": ""
+ },
"Resume": {
"Resume": "Hervatten"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "QR-code opslaan"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Opslaan en schakelen tussen beeldschermconfiguraties"
},
@@ -5913,7 +6213,7 @@
"Search...": "Zoeken..."
},
"Searching": {
- "Searching": ""
+ "Searching": "Zoeken"
},
"Searching...": {
"Searching...": "Zoeken..."
@@ -5987,6 +6287,9 @@
"Select a window...": {
"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 image file...": {
"Select an image file...": "Selecteer een afbeeldingsbestand..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Selecteer het paletalgoritme voor op achtergrond gebaseerde kleuren"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Selecteer welke sneltoetsproviders moeten worden opgenomen"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Stel verschillende achtergronden in voor lichte en donkere modus"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Stel toets en actie in om op te slaan"
},
@@ -6090,13 +6399,13 @@
"Set notification rules": "Meldingsregels instellen"
},
"Setting": {
- "Setting": ""
+ "Setting": "Instelling"
},
"Settings": {
"Settings": "Instellingen"
},
"Settings Search": {
- "Settings Search": ""
+ "Settings Search": "Instellingen doorzoeken"
},
"Settings are read-only. Changes will not persist.": {
"Settings are read-only. Changes will not persist.": "Instellingen zijn alleen-lezen. Wijzigingen worden niet opgeslagen."
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Schaduwoverschrijving"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Schaduwhoogte op balken en panelen"
},
@@ -6150,7 +6462,7 @@
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Alles wissen • Esc: Sluiten"
},
"Shift+Enter to copy": {
- "Shift+Enter to copy": ""
+ "Shift+Enter to copy": "Shift+Enter om te kopiëren"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Enter om te plakken"
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"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 Badge": {
"Show Badge": "Badge tonen"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Toon geheugen in GB"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Netwerk tonen"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Toon swap"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Systeemdatum tonen"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Toon seconden"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Weerinformatie tonen in bovenbalk en bedieningspaneel"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Geluiden"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Ruimte tussen vensters"
},
@@ -6555,10 +6885,16 @@
"Spool Area Full": "Spool-gebied vol"
},
"Spotlight": {
- "Spotlight": ""
+ "Spotlight": "Spotlight"
+ },
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
},
"Spotlight Search": {
- "Spotlight Search": ""
+ "Spotlight Search": "Spotlight-zoekfunctie"
},
"Square Corners": {
"Square Corners": "Vierkante hoeken"
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Uitrekken"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "Strikt automatisch verbergen"
},
@@ -6609,7 +6951,7 @@
"Stripes": "Strepen"
},
"Style": {
- "Style": ""
+ "Style": "Stijl"
},
"Summary": {
"Summary": "Samenvatting"
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Zonsondergang"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Meldingen onderdrukken indien ingeschakeld"
},
@@ -6660,7 +7005,7 @@
"Switch User": "Ander account"
},
"Switch between display configurations": {
- "Switch between display configurations": ""
+ "Switch between display configurations": "Schakelen tussen schermconfiguraties"
},
"Switch to power profile": {
"Switch to power profile": "Wisselen naar energieprofiel"
@@ -6813,7 +7158,7 @@
"Text Color": "Tekstkleur"
},
"Text Editor": {
- "Text Editor": ""
+ "Text Editor": "Tekstverwerker"
},
"Text Rendering": {
"Text Rendering": "Tekstweergave"
@@ -6842,8 +7187,14 @@
"Theme Registry": {
"Theme Registry": "Themaregister"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
- "Theme worker failed (%1)": ""
+ "Theme worker failed (%1)": "Theme worker mislukt (%1)"
},
"Themes": {
"Themes": "Thema's"
@@ -6852,7 +7203,7 @@
"Thickness": "Dikte"
},
"Thin": {
- "Thin": ""
+ "Thin": "Dun"
},
"Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "Waarschuwing plug-ins van derden"
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"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 until full: %1": {
"Time until full: %1": "Tijd tot vol: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"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 update, run the following command:": {
"To update, run the following command:": "Voer de volgende opdracht uit om bij te werken:"
},
@@ -6971,8 +7328,11 @@
"Today": {
"Today": "Vandaag"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
- "Toggle fonts": ""
+ "Toggle fonts": "Lettertypen in-/uitschakelen"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "Zichtbaarheid van deze balkconfiguratie in-/uitschakelen"
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparantie"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "Prullenbak"
},
@@ -7071,7 +7440,7 @@
"Try a different search": "Probeer een andere zoekopdracht"
},
"Try a different search or switch filters.": {
- "Try a different search or switch filters.": ""
+ "Try a different search or switch filters.": "Probeer een andere zoekopdracht of wissel van filter."
},
"Turn off": {
"Turn off": "Uitschakelen"
@@ -7098,7 +7467,7 @@
"Type at least 2 characters": "Typ minstens 2 tekens"
},
"Type at least 2 characters to search files.": {
- "Type at least 2 characters to search files.": ""
+ "Type at least 2 characters to search files.": "Typ ten minste 2 tekens om bestanden te zoeken."
},
"Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "Typ dit voorvoegsel om sneltoetsen te zoeken"
@@ -7209,7 +7578,7 @@
"Unsaved note...": "Niet-opgeslagen notitie..."
},
"Unset": {
- "Unset": ""
+ "Unset": "Niet ingesteld"
},
"Until %1": {
"Until %1": "Tot %1"
@@ -7242,7 +7611,7 @@
"Update Plugin": "Plug-in bijwerken"
},
"Update failed: %1": {
- "Update failed: %1": ""
+ "Update failed: %1": "Update mislukt: %1"
},
"Upgrading...": {
"Upgrading...": "Bijwerken..."
@@ -7283,8 +7652,11 @@
"Use Monospace Font": {
"Use Monospace Font": "Monospace-lettertype gebruiken"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
- "Use Spotlight Launcher": ""
+ "Use Spotlight Launcher": "Spotlight-launcher gebruiken"
},
"Use System Theme": {
"Use System Theme": "Systeemthema gebruiken"
@@ -7292,6 +7664,9 @@
"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.": "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 fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Gebruik een vaste schaduwrichting voor deze balk"
},
@@ -7344,11 +7719,14 @@
"Use sound theme from system settings": "Geluidsthema van systeeminstellingen gebruiken"
},
"Use the centered minimal launcher instead of the connected V2 launcher": {
- "Use the centered minimal launcher instead of the connected V2 launcher": ""
+ "Use the centered minimal launcher instead of the connected V2 launcher": "Gebruik de gecentreerde minimale launcher in plaats van de verbonden V2-launcher"
},
"Use the extended surface for launcher content": {
"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 same position and size on all displays": {
"Use the same position and size on all displays": "Dezelfde positie en grootte gebruiken op alle beeldschermen"
},
@@ -7356,7 +7734,7 @@
"Use trigger prefix to activate": "Gebruik trigger-voorvoegsel om te activeren"
},
"Used for xdg-terminal-exec": {
- "Used for xdg-terminal-exec": ""
+ "Used for xdg-terminal-exec": "Gebruikt voor xdg-terminal-exec"
},
"Used when accent color is set to Custom": {
"Used when accent color is set to Custom": "Gebruikt wanneer accentkleur is ingesteld op Aangepast"
@@ -7364,20 +7742,50 @@
"User": {
"User": "Gebruiker"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"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...": {
"Username...": "Gebruikersnaam..."
},
+ "Users": {
+ "Users": ""
+ },
"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."
},
"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.": "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.": ""
+ },
"Using global monospace font from Settings → Personalization": {
- "Using global monospace font from Settings → Personalization": ""
+ "Using global monospace font from Settings → Personalization": "Gebruikt globaal monospace-lettertype uit Instellingen → Personalisatie"
},
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": "Gebruikt gedeelde instellingen van Gammaregeling"
@@ -7452,7 +7860,7 @@
"Video Path": "Videopad"
},
"Video Player": {
- "Video Player": ""
+ "Video Player": "Videospeler"
},
"Video Screensaver": {
"Video Screensaver": "Video-screensaver"
@@ -7530,7 +7938,7 @@
"Weather Widget": "Weer-widget"
},
"Web Browser": {
- "Web Browser": ""
+ "Web Browser": "Webbrowser"
},
"Welcome": {
"Welcome": "Welkom"
@@ -7545,7 +7953,7 @@
"When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Indien ingeschakeld, worden apps alfabetisch gesorteerd. Indien uitgeschakeld, worden apps gesorteerd op gebruiksfrequentie."
},
"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.": ""
+ "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Indien ingeschakeld, wordt er bij het opstarten gecontroleerd op updates. Indien uitgeschakeld, wordt er alleen gecontroleerd volgens het bovenstaande interval of bij een handmatige verversing."
},
"When locked": {
"When locked": "Indien vergrendeld"
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Breedte"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Breedte van vensterrand (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Vegen"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Werkblad"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "acties"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "gekoppeld"
},
@@ -7772,6 +8192,9 @@
"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-configuratie bestaat maar is niet opgenomen in uw compositor-configuratie. Beeldschermwijzigingen blijven niet behouden."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "bijv. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "uitgelicht"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "laatst gezien %1"
},
"leave empty for default": {
"leave empty for default": "laat leeg voor standaard"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (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"
},
@@ -7809,10 +8238,10 @@
"mangowc GitHub": "mangowc GitHub"
},
"matugen not available or disabled - cannot apply GTK colors": {
- "matugen not available or disabled - cannot apply GTK colors": ""
+ "matugen not available or disabled - cannot apply GTK colors": "matugen niet beschikbaar of uitgeschakeld - kan GTK-kleuren niet toepassen"
},
"matugen not available or disabled - cannot apply Qt colors": {
- "matugen not available or disabled - cannot apply Qt colors": ""
+ "matugen not available or disabled - cannot apply Qt colors": "matugen niet beschikbaar of uitgeschakeld - kan Qt-kleuren niet toepassen"
},
"matugen not found - install matugen package for dynamic theming": {
"matugen not found - install matugen package for dynamic theming": "matugen niet gevonden - installeer matugen-pakket voor dynamische thema's"
@@ -7839,10 +8268,10 @@
"niri/dms Discord": "niri/dms Discord"
},
"niri: config reloaded": {
- "niri: config reloaded": ""
+ "niri: config reloaded": "niri: configuratie herladen"
},
"niri: failed to load config": {
- "niri: failed to load config": ""
+ "niri: failed to load config": "niri: laden van configuratie mislukt"
},
"now": {
"now": "nu"
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "relay: %1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "seconden"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "broncode"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "update dms voor NM-integratie."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 door %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigeer • Enter/Ctrl+C: Kopieer • Del: Verwijder • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigeren • Enter: Plakken • Del: Verwijderen • F10: Help"
}
diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json
index 43c30ff4..0fd9065c 100644
--- a/quickshell/translations/poexports/pl.json
+++ b/quickshell/translations/poexports/pl.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for 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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": ""
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Akcje"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Dodaj"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Dodaj pasek"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": ""
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Dostosuj liczbę kolumn w widoku siatki."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Zaawansowane"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Wszystkie ekrany"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": ""
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Wstecz • F1/I: Informacje o pliku • F10: Pomoc • Esc: Zamknij"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Automatyczne cykl"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Automatycznie zmieniaj tapety z tego samego katalogu"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Automatycznie określ swoją lokalizację na podstawie adresu IP"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Automatycznie zablokuj po"
},
@@ -860,6 +911,12 @@
"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": "Powiąż ekran blokady z sygnałami dbus z loginctl. Wyłącz, jeśli używasz zewnętrznego ekranu blokady"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Powiązania obejmują brakujące"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Anulowane"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Parowanie nie powiodło się"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Możliwości"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Potwierdź klucz dostępu dla "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Konflikty z: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Podłączone ekrany"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Utwórz drukarkę"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": ""
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": ""
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "Skróty DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Domyślna Szerokość (%)"
},
+ "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 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 selected action": {
"Default selected action": "Domyślnie wybrana akcja"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Usuń"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": ""
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": ""
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": ""
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplikuj"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Edytuj aplikację"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": ""
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Edukacja"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Przesunięcie strefy wyłączności"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Eksperymentalna Funkcja"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Nie udało się zaktualizować automatycznego łączenia"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Nie udało się zaktualizować opisu"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Znajdź w notatce..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Podążaj za kursorem"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": ""
},
@@ -3125,6 +3254,21 @@
"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": ""
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Zakres czasowy wykresu"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": ""
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": ""
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Ukryj przy dotknięciu"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Rozumiem"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Motyw ikon"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Bezczynna"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": ""
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Urządzenia wejściowe"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Odwróć przy zmianie trybu"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Wyloguj"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": ""
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": ""
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Zarządzaj i konfiguruj wtyczki rozszerzające funkcjonalność DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Ręczne pokazywanie/ukrywanie"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": ""
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Punkty montowania"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": ""
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": ""
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": ""
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": ""
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": ""
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": ""
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": ""
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Nie połączono"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Przezroczystość"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": ""
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Opcjonalny opis"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Nadpisuje"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Hasło"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": ""
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": ""
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Umieść wtyczki w %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Wskaźnik"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Prędkość"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Odczyt:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Odśwież pogodę"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": ""
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": ""
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Usuń"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": ""
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Usuń odstępy i ramkę gdy okna są zmaksymalizowane"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": ""
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Resetuj rozmiar"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": ""
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Wznów"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": ""
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": ""
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": ""
},
+ "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 image file...": {
"Select an image file...": "Wybierz plik obrazu..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Wybierz algorytm palety używany dla kolorów tapet."
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": ""
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Ustaw różne tapety dla trybu jasnego i ciemnego"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Ustaw klucz i akcję, aby zapisać"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Pokaż wszystkie tagi"
},
+ "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 Badge": {
"Show Badge": ""
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": ""
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Pokaż sieć"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Pokaż datę"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Wyświetl informacje o pogodzie na górnym pasku i w centrum sterowania"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Dźwięki"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Przerwa między oknami"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": ""
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Zachód słońca"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Wyłącz wyskakujące okienka powiadomień, gdy opcja jest włączona"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "Rejestr motywów"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Czas pozostały: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Czas do pełnego naładowania: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Do pełna"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Aby dokonać aktualizacji, uruchom następujące polecenie:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Dzisiaj"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Przezroczystość"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Użyj czcionki o stałej szerokości"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": ""
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Użytkownik"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Nazwa użytkownika"
},
+ "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...": {
"Username...": ""
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"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.": "Używa czasów wschodu/zachodu słońca do automatycznego dostosowywania trybu nocnego na podstawie Twojej lokalizacji."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": ""
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Szerokość obramowania okna (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": ""
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Obszar roboczy"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": ""
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"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.": "Konfiguracja dms/outputs istnieje, ale nie jest dodana do konfiguracji twojego kompozytora. Zmiany nie będą miały efektu."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "np. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": ""
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "pozostaw puste dla domyślnej wartości"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl niedostępny - integracja blokady wymaga połączenia z gniazdem DMS"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "towary drugiej jakości"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "źródło"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "zaktualizuj dms dla integracji z NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": ""
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": ""
}
diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json
index 4033d7c9..99bf654b 100644
--- a/quickshell/translations/poexports/pt.json
+++ b/quickshell/translations/poexports/pt.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Um shell de desktop moderno para compositores Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Energia AC"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "A ação falhou ou o termianl foi fechado."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Ações"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Adicionar"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Adicionar Barra"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Adicionar por Endereço"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Ajusta o número de colunas no modo de visualização em grade"
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Avançado"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Todos as Telas"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Permitir cliques passarem pelo widget"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Voltar • F1/I: Informações de Arquivo • F10: Ajuda • Esc: Fechar"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Rotação Automática"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Circular automaticamente dentre os papéis de parede na mesma pasta"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Detectar automaticamente a sua localização usando o seu endereço de IP"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Bloquear automaticamente após"
},
@@ -860,6 +911,12 @@
"Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": {
"Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Vincular o bloqueio de tela aos sinais do DBus do loginctl. Desative se estiver usando um bloqueio de tela externo"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Atalhos Incluem Definições Ausentes"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Cancelado"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Não foi possível parear"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Capacidades"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Confirmar chave de acesso para "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Conflita com: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Telas Conectadas"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Criar Impressora"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Criar Regra de Janela"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "Atual"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "Atalhos DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Largura Padrã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.": ""
+ },
+ "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 selected action": {
"Default selected action": "Ação selecionada por padrão"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Excluir"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Excluir \"%1\"?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Excluir perfil \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Garoa"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplicar"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Editar Aplicativo"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Editar Regra de Janela"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Educação"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Ajuste da Zona Exclusiva"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Recurso Experimental"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Erro ao atualizar conexão automática"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Falha ao atualizar descrição"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Procurar na nota..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Seguir foco"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Fonte"
},
@@ -3125,6 +3254,21 @@
"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": "Desaparecer gradualmente a tela antes de desligar monitores com um período de carência configurável"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Intervalo de Tempo do Gráfico"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": ""
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": ""
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Ocultar no Toque"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Entendi"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Tema de Ícones"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Em espera"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Inibível"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Dispositivos de Entrada"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Inverter na mudança de modo"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Sair"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": ""
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Certifique-se de que o KDE Connect ou Valent esteja em execução em seus outros dispositivos"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Gerencia e configure plugins para extender funcionalidades do DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Mostrar/Esconder Manualmente"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Mapear nomes de classe de janela para nomes de ícones para exibição adequada do ícone"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Pontos de Montagem"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Aparência do ponteiro do mouse"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Sem adaptador"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Sem aplicativos ocultos."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Nenhum item de informação"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Nenhum ponto de montagem encontrado"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Sem dispositivo de saída"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nenhuma entrada de área de transferência salva"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Sem gatilho"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Nenhum vídeo encontrado na pasta"
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Não conectado"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opacidade"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Opaco"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Descrição opcional"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Sobrescritas"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Senha"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": ""
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Colar"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Coloque plugins em %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Ponteiro"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Taxa"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Leitura:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Atualizar Clima"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Restante / Total"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Remover"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Remover Preenchimento de Widgets"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Renomear"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Restaurar Tamanho"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Redefinir para o nome padrão"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Resumir"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "Salvar Código QR"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Salvar e alternar entre configurações de exibição"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Selecionar uma janela..."
},
+ "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 image file...": {
"Select an image file...": "Selecione um arquivo de imagem..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Selecione o algoritmo usado para cores baseadas no papel de parede"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Selecionar quais provedores de combinações de teclas incluir"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Use papéis de parede diferentes para modos claro e escuro"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Definir chave e ação para salvar"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Mostrar Todas as Tags"
},
+ "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 Badge": {
"Show Badge": "Mostrar Distintivo"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": ""
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Mostrar Rede"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Mostrar Data do Sistema"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Mostrar informação de clima na barra superior e na central de controle"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Sons"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Espaço entre janelas"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Esticar"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Pôr do Sol"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Suprimir pop-ups de notificação enquanto ativado"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "Registro de Tema"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Tempo restante: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Tempo até o carregamento completo: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Para completar"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Para atualizar, execute o seguinte comando:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Hoje"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparência"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Usar Fonte Monoespaçada"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Usar a mesma posição e tamanho em todos os monitores"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Usuário"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Nome de usuário"
},
+ "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...": {
"Username...": ""
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Usa horários de nascer/pôr do sol com base na sua localização."
},
"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.": "Usa o tempo de nascer e pôr do sol para ajustar automaticamente o modo noturno baseado na sua localização."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Largura"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Largura da borda da janela (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Limpar"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Área de Trabalho"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "ações"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"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.": "A configuração dms/outputs existe, mas não está incluída no seu configurador de compositor. As alterações de exibição não serão persistentes."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "ex. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "em destaque"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "deixe vazio por padrão"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl não disponível - integração com bloqueio requer conexão de socket DMS"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "segundos"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "fonte"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "atualize dms para integração com o NM."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 por %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Navegar • Espaço: Expandir • Enter: Ação/Expandir • E: Texto"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navegar • Enter: Colar • Del: Excluir • F10: Ajuda"
}
diff --git a/quickshell/translations/poexports/ru.json b/quickshell/translations/poexports/ru.json
index 7dfd9acd..0c9520ed 100644
--- a/quickshell/translations/poexports/ru.json
+++ b/quickshell/translations/poexports/ru.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Современная оболочка рабочего стола для композиторов Wayland"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Сеть"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": ""
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Действия"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Добавить"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Добавить бар"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": ""
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Настроить количество столбцов в режиме сетки."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Дополнительно"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Все мониторы"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Разрешить клики проходить сквозь виджет"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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: Закрыть"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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.": "Применить тёплую цветовую температуру для снижения нагрузки на глаза. Используйте настройки автоматизации ниже для управления активацией."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Автоматическое Переключение"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Автоматическое переключение между обоями в одной папке"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Автоматическое определение вашего местоположения с помощью вашего IP-адреса"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Автоматическая блокировка после"
},
@@ -860,6 +911,12 @@
"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": "Привязать экран блокировки к DBus-сигналам от loginctl. Отключите при использовании внешнего экрана блокировки"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Binds Include отсутствует"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Отменено"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Невозможно сопрячь"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Возможности"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Подтвердить ключ доступа для "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Конфликтует с: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Подключённые Мониторы"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Создать принтер"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Создать правило окна"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "История"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "Комбинации клавиш DMS"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Ширина по умолчанию (%)"
},
+ "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 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 selected action": {
"Default selected action": "Действие по умолчанию"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Удалить"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Удалить \"%1\"?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Удалить профиль \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Морось"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Дублировать"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Изменить приложение"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Изменить правило окна"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Обучение"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Смещение Исключительной Зоны"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Экспериментальная функция"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Не удалось обновить автоподключение"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Не удалось обновить описание"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Поиск по заметке..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Следовать за фокусом"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": ""
},
@@ -3125,6 +3254,21 @@
"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": "Постепенно затемнять экран перед выключением мониторов с настраиваемым льготным периодом"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Временной диапазон графика"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": ""
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": ""
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Скрывать при касании"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Я Понимаю"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Тема Значков"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Бездействие"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Блокируемый"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Устройства Ввода"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Инвертировать при смене режима"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Выйти"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": ""
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Убедитесь, что KDE Connect или Valent запущены на других устройствах"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Управление и настройка дополнений для расширения функционала DMS"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Ручное Отображение/Скрытие"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Сопоставить имена классов окон с именами значков для правильного отображения значков"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Точки монтирования"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Внешний вид указателя мыши"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Выкл"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Нет скрытых приложений."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Нет предупреждений"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Точки монтирования не найдены"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Выбрать устройство"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Сохранённые записи буфера обмена отсутствуют"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Нет триггера"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": ""
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Не подключено"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Непрозрачность"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Непрозрачный"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Необязательное описание"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Переопределения"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Пароль"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": ""
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Вставить"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Поместите плагины в %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Указатель"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Частота"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Прочитано:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Обновить погоду"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Регулярное выражение"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": ""
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Удалить"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Убрать отступ виджета"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Убрать отступы и границу когда окна развёрнуты"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Переименовать"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Сбросить размер"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Сбросить к имени по умолчанию"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Продолжить"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "Сохранить QR-код"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Сохранить и переключаться между конфигурациями дисплеев"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Выбрать окно..."
},
+ "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 image file...": {
"Select an image file...": "Выбрать изображение..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Выбрать алгоритм палитры, используемый для цветов на основе обоев"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Выбрать, какие источники комбинаций клавиш включать"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Установить разные обои для светлого и тёмного режима"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Установить клавишу и действие для сохранения"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Показать все тэги"
},
+ "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 Badge": {
"Show Badge": "Показать значок"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": ""
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Показать сеть"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Показать системную дату"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Показывать информацию о погоде в верхней панели и центре управления"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Звуки"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Расстояние между окнами"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Плитка вертикально"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Закат"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Подавить всплывающие уведомления, пока включено"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "Реестр тем"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Осталось времени: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Времени до полной зарядки: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "До полной"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Для обновления, запустите следующую команду:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Сегодня"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Прозрачность"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Использовать моноширинный шрифт"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Использовать одинаковую позицию и размер на всех дисплеях"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Пользователь"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Имя пользователя"
},
+ "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...": {
"Username...": ""
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Использует время восхода/заката солнца на основе вашего местоположения."
},
"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.": "Использует время восхода/заката солнца для автоматической настройки ночного режима на основе вашего местоположения."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Ширина"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Ширина границы окна (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Стирание"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Рабочее пространство"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "действия"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": {
"dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs config существует, но не включён в ваш конфиг композитора. Изменения дисплеев не сохранятся."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "например, firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "избранное"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "оставьте пустым для значения по умолчанию"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl недоступен — интеграция блокировки требует подключения к сокету DMS"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "секунд"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "исходный"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "обновите dms для NM интеграции."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 от %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Навигация • Пробел: Развернуть • Enter: Действие/Развернуть • E: Текст"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Навигация • Enter: Вставить • Del: Удалить • F10: Справка"
}
diff --git a/quickshell/translations/poexports/sv.json b/quickshell/translations/poexports/sv.json
index d1ff1146..84bb3345 100644
--- a/quickshell/translations/poexports/sv.json
+++ b/quickshell/translations/poexports/sv.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "Ett modernt skrivbordsskal för Wayland-kompositorer"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "Nätström"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "Åtgärden misslyckades eller terminalen stängdes."
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Åtgärder"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Lägg till"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Lägg till menyrad"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "Lägg till med adress"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Justera antalet kolumner i rutnätsvy."
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Avancerat"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Alla bildskärmar"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "Tillåt klick att passera genom widgeten"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backsteg: Gå tillbaka • F1/I: Filinformation • F10: Hjälp • Esc: Stäng"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Automatiskt bildspel"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Växla bakgrundsbilder i samma mapp automatiskt"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "Fastställ din plats automatiskt utifrån din IP-adress"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Lås automatiskt efter"
},
@@ -860,6 +911,12 @@
"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": "Koppla låsskärmen till dbus-signaler från loginctl. Avaktivera om du använder en extern låsskärm"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Inkludering av kortkommandon saknas"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "Avbruten"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Kan inte parkoppla"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Funktioner"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Bekräfta lösenkod för "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Konflikt med: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Anslutna bildskärmar"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Skapa skrivare"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "Skapa fönsterregel"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "Aktuell"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "DMS-kortkommandon"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Standardbredd (%)"
},
+ "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 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 selected action": {
"Default selected action": "Förvald åtgärd"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Radera"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "Radera \"%1\"?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "Radera profilen \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "Duggregn"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Duplicera"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "Redigera app"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "Redigera fönsterregel"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Utbildning"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Avstånd från fönster"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Experimentell funktion"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Misslyckades med att uppdatera automatisk anslutning"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Misslyckades med att uppdatera beskrivning"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Sök i anteckning..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "Fingeravtryckstillgänglighet kunde inte bekräftas."
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Följ fokus"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "Teckensnitt"
},
@@ -3125,6 +3254,21 @@
"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": "Tona ner skärmen gradvis innan bildskärmarna stängs av med en konfigurerbar fördröjning"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Grafens tidsintervall"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "Välkomstskärmens teckensnitt"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "Gäller bara välkomstskärmen – påverkar inte huvudklockan"
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "Dölj vid beröring"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprlands webbplats"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Jag förstår"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Ikontema"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Inaktiv"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "Kan inhiberas"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Ingångsenheter"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Invertera vid växling av ljust och mörkt läge"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Logga ut"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "Loggar in..."
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "Se till att KDE Connect eller Valent körs på dina andra enheter"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "Hantera och konfigurera tillägg för att utöka DMS funktioner"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Göm och visa manuellt"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "Mappa fönsterklassnamn till ikonnamn för korrekt ikonvisning"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "Monteringspunkter"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "Muspekarens utseende"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "Inga aktiva %1-sessioner"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "Ingen adapter"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "Inga dolda appar."
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "Inga informationsobjekt"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "Inga monteringspunkter hittades"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "Ingen utgångsenhet"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Inga sparade urklippsposter"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "Inga sessioner hittades"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "Ingen utlösare"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "Ingen video hittades i mappen"
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "Inte tillgängligt – installera eller konfigurera pam_u2f."
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Inte ansluten"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opacitet"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "Ogenomskinlig"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": "Öppnar terminal: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Valfri beskrivning"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "Åsidosätt den globala skuggan med menyradsspecifika inställningar"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Åsidosättningar"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Lösenord"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "Lösenord..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "Klistra in"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Placera tillägg i %1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "Spela upp en video när skärmen låses."
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "Pekare"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "Popupfönsterskuggor"
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Hastighet"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "Läst:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Uppdatera väder"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "Regex"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "Återstående / Totalt"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Ta bort"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "Ta bort widgetutfyllnad"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Ta bort mellanrum och ram när fönster är maximerade"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "Byt namn"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Återställ storlek"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "Återställ till standardnamn"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "Återställ fönster från specialarbetsyta"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Återuppta"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "Spara QR-kod"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "Spara och växla mellan bildskärmskonfigurationer"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "Välj ett fönster..."
},
+ "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 image file...": {
"Select an image file...": "Välj en bild..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Välj palettalgoritm för färger baserade på bakgrundsbilden"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "Välj vilka kortkommandoleverantörer som ska inkluderas"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Ställ in olika bakgrundsbilder i ljust och mörkt läge"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Ange tangent och åtgärd för att spara"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "Skuggöverstyrning"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "Skuggupphöjning på barer och paneler"
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Visa alla taggar"
},
+ "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 Badge": {
"Show Badge": "Visa märke"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "Visa minne i GB"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Visa nätverk"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "Visa växlingsutrymme"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Visa systemdatum"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "Visa sekunder"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Visa väderinformation i menyraden och kontrollcentret"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Ljud"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Mellanrum mellan fönster"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "Sträck ut"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Solnedgång"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Undertryck notisbanderoller när aktiverat"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "Temaregister"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Återstående tid: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Tid till fullt: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Till full"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Kör följande kommando för att uppdatera:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Idag"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Genomskinlighet"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Använd monospaceteckensnitt"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": "Använd en anpassad bild för inloggningsskärmen, eller lämna tomt för att använda skrivbordets bakgrundsbild."
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "Använd en fast skuggriktning för denna menyrad"
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "Använd samma position och storlek på alla bildskärmar"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Användare"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Användarnamn"
},
+ "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...": {
"Username...": "Användarnamn..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Använder soluppgång/solnedgångstider baserat på din plats."
},
"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.": "Använder soluppgång och solnedgång till att automatiskt schemalägga nattläge utifrån din plats."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "Bredd"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "Bredd på fönsterram (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "Sudda"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Arbetsyta"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "åtgärder"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "ansluten"
},
@@ -7772,6 +8192,9 @@
"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-konfigurationen finns men ingår inte i din kompositorkonfiguration. Bildskärmsändringar sparas inte."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "t.ex. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "utvald"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "lämna tomt för standard"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl inte tillgänglig – låsintegration kräver DMS-socketanslutning"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "sekunder"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "källa"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "Uppdatera DMS för NM-intergration."
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 av %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Navigera • Blanksteg: Expandera • Retur: Åtgärd/Expandera • E: Text"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigera • Retur/Ctrl+C: Kopiera • Del: Radera • F10: Hjälp"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigera • Retur: Klistra in • Del: Radera • F10: Hjälp"
}
diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json
index 440559b3..0dda7cfc 100644
--- a/quickshell/translations/poexports/tr.json
+++ b/quickshell/translations/poexports/tr.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for 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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": ""
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": ""
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "Eylemler"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "Ekle"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "Bar Ekle"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": ""
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "Izgara görünümü modunda sütun sayısını ayarla"
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": ""
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "Gelişmiş"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "Tüm ekranlar"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": ""
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Geri • F1/I: Dosya bilgisi • F10: Yardım • Esc: Kapat"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": ""
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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."
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "Otomatik Döngü"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Aynı klasördeki duvar kağıtlarını otomatik olarak değiştir"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "IP adresinizi kullanarak konumunuzu otomatik olarak belirleyin"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "Şu zaman sonra otomatik olarak kilitle"
},
@@ -860,6 +911,12 @@
"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": "Kilit ekranını loginctl'den gelen dbus sinyallerine bağlayın. Harici bir kilit ekranı kullanıyorsanız devre dışı bırakın"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "Bağlantı dahili yok"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "İptal Edildi"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": ""
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "Eşleştirilemedi"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "Yetenekler"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": ""
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "Şunun için şifreyi onayla: "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "Şununla çakışıyor: %1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "Bağlı Ekranlar"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": ""
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "Yazıcı Oluştur"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": ""
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • 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: 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": ""
+ },
"Current": {
"Current": "Şu an"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": ""
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "Varsayılan Genişlik (%)"
},
+ "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 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 selected action": {
"Default selected action": "Ön tanımlı seçili eylem"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "Sil"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": ""
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": ""
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": ""
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "Çoğalt"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": ""
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": ""
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "Eğitim"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "Özel Bölge Ofseti"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "Deneysel Özellik"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "Otomatik bağlanma güncellenemedi"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "Tanım güncellenemedi"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "Notta bul..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": ""
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "Odağı takip et"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": ""
},
@@ -3125,6 +3254,21 @@
"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": ""
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "Grafik Zaman Aralığı"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": ""
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": ""
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": ""
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": ""
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": ""
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "Anladım"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "Simge Teması"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "Boşta"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": ""
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "Giriş Aygıtları"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": ""
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "Mod değişikliğinde ters çevir"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "Çıkış"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": ""
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": ""
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "DMS işlevselliğini genişletmek için eklentileri yönetin ve yapılandırın"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "Manuel Göster/Gizle"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": ""
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": ""
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": ""
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": ""
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": ""
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": ""
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": ""
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": ""
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": ""
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": ""
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": ""
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": ""
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "Bağlı değil"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "Opaklık"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": ""
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": ""
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "Opsiyonel tanım"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "Geçersiz Kılınanlar"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "Parola"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": ""
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": ""
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "Eklentileri %1 konumuna yerleştirin"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": ""
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "İşaretçi"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": ""
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "Oran"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": ""
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "Hava Durumunu Yenile"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": ""
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": ""
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": ""
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "Kaldır"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": ""
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Pencereler ekranı kapladığında boşlukları ve kenarlıkları kaldır"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": ""
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "Boyutu Sıfırla"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": ""
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": ""
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "Sürdür"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": ""
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": ""
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": ""
},
+ "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 image file...": {
"Select an image file...": "Bir resim dosyası seçin..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "Duvar kağıdı tabanlı renkler için kullanılan palet algoritmasını seçin"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": ""
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "Karanlık ve aydınlık mod için farklı duvar kağıtları ayarlayın"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "Kaydetmek için tuş ve eylem ayarlayın"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": ""
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": ""
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "Tüm Etiketleri Göster"
},
+ "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 Badge": {
"Show Badge": ""
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": ""
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "Ağı Göster"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": ""
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "Sistem Tarihini Göster"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": ""
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Üst çubuk ve kontrol merkezinde hava durumu bilgisini göster"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "Sesler"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "Pencereler arası boşluk"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": ""
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": ""
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "Günbatımı"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "Ekinken bildirim açılır pencerelerini bastır"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": ""
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "Kalan zaman: %1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "Dolmasına kalan: %1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "Dolmasına"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "Güncellemek için aşağıdaki komutu çalıştırın:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "Bugün"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "Transparanlık"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": ""
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "Sabit Aralıklı Yazı Tipi Kullan"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": ""
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": ""
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": ""
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": ""
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "Kullanıcı"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "Kullanıcı Adı"
},
+ "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...": {
"Username...": ""
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"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.": "Gün doğumu/batımı saatlerini kullanarak konumunuza göre gece modunu otomatik olarak ayarlar."
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": ""
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": ""
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": ""
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "Çalışma Alanı"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": ""
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": ""
},
@@ -7772,6 +8192,9 @@
"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 yapılandırması mevcut ancak kompozitör yapılandırmanıza dahil edilmemiş. Ekran değişiklikleri kalıcı olmayacaktır."
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "örn. firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": ""
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": ""
},
"leave empty for default": {
"leave empty for default": "Varsayılanlar için boş bırakın"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl kullanılabilir değil - kilit entegrasyonu DMS soket bağlantısı gerektirir"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": ""
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "saniye"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "kaynak"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "NM entegrasyonu için dms'yi güncelle"
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": ""
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": ""
}
diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json
index f18f23af..8a2f6914 100644
--- a/quickshell/translations/poexports/zh_CN.json
+++ b/quickshell/translations/poexports/zh_CN.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "为wayland合成器设计的一款现代桌面shell"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "交流电"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "操作失败或终端已关闭。"
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "操作"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "添加"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "添加状态栏"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "通过地址添加"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "在网格模式中按需调整列的数量。"
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "调整生成颜色的对比度(-100 = 最小,0 = 标准,100 = 最大)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "高级"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "所有显示器"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "允许鼠标穿透部件"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": {
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/退格: 返回 • F1/I: 文件信息 • F10: 帮助 • Esc: 关闭"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "在帧框后面应用合成器模糊"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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.": "应用暖色温以减轻眼睛疲劳,可通过下方设置配置按时间自动启用。"
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "自动轮换"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "自动轮换文件夹中的壁纸"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "通过 IP 地址自动检测您的位置"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "在此时间后自动锁定"
},
@@ -860,6 +911,12 @@
"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": "将锁屏绑定到来自 loginctl 的 dbus 信号。如使用外部锁屏程序,请禁用此项"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "缺失的绑定包含"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "已取消"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "不可禁用唯一输出"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "无法配对"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "功能"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "按需检查同步状态。同步会将你的主题、设置和壁纸配置复制到登录界面。认证变更会自动生效。"
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "确认密钥 "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "冲突:%1"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "已连接显示器"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "连接选项"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "创建打印机"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "创建窗口规则"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab:切换标签 • Ctrl+S:固定/取消固定 • Shift+Enter:粘贴 • Shift+Del:全部清除 • Esc:关闭"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "当前"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "DMS快捷键"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "默认宽度(%)"
},
+ "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 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 selected action": {
"Default selected action": "默认选项"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "删除"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "删除\"%1\"?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "删除档案\"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "细雨"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "复制"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "编辑应用"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "编辑窗口规则"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "教育"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "独占区域偏移量"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "实验性质功能"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "无法更新自动连接"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "更新描述失败"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "在便签中查找..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "无法确认指纹可用性。"
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "跟随焦点"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "字体"
},
@@ -3125,6 +3254,21 @@
"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": "在关闭显示器前逐渐淡出屏幕,淡出时间可配置"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "图表时间范围"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "欢迎界面字体"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "仅欢迎界面——不影响主时钟"
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "当使用触摸板时隐藏光标"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "当窗口处于全屏时隐藏程序坞"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": " Hyprland 网站"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "我明白以上内容"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "图标主题"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "待机"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "可拒绝"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "输入设备"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "%1的密码不可用"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "切换模式时反色"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "注销"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "正在登录......"
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "确保 KDE Connect 或 Valent 正在您的其他设备上运行"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "管理和配置插件以扩展 DMS 功能"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "手动显示/隐藏"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "将窗口类名称映射到图标名称以实现正确的图标显示"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "挂载点"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "鼠标指针外观"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "无活动的%1个会话"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "无适配器"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "无已隐藏应用。"
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "无信息项目"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "未找到挂载点"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "无输出设备"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "无已保存剪切板项目"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "未找到会话"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "无触发器"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "文件夹中未找到视频"
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "不可用——请安装或配置pam_u2f。"
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "未连接"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "不透明度"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "不透明"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": "正在打开终端: "
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "可选描述"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "以每条状态栏的单独设置覆盖全局阴影"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "覆盖"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "密码"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "密码……"
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "粘贴"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "将插件放在%1"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "锁屏是播放视频。"
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "指示器"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "弹窗阴影"
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "速率"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "读取:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "刷新天气"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "正则"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "剩余/总计"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "记忆上次查询"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "移除"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "移除部件填充"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "当窗口最大化时移除间距和边框"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "重命名"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "重置尺寸"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "重置为默认名称"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "恢复特殊工作区窗口"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "恢复"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "保存二维码"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "保存并切换显示配置"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "选择窗口..."
},
+ "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 image file...": {
"Select an image file...": "选择一张图片..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "选择从壁纸取色的配色方案"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "选择快捷键绑定提供源以导入"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "分别设置浅色/深色模式下的壁纸"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "设置要保存的键和操作"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "阴影覆盖"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "在状态栏与面板上的阴影提升"
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "显示所有标签"
},
+ "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 Badge": {
"Show Badge": "显示标记"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "以GB为单位显示内存"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "显示网络"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "显示Swap"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "显示系统日期"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "显示秒"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "在顶栏和控制中心显示天气信息"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "声音"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "窗口间空隙"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "拉伸"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "严格自动隐藏"
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "日落"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "启用时抑制通知弹出窗口"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "主题注册表"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "剩余时间:%1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "充满时间:%1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "充至满电"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "请运行以下命令以更新:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "今日"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "透明度"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "回收站"
},
@@ -7215,13 +7584,13 @@
"Until %1": "直到%1"
},
"Until 8 AM": {
- "Until 8 AM": "直到早上8点"
+ "Until 8 AM": "直至早上8点"
},
"Until I turn it off": {
- "Until I turn it off": "直到我将其关闭"
+ "Until I turn it off": "直至关闭"
},
"Until tomorrow, 8:00 AM": {
- "Until tomorrow, 8:00 AM": "直到明早8点"
+ "Until tomorrow, 8:00 AM": "直至明早8点"
},
"Untitled": {
"Untitled": "无标题"
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "使用等宽字体"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": "使用自定义图像作为登录屏幕,或留空以使用您的桌面壁纸。"
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "为此栏使用固定的阴影方向"
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "为启动器内容使用拓展表面"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "在所有显示器上使用同样的位置与大小"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "用户"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "用户名"
},
+ "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...": {
"Username...": "用户名……"
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "使用基于位置信息的日出/日落时间。"
},
"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.": "使用所在位置的日出/日落时间,自动调节夜间模式。"
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "宽度"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "窗口边框宽度(borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "擦除"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "工作区"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "动作"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "已连接"
},
@@ -7772,6 +8192,9 @@
"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/输出配置存在,但不包含在你的合成器配置里。显示更改不会保留。"
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "例如:firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "已生效"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "上次发现%1"
},
"leave empty for default": {
"leave empty for default": "留空使用默认"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 启用锁定集成需连接 DMS socket"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "转发:%`"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "秒"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "源"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "更新 DMS 以集成 NM"
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 by %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: 导航 • 空格:展开 • 回车:动作/展开 • E:文本"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: 导航 • 回车/Ctrl+C: 复制 • Del: 删除 • F10: 帮助"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: 导航 • 回车:粘贴 • Del:删除 • F10:帮助"
}
diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json
index ffd96c0a..b2b44124 100644
--- a/quickshell/translations/poexports/zh_TW.json
+++ b/quickshell/translations/poexports/zh_TW.json
@@ -293,6 +293,12 @@
"A modern desktop shell for Wayland compositors": {
"A modern desktop shell for Wayland compositors": "適用於 Wayland 顯示合成器的現代桌面殼層"
},
+ "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 user with that name already exists.": {
+ "A user with that name already exists.": ""
+ },
"AC Power": {
"AC Power": "交流電源"
},
@@ -335,6 +341,12 @@
"Action failed or terminal was closed.": {
"Action failed or terminal was closed.": "操作失敗或終端機已關閉。"
},
+ "Action performed when scrolling horizontally on the bar": {
+ "Action performed when scrolling horizontally on the bar": ""
+ },
+ "Action performed when scrolling vertically on the bar": {
+ "Action performed when scrolling vertically on the bar": ""
+ },
"Actions": {
"Actions": "選項"
},
@@ -383,6 +395,12 @@
"Add": {
"Add": "新增"
},
+ "Add \"%1\" to the %2 group?": {
+ "Add \"%1\" to the %2 group?": ""
+ },
+ "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 Bar": {
"Add Bar": "新增欄"
},
@@ -413,6 +431,15 @@
"Add by Address": {
"Add by Address": "按位址新增"
},
+ "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 use sudo.": {
+ "Add the new user to the %1 group so they can use sudo.": ""
+ },
+ "Adjust the bar height via inner padding": {
+ "Adjust the bar height via inner padding": ""
+ },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "調整網格檢視模式中的欄數。"
},
@@ -422,6 +449,9 @@
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": {
"Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "調整生成顏色的對比度(-100 = 最小值,0 = 標準,100 = 最大值)"
},
+ "Administrator group:": {
+ "Administrator group:": ""
+ },
"Advanced": {
"Advanced": "進階"
},
@@ -443,9 +473,21 @@
"All displays": {
"All displays": "所有螢幕"
},
+ "Allow": {
+ "Allow": ""
+ },
"Allow clicks to pass through the widget": {
"Allow clicks to pass through the widget": "允許點擊穿透小工具"
},
+ "Allow greeter access?": {
+ "Allow greeter access?": ""
+ },
+ "Allow greeter login access": {
+ "Allow greeter login access": ""
+ },
+ "Already on that session": {
+ "Already on that session": ""
+ },
"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: 關閉"
},
@@ -545,6 +587,9 @@
"Apply compositor blur behind the frame border": {
"Apply compositor blur behind the frame border": "在框架邊界後方應用合成器模糊"
},
+ "Apply inverse concave corner cutouts to the bar": {
+ "Apply inverse concave corner cutouts to the bar": ""
+ },
"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.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
},
@@ -728,6 +773,9 @@
"Automatic Cycling": {
"Automatic Cycling": "桌布自動輪替"
},
+ "Automatically calculate popup gap based on bar spacing": {
+ "Automatically calculate popup gap based on bar spacing": ""
+ },
"Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "自動輪替更換同一資料夾中的桌布"
},
@@ -740,6 +788,9 @@
"Automatically determine your location using your IP address": {
"Automatically determine your location using your IP address": "使用您的 IP 位址自動確定您的位置"
},
+ "Automatically hide the bar when the pointer moves away": {
+ "Automatically hide the bar when the pointer moves away": ""
+ },
"Automatically lock after": {
"Automatically lock after": "指定時間後自動鎖定"
},
@@ -860,6 +911,12 @@
"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": "將鎖定畫面綁定到 loginctl 的 dbus 訊號。如果使用外部鎖屏,請停用"
},
+ "Bind the spotlight IPC action in your compositor config.": {
+ "Bind the spotlight 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.": ""
+ },
"Binds Include Missing": {
"Binds Include Missing": "綁定包含遺失"
},
@@ -1043,6 +1100,9 @@
"Canceled": {
"Canceled": "已取消"
},
+ "Cannot delete the only administrator": {
+ "Cannot delete the only administrator": ""
+ },
"Cannot disable the only output": {
"Cannot disable the only output": "無法禁用唯一的輸出"
},
@@ -1055,6 +1115,9 @@
"Cannot pair": {
"Cannot pair": "無法配對"
},
+ "Cannot remove the only administrator": {
+ "Cannot remove the only administrator": ""
+ },
"Capabilities": {
"Capabilities": "功能"
},
@@ -1112,6 +1175,9 @@
"Check on startup": {
"Check on startup": ""
},
+ "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 copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": {
"Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "按需檢查同步狀態。同步會將您的主題、設定和桌布配置複製到登入畫面。身份驗證變更會自動套用。"
},
@@ -1445,6 +1511,9 @@
"Confirm passkey for ": {
"Confirm passkey for ": "確認密碼 "
},
+ "Confirm password": {
+ "Confirm password": ""
+ },
"Conflicts with: %1": {
"Conflicts with: %1": "與 %1 衝突"
},
@@ -1469,6 +1538,9 @@
"Connected Displays": {
"Connected Displays": "已連接的螢幕"
},
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": {
+ "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": ""
+ },
"Connected Options": {
"Connected Options": "連接選項"
},
@@ -1616,6 +1688,9 @@
"Create Printer": {
"Create Printer": "建立印表機"
},
+ "Create User": {
+ "Create User": ""
+ },
"Create Window Rule": {
"Create Window Rule": "建立視窗規則"
},
@@ -1646,6 +1721,12 @@
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab:切換分頁 • Ctrl+S:釘選/取消釘選 • Shift+Enter:貼上 • Shift+Del:全部清除 • Esc:關閉"
},
+ "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: 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": ""
+ },
"Current": {
"Current": "目前"
},
@@ -1787,6 +1868,9 @@
"DMS Settings": {
"DMS Settings": ""
},
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": {
+ "DMS Settings now writes Lua. Edits won't apply until you migrate.": ""
+ },
"DMS Shortcuts": {
"DMS Shortcuts": "DMS 捷徑"
},
@@ -1889,9 +1973,24 @@
"Default Apps": {
"Default Apps": ""
},
+ "Default Launcher": {
+ "Default Launcher": ""
+ },
+ "Default Launcher Shortcut": {
+ "Default Launcher Shortcut": ""
+ },
+ "Default Opens": {
+ "Default Opens": ""
+ },
"Default Width (%)": {
"Default Width (%)": "預設寬度 (%)"
},
+ "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 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 selected action": {
"Default selected action": "預設選定的動作"
},
@@ -1907,6 +2006,9 @@
"Delete": {
"Delete": "刪除"
},
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": {
+ "Delete \"%1\" and remove the home directory? This cannot be undone.": ""
+ },
"Delete \"%1\"?": {
"Delete \"%1\"?": "刪除 \"%1\"?"
},
@@ -1928,6 +2030,12 @@
"Delete profile \"%1\"?": {
"Delete profile \"%1\"?": "刪除設定檔 \"%1\"?"
},
+ "Delete user": {
+ "Delete user": ""
+ },
+ "Delete user?": {
+ "Delete user?": ""
+ },
"Demi Bold": {
"Demi Bold": ""
},
@@ -2198,6 +2306,9 @@
"Drizzle": {
"Drizzle": "毛毛雨"
},
+ "Drop your override for %1 so the DMS default action re-applies?": {
+ "Drop your override for %1 so the DMS default action re-applies?": ""
+ },
"Duplicate": {
"Duplicate": "複製"
},
@@ -2246,9 +2357,15 @@
"Edit App": {
"Edit App": "編輯應用程式"
},
+ "Edit Clipboard": {
+ "Edit Clipboard": ""
+ },
"Edit Window Rule": {
"Edit Window Rule": "編輯視窗規則"
},
+ "Edit clipboard text": {
+ "Edit clipboard text": ""
+ },
"Education": {
"Education": "教育"
},
@@ -2462,6 +2579,9 @@
"Exclusive Zone Offset": {
"Exclusive Zone Offset": "獨佔區域偏移"
},
+ "Existing Users": {
+ "Existing Users": ""
+ },
"Experimental Feature": {
"Experimental Feature": "實驗性功能"
},
@@ -2744,6 +2864,9 @@
"Failed to update autoconnect": {
"Failed to update autoconnect": "自動連線更新失敗"
},
+ "Failed to update clipboard": {
+ "Failed to update clipboard": ""
+ },
"Failed to update description": {
"Failed to update description": "無法更新描述"
},
@@ -2816,6 +2939,9 @@
"Find in note...": {
"Find in note...": "尋找筆記..."
},
+ "Fine-tune the space reserved for the bar from the screen edge": {
+ "Fine-tune the space reserved for the bar from the screen edge": ""
+ },
"Fingerprint availability could not be confirmed.": {
"Fingerprint availability could not be confirmed.": "無法確認指紋可用性。"
},
@@ -2915,6 +3041,9 @@
"Follow focus": {
"Follow focus": "跟隨焦點"
},
+ "Follows the default launcher choice selected above.": {
+ "Follows the default launcher choice selected above.": ""
+ },
"Font": {
"Font": "字體"
},
@@ -3125,6 +3254,21 @@
"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": "關閉顯示器前逐漸淡化螢幕,可設定緩衝期"
},
+ "Grant": {
+ "Grant": ""
+ },
+ "Grant admin?": {
+ "Grant admin?": ""
+ },
+ "Grant administrator privileges": {
+ "Grant administrator privileges": ""
+ },
+ "Granted administrator privileges": {
+ "Granted administrator privileges": ""
+ },
+ "Granted greeter login access": {
+ "Granted greeter login access": ""
+ },
"Graph Time Range": {
"Graph Time Range": "圖表時間範圍"
},
@@ -3149,6 +3293,12 @@
"Greeter font": {
"Greeter font": "歡迎畫面字體"
},
+ "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:": {
+ "Greeter group:": ""
+ },
"Greeter only — does not affect main clock": {
"Greeter only — does not affect main clock": "僅限歡迎畫面 — 不影響主時鐘"
},
@@ -3305,6 +3455,9 @@
"Hide on Touch": {
"Hide on Touch": "觸控時隱藏"
},
+ "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 dock when a window is fullscreen": {
"Hide the dock when a window is fullscreen": "當視窗全螢幕時隱藏 Dock"
},
@@ -3395,6 +3548,9 @@
"Hyprland Website": {
"Hyprland Website": "Hyprland 網站"
},
+ "Hyprland config still uses hyprlang": {
+ "Hyprland config still uses hyprlang": ""
+ },
"I Understand": {
"I Understand": "我了解"
},
@@ -3425,6 +3581,12 @@
"Icon Theme": {
"Icon Theme": "圖示主題"
},
+ "Identical alerts show as one popup instead of stacking": {
+ "Identical alerts show as one popup instead of stacking": ""
+ },
+ "Identical alerts stack as separate notification cards": {
+ "Identical alerts stack as separate notification cards": ""
+ },
"Idle": {
"Idle": "閒置"
},
@@ -3515,6 +3677,9 @@
"Inhibitable": {
"Inhibitable": "可抑制"
},
+ "Inner padding applied to each widget": {
+ "Inner padding applied to each widget": ""
+ },
"Input Devices": {
"Input Devices": "輸入設備"
},
@@ -3605,6 +3770,9 @@
"Invalid password for %1": {
"Invalid password for %1": "%1 的密碼無效"
},
+ "Invalid username": {
+ "Invalid username": ""
+ },
"Invert on mode change": {
"Invert on mode change": "模式改變時反轉"
},
@@ -3872,6 +4040,9 @@
"Log Out": {
"Log Out": "登出"
},
+ "Log out": {
+ "Log out": ""
+ },
"Logging in...": {
"Logging in...": "正在登入..."
},
@@ -3905,9 +4076,15 @@
"Mail": {
"Mail": ""
},
+ "Make admin": {
+ "Make admin": ""
+ },
"Make sure KDE Connect or Valent is running on your other devices": {
"Make sure KDE Connect or Valent is running on your other devices": "請確認您的其他裝置上已執行 KDE Connect 或 Valent"
},
+ "Make the bar background fully transparent": {
+ "Make the bar background fully transparent": ""
+ },
"Manage and configure plugins for extending DMS functionality": {
"Manage and configure plugins for extending DMS functionality": "管理和配置用於擴展 DMS 功能的插件"
},
@@ -3950,6 +4127,9 @@
"Manual Show/Hide": {
"Manual Show/Hide": "手動顯示/隱藏"
},
+ "Manual config": {
+ "Manual config": ""
+ },
"Map window class names to icon names for proper icon display": {
"Map window class names to icon names for proper icon display": "為正確顯示圖示,將視窗類別名稱對應至圖示名稱"
},
@@ -4238,6 +4418,9 @@
"Mount Points": {
"Mount Points": "掛載點"
},
+ "Mouse clicks pass through the bar to windows behind it": {
+ "Mouse clicks pass through the bar to windows behind it": ""
+ },
"Mouse pointer appearance": {
"Mouse pointer appearance": "滑鼠指標外觀"
},
@@ -4475,6 +4658,9 @@
"No active %1 sessions": {
"No active %1 sessions": "無活躍的 %1 會話"
},
+ "No active session found for %1": {
+ "No active session found for %1": ""
+ },
"No adapter": {
"No adapter": "無轉接器"
},
@@ -4547,6 +4733,9 @@
"No hidden apps.": {
"No hidden apps.": "沒有隱藏的應用程式。"
},
+ "No human user accounts found.": {
+ "No human user accounts found.": ""
+ },
"No info items": {
"No info items": "無資訊項目"
},
@@ -4586,6 +4775,9 @@
"No mount points found": {
"No mount points found": "找不到掛載點"
},
+ "No other active sessions on this seat": {
+ "No other active sessions on this seat": ""
+ },
"No output device": {
"No output device": "無輸出裝置"
},
@@ -4631,6 +4823,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "沒有儲存的剪貼簿項目"
},
+ "No session selected": {
+ "No session selected": ""
+ },
"No sessions found": {
"No sessions found": "未找到會話"
},
@@ -4652,6 +4847,9 @@
"No trigger": {
"No trigger": "無觸發條件"
},
+ "No user specified": {
+ "No user specified": ""
+ },
"No video found in folder": {
"No video found in folder": "資料夾中沒有找到影片"
},
@@ -4709,6 +4907,9 @@
"Not available — install or configure pam_u2f.": {
"Not available — install or configure pam_u2f.": "無法使用 — 請安裝或設定 pam_u2f。"
},
+ "Not bound": {
+ "Not bound": ""
+ },
"Not connected": {
"Not connected": "未連接"
},
@@ -4838,6 +5039,12 @@
"Opacity": {
"Opacity": "不透明度"
},
+ "Opacity of the bar background": {
+ "Opacity of the bar background": ""
+ },
+ "Opacity of widget backgrounds": {
+ "Opacity of widget backgrounds": ""
+ },
"Opaque": {
"Opaque": "不透明"
},
@@ -4901,9 +5108,15 @@
"Opening terminal: ": {
"Opening terminal: ": "正在開啟終端機:"
},
+ "Opens a picker of other active sessions on this seat": {
+ "Opens a picker of other active sessions on this seat": ""
+ },
"Opens image files": {
"Opens image files": ""
},
+ "Opens the connected launcher in Connected Frame Mode.": {
+ "Opens the connected launcher in Connected Frame Mode.": ""
+ },
"Optional description": {
"Optional description": "選填描述"
},
@@ -4979,6 +5192,9 @@
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": "使用每個 bar 的設定覆蓋全域陰影"
},
+ "Override the popup gap size when auto is disabled": {
+ "Override the popup gap size when auto is disabled": ""
+ },
"Overrides": {
"Overrides": "覆蓋"
},
@@ -5063,9 +5279,24 @@
"Password": {
"Password": "密碼"
},
+ "Password cannot be empty": {
+ "Password cannot be empty": ""
+ },
+ "Password change failed (exit %1)": {
+ "Password change failed (exit %1)": ""
+ },
+ "Password set": {
+ "Password set": ""
+ },
+ "Password updated": {
+ "Password updated": ""
+ },
"Password...": {
"Password...": "密碼..."
},
+ "Passwords do not match.": {
+ "Passwords do not match.": ""
+ },
"Paste": {
"Paste": "貼上"
},
@@ -5171,6 +5402,12 @@
"Place plugins in %1": {
"Place plugins in %1": "將外掛程式置於 %1 中"
},
+ "Place the bar on the Wayland overlay layer": {
+ "Place the bar on the Wayland overlay layer": ""
+ },
+ "Place the dock on the Wayland overlay layer": {
+ "Place the dock on the Wayland overlay layer": ""
+ },
"Play a video when the screen locks.": {
"Play a video when the screen locks.": "螢幕鎖定時播放影片。"
},
@@ -5249,6 +5486,9 @@
"Pointer": {
"Pointer": "指標"
},
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": {
+ "Polkit integration is disabled. User management requires Polkit to elevate privileges.": ""
+ },
"Popout Shadows": {
"Popout Shadows": "彈出陰影"
},
@@ -5516,6 +5756,9 @@
"Rate": {
"Rate": "速率"
},
+ "Re-enter password": {
+ "Re-enter password": ""
+ },
"Read:": {
"Read:": "讀取:"
},
@@ -5543,6 +5786,9 @@
"Refresh Weather": {
"Refresh Weather": "刷新天氣"
},
+ "Refreshing…": {
+ "Refreshing…": ""
+ },
"Regex": {
"Regex": "正規表達式"
},
@@ -5567,6 +5813,9 @@
"Remaining / Total": {
"Remaining / Total": "剩餘 / 總計"
},
+ "Remember Last Mode": {
+ "Remember Last Mode": ""
+ },
"Remember Last Query": {
"Remember Last Query": "記住上次查詢"
},
@@ -5579,12 +5828,48 @@
"Remove": {
"Remove": "刪除"
},
+ "Remove \"%1\" from the %2 group?": {
+ "Remove \"%1\" from the %2 group?": ""
+ },
+ "Remove Shortcut?": {
+ "Remove Shortcut?": ""
+ },
"Remove Widget Padding": {
"Remove Widget Padding": "移除小部件內邊距"
},
+ "Remove admin": {
+ "Remove admin": ""
+ },
+ "Remove admin?": {
+ "Remove admin?": ""
+ },
+ "Remove corner rounding from the bar": {
+ "Remove corner rounding from the bar": ""
+ },
"Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "視窗最大化時移除間距與邊框"
},
+ "Remove greeter access?": {
+ "Remove greeter access?": ""
+ },
+ "Remove greeter login access": {
+ "Remove greeter login access": ""
+ },
+ "Remove inner padding from all widgets": {
+ "Remove inner padding from all widgets": ""
+ },
+ "Remove the shortcut %1?": {
+ "Remove the shortcut %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.": ""
+ },
+ "Removed administrator privileges": {
+ "Removed administrator privileges": ""
+ },
+ "Removed greeter login access": {
+ "Removed greeter login access": ""
+ },
"Rename": {
"Rename": "重新命名"
},
@@ -5642,6 +5927,12 @@
"Reset Size": {
"Reset Size": "重設大小"
},
+ "Reset to Default?": {
+ "Reset to Default?": ""
+ },
+ "Reset to default": {
+ "Reset to default": ""
+ },
"Reset to default name": {
"Reset to default name": "重設為預設名稱"
},
@@ -5666,6 +5957,9 @@
"Restore Special Workspace Windows": {
"Restore Special Workspace Windows": "恢復特殊工作區視窗"
},
+ "Restore the last selected mode (tab) when the launcher is opened": {
+ "Restore the last selected mode (tab) when the launcher is opened": ""
+ },
"Resume": {
"Resume": "恢復"
},
@@ -5780,6 +6074,12 @@
"Save QR Code": {
"Save QR Code": "保存 QR 碼"
},
+ "Save and close": {
+ "Save and close": ""
+ },
+ "Save and paste": {
+ "Save and paste": ""
+ },
"Save and switch between display configurations": {
"Save and switch between display configurations": "儲存並切換顯示設定"
},
@@ -5987,6 +6287,9 @@
"Select a window...": {
"Select a window...": "選擇一個視窗..."
},
+ "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 image file...": {
"Select an image file...": "選擇一張圖片..."
},
@@ -6026,6 +6329,9 @@
"Select the palette algorithm used for wallpaper-based colors": {
"Select the palette algorithm used for wallpaper-based colors": "請選擇調色板演算法,以桌布的顏色為基底。"
},
+ "Select user...": {
+ "Select user...": ""
+ },
"Select which keybind providers to include": {
"Select which keybind providers to include": "選擇要包含哪些快捷鍵提供者"
},
@@ -6083,6 +6389,9 @@
"Set different wallpapers for light and dark mode": {
"Set different wallpapers for light and dark mode": "為淺色/深色主題設定不同的桌布"
},
+ "Set initial password": {
+ "Set initial password": ""
+ },
"Set key and action to save": {
"Set key and action to save": "設定按鍵和動作以保存"
},
@@ -6116,6 +6425,9 @@
"Shadow Override": {
"Shadow Override": "陰影覆蓋"
},
+ "Shadow blur radius in pixels": {
+ "Shadow blur radius in pixels": ""
+ },
"Shadow elevation on bars and panels": {
"Shadow elevation on bars and panels": "bar 和面板上的陰影抬升"
},
@@ -6182,6 +6494,9 @@
"Show All Tags": {
"Show All Tags": "顯示所有標籤"
},
+ "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 Badge": {
"Show Badge": "顯示徽章"
},
@@ -6260,6 +6575,9 @@
"Show Memory in GB": {
"Show Memory in GB": "以 GB 顯示記憶體"
},
+ "Show Mode Chips": {
+ "Show Mode Chips": ""
+ },
"Show Network": {
"Show Network": "顯示網路"
},
@@ -6311,6 +6629,9 @@
"Show Swap": {
"Show Swap": "顯示交換空間"
},
+ "Show Switch User": {
+ "Show Switch User": ""
+ },
"Show System Date": {
"Show System Date": "顯示系統日期"
},
@@ -6431,6 +6752,12 @@
"Show seconds": {
"Show seconds": "顯示秒"
},
+ "Show the bar only when no windows are open": {
+ "Show the bar only when no windows are open": ""
+ },
+ "Show the bar when niri overview is active": {
+ "Show the bar when niri overview is active": ""
+ },
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "在頂部欄和控制中心顯示天氣資訊"
},
@@ -6530,6 +6857,9 @@
"Sounds": {
"Sounds": "聲音"
},
+ "Space between the bar and screen edges": {
+ "Space between the bar and screen edges": ""
+ },
"Space between windows": {
"Space between windows": "視窗間距"
},
@@ -6557,6 +6887,12 @@
"Spotlight": {
"Spotlight": ""
},
+ "Spotlight Bar": {
+ "Spotlight Bar": ""
+ },
+ "Spotlight Bar Shortcut": {
+ "Spotlight Bar Shortcut": ""
+ },
"Spotlight Search": {
"Spotlight Search": ""
},
@@ -6602,6 +6938,12 @@
"Stretch": {
"Stretch": "延展"
},
+ "Stretch widget icons to fill the available bar height": {
+ "Stretch widget icons to fill the available bar height": ""
+ },
+ "Stretch widget text to fill the available bar height": {
+ "Stretch widget text to fill the available bar height": ""
+ },
"Strict auto-hide": {
"Strict auto-hide": "嚴格自動隱藏"
},
@@ -6620,6 +6962,9 @@
"Sunset": {
"Sunset": "日落"
},
+ "Suppress Duplicate Notifications": {
+ "Suppress Duplicate Notifications": ""
+ },
"Suppress notification popups while enabled": {
"Suppress notification popups while enabled": "啟用時抑制通知彈出視窗"
},
@@ -6842,6 +7187,12 @@
"Theme Registry": {
"Theme Registry": "主題註冊"
},
+ "Theme color used for the border": {
+ "Theme color used for the border": ""
+ },
+ "Theme color used for the widget outline": {
+ "Theme color used for the widget outline": ""
+ },
"Theme worker failed (%1)": {
"Theme worker failed (%1)": ""
},
@@ -6929,6 +7280,9 @@
"Time remaining: %1": {
"Time remaining: %1": "剩餘時間:%1"
},
+ "Time to wait before hiding after the pointer leaves": {
+ "Time to wait before hiding after the pointer leaves": ""
+ },
"Time until full: %1": {
"Time until full: %1": "充滿電剩餘時間:%1"
},
@@ -6959,6 +7313,9 @@
"To Full": {
"To Full": "全部"
},
+ "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 update, run the following command:": {
"To update, run the following command:": "若要更新,請執行以下命令:"
},
@@ -6971,6 +7328,9 @@
"Today": {
"Today": "今天"
},
+ "Toggle bar visibility manually via IPC": {
+ "Toggle bar visibility manually via IPC": ""
+ },
"Toggle fonts": {
"Toggle fonts": ""
},
@@ -7043,6 +7403,15 @@
"Transparency": {
"Transparency": "透明度"
},
+ "Transparency of the border": {
+ "Transparency of the border": ""
+ },
+ "Transparency of the shadow layer": {
+ "Transparency of the shadow layer": ""
+ },
+ "Transparency of the widget outline": {
+ "Transparency of the widget outline": ""
+ },
"Trash": {
"Trash": "垃圾桶"
},
@@ -7283,6 +7652,9 @@
"Use Monospace Font": {
"Use Monospace Font": "使用等寬字體"
},
+ "Use Overlay Layer": {
+ "Use Overlay Layer": ""
+ },
"Use Spotlight Launcher": {
"Use Spotlight Launcher": ""
},
@@ -7292,6 +7664,9 @@
"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.": "為登入畫面使用自訂圖片,或留空以使用您的桌面背景。"
},
+ "Use a custom radius for goth corner cutouts": {
+ "Use a custom radius for goth corner cutouts": ""
+ },
"Use a fixed shadow direction for this bar": {
"Use a fixed shadow direction for this bar": "為此列使用固定陰影方向"
},
@@ -7349,6 +7724,9 @@
"Use the extended surface for launcher content": {
"Use the extended surface for launcher content": "使用延伸表面作為啟動器內容"
},
+ "Use the overlay layer when opening the launcher": {
+ "Use the overlay layer when opening the launcher": ""
+ },
"Use the same position and size on all displays": {
"Use the same position and size on all displays": "在所有螢幕上使用相同的位置與大小"
},
@@ -7364,18 +7742,48 @@
"User": {
"User": "使用者"
},
+ "User already exists": {
+ "User already exists": ""
+ },
+ "User created": {
+ "User created": ""
+ },
+ "User created with administrator and greeter login access": {
+ "User created with administrator and greeter login access": ""
+ },
+ "User created with administrator privileges": {
+ "User created with administrator privileges": ""
+ },
+ "User created with greeter login access": {
+ "User created with greeter login access": ""
+ },
+ "User deleted": {
+ "User deleted": ""
+ },
+ "User not found": {
+ "User not found": ""
+ },
"Username": {
"Username": "使用者名稱"
},
+ "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...": {
"Username...": "使用者名稱..."
},
+ "Users": {
+ "Users": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "依據您的位置使用日出/日落時間。"
},
"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.": "使用根據您的位置日出/日落時間自動調整夜間模式。"
},
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": {
+ "Uses the spotlight-bar IPC action and always opens the minimal bar.": ""
+ },
"Using global monospace font from Settings → Personalization": {
"Using global monospace font from Settings → Personalization": ""
},
@@ -7619,6 +8027,12 @@
"Width": {
"Width": "寬度"
},
+ "Width of the border in pixels": {
+ "Width of the border in pixels": ""
+ },
+ "Width of the widget outline in pixels": {
+ "Width of the widget outline in pixels": ""
+ },
"Width of window border (borderpx)": {
"Width of window border (borderpx)": "視窗邊框寬度 (borderpx)"
},
@@ -7667,6 +8081,9 @@
"Wipe": {
"Wipe": "清除"
},
+ "Working…": {
+ "Working…": ""
+ },
"Workspace": {
"Workspace": "工作區"
},
@@ -7736,6 +8153,9 @@
"actions": {
"actions": "動作"
},
+ "admin": {
+ "admin": ""
+ },
"attached": {
"attached": "已附加"
},
@@ -7772,6 +8192,9 @@
"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 組態存在,但未包含在您的合成器組態中。顯示變更將不會保留。"
},
+ "e.g. alice": {
+ "e.g. alice": ""
+ },
"e.g., firefox, kitty --title foo": {
"e.g., firefox, kitty --title foo": "例如,firefox, kitty --title foo"
},
@@ -7793,12 +8216,18 @@
"featured": {
"featured": "精選"
},
+ "greeter": {
+ "greeter": ""
+ },
"last seen %1": {
"last seen %1": "上次看到 %1"
},
"leave empty for default": {
"leave empty for default": "留空以使用預設值"
},
+ "loginctl activate failed (exit %1)": {
+ "loginctl activate failed (exit %1)": ""
+ },
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 鎖定整合需要 DMS 套接字連接"
},
@@ -7886,9 +8315,15 @@
"relay: %1": {
"relay: %1": "中繼:%1"
},
+ "remote": {
+ "remote": ""
+ },
"seconds": {
"seconds": "秒"
},
+ "session %1": {
+ "session %1": ""
+ },
"source": {
"source": "來源"
},
@@ -7904,6 +8339,15 @@
"update dms for NM integration.": {
"update dms for NM integration.": "更新 dms 以進行 NM 整合。"
},
+ "useradd failed (exit %1)": {
+ "useradd failed (exit %1)": ""
+ },
+ "userdel failed (exit %1)": {
+ "userdel failed (exit %1)": ""
+ },
+ "usermod failed (exit %1)": {
+ "usermod failed (exit %1)": ""
+ },
"v%1 by %2": {
"v%1 by %2": "v%1 由 %2"
},
@@ -7952,9 +8396,15 @@
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: 導航 • 空格鍵: 展開 • Enter: 動作/展開 • E: 文字"
},
+ "↑/↓: 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 • F10: Help": {
"↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: 導航 • Enter/Ctrl+C: 複製 • Del: 刪除 • F10: 幫助"
},
+ "↑/↓: 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 • Del: Delete • F10: Help": {
"↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: 導航 • Enter: 貼上 • Del: 刪除 • F10: 幫助"
}
diff --git a/quickshell/translations/settings_search_index.json b/quickshell/translations/settings_search_index.json
index e8d99d60..22502091 100644
--- a/quickshell/translations/settings_search_index.json
+++ b/quickshell/translations/settings_search_index.json
@@ -735,16 +735,21 @@
"keywords": [
"background",
"bar",
+ "corner",
"corners",
"dank",
"panel",
"radius",
+ "remove",
"round",
"rounded",
+ "rounding",
"statusbar",
+ "taskbar",
"topbar"
],
- "icon": "rounded_corner"
+ "icon": "rounded_corner",
+ "description": "Remove corner rounding from the bar"
},
{
"section": "_tab_3",
@@ -861,18 +866,24 @@
"category": "Dank Bar",
"keywords": [
"bar",
+ "between",
"dank",
+ "edges",
"gap",
"gaps",
"margin",
"margins",
"padding",
"panel",
+ "screen",
+ "space",
"spacing",
"statusbar",
+ "taskbar",
"topbar"
],
- "icon": "space_bar"
+ "icon": "space_bar",
+ "description": "Space between the bar and screen edges"
},
{
"section": "trayIconTint",
@@ -909,17 +920,20 @@
"category": "Dank Bar",
"keywords": [
"alpha",
+ "background",
"bar",
"dank",
"opacity",
"panel",
"statusbar",
+ "taskbar",
"topbar",
"translucent",
"transparency",
"transparent"
],
- "icon": "opacity"
+ "icon": "opacity",
+ "description": "Opacity of the bar background"
},
{
"section": "barUseOverlayLayer",
@@ -949,25 +963,27 @@
"keywords": [
"auto-hide",
"autohide",
+ "automatically",
+ "away",
"bar",
"dank",
"fullscreen",
"hidden",
"hide",
"layer",
+ "moves",
"overlay",
"panel",
- "place",
+ "pointer",
"show",
"statusbar",
"taskbar",
"topbar",
"visibility",
- "visible",
- "wayland"
+ "visible"
],
"icon": "visibility_off",
- "description": "Place the bar on the Wayland overlay layer"
+ "description": "Automatically hide the bar when the pointer moves away"
},
{
"section": "workspaceDragReorder",
@@ -2331,6 +2347,30 @@
],
"icon": "history"
},
+ {
+ "section": "rememberLastMode",
+ "label": "Remember Last Mode",
+ "tabIndex": 9,
+ "category": "Launcher",
+ "keywords": [
+ "app drawer",
+ "app menu",
+ "applications",
+ "drawer",
+ "last",
+ "launcher",
+ "menu",
+ "mode",
+ "opened",
+ "remember",
+ "restore",
+ "selected",
+ "start",
+ "start menu",
+ "tab"
+ ],
+ "description": "Restore the last selected mode (tab) when the launcher is opened"
+ },
{
"section": "rememberLastQuery",
"label": "Remember Last Query",
@@ -4863,27 +4903,6 @@
],
"description": "Automatically lock the screen when DMS starts"
},
- {
- "section": "lockBeforeSuspend",
- "label": "Lock before suspend",
- "tabIndex": 11,
- "category": "Lock Screen",
- "keywords": [
- "automatic",
- "automatically",
- "before",
- "lock",
- "login",
- "password",
- "prepares",
- "screen",
- "security",
- "sleep",
- "suspend",
- "system"
- ],
- "description": "Automatically lock the screen when the system prepares to suspend"
- },
{
"section": "lockScreenNotificationMode",
"label": "Notification Display",
@@ -5807,28 +5826,6 @@
],
"description": "Use smaller notification cards"
},
- {
- "section": "notificationDedupeEnabled",
- "label": "Suppress Duplicate Notifications",
- "tabIndex": 17,
- "category": "Notifications",
- "keywords": [
- "alert",
- "alerts",
- "coalesce",
- "dedupe",
- "duplicate",
- "duplicates",
- "messages",
- "notif",
- "notification",
- "notifications",
- "repeat",
- "stack",
- "toast"
- ],
- "description": "Control whether identical alerts stack or show as a single popup"
- },
{
"section": "notificationHistorySaveCritical",
"label": "Critical Priority",
@@ -6369,6 +6366,28 @@
],
"description": "Hide notification content until expanded; popups show collapsed by default"
},
+ {
+ "section": "notificationDedupeEnabled",
+ "label": "Suppress Duplicate Notifications",
+ "tabIndex": 17,
+ "category": "Notifications",
+ "keywords": [
+ "alert",
+ "alerts",
+ "coalesce",
+ "dedupe",
+ "duplicate",
+ "messages",
+ "notif",
+ "notification",
+ "notifications",
+ "notifs",
+ "repeat",
+ "stack",
+ "suppress",
+ "toast"
+ ]
+ },
{
"section": "osdAlwaysShowValue",
"label": "Always Show Percentage",
@@ -7012,6 +7031,27 @@
"icon": "schedule",
"description": "Gradually fade the screen before locking with a configurable grace period"
},
+ {
+ "section": "lockBeforeSuspend",
+ "label": "Lock before suspend",
+ "tabIndex": 21,
+ "category": "Power & Sleep",
+ "keywords": [
+ "automatically",
+ "before",
+ "energy",
+ "lock",
+ "power",
+ "prepares",
+ "screen",
+ "security",
+ "shutdown",
+ "sleep",
+ "suspend",
+ "system"
+ ],
+ "description": "Automatically lock the screen when the system prepares to suspend"
+ },
{
"section": "fadeToLockGracePeriod",
"label": "Lock fade grace period",
@@ -7698,5 +7738,16 @@
"settings"
],
"icon": "apps"
+ },
+ {
+ "section": "_tab_35",
+ "label": "Users",
+ "tabIndex": 35,
+ "category": "Settings",
+ "keywords": [
+ "settings",
+ "users"
+ ],
+ "icon": "manage_accounts"
}
]
diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json
index 74c050d1..df9e2bfc 100644
--- a/quickshell/translations/template.json
+++ b/quickshell/translations/template.json
@@ -685,6 +685,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "A user with that name already exists.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "AC Power",
"translation": "",
@@ -783,6 +797,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Action performed when scrolling horizontally on the bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Action performed when scrolling vertically on the bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Actions",
"translation": "",
@@ -895,6 +923,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Add \"%1\" to the %2 group?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "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.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Add Bar",
"translation": "",
@@ -965,6 +1007,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Add the new user to the %1 group so they can run dms greeter sync --profile.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Add the new user to the %1 group so they can use sudo.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Adjust the bar height via inner padding",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Adjust the number of columns in grid view mode.",
"translation": "",
@@ -986,6 +1049,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Administrator group:",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Advanced",
"translation": "",
@@ -1035,6 +1105,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Allow",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Allow clicks to pass through the widget",
"translation": "",
@@ -1042,6 +1119,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Allow greeter access?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Allow greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Already on that session",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close",
"translation": "",
@@ -1273,6 +1371,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Apply inverse concave corner cutouts to the bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.",
"translation": "",
@@ -1700,6 +1805,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Automatically calculate popup gap based on bar spacing",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Automatically cycle through wallpapers in the same folder",
"translation": "",
@@ -1728,6 +1840,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Automatically hide the bar when the pointer moves away",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Automatically lock after",
"translation": "",
@@ -2008,6 +2127,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Bind the spotlight IPC action in your compositor config.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Bind the spotlight-bar IPC action in your compositor config.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Binds Include Missing",
"translation": "",
@@ -2435,6 +2568,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Cannot delete the only administrator",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Cannot disable the only output",
"translation": "",
@@ -2463,6 +2603,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Cannot remove the only administrator",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Capabilities",
"translation": "",
@@ -2597,7 +2744,7 @@
"comment": ""
},
{
- "term": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.",
+ "term": "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.",
"translation": "",
"context": "",
"reference": "",
@@ -3359,6 +3506,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Confirm password",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Conflicts with: %1",
"translation": "",
@@ -3415,6 +3569,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Connected Frame Mode uses the connected launcher for default launcher shortcuts.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Connected Options",
"translation": "",
@@ -3446,7 +3607,7 @@
{
"term": "Connecting...",
"translation": "",
- "context": "",
+ "context": "bluetooth status | network status",
"reference": "",
"comment": ""
},
@@ -3758,6 +3919,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Create User",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Create Window Rule",
"translation": "",
@@ -3815,14 +3983,14 @@
"comment": ""
},
{
- "term": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close",
+ "term": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close",
"translation": "",
"context": "Keyboard hints when enter-to-paste is enabled",
"reference": "",
"comment": ""
},
{
- "term": "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close",
+ "term": "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close",
"translation": "",
"context": "",
"reference": "",
@@ -4157,6 +4325,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "DMS Settings now writes Lua. Edits won't apply until you migrate.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "DMS Shortcuts",
"translation": "",
@@ -4395,6 +4570,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Default Launcher",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Default Launcher Shortcut",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Default Opens",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Default Width (%)",
"translation": "",
@@ -4402,6 +4598,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Default selected action",
"translation": "",
@@ -4437,6 +4647,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Delete \"%1\" and remove the home directory? This cannot be undone.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Delete \"%1\"?",
"translation": "",
@@ -4486,6 +4703,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Delete user",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Delete user?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Demi Bold",
"translation": "",
@@ -5109,6 +5340,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Drop your override for %1 so the DMS default action re-applies?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Duplicate",
"translation": "",
@@ -5221,6 +5459,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Edit Clipboard",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Edit Window Rule",
"translation": "",
@@ -5228,6 +5473,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Edit clipboard text",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Education",
"translation": "",
@@ -5725,6 +5977,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Existing Users",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Experimental Feature",
"translation": "",
@@ -6355,6 +6614,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to update clipboard",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to update description",
"translation": "",
@@ -6523,6 +6789,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Fine-tune the space reserved for the bar from the screen edge",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Fingerprint availability could not be confirmed.",
"translation": "",
@@ -6747,6 +7020,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Follows the default launcher choice selected above.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Font",
"translation": "",
@@ -7034,13 +7314,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Full-featured launcher with mode tabs, grid view, and action panel.",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Fullscreen",
"translation": "",
@@ -7223,6 +7496,41 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Grant",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Grant admin?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Grant administrator privileges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Granted administrator privileges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Granted greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Graph Time Range",
"translation": "",
@@ -7279,6 +7587,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Greeter group:",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Greeter only — does not affect main clock",
"translation": "",
@@ -7566,13 +7888,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Hide When Fullscreen",
- "translation": "",
- "context": "bar visibility toggle: hide the bar when a window is fullscreen | dock visibility toggle: hide the dock when a window is fullscreen",
- "reference": "",
- "comment": ""
- },
{
"term": "Hide When Typing",
"translation": "",
@@ -7637,9 +7952,9 @@
"comment": ""
},
{
- "term": "Hide the dock when a window is fullscreen",
+ "term": "Hide the bar when the pointer leaves even if a popout is still open",
"translation": "",
- "context": "dock visibility toggle description",
+ "context": "",
"reference": "",
"comment": ""
},
@@ -7846,6 +8161,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Hyprland config still uses hyprlang",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "I Understand",
"translation": "",
@@ -7916,6 +8238,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Identical alerts show as one popup instead of stacking",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Identical alerts stack as separate notification cards",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Idle",
"translation": "",
@@ -8119,6 +8455,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Inner padding applied to each widget",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Input Devices",
"translation": "",
@@ -8329,6 +8672,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Invalid username",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Invert on mode change",
"translation": "",
@@ -8637,13 +8987,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Launcher Style",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Layer Outline Opacity",
"translation": "",
@@ -8945,6 +9288,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Log out",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Logging in...",
"translation": "",
@@ -9022,6 +9372,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Make admin",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Make sure KDE Connect or Valent is running on your other devices",
"translation": "",
@@ -9029,6 +9386,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Make the bar background fully transparent",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Manage and configure plugins for extending DMS functionality",
"translation": "",
@@ -9050,13 +9414,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Managed by Frame Mode",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Managed by Frame in Connected Mode",
"translation": "",
@@ -9127,6 +9484,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Manual config",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Map window class names to icon names for proper icon display",
"translation": "",
@@ -9617,13 +9981,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Minimal Spotlight-style bar: appears instantly at the top of the screen and expands as you type.",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Minimal palette built around a single hue.",
"translation": "",
@@ -9792,6 +10149,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Mouse clicks pass through the bar to windows behind it",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Mouse pointer appearance",
"translation": "",
@@ -10345,6 +10709,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No active session found for %1",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No adapter",
"translation": "",
@@ -10513,6 +10884,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No human user accounts found.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No info items",
"translation": "",
@@ -10604,6 +10982,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No other active sessions on this seat",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No output device",
"translation": "",
@@ -10702,6 +11087,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No session selected",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No sessions found",
"translation": "",
@@ -10751,6 +11143,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No user specified",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No video found in folder",
"translation": "",
@@ -10884,6 +11283,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Not bound",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Not connected",
"translation": "",
@@ -11185,6 +11591,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Opacity of the bar background",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Opacity of widget backgrounds",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Opaque",
"translation": "",
@@ -11332,6 +11752,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Opens a picker of other active sessions on this seat",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Opens image files",
"translation": "",
@@ -11339,6 +11766,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Opens the connected launcher in Connected Frame Mode.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Optional description",
"translation": "",
@@ -11514,6 +11948,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Override the popup gap size when auto is disabled",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Overrides",
"translation": "",
@@ -11710,6 +12151,34 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Password cannot be empty",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Password change failed (exit %1)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Password set",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Password updated",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Password...",
"translation": "",
@@ -11717,6 +12186,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Passwords do not match.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Paste",
"translation": "",
@@ -11962,6 +12438,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Place the bar on the Wayland overlay layer",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Place the dock on the Wayland overlay layer",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Play a video when the screen locks.",
"translation": "",
@@ -12144,6 +12634,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Polkit integration is disabled. User management requires Polkit to elevate privileges.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Popout Shadows",
"translation": "",
@@ -12760,6 +13257,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Re-enter password",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Read:",
"translation": "",
@@ -12823,6 +13327,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Refreshing…",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Regex",
"translation": "",
@@ -12879,6 +13390,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Remember Last Mode",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Remember Last Query",
"translation": "",
@@ -12907,6 +13425,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Remove \"%1\" from the %2 group?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove Shortcut?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Remove Widget Padding",
"translation": "",
@@ -12914,6 +13446,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Remove admin",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove admin?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove corner rounding from the bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Remove gaps and border when windows are maximized",
"translation": "",
@@ -12921,6 +13474,55 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Remove greeter access?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove inner padding from all widgets",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove the shortcut %1?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Removed administrator privileges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Removed greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Rename",
"translation": "",
@@ -13054,6 +13656,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Reset to Default?",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Reset to default",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Reset to default name",
"translation": "",
@@ -13110,6 +13726,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Restore the last selected mode (tab) when the launcher is opened",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Resume",
"translation": "",
@@ -13376,6 +13999,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Save and close",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Save and paste",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Save and switch between display configurations",
"translation": "",
@@ -13859,6 +14496,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Select an active session to switch to. The current session stays running in the background.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Select an image file...",
"translation": "",
@@ -13950,6 +14594,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Select user...",
+ "translation": "",
+ "context": "greeter user picker placeholder",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Select which keybind providers to include",
"translation": "",
@@ -14083,6 +14734,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Set initial password",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Set key and action to save",
"translation": "",
@@ -14160,6 +14818,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Shadow blur radius in pixels",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Shadow elevation on bars and panels",
"translation": "",
@@ -14293,6 +14958,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Badge",
"translation": "",
@@ -14475,6 +15147,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Mode Chips",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Network",
"translation": "",
@@ -14594,6 +15273,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Switch User",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show System Date",
"translation": "",
@@ -14874,6 +15560,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show the bar only when no windows are open",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Show the bar when niri overview is active",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show weather information in top bar and control center",
"translation": "",
@@ -15105,6 +15805,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Space between the bar and screen edges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Space between windows",
"translation": "",
@@ -15168,6 +15875,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Spotlight Bar",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Spotlight Bar Shortcut",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Spotlight Search",
"translation": "",
@@ -15273,6 +15994,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Stretch widget icons to fill the available bar height",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Stretch widget text to fill the available bar height",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Strict auto-hide",
"translation": "",
@@ -15287,13 +16022,6 @@
"reference": "",
"comment": ""
},
- {
- "term": "Style",
- "translation": "",
- "context": "",
- "reference": "",
- "comment": ""
- },
{
"term": "Summary",
"translation": "",
@@ -15315,6 +16043,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Suppress Duplicate Notifications",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Suppress notification popups while enabled",
"translation": "",
@@ -15819,6 +16554,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Theme color used for the border",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Theme color used for the widget outline",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Theme worker failed (%1)",
"translation": "",
@@ -16022,6 +16771,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Time to wait before hiding after the pointer leaves",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Time until full: %1",
"translation": "",
@@ -16092,6 +16848,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "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).",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "To update, run the following command:",
"translation": "",
@@ -16120,6 +16883,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Toggle bar visibility manually via IPC",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Toggle fonts",
"translation": "",
@@ -16288,6 +17058,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Transparency of the border",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Transparency of the shadow layer",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Transparency of the widget outline",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Trash",
"translation": "",
@@ -16849,9 +17640,9 @@
"comment": ""
},
{
- "term": "Use Spotlight Launcher",
+ "term": "Use Overlay Layer",
"translation": "",
- "context": "",
+ "context": "bar layer toggle: use Wayland overlay layer | dock layer toggle: use Wayland overlay layer | launcher layer toggle: use Wayland overlay layer",
"reference": "",
"comment": ""
},
@@ -16869,6 +17660,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Use a custom radius for goth corner cutouts",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Use a fixed shadow direction for this bar",
"translation": "",
@@ -16982,14 +17780,14 @@
"comment": ""
},
{
- "term": "Use the centered minimal launcher instead of the connected V2 launcher",
+ "term": "Use the extended surface for launcher content",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{
- "term": "Use the extended surface for launcher content",
+ "term": "Use the overlay layer when opening the launcher",
"translation": "",
"context": "",
"reference": "",
@@ -17030,6 +17828,55 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "User already exists",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User created",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User created with administrator and greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User created with administrator privileges",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User created with greeter login access",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User deleted",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "User not found",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Username",
"translation": "",
@@ -17037,6 +17884,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Username...",
"translation": "",
@@ -17044,6 +17898,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Users",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Uses sunrise/sunset times based on your location.",
"translation": "",
@@ -17058,6 +17919,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Uses the spotlight-bar IPC action and always opens the minimal bar.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Using global monospace font from Settings → Personalization",
"translation": "",
@@ -17618,6 +18486,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Width of the border in pixels",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Width of the widget outline in pixels",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Width of window border (borderpx)",
"translation": "",
@@ -17730,6 +18612,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Working…",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Workspace",
"translation": "",
@@ -17891,6 +18780,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "admin",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "attached",
"translation": "",
@@ -17975,6 +18871,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "e.g. alice",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "e.g., firefox, kitty --title foo",
"translation": "",
@@ -18024,6 +18927,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "greeter",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "last seen %1",
"translation": "",
@@ -18038,6 +18948,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "loginctl activate failed (exit %1)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "loginctl not available - lock integration requires DMS socket connection",
"translation": "",
@@ -18241,6 +19158,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "remote",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "seconds",
"translation": "",
@@ -18248,6 +19172,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "session %1",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "source",
"translation": "",
@@ -18283,6 +19214,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "useradd failed (exit %1)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "userdel failed (exit %1)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "usermod failed (exit %1)",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "v%1 by %2",
"translation": "",
@@ -18396,14 +19348,14 @@
"comment": ""
},
{
- "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help",
+ "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{
- "term": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help",
+ "term": "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help",
"translation": "",
"context": "Keyboard hints when enter-to-paste is enabled",
"reference": "",