diff --git a/core/internal/distros/debian.go b/core/internal/distros/debian.go
index 64a0f016..a3537ff4 100644
--- a/core/internal/distros/debian.go
+++ b/core/internal/distros/debian.go
@@ -103,15 +103,6 @@ func debianPackageInstalledPrecisely(pkg string) bool {
return strings.TrimSpace(string(output)) == "installed"
}
-func containsString(values []string, target string) bool {
- for _, value := range values {
- if value == target {
- return true
- }
- }
- return false
-}
-
func debianRepoArchitecture(arch string) string {
switch arch {
case "amd64", "x86_64":
diff --git a/core/internal/distros/opensuse.go b/core/internal/distros/opensuse.go
index a6425515..62f40cd8 100644
--- a/core/internal/distros/opensuse.go
+++ b/core/internal/distros/opensuse.go
@@ -6,6 +6,7 @@ import (
"os"
"os/exec"
"path/filepath"
+ "slices"
"strings"
"github.com/AvengeMedia/DankMaterialShell/core/internal/deps"
@@ -425,7 +426,7 @@ func openSUSENiriRuntimePackages(wm deps.WindowManager, disabledFlags map[string
func (o *OpenSUSEDistribution) appendMissingSystemPackages(systemPkgs []string, extraPkgs []string) []string {
for _, pkg := range extraPkgs {
- if containsString(systemPkgs, pkg) || o.packageInstalled(pkg) {
+ if slices.Contains(systemPkgs, pkg) || o.packageInstalled(pkg) {
continue
}
diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json
index fdadcba0..01a1f92b 100644
--- a/quickshell/translations/en.json
+++ b/quickshell/translations/en.json
@@ -38,13 +38,13 @@
{
"term": "%1 character",
"context": "%1 character",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:839",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:850",
"comment": ""
},
{
"term": "%1 characters",
"context": "%1 characters",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:840",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:851",
"comment": ""
},
{
@@ -218,7 +218,13 @@
{
"term": "1 day",
"context": "notification history retention option",
- "reference": "Modules/Settings/ClipboardTab.qml:103, Modules/Settings/NotificationsTab.qml:839, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:857",
+ "reference": "Modules/Settings/NotificationsTab.qml:839, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:857, Modules/Settings/ClipboardTab.qml:103",
+ "comment": ""
+ },
+ {
+ "term": "1 device connected",
+ "context": "KDE Connect status single device",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:37",
"comment": ""
},
{
@@ -230,19 +236,19 @@
{
"term": "1 hour",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
"term": "1 hour 30 minutes",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
"term": "1 minute",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:65, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996, Modules/Notifications/Center/NotificationSettings.qml:69",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:65, Modules/Notifications/Center/NotificationSettings.qml:69",
"comment": ""
},
{
@@ -254,19 +260,19 @@
{
"term": "1 second",
"context": "1 second",
- "reference": "Modules/Settings/NotificationsTab.qml:37, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Notifications/Center/NotificationSettings.qml:41",
+ "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:37, Modules/Notifications/Center/NotificationSettings.qml:41",
"comment": ""
},
{
"term": "10 minutes",
"context": "10 minutes",
- "reference": "Modules/Settings/NotificationsTab.qml:77, Modules/Settings/PowerSleepTab.qml:10, Modules/Notifications/Center/NotificationSettings.qml:81",
+ "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:77, Modules/Notifications/Center/NotificationSettings.qml:81",
"comment": ""
},
{
"term": "10 seconds",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:53, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/WallpaperTab.qml:996, Modules/Notifications/Center/NotificationSettings.qml:57",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:53, Modules/Notifications/Center/NotificationSettings.qml:57",
"comment": ""
},
{
@@ -284,37 +290,37 @@
{
"term": "14 days",
"context": "notification history retention option",
- "reference": "Modules/Settings/ClipboardTab.qml:115, Modules/Settings/NotificationsTab.qml:845, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:863",
+ "reference": "Modules/Settings/NotificationsTab.qml:845, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/ClipboardTab.qml:115",
"comment": ""
},
{
"term": "15 minutes",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
"term": "15 seconds",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:57, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/WallpaperTab.qml:996, Modules/Notifications/Center/NotificationSettings.qml:61",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:57, Modules/Notifications/Center/NotificationSettings.qml:61",
"comment": ""
},
{
"term": "180°",
"context": "180°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1797, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1818, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1797, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1818",
"comment": ""
},
{
"term": "2 hours",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
"term": "2 minutes",
"context": "2 minutes",
- "reference": "Modules/Settings/NotificationsTab.qml:69, Modules/Settings/PowerSleepTab.qml:10, Modules/Notifications/Center/NotificationSettings.qml:73",
+ "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:69, Modules/Notifications/Center/NotificationSettings.qml:73",
"comment": ""
},
{
@@ -332,7 +338,7 @@
{
"term": "20 seconds",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129",
"comment": ""
},
{
@@ -368,19 +374,19 @@
{
"term": "270°",
"context": "270°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1799, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1820, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1799, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1820",
"comment": ""
},
{
"term": "3 days",
"context": "notification history retention option",
- "reference": "Modules/Settings/ClipboardTab.qml:107, Modules/Settings/NotificationsTab.qml:841, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:859",
+ "reference": "Modules/Settings/NotificationsTab.qml:841, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:859, Modules/Settings/ClipboardTab.qml:107",
"comment": ""
},
{
"term": "3 hours",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
@@ -392,25 +398,25 @@
{
"term": "3 seconds",
"context": "3 seconds",
- "reference": "Modules/Settings/NotificationsTab.qml:41, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Notifications/Center/NotificationSettings.qml:45",
+ "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:41, Modules/Notifications/Center/NotificationSettings.qml:45",
"comment": ""
},
{
"term": "30 days",
"context": "notification history filter | notification history retention option",
- "reference": "Modules/Settings/ClipboardTab.qml:119, Modules/Settings/NotificationsTab.qml:847, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:865, Modules/Notifications/Center/HistoryNotificationList.qml:112",
+ "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",
"comment": ""
},
{
"term": "30 minutes",
"context": "wallpaper interval",
- "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10",
"comment": ""
},
{
"term": "30 seconds",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:61, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/WallpaperTab.qml:996, Modules/Notifications/Center/NotificationSettings.qml:65",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:61, Modules/Notifications/Center/NotificationSettings.qml:65",
"comment": ""
},
{
@@ -452,13 +458,13 @@
{
"term": "5 minutes",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:73, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/WallpaperTab.qml:996, Modules/Settings/WallpaperTab.qml:1020, Modules/Settings/WallpaperTab.qml:1044, Modules/Notifications/Center/NotificationSettings.qml:77",
+ "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/WallpaperTab.qml:1020, Modules/Settings/WallpaperTab.qml:1044, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:73, Modules/Notifications/Center/NotificationSettings.qml:77",
"comment": ""
},
{
"term": "5 seconds",
"context": "wallpaper interval",
- "reference": "Modules/Settings/NotificationsTab.qml:45, Modules/Settings/NotificationsTab.qml:160, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:114, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:140, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/WallpaperTab.qml:996, Modules/Notifications/Center/NotificationSettings.qml:49, Modules/Notifications/Center/NotificationSettings.qml:88",
+ "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:482, Modules/Settings/NotificationsTab.qml:45, Modules/Settings/NotificationsTab.qml:160, Modules/Notifications/Center/NotificationSettings.qml:49, Modules/Notifications/Center/NotificationSettings.qml:88",
"comment": ""
},
{
@@ -488,7 +494,7 @@
{
"term": "7 days",
"context": "notification history filter | notification history retention option",
- "reference": "Modules/Settings/ClipboardTab.qml:111, Modules/Settings/NotificationsTab.qml:843, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:861, Modules/Notifications/Center/HistoryNotificationList.qml:107",
+ "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",
"comment": ""
},
{
@@ -518,7 +524,7 @@
{
"term": "90°",
"context": "90°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1795, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1816, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1795, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1816",
"comment": ""
},
{
@@ -560,7 +566,19 @@
{
"term": "About",
"context": "About",
- "reference": "Modules/Settings/AboutTab.qml:576, Modals/Settings/SettingsSidebar.qml:322",
+ "reference": "Modals/Settings/SettingsSidebar.qml:322, Modules/Settings/AboutTab.qml:576",
+ "comment": ""
+ },
+ {
+ "term": "Accent Color",
+ "context": "Accent Color",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:36",
+ "comment": ""
+ },
+ {
+ "term": "Accept",
+ "context": "KDE Connect accept pairing button",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:182, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:370",
"comment": ""
},
{
@@ -629,10 +647,16 @@
"reference": "Modules/Settings/GreeterTab.qml:169",
"comment": ""
},
+ {
+ "term": "Activation",
+ "context": "Activation",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:97",
+ "comment": ""
+ },
{
"term": "Active",
"context": "Active",
- "reference": "Modules/Settings/NetworkTab.qml:754, Modules/Settings/ThemeColorsTab.qml:1398, Modules/ControlCenter/Details/AudioInputDetail.qml:254, Modules/ControlCenter/Details/AudioOutputDetail.qml:263",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1398, Modules/Settings/NetworkTab.qml:754, Modules/ControlCenter/Details/AudioInputDetail.qml:254, Modules/ControlCenter/Details/AudioOutputDetail.qml:263",
"comment": ""
},
{
@@ -710,7 +734,7 @@
{
"term": "Add Widget",
"context": "Add Widget",
- "reference": "Modules/Settings/DesktopWidgetsTab.qml:95, Modules/Settings/WidgetSelectionPopup.qml:93, Modules/Settings/WidgetsTabSection.qml:773, Modules/ControlCenter/Components/EditControls.qml:61, Modules/ControlCenter/Components/EditControls.qml:164",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:773, Modules/Settings/WidgetSelectionPopup.qml:93, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:61, Modules/ControlCenter/Components/EditControls.qml:164",
"comment": ""
},
{
@@ -758,7 +782,7 @@
{
"term": "Advanced",
"context": "Advanced",
- "reference": "Modules/Settings/ClipboardTab.qml:445, Modules/Settings/PowerSleepTab.qml:579",
+ "reference": "Modules/Settings/PowerSleepTab.qml:579, Modules/Settings/ClipboardTab.qml:445",
"comment": ""
},
{
@@ -770,7 +794,7 @@
{
"term": "All",
"context": "notification history filter",
- "reference": "Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:698, Services/AppSearchService.qml:719, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/KeybindsTab.qml:410, Modules/Settings/WidgetsTabSection.qml:2361, Modules/Settings/WidgetsTabSection.qml:2415, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:94, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:109, Modules/Notifications/Center/HistoryNotificationList.qml:87, Modals/DankLauncherV2/Controller.qml:628, Modals/DankLauncherV2/LauncherContent.qml:337, Modals/DankLauncherV2/LauncherContent.qml:614",
+ "reference": "Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:698, Services/AppSearchService.qml:719, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:628, Modals/DankLauncherV2/LauncherContent.qml:337, Modals/DankLauncherV2/LauncherContent.qml:614, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:2361, Modules/Settings/WidgetsTabSection.qml:2415, Modules/Settings/KeybindsTab.qml:410, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:94, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:109, Modules/Notifications/Center/HistoryNotificationList.qml:87",
"comment": ""
},
{
@@ -794,7 +818,7 @@
{
"term": "All displays",
"context": "All displays",
- "reference": "Modules/Plugins/PluginSettings.qml:255, Modules/Settings/DankBarTab.qml:313, Modules/Settings/DankBarTab.qml:450, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43",
+ "reference": "Modules/Plugins/PluginSettings.qml:255, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/DankBarTab.qml:313, Modules/Settings/DankBarTab.qml:450, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43",
"comment": ""
},
{
@@ -815,6 +839,12 @@
"reference": "Modules/Settings/LockScreenTab.qml:244, Modules/Settings/LockScreenTab.qml:245",
"comment": ""
},
+ {
+ "term": "Always Active",
+ "context": "Always Active",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:106",
+ "comment": ""
+ },
{
"term": "Always Show Percentage",
"context": "Always Show Percentage",
@@ -860,7 +890,7 @@
{
"term": "Analog",
"context": "Analog",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:14, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:33, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:42",
+ "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:33, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:42, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:14",
"comment": ""
},
{
@@ -884,7 +914,7 @@
{
"term": "Animation Speed",
"context": "Animation Speed",
- "reference": "Modules/Settings/NotificationsTab.qml:316, Modules/Settings/TypographyMotionTab.qml:197",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:197, Modules/Settings/NotificationsTab.qml:316",
"comment": ""
},
{
@@ -950,7 +980,7 @@
{
"term": "Applications",
"context": "Applications",
- "reference": "Modules/Dock/DockLauncherButton.qml:25, Modules/Settings/ThemeColorsTab.qml:2132, Modals/DankLauncherV2/Controller.qml:150",
+ "reference": "Modals/DankLauncherV2/Controller.qml:150, Modules/Settings/ThemeColorsTab.qml:2132, Modules/Dock/DockLauncherButton.qml:25",
"comment": ""
},
{
@@ -1046,7 +1076,7 @@
{
"term": "Audio",
"context": "Audio",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1110, Modules/Settings/WidgetsTabSection.qml:1323, Modals/Settings/SettingsSidebar.qml:245",
+ "reference": "Modals/Settings/SettingsSidebar.qml:245, Modules/Settings/WidgetsTabSection.qml:1110, Modules/Settings/WidgetsTabSection.qml:1323",
"comment": ""
},
{
@@ -1178,13 +1208,13 @@
{
"term": "Auto",
"context": "theme category option",
- "reference": "Modules/Settings/DisplayConfigTab.qml:150, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:883, Modules/Settings/NetworkTab.qml:887, Modules/Settings/NetworkTab.qml:888, Modules/Settings/NetworkTab.qml:891, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/ControlCenter/Details/NetworkDetail.qml:117, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:121, Modules/ControlCenter/Details/NetworkDetail.qml:124",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:883, Modules/Settings/NetworkTab.qml:887, Modules/Settings/NetworkTab.qml:888, Modules/Settings/NetworkTab.qml:891, Modules/Settings/DisplayConfigTab.qml:150, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/ControlCenter/Details/NetworkDetail.qml:117, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:121, Modules/ControlCenter/Details/NetworkDetail.qml:124",
"comment": ""
},
{
"term": "Auto (Bar-aware)",
"context": "bar shadow direction source option | shadow direction option",
- "reference": "Modules/Settings/DankBarTab.qml:1120, Modules/Settings/DankBarTab.qml:1124, Modules/Settings/DankBarTab.qml:1132, Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1706, Modules/Settings/ThemeColorsTab.qml:1719",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1706, Modules/Settings/ThemeColorsTab.qml:1719, Modules/Settings/DankBarTab.qml:1120, Modules/Settings/DankBarTab.qml:1124, Modules/Settings/DankBarTab.qml:1132",
"comment": ""
},
{
@@ -1244,7 +1274,7 @@
{
"term": "Auto-saving...",
"context": "Auto-saving...",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:859",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:870",
"comment": ""
},
{
@@ -1274,13 +1304,13 @@
{
"term": "Automatic Control",
"context": "Automatic Control",
- "reference": "Modules/Settings/GammaControlTab.qml:139, Modules/Settings/ThemeColorsTab.qml:1029",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1029, Modules/Settings/GammaControlTab.qml:139",
"comment": ""
},
{
"term": "Automatic Cycling",
"context": "Automatic Cycling",
- "reference": "Modules/Settings/LockScreenTab.qml:327, Modules/Settings/WallpaperTab.qml:907",
+ "reference": "Modules/Settings/WallpaperTab.qml:907, Modules/Settings/LockScreenTab.qml:327",
"comment": ""
},
{
@@ -1322,7 +1352,7 @@
{
"term": "Automatically lock the screen when the system prepares to suspend",
"context": "Automatically lock the screen when the system prepares to suspend",
- "reference": "Modules/Settings/LockScreenTab.qml:192, Modules/Settings/PowerSleepTab.qml:93",
+ "reference": "Modules/Settings/PowerSleepTab.qml:93, Modules/Settings/LockScreenTab.qml:192",
"comment": ""
},
{
@@ -1361,6 +1391,12 @@
"reference": "Modules/Settings/DisplayWidgetsTab.qml:199",
"comment": ""
},
+ {
+ "term": "Available in Detailed and Forecast view modes",
+ "context": "Available in Detailed and Forecast view modes",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:121",
+ "comment": ""
+ },
{
"term": "Available.",
"context": "Available.",
@@ -1376,7 +1412,7 @@
{
"term": "Back",
"context": "greeter back button",
- "reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:1542, Modals/Greeter/GreeterModal.qml:285",
+ "reference": "Modals/Greeter/GreeterModal.qml:285, Modules/DankBar/Widgets/SystemTrayBar.qml:1542",
"comment": ""
},
{
@@ -1394,7 +1430,7 @@
{
"term": "Background Opacity",
"context": "Background Opacity",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:39",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:63, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:39",
"comment": ""
},
{
@@ -1412,13 +1448,13 @@
{
"term": "Balance power and performance",
"context": "power profile description",
- "reference": "Common/Theme.qml:1485",
+ "reference": "Common/Theme.qml:1492",
"comment": ""
},
{
"term": "Balanced",
"context": "power profile option",
- "reference": "Common/Theme.qml:1472",
+ "reference": "Common/Theme.qml:1479",
"comment": ""
},
{
@@ -1460,7 +1496,7 @@
{
"term": "Battery",
"context": "Battery",
- "reference": "Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:176, Modules/Settings/WidgetsTabSection.qml:1155, Modules/Settings/WidgetsTabSection.qml:1329, Modules/ControlCenter/Models/WidgetModel.qml:161, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1155, Modules/Settings/WidgetsTabSection.qml:1329, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:176, Modules/ControlCenter/Models/WidgetModel.qml:161, Modules/ControlCenter/Widgets/BatteryPill.qml:17",
"comment": ""
},
{
@@ -1490,7 +1526,7 @@
{
"term": "Behavior",
"context": "Behavior",
- "reference": "Modules/Settings/ClipboardTab.qml:417, Modules/Settings/DockTab.qml:142",
+ "reference": "Modules/Settings/DockTab.qml:142, Modules/Settings/ClipboardTab.qml:417",
"comment": ""
},
{
@@ -1550,7 +1586,7 @@
{
"term": "Bluetooth",
"context": "bluetooth status",
- "reference": "Modules/Settings/WidgetsTabSection.qml:1100, Modules/Settings/WidgetsTabSection.qml:1322, Modules/ControlCenter/Components/DragDropGrid.qml:313, Modules/ControlCenter/Models/WidgetModel.qml:110",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1100, Modules/Settings/WidgetsTabSection.qml:1322, Modules/ControlCenter/Models/WidgetModel.qml:110, Modules/ControlCenter/Components/DragDropGrid.qml:313",
"comment": ""
},
{
@@ -1592,7 +1628,7 @@
{
"term": "Border",
"context": "launcher border option",
- "reference": "Modules/Settings/DankBarTab.qml:1384, Modules/Settings/DockTab.qml:584, Modules/Settings/DockTab.qml:590, Modules/Settings/LauncherTab.qml:432",
+ "reference": "Modules/Settings/DockTab.qml:584, Modules/Settings/DockTab.qml:590, Modules/Settings/LauncherTab.qml:432, Modules/Settings/DankBarTab.qml:1384",
"comment": ""
},
{
@@ -1628,25 +1664,25 @@
{
"term": "Bottom",
"context": "shadow direction option",
- "reference": "Modules/Settings/DankBarTab.qml:286, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1161, Modules/Settings/DankBarTab.qml:1175, Modules/Settings/DockTab.qml:102, Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1712, Modules/Settings/ThemeColorsTab.qml:1725",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1712, Modules/Settings/ThemeColorsTab.qml:1725, Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:286, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1161, Modules/Settings/DankBarTab.qml:1175",
"comment": ""
},
{
"term": "Bottom Center",
"context": "screen position option",
- "reference": "Modules/Settings/NotificationsTab.qml:227, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:244, Modules/Settings/OSDTab.qml:45, Modules/Settings/OSDTab.qml:51, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:66",
+ "reference": "Modules/Settings/OSDTab.qml:45, Modules/Settings/OSDTab.qml:51, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:66, Modules/Settings/NotificationsTab.qml:227, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:244",
"comment": ""
},
{
"term": "Bottom Left",
"context": "screen position option",
- "reference": "Modules/Settings/NotificationsTab.qml:221, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:250, Modules/Settings/OSDTab.qml:43, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:64, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
+ "reference": "Modules/Settings/OSDTab.qml:43, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:64, Modules/Settings/NotificationsTab.qml:221, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:250, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
"comment": ""
},
{
"term": "Bottom Right",
"context": "screen position option",
- "reference": "Modules/Settings/NotificationsTab.qml:225, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:247, Modules/Settings/OSDTab.qml:41, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:62, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
+ "reference": "Modules/Settings/OSDTab.qml:41, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:62, Modules/Settings/NotificationsTab.qml:225, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:247, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
"comment": ""
},
{
@@ -1664,7 +1700,7 @@
{
"term": "Brightness",
"context": "Brightness",
- "reference": "Modules/Settings/DockTab.qml:484, Modules/Settings/LauncherTab.qml:276, Modules/Settings/OSDTab.qml:117, Modules/Settings/WidgetsTabSection.qml:1140, Modules/Settings/WidgetsTabSection.qml:1327",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1140, Modules/Settings/WidgetsTabSection.qml:1327, Modules/Settings/DockTab.qml:484, Modules/Settings/LauncherTab.qml:276, Modules/Settings/OSDTab.qml:117",
"comment": ""
},
{
@@ -1688,19 +1724,25 @@
{
"term": "Browse",
"context": "theme category option",
- "reference": "Modules/Settings/GreeterTab.qml:683, Modules/Settings/LockScreenTab.qml:318, Modules/Settings/PluginsTab.qml:209, Modules/Settings/ThemeColorsTab.qml:280, Modals/DankLauncherV2/Controller.qml:157, Modals/DankLauncherV2/Controller.qml:1169",
+ "reference": "Modals/DankLauncherV2/Controller.qml:157, Modals/DankLauncherV2/Controller.qml:1169, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/GreeterTab.qml:683, Modules/Settings/PluginsTab.qml:209, Modules/Settings/LockScreenTab.qml:318",
+ "comment": ""
+ },
+ {
+ "term": "Browse Files",
+ "context": "KDE Connect browse tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:151, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:322",
"comment": ""
},
{
"term": "Browse Plugins",
"context": "plugin browser header | plugin browser window title",
- "reference": "Modules/Settings/DesktopWidgetsTab.qml:101, Modules/Settings/PluginBrowser.qml:147, Modules/Settings/PluginBrowser.qml:257",
+ "reference": "Modules/Settings/PluginBrowser.qml:147, Modules/Settings/PluginBrowser.qml:257, Modules/Settings/DesktopWidgetsTab.qml:101",
"comment": ""
},
{
"term": "Browse Themes",
"context": "browse themes button | theme browser header | theme browser window title",
- "reference": "Modules/Settings/ThemeBrowser.qml:146, Modules/Settings/ThemeBrowser.qml:243, Modules/Settings/ThemeColorsTab.qml:764",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:764, Modules/Settings/ThemeBrowser.qml:146, Modules/Settings/ThemeBrowser.qml:243",
"comment": ""
},
{
@@ -1790,7 +1832,7 @@
{
"term": "Cancel",
"context": "Cancel",
- "reference": "Modals/BluetoothPairingModal.qml:272, Modals/PolkitAuthModal.qml:354, Modals/WifiPasswordModal.qml:691, Modals/WindowRuleModal.qml:1130, Modals/WorkspaceRenameModal.qml:161, Widgets/KeybindItem.qml:1814, Modules/Settings/AudioTab.qml:726, Modules/Settings/DisplayConfigTab.qml:256, Modules/Settings/DisplayConfigTab.qml:301, Modules/Settings/GreeterTab.qml:180, Modules/Settings/PluginBrowser.qml:122, Modules/Settings/PluginBrowser.qml:832, Modules/Settings/ThemeBrowser.qml:121, Modals/DankLauncherV2/LauncherContent.qml:1015, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83",
+ "reference": "Modals/WindowRuleModal.qml:1130, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:272, Modals/PolkitAuthModal.qml:354, Modals/WifiPasswordModal.qml:691, Widgets/KeybindItem.qml:1814, Modals/DankLauncherV2/LauncherContent.qml:1015, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modules/Settings/PluginBrowser.qml:122, Modules/Settings/PluginBrowser.qml:832, Modules/Settings/GreeterTab.qml:180, Modules/Settings/ThemeBrowser.qml:121, Modules/Settings/DisplayConfigTab.qml:256, Modules/Settings/DisplayConfigTab.qml:301, Modules/Settings/AudioTab.qml:726",
"comment": ""
},
{
@@ -1820,7 +1862,7 @@
{
"term": "Capacity",
"context": "Capacity",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:333, Modules/DankBar/Popouts/BatteryPopout.qml:491, Modules/ControlCenter/Details/BatteryDetail.qml:175",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:175, Modules/DankBar/Popouts/BatteryPopout.qml:333, Modules/DankBar/Popouts/BatteryPopout.qml:491",
"comment": ""
},
{
@@ -1991,6 +2033,12 @@
"reference": "Modules/ControlCenter/Models/WidgetModel.qml:180",
"comment": ""
},
+ {
+ "term": "Choose how the weather widget is displayed",
+ "context": "Choose how the weather widget is displayed",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:12",
+ "comment": ""
+ },
{
"term": "Choose how this bar resolves shadow direction",
"context": "Choose how this bar resolves shadow direction",
@@ -2045,6 +2093,12 @@
"reference": "Modules/Settings/LockScreenTab.qml:344",
"comment": ""
},
+ {
+ "term": "Chroma Style",
+ "context": "Chroma Style",
+ "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:74",
+ "comment": ""
+ },
{
"term": "Cipher",
"context": "Cipher",
@@ -2072,7 +2126,7 @@
{
"term": "Clear All",
"context": "Clear All",
- "reference": "Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:244, Modals/Clipboard/ClipboardHeader.qml:76, Modals/Clipboard/ClipboardHistoryModal.qml:149, Modals/Clipboard/ClipboardHistoryPopout.qml:151",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:76, Modals/Clipboard/ClipboardHistoryPopout.qml:151, Modals/Clipboard/ClipboardHistoryModal.qml:149, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:244",
"comment": ""
},
{
@@ -2084,7 +2138,7 @@
{
"term": "Clear History?",
"context": "Clear History?",
- "reference": "Modules/DankBar/DankBarContent.qml:601, Modals/Clipboard/ClipboardContent.qml:38",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:38, Modules/DankBar/DankBarContent.qml:601",
"comment": ""
},
{
@@ -2144,7 +2198,7 @@
{
"term": "Click Through",
"context": "Click Through",
- "reference": "Modules/Settings/DankBarTab.qml:679, Modules/Settings/DesktopWidgetInstanceCard.qml:343",
+ "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:679",
"comment": ""
},
{
@@ -2195,10 +2249,16 @@
"reference": "Modules/Settings/WidgetsTab.qml:101",
"comment": ""
},
+ {
+ "term": "Clipboard sent",
+ "context": "KDE Connect clipboard action | Phone Connect clipboard action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:117, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:300",
+ "comment": ""
+ },
{
"term": "Clipboard service not available",
"context": "Clipboard service not available",
- "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:64, Modals/Clipboard/ClipboardHistoryPopout.qml:54",
+ "reference": "Modals/Clipboard/ClipboardHistoryPopout.qml:54, Modals/Clipboard/ClipboardHistoryModal.qml:64",
"comment": ""
},
{
@@ -2216,13 +2276,13 @@
{
"term": "Clock Style",
"context": "Clock Style",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:11, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:28",
+ "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:28, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:11",
"comment": ""
},
{
"term": "Close",
"context": "Close",
- "reference": "Modals/NetworkInfoModal.qml:129, Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:594, Modules/SystemUpdatePopout.qml:307, Modules/DankBar/Widgets/RunningApps.qml:872",
+ "reference": "Modules/SystemUpdatePopout.qml:307, Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:594, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Widgets/RunningApps.qml:872",
"comment": ""
},
{
@@ -2240,13 +2300,13 @@
{
"term": "Close Window",
"context": "Close Window",
- "reference": "Modules/Dock/DockContextMenu.qml:537, Modules/DankBar/Widgets/AppsDockContextMenu.qml:447",
+ "reference": "dms-plugins/DankHyprlandWindows/DankHyprlandWindows.qml:141, Modules/Dock/DockContextMenu.qml:537, Modules/DankBar/Widgets/AppsDockContextMenu.qml:447",
"comment": ""
},
{
"term": "Color",
"context": "border color",
- "reference": "Modules/Settings/DankBarTab.qml:1193, Modules/Settings/DankBarTab.qml:1267, Modules/Settings/DankBarTab.qml:1392, Modules/Settings/DankBarTab.qml:1482, Modules/Settings/LauncherTab.qml:459, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
+ "reference": "Modules/Settings/LauncherTab.qml:459, Modules/Settings/DankBarTab.qml:1193, Modules/Settings/DankBarTab.qml:1267, Modules/Settings/DankBarTab.qml:1392, Modules/Settings/DankBarTab.qml:1482, Modules/Settings/Widgets/SettingsColorPicker.qml:29",
"comment": ""
},
{
@@ -2309,6 +2369,18 @@
"reference": "Modules/Settings/GammaControlTab.qml:106",
"comment": ""
},
+ {
+ "term": "Color theme for syntax highlighting.",
+ "context": "Color theme for syntax highlighting.",
+ "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:77",
+ "comment": ""
+ },
+ {
+ "term": "Color theme for syntax highlighting. %1 themes available.",
+ "context": "Color theme for syntax highlighting. %1 themes available.",
+ "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:76",
+ "comment": ""
+ },
{
"term": "Color theme from DMS registry",
"context": "registry theme description",
@@ -2390,7 +2462,7 @@
{
"term": "Compact",
"context": "Compact",
- "reference": "Modules/Settings/NotificationsTab.qml:270",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/NotificationsTab.qml:270",
"comment": ""
},
{
@@ -2558,7 +2630,7 @@
{
"term": "Connected",
"context": "network status",
- "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkTab.qml:448, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1558, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:337, Modules/ControlCenter/Components/DragDropGrid.qml:340, Modules/ControlCenter/Components/DragDropGrid.qml:342, Modules/ControlCenter/Components/DragDropGrid.qml:345, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:609",
+ "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkTab.qml:448, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1558, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:609, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:337, Modules/ControlCenter/Components/DragDropGrid.qml:340, Modules/ControlCenter/Components/DragDropGrid.qml:342, Modules/ControlCenter/Components/DragDropGrid.qml:345",
"comment": ""
},
{
@@ -2603,6 +2675,12 @@
"reference": "Common/Theme.qml:475",
"comment": ""
},
+ {
+ "term": "Content copied",
+ "context": "Content copied",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:262, dms-plugins/DankGifSearch/DankGifSearch.qml:209",
+ "comment": ""
+ },
{
"term": "Contrast",
"context": "Contrast",
@@ -2612,7 +2690,7 @@
{
"term": "Control Center",
"context": "greeter feature card title",
- "reference": "Modules/Settings/WidgetsTab.qml:162, Modals/Greeter/GreeterWelcomePage.qml:149",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:149, Modules/Settings/WidgetsTab.qml:162",
"comment": ""
},
{
@@ -2687,10 +2765,28 @@
"reference": "Widgets/KeybindItem.qml:1659",
"comment": ""
},
+ {
+ "term": "Copied GIF",
+ "context": "Copied GIF",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:283, dms-plugins/DankGifSearch/DankGifSearch.qml:230",
+ "comment": ""
+ },
+ {
+ "term": "Copied MP4",
+ "context": "Copied MP4",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:293, dms-plugins/DankGifSearch/DankGifSearch.qml:240",
+ "comment": ""
+ },
+ {
+ "term": "Copied WebP",
+ "context": "Copied WebP",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:273, dms-plugins/DankGifSearch/DankGifSearch.qml:220",
+ "comment": ""
+ },
{
"term": "Copied to clipboard",
"context": "Copied to clipboard",
- "reference": "Services/ClipboardService.qml:108, Modules/Notepad/NotepadTextEditor.qml:250, Modules/Settings/DesktopWidgetInstanceCard.qml:426, Modals/Settings/SettingsModal.qml:315, Modals/Settings/SettingsModal.qml:332",
+ "reference": "Services/ClipboardService.qml:108, 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:259, Modules/Settings/DesktopWidgetInstanceCard.qml:426",
"comment": ""
},
{
@@ -2699,6 +2795,18 @@
"reference": "Modules/Toast.qml:16",
"comment": ""
},
+ {
+ "term": "Copy",
+ "context": "Copy",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170",
+ "comment": ""
+ },
+ {
+ "term": "Copy Content",
+ "context": "Copy Content",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:259, dms-plugins/DankGifSearch/DankGifSearch.qml:206",
+ "comment": ""
+ },
{
"term": "Copy Full Command",
"context": "Copy Full Command",
@@ -2708,7 +2816,7 @@
{
"term": "Copy HTML",
"context": "Copy HTML",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:701",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:712",
"comment": ""
},
{
@@ -2726,7 +2834,7 @@
{
"term": "Copy Text",
"context": "Copy Text",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:679",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:690",
"comment": ""
},
{
@@ -2924,7 +3032,13 @@
{
"term": "Custom",
"context": "shadow color option | theme category option",
- "reference": "Widgets/KeybindItem.qml:1403, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/DockTab.qml:282, Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:75, Modules/Settings/LauncherTab.qml:181, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1674, Modules/Settings/ThemeColorsTab.qml:1685, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/Widgets/DeviceAliasRow.qml:92, Modules/Settings/Widgets/SettingsColorPicker.qml:52",
+ "reference": "Widgets/KeybindItem.qml:1403, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:280, Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1674, Modules/Settings/ThemeColorsTab.qml:1685, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/DockTab.qml:282, Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:75, Modules/Settings/LauncherTab.qml:181, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92",
+ "comment": ""
+ },
+ {
+ "term": "Custom Color",
+ "context": "Custom Color",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:56",
"comment": ""
},
{
@@ -3008,7 +3122,7 @@
{
"term": "Custom power profile",
"context": "power profile description",
- "reference": "Common/Theme.qml:1489",
+ "reference": "Common/Theme.qml:1496",
"comment": ""
},
{
@@ -3128,7 +3242,7 @@
{
"term": "DankBar",
"context": "greeter feature card title | greeter settings link",
- "reference": "Modals/Greeter/GreeterCompletePage.qml:405, Modals/Greeter/GreeterWelcomePage.qml:114",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:114, Modals/Greeter/GreeterCompletePage.qml:405",
"comment": ""
},
{
@@ -3146,7 +3260,7 @@
{
"term": "Dark Mode",
"context": "Dark Mode",
- "reference": "Modules/Settings/ThemeColorsTab.qml:1389, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Components/DragDropGrid.qml:620, Modules/ControlCenter/Models/WidgetModel.qml:77",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1389, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Models/WidgetModel.qml:77, Modules/ControlCenter/Components/DragDropGrid.qml:620",
"comment": ""
},
{
@@ -3236,13 +3350,13 @@
{
"term": "Default",
"context": "notification rule action option | notification rule urgency option | widget style option",
- "reference": "Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:181, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142, Modules/Settings/ThemeColorsTab.qml:1482",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1482, Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:181, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142",
"comment": ""
},
{
"term": "Default (Black)",
"context": "shadow color option",
- "reference": "Modules/Settings/DankBarTab.qml:1211, Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1676",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1676, Modules/Settings/DankBarTab.qml:1211",
"comment": ""
},
{
@@ -3278,13 +3392,13 @@
{
"term": "Delete",
"context": "Delete",
- "reference": "Widgets/VpnDetailContent.qml:221, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/DisplayConfigTab.qml:291, Modules/Settings/NetworkTab.qml:1825, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680",
+ "reference": "Widgets/VpnDetailContent.qml:221, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/NetworkTab.qml:1825, Modules/Settings/DisplayConfigTab.qml:291",
"comment": ""
},
{
"term": "Delete \"%1\"?",
"context": "Delete \"%1\"?",
- "reference": "Widgets/VpnDetailContent.qml:220, Modules/Settings/NetworkTab.qml:1824, Modules/Settings/PrinterTab.qml:1093",
+ "reference": "Widgets/VpnDetailContent.qml:220, Modules/Settings/PrinterTab.qml:1093, Modules/Settings/NetworkTab.qml:1824",
"comment": ""
},
{
@@ -3338,7 +3452,7 @@
{
"term": "Description",
"context": "Description",
- "reference": "Modules/Settings/PrinterTab.qml:796, Modals/DankLauncherV2/LauncherContent.qml:914",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:914, Modules/Settings/PrinterTab.qml:796",
"comment": ""
},
{
@@ -3368,7 +3482,7 @@
{
"term": "Desktop Widgets",
"context": "Desktop Widgets",
- "reference": "Modules/Settings/DesktopWidgetsTab.qml:75, Modals/Settings/SettingsSidebar.qml:171",
+ "reference": "Modals/Settings/SettingsSidebar.qml:171, Modules/Settings/DesktopWidgetsTab.qml:75",
"comment": ""
},
{
@@ -3377,10 +3491,16 @@
"reference": "Modules/Settings/DisplayWidgetsTab.qml:44",
"comment": ""
},
+ {
+ "term": "Detailed",
+ "context": "Detailed",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:23",
+ "comment": ""
+ },
{
"term": "Details for \"%1\"",
"context": "Details for \"%1\"",
- "reference": "Modals/NetworkInfoModal.qml:69, Modals/NetworkWiredInfoModal.qml:69",
+ "reference": "Modals/NetworkWiredInfoModal.qml:69, Modals/NetworkInfoModal.qml:69",
"comment": ""
},
{
@@ -3409,14 +3529,20 @@
},
{
"term": "Device paired",
- "context": "Device paired",
- "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:54",
+ "context": "Phone Connect pairing action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:164, Modules/ControlCenter/Details/BluetoothDetail.qml:54",
+ "comment": ""
+ },
+ {
+ "term": "Device unpaired",
+ "context": "KDE Connect unpair action | Phone Connect unpair action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:179, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:359",
"comment": ""
},
{
"term": "Digital",
"context": "Digital",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:18, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:37",
+ "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:37, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:18",
"comment": ""
},
{
@@ -3452,13 +3578,13 @@
{
"term": "Disabled",
"context": "bluetooth status | lock screen notification mode option",
- "reference": "Modules/Settings/DankBarTab.qml:357, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NetworkTab.qml:823, Modules/Settings/NotificationsTab.qml:729, Modules/Settings/ThemeColorsTab.qml:1363, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1226, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1232, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1234, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1260, Modules/ControlCenter/Components/DragDropGrid.qml:317",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1363, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NetworkTab.qml:823, Modules/Settings/DankBarTab.qml:357, Modules/Settings/NotificationsTab.qml:729, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1226, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1232, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1234, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1260, Modules/ControlCenter/Components/DragDropGrid.qml:317",
"comment": ""
},
{
"term": "Disabling WiFi...",
"context": "network status",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:293, Modules/ControlCenter/Details/NetworkDetail.qml:192",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:192, Modules/ControlCenter/Components/DragDropGrid.qml:293",
"comment": ""
},
{
@@ -3488,7 +3614,7 @@
{
"term": "Disconnected",
"context": "Disconnected",
- "reference": "Modules/Settings/NetworkTab.qml:215, Modules/Settings/NetworkTab.qml:450, Modules/Settings/NetworkTab.qml:1555, Modules/Settings/DisplayConfig/MonitorRect.qml:93, Modules/Settings/DisplayConfig/OutputCard.qml:74, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18",
+ "reference": "Modules/Settings/NetworkTab.qml:215, Modules/Settings/NetworkTab.qml:450, Modules/Settings/NetworkTab.qml:1555, Modules/Settings/DisplayConfig/OutputCard.qml:74, Modules/Settings/DisplayConfig/MonitorRect.qml:93, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18",
"comment": ""
},
{
@@ -3536,7 +3662,7 @@
{
"term": "Dismiss",
"context": "Dismiss",
- "reference": "Modules/Notifications/Center/NotificationCard.qml:762, Modules/Notifications/Center/NotificationCard.qml:899, Modules/Notifications/Center/NotificationCard.qml:1044, Modules/Notifications/Popup/NotificationPopup.qml:27, Modules/Notifications/Popup/NotificationPopup.qml:1125",
+ "reference": "Modules/Notifications/Popup/NotificationPopup.qml:27, Modules/Notifications/Popup/NotificationPopup.qml:1125, Modules/Notifications/Center/NotificationCard.qml:762, Modules/Notifications/Center/NotificationCard.qml:899, Modules/Notifications/Center/NotificationCard.qml:1044",
"comment": ""
},
{
@@ -3617,6 +3743,12 @@
"reference": "Modules/Settings/WidgetsTab.qml:60",
"comment": ""
},
+ {
+ "term": "Display hourly weather predictions",
+ "context": "Display hourly weather predictions",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:136",
+ "comment": ""
+ },
{
"term": "Display only workspaces that contain windows",
"context": "Display only workspaces that contain windows",
@@ -3650,7 +3782,7 @@
{
"term": "Displays",
"context": "greeter settings link",
- "reference": "Modules/Settings/Widgets/SettingsDisplayPicker.qml:36, Modals/Greeter/GreeterCompletePage.qml:373, Modals/Settings/SettingsSidebar.qml:206",
+ "reference": "Modals/Greeter/GreeterCompletePage.qml:373, Modals/Settings/SettingsSidebar.qml:206, Modules/Settings/Widgets/SettingsDisplayPicker.qml:36",
"comment": ""
},
{
@@ -3680,7 +3812,7 @@
{
"term": "Do Not Disturb",
"context": "Do Not Disturb",
- "reference": "Modules/Settings/NotificationsTab.qml:386, Modules/Notifications/Center/NotificationHeader.qml:63, Modules/Notifications/Center/NotificationSettings.qml:141, Modules/ControlCenter/Components/DragDropGrid.qml:622, Modules/ControlCenter/Models/WidgetModel.qml:85",
+ "reference": "Modules/Settings/NotificationsTab.qml:386, Modules/ControlCenter/Models/WidgetModel.qml:85, Modules/ControlCenter/Components/DragDropGrid.qml:622, Modules/Notifications/Center/NotificationHeader.qml:63, Modules/Notifications/Center/NotificationSettings.qml:141",
"comment": ""
},
{
@@ -3710,7 +3842,7 @@
{
"term": "Docs",
"context": "greeter documentation link",
- "reference": "Modules/Settings/AboutTab.qml:274, Modules/Settings/AboutTab.qml:282, Modals/Greeter/GreeterCompletePage.qml:468",
+ "reference": "Modals/Greeter/GreeterCompletePage.qml:468, Modules/Settings/AboutTab.qml:274, Modules/Settings/AboutTab.qml:282",
"comment": ""
},
{
@@ -3734,7 +3866,7 @@
{
"term": "Don't Save",
"context": "Don't Save",
- "reference": "Modules/Notepad/Notepad.qml:430",
+ "reference": "Modules/Notepad/Notepad.qml:440",
"comment": ""
},
{
@@ -3770,7 +3902,7 @@
{
"term": "Driver",
"context": "Driver",
- "reference": "Modules/Settings/NetworkTab.qml:597, Modules/Settings/PrinterTab.qml:691",
+ "reference": "Modules/Settings/PrinterTab.qml:691, Modules/Settings/NetworkTab.qml:597",
"comment": ""
},
{
@@ -3872,7 +4004,7 @@
{
"term": "Empty",
"context": "battery status",
- "reference": "Services/BatteryService.qml:140, Modules/Notepad/NotepadTextEditor.qml:837",
+ "reference": "Services/BatteryService.qml:140, Modules/Notepad/NotepadTextEditor.qml:848",
"comment": ""
},
{
@@ -4058,13 +4190,13 @@
{
"term": "Enabling WiFi...",
"context": "network status",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:293, Modules/ControlCenter/Details/NetworkDetail.qml:192",
+ "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:192, Modules/ControlCenter/Components/DragDropGrid.qml:293",
"comment": ""
},
{
"term": "End",
"context": "End",
- "reference": "Modules/Settings/GammaControlTab.qml:295, Modules/Settings/ThemeColorsTab.qml:1178",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1178, Modules/Settings/GammaControlTab.qml:295",
"comment": ""
},
{
@@ -4097,6 +4229,12 @@
"reference": "Modals/BluetoothPairingModal.qml:137, Modals/WifiPasswordModal.qml:351",
"comment": ""
},
+ {
+ "term": "Enter URL or text to share",
+ "context": "KDE Connect share input placeholder",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:73",
+ "comment": ""
+ },
{
"term": "Enter a new name for session \"%1\"",
"context": "Enter a new name for session \"%1\"",
@@ -4220,7 +4358,7 @@
{
"term": "Ethernet",
"context": "network status",
- "reference": "Modules/Settings/NetworkTab.qml:211, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:328, Modules/ControlCenter/Components/DragDropGrid.qml:297, Modules/ControlCenter/Components/DragDropGrid.qml:300, Modules/ControlCenter/Details/NetworkDetail.qml:136",
+ "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:297, Modules/ControlCenter/Components/DragDropGrid.qml:300",
"comment": ""
},
{
@@ -4232,7 +4370,7 @@
{
"term": "Exclusive Zone Offset",
"context": "Exclusive Zone Offset",
- "reference": "Modules/Settings/DankBarTab.qml:830, Modules/Settings/DockTab.qml:546",
+ "reference": "Modules/Settings/DockTab.qml:546, Modules/Settings/DankBarTab.qml:830",
"comment": ""
},
{
@@ -4262,7 +4400,7 @@
{
"term": "Extend battery life",
"context": "power profile description",
- "reference": "Common/Theme.qml:1483",
+ "reference": "Common/Theme.qml:1490",
"comment": ""
},
{
@@ -4307,6 +4445,12 @@
"reference": "Modules/Settings/PowerSleepTab.qml:83",
"comment": ""
},
+ {
+ "term": "Failed to accept pairing",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:161",
+ "comment": ""
+ },
{
"term": "Failed to activate configuration",
"context": "Failed to activate configuration",
@@ -4331,6 +4475,12 @@
"reference": "Services/CupsService.qml:710",
"comment": ""
},
+ {
+ "term": "Failed to browse device",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:143",
+ "comment": ""
+ },
{
"term": "Failed to cancel all jobs",
"context": "Failed to cancel all jobs",
@@ -4469,6 +4619,12 @@
"reference": "Services/VPNService.qml:84, Services/VPNService.qml:98",
"comment": ""
},
+ {
+ "term": "Failed to launch SMS app",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:133",
+ "comment": ""
+ },
{
"term": "Failed to load VPN config",
"context": "Failed to load VPN config",
@@ -4523,6 +4679,12 @@
"reference": "Services/CupsService.qml:640",
"comment": ""
},
+ {
+ "term": "Failed to reject pairing",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:170",
+ "comment": ""
+ },
{
"term": "Failed to remove device",
"context": "Failed to remove device",
@@ -4559,6 +4721,12 @@
"reference": "Services/CupsService.qml:406",
"comment": ""
},
+ {
+ "term": "Failed to ring device",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:96",
+ "comment": ""
+ },
{
"term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.",
"context": "greeter status error",
@@ -4589,6 +4757,24 @@
"reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:199",
"comment": ""
},
+ {
+ "term": "Failed to send clipboard",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:114",
+ "comment": ""
+ },
+ {
+ "term": "Failed to send file",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:361, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:421",
+ "comment": ""
+ },
+ {
+ "term": "Failed to send ping",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:105",
+ "comment": ""
+ },
{
"term": "Failed to set brightness",
"context": "Failed to set brightness",
@@ -4631,6 +4817,12 @@
"reference": "Services/PortalService.qml:154",
"comment": ""
},
+ {
+ "term": "Failed to share",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:341, dms-plugins/DankKDEConnect/DankKDEConnect.qml:349, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:407",
+ "comment": ""
+ },
{
"term": "Failed to start connection to %1",
"context": "Failed to start connection to %1",
@@ -4685,6 +4877,12 @@
"reference": "Modals/Greeter/GreeterWelcomePage.qml:75",
"comment": ""
},
+ {
+ "term": "Feels",
+ "context": "Feels",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:401",
+ "comment": ""
+ },
{
"term": "Feels Like",
"context": "Feels Like",
@@ -4727,6 +4925,12 @@
"reference": "Modals/FileBrowser/FileInfo.qml:137",
"comment": ""
},
+ {
+ "term": "File received from",
+ "context": "Phone Connect file share notification",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:79",
+ "comment": ""
+ },
{
"term": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch",
"context": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch",
@@ -4760,7 +4964,7 @@
{
"term": "Find in note...",
"context": "Find in note...",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:372",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:381",
"comment": ""
},
{
@@ -4808,13 +5012,13 @@
{
"term": "Fix Now",
"context": "Fix Now",
- "reference": "Modules/Settings/KeybindsTab.qml:371, Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:84",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:371, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:84",
"comment": ""
},
{
"term": "Fixing...",
"context": "Fixing...",
- "reference": "Modules/Settings/KeybindsTab.qml:368, Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:81",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:368, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:81",
"comment": ""
},
{
@@ -4826,25 +5030,25 @@
{
"term": "Flipped",
"context": "Flipped",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1801, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1822, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1801, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1822",
"comment": ""
},
{
"term": "Flipped 180°",
"context": "Flipped 180°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1805, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1826, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1805, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1826",
"comment": ""
},
{
"term": "Flipped 270°",
"context": "Flipped 270°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1807, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1828, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1807, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1828",
"comment": ""
},
{
"term": "Flipped 90°",
"context": "Flipped 90°",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1803, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1824, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1803, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1824",
"comment": ""
},
{
@@ -4862,7 +5066,7 @@
{
"term": "Focus at Startup",
"context": "Focus at Startup",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1236, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:70",
+ "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:70, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1236",
"comment": ""
},
{
@@ -4940,7 +5144,7 @@
{
"term": "Font Scale",
"context": "Font Scale",
- "reference": "Modules/Settings/DankBarTab.qml:951, Modules/Settings/TypographyMotionTab.qml:183",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:183, Modules/Settings/DankBarTab.qml:951",
"comment": ""
},
{
@@ -4985,6 +5189,18 @@
"reference": "Modules/Settings/ThemeColorsTab.qml:2151",
"comment": ""
},
+ {
+ "term": "Forecast",
+ "context": "Forecast",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:27",
+ "comment": ""
+ },
+ {
+ "term": "Forecast Days",
+ "context": "Forecast Days",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:127",
+ "comment": ""
+ },
{
"term": "Forecast Not Available",
"context": "Forecast Not Available",
@@ -5162,7 +5378,7 @@
{
"term": "Gamma Control",
"context": "Gamma Control",
- "reference": "Modules/Settings/GammaControlTab.qml:64, Modals/Settings/SettingsSidebar.qml:218",
+ "reference": "Modals/Settings/SettingsSidebar.qml:218, Modules/Settings/GammaControlTab.qml:64",
"comment": ""
},
{
@@ -5336,7 +5552,7 @@
{
"term": "Group by App",
"context": "Group by App",
- "reference": "Modules/Settings/DockTab.qml:157, Modules/Settings/WidgetsTabSection.qml:2140",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:2140, Modules/Settings/DockTab.qml:157",
"comment": ""
},
{
@@ -5384,19 +5600,19 @@
{
"term": "HSV",
"context": "HSV",
- "reference": "Modals/DankColorPickerModal.qml:685",
+ "reference": "Modals/DankColorPickerModal.qml:692",
"comment": ""
},
{
"term": "HTML copied to clipboard",
"context": "HTML copied to clipboard",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:275",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:284",
"comment": ""
},
{
"term": "Health",
"context": "Health",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:298, Modules/DankBar/Popouts/BatteryPopout.qml:454, Modules/ControlCenter/Details/BatteryDetail.qml:140",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:140, Modules/DankBar/Popouts/BatteryPopout.qml:298, Modules/DankBar/Popouts/BatteryPopout.qml:454",
"comment": ""
},
{
@@ -5438,7 +5654,7 @@
{
"term": "Hex",
"context": "Hex",
- "reference": "Modals/DankColorPickerModal.qml:560",
+ "reference": "Modals/DankColorPickerModal.qml:567",
"comment": ""
},
{
@@ -5588,7 +5804,7 @@
{
"term": "History",
"context": "notification center tab",
- "reference": "Modules/Notifications/Center/NotificationHeader.qml:151, Modals/Clipboard/ClipboardHeader.qml:60",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:60, Modules/Notifications/Center/NotificationHeader.qml:151",
"comment": ""
},
{
@@ -5600,7 +5816,7 @@
{
"term": "History Settings",
"context": "History Settings",
- "reference": "Modules/Settings/ClipboardTab.qml:278, Modules/Settings/NotificationsTab.qml:803, Modules/Notifications/Center/NotificationSettings.qml:330",
+ "reference": "Modules/Settings/NotificationsTab.qml:803, Modules/Settings/ClipboardTab.qml:278, Modules/Notifications/Center/NotificationSettings.qml:330",
"comment": ""
},
{
@@ -5660,7 +5876,7 @@
{
"term": "Hot Corners",
"context": "Hot Corners",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77",
+ "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238",
"comment": ""
},
{
@@ -5672,7 +5888,7 @@
{
"term": "Hour",
"context": "Hour",
- "reference": "Modules/Settings/GammaControlTab.qml:232, Modules/Settings/ThemeColorsTab.qml:1116",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1116, Modules/Settings/GammaControlTab.qml:232",
"comment": ""
},
{
@@ -5681,6 +5897,12 @@
"reference": "Modules/DankDash/WeatherTab.qml:860",
"comment": ""
},
+ {
+ "term": "Hourly Forecast Count",
+ "context": "Hourly Forecast Count",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:142",
+ "comment": ""
+ },
{
"term": "How often to change wallpaper",
"context": "How often to change wallpaper",
@@ -5696,7 +5918,7 @@
{
"term": "Humidity",
"context": "Humidity",
- "reference": "Modules/DankDash/WeatherForecastCard.qml:80, Modules/DankDash/WeatherTab.qml:84, Modules/Settings/TimeWeatherTab.qml:933",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:413, Modules/DankDash/WeatherTab.qml:84, Modules/DankDash/WeatherForecastCard.qml:80, Modules/Settings/TimeWeatherTab.qml:933",
"comment": ""
},
{
@@ -5756,7 +5978,7 @@
{
"term": "Icon",
"context": "Icon",
- "reference": "Modules/Settings/DockTab.qml:247, Modals/DankLauncherV2/LauncherContent.qml:894",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:894, Modules/Settings/DockTab.qml:247",
"comment": ""
},
{
@@ -5792,7 +6014,7 @@
{
"term": "Idle Inhibitor",
"context": "Idle Inhibitor",
- "reference": "Modules/Settings/OSDTab.qml:125, Modules/Settings/WidgetsTab.qml:190",
+ "reference": "Modules/Settings/WidgetsTab.qml:190, Modules/Settings/OSDTab.qml:125",
"comment": ""
},
{
@@ -5942,7 +6164,7 @@
{
"term": "Install",
"context": "install action button",
- "reference": "Modules/Settings/GreeterTab.qml:120, Modules/Settings/GreeterTab.qml:166, Modules/Settings/PluginBrowser.qml:121, Modules/Settings/PluginBrowser.qml:634, Modules/Settings/ThemeBrowser.qml:120, Modules/Settings/ThemeBrowser.qml:648",
+ "reference": "Modules/Settings/PluginBrowser.qml:121, Modules/Settings/PluginBrowser.qml:634, Modules/Settings/GreeterTab.qml:120, Modules/Settings/GreeterTab.qml:166, Modules/Settings/ThemeBrowser.qml:120, Modules/Settings/ThemeBrowser.qml:648",
"comment": ""
},
{
@@ -6110,7 +6332,7 @@
{
"term": "Keep Awake",
"context": "Keep Awake",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:624, Modules/ControlCenter/Models/WidgetModel.qml:93",
+ "reference": "Modules/ControlCenter/Models/WidgetModel.qml:93, Modules/ControlCenter/Components/DragDropGrid.qml:624",
"comment": ""
},
{
@@ -6137,12 +6359,30 @@
"reference": "Widgets/KeybindItem.qml:621",
"comment": ""
},
+ {
+ "term": "Keybind Sources",
+ "context": "Keybind Sources",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:144",
+ "comment": ""
+ },
{
"term": "Keybinds",
"context": "greeter settings link",
"reference": "Modals/Greeter/GreeterCompletePage.qml:413",
"comment": ""
},
+ {
+ "term": "Keybinds Search Settings",
+ "context": "Keybinds Search Settings",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:70",
+ "comment": ""
+ },
+ {
+ "term": "Keybinds shown alongside regular search results",
+ "context": "Keybinds shown alongside regular search results",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:107",
+ "comment": ""
+ },
{
"term": "Keyboard Layout Name",
"context": "Keyboard Layout Name",
@@ -6152,7 +6392,7 @@
{
"term": "Keyboard Shortcuts",
"context": "Keyboard Shortcuts",
- "reference": "Modules/Settings/KeybindsTab.qml:232, Modals/Clipboard/ClipboardHeader.qml:68, Modals/Settings/SettingsSidebar.qml:199, Modals/Settings/SettingsSidebar.qml:557",
+ "reference": "Modals/Settings/SettingsSidebar.qml:199, Modals/Settings/SettingsSidebar.qml:557, Modals/Clipboard/ClipboardHeader.qml:68, Modules/Settings/KeybindsTab.qml:232",
"comment": ""
},
{
@@ -6272,7 +6512,7 @@
{
"term": "Latitude",
"context": "Latitude",
- "reference": "Modules/Settings/GammaControlTab.qml:379, Modules/Settings/ThemeColorsTab.qml:1261, Modules/Settings/TimeWeatherTab.qml:502",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1261, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:502",
"comment": ""
},
{
@@ -6290,7 +6530,7 @@
{
"term": "Launch on dGPU",
"context": "Launch on dGPU",
- "reference": "Modules/Dock/DockContextMenu.qml:482, Modules/DankBar/Widgets/AppsDockContextMenu.qml:401, Modals/DankLauncherV2/LauncherContextMenu.qml:146, Modals/DankLauncherV2/ActionPanel.qml:61",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:146, Modals/DankLauncherV2/ActionPanel.qml:61, Modules/Dock/DockContextMenu.qml:482, Modules/DankBar/Widgets/AppsDockContextMenu.qml:401",
"comment": ""
},
{
@@ -6314,7 +6554,7 @@
{
"term": "Layout",
"context": "Layout",
- "reference": "Modules/Settings/WidgetsTab.qml:37, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240, Modules/DankBar/Popouts/DWLLayoutPopout.qml:167",
+ "reference": "Modules/Settings/WidgetsTab.qml:37, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:167",
"comment": ""
},
{
@@ -6332,7 +6572,7 @@
{
"term": "Left",
"context": "Left",
- "reference": "Modules/Settings/DankBarTab.qml:288, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DockTab.qml:102, Modules/DankBar/Popouts/BatteryPopout.qml:520",
+ "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:288, Modules/Settings/DankBarTab.qml:542, Modules/DankBar/Popouts/BatteryPopout.qml:520",
"comment": ""
},
{
@@ -6398,7 +6638,7 @@
{
"term": "Line: %1",
"context": "Line: %1",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:848",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:859",
"comment": ""
},
{
@@ -6410,7 +6650,7 @@
{
"term": "Lines: %1",
"context": "Lines: %1",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:849",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:860",
"comment": ""
},
{
@@ -6443,10 +6683,16 @@
"reference": "Modules/Settings/KeybindsTab.qml:582",
"comment": ""
},
+ {
+ "term": "Loading trending...",
+ "context": "Loading trending...",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:153, dms-plugins/DankGifSearch/DankGifSearch.qml:96",
+ "comment": ""
+ },
{
"term": "Loading...",
"context": "loading indicator",
- "reference": "Widgets/VpnProfileDelegate.qml:220, Modules/Settings/NetworkTab.qml:681, Modules/Settings/NetworkTab.qml:1398, Modules/Settings/NetworkTab.qml:1884, Modules/Settings/PluginBrowser.qml:389, Modules/Settings/PrinterTab.qml:707, Modules/Settings/ThemeBrowser.qml:357, Modules/DankDash/Overview/WeatherOverviewCard.qml:31",
+ "reference": "Widgets/VpnProfileDelegate.qml:220, Modules/Settings/PluginBrowser.qml:389, Modules/Settings/PrinterTab.qml:707, Modules/Settings/ThemeBrowser.qml:357, Modules/Settings/NetworkTab.qml:681, Modules/Settings/NetworkTab.qml:1398, Modules/Settings/NetworkTab.qml:1884, Modules/DankDash/Overview/WeatherOverviewCard.qml:31",
"comment": ""
},
{
@@ -6470,7 +6716,7 @@
{
"term": "Location",
"context": "theme auto mode tab",
- "reference": "Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164, Modules/Settings/ThemeColorsTab.qml:1072",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1072, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164",
"comment": ""
},
{
@@ -6488,7 +6734,7 @@
{
"term": "Lock Screen",
"context": "greeter feature card title | lock screen notifications settings card",
- "reference": "Modules/Settings/NotificationsTab.qml:721, Modals/Greeter/GreeterWelcomePage.qml:158, Modals/Settings/SettingsSidebar.qml:292",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:158, Modals/Settings/SettingsSidebar.qml:292, Modules/Settings/NotificationsTab.qml:721",
"comment": ""
},
{
@@ -6524,7 +6770,7 @@
{
"term": "Lock before suspend",
"context": "Lock before suspend",
- "reference": "Modules/Settings/LockScreenTab.qml:191, Modules/Settings/PowerSleepTab.qml:92",
+ "reference": "Modules/Settings/PowerSleepTab.qml:92, Modules/Settings/LockScreenTab.qml:191",
"comment": ""
},
{
@@ -6560,7 +6806,7 @@
{
"term": "Long",
"context": "Long",
- "reference": "Modules/Settings/NotificationsTab.qml:337, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/NotificationsTab.qml:337",
"comment": ""
},
{
@@ -6578,7 +6824,7 @@
{
"term": "Longitude",
"context": "Longitude",
- "reference": "Modules/Settings/GammaControlTab.qml:402, Modules/Settings/ThemeColorsTab.qml:1284, Modules/Settings/TimeWeatherTab.qml:551",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1284, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:551",
"comment": ""
},
{
@@ -6599,6 +6845,12 @@
"reference": "Widgets/VpnProfileDelegate.qml:69, Modules/Settings/NetworkTab.qml:1930",
"comment": ""
},
+ {
+ "term": "Make sure KDE Connect or Valent is running on your other devices",
+ "context": "Phone Connect hint message",
+ "reference": "dms-plugins/DankKDEConnect/components/EmptyState.qml:18",
+ "comment": ""
+ },
{
"term": "Manage and configure plugins for extending DMS functionality",
"context": "Manage and configure plugins for extending DMS functionality",
@@ -6632,7 +6884,7 @@
{
"term": "Manual Coordinates",
"context": "Manual Coordinates",
- "reference": "Modules/Settings/GammaControlTab.qml:367, Modules/Settings/ThemeColorsTab.qml:1246",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1246, Modules/Settings/GammaControlTab.qml:367",
"comment": ""
},
{
@@ -6704,7 +6956,7 @@
{
"term": "Material Colors",
"context": "Material Colors",
- "reference": "Modals/DankColorPickerModal.qml:410",
+ "reference": "Modals/DankColorPickerModal.qml:417",
"comment": ""
},
{
@@ -6842,7 +7094,7 @@
{
"term": "Maximum History",
"context": "Maximum History",
- "reference": "Modules/Settings/ClipboardTab.qml:287, Modules/Settings/NotificationsTab.qml:818",
+ "reference": "Modules/Settings/NotificationsTab.qml:818, Modules/Settings/ClipboardTab.qml:287",
"comment": ""
},
{
@@ -6956,13 +7208,13 @@
{
"term": "Medium",
"context": "Medium",
- "reference": "Modules/Settings/NotificationsTab.qml:337, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WidgetsTabSection.qml:1943",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WidgetsTabSection.qml:1943, Modules/Settings/NotificationsTab.qml:337",
"comment": ""
},
{
"term": "Memory",
"context": "Memory",
- "reference": "Modules/ProcessList/PerformanceView.qml:91, Modules/ProcessList/ProcessListPopout.qml:319, Modules/ProcessList/ProcessesView.qml:268, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:210",
+ "reference": "Modules/ProcessList/ProcessListPopout.qml:319, Modules/ProcessList/ProcessesView.qml:268, Modules/ProcessList/PerformanceView.qml:91, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:210",
"comment": ""
},
{
@@ -6983,6 +7235,12 @@
"reference": "Modules/Settings/WidgetsTab.qml:117",
"comment": ""
},
+ {
+ "term": "Message",
+ "context": "KDE Connect SMS message input placeholder",
+ "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:73",
+ "comment": ""
+ },
{
"term": "Message Content",
"context": "notification privacy mode placeholder",
@@ -7046,7 +7304,7 @@
{
"term": "Minute",
"context": "Minute",
- "reference": "Modules/Settings/GammaControlTab.qml:240, Modules/Settings/ThemeColorsTab.qml:1124",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1124, Modules/Settings/GammaControlTab.qml:240",
"comment": ""
},
{
@@ -7094,13 +7352,13 @@
{
"term": "Model",
"context": "Model",
- "reference": "Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:1159, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211",
+ "reference": "Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:1159, Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211",
"comment": ""
},
{
"term": "Modified",
"context": "Modified",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240, Modals/DankLauncherV2/LauncherContent.qml:692, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:705",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:692, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:705, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240",
"comment": ""
},
{
@@ -7238,7 +7496,7 @@
{
"term": "Mute popups for %1",
"context": "Mute popups for %1",
- "reference": "Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Popup/NotificationPopup.qml:1096",
+ "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1096, Modules/Notifications/Center/NotificationCard.qml:1016",
"comment": ""
},
{
@@ -7268,7 +7526,7 @@
{
"term": "Name",
"context": "Name",
- "reference": "Modules/ProcessList/ProcessesView.qml:249, Modules/Settings/DesktopWidgetInstanceCard.qml:203, Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:754, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144, Modals/DankLauncherV2/LauncherContent.qml:690, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:704, Modals/DankLauncherV2/LauncherContent.qml:874",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:690, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:704, Modals/DankLauncherV2/LauncherContent.qml:874, Modules/ProcessList/ProcessesView.qml:249, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/DesktopWidgetInstanceCard.qml:203, Modules/Settings/PrinterTab.qml:754, Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144",
"comment": ""
},
{
@@ -7292,7 +7550,7 @@
{
"term": "Network",
"context": "Network",
- "reference": "Services/CupsService.qml:134, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1080, Modules/Settings/WidgetsTabSection.qml:1320, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:88, Modules/ControlCenter/Models/WidgetModel.qml:101, Modals/Settings/SettingsSidebar.qml:232",
+ "reference": "Services/CupsService.qml:134, Modals/Settings/SettingsSidebar.qml:232, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1080, Modules/Settings/WidgetsTabSection.qml:1320, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:88, Modules/ControlCenter/Models/WidgetModel.qml:101",
"comment": ""
},
{
@@ -7310,7 +7568,7 @@
{
"term": "Network Information",
"context": "Network Information",
- "reference": "Modals/NetworkInfoModal.qml:62, Modals/NetworkWiredInfoModal.qml:62",
+ "reference": "Modals/NetworkWiredInfoModal.qml:62, Modals/NetworkInfoModal.qml:62",
"comment": ""
},
{
@@ -7346,7 +7604,7 @@
{
"term": "Never",
"context": "Never",
- "reference": "Modules/Settings/ClipboardTab.qml:99, Modules/Settings/NotificationsTab.qml:33, Modules/Settings/NotificationsTab.qml:166, Modules/Settings/PowerSleepTab.qml:10, Modules/Notifications/Center/NotificationSettings.qml:37, Modules/Notifications/Center/NotificationSettings.qml:97",
+ "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:33, Modules/Settings/NotificationsTab.qml:166, Modules/Settings/ClipboardTab.qml:99, Modules/Notifications/Center/NotificationSettings.qml:37, Modules/Notifications/Center/NotificationSettings.qml:97",
"comment": ""
},
{
@@ -7358,7 +7616,7 @@
{
"term": "New",
"context": "New",
- "reference": "Modals/MuxModal.qml:592, Modules/Notepad/NotepadTextEditor.qml:795",
+ "reference": "Modals/MuxModal.qml:592, Modules/Notepad/NotepadTextEditor.qml:806",
"comment": ""
},
{
@@ -7412,7 +7670,7 @@
{
"term": "Next Transition",
"context": "Next Transition",
- "reference": "Modules/Settings/GammaControlTab.qml:643, Modules/Settings/ThemeColorsTab.qml:1425",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1425, Modules/Settings/GammaControlTab.qml:643",
"comment": ""
},
{
@@ -7424,7 +7682,7 @@
{
"term": "Night Mode",
"context": "Night Mode",
- "reference": "Modules/Settings/GammaControlTab.qml:76, Modules/ControlCenter/Components/DragDropGrid.qml:618, Modules/ControlCenter/Models/WidgetModel.qml:68",
+ "reference": "Modules/Settings/GammaControlTab.qml:76, Modules/ControlCenter/Models/WidgetModel.qml:68, Modules/ControlCenter/Components/DragDropGrid.qml:618",
"comment": ""
},
{
@@ -7577,6 +7835,12 @@
"reference": "Modules/DankDash/Overview/WeatherOverviewCard.qml:31",
"comment": ""
},
+ {
+ "term": "No Weather Data",
+ "context": "No Weather Data",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:166",
+ "comment": ""
+ },
{
"term": "No Weather Data Available",
"context": "No Weather Data Available",
@@ -7663,14 +7927,20 @@
},
{
"term": "No devices",
- "context": "bluetooth status",
- "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:368",
+ "context": "Phone Connect no devices status | bluetooth status",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:33, Modules/ControlCenter/Components/DragDropGrid.qml:368",
+ "comment": ""
+ },
+ {
+ "term": "No devices connected",
+ "context": "KDE Connect status",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:35",
"comment": ""
},
{
"term": "No devices found",
- "context": "No devices found",
- "reference": "Modules/Settings/PrinterTab.qml:436",
+ "context": "KDE Connect no devices message",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:124, dms-plugins/DankKDEConnect/components/EmptyState.qml:11, Modules/Settings/PrinterTab.qml:436",
"comment": ""
},
{
@@ -7736,7 +8006,7 @@
{
"term": "No information available",
"context": "No information available",
- "reference": "Modals/NetworkInfoModal.qml:105, Modals/NetworkWiredInfoModal.qml:105",
+ "reference": "Modals/NetworkWiredInfoModal.qml:105, Modals/NetworkInfoModal.qml:105",
"comment": ""
},
{
@@ -7778,7 +8048,7 @@
{
"term": "No matches",
"context": "No matches",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:382, Modals/Settings/SettingsSidebar.qml:803",
+ "reference": "Modals/Settings/SettingsSidebar.qml:803, Modules/Notepad/NotepadTextEditor.qml:391",
"comment": ""
},
{
@@ -7868,7 +8138,7 @@
{
"term": "No results found",
"context": "No results found",
- "reference": "Modals/DankLauncherV2/ResultsList.qml:483, Modals/DankLauncherV2/ResultsList.qml:490",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:153, dms-plugins/DankGifSearch/DankGifSearch.qml:96, Modals/DankLauncherV2/ResultsList.qml:483, Modals/DankLauncherV2/ResultsList.qml:490",
"comment": ""
},
{
@@ -7904,7 +8174,7 @@
{
"term": "No trigger",
"context": "No trigger",
- "reference": "Modules/Settings/LauncherTab.qml:742, Modals/DankLauncherV2/Controller.qml:1171",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1171, Modules/Settings/LauncherTab.qml:742",
"comment": ""
},
{
@@ -7964,13 +8234,13 @@
{
"term": "None",
"context": "wallpaper transition option",
- "reference": "Modals/WindowRuleModal.qml:740, Services/CupsService.qml:784, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:766, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WallpaperTab.qml:1161, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:87, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:100, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:104",
+ "reference": "Modals/WindowRuleModal.qml:740, Services/CupsService.qml:784, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WallpaperTab.qml:1161, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:766, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:87, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:100, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:104",
"comment": ""
},
{
"term": "Normal",
"context": "Normal",
- "reference": "Modals/WindowRuleModal.qml:762, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1793, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1809, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1814, Modules/Settings/DisplayConfig/OutputCard.qml:257",
+ "reference": "Modals/WindowRuleModal.qml:762, Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1793, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1809, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1814",
"comment": ""
},
{
@@ -8027,6 +8297,12 @@
"reference": "Modules/Settings/ThemeColorsTab.qml:118, Modules/Settings/ThemeColorsTab.qml:119",
"comment": ""
},
+ {
+ "term": "Not paired",
+ "context": "KDE Connect not paired status",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:214, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:207",
+ "comment": ""
+ },
{
"term": "Not set",
"context": "wallpaper not set label",
@@ -8042,7 +8318,7 @@
{
"term": "Notepad",
"context": "Notepad",
- "reference": "DMSShell.qml:815, Services/AppSearchService.qml:179, Modules/Settings/WidgetsTab.qml:232",
+ "reference": "DMSShell.qml:814, Services/AppSearchService.qml:179, Modules/Settings/WidgetsTab.qml:232",
"comment": ""
},
{
@@ -8120,7 +8396,7 @@
{
"term": "Notifications",
"context": "greeter settings link",
- "reference": "Modules/Notifications/Center/NotificationHeader.qml:49, Modals/Greeter/GreeterCompletePage.qml:397, Modals/Settings/SettingsSidebar.qml:146",
+ "reference": "Modals/Greeter/GreeterCompletePage.qml:397, Modals/Settings/SettingsSidebar.qml:146, Modules/Notifications/Center/NotificationHeader.qml:49",
"comment": ""
},
{
@@ -8168,7 +8444,7 @@
{
"term": "Off",
"context": "bluetooth status",
- "reference": "Modules/ProcessList/SystemView.qml:274, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:89, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/Settings/DisplayConfig/OutputCard.qml:280, Modules/Settings/DisplayConfig/OutputCard.qml:289, Modules/Settings/DisplayConfig/OutputCard.qml:292, Modules/Settings/DisplayConfig/OutputCard.qml:303, Modules/Settings/DisplayConfig/OutputCard.qml:311, Modules/Settings/DisplayConfig/OutputCard.qml:315, Modules/ControlCenter/Components/DragDropGrid.qml:355",
+ "reference": "Modules/ProcessList/SystemView.qml:274, Modules/Settings/DisplayConfig/OutputCard.qml:280, Modules/Settings/DisplayConfig/OutputCard.qml:289, Modules/Settings/DisplayConfig/OutputCard.qml:292, Modules/Settings/DisplayConfig/OutputCard.qml:303, Modules/Settings/DisplayConfig/OutputCard.qml:311, Modules/Settings/DisplayConfig/OutputCard.qml:315, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:89, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/ControlCenter/Components/DragDropGrid.qml:355",
"comment": ""
},
{
@@ -8177,6 +8453,12 @@
"reference": "Services/AppSearchService.qml:649, Services/AppSearchService.qml:650, Services/AppSearchService.qml:651, Services/AppSearchService.qml:652",
"comment": ""
},
+ {
+ "term": "Offline",
+ "context": "KDE Connect offline status | Phone Connect offline status",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:40, dms-plugins/DankKDEConnect/components/DeviceCard.qml:216, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:209",
+ "comment": ""
+ },
{
"term": "Offline Report",
"context": "Offline Report",
@@ -8210,7 +8492,7 @@
{
"term": "On-screen Displays",
"context": "On-screen Displays",
- "reference": "Modules/Settings/OSDTab.qml:25, Modals/Settings/SettingsSidebar.qml:152",
+ "reference": "Modals/Settings/SettingsSidebar.qml:152, Modules/Settings/OSDTab.qml:25",
"comment": ""
},
{
@@ -8240,7 +8522,7 @@
{
"term": "Opacity",
"context": "Opacity",
- "reference": "Modals/DankColorPickerModal.qml:514, Modals/WindowRuleModal.qml:679, Modules/Settings/DankBarTab.qml:1104, Modules/Settings/DankBarTab.qml:1429, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/WindowRulesTab.qml:534",
+ "reference": "Modals/WindowRuleModal.qml:679, Modals/DankColorPickerModal.qml:521, Modules/Settings/DankBarTab.qml:1104, Modules/Settings/DankBarTab.qml:1429, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/WindowRulesTab.qml:534",
"comment": ""
},
{
@@ -8252,13 +8534,25 @@
{
"term": "Open",
"context": "Open",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:779, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1448, Modules/Notifications/Center/NotificationCard.qml:716, Modules/Notifications/Center/NotificationCard.qml:852, Modules/ControlCenter/Details/NetworkDetail.qml:609, Modals/DankLauncherV2/Controller.qml:1040, Modals/DankLauncherV2/Controller.qml:1044, Modals/DankLauncherV2/Controller.qml:1048",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1040, Modals/DankLauncherV2/Controller.qml:1044, Modals/DankLauncherV2/Controller.qml:1048, Modules/Notepad/NotepadTextEditor.qml:790, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1448, Modules/ControlCenter/Details/NetworkDetail.qml:609, Modules/Notifications/Center/NotificationCard.qml:716, Modules/Notifications/Center/NotificationCard.qml:852",
+ "comment": ""
+ },
+ {
+ "term": "Open App",
+ "context": "KDE Connect open SMS app button",
+ "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:91",
+ "comment": ""
+ },
+ {
+ "term": "Open KDE Connect on your phone",
+ "context": "KDE Connect open app hint",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:131",
"comment": ""
},
{
"term": "Open Notepad File",
"context": "Open Notepad File",
- "reference": "Modules/Notepad/Notepad.qml:333",
+ "reference": "Modules/Notepad/Notepad.qml:343",
"comment": ""
},
{
@@ -8273,6 +8567,12 @@
"reference": "Modals/DankLauncherV2/Controller.qml:1048",
"comment": ""
},
+ {
+ "term": "Open in Browser",
+ "context": "Open in Browser",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:301, dms-plugins/DankGifSearch/DankGifSearch.qml:248",
+ "comment": ""
+ },
{
"term": "Open in terminal",
"context": "Open in terminal",
@@ -8288,7 +8588,31 @@
{
"term": "Open with...",
"context": "Open with...",
- "reference": "DMSShell.qml:649, Modals/BrowserPickerModal.qml:11",
+ "reference": "DMSShell.qml:648, Modals/BrowserPickerModal.qml:11",
+ "comment": ""
+ },
+ {
+ "term": "Opening SMS",
+ "context": "KDE Connect SMS action",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:344",
+ "comment": ""
+ },
+ {
+ "term": "Opening SMS app",
+ "context": "Phone Connect SMS action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:136",
+ "comment": ""
+ },
+ {
+ "term": "Opening file browser",
+ "context": "Phone Connect browse action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:146",
+ "comment": ""
+ },
+ {
+ "term": "Opening files",
+ "context": "KDE Connect browse action",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:328",
"comment": ""
},
{
@@ -8522,13 +8846,13 @@
{
"term": "Padding",
"context": "Padding",
- "reference": "Modules/Settings/DankBarTab.qml:872, Modules/Settings/DockTab.qml:537",
+ "reference": "Modules/Settings/DockTab.qml:537, Modules/Settings/DankBarTab.qml:872",
"comment": ""
},
{
"term": "Pair",
- "context": "Pair",
- "reference": "Modals/BluetoothPairingModal.qml:324, Modules/ControlCenter/Details/BluetoothDetail.qml:558",
+ "context": "KDE Connect pair button",
+ "reference": "Modals/BluetoothPairingModal.qml:324, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:391, Modules/ControlCenter/Details/BluetoothDetail.qml:558",
"comment": ""
},
{
@@ -8543,10 +8867,34 @@
"reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:299",
"comment": ""
},
+ {
+ "term": "Pairing",
+ "context": "KDE Connect pairing in progress status",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:212, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:205",
+ "comment": ""
+ },
{
"term": "Pairing failed",
- "context": "Pairing failed",
- "reference": "Modals/BluetoothPairingModal.qml:400, Modules/ControlCenter/Details/BluetoothDetail.qml:50",
+ "context": "Phone Connect error",
+ "reference": "Modals/BluetoothPairingModal.qml:400, dms-plugins/DankKDEConnect/DankKDEConnect.qml:152, Modules/ControlCenter/Details/BluetoothDetail.qml:50",
+ "comment": ""
+ },
+ {
+ "term": "Pairing request from",
+ "context": "Phone Connect pairing request notification",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:71",
+ "comment": ""
+ },
+ {
+ "term": "Pairing request sent",
+ "context": "Phone Connect pairing action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:155",
+ "comment": ""
+ },
+ {
+ "term": "Pairing requested",
+ "context": "KDE Connect pairing requested status",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:210, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:203",
"comment": ""
},
{
@@ -8579,6 +8927,12 @@
"reference": "Modules/Greetd/GreeterContent.qml:1021",
"comment": ""
},
+ {
+ "term": "Paste",
+ "context": "Paste",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195",
+ "comment": ""
+ },
{
"term": "Path to a video file or folder containing videos",
"context": "Path to a video file or folder containing videos",
@@ -8588,7 +8942,7 @@
{
"term": "Pattern",
"context": "Pattern",
- "reference": "Modules/Settings/NotificationsTab.qml:522, Modules/Settings/NotificationsTab.qml:531, Modules/Settings/RunningAppsTab.qml:87",
+ "reference": "Modules/Settings/RunningAppsTab.qml:87, Modules/Settings/NotificationsTab.qml:522, Modules/Settings/NotificationsTab.qml:531",
"comment": ""
},
{
@@ -8642,13 +8996,13 @@
{
"term": "Percentage",
"context": "Percentage",
- "reference": "Modules/Settings/WidgetsTab.qml:125, Modules/Settings/WidgetsTabSection.qml:984",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:984, Modules/Settings/WidgetsTab.qml:125",
"comment": ""
},
{
"term": "Performance",
"context": "power profile option",
- "reference": "Common/Theme.qml:1474, Modals/ProcessListModal.qml:311",
+ "reference": "Modals/ProcessListModal.qml:311, Common/Theme.qml:1481",
"comment": ""
},
{
@@ -8663,6 +9017,24 @@
"reference": "Modals/Settings/SettingsSidebar.qml:71, Modals/Settings/SettingsSidebar.qml:575",
"comment": ""
},
+ {
+ "term": "Phone Connect Not Available",
+ "context": "Phone Connect unavailable error title",
+ "reference": "dms-plugins/DankKDEConnect/components/UnavailableMessage.qml:30",
+ "comment": ""
+ },
+ {
+ "term": "Phone Connect unavailable",
+ "context": "Phone Connect service unavailable message",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:97",
+ "comment": ""
+ },
+ {
+ "term": "Phone number",
+ "context": "KDE Connect SMS phone input placeholder",
+ "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:67",
+ "comment": ""
+ },
{
"term": "Pick a different random video each time from the same folder",
"context": "Pick a different random video each time from the same folder",
@@ -8678,19 +9050,37 @@
{
"term": "Pin",
"context": "Pin",
- "reference": "Modals/WindowRuleModal.qml:971, Modules/Settings/WindowRulesTab.qml:563, Modules/ControlCenter/Details/AudioInputDetail.qml:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/NetworkDetail.qml:676",
+ "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:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/NetworkDetail.qml:676",
"comment": ""
},
{
"term": "Pin to Dock",
"context": "Pin to Dock",
- "reference": "Modules/Dock/DockContextMenu.qml:409, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341, Modals/DankLauncherV2/LauncherContextMenu.qml:103",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:103, Modules/Dock/DockContextMenu.qml:409, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341",
+ "comment": ""
+ },
+ {
+ "term": "Ping",
+ "context": "KDE Connect ping tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:124, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:281",
+ "comment": ""
+ },
+ {
+ "term": "Ping sent",
+ "context": "KDE Connect ping action",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:286",
+ "comment": ""
+ },
+ {
+ "term": "Ping sent to",
+ "context": "Phone Connect ping action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:108",
"comment": ""
},
{
"term": "Pinned",
"context": "Pinned",
- "reference": "Modules/ControlCenter/Details/AudioInputDetail.qml:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/NetworkDetail.qml:676, Modals/DankLauncherV2/Controller.qml:143",
+ "reference": "Modals/DankLauncherV2/Controller.qml:143, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/AudioInputDetail.qml:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/NetworkDetail.qml:676",
"comment": ""
},
{
@@ -8786,7 +9176,7 @@
{
"term": "Plugin",
"context": "Plugin",
- "reference": "Modules/Settings/DesktopWidgetBrowser.qml:408, Modules/ControlCenter/Models/WidgetModel.qml:242, Modals/DankLauncherV2/ResultItem.qml:183",
+ "reference": "Modals/DankLauncherV2/ResultItem.qml:183, Modules/Settings/DesktopWidgetBrowser.qml:408, Modules/ControlCenter/Models/WidgetModel.qml:242",
"comment": ""
},
{
@@ -8816,7 +9206,7 @@
{
"term": "Plugins",
"context": "greeter feature card title | greeter plugins link",
- "reference": "Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298, Modals/DankLauncherV2/LauncherContent.qml:352, Modals/Greeter/GreeterCompletePage.qml:476, Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Settings/SettingsSidebar.qml:312",
+ "reference": "Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/LauncherContent.qml:352, Modals/Settings/SettingsSidebar.qml:312, Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298",
"comment": ""
},
{
@@ -8888,7 +9278,7 @@
{
"term": "Position",
"context": "Position",
- "reference": "Modules/Settings/DankBarTab.qml:531, Modules/Settings/DockTab.qml:92, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1218",
+ "reference": "Modules/Settings/DockTab.qml:92, Modules/Settings/DankBarTab.qml:531, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1218",
"comment": ""
},
{
@@ -8906,7 +9296,7 @@
{
"term": "Power",
"context": "Power",
- "reference": "Modules/Settings/WidgetsTab.qml:253, Modules/DankBar/Popouts/BatteryPopout.qml:191, Modules/ControlCenter/Details/BatteryDetail.qml:72",
+ "reference": "Modules/Settings/WidgetsTab.qml:253, Modules/ControlCenter/Details/BatteryDetail.qml:72, Modules/DankBar/Popouts/BatteryPopout.qml:191",
"comment": ""
},
{
@@ -8954,13 +9344,13 @@
{
"term": "Power Profile Degradation",
"context": "Power Profile Degradation",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:613, Modules/ControlCenter/Details/BatteryDetail.qml:246",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:246, Modules/DankBar/Popouts/BatteryPopout.qml:613",
"comment": ""
},
{
"term": "Power Saver",
"context": "power profile option",
- "reference": "Common/Theme.qml:1470",
+ "reference": "Common/Theme.qml:1477",
"comment": ""
},
{
@@ -8972,7 +9362,7 @@
{
"term": "Power profile management available",
"context": "Power profile management available",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:176, Modules/ControlCenter/Details/BatteryDetail.qml:106",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:106, Modules/DankBar/Popouts/BatteryPopout.qml:176",
"comment": ""
},
{
@@ -8993,6 +9383,12 @@
"reference": "Modules/Settings/GreeterTab.qml:735",
"comment": ""
},
+ {
+ "term": "Precip",
+ "context": "Precip",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:437",
+ "comment": ""
+ },
{
"term": "Precipitation",
"context": "Precipitation",
@@ -9044,7 +9440,7 @@
{
"term": "Pressure",
"context": "Pressure",
- "reference": "Modules/DankDash/WeatherForecastCard.qml:90, Modules/DankDash/WeatherTab.qml:94, Modules/Settings/TimeWeatherTab.qml:1034",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:449, Modules/DankDash/WeatherTab.qml:94, Modules/DankDash/WeatherForecastCard.qml:90, Modules/Settings/TimeWeatherTab.qml:1034",
"comment": ""
},
{
@@ -9056,13 +9452,13 @@
{
"term": "Preview",
"context": "Preview",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:813",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:824",
"comment": ""
},
{
"term": "Primary",
"context": "button color option | color option | primary color | shadow color option | tile color option",
- "reference": "Modules/Settings/DankBarTab.qml:1211, Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/LauncherTab.qml:477, Modules/Settings/NetworkTab.qml:227, Modules/Settings/ThemeColorsTab.qml:1532, Modules/Settings/ThemeColorsTab.qml:1542, Modules/Settings/ThemeColorsTab.qml:1564, Modules/Settings/ThemeColorsTab.qml:1574, Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1670, Modules/Settings/ThemeColorsTab.qml:1681, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/Widgets/SettingsColorPicker.qml:42",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1532, Modules/Settings/ThemeColorsTab.qml:1542, Modules/Settings/ThemeColorsTab.qml:1564, Modules/Settings/ThemeColorsTab.qml:1574, Modules/Settings/ThemeColorsTab.qml:1664, Modules/Settings/ThemeColorsTab.qml:1670, Modules/Settings/ThemeColorsTab.qml:1681, Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/LauncherTab.qml:477, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/NetworkTab.qml:227, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/Widgets/SettingsColorPicker.qml:42",
"comment": ""
},
{
@@ -9122,7 +9518,7 @@
{
"term": "Printers",
"context": "Printers",
- "reference": "Modules/Settings/PrinterTab.qml:210, Modules/Settings/PrinterTab.qml:869, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:16, Modules/ControlCenter/Models/WidgetModel.qml:197, Modals/Settings/SettingsSidebar.qml:264",
+ "reference": "Modals/Settings/SettingsSidebar.qml:264, Modules/Settings/PrinterTab.qml:210, Modules/Settings/PrinterTab.qml:869, Modules/ControlCenter/Models/WidgetModel.qml:197, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:16",
"comment": ""
},
{
@@ -9134,7 +9530,7 @@
{
"term": "Prioritize performance",
"context": "power profile description",
- "reference": "Common/Theme.qml:1487",
+ "reference": "Common/Theme.qml:1494",
"comment": ""
},
{
@@ -9236,7 +9632,7 @@
{
"term": "Protocol",
"context": "Label for printer protocol selector, e.g. ipp, ipps, lpd, socket",
- "reference": "Widgets/VpnProfileDelegate.qml:63, Modules/Settings/NetworkTab.qml:1925, Modules/Settings/PrinterTab.qml:549",
+ "reference": "Widgets/VpnProfileDelegate.qml:63, Modules/Settings/PrinterTab.qml:549, Modules/Settings/NetworkTab.qml:1925",
"comment": ""
},
{
@@ -9290,7 +9686,7 @@
{
"term": "RGB",
"context": "RGB",
- "reference": "Modals/DankColorPickerModal.qml:620",
+ "reference": "Modals/DankColorPickerModal.qml:627",
"comment": ""
},
{
@@ -9350,7 +9746,7 @@
{
"term": "Recent Colors",
"context": "Recent Colors",
- "reference": "Modals/DankColorPickerModal.qml:461",
+ "reference": "Modals/DankColorPickerModal.qml:468",
"comment": ""
},
{
@@ -9367,8 +9763,8 @@
},
{
"term": "Refresh",
- "context": "Refresh",
- "reference": "Modules/Settings/GreeterTab.qml:504, Modules/DankDash/Overview/WeatherOverviewCard.qml:38",
+ "context": "Phone Connect refresh tooltip",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:296, Modules/Settings/GreeterTab.qml:504, Modules/DankDash/Overview/WeatherOverviewCard.qml:38",
"comment": ""
},
{
@@ -9383,6 +9779,12 @@
"reference": "Modules/Settings/NotificationsTab.qml:112",
"comment": ""
},
+ {
+ "term": "Reject",
+ "context": "KDE Connect reject pairing button",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:188, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:377",
+ "comment": ""
+ },
{
"term": "Reject Jobs",
"context": "Reject Jobs",
@@ -9446,7 +9848,7 @@
{
"term": "Rename",
"context": "Rename",
- "reference": "Modals/WorkspaceRenameModal.qml:185, Modals/MuxModal.qml:597",
+ "reference": "Modals/MuxModal.qml:597, Modals/WorkspaceRenameModal.qml:185",
"comment": ""
},
{
@@ -9479,6 +9881,12 @@
"reference": "Services/CupsService.qml:836",
"comment": ""
},
+ {
+ "term": "Request Pairing",
+ "context": "KDE Connect request pairing button",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:199",
+ "comment": ""
+ },
{
"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",
@@ -9524,19 +9932,19 @@
{
"term": "Reset",
"context": "Reset",
- "reference": "Modules/Settings/WidgetsTab.qml:897, Modules/ControlCenter/Components/EditControls.qml:232, Modals/DankLauncherV2/LauncherContent.qml:991",
+ "reference": "Modals/DankLauncherV2/LauncherContent.qml:991, Modules/Settings/WidgetsTab.qml:897, Modules/ControlCenter/Components/EditControls.qml:232",
"comment": ""
},
{
"term": "Reset Position",
"context": "Reset Position",
- "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:135, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:108, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:416",
+ "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:416, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:135, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:108",
"comment": ""
},
{
"term": "Reset Size",
"context": "Reset Size",
- "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:149, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:122, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:430",
+ "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:430, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:149, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:122",
"comment": ""
},
{
@@ -9614,7 +10022,7 @@
{
"term": "Right",
"context": "Right",
- "reference": "Modules/Settings/DankBarTab.qml:290, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DockTab.qml:102",
+ "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:290, Modules/Settings/DankBarTab.qml:542",
"comment": ""
},
{
@@ -9653,6 +10061,18 @@
"reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:292",
"comment": ""
},
+ {
+ "term": "Ring",
+ "context": "KDE Connect ring tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:115, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:267",
+ "comment": ""
+ },
+ {
+ "term": "Ringing",
+ "context": "KDE Connect ring action | Phone Connect ring action",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:99, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:272",
+ "comment": ""
+ },
{
"term": "Ripple Effects",
"context": "Ripple Effects",
@@ -9746,7 +10166,7 @@
{
"term": "Running Apps",
"context": "Running Apps",
- "reference": "Modules/Settings/WidgetsTab.qml:66, Modals/Settings/SettingsSidebar.qml:158",
+ "reference": "Modals/Settings/SettingsSidebar.qml:158, Modules/Settings/WidgetsTab.qml:66",
"comment": ""
},
{
@@ -9764,25 +10184,31 @@
{
"term": "SDR Brightness",
"context": "SDR Brightness",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1252, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:246",
+ "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1252",
"comment": ""
},
{
"term": "SDR Saturation",
"context": "SDR Saturation",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1254, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:279",
+ "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:279, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1254",
+ "comment": ""
+ },
+ {
+ "term": "SMS",
+ "context": "KDE Connect SMS tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:161, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:338",
"comment": ""
},
{
"term": "Save",
"context": "Save",
- "reference": "Modals/DankColorPickerModal.qml:750, Widgets/KeybindItem.qml:1365, Widgets/KeybindItem.qml:1830, Modules/Notepad/Notepad.qml:472, Modules/Notepad/NotepadTextEditor.qml:763, Modules/Settings/AudioTab.qml:693, Modals/DankLauncherV2/LauncherContent.qml:1039, Modals/FileBrowser/FileBrowserSaveRow.qml:55",
+ "reference": "Modals/DankColorPickerModal.qml:757, Widgets/KeybindItem.qml:1365, Widgets/KeybindItem.qml:1830, Modals/DankLauncherV2/LauncherContent.qml:1039, Modals/FileBrowser/FileBrowserSaveRow.qml:55, Modules/Notepad/NotepadTextEditor.qml:774, Modules/Notepad/Notepad.qml:482, Modules/Settings/AudioTab.qml:693",
"comment": ""
},
{
"term": "Save Notepad File",
"context": "Save Notepad File",
- "reference": "Modules/Notepad/Notepad.qml:267",
+ "reference": "Modules/Notepad/Notepad.qml:277",
"comment": ""
},
{
@@ -9830,7 +10256,7 @@
{
"term": "Saved",
"context": "Saved",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:869, Modules/Settings/NetworkTab.qml:1214, Modules/ControlCenter/Details/NetworkDetail.qml:615, Modals/Clipboard/ClipboardHeader.qml:52",
+ "reference": "Modals/Clipboard/ClipboardHeader.qml:52, Modules/Notepad/NotepadTextEditor.qml:880, Modules/Settings/NetworkTab.qml:1214, Modules/ControlCenter/Details/NetworkDetail.qml:615",
"comment": ""
},
{
@@ -9860,7 +10286,7 @@
{
"term": "Scale",
"context": "Scale",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1222, Modules/Settings/DisplayConfig/OutputCard.qml:154",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:154, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1222",
"comment": ""
},
{
@@ -9896,7 +10322,7 @@
{
"term": "Scanning...",
"context": "Scanning...",
- "reference": "Modules/Settings/NetworkTab.qml:1069, Modules/Settings/PrinterTab.qml:439",
+ "reference": "Modules/Settings/PrinterTab.qml:439, Modules/Settings/NetworkTab.qml:1069",
"comment": ""
},
{
@@ -9944,7 +10370,7 @@
{
"term": "Scroll Wheel",
"context": "Scroll Wheel",
- "reference": "Modules/Settings/DankBarTab.qml:719, Modules/Settings/MediaPlayerTab.qml:53",
+ "reference": "Modules/Settings/MediaPlayerTab.qml:53, Modules/Settings/DankBarTab.qml:719",
"comment": ""
},
{
@@ -9983,6 +10409,12 @@
"reference": "Modules/Settings/LauncherTab.qml:823",
"comment": ""
},
+ {
+ "term": "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.",
+ "context": "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.",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:217",
+ "comment": ""
+ },
{
"term": "Search for a location...",
"context": "Search for a location...",
@@ -9995,6 +10427,12 @@
"reference": "Modules/Settings/KeybindsTab.qml:259",
"comment": ""
},
+ {
+ "term": "Search keyboard shortcuts from your compositor and applications",
+ "context": "Search keyboard shortcuts from your compositor and applications",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:78",
+ "comment": ""
+ },
{
"term": "Search plugins...",
"context": "plugin search placeholder",
@@ -10022,13 +10460,19 @@
{
"term": "Search widgets...",
"context": "Search widgets...",
- "reference": "Modules/Settings/DesktopWidgetBrowser.qml:287, Modules/Settings/WidgetSelectionPopup.qml:271",
+ "reference": "Modules/Settings/WidgetSelectionPopup.qml:271, Modules/Settings/DesktopWidgetBrowser.qml:287",
"comment": ""
},
{
"term": "Search...",
"context": "Search...",
- "reference": "Widgets/DankDropdown.qml:301, Modules/ProcessList/ProcessListPopout.qml:185, Modals/Settings/SettingsSidebar.qml:635",
+ "reference": "Widgets/DankDropdown.qml:301, Modals/Settings/SettingsSidebar.qml:635, Modules/ProcessList/ProcessListPopout.qml:185",
+ "comment": ""
+ },
+ {
+ "term": "Searching...",
+ "context": "Searching...",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:140, dms-plugins/DankGifSearch/DankGifSearch.qml:83",
"comment": ""
},
{
@@ -10040,7 +10484,7 @@
{
"term": "Secondary",
"context": "button color option | color option | secondary color | tile color option",
- "reference": "Modules/Settings/DankBarTab.qml:1211, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:477, Modules/Settings/ThemeColorsTab.qml:1532, Modules/Settings/ThemeColorsTab.qml:1538, Modules/Settings/ThemeColorsTab.qml:1548, Modules/Settings/ThemeColorsTab.qml:1564, Modules/Settings/ThemeColorsTab.qml:1570, Modules/Settings/ThemeColorsTab.qml:1580, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1532, Modules/Settings/ThemeColorsTab.qml:1538, Modules/Settings/ThemeColorsTab.qml:1548, Modules/Settings/ThemeColorsTab.qml:1564, Modules/Settings/ThemeColorsTab.qml:1570, Modules/Settings/ThemeColorsTab.qml:1580, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:477, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/Widgets/SettingsColorPicker.qml:47",
"comment": ""
},
{
@@ -10109,6 +10553,12 @@
"reference": "Modules/Settings/DockTab.qml:13",
"comment": ""
},
+ {
+ "term": "Select File to Send",
+ "context": "KDE Connect file browser title",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:101",
+ "comment": ""
+ },
{
"term": "Select Launcher Logo",
"context": "Select Launcher Logo",
@@ -10130,7 +10580,7 @@
{
"term": "Select Wallpaper",
"context": "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title",
- "reference": "Modules/Settings/WallpaperTab.qml:1313, Modules/Settings/WallpaperTab.qml:1335, Modules/Settings/WallpaperTab.qml:1355, Modals/Settings/SettingsModal.qml:151",
+ "reference": "Modals/Settings/SettingsModal.qml:151, Modules/Settings/WallpaperTab.qml:1313, Modules/Settings/WallpaperTab.qml:1335, Modules/Settings/WallpaperTab.qml:1355",
"comment": ""
},
{
@@ -10142,7 +10592,7 @@
{
"term": "Select a color from the palette or use custom sliders",
"context": "Select a color from the palette or use custom sliders",
- "reference": "Modals/DankColorPickerModal.qml:216",
+ "reference": "Modals/DankColorPickerModal.qml:223",
"comment": ""
},
{
@@ -10169,6 +10619,12 @@
"reference": "Modules/Settings/DockTab.qml:340, Modules/Settings/LauncherTab.qml:132",
"comment": ""
},
+ {
+ "term": "Select at least one provider",
+ "context": "Select at least one provider",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:178",
+ "comment": ""
+ },
{
"term": "Select device",
"context": "audio status",
@@ -10235,6 +10691,12 @@
"reference": "Modules/Settings/ThemeColorsTab.qml:496",
"comment": ""
},
+ {
+ "term": "Select which keybind providers to include",
+ "context": "Select which keybind providers to include",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:151",
+ "comment": ""
+ },
{
"term": "Select which transitions to include in randomization",
"context": "Select which transitions to include in randomization",
@@ -10253,6 +10715,36 @@
"reference": "Services/PortalService.qml:152",
"comment": ""
},
+ {
+ "term": "Send",
+ "context": "KDE Connect SMS send button",
+ "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:80",
+ "comment": ""
+ },
+ {
+ "term": "Send Clipboard",
+ "context": "KDE Connect clipboard tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:133, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:295",
+ "comment": ""
+ },
+ {
+ "term": "Send File",
+ "context": "KDE Connect send file button",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:91",
+ "comment": ""
+ },
+ {
+ "term": "Send SMS",
+ "context": "KDE Connect SMS dialog title",
+ "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:28",
+ "comment": ""
+ },
+ {
+ "term": "Sending",
+ "context": "Phone Connect file send",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:365, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:424",
+ "comment": ""
+ },
{
"term": "Separator",
"context": "Separator",
@@ -10316,13 +10808,13 @@
{
"term": "Set notification rules",
"context": "Set notification rules",
- "reference": "Modules/Notifications/Center/NotificationCard.qml:990, Modules/Notifications/Popup/NotificationPopup.qml:1070",
+ "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1070, Modules/Notifications/Center/NotificationCard.qml:990",
"comment": ""
},
{
"term": "Settings",
"context": "settings window title",
- "reference": "Services/AppSearchService.qml:168, Services/AppSearchService.qml:212, Services/AppSearchService.qml:654, Services/PopoutService.qml:405, Services/PopoutService.qml:422, Modules/DankDash/DankDashPopout.qml:292, Modals/Settings/SettingsModal.qml:82, Modals/Settings/SettingsModal.qml:222, Modals/Settings/SettingsSidebar.qml:114",
+ "reference": "Services/AppSearchService.qml:168, Services/AppSearchService.qml:212, Services/AppSearchService.qml:654, Services/PopoutService.qml:405, Services/PopoutService.qml:422, Modals/Settings/SettingsSidebar.qml:114, Modals/Settings/SettingsModal.qml:82, Modals/Settings/SettingsModal.qml:222, Modules/DankDash/DankDashPopout.qml:292",
"comment": ""
},
{
@@ -10334,7 +10826,7 @@
{
"term": "Setup",
"context": "Setup",
- "reference": "Modules/Settings/KeybindsTab.qml:370, Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:83",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:2220, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:370, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:83",
"comment": ""
},
{
@@ -10385,12 +10877,36 @@
"reference": "Modules/Settings/ThemeColorsTab.qml:1622",
"comment": ""
},
+ {
+ "term": "Share",
+ "context": "KDE Connect share dialog title | KDE Connect share tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:34, dms-plugins/DankKDEConnect/components/DeviceCard.qml:142, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:309",
+ "comment": ""
+ },
{
"term": "Share Gamma Control Settings",
"context": "Share Gamma Control Settings",
"reference": "Modules/Settings/ThemeColorsTab.qml:1050",
"comment": ""
},
+ {
+ "term": "Share Text",
+ "context": "KDE Connect share button",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:81",
+ "comment": ""
+ },
+ {
+ "term": "Share URL",
+ "context": "KDE Connect share URL button",
+ "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:81",
+ "comment": ""
+ },
+ {
+ "term": "Shared",
+ "context": "Phone Connect share success",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:344, dms-plugins/DankKDEConnect/DankKDEConnect.qml:352, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:410",
+ "comment": ""
+ },
{
"term": "Shell",
"context": "Shell",
@@ -10403,6 +10919,12 @@
"reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:12",
"comment": ""
},
+ {
+ "term": "Shift+Enter to paste",
+ "context": "Shift+Enter to paste",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119",
+ "comment": ""
+ },
{
"term": "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close",
"context": "Keyboard hints when enter-to-paste is enabled",
@@ -10418,7 +10940,7 @@
{
"term": "Short",
"context": "Short",
- "reference": "Modules/Settings/NotificationsTab.qml:337, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399",
+ "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/NotificationsTab.qml:337",
"comment": ""
},
{
@@ -10484,7 +11006,7 @@
{
"term": "Show Date",
"context": "Show Date",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:33, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:90",
+ "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:90, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:33",
"comment": ""
},
{
@@ -10499,12 +11021,24 @@
"reference": "Modules/Settings/DockTab.qml:42",
"comment": ""
},
+ {
+ "term": "Show Feels Like Temperature",
+ "context": "Show Feels Like Temperature",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:84",
+ "comment": ""
+ },
{
"term": "Show Footer",
"context": "launcher footer visibility",
"reference": "Modules/Settings/LauncherTab.qml:413",
"comment": ""
},
+ {
+ "term": "Show Forecast",
+ "context": "Show Forecast",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:120",
+ "comment": ""
+ },
{
"term": "Show GPU Temperature",
"context": "Show GPU Temperature",
@@ -10529,6 +11063,18 @@
"reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:60",
"comment": ""
},
+ {
+ "term": "Show Hourly Forecast",
+ "context": "Show Hourly Forecast",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:135",
+ "comment": ""
+ },
+ {
+ "term": "Show Humidity",
+ "context": "Show Humidity",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:90",
+ "comment": ""
+ },
{
"term": "Show Launcher Button",
"context": "Show Launcher Button",
@@ -10541,6 +11087,12 @@
"reference": "Modules/Notepad/NotepadSettings.qml:142",
"comment": ""
},
+ {
+ "term": "Show Location",
+ "context": "Show Location",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:72",
+ "comment": ""
+ },
{
"term": "Show Lock",
"context": "Show Lock",
@@ -10625,6 +11177,18 @@
"reference": "Modules/Settings/PowerSleepTab.qml:418",
"comment": ""
},
+ {
+ "term": "Show Precipitation Probability",
+ "context": "Show Precipitation Probability",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:108",
+ "comment": ""
+ },
+ {
+ "term": "Show Pressure",
+ "context": "Show Pressure",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:102",
+ "comment": ""
+ },
{
"term": "Show Profile Image",
"context": "Enable profile image display on the lock screen window",
@@ -10652,7 +11216,13 @@
{
"term": "Show Seconds",
"context": "Show Seconds",
- "reference": "PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:27, Modules/Settings/TimeWeatherTab.qml:63, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:71, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:82",
+ "reference": "Modules/Settings/TimeWeatherTab.qml:63, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:71, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:82, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:27",
+ "comment": ""
+ },
+ {
+ "term": "Show Sunrise/Sunset",
+ "context": "Show Sunrise/Sunset",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:114",
"comment": ""
},
{
@@ -10691,6 +11261,12 @@
"reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:332",
"comment": ""
},
+ {
+ "term": "Show Weather Condition",
+ "context": "Show Weather Condition",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:78",
+ "comment": ""
+ },
{
"term": "Show Week Number",
"context": "Show Week Number",
@@ -10703,6 +11279,12 @@
"reference": "Modules/Settings/AboutTab.qml:806",
"comment": ""
},
+ {
+ "term": "Show Wind Speed",
+ "context": "Show Wind Speed",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:96",
+ "comment": ""
+ },
{
"term": "Show Workspace Apps",
"context": "Show Workspace Apps",
@@ -10784,7 +11366,7 @@
{
"term": "Show on Last Display",
"context": "Show on Last Display",
- "reference": "Modules/Settings/DankBarTab.qml:462, Modules/Settings/DisplayWidgetsTab.qml:431",
+ "reference": "Modules/Settings/DisplayWidgetsTab.qml:431, Modules/Settings/DankBarTab.qml:462",
"comment": ""
},
{
@@ -10796,7 +11378,7 @@
{
"term": "Show on Overview",
"context": "Show on Overview",
- "reference": "Modules/Settings/DankBarTab.qml:696, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DockTab.qml:81",
+ "reference": "Modules/Settings/DockTab.qml:81, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:696",
"comment": ""
},
{
@@ -10952,7 +11534,7 @@
{
"term": "Size",
"context": "launcher size option",
- "reference": "Modals/WindowRuleModal.qml:989, Modules/Settings/DankBarTab.qml:851, Modules/Settings/LauncherTab.qml:369, Modules/Settings/WindowRulesTab.qml:565, Modals/DankLauncherV2/LauncherContent.qml:694, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:706",
+ "reference": "Modals/WindowRuleModal.qml:989, Modals/DankLauncherV2/LauncherContent.qml:694, Modals/DankLauncherV2/LauncherContent.qml:699, Modals/DankLauncherV2/LauncherContent.qml:706, Modules/Settings/LauncherTab.qml:369, Modules/Settings/DankBarTab.qml:851, Modules/Settings/WindowRulesTab.qml:565",
"comment": ""
},
{
@@ -11084,7 +11666,7 @@
{
"term": "Spacing",
"context": "Spacing",
- "reference": "Modules/Settings/DankBarTab.qml:803, Modules/Settings/DockTab.qml:531",
+ "reference": "Modules/Settings/DockTab.qml:531, Modules/Settings/DankBarTab.qml:803",
"comment": ""
},
{
@@ -11117,28 +11699,46 @@
"reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:35, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:45",
"comment": ""
},
+ {
+ "term": "Standard",
+ "context": "Standard",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:19",
+ "comment": ""
+ },
{
"term": "Start",
"context": "Start",
- "reference": "Modules/Settings/GammaControlTab.qml:252, Modules/Settings/ThemeColorsTab.qml:1136",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1136, Modules/Settings/GammaControlTab.qml:252",
+ "comment": ""
+ },
+ {
+ "term": "Start KDE Connect or Valent",
+ "context": "Phone Connect start daemon hint",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:104",
+ "comment": ""
+ },
+ {
+ "term": "Start KDE Connect or Valent to use this plugin",
+ "context": "Phone Connect daemon hint",
+ "reference": "dms-plugins/DankKDEConnect/components/UnavailableMessage.qml:39",
"comment": ""
},
{
"term": "Start typing your notes here...",
"context": "Start typing your notes here...",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:623",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:634",
"comment": ""
},
{
"term": "State",
"context": "State",
- "reference": "Modules/Settings/NetworkTab.qml:601, Modules/Settings/PrinterTab.qml:1149",
+ "reference": "Modules/Settings/PrinterTab.qml:1149, Modules/Settings/NetworkTab.qml:601",
"comment": ""
},
{
"term": "Status",
"context": "Status",
- "reference": "Widgets/DankIconPicker.qml:55, Modules/Settings/AboutTab.qml:698, Modules/Settings/NetworkTab.qml:182, Modules/Settings/PrinterTab.qml:186",
+ "reference": "Widgets/DankIconPicker.qml:55, Modules/Settings/AboutTab.qml:698, Modules/Settings/PrinterTab.qml:186, Modules/Settings/NetworkTab.qml:182",
"comment": ""
},
{
@@ -11198,7 +11798,7 @@
{
"term": "Surface",
"context": "color option | shadow color option",
- "reference": "Modules/Settings/DankBarTab.qml:1211, Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/WorkspacesTab.qml:369",
+ "reference": "Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1211",
"comment": ""
},
{
@@ -11300,7 +11900,7 @@
{
"term": "System",
"context": "System",
- "reference": "Modals/ProcessListModal.qml:319, Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:655, Widgets/DankIconPicker.qml:43, Modules/ProcessList/ProcessListPopout.qml:155, Modals/Settings/SettingsSidebar.qml:239",
+ "reference": "Modals/ProcessListModal.qml:319, Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:655, Widgets/DankIconPicker.qml:43, Modals/Settings/SettingsSidebar.qml:239, Modules/ProcessList/ProcessListPopout.qml:155",
"comment": ""
},
{
@@ -11312,13 +11912,13 @@
{
"term": "System Check",
"context": "greeter doctor page title",
- "reference": "Modules/Settings/AboutTab.qml:814, Modals/Greeter/GreeterDoctorPage.qml:157, Modals/Greeter/GreeterDoctorPage.qml:221",
+ "reference": "Modals/Greeter/GreeterDoctorPage.qml:157, Modals/Greeter/GreeterDoctorPage.qml:221, Modules/Settings/AboutTab.qml:814",
"comment": ""
},
{
"term": "System Default",
"context": "date format option",
- "reference": "Modules/Settings/GreeterTab.qml:394, Modules/Settings/LocaleTab.qml:9, Modules/Settings/TimeWeatherTab.qml:12, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:134, Modules/Settings/TimeWeatherTab.qml:174, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:221, Modules/Settings/TimeWeatherTab.qml:261",
+ "reference": "Modules/Settings/GreeterTab.qml:394, Modules/Settings/TimeWeatherTab.qml:12, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:134, Modules/Settings/TimeWeatherTab.qml:174, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:221, Modules/Settings/TimeWeatherTab.qml:261, Modules/Settings/LocaleTab.qml:9",
"comment": ""
},
{
@@ -11360,7 +11960,7 @@
{
"term": "System Updater",
"context": "System Updater",
- "reference": "Modules/Settings/SystemUpdaterTab.qml:25, Modals/Settings/SettingsSidebar.qml:165",
+ "reference": "Modals/Settings/SettingsSidebar.qml:165, Modules/Settings/SystemUpdaterTab.qml:25",
"comment": ""
},
{
@@ -11480,7 +12080,7 @@
{
"term": "Text",
"context": "text color",
- "reference": "Modules/Settings/LauncherTab.qml:477, Modals/Clipboard/ClipboardEntry.qml:120",
+ "reference": "Modals/Clipboard/ClipboardEntry.qml:120, Modules/Settings/LauncherTab.qml:477",
"comment": ""
},
{
@@ -11546,7 +12146,7 @@
{
"term": "Thickness",
"context": "border thickness",
- "reference": "Modules/Settings/DankBarTab.qml:1451, Modules/Settings/DankBarTab.qml:1541, Modules/Settings/LauncherTab.qml:445, Modules/Settings/WorkspacesTab.qml:403",
+ "reference": "Modules/Settings/LauncherTab.qml:445, Modules/Settings/WorkspacesTab.qml:403, Modules/Settings/DankBarTab.qml:1451, Modules/Settings/DankBarTab.qml:1541",
"comment": ""
},
{
@@ -11588,13 +12188,13 @@
{
"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": "Modules/DankBar/DankBarContent.qml:600, Modals/Clipboard/ClipboardContent.qml:37",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:600",
"comment": ""
},
{
"term": "This will permanently delete all clipboard history.",
"context": "This will permanently delete all clipboard history.",
- "reference": "Modules/DankBar/DankBarContent.qml:600, Modals/Clipboard/ClipboardContent.qml:37",
+ "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:600",
"comment": ""
},
{
@@ -11654,7 +12254,7 @@
{
"term": "Time",
"context": "theme auto mode tab | wallpaper cycling mode tab",
- "reference": "Modules/Settings/GammaControlTab.qml:184, Modules/Settings/ThemeColorsTab.qml:1068, Modules/Settings/WallpaperTab.qml:960",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1068, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:960",
"comment": ""
},
{
@@ -11684,13 +12284,13 @@
{
"term": "Time remaining: %1",
"context": "Time remaining: %1",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:179, Modules/ControlCenter/Details/BatteryDetail.qml:109",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:109, Modules/DankBar/Popouts/BatteryPopout.qml:179",
"comment": ""
},
{
"term": "Time until full: %1",
"context": "Time until full: %1",
- "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:179, Modules/ControlCenter/Details/BatteryDetail.qml:109",
+ "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:109, Modules/DankBar/Popouts/BatteryPopout.qml:179",
"comment": ""
},
{
@@ -11810,7 +12410,7 @@
{
"term": "Top",
"context": "shadow direction option",
- "reference": "Modules/Settings/DankBarTab.qml:284, Modules/Settings/DankBarTab.qml:292, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1163, Modules/Settings/DockTab.qml:102",
+ "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:284, Modules/Settings/DankBarTab.qml:292, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1163",
"comment": ""
},
{
@@ -11828,13 +12428,13 @@
{
"term": "Top Center",
"context": "screen position option",
- "reference": "Modules/Settings/NotificationsTab.qml:216, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:241, Modules/Settings/OSDTab.qml:39, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:60",
+ "reference": "Modules/Settings/OSDTab.qml:39, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:60, Modules/Settings/NotificationsTab.qml:216, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:241",
"comment": ""
},
{
"term": "Top Left",
"context": "screen position option | shadow direction option",
- "reference": "Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1157, Modules/Settings/DankBarTab.qml:1167, Modules/Settings/NotificationsTab.qml:223, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:238, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1721, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1721, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1157, Modules/Settings/DankBarTab.qml:1167, 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:144",
"comment": ""
},
{
@@ -11846,7 +12446,7 @@
{
"term": "Top Right",
"context": "screen position option | shadow direction option",
- "reference": "Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1159, Modules/Settings/DankBarTab.qml:1171, Modules/Settings/NotificationsTab.qml:219, Modules/Settings/NotificationsTab.qml:229, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:235, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1710, Modules/Settings/ThemeColorsTab.qml:1723, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/ThemeColorsTab.qml:1710, Modules/Settings/ThemeColorsTab.qml:1723, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1159, Modules/Settings/DankBarTab.qml:1171, 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:144",
"comment": ""
},
{
@@ -11870,7 +12470,7 @@
{
"term": "Transform",
"context": "Transform",
- "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1224, Modules/Settings/DisplayConfig/OutputCard.qml:240",
+ "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:240, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1224",
"comment": ""
},
{
@@ -11882,7 +12482,19 @@
{
"term": "Transparency",
"context": "Transparency",
- "reference": "Modules/Settings/DankBarTab.qml:1000, Modules/Settings/DockTab.qml:567, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:98, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:379, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:351",
+ "reference": "Modules/Settings/DockTab.qml:567, Modules/Settings/DankBarTab.qml:1000, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:379, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:98, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:351",
+ "comment": ""
+ },
+ {
+ "term": "Trending GIFs",
+ "context": "Trending GIFs",
+ "reference": "dms-plugins/DankGifSearch/DankGifSearch.qml:85",
+ "comment": ""
+ },
+ {
+ "term": "Trending Stickers",
+ "context": "Trending Stickers",
+ "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:142",
"comment": ""
},
{
@@ -11891,10 +12503,16 @@
"reference": "Modules/Settings/LauncherTab.qml:582",
"comment": ""
},
+ {
+ "term": "Trigger Prefix",
+ "context": "Trigger Prefix",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:123",
+ "comment": ""
+ },
{
"term": "Trigger: %1",
"context": "Trigger: %1",
- "reference": "Modules/Settings/LauncherTab.qml:742, Modals/DankLauncherV2/Controller.qml:1170",
+ "reference": "Modals/DankLauncherV2/Controller.qml:1170, Modules/Settings/LauncherTab.qml:742",
"comment": ""
},
{
@@ -11906,7 +12524,7 @@
{
"term": "Try a different search",
"context": "Try a different search",
- "reference": "Modals/MuxModal.qml:569",
+ "reference": "Modals/MuxModal.qml:569, dms-plugins/DankStickerSearch/DankStickerSearch.qml:155, dms-plugins/DankGifSearch/DankGifSearch.qml:98",
"comment": ""
},
{
@@ -11924,7 +12542,7 @@
{
"term": "Type",
"context": "Type",
- "reference": "Widgets/KeybindItem.qml:834, Modules/Settings/NotificationsTab.qml:566, Modules/Settings/RunningAppsTab.qml:154",
+ "reference": "Widgets/KeybindItem.qml:834, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:566",
"comment": ""
},
{
@@ -11933,6 +12551,12 @@
"reference": "Modals/DankLauncherV2/ResultsList.qml:475",
"comment": ""
},
+ {
+ "term": "Type this prefix to search keybinds",
+ "context": "Type this prefix to search keybinds",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:124",
+ "comment": ""
+ },
{
"term": "Type to search",
"context": "Type to search",
@@ -11965,8 +12589,8 @@
},
{
"term": "Unavailable",
- "context": "Unavailable",
- "reference": "Modules/Settings/NetworkTab.qml:452, Modules/Settings/PrinterTab.qml:202",
+ "context": "Phone Connect unavailable status",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:31, Modules/Settings/PrinterTab.qml:202, Modules/Settings/NetworkTab.qml:452",
"comment": ""
},
{
@@ -12008,7 +12632,7 @@
{
"term": "Uninstall failed: %1",
"context": "uninstallation error",
- "reference": "Modules/Settings/ThemeBrowser.qml:97, Modules/Settings/ThemeColorsTab.qml:740",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:740, Modules/Settings/ThemeBrowser.qml:97",
"comment": ""
},
{
@@ -12020,19 +12644,19 @@
{
"term": "Uninstalled: %1",
"context": "uninstallation success",
- "reference": "Modules/Settings/ThemeBrowser.qml:100, Modules/Settings/ThemeColorsTab.qml:743",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:743, Modules/Settings/ThemeBrowser.qml:100",
"comment": ""
},
{
"term": "Uninstalling: %1",
"context": "uninstallation progress",
- "reference": "Modules/Settings/ThemeBrowser.qml:94, Modules/Settings/ThemeColorsTab.qml:737",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:737, Modules/Settings/ThemeBrowser.qml:94",
"comment": ""
},
{
"term": "Unknown",
- "context": "battery status | power profile option | unknown author | widget status",
- "reference": "Common/Theme.qml:1476, Services/BatteryService.qml:148, Services/WeatherService.qml:151, Services/WeatherService.qml:605, Services/WeatherService.qml:606, Services/WeatherService.qml:765, Services/WeatherService.qml:766, Modules/Lock/LockScreenContent.qml:364, Modules/Lock/LockScreenContent.qml:484, Modules/Lock/LockScreenContent.qml:580, Modules/Settings/NetworkTab.qml:175, Modules/Settings/NetworkTab.qml:217, Modules/Settings/NetworkTab.qml:431, Modules/Settings/NetworkTab.qml:454, Modules/Settings/NetworkTab.qml:602, Modules/Settings/NetworkTab.qml:747, Modules/Settings/NetworkTab.qml:1172, Modules/Settings/NotificationsTab.qml:666, Modules/Settings/PluginBrowser.qml:539, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:527, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:341, Modules/ControlCenter/Components/DragDropGrid.qml:325, Modules/ControlCenter/Components/DragDropGrid.qml:626, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Details/BatteryDetail.qml:183",
+ "context": "KDE Connect unknown device status | battery status | power profile option | unknown author | widget status",
+ "reference": "Common/Theme.qml:1483, Services/WeatherService.qml:151, Services/WeatherService.qml:605, Services/WeatherService.qml:606, Services/WeatherService.qml:765, Services/WeatherService.qml:766, Services/BatteryService.qml:148, dms-plugins/DankKDEConnect/components/DeviceCard.qml:208, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:201, Modules/Lock/LockScreenContent.qml:364, Modules/Lock/LockScreenContent.qml:484, Modules/Lock/LockScreenContent.qml:580, Modules/Settings/PluginBrowser.qml:539, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:527, Modules/Settings/NetworkTab.qml:175, Modules/Settings/NetworkTab.qml:217, Modules/Settings/NetworkTab.qml:431, Modules/Settings/NetworkTab.qml:454, Modules/Settings/NetworkTab.qml:602, Modules/Settings/NetworkTab.qml:747, Modules/Settings/NetworkTab.qml:1172, Modules/Settings/NotificationsTab.qml:666, Modules/ControlCenter/Details/BatteryDetail.qml:183, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:325, Modules/ControlCenter/Components/DragDropGrid.qml:626, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:341",
"comment": ""
},
{
@@ -12104,7 +12728,7 @@
{
"term": "Unmute popups for %1",
"context": "Unmute popups for %1",
- "reference": "Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Popup/NotificationPopup.qml:1096",
+ "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1096, Modules/Notifications/Center/NotificationCard.qml:1016",
"comment": ""
},
{
@@ -12113,34 +12737,52 @@
"reference": "Modules/Settings/WindowRulesTab.qml:471",
"comment": ""
},
+ {
+ "term": "Unpair",
+ "context": "KDE Connect unpair tooltip",
+ "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:171, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:354",
+ "comment": ""
+ },
+ {
+ "term": "Unpair failed",
+ "context": "Phone Connect error",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:176",
+ "comment": ""
+ },
+ {
+ "term": "Unpin",
+ "context": "Unpin",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165",
+ "comment": ""
+ },
{
"term": "Unpin from Dock",
"context": "Unpin from Dock",
- "reference": "Modules/Dock/DockContextMenu.qml:409, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341, Modals/DankLauncherV2/LauncherContextMenu.qml:103",
+ "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:103, Modules/Dock/DockContextMenu.qml:409, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341",
"comment": ""
},
{
"term": "Unsaved Changes",
"context": "Unsaved Changes",
- "reference": "Modules/Notepad/Notepad.qml:396",
+ "reference": "Modules/Notepad/Notepad.qml:406",
"comment": ""
},
{
"term": "Unsaved changes",
"context": "Unsaved changes",
- "reference": "Widgets/KeybindItem.qml:1807, Modules/Notepad/NotepadTextEditor.qml:866",
+ "reference": "Widgets/KeybindItem.qml:1807, Modules/Notepad/NotepadTextEditor.qml:877",
"comment": ""
},
{
"term": "Unsaved note...",
"context": "Unsaved note...",
- "reference": "Modules/Notepad/NotepadTextEditor.qml:864",
+ "reference": "Modules/Notepad/NotepadTextEditor.qml:875",
"comment": ""
},
{
"term": "Untitled",
"context": "Untitled",
- "reference": "Services/NotepadStorageService.qml:80, Services/NotepadStorageService.qml:161, Services/NotepadStorageService.qml:202",
+ "reference": "Services/NotepadStorageService.qml:80, Services/NotepadStorageService.qml:180, Services/NotepadStorageService.qml:221",
"comment": ""
},
{
@@ -12191,6 +12833,12 @@
"reference": "Modules/Settings/WorkspacesTab.qml:313",
"comment": ""
},
+ {
+ "term": "Usage Tips",
+ "context": "Usage Tips",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:208",
+ "comment": ""
+ },
{
"term": "Use 24-hour time format instead of 12-hour AM/PM",
"context": "Use 24-hour time format instead of 12-hour AM/PM",
@@ -12200,7 +12848,7 @@
{
"term": "Use Custom Command",
"context": "Use Custom Command",
- "reference": "Modules/Settings/SystemUpdaterTab.qml:38, Modules/Settings/MuxTab.qml:56",
+ "reference": "Modules/Settings/MuxTab.qml:56, Modules/Settings/SystemUpdaterTab.qml:38",
"comment": ""
},
{
@@ -12212,7 +12860,7 @@
{
"term": "Use IP Location",
"context": "Use IP Location",
- "reference": "Modules/Settings/GammaControlTab.qml:345, Modules/Settings/ThemeColorsTab.qml:1226",
+ "reference": "Modules/Settings/ThemeColorsTab.qml:1226, Modules/Settings/GammaControlTab.qml:345",
"comment": ""
},
{
@@ -12347,6 +12995,18 @@
"reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:359",
"comment": ""
},
+ {
+ "term": "Use trigger prefix to activate",
+ "context": "Use trigger prefix to activate",
+ "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:107",
+ "comment": ""
+ },
+ {
+ "term": "Used when accent color is set to Custom",
+ "context": "Used when accent color is set to Custom",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:57",
+ "comment": ""
+ },
{
"term": "User",
"context": "User",
@@ -12392,7 +13052,7 @@
{
"term": "VPN",
"context": "VPN",
- "reference": "Modules/Settings/NetworkTab.qml:1544, Modules/Settings/WidgetsTab.qml:183, Modules/Settings/WidgetsTabSection.qml:1090, Modules/Settings/WidgetsTabSection.qml:1321, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15, Modules/ControlCenter/Models/WidgetModel.qml:187",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1090, Modules/Settings/WidgetsTabSection.qml:1321, Modules/Settings/WidgetsTab.qml:183, Modules/Settings/NetworkTab.qml:1544, Modules/ControlCenter/Models/WidgetModel.qml:187, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15",
"comment": ""
},
{
@@ -12467,6 +13127,12 @@
"reference": "Modules/Settings/DisplayConfig/OutputCard.qml:265, Modules/Settings/DisplayConfig/OutputCard.qml:278, Modules/Settings/DisplayConfig/OutputCard.qml:301",
"comment": ""
},
+ {
+ "term": "Verification",
+ "context": "Phone Connect pairing verification key label",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:70",
+ "comment": ""
+ },
{
"term": "Version",
"context": "Version",
@@ -12527,10 +13193,16 @@
"reference": "Modals/FileBrowser/FileBrowserContent.qml:266",
"comment": ""
},
+ {
+ "term": "View Mode",
+ "context": "View Mode",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:11",
+ "comment": ""
+ },
{
"term": "Visibility",
"context": "Visibility",
- "reference": "Modules/DankDash/WeatherForecastCard.qml:100, Modules/Settings/DankBarTab.qml:589, Modules/Settings/TimeWeatherTab.qml:1128",
+ "reference": "Modules/DankDash/WeatherForecastCard.qml:100, Modules/Settings/TimeWeatherTab.qml:1128, Modules/Settings/DankBarTab.qml:589",
"comment": ""
},
{
@@ -12554,7 +13226,7 @@
{
"term": "Volume",
"context": "Volume",
- "reference": "Modules/Settings/OSDTab.qml:93, Modules/Settings/WidgetsTabSection.qml:1115, Modules/Settings/WidgetsTabSection.qml:1324",
+ "reference": "Modules/Settings/WidgetsTabSection.qml:1115, Modules/Settings/WidgetsTabSection.qml:1324, Modules/Settings/OSDTab.qml:93",
"comment": ""
},
{
@@ -12584,7 +13256,7 @@
{
"term": "Wallpaper",
"context": "greeter settings link",
- "reference": "Widgets/KeybindItem.qml:1097, Widgets/KeybindItem.qml:1104, Widgets/KeybindItem.qml:1113, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:76",
+ "reference": "Widgets/KeybindItem.qml:1097, Widgets/KeybindItem.qml:1104, Widgets/KeybindItem.qml:1113, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:76, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63",
"comment": ""
},
{
@@ -12848,7 +13520,7 @@
{
"term": "Wind",
"context": "Wind",
- "reference": "Modules/DankDash/WeatherTab.qml:89, Modules/Settings/TimeWeatherTab.qml:977",
+ "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:425, Modules/DankDash/WeatherTab.qml:89, Modules/Settings/TimeWeatherTab.qml:977",
"comment": ""
},
{
@@ -12902,7 +13574,7 @@
{
"term": "Window Rules",
"context": "Window Rules",
- "reference": "Modules/Settings/WindowRulesTab.qml:247, Modals/Settings/SettingsSidebar.qml:277",
+ "reference": "Modals/Settings/SettingsSidebar.qml:277, Modules/Settings/WindowRulesTab.qml:247",
"comment": ""
},
{
@@ -13016,25 +13688,25 @@
{
"term": "You have unsaved changes. Save before closing this tab?",
"context": "You have unsaved changes. Save before closing this tab?",
- "reference": "Modules/Notepad/Notepad.qml:403",
+ "reference": "Modules/Notepad/Notepad.qml:413",
"comment": ""
},
{
"term": "You have unsaved changes. Save before continuing?",
"context": "You have unsaved changes. Save before continuing?",
- "reference": "Modules/Notepad/Notepad.qml:403",
+ "reference": "Modules/Notepad/Notepad.qml:413",
"comment": ""
},
{
"term": "You have unsaved changes. Save before creating a new file?",
"context": "You have unsaved changes. Save before creating a new file?",
- "reference": "Modules/Notepad/Notepad.qml:403",
+ "reference": "Modules/Notepad/Notepad.qml:413",
"comment": ""
},
{
"term": "You have unsaved changes. Save before opening a file?",
"context": "You have unsaved changes. Save before opening a file?",
- "reference": "Modules/Notepad/Notepad.qml:403",
+ "reference": "Modules/Notepad/Notepad.qml:413",
"comment": ""
},
{
@@ -13082,7 +13754,7 @@
{
"term": "days",
"context": "days",
- "reference": "Modules/Settings/ClipboardTab.qml:179, Modules/Settings/NotificationsTab.qml:849",
+ "reference": "Modules/Settings/NotificationsTab.qml:849, Modules/Settings/ClipboardTab.qml:179",
"comment": ""
},
{
@@ -13091,6 +13763,18 @@
"reference": "Modals/MuxModal.qml:484",
"comment": ""
},
+ {
+ "term": "device",
+ "context": "Generic device name | Generic device name fallback",
+ "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:91, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:272",
+ "comment": ""
+ },
+ {
+ "term": "devices connected",
+ "context": "KDE Connect status multiple devices",
+ "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:38",
+ "comment": ""
+ },
{
"term": "dgop not available",
"context": "dgop not available",
@@ -13154,7 +13838,7 @@
{
"term": "featured",
"context": "featured",
- "reference": "Modules/Settings/DesktopWidgetBrowser.qml:389, Modules/Settings/PluginBrowser.qml:487",
+ "reference": "Modules/Settings/PluginBrowser.qml:487, Modules/Settings/DesktopWidgetBrowser.qml:389",
"comment": ""
},
{
@@ -13322,7 +14006,7 @@
{
"term": "this app",
"context": "this app",
- "reference": "Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Popup/NotificationPopup.qml:1096, Modules/Notifications/Popup/NotificationPopup.qml:1096",
+ "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1096, Modules/Notifications/Popup/NotificationPopup.qml:1096, Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Center/NotificationCard.qml:1016",
"comment": ""
},
{
diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json
index 6ba051b9..5690d3bf 100644
--- a/quickshell/translations/poexports/es.json
+++ b/quickshell/translations/poexports/es.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS bind(s) puede ser anulado por configuración de atajos que estén después de la inclusión."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adaptador(es), ninguno conectado"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 caracteres"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": ""
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": ""
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 impresora(s)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 variantes"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widgets"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "hace %1m"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90º"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Un archivo con este nombre ya existe. ¿Quieres reemplazarlo?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": ""
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Organice las pantallas y configure la resolución, la frecuencia de actualización y el VRR."
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Audio"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Autenticar"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Autenticación"
},
"Authentication Required": {
"Authentication Required": "Autenticación requerida"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Autenticación fallida, intente nuevamente"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Disponible en modo detallado y pronóstico"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Batería"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de carga de bateria"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Elegir color"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": ""
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Comando"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": ""
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": ""
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Modo oscuro"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Fondo de modal oscuro"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Detallado"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Desarrollo"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Habilitado"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Habilitando WiFi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Ingresar PIN para "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": {
"Enter a search query": "Ingresar texto a buscar"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Ingresar credenciales para "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Error al cancelar el trabajo seleccionado"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": ""
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "No se ha podido ajustar la temperatura del modo nocturno"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Hubo un error al poner la imágen de perfil"
},
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Ajusta el tiempo de animación en milisegundos"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": ""
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Ventana enfocada"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": ""
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Guía de formato"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": ""
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Temperatura de GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Juegos"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Control de gamma no disponible. Requiere DMS API v6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": ""
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Paleta fiel que conserva los tonos originales."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Ajustes de historial"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Humedad"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Sobreescribir opciones de Hyprland"
},
"Hyprland Options": {
"Hyprland Options": ""
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Lo entiendo"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Contraseña incorrecta"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Estilo del indicador"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Teclas"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Matar el proceso"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "Dispositivo LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": ""
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Lineal"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Cerrar sesión"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Ajustes del reproductor"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Reproductores ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Pausando"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": ""
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Iconos de espacios de trabajo numerados"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navegación"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nueva notificación"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": ""
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Sin perfiles VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": ""
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Sin accion"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Sin adaptadores"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Archivos no encontrados"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": ""
},
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "No hay nada añadido todavía"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Sin coincidencias"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": ""
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": ""
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Ajustar gamma en función de la hora o ubicación."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Área de salida llena"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Bandeja de salida no encontrada"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Anular la configuración de diseño global para esta salida"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Sobrescribir"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Contraseña"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": ""
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Enchufado"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Anchuras prefijadas (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Presiona la tecla deseada..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": ""
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": ""
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Requiere mantener pulsado el botón/tecla para confirmar apagar, reiniciar, suspender, hibernar y cerrar sesión"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Requiere la herramienta 'dgop'"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Reiniciar DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Continuar"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": ""
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Rueda de desplazamiento"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Buscar complementos..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Buscar widgets..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Seguridad"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": ""
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Servidor"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": ""
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Corto"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Atajos"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Mostrar estado del tiempo"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Mostrar bienvenida"
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar la superposición del lanzador al escribir en la vista general de Niri. Desactivar para utilizar otro lanzador."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Mostrar en última pantalla"
},
@@ -5010,6 +5316,9 @@
"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"
},
+ "Show week number in the calendar": {
+ "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": "Indicar el orden de los espacios en la barra superior"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Intercambio"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Cambiar usuario"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Seleccionar"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Parametros adicionales"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "Los siguientes ajustes modificarán tu configuración de GTK y Qt. Si deseas conservar tu configuración actual, haz una copia de seguridad de los archivos (qt5ct.conf | qt6ct.conf y ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "La cola de impresión está vacía"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Tóner bajo"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": ""
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": ""
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": ""
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": ""
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": ""
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Usar el lector de huellas dactilares para desbloquear la pantalla de bloqueo (requiere haber registrado huellas previamente)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Nombre de usuario"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Clima"
},
+ "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": ""
+ },
"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.": "Al activarse, las aplicaciones se ordenan alfabéticamente. Al desactivarse, se ordenan por frecuencia de uso."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Tienes cambios sin guardar. ¿Guardar antes de abrir otro archivo?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": ""
},
"apps": {
"apps": "apps"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "",
"No input device": "",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": ""
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop no disponible"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": ""
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl existe pero no está incluido en config.kdl. Las combinaciones de teclas personalizadas no funcionarán hasta que esto se solucione."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "e.j., notify-send 'Hola' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "No se han encontrado plugins"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Nombre de la aplicación",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "",
"Expressive": "",
@@ -6521,6 +6882,15 @@
"Select network": "",
"WiFi off": ""
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Ningún archivo de tema personalizado"
},
@@ -6660,6 +7030,9 @@
"Performance": "",
"Power Saver": ""
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": ""
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": ""
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Los ajustes son de solo lectura. Los cambios no persistirán."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json
index fcce5b7f..b561b7a2 100644
--- a/quickshell/translations/poexports/fa.json
+++ b/quickshell/translations/poexports/fa.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 نگاشت DMS ممکن است توسط نگاشتهای پیکربندی که پس از include میآیند، لغو شوند."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 آداپتور، هیچکدام متصل نیستند"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 حرف"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 وجود دارد اما وارد نشده است. قواعد پنجره اعمال نخواهند شد."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "اکنون %1 وارد پیکربندی شد"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 چاپگر"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 نوع"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 ابزارک"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1 دقیقه پیش"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "۹۰°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "فایلی با این نام از قبل وجود دارد. آیا میخواهید آن را بازنویسی کنید؟"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "برنامههایی که پاپآپ اعلان آنها بیصدا شده است. برای حذف، بیصدا را بردارید یا برنامه را حذف کنید."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "چیدمان نمایشگرها و پیکربندی وضوح، نرخ تازهسازی و VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "صدا"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "احراز هویت"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "احراز هویت"
},
"Authentication Required": {
"Authentication Required": "احراز هویت نیاز است"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "احراز هویت ناموفق بود، لطفا دوباره تلاش کنید"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "در حالتهای نمایش با جزئیات و پیشبینی در دسترس است"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "باتری"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "محدودیت شارژ باتری"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "انتخاب رنگ"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "طول ستون"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "دستور"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "ایجاد قاعده پنجره"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "ایجاد قاعده برای:"
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "حالت تاریک"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "تیرهکردن پسزمینه مودال"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "با جزئیات"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "توسعه"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "فعال"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "فعالسازی وایفای..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "ورود PIN برای "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "نام جدید برای این محیطکار وارد کنید"
},
"Enter a search query": {
"Enter a search query": "یک عبارت جستجو وارد کنید"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "ورود اعتبارنامهها برای "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "لغو کار چاپ انتخاب شده ناموفق بود"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "بررسی محدودیت سنجاق ناموفق بود"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "تنظیم دمای حالت شب ناموفق بود"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "تنظیم تصویر نمایه ناموفق بود"
},
@@ -2135,10 +2252,10 @@
"File Information": "اطلاعات فایل"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "جستجوی فایل به dsearch نیاز دارد\nاز github.com/AvengeMedia/danksearch نصب کنید"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "جستجوی فایل به dsearch نیاز دارد\nاز github.com/morelazers/dsearch نصب کنید"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "جستجوی نیاز به dsearch دارد\\nاز github.com/AvengeMedia/danksearch نصب کنید"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "جستجوی نیاز به dsearch دارد\\nاز github.com/morelazers/dsearch نصب کنید"
},
"Files": {
"Files": "فایلها"
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "تنظیم دقیق زمان انیمیشن بر حسب میلی ثانیه"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "رنگ فوکوس شده"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "پنجره فوکوسشده"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "مه"
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "راهنمای قالببندی"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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/حافظه را آزاد کن. ممکن است باعث اندکی تأخیر هنگام باز کردن مجدد شود."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "دمای GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "بازیها"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "کنترل گاما در دسترس نیست. نیاز به DMS API نسخه ۶ به بالا دارد."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "دستگاه"
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "پالت رنگی با دقت بالا که رنگهای اصلی را حفظ میکند."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "تنظیمات تاریخچه"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "رطوبت"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "جایگزینیهای چیدمان هایپرلند"
},
"Hyprland Options": {
"Hyprland Options": "گزینههای هایپرلند"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "متوجه شدم"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "گذرواژه نادرست"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "استایل نشانگر"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "کلیدها"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "بستن فرایند"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "دستگاه LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "برف پراکنده"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "خطی"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "خروج"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "تنظیمات پخشکننده رسانه"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "پخشکنندههای رسانه ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "انتقال به حالت متوقف شده"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "موسیقی"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "آیکون محیطکارهای نامدار"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "پیمایش"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "اعلان جدید"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "قاعده پنجره جدید"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "هیچ پروفایل VPNای یافت نشد"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "بدون داده آب و هوا"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "بدون اقدام"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "آداپتوری یافت نشد"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "هیچ فایلی یافت نشد"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "هیچ پوشهای یافت نشد"
},
"No hidden apps.": {
"No hidden apps.": "هیچ برنامه پنهانی موجود نیست."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "هنوز آیتمی اضافه نشده"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "موردی پیدا نشد"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "بدون نتایج افزونه"
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "هیچ مدخل کلیپبوردی ذخیره نشده است"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "هیچ تصویر پسزمینهای یافت نشد\n\nروی آیکون پوشه زیر برای مرور کلیک کنید"
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "گاما را فقط بر اساس قواعد زمانی یا مکانی تنظیم کن."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "محل خروج پر است"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "سینی خروج موجود نیست"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "تنظیمات چیدمان عمومی را برای این خروجی جایگزین کن"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "بازنویسی"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "گذرواژه"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "الصاق"
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "اتصال به برق"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "عرضهای از پیش تعیین شده (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "کلید را فشار دهید..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "تغییر نام"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "تغییر نام محیطکار"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "برای تأیید خاموش، راهاندازی مجدد، تعلیق، هایبرنیت و خروج، نگه داشتن دکمه/کلید را الزام کن"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "به ابزار 'dgop' نیاز دارد"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "دَنک متریال شل را مجدد راه بینداز"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "ازسرگیری"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "ضریب اسکرول"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "چرخ اسکرول"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "جستجوی افزونهها..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "جستجوی ابزارکها..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "امنیت"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "انتخاب"
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "سرور"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "تنظیم نام سفارشی"
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "کوتاه"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "میانبرها"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "نمایش شرایط آب و هوا"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "نمایش خوش آمدید"
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "لایه overlay لانچر را هنگام تایپ در نمای کلی نیری نمایش بده. برای استفاده از لانچر دیگری غیرفعال کنید."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "نمایش در آخرین نمایشگر"
},
@@ -5010,6 +5316,9 @@
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "اطلاعات آب و هوا را در نوار بالا و مرکز کنترل نمایش بده"
},
+ "Show week number in the calendar": {
+ "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": "شماره شاخص محیطکار را در تغییردهنده محیطکار نوار بالا نمایش بده"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "سواپ"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "تغییر کاربر"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: پیمایش • ←→↑↓: پیمایش جدولی • Enter/Space: انتخاب"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "پارامترهای اضافی سفارشی ترمینال"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "تنظیمات پایین، تنظیمات Qt و GTK شما را تغییر میدهند. اگر میخواهید تنظیمات کنونی خود را نگه دارید، لطفا از آنها نسخه پشتیبان تهیه کنید (qt5ctl.conf |qt6ctl.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "صف کار چاپگر خالی است"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "تونر کم است"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "ابزارها"
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "عنوان ناشناس"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "خالیکردن هنگام بستن"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "لغو اعتماد"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "بروزرسانی"
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "از اثرانگشت خوان برای احراز هویت صفحه قفل استفاده کن (نیاز به اثرانگشت ثبت شده دارد)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "نام کاربری"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "از زمانهای طلوع/غروب بر اساس موقعیت مکانی شما استفاده میکند."
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "ابزارک آب و هوا"
},
+ "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": ""
+ },
"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.": "هنگام فعال بودن، برنامهها بر اساس حروف الفبا مرتب میشوند. هنگام غیرفعال بودن، برنامه ها بر اساس دفعات استفاده مرتب میشوند."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده دارید. پیش از باز کردن فایل، ذخیره شوند؟"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "اقدامها"
},
"apps": {
"apps": "برنامه"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "بیصدا",
"No input device": "بدون دستگاه ورودی",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(پیشفرض)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop در دسترس نیست"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "نوشتن:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "فایل dms/binds.kdl وجود دارد اما در config.kdl گنجانده نشده است. نگاشتکلیدهای سفارشی تا زمانی که این مشکل برطرف نشود، کار نخواهند کرد."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "مانند notify-send 'Hello' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "هیچ افزونهای یافت نشد"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "نام برنامهها",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl در دسترس نیست - یکپارچهسازی قفل به اتصال سوکت DMS نیاز دارد"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "محتوا",
"Expressive": "پررنگ",
@@ -6521,6 +6882,15 @@
"Select network": "انتخاب شبکه",
"WiFi off": "وایفای خاموش"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "هیچ تم سفارشی یافت نشد"
},
@@ -6660,6 +7030,9 @@
"Performance": "کارایی",
"Power Saver": "ذخیره انرژی"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "اصلی"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "متغیرهای محیطی یافت نشد"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "تنظیمات فقط قابل خواندن هستند. تغییرات حفظ نخواهند شد."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/fr.json b/quickshell/translations/poexports/fr.json
index 98f003e0..818acf03 100644
--- a/quickshell/translations/poexports/fr.json
+++ b/quickshell/translations/poexports/fr.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 raccourci(s) DMS peuvent être remplacés par des raccourcis définis plus loin dans la configuration."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adaptateur(s), aucun connecté"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 caractères"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 existe mais n'est pas inclus. Les règles de fenêtres ne s'appliqueront pas."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 est maintenant inclus dans la configuration"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 imprimante(s)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 variante(s)"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widgets"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "il y a %1 min"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Un fichier portant ce nom existe déjà. Voulez-vous le remplacer ?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "Applis dont les notifications popup sont en sourdine. Réactivez ou supprimez pour les rétablir. "
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Organiser les écrans et configurer la résolution, la fréquence de rafraîchissement et le VRR."
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Audio"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "S’authentifier"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Authentification"
},
"Authentication Required": {
"Authentication Required": "Authentification requise"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Échec de l’authentification, veuillez réessayer"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Disponible dans les modes Vue détaillée et Prévisions"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Batterie"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de charge de la batterie"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Choisir une couleur"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Longueur de colonne"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Commande"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "Créer règle de fenêtre"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Créer règle pour :"
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Mode sombre"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Assombrir l’arrière-plan des fenêtres modales"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Détaillé"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Développement"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Activé"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Activation du Wi-Fi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Saisir le code PIN pour "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Entrer un nom pour cet espace de travail"
},
"Enter a search query": {
"Enter a search query": "Saisir une requête de recherche"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Saisir les identifiants pour "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Échec de l’annulation de la tâche sélectionnée"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "Échec de la vérification de la limite d'épinglage"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Échec du réglage de la température du mode nuit"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Échec de la définition de l’image de profil"
},
@@ -2135,10 +2252,10 @@
"File Information": "Informations sur le fichier"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La recherche de fichiers nécessite dsearch\nInstallez-le depuis github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La recherche de fichiers nécessite dsearch\nInstallez-le depuis github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "La recherche de fichiers nécessite dsearch\\nInstallez-le depuis github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "La recherche de fichiers nécessite dsearch\\nInstallez-le depuis github.com/morelazers/dsearch"
},
"Files": {
"Files": "Fichiers"
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Ajuster précisément la durée des animations en millisecondes"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Couleur active"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Fenêtre active"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Brouillard"
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Légende du format"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": "Libérer la VRAM/mémoire lorsque le lanceur est fermé. Cela peut provoquer un léger délai à la réouverture."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Température GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Jeux"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Le contrôle du gamma n’est pas disponible. Nécessite l’API DMS v6 ou supérieure."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "appareil"
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Palette fidèle qui préserve les teintes d'origine."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Paramètres de l'historique"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Humidité"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Surcharges de disposition Hyprland"
},
"Hyprland Options": {
"Hyprland Options": "Options Hyprland"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Je comprends"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Mot de passe incorrect"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Style d'indicateur"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Touches"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Forcer l’arrêt du processus"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "Périphérique LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Faibles averses de neige"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Linéaire"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Déconnexion"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Paramètres du lecteur multimédia"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Lecteurs multimédias ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Mise en pause en cours"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Musique"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Icônes d’espaces de travail nommés"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navigation"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nouvelle notification"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Nouvelle règle de fenêtre"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Aucun profil VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Aucune donnée météo"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Aucune action"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Aucun adaptateur"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Aucun fichier trouvé"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "Aucun dossier trouvé"
},
"No hidden apps.": {
"No hidden apps.": "Aucune appli masquée."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Aucun élément ajouté pour le moment"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Aucune correspondance"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Aucun résultat pour les plugins"
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Aucune entrée du presse-papier sauvegardée"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "Aucun fond d'écran trouvé\n\nCliquer l'icône du dossier en bas pour parcourir"
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Ajuster le gamma uniquement en fonction de l’heure ou de l’emplacement."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Zone de sortie pleine"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Bac de sortie manquant"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Remplacer les paramètres de mise en page globale pour cette sortie"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Écraser"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Mot de passe"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Coller"
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Branché"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Largeurs prédéfinies (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Appuyez sur la touche..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Renommer"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Renommer l'espace de travail"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Nécessite de maintenir le bouton/la touche pour confirmer arrêt, redémarrage, suspension, hibernation et déconnexion"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Nécessite l’outil 'dgop'"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Redémarrer DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Reprendre"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Sensibilité du défilement"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Molette"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Rechercher un plugin..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Rechercher des widgets..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Sécurité"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Sélectionner"
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Serveur"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Définir un nom personnalisé"
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Court"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Raccourcis"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Afficher l’état météo"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Afficher accueil"
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Afficher la superposition du lanceur lors de la saisie dans l’aperçu Niri. Désactiver pour utiliser un autre lanceur."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Afficher sur le dernier écran"
},
@@ -5010,6 +5316,9 @@
"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"
},
+ "Show week number in the calendar": {
+ "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": "Afficher les numéros des espaces de travail dans le sélecteur de la barre supérieure"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Échange"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Changer d'utilisateur"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab : Navigation • ←→↑↓ : Navigation grille • Enter/Espace : Sélectionner"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Paramètres supplémentaires pour le terminal"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "Les réglages ci-dessous modifieront vos paramètres GTK et Qt. Pour conserver vos configurations actuelles, effectuez une sauvegarde (qt5ct.conf|qt6ct.conf et ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "La file d’attente d’impression est vide"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner faible"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Outils"
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Titre inconnu"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Libérer à la fermeture"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Révoquer"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Mettre à jour"
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Utiliser le lecteur d’empreintes digitales pour l’authentification de l’écran de verrouillage (empreintes préenregistrées requises)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Nom d’utilisateur"
},
+ "Username...": {
+ "Username...": ""
+ },
"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."
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Widget météo"
},
+ "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": ""
+ },
"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.": "Si activé, les applications sont triées par ordre alphabétique. Sinon, elles sont triées selon la fréquence d’utilisation."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Vous avez des modifications non enregistrées. Enregistrer avant d’ouvrir un fichier ?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "actions"
},
"apps": {
"apps": "applications"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "Muet",
"No input device": "Aucun appareil d'entrée",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(Par défaut)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop non disponible"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Écrire :"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl existe mais n’est pas inclus dans config.kdl. Les raccourcis personnalisés ne fonctionneront pas tant que cela n’est pas corrigé."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "ex. notify-send 'Bonjour' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Aucun plugin trouvé"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Noms des applications",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Contenu",
"Expressive": "Expressif",
@@ -6521,6 +6882,15 @@
"Select network": "Sélectionner réseau",
"WiFi off": "Wi-Fi off"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Aucun fichier de thème personnalisé"
},
@@ -6660,6 +7030,9 @@
"Performance": "Performance",
"Power Saver": "Économie d'énergie"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Primaire"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Variables d'environnement manquantes"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Les paramètres sont en lecture seule. Les modifications ne seront pas conservées."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json
index 067c2f14..98e18cdb 100644
--- a/quickshell/translations/poexports/he.json
+++ b/quickshell/translations/poexports/he.json
@@ -5,14 +5,26 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 קיצורי DMS עשויים להידרס על ידי קיצורי config שמגיעים אחרי ה-include."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 מתאמים, אין מתאם מחובר"
},
"%1 adapter, none connected": {
- "%1 adapter, none connected": ""
+ "%1 adapter, none connected": "מתאם %1, אין מתאמים מחוברים"
},
"%1 adapters, none connected": {
- "%1 adapters, none connected": ""
+ "%1 adapters, none connected": "%1 מתאמים, אין מתאמים מחוברים"
+ },
+ "%1 character": {
+ "%1 character": ""
},
"%1 characters": {
"%1 characters": "%1 תווים"
@@ -36,13 +48,13 @@
"%1 disconnected (hidden)": "%1 מנותק (מוסתר)"
},
"%1 display": {
- "%1 display": ""
+ "%1 display": "מסך %1"
},
"%1 display(s)": {
"%1 display(s)": "%1 מסך/מסכים"
},
"%1 displays": {
- "%1 displays": ""
+ "%1 displays": "%1 מסכים"
},
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 קיים אך אינו כלול בconfig. קיצורי מקלדת מותאמים אישית לא יעבדו עד שהבעיה תתוקן."
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 קיים אך אינו כלול. חוקי החלון לא יתקיימו."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 כעת כלול בconfig"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 מדפסות"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 גרסאות"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 ווידג׳טים"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "לפני %1 דקות"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+ %1 נוספים"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/path/to/videos"
},
"0 = square corners": {
"0 = square corners": "0 = פינות מרובעות"
@@ -129,7 +162,7 @@
"24-Hour Format": "תבנית 24 שעות"
},
"24-hour clock": {
- "24-hour clock": ""
+ "24-hour clock": "שעון 24 שעות"
},
"24-hour format": {
"24-hour format": "תבנית 24 שעות"
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "קיים כבר קובץ עם השם זה. האם ברצונך לדרוס אותו?"
},
@@ -222,7 +258,7 @@
"Action": "פעולה"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "הפעולה נכשלה או שהמסוף נסגר."
},
"Actions": {
"Actions": "פעולות"
@@ -231,7 +267,7 @@
"Activate": "הפעל/י"
},
"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.": ""
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "האם להפעיל את הGreeter של DMS? מסוף ייפתח לאימות עם sudo. הפעל/י את הסנכרון לאחר ההפעלה כדי להחיל את ההגדרות שלך."
},
"Activation": {
"Activation": "הפעלה"
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "אפליקציות עם חלונות קופצים של התראות מושתקות. בטל/י השתקה או מחק/י להסרה."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "סדר/י מסכים והגדר/י רזולוציה, קצב רענון וVRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "שמע"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "אימות"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "אימות"
},
"Authentication Required": {
"Authentication Required": "נדרש אימות"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "האימות נכשל, נא לנסות שוב"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "זמין כתצוגה מפורטת או תצוגה של התחזית"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -596,7 +647,7 @@
"Backend": "Backend"
},
"Background": {
- "Background": ""
+ "Background": "רקע"
},
"Background Opacity": {
"Background Opacity": "שקיפות רקע"
@@ -611,13 +662,13 @@
"Bar Configurations": "תצורות סרגלים"
},
"Bar Shadows": {
- "Bar Shadows": ""
+ "Bar Shadows": "הצללות סרגל"
},
"Bar Transparency": {
"Bar Transparency": "שקיפות סרגל"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "צבע בסיס לצללים (שקיפות מוחלת אוטומטית)"
},
"Base duration for animations (drag to use Custom)": {
"Base duration for animations (drag to use Custom)": "משך בסיסי לאנימציות (גרור/גררי כדי להשתמש בהגדרות מותאמות אישית)"
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "סוללה"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "מגבלה טעינה לסוללה"
},
@@ -740,10 +794,10 @@
"Button Color": "צבע כפתור"
},
"Button state while testing printer connection": {
- "Testing...": ""
+ "Testing...": "בודק..."
},
"Button to test connection to a printer by IP address": {
- "Test Connection": ""
+ "Test Connection": "בדיקת חיבור"
},
"CPU": {
"CPU": "CPU"
@@ -827,10 +881,10 @@
"Change bar appearance": "שנה/י את מראה הסרגל"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": ""
+ "Change the locale used by the DMS interface.": "שנה/י את השפה שנעשה בה שימוש בממשק של DMS."
},
"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.": ""
+ "Change the locale used for date and time formatting, independent of the interface language.": "שנה/י את הגדרות האזור שנעשה בהם שימוש כדי להציג תאריך ושעה, ללא תלות בשפת הממשק."
},
"Channel": {
"Channel": "ערוץ"
@@ -842,10 +896,16 @@
"Check for system updates": "בדוק/בדקי עדכוני מערכת"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "בדוק/בדקי את סטטוס הסנכרון לפי דרישה. הסנכרון מעתיק את ערכת הנושא, ההגדרות, תצורת PAM ותמונת הרקע שלך למסך ההתחברות בפעולה אחת. חובה להפעיל סנכרון כדי להחיל שינויים."
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "בודק האם נדרש אימות sudo…"
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
"Choose Color": "בחר/י צבע"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "בחר/י כיצד ווידג׳ט מזג האוויר מוצג"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "בחר/י לאיזה כיוון יופנה הצל על הסרגל הזה"
},
"Choose icon": {
"Choose icon": "בחר/י סמל"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "רוחב עמודה"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "פקודה"
},
@@ -1181,16 +1244,16 @@
"Controls opacity of all popouts, modals, and their content layers": "שולט בשקיפות של כל החלונות הקופצים, המודלים ושכבות התוכן שלהם"
},
"Controls shadow cast direction for elevation layers": {
- "Controls shadow cast direction for elevation layers": ""
+ "Controls shadow cast direction for elevation layers": "שולט בכיוון הטלת הצל עבור שכבות הגבהה"
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "שולט ברדיוס הטשטוש הבסיסי ובהיסט של הצללים"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "שולט בשקיפות הצל"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "אפשרויות נוחות למסך ההתחברות. הפעל/י סנכרון (Sync) כדי להחיל."
},
"Cooldown": {
"Cooldown": "זמן המתנה"
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "צור/צרי חוק לחלון"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "צור/צרי חוק עבור:"
},
@@ -1283,7 +1349,7 @@
"Current Items": "פריטים נוכחיים"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "השפה והאזור הנוכחיים"
},
"Current Period": {
"Current Period": "הזמן הנוכחי"
@@ -1349,10 +1415,10 @@
"Custom Reboot Command": "פקודת הפעלה מחדש מותאמת אישית"
},
"Custom Shadow Color": {
- "Custom Shadow Color": ""
+ "Custom Shadow Color": "צבע צל מותאם אישית"
},
"Custom Shadow Override": {
- "Custom Shadow Override": ""
+ "Custom Shadow Override": "דריסת צל מותאמת אישית"
},
"Custom Suspend Command": {
"Custom Suspend Command": "פקודת השהיה מותאמת אישית"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "מנהל התוספים של DMS אינו זמין"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "הGreeter של DMS דורש את החבילות: greetd, dms-greeter. בשביל הזדהות עם טביעת אצבע: fprintd, pam_fprintd. בשביל להשתמש במפתחות אבטחה: pam_u2f. הוסף/הוסיפי את המשתמש שלך לקבוצת המערכת greeter. במהלך סנכרון, קודם כל נבדקות ההרשאות לsudo ונפתח חלון מסוף כשנדרש אימות אינטראקטיבי."
},
"DMS out of date": {
"DMS out of date": "הDMS לא מעודכן"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "מצב כהה"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "הכהיית הרקע של חלוניות"
},
@@ -1430,10 +1502,10 @@
"Date Format": "תבנית תאריך"
},
"Date format": {
- "Date format": ""
+ "Date format": "תבנית תאריך"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "תבנית תאריך בGreeter"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "שחר (דמדומים אסטרונומיים)"
@@ -1496,7 +1568,7 @@
"Delete profile \"%1\"?": "למחוק את הפרופיל \"%1\"?"
},
"Dependencies & documentation": {
- "Dependencies & documentation": ""
+ "Dependencies & documentation": "חבילות נדרשות ודוקיומנטציה"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "גוזר צבעים התואמים באופן הדוק לתמונה שמתחת."
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "תצוגה מפורטת"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "פיתוח"
},
@@ -1565,7 +1640,7 @@
"Disabled": "מושבת"
},
"Disabled.": {
- "Disabled.": ""
+ "Disabled.": "מושבת."
},
"Disabling WiFi...": {
"Disabling WiFi...": "משבית WiFi..."
@@ -1589,7 +1664,7 @@
"Disk Usage": "שימוש בדיסק"
},
"Disk Usage Display": {
- "Disk Usage Display": ""
+ "Disk Usage Display": "תצוגת שימוש בדיסק"
},
"Disks": {
"Disks": "דיסקים"
@@ -1769,7 +1844,7 @@
"Enable Do Not Disturb": "הפעלה של מצב ״נא לא להפריע״"
},
"Enable FIDO2/U2F hardware security key for lock screen": {
- "Enable security key authentication": ""
+ "Enable security key authentication": "הפעלת אימות באמצעות מפתח אבטחה"
},
"Enable GPU Temperature": {
"Enable GPU Temperature": "הפעל/י תצוגת טמפרטורת הGPU"
@@ -1787,7 +1862,7 @@
"Enable System Sounds": "הפעלת צלילי מערכת"
},
"Enable Video Screensaver": {
- "Enable Video Screensaver": ""
+ "Enable Video Screensaver": "הפעלת שומר מסך עם וידאו"
},
"Enable Weather": {
"Enable Weather": "הפעלת מזג אוויר"
@@ -1796,19 +1871,19 @@
"Enable WiFi": "הפעל/י Wi-Fi"
},
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
- "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": ""
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "הפעל/י דריסה מותאמת אישית למטה כדי להגדיר עוצמת צל, שקיפות וצבע עבור כל סרגל בנפרד."
},
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "הפעל/י שכבת טשטוש הניתנת לזיהוי על ידי הקומפוזיטור (namespace: dms:blurwallpaper). דורש הגדרה ידנית של Niri."
},
"Enable fingerprint at login": {
- "Enable fingerprint at login": ""
+ "Enable fingerprint at login": "הפעלת טביעת אצבע בהתחברות"
},
"Enable fingerprint authentication": {
"Enable fingerprint authentication": "הפעלת אימות באמצעות טביעת אצבע"
},
"Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": {
- "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": ""
+ "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": "הפעל/י טביעת אצבע או מפתח אבטחה עבור DMS Greeter. הפעל/י סנכרון כדי להחיל ולהגדיר את PAM."
},
"Enable loginctl lock integration": {
"Enable loginctl lock integration": "הפעלת האינטגרציה עם loginctl"
@@ -1826,7 +1901,7 @@
"Show Profile Image": "הצגת תמונת הפרופיל"
},
"Enable security key at login": {
- "Enable security key at login": ""
+ "Enable security key at login": "הפעלת מפתח אבטחה בהתחברות"
},
"Enable system date display on the lock screen window": {
"Show System Date": "הצגת תאריך המערכת"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "מופעל"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "מפעיל WiFi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "הזן/י קוד PIN עבור "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "הזן/י שם חדש לסביבת העבודה הזו"
},
"Enter a search query": {
"Enter a search query": "הזן/י שאילתת חיפוש"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "הזן/י אישורי גישה עבור "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "ביטול העבודה שנבחרה נכשל"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "בדיקת מגבלת ההצמדה נכשלה"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "הגדרת טמפרטורת מצב לילה נכשלה"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "הגדרת תמונת הפרופיל נכשלה"
},
@@ -2135,10 +2252,10 @@
"File Information": "פרטי קובץ"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\nהתקן/י אותו מ: github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\nהתקן/י אותו מ: github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\\nהתקן/י אותו מ: github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\\nהתקן/י אותו מ: github.com/morelazers/dsearch"
},
"Files": {
"Files": "קבצים"
@@ -2155,8 +2272,17 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "כוונן/י בעדינות את תזמון האנימציה במילישניות"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
- "First Day of Week": ""
+ "First Day of Week": "היום הראשון בשבוע"
},
"First Time Setup": {
"First Time Setup": "התקנה ראשונית"
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "צבע ממוקד"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "חלון ממוקד"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "ערפל"
},
@@ -2216,7 +2348,7 @@
"Follow focus": "עקוב/י אחר מיקוד"
},
"Font": {
- "Font": ""
+ "Font": "גופן"
},
"Font Family": {
"Font Family": "משפחת הגופן"
@@ -2231,7 +2363,7 @@
"Font Weight": "משקל הגופן"
},
"Font used on the login screen": {
- "Font used on the login screen": ""
+ "Font used on the login screen": "הגופן שנעשה בו שימוש במסך ההתחברות"
},
"Force HDR": {
"Force HDR": "אלץ/י HDR"
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "מקרא תבניות"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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) כאשר המשגר נסגר. עלול לגרום לעיכוב קל בפתיחה מחדש."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "טמפרטורת GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "משחקים"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "בקרת גאמה אינה זמינה. נדרש API של DMS גרסה 6 ומעלה."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "התקן"
},
@@ -2342,28 +2486,28 @@
"Graphics": "גרפיקה"
},
"Greeter": {
- "Greeter": ""
+ "Greeter": "Greeter"
},
"Greeter Appearance": {
- "Greeter Appearance": ""
+ "Greeter Appearance": "מראה הGreeter"
},
"Greeter Behavior": {
- "Greeter Behavior": ""
+ "Greeter Behavior": "התנהגות הGreeter"
},
"Greeter Status": {
- "Greeter Status": ""
+ "Greeter Status": "מצב הGreeter"
},
"Greeter activated. greetd is now enabled.": {
- "Greeter activated. greetd is now enabled.": ""
+ "Greeter activated. greetd is now enabled.": "Greeter הופעל. greetd מופעל כעת."
},
"Greeter font": {
- "Greeter font": ""
+ "Greeter font": "גופן הGreeter"
},
"Greeter only — does not affect main clock": {
- "Greeter only — does not affect main clock": ""
+ "Greeter only — does not affect main clock": "Greeter בלבד — אינו משפיע על השעון הראשי"
},
"Greeter only — format for the date on the login screen": {
- "Greeter only — format for the date on the login screen": ""
+ "Greeter only — format for the date on the login screen": "Greeter בלבד — תבנית לתאריך במסך ההתחברות"
},
"Grid": {
"Grid": "רשת"
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "פלטת צבעים בנאמנות גבוהה המשמרת את גווני המקור."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "הגדרות של היסטוריית ההתראות"
},
@@ -2543,17 +2693,23 @@
"How often to change wallpaper": "כל כמה זמן להחליף רקע"
},
"How the background image is scaled": {
- "How the background image is scaled": ""
+ "How the background image is scaled": "כיצד תמונת הרקע מוצגת בקנה מידה"
},
"Humidity": {
"Humidity": "לחות"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "דריסות פריסה של Hyprland"
},
"Hyprland Options": {
"Hyprland Options": "אפשרויות Hyprland"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "הבנתי"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "סיסמה שגויה"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "סגנון מחוון"
},
@@ -2642,16 +2804,16 @@
"Input Volume Slider": "מחוון עוצמת קלט"
},
"Install complete. Greeter has been installed.": {
- "Install complete. Greeter has been installed.": ""
+ "Install complete. Greeter has been installed.": "ההתקנה הושלמה. Greeter הותקן."
},
"Install plugins from the DMS plugin registry": {
"Install plugins from the DMS plugin registry": "התקן/י תוספים ממאגר התוספים של DMS"
},
"Install the DMS greeter? A terminal will open for sudo authentication.": {
- "Install the DMS greeter? A terminal will open for sudo authentication.": ""
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "להתקין את הGreeter של DMS? ייפתח מסוף לאימות עם sudo."
},
"Installation and PAM setup: see the ": {
- "Installation and PAM setup: see the ": ""
+ "Installation and PAM setup: see the ": "להתקנה והגדרת PAM: ראה/י את "
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "הסתרה אוטומטית חכמה"
@@ -2917,23 +3079,35 @@
"Keys": {
"Keys": "מקשים"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "סיים/י תהליך"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "התקן LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
- "Host": ""
+ "Host": "מארח"
},
"Label for printer port number input field": {
- "Port": ""
+ "Port": "פורט"
},
"Label for printer protocol selector, e.g. ipp, ipps, lpd, socket": {
- "Protocol": ""
+ "Protocol": "פרוטוקול"
},
"Large": {
"Large": "גדול"
@@ -2945,31 +3119,31 @@
"Last launched %1": "ההפעלה האחרונה הייתה %1"
},
"Last launched %1 day ago": {
- "Last launched %1 day ago": ""
+ "Last launched %1 day ago": "ההפעלה האחרונה הייתה לפני יום %1"
},
"Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "ההפעלה האחרונה הייתה לפני %1 ימים"
},
"Last launched %1 days ago": {
- "Last launched %1 days ago": ""
+ "Last launched %1 days ago": "ההפעלה האחרונה הייתה לפני %1 ימים"
},
"Last launched %1 hour ago": {
- "Last launched %1 hour ago": ""
+ "Last launched %1 hour ago": "ההפעלה האחרונה הייתה לפני שעה %1"
},
"Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "ההפעלה האחרונה הייתה לפני %1 שעות"
},
"Last launched %1 hours ago": {
- "Last launched %1 hours ago": ""
+ "Last launched %1 hours ago": "ההפעלה האחרונה הייתה לפני %1 שעות"
},
"Last launched %1 minute ago": {
- "Last launched %1 minute ago": ""
+ "Last launched %1 minute ago": "ההפעלה האחרונה הייתה לפני דקה %1"
},
"Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "ההפעלה האחרונה הייתה לפני %1 דקות"
},
"Last launched %1 minutes ago": {
- "Last launched %1 minutes ago": ""
+ "Last launched %1 minutes ago": "ההפעלה האחרונה הייתה לפני %1 דקות"
},
"Last launched just now": {
"Last launched just now": "ההפעלה האחרונה הייתה ממש עכשיו"
@@ -3002,7 +3176,7 @@
"Layout Overrides": "דריסות פריסה"
},
"Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
- "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": ""
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "פריסה ומיקומי מודולים בGreeter מסונכרנים מהמעטפת שלך (לדוגמה, הגדרות הסרגל). הפעל/י סנכרון כדי להחיל."
},
"Left": {
"Left": "שמאל"
@@ -3011,7 +3185,7 @@
"Left Section": "קטע שמאלי"
},
"Light Direction": {
- "Light Direction": ""
+ "Light Direction": "כיוון האור"
},
"Light Mode": {
"Light Mode": "מצב בהיר"
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "מקלחות שלג קלות"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "ליניארי"
},
@@ -3062,10 +3245,10 @@
"Local": "מקומי"
},
"Locale": {
- "Locale": ""
+ "Locale": "שפה ואזור"
},
"Locale Settings": {
- "Locale Settings": ""
+ "Locale Settings": "הגדרות אזוריות"
},
"Location": {
"Location": "מיקום"
@@ -3106,8 +3289,11 @@
"Log Out": {
"Log Out": "התנתקות"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
- "Login Authentication": ""
+ "Login Authentication": "אימות התחברות"
},
"Long": {
"Long": "ארוך"
@@ -3179,7 +3365,7 @@
"Material Colors": "צבעי Material"
},
"Material inspired shadows and elevation on modals, popouts, and dialogs": {
- "Material inspired shadows and elevation on modals, popouts, and dialogs": ""
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "הצללות והגבהה בהשראת Material Design על חלוניות, חלונות קופצים ותיבות דו-שיח"
},
"Matugen Palette": {
"Matugen Palette": "פלטת צבעים של Matugen"
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "הגדרות נגן המדיה"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "נגני מדיה ("
},
@@ -3335,7 +3524,7 @@
"Modal Background": "רקע מודל"
},
"Modal Shadows": {
- "Modal Shadows": ""
+ "Modal Shadows": "הצללות של מודלים"
},
"Modals": {
"Modals": "חלונות מודליים"
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "עובר להשהיה"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "מוסיקה"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "סמלים לסביבות עבודה בעלות שם"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "ניווט"
},
@@ -3443,7 +3644,7 @@
"Never": "לעולם לא"
},
"Never used": {
- "Never used": ""
+ "Never used": "לא היה בשימוש מעולם"
},
"New": {
"New": "חדש"
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "התראה חדשה"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "חוק חלון חדש"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "אין פרופילי VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "אין נתוני מזג אוויר"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "אין פעולה"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "אין מתאמים"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "לא נמצאו קבצים"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "לא נמצאו תיקיות"
},
"No hidden apps.": {
"No hidden apps.": "אין אפליקציות מוסתרות."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "לא נוספו פריטים עדיין"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "אין התאמות"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "לא נמצאו תוספים"
},
@@ -3637,8 +3856,11 @@
"No saved clipboard entries": {
"No saved clipboard entries": "אין רשומות לוח ההעתקה שמורות"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
- "No status output.": ""
+ "No status output.": "לא התקבל פלט לעדכון המצב."
},
"No trigger": {
"No trigger": "אין מפעיל"
@@ -3647,7 +3869,10 @@
"No variants created. Click Add to create a new monitor widget.": "לא נוצרו גרסאות. לחץ/י על הוספה כדי ליצור ווידג׳ט תצוגה חדש."
},
"No video found in folder": {
- "No video found in folder": ""
+ "No video found in folder": "לא נמצא וידאו בתיקייה"
+ },
+ "No wallpapers": {
+ "No wallpapers": ""
},
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "לא נמצאו רקעים\n\nלחץ/י על סמל התיקייה למטה כדי לעיין"
@@ -3680,10 +3905,22 @@
"Not available": "לא זמינה"
},
"Not available — install fprintd and enroll fingerprints.": {
- "Not available — install fprintd and enroll fingerprints.": ""
+ "Not available — install fprintd and enroll fingerprints.": "לא זמין — התקן/י את fprintd והזן/י טביעות אצבע."
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
},
"Not available — install pam_u2f and enroll keys.": {
- "Not available — install pam_u2f and enroll keys.": ""
+ "Not available — install pam_u2f and enroll keys.": "לא זמין — התקן/י את pam_u2f והזן/י מפתחות."
},
"Not connected": {
"Not connected": "לא מחובר"
@@ -3766,8 +4003,11 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "כוונן/י את הגאמה רק לפי כללי זמן או מיקום."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
- "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
+ "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": "כבוי רק עבור שורות PAM המנוהלות על ידי DMS. אם greetd כולל system-auth/common-auth/password-auth עם pam_fprintd, טביעת האצבע תישאר מופעלת."
},
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "הצג/י רק חלונות מהמסך הנוכחי בכל Dock"
@@ -3806,7 +4046,7 @@
"Open with...": "פתח/י עם..."
},
"Opening terminal: ": {
- "Opening terminal: ": ""
+ "Opening terminal: ": "פותח מסוף: "
},
"Optional description": {
"Optional description": "תיאור אופציונלי"
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "אזור הפלט מלא"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "מגש הפלט חסר"
},
@@ -3862,8 +4105,11 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "דרוס/י הגדרות פריסה גלובליות לפלט זה"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
- "Override the global shadow with per-bar settings": ""
+ "Override the global shadow with per-bar settings": "דרוס/י את הצל הגלובלי עם הגדרות לכל סרגל בנפרד"
},
"Overrides": {
"Overrides": "דריסות"
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "דריסה"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "קוד PIN"
},
@@ -3884,7 +4145,7 @@
"Pad Hours": "ריפוד שעות"
},
"Pad hours (02:00 vs 2:00)": {
- "Pad hours (02:00 vs 2:00)": ""
+ "Pad hours (02:00 vs 2:00)": "ריפוד שעות (02:00 לעומת 2:00)"
},
"Padding": {
"Padding": "ריווח פנימי"
@@ -3913,11 +4174,14 @@
"Password": {
"Password": "סיסמה"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "הדבק/י"
},
"Path to a video file or folder containing videos": {
- "Path to a video file or folder containing videos": ""
+ "Path to a video file or folder containing videos": "נתיב לקובץ וידאו או תיקייה המכילה סרטוני וידאו"
},
"Pattern": {
"Pattern": "תבנית"
@@ -4018,7 +4282,7 @@
"Unavailable": "לא זמין"
},
"Pick a different random video each time from the same folder": {
- "Pick a different random video each time from the same folder": ""
+ "Pick a different random video each time from the same folder": "בחר/י סרטון וידאו אקראי שונה בכל פעם מאותה תיקייה"
},
"Pictures": {
"Pictures": "תמונות"
@@ -4042,10 +4306,10 @@
"Place plugins in %1": "מקם/י תוספים ב-%1"
},
"Placeholder text for manual printer address input": {
- "IP address or hostname": ""
+ "IP address or hostname": "כתובת IP או שם מארח"
},
"Play a video when the screen locks.": {
- "Play a video when the screen locks.": ""
+ "Play a video when the screen locks.": "נגן/י וידאו כאשר המסך ננעל."
},
"Play sound when new notification arrives": {
"Play sound when new notification arrives": "ניגון צליל כשהתראה חדשה מגיעה"
@@ -4063,7 +4327,10 @@
"Playback": "השמעה"
},
"Playback error: ": {
- "Playback error: ": ""
+ "Playback error: ": "שגיאת השמעה: "
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
},
"Plugged In": {
"Plugged In": "מחובר לחשמל"
@@ -4093,7 +4360,7 @@
"Pointer": "מצביע"
},
"Popout Shadows": {
- "Popout Shadows": ""
+ "Popout Shadows": "הצללות של חלונות קופצים"
},
"Popouts": {
"Popouts": "חלונות קופצים"
@@ -4153,10 +4420,10 @@
"Power source": "מקור חשמל"
},
"Pre-fill the last successful username on the greeter": {
- "Pre-fill the last successful username on the greeter": ""
+ "Pre-fill the last successful username on the greeter": "מלא/י מראש את שם המשתמש האחרון שהתחבר בהצלחה בGreeter"
},
"Pre-select the last used session on the greeter": {
- "Pre-select the last used session on the greeter": ""
+ "Pre-select the last used session on the greeter": "בחר/י מראש את ההפעלה האחרונה שהייתה בשימוש בGreeter"
},
"Precip": {
"Precip": "משקעים"
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "רוחבים מוגדרים מראש (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "לחץ/י על מקש..."
},
@@ -4267,10 +4537,10 @@
"Protocol": "פרוטוקול"
},
"QtMultimedia is not available": {
- "QtMultimedia is not available": ""
+ "QtMultimedia is not available": "QtMultimedia אינו זמין"
},
"QtMultimedia is not available - video screensaver requires qt multimedia services": {
- "QtMultimedia is not available - video screensaver requires qt multimedia services": ""
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia אינו זמין - שומר מסך וידאו דורש שירותי מולטימדיה של Qt"
},
"Quick Access": {
"Quick Access": "גישה מהירה"
@@ -4333,16 +4603,16 @@
"Reload Plugin": "טען/י תוסף מחדש"
},
"Remaining": {
- "Remaining": ""
+ "Remaining": "נותר"
},
"Remaining / Total": {
- "Remaining / Total": ""
+ "Remaining / Total": "נותר / סה״כ"
},
"Remember last session": {
- "Remember last session": ""
+ "Remember last session": "זכירת ההפעלה האחרונה"
},
"Remember last user": {
- "Remember last user": ""
+ "Remember last user": "זכירת המשתמש האחרון"
},
"Remove": {
"Remove": "הסרה"
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "שנה/י שם"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "שנה/י את השם של סביבת העבודה"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "דרוש/דרשי החזקה של הכפתור לאישור כיבוי, הפעלה מחדש, השהיה, שינה עמוקה והתנתקות"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "הכלי 'dgop' נדרש"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "הפעל/י מחדש את DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "המשך"
},
@@ -4465,10 +4744,10 @@
"Run DMS Templates": "הרץ/י תבניות DMS"
},
"Run Sync to apply.": {
- "Run Sync to apply.": ""
+ "Run Sync to apply.": "הפעל/י סנכרון כדי להחיל."
},
"Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": {
- "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": ""
+ "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": "הפעל/י סנכרון כדי להחיל. התחברות באמצעות טביעת אצבע בלבד עלולה לא לפתוח את צרור המפתחות של GNOME."
},
"Run User Templates": {
"Run User Templates": "הרץ/י תבניות משתמש"
@@ -4495,7 +4774,7 @@
"Current Monitor": "המסך הנוכחי"
},
"Running greeter sync…": {
- "Running greeter sync…": ""
+ "Running greeter sync…": "מפעיל סנכרון לGreeter…"
},
"SDR Brightness": {
"SDR Brightness": "בהירות של SDR"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "מקדם גלילה"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "גלגל הגלילה"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "חפש/י תוספים..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "חפש/י ווידג׳טים..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "אבטחה"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "בחר/י"
},
@@ -4654,7 +4945,7 @@
"Select Launcher Logo": "בחר/י לוגו למשגר"
},
"Select Video or Folder": {
- "Select Video or Folder": ""
+ "Select Video or Folder": "בחר/י וידאו או תיקייה"
},
"Select a color from the palette or use custom sliders": {
"Select a color from the palette or use custom sliders": "בחר/י צבע מהפלטה או השתמש/י במחוונים מותאמים אישית"
@@ -4684,7 +4975,7 @@
"Select font weight for UI text": "בחר/י משקל לגופן שבחרת לטקסט ממשק המשתמש"
},
"Select greeter background image": {
- "Select greeter background image": ""
+ "Select greeter background image": "בחר/י תמונת רקע לGreeter"
},
"Select monitor to configure wallpaper": {
"Select monitor to configure wallpaper": "בחר/י מסך להגדרת הרקע"
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "שרת"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "הגדר/י שם מותאם אישית"
},
@@ -4738,25 +5032,25 @@
"Setup": "התקנה"
},
"Shadow Color": {
- "Shadow Color": ""
+ "Shadow Color": "צבע צל"
},
"Shadow Intensity": {
- "Shadow Intensity": ""
+ "Shadow Intensity": "עוצמת צל"
},
"Shadow Opacity": {
- "Shadow Opacity": ""
+ "Shadow Opacity": "שקיפות צל"
},
"Shadow elevation on bars and panels": {
- "Shadow elevation on bars and panels": ""
+ "Shadow elevation on bars and panels": "הגבהה של הצללה בסרגלים ופאנלים"
},
"Shadow elevation on modals and dialogs": {
- "Shadow elevation on modals and dialogs": ""
+ "Shadow elevation on modals and dialogs": "הגבהה של הצללה במודלים ותיבות דו-שיח"
},
"Shadow elevation on popouts, OSDs, and dropdowns": {
- "Shadow elevation on popouts, OSDs, and dropdowns": ""
+ "Shadow elevation on popouts, OSDs, and dropdowns": "הגבהה של הצללה בחלונות קופצים, תצוגות OSD ותפריטים נפתחים"
},
"Shadows": {
- "Shadows": ""
+ "Shadows": "צללים"
},
"Share Gamma Control Settings": {
"Share Gamma Control Settings": "שיתוף ההגדרות עם בקרת גאמה"
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "קצר"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "קיצורי דרך"
},
@@ -4861,7 +5158,7 @@
"Show Memory Graph": "הצג/י גרף זיכרון"
},
"Show Memory in GB": {
- "Show Memory in GB": ""
+ "Show Memory in GB": "הצג/י זיכרון בGB"
},
"Show Network": {
"Show Network": "הצג/י רשת"
@@ -4903,7 +5200,7 @@
"Show Suspend": "הצג/י את \"השהיה\""
},
"Show Swap": {
- "Show Swap": ""
+ "Show Swap": "הצג/י Swap"
},
"Show Top Processes": {
"Show Top Processes": "הצג/י תהליכים עליונים"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "הצגת תנאי מזג האוויר"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "הצגת המסך ״ברוכים הבאים״"
},
@@ -4942,14 +5242,20 @@
"Show drop shadow on notification popups": "הצג/י צל על חלונות קופצים של התראות"
},
"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.": ""
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "הצג/י צל נופל על חלונות קופצים של התראות. דורש הפעלה של M3 Elevation (הגבהה) בערכת נושא וצבעים."
},
"Show in GB": {
- "Show in GB": ""
+ "Show in GB": "הצג/י בGB"
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "הצג/י שכבת משגר בעת הקלדה בסקירה של Niri. השבת/י כדי להשתמש במשגר אחר."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "הצג/י במסך האחרון"
},
@@ -5005,11 +5311,14 @@
"Show password": "הצג/י סיסמה"
},
"Show seconds": {
- "Show seconds": ""
+ "Show seconds": "הצג/י שניות"
},
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "הצג/י מידע על מזג האוויר בסרגל העליון ובמרכז הבקרה"
},
+ "Show week number in the calendar": {
+ "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": "הצג/י את מספרי האינדקס של סביבות העבודה במחליף סביבת העבודה שבסרגל העליון"
},
@@ -5137,10 +5446,10 @@
"Status": "מצב"
},
"Status message when test connection to printer fails": {
- "Connection failed": ""
+ "Connection failed": "החיבור נכשל"
},
"Status message when test connection to printer succeeds": {
- "Printer reachable": ""
+ "Printer reachable": "המדפסת זמינה"
},
"Stopped": {
"Stopped": "נעצר"
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "זיכרון החלפה (Swap)"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "החלף/י משתמש"
},
@@ -5188,7 +5500,7 @@
"Switch to power profile": "החלף/י לפרופיל חשמל"
},
"Sync": {
- "Sync": ""
+ "Sync": "סנכרון"
},
"Sync Mode with Portal": {
"Sync Mode with Portal": "סנכרון מצב עם הפורטל"
@@ -5200,16 +5512,16 @@
"Sync Position Across Screens": "סנכרון המיקום בין מסכים"
},
"Sync completed successfully.": {
- "Sync completed successfully.": ""
+ "Sync completed successfully.": "הסנכרון הושלם בהצלחה."
},
"Sync dark mode with settings portals for system-wide theme hints": {
"Sync dark mode with settings portals for system-wide theme hints": "סנכרון מצב כהה עם פורטלי ההגדרות לרמזי ערכת נושא ברמת המערכת"
},
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
- "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "הסנכרון נכשל במצב רקע. מנסה במצב מסוף כדי שתוכל/י לאמת באופן אינטראקטיבי."
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "הסנכרון דורש אימות עם sudo. פותח מסוף כדי שתוכל/י להשתמש בסיסמה או בטביעת אצבע."
},
"System": {
"System": "מערכת"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ניווט • ←→↑↓: ניווט ברשת • Enter/Space: בחירה"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "פרמטרים נוספים מותאמים אישית למסוף"
},
"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.": ""
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "המעבר למסוף כגיבוי נכשל. התקן/י את אחד מיישומי המסוף הנתמכים או הרץ/י את הפקודה 'dms greeter sync' באופן ידני."
},
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "נפתח מסוף כגיבוי. השלם/השלימי את הסנכרון שם. הוא ייסגר אוטומטית בסיום."
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "המסוף נפתח. השלם/השלימי את אימות הסנכרון שם. הוא ייסגר אוטומטית בסיום."
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "השתמש/י תמיד בערכת נושא כהה במסופים"
@@ -5298,6 +5616,9 @@
"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 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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "תור ההדפסה של מדפסת זו ריק"
},
@@ -5353,7 +5674,7 @@
"Tiling": "ריצוף"
},
"Time & Date Locale": {
- "Time & Date Locale": ""
+ "Time & Date Locale": "אזור לתאריך ושעה"
},
"Time & Weather": {
"Time & Weather": "שעה ומזג אוויר"
@@ -5362,7 +5683,7 @@
"Time Format": "פורמט שעה"
},
"Time format": {
- "Time format": ""
+ "Time format": "תבנית זמן"
},
"Time remaining: %1": {
"Time remaining: %1": "זמן שנותר: %1"
@@ -5404,10 +5725,10 @@
"Today": "היום"
},
"Toggle button to manually add a printer by IP or hostname": {
- "Add by Address": ""
+ "Add by Address": "הוספה לפי כתובת"
},
"Toggle button to scan for printers via mDNS/Avahi": {
- "Discover Devices": ""
+ "Discover Devices": "גלה/י התקנים"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "שנה/י את ההצגה/הסתרה של תצורת סרגל זו"
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "הטונר עומד להסתיים"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "כלים"
},
@@ -5446,7 +5770,7 @@
"Top Section": "מקטע עליון"
},
"Total": {
- "Total": ""
+ "Total": "סה״כ"
},
"Total Jobs": {
"Total Jobs": "סה״כ עבודות"
@@ -5512,10 +5836,10 @@
"Typography & Motion": "טיפוגרפיה ותנועה"
},
"U2F mode option: key required after password or fingerprint": {
- "Second Factor (AND)": ""
+ "Second Factor (AND)": "גורם שני (AND)"
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "חלופי (OR)"
},
"Unavailable": {
"Unavailable": "לא זמין"
@@ -5530,16 +5854,16 @@
"Uninstall Plugin": "הסר/י תוסף"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "ההסרה הושלמה. Greeter הוסר."
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "להסיר את הGreeter של DMS? זה יסיר את ההגדרות וישחזר את מנהל התצוגה הקודם שלך. ייפתח חלון מסוף לאימות עם sudo."
},
"Unknown": {
"Unknown": "לא ידוע"
},
"Unknown App": {
- "Unknown App": ""
+ "Unknown App": "אפליקציה לא ידועה"
},
"Unknown Artist": {
"Unknown Artist": "אמן לא ידוע"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "כותרת לא ידועה"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "פריקה בעת הסגירה"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "הסרת האמון"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "עדכן/י"
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "השתמש/י בערכת הנושא של המערכת"
},
"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 image for the login screen, or leave empty to use your desktop wallpaper.": "השתמש/י בתמונה מותאמת אישית למסך ההתחברות, או השאר/י ריק כדי להשתמש בתמונת הרקע של שולחן העבודה שלך."
},
"Use a fixed shadow direction for this bar": {
- "Use a fixed shadow direction for this bar": ""
+ "Use a fixed shadow direction for this bar": "השתמש/י בכיוון צל קבוע עבור סרגל זה"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "השתמש/י בסרגלי התקדמות מונפשים בצורת גלים לניגון מדיה"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "השתמש/י בעיגול חלון מותאם אישית במקום ברדיוס של ערכת הנושא"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "השתמש/י ברקע של שולחן העבודה"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "השתמש/י בקורא טביעות אצבע לאימות במסך הנעילה (דורש טביעות אצבע רשומות)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "שם משתמש"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "משתמש/ת בזמני זריחה/שקיעה על פי המיקום שלך."
},
@@ -5779,10 +6115,10 @@
"Vibrant palette with playful saturation.": "פלטת צבעים עשירה עם רוויה משחקית."
},
"Video Path": {
- "Video Path": ""
+ "Video Path": "נתיב לוידאו"
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "שומר מסך עם וידאו"
},
"Videos": {
"Videos": "סרטונים"
@@ -5791,7 +6127,7 @@
"View Mode": "מצב תצוגה"
},
"Visibility": {
- "Visibility": "ראות"
+ "Visibility": "נראות"
},
"Visual Effects": {
"Visual Effects": "אפקטים ויזואליים"
@@ -5824,7 +6160,7 @@
"Wallpaper Monitor": "מסך הרקע"
},
"Wallpaper fill mode": {
- "Wallpaper fill mode": ""
+ "Wallpaper fill mode": "מצב מילוי של תמונת הרקע"
},
"Wallpapers": {
"Wallpapers": "רקעים"
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "ווידג׳ט מזג האוויר"
},
+ "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": ""
+ },
"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.": "כאשר האפשרות פעילה, האפליקציות ממוינות לפי סדר אלפביתי. כאשר היא כבויה, האפליקציות ממוינות לפי תדירות השימוש."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני פתיחת קובץ?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "פעולות"
},
"apps": {
"apps": "אפליקציות"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "מושתק",
"No input device": "אין התקן קלט",
@@ -6033,21 +6378,21 @@
"by %1": "מאת %1"
},
"bar manual shadow direction": {
- "Manual Direction": ""
+ "Manual Direction": "כיוון ידני"
},
"bar shadow direction source": {
- "Direction Source": ""
+ "Direction Source": "מקור כיוון"
},
"bar shadow direction source option": {
- "Inherit Global (Default)": "",
- "Manual": ""
+ "Inherit Global (Default)": "ירושה גלובלית (ברירת מחדל)",
+ "Manual": "ידני"
},
"bar shadow direction source option | shadow direction option": {
- "Auto (Bar-aware)": ""
+ "Auto (Bar-aware)": "אוטומטי (מודע לסרגל)"
},
"bar shadow settings card": {
"Shadow": "צל",
- "Shadow Override": ""
+ "Shadow Override": "דריסת צל"
},
"battery status": {
"Charging": "טוען",
@@ -6083,7 +6428,7 @@
"Browse Themes": "עיין/י בערכות נושא"
},
"button color option | color option | primary color | shadow color option | tile color option": {
- "Primary": ""
+ "Primary": "ראשי"
},
"button color option | color option | primary color | tile color option": {
"Primary": "ראשי"
@@ -6092,7 +6437,7 @@
"Secondary": "משני"
},
"button color option | shadow color option | tile color option": {
- "Surface Variant": ""
+ "Surface Variant": "Surface Variant"
},
"button color option | tile color option": {
"Primary Container": "מיכל ראשי",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(ברירת מחדל)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop אינו זמין"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "כתיבה:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl קיים אך אינו כלול בconfig.kdl. קיצורי מקלדת מותאמים אישית לא יעבדו עד שהבעיה תתוקן."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "לדוגמה: notify-send 'Hello' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "לא נמצאו תוספים"
},
@@ -6239,7 +6593,7 @@
"files": "קבצים"
},
"fingerprint not detected status | security key not detected status": {
- "Not enrolled": ""
+ "Not enrolled": "לא הוזן"
},
"generic theme description": {
"Material Design inspired color themes": "ערכות צבעים בהשראת Material Design"
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "ניטור GPU"
},
"greeter action confirmation": {
- "Activate Greeter": "",
- "Install Greeter": "",
- "Uninstall Greeter": ""
+ "Activate Greeter": "הפעל/י את הGreeter",
+ "Install Greeter": "התקן/י את הGreeter",
+ "Uninstall Greeter": "הסר/י את הGreeter"
},
"greeter back button": {
"Back": "חזרה"
@@ -6283,9 +6637,9 @@
"No warnings": "אין אזהרות"
},
"greeter doctor page error count": {
- "%1 issue found": "",
+ "%1 issue found": "נמצאה בעיה %1",
"%1 issue(s) found": "נמצאו %1 בעיות",
- "%1 issues found": ""
+ "%1 issues found": "נמצאו %1 בעיות"
},
"greeter doctor page loading text": {
"Analyzing configuration...": "מנתח תצורה..."
@@ -6380,13 +6734,13 @@
"Skip setup": "דלג/י על ההתקנה"
},
"greeter status error": {
- "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": ""
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "הפעלת 'dms greeter status' נכשלה. ודא/י שDMS מותקן ו-dms נמצא בPATH."
},
"greeter status loading": {
- "Checking…": ""
+ "Checking…": "בודק…"
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "לחץ/י על רענון כדי לבדוק את הסטטוס."
},
"greeter theme description": {
"Dynamic colors, presets": "צבעים דינמיים, הגדרות מוכנות"
@@ -6446,11 +6800,12 @@
"Loading...": "טוען..."
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
- "Security key mode": ""
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'חלופי' מאפשר למפתח לפתוח את הנעילה בעצמו. 'גורם שני' דורש קודם סיסמה או טביעת אצבע, ואז את המפתח.",
+ "Security key mode": "מצב מפתח אבטחה"
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "השתמש/י במפתח אבטחה FIDO2/U2F (כגון YubiKey) לאימות במסך הנעילה (דורש מפתחות מוזנים)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "שמות האפליקציות",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl אינו זמין, אינטגרציה של הנעילה דורשת חיבור socket לDMS"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "תוכן",
"Expressive": "אקספרסיבי",
@@ -6521,6 +6882,15 @@
"Select network": "בחר/י רשת",
"WiFi off": "WiFi כבוי"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "אין קובץ ערכת נושא מותאמת אישית"
},
@@ -6629,7 +6999,7 @@
"open": "פתח/י"
},
"or run ": {
- "or run ": ""
+ "or run ": "או הרץ/י "
},
"outline color": {
"Outline": "מתאר"
@@ -6660,6 +7030,9 @@
"Performance": "ביצועים",
"Power Saver": "חיסכון בחשמל"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "ראשי"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "משתני סביבה חסרים"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "ההגדרות הן לקריאה בלבד. שינויים לא יישמרו."
},
@@ -6698,8 +7074,8 @@
"Top Right": "ימין למעלה"
},
"screen position option | shadow direction option": {
- "Top Left": "",
- "Top Right": ""
+ "Top Left": "שמאל למעלה",
+ "Top Right": "ימין למעלה"
},
"secondary color": {
"Secondary": "משני"
@@ -6714,21 +7090,21 @@
"Widgets": "ווידג׳טים"
},
"shadow color option": {
- "Default (Black)": "",
+ "Default (Black)": "ברירת מחדל (שחור)",
"Surface": "משטח",
"Text": "טקסט",
- "Text Color": ""
+ "Text Color": "צבע טקסט"
},
"shadow color option | text color": {
"Text": "טקסט"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "מותאם אישית"
},
"shadow direction option": {
- "Bottom": "",
- "Top": "",
- "Top (Default)": ""
+ "Bottom": "למטה",
+ "Top": "למעלה",
+ "Top (Default)": "למעלה (ברירת מחדל)"
},
"shadow intensity slider": {
"Intensity": "עוצמה"
@@ -6753,7 +7129,7 @@
"Load Average": "עומס ממוצע"
},
"text color": {
- "Text": ""
+ "Text": "טקסט"
},
"theme auto mode tab": {
"Location": "מיקום"
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json
index 321e1ea3..d21803e9 100644
--- a/quickshell/translations/poexports/hu.json
+++ b/quickshell/translations/poexports/hu.json
@@ -5,14 +5,26 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS-billentyű felülíródhat azokkal a konfigurációs billentyűkkel, amelyek az include bejegyzés után következnek."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adapter, egy sincs csatlakoztatva"
},
"%1 adapter, none connected": {
- "%1 adapter, none connected": ""
+ "%1 adapter, none connected": "%1 adapter, nincs csatlakoztatva"
},
"%1 adapters, none connected": {
- "%1 adapters, none connected": ""
+ "%1 adapters, none connected": "%1 adapter, nincs csatlakoztatva"
+ },
+ "%1 character": {
+ "%1 character": ""
},
"%1 characters": {
"%1 characters": "%1 karakter"
@@ -36,13 +48,13 @@
"%1 disconnected (hidden)": "%1 leválasztva (rejtett)"
},
"%1 display": {
- "%1 display": ""
+ "%1 display": "%1 kijelző"
},
"%1 display(s)": {
"%1 display(s)": "%1 kijelző"
},
"%1 displays": {
- "%1 displays": ""
+ "%1 displays": "%1 kijelző"
},
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "A(z) %1 létezik, de nincs befoglalva a konfigurációba. Az egyéni gyorsbillentyűk nem fognak működni, amíg ezt nem lesz javítva."
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 létezik, de nincs befoglalva. Az ablakszabályok nem fognak érvényesülni."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "A(z) %1 mostantól szerepel a konfigurációban"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 nyomtató(k)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 variáns"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widget"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1 perccel ezelőtt"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+ %1 további"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/elérési/út/videókhoz"
},
"0 = square corners": {
"0 = square corners": "0 = szögletes sarkok"
@@ -129,7 +162,7 @@
"24-Hour Format": "24 órás formátum"
},
"24-hour clock": {
- "24-hour clock": ""
+ "24-hour clock": "24 órás óra"
},
"24-hour format": {
"24-hour format": "24 órás formátum"
@@ -185,6 +218,9 @@
"90°": {
"90°": "90 fok"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Már létezik ilyen nevű fájl. Felül szeretnéd írni?"
},
@@ -222,7 +258,7 @@
"Action": "Művelet"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "A művelet sikertelen, vagy a terminál bezárult."
},
"Actions": {
"Actions": "Műveletek"
@@ -231,7 +267,7 @@
"Activate": "Aktiválás"
},
"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.": ""
+ "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? 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"
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "Alkalmazások elnémított értesítési felugrókkal. A visszakapcsoláshoz hangosíts vissza vagy töröld őket."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Képernyő-elrendezés és a felbontás, frissítési frekvencia, valamint VRR beállítása"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Hang"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Hitelesítés"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Hitelesítés"
},
"Authentication Required": {
"Authentication Required": "Hitelesítés szükséges"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "A hitelesítés sikertelen, próbáld újra"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Részletes és Előrejelzés nézetmódokban érhető el"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -596,7 +647,7 @@
"Backend": "Háttérrendszer"
},
"Background": {
- "Background": ""
+ "Background": "Háttér"
},
"Background Opacity": {
"Background Opacity": "Háttér átlátszósága"
@@ -611,13 +662,13 @@
"Bar Configurations": "Sáv konfiguráció"
},
"Bar Shadows": {
- "Bar Shadows": ""
+ "Bar Shadows": "Sáv árnyékai"
},
"Bar Transparency": {
"Bar Transparency": "Sáv átlátszósága"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "Az árnyékok alapszíne (az áttetszőség automatikusan alkalmazva)"
},
"Base duration for animations (drag to use Custom)": {
"Base duration for animations (drag to use Custom)": "Animációk alapértelmezett időtartama (húzd az egyéni beállításhoz)"
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Akkumulátor"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Akkumulátor töltési korlát"
},
@@ -740,10 +794,10 @@
"Button Color": "Gomb színe"
},
"Button state while testing printer connection": {
- "Testing...": ""
+ "Testing...": "Tesztelés..."
},
"Button to test connection to a printer by IP address": {
- "Test Connection": ""
+ "Test Connection": "Kapcsolat tesztelése"
},
"CPU": {
"CPU": "CPU"
@@ -827,10 +881,10 @@
"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.": ""
+ "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 for date and time formatting, independent of the interface language.": {
- "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."
},
"Channel": {
"Channel": "Csatorna"
@@ -842,10 +896,16 @@
"Check for system updates": "Rendszerfrissítések keresése"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "Szinkronizálási állapot ellenőrzése igény szerint. A szinkronizálás (Sync) egy lépésben másolja a témát, a beállításokat, a PAM konfigurációt és a háttérképet a bejelentkezési képernyőre. A módosítások alkalmazásához futtatni kell a szinkronizálást."
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "Annak ellenőrzése, hogy szükség van-e sudo hitelesítésre…"
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
"Choose Color": "Szín választása"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "Válaszd ki az időjárás widget megjelenítési módját"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "Válaszd ki, hogyan határozza meg ez a sáv az árnyék irányát"
},
"Choose icon": {
"Choose icon": "Ikon kiválasztása"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Oszlopszélesség"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Parancs"
},
@@ -1181,16 +1244,16 @@
"Controls opacity of all popouts, modals, and their content layers": "Az összes felugró ablak, kizárólagos párbeszédablak és tartalomréteg átlátszósága"
},
"Controls shadow cast direction for elevation layers": {
- "Controls shadow cast direction for elevation layers": ""
+ "Controls shadow cast direction for elevation layers": "Szabályozza az árnyékvetés irányát a kiemelési rétegekhez"
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "Szabályozza az árnyékok alap elmosási sugarát és eltolását"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "Szabályozza az árnyék átlátszóságát"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "Kényelmi beállítások a bejelentkezési képernyőhöz. Szinkronizálj az alkalmazáshoz."
},
"Cooldown": {
"Cooldown": "Várakozási idő"
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "Ablakszabály létrehozása"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Szabály létrehozása ehhez:"
},
@@ -1283,7 +1349,7 @@
"Current Items": "Jelenlegi elemek"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "Jelenlegi területi beállítás"
},
"Current Period": {
"Current Period": "Jelenlegi időszak"
@@ -1349,10 +1415,10 @@
"Custom Reboot Command": "Egyéni újraindítási parancs"
},
"Custom Shadow Color": {
- "Custom Shadow Color": ""
+ "Custom Shadow Color": "Egyéni árnyékszín"
},
"Custom Shadow Override": {
- "Custom Shadow Override": ""
+ "Custom Shadow Override": "Egyéni árnyék felülbírálása"
},
"Custom Suspend Command": {
"Custom Suspend Command": "Egyéni felfüggesztési parancs"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "A DMS bővítménykezelő nem elérhető"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "DMS üdvözlőképernyő követelményei: greetd, dms-greeter. Ujjlenyomat: fprintd, pam_fprintd. Biztonsági kulcsok: pam_u2f. Add hozzá a felhasználódat a greeter csoporthoz. A szinkronizálás először ellenőrzi a sudo-t, és terminált nyit, ha interaktív hitelesítés szükséges."
},
"DMS out of date": {
"DMS out of date": "A DMS elavult"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Sötét mód"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Kizárólagos háttér sötétítése"
},
@@ -1430,10 +1502,10 @@
"Date Format": "Dátumformátum"
},
"Date format": {
- "Date format": ""
+ "Date format": "Dátumformátum"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "Dátumformátum az üdvözlőképernyőn"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "Hajnal (csillagászati szürkület)"
@@ -1496,7 +1568,7 @@
"Delete profile \"%1\"?": "Törlöd a(z) „%1” profilt?"
},
"Dependencies & documentation": {
- "Dependencies & documentation": ""
+ "Dependencies & documentation": "Függőségek és dokumentáció"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "Az alapul szolgáló képhez szorosan illeszkedő színek levezetése."
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Részletes"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Fejlesztés"
},
@@ -1565,7 +1640,7 @@
"Disabled": "Letiltva"
},
"Disabled.": {
- "Disabled.": ""
+ "Disabled.": "Letiltva."
},
"Disabling WiFi...": {
"Disabling WiFi...": "Wi-Fi kikapcsolása…"
@@ -1589,7 +1664,7 @@
"Disk Usage": "Lemezhasználat"
},
"Disk Usage Display": {
- "Disk Usage Display": ""
+ "Disk Usage Display": "Lemezhasználat megjelenítése"
},
"Disks": {
"Disks": "Lemezek"
@@ -1769,7 +1844,7 @@
"Enable Do Not Disturb": "Ne zavarjanak engedélyezése"
},
"Enable FIDO2/U2F hardware security key for lock screen": {
- "Enable security key authentication": ""
+ "Enable security key authentication": "Biztonsági kulcsos hitelesítés engedélyezése"
},
"Enable GPU Temperature": {
"Enable GPU Temperature": "GPU-hőmérséklet engedélyezése"
@@ -1787,7 +1862,7 @@
"Enable System Sounds": "Rendszerhangok engedélyezése"
},
"Enable Video Screensaver": {
- "Enable Video Screensaver": ""
+ "Enable Video Screensaver": "Videós képernyővédő engedélyezése"
},
"Enable Weather": {
"Enable Weather": "Időjárás engedélyezése"
@@ -1796,19 +1871,19 @@
"Enable WiFi": "Wi-Fi engedélyezése"
},
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
- "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": ""
+ "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 fingerprint at login": {
- "Enable fingerprint at login": ""
+ "Enable fingerprint at login": "Ujjlenyomat engedélyezése bejelentkezéskor"
},
"Enable fingerprint authentication": {
"Enable fingerprint authentication": "Ujjlenyomatos azonosítás engedélyezése"
},
"Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": {
- "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": ""
+ "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": "Ujjlenyomat vagy biztonsági kulcs engedélyezése a DMS üdvözlőképernyőhöz. Futtasd a szinkronizálást az alkalmazáshoz és a PAM konfigurálásához."
},
"Enable loginctl lock integration": {
"Enable loginctl lock integration": "loginctl-alapú zárolás integráció engedélyezése"
@@ -1826,7 +1901,7 @@
"Show Profile Image": "Profilkép megjelenítése"
},
"Enable security key at login": {
- "Enable security key at login": ""
+ "Enable security key at login": "Biztonsági kulcs engedélyezése bejelentkezéskor"
},
"Enable system date display on the lock screen window": {
"Show System Date": "Dátum megjelenítése"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Engedélyezve"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Wi-Fi bekapcsolása…"
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "PIN-kód megadása ehhez: "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Add meg a munkaterület új nevét"
},
"Enter a search query": {
"Enter a search query": "Írj be egy keresőkifejezést"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Add meg a hitelesítő adatokat: "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Nem sikerült a kiválasztott feladatot törölni"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "Nem sikerült a rögzítési korlát ellenőrzése"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Nem sikerült beállítani az éjszakai mód hőmérsékletét"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Nem sikerült beállítani a profilképet"
},
@@ -2135,10 +2252,10 @@
"File Information": "Fájlinformáció"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "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 requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "A fájlkereséshez dsearch szükséges\nTelepítsd innen: github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "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 requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "A fájlkereséshez dsearch szükséges\\nTelepítsd innen: github.com/morelazers/dsearch"
},
"Files": {
"Files": "Fájlok"
@@ -2155,8 +2272,17 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Animációs időzítés finomhangolása milliszekundumban"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
- "First Day of Week": ""
+ "First Day of Week": "A hét első napja"
},
"First Time Setup": {
"First Time Setup": "Első indítási beállítás"
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Fókuszált szín"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Fókuszált ablak"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Köd"
},
@@ -2216,7 +2348,7 @@
"Follow focus": "Fókusz követése"
},
"Font": {
- "Font": ""
+ "Font": "Betűtípus"
},
"Font Family": {
"Font Family": "Betűtípus-család"
@@ -2231,7 +2363,7 @@
"Font Weight": "Betűvastagság"
},
"Font used on the login screen": {
- "Font used on the login screen": ""
+ "Font used on the login screen": "A bejelentkezési képernyőn használt betűtípus"
},
"Force HDR": {
"Force HDR": "HDR kényszerítése"
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Formátum magyarázat"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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/memória felszabadítása az indító bezárásakor. Újranyitáskor némi késést okozhat."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU-hőmérséklet"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Játékok"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "A gamma vezé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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "eszköz"
},
@@ -2342,28 +2486,28 @@
"Graphics": "Grafika"
},
"Greeter": {
- "Greeter": ""
+ "Greeter": "Üdvözlőképernyő"
},
"Greeter Appearance": {
- "Greeter Appearance": ""
+ "Greeter Appearance": "Üdvözlőképernyő megjelenése"
},
"Greeter Behavior": {
- "Greeter Behavior": ""
+ "Greeter Behavior": "Üdvözlőképernyő viselkedése"
},
"Greeter Status": {
- "Greeter Status": ""
+ "Greeter Status": "Üdvözlőképernyő állapota"
},
"Greeter activated. greetd is now enabled.": {
- "Greeter activated. greetd is now enabled.": ""
+ "Greeter activated. greetd is now enabled.": "Üdvözlőképernyő aktiválva. A greetd mostantól engedélyezve van."
},
"Greeter font": {
- "Greeter font": ""
+ "Greeter font": "Üdvözlőképernyő betűtípusa"
},
"Greeter only — does not affect main clock": {
- "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"
},
"Greeter only — format for the date on the login screen": {
- "Greeter only — format for the date on the login screen": ""
+ "Greeter only — format for the date on the login screen": "Csak az üdvözlőképernyőre – a bejelentkezési képernyőn megjelenő dátum formátuma"
},
"Grid": {
"Grid": "Rács"
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Nagy hűségű paletta, amely megőrzi a forrás árnyalatait."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Előzménybeállítások"
},
@@ -2543,17 +2693,23 @@
"How often to change wallpaper": "Milyen gyakran változzon a háttérkép"
},
"How the background image is scaled": {
- "How the background image is scaled": ""
+ "How the background image is scaled": "A háttérkép méretezésének módja"
},
"Humidity": {
"Humidity": "Páratartalom"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Hyprland elrendezés felülbírálások"
},
"Hyprland Options": {
"Hyprland Options": "Hyprland beállítások"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Megértettem"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Helytelen jelszó"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Jelző stílusa"
},
@@ -2642,16 +2804,16 @@
"Input Volume Slider": "Bemeneti hangerő csúszka"
},
"Install complete. Greeter has been installed.": {
- "Install complete. Greeter has been installed.": ""
+ "Install complete. Greeter has been installed.": "Telepítés befejezve. Az üdvözlőképernyő telepítve lett."
},
"Install plugins from the DMS plugin registry": {
"Install plugins from the DMS plugin registry": "Bővítmények telepítése a DMS-bővítményregiszterből"
},
"Install the DMS greeter? A terminal will open for sudo authentication.": {
- "Install the DMS greeter? A terminal will open for sudo authentication.": ""
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "Telepíted a DMS-üdvözlőképernyőt? Egy terminál fog megnyílni a sudo hitelesítéshez."
},
"Installation and PAM setup: see the ": {
- "Installation and PAM setup: see the ": ""
+ "Installation and PAM setup: see the ": "Telepítés és PAM beállítása: lásd a "
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "Intelligens automatikus elrejtés"
@@ -2917,23 +3079,35 @@
"Keys": {
"Keys": "Billentyűk"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Folyamat bezárása"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED-eszköz"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
- "Host": ""
+ "Host": "Gép"
},
"Label for printer port number input field": {
- "Port": ""
+ "Port": "Port"
},
"Label for printer protocol selector, e.g. ipp, ipps, lpd, socket": {
- "Protocol": ""
+ "Protocol": "Protokoll"
},
"Large": {
"Large": "Nagy"
@@ -2945,31 +3119,31 @@
"Last launched %1": "Utoljára elindítva: %1"
},
"Last launched %1 day ago": {
- "Last launched %1 day ago": ""
+ "Last launched %1 day ago": "Utoljára %1 napja indítva"
},
"Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "Utoljára elindítva: %1 nappal ezelőtt"
},
"Last launched %1 days ago": {
- "Last launched %1 days ago": ""
+ "Last launched %1 days ago": "Utoljára %1 napja indítva"
},
"Last launched %1 hour ago": {
- "Last launched %1 hour ago": ""
+ "Last launched %1 hour ago": "Utoljára %1 órája indítva"
},
"Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "Utoljára elindítva: %1 órával ezelőtt"
},
"Last launched %1 hours ago": {
- "Last launched %1 hours ago": ""
+ "Last launched %1 hours ago": "Utoljára %1 órája indítva"
},
"Last launched %1 minute ago": {
- "Last launched %1 minute ago": ""
+ "Last launched %1 minute ago": "Utoljára %1 perce indítva"
},
"Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "Utoljára elindítva: %1 perccel ezelőtt"
},
"Last launched %1 minutes ago": {
- "Last launched %1 minutes ago": ""
+ "Last launched %1 minutes ago": "Utoljára %1 perce indítva"
},
"Last launched just now": {
"Last launched just now": "Épp most indítva"
@@ -3002,7 +3176,7 @@
"Layout Overrides": "Elrendezés felülbírálása"
},
"Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
- "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": ""
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Az üdvözlőképernyő elrendezése és a modulok pozíciói a shellből (pl. sávkonfiguráció) vannak szinkronizálva. Futtasd a szinkronizálást az alkalmazáshoz."
},
"Left": {
"Left": "Bal"
@@ -3011,7 +3185,7 @@
"Left Section": "Bal oldali szakasz"
},
"Light Direction": {
- "Light Direction": ""
+ "Light Direction": "Fény iránya"
},
"Light Mode": {
"Light Mode": "Világos mód"
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Enyhe hózáporok"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Lineáris"
},
@@ -3062,10 +3245,10 @@
"Local": "Helyi"
},
"Locale": {
- "Locale": ""
+ "Locale": "Területi beállítás"
},
"Locale Settings": {
- "Locale Settings": ""
+ "Locale Settings": "Területi beállítások"
},
"Location": {
"Location": "Hely"
@@ -3106,8 +3289,11 @@
"Log Out": {
"Log Out": "Kijelentkezés"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
- "Login Authentication": ""
+ "Login Authentication": "Bejelentkezési hitelesítés"
},
"Long": {
"Long": "Hosszú"
@@ -3179,7 +3365,7 @@
"Material Colors": "Material színek"
},
"Material inspired shadows and elevation on modals, popouts, and dialogs": {
- "Material inspired shadows and elevation on modals, popouts, and dialogs": ""
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "Material stílusú árnyékok és emelések a modális ablakokon, felugrókon és párbeszédpaneleken"
},
"Matugen Palette": {
"Matugen Palette": "Matugen paletta"
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Médialejátszó-beállítások"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Médialejátszók ("
},
@@ -3335,7 +3524,7 @@
"Modal Background": "Kizárólagos párbeszédablakok háttere"
},
"Modal Shadows": {
- "Modal Shadows": ""
+ "Modal Shadows": "Modális ablak árnyékok"
},
"Modals": {
"Modals": "Kizárólagos ablakok"
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Szüneteltetésre váltás"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Zene"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Nevesített munkaterület ikonok"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navigáció"
},
@@ -3443,7 +3644,7 @@
"Never": "Soha"
},
"Never used": {
- "Never used": ""
+ "Never used": "Soha nem használt"
},
"New": {
"New": "Új"
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Új értesítés"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Új ablakszabály"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Nincs VPN-profil"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Nincsenek időjárási adatok"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Nincs művelet"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Nincs adapter"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Nem található fájl"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "Nem található mappa"
},
"No hidden apps.": {
"No hidden apps.": "Nincsenek rejtett alkalmazások."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Még nincsenek hozzáadott elemek"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Nincs találat"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Nincsenek bővítményeredmények"
},
@@ -3637,8 +3856,11 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nincsenek mentett vágólapbejegyzések"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
- "No status output.": ""
+ "No status output.": "Nincs állapotkimenet."
},
"No trigger": {
"No trigger": "Nincs indító"
@@ -3647,7 +3869,10 @@
"No variants created. Click Add to create a new monitor widget.": "Nincsenek létrehozott variánsok. Kattints a Hozzáadás gombra új monitor widget létrehozásához."
},
"No video found in folder": {
- "No video found in folder": ""
+ "No video found in folder": "Nem található videó a mappában"
+ },
+ "No wallpapers": {
+ "No wallpapers": ""
},
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "Nem található háttérkép\n\nKattints a mappaikonra a tallózáshoz"
@@ -3680,10 +3905,22 @@
"Not available": "Nem elérhető"
},
"Not available — install fprintd and enroll fingerprints.": {
- "Not available — install fprintd and enroll fingerprints.": ""
+ "Not available — install fprintd and enroll fingerprints.": "Nem érhető el — telepítse az fprintd-t és regisztrálja az ujjlenyomatokat."
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
},
"Not available — install pam_u2f and enroll keys.": {
- "Not available — install pam_u2f and enroll keys.": ""
+ "Not available — install pam_u2f and enroll keys.": "Nem érhető el — telepítse a pam_u2f-et és regisztrálja a kulcsokat."
},
"Not connected": {
"Not connected": "Nincs csatlakozva"
@@ -3766,8 +4003,11 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Csak az idő- vagy helyalapú szabályok szerint állítsa a gammát."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
- "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
+ "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": "Csak a DMS által kezelt PAM soroknál van kikapcsolva. Ha a greetd tartalmazza a system-auth/common-auth/password-auth fájlokat pam_fprintd-vel, az ujjlenyomat továbbra is engedélyezve marad."
},
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Csak az aktuális monitor ablakainak megjelenítése minden dokkon"
@@ -3806,7 +4046,7 @@
"Open with...": "Megnyitás ezzel…"
},
"Opening terminal: ": {
- "Opening terminal: ": ""
+ "Opening terminal: ": "Terminál megnyitása: "
},
"Optional description": {
"Optional description": "Opcionális leírás"
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Kimeneti terület tele"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Kimeneti tálca hiányzik"
},
@@ -3862,8 +4105,11 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Globális elrendezési beállítások felülbírálása ehhez a kimenethez"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
- "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"
},
"Overrides": {
"Overrides": "Felülírások"
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Felülírás"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3884,7 +4145,7 @@
"Pad Hours": "Órák kiegészítése"
},
"Pad hours (02:00 vs 2:00)": {
- "Pad hours (02:00 vs 2:00)": ""
+ "Pad hours (02:00 vs 2:00)": "Órák kiegészítése nullával (02:00 vs 2:00)"
},
"Padding": {
"Padding": "Kitöltés"
@@ -3913,11 +4174,14 @@
"Password": {
"Password": "Jelszó"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Beillesztés"
},
"Path to a video file or folder containing videos": {
- "Path to a video file or folder containing videos": ""
+ "Path to a video file or folder containing videos": "Egy videófájl vagy videókat tartalmazó mappa elérési útja"
},
"Pattern": {
"Pattern": "Minta"
@@ -4018,7 +4282,7 @@
"Unavailable": "Nem elérhető"
},
"Pick a different random video each time from the same folder": {
- "Pick a different random video each time from the same folder": ""
+ "Pick a different random video each time from the same folder": "Minden alkalommal válasszon más véletlenszerű videót ugyanabból a mappából"
},
"Pictures": {
"Pictures": "Képek"
@@ -4042,10 +4306,10 @@
"Place plugins in %1": "Bővítmények helye: %1"
},
"Placeholder text for manual printer address input": {
- "IP address or hostname": ""
+ "IP address or hostname": "IP-cím vagy gépnév"
},
"Play a video when the screen locks.": {
- "Play a video when the screen locks.": ""
+ "Play a video when the screen locks.": "Videó lejátszása a képernyő zárolásakor."
},
"Play sound when new notification arrives": {
"Play sound when new notification arrives": "Hang lejátszása az értesítések érkezésekor"
@@ -4063,7 +4327,10 @@
"Playback": "Lejátszás"
},
"Playback error: ": {
- "Playback error: ": ""
+ "Playback error: ": "Lejátszási hiba: "
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
},
"Plugged In": {
"Plugged In": "Csatlakoztatva"
@@ -4093,7 +4360,7 @@
"Pointer": "Mutató"
},
"Popout Shadows": {
- "Popout Shadows": ""
+ "Popout Shadows": "Felugró ablak árnyékok"
},
"Popouts": {
"Popouts": "Felugró ablakok"
@@ -4153,10 +4420,10 @@
"Power source": "Áramforrás"
},
"Pre-fill the last successful username on the greeter": {
- "Pre-fill the last successful username on the greeter": ""
+ "Pre-fill the last successful username on the greeter": "Az utolsó sikeres felhasználónév előre kitöltése az üdvözlőképernyőn"
},
"Pre-select the last used session on the greeter": {
- "Pre-select the last used session on the greeter": ""
+ "Pre-select the last used session on the greeter": "Az utolsó használt munkamenet előre kijelölése az üdvözlőképernyőn"
},
"Precip": {
"Precip": "Csapadék"
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Előre beállított szélességek (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Nyomj meg egy billentyűt…"
},
@@ -4267,10 +4537,10 @@
"Protocol": "Protokoll"
},
"QtMultimedia is not available": {
- "QtMultimedia is not available": ""
+ "QtMultimedia is not available": "A QtMultimedia nem érhető el"
},
"QtMultimedia is not available - video screensaver requires qt multimedia services": {
- "QtMultimedia is not available - video screensaver requires qt multimedia services": ""
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "A QtMultimedia nem érhető el - a videó képernyővédőhöz qt multimedia szolgáltatások szükségesek"
},
"Quick Access": {
"Quick Access": "Gyors elérés"
@@ -4333,16 +4603,16 @@
"Reload Plugin": "Bővítmény újratöltése"
},
"Remaining": {
- "Remaining": ""
+ "Remaining": "Hátralévő"
},
"Remaining / Total": {
- "Remaining / Total": ""
+ "Remaining / Total": "Hátralévő / Összesen"
},
"Remember last session": {
- "Remember last session": ""
+ "Remember last session": "Utolsó munkamenet megjegyzése"
},
"Remember last user": {
- "Remember last user": ""
+ "Remember last user": "Utolsó felhasználó megjegyzése"
},
"Remove": {
"Remove": "Eltávolítás"
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Átnevezés"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Munkaterület átnevezése"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Megköveteli a gomb/billentyű nyomva tartását a kikapcsolás, újraindítás, felfüggesztés, hibernálás és kijelentkezés megerősítéséhez"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Szükséges a „dgop” eszköz"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "A DankMaterialShell újraindítása"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Folytatás"
},
@@ -4465,10 +4744,10 @@
"Run DMS Templates": "DMS-sablonok futtatása"
},
"Run Sync to apply.": {
- "Run Sync to apply.": ""
+ "Run Sync to apply.": "Futtasd a szinkronizálást az alkalmazáshoz."
},
"Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": {
- "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": ""
+ "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": "Futtasd a szinkronizálást az alkalmazáshoz. A csak ujjlenyomatos bejelentkezés nem biztos, hogy feloldja a GNOME-kulcstartót."
},
"Run User Templates": {
"Run User Templates": "Felhasználói sablonok futtatása"
@@ -4495,7 +4774,7 @@
"Current Monitor": "Jelenlegi monitor"
},
"Running greeter sync…": {
- "Running greeter sync…": ""
+ "Running greeter sync…": "Üdvözlőképernyő szinkronizálása folyamatban…"
},
"SDR Brightness": {
"SDR Brightness": "SDR-fényerő"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Görgetési tényező"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Egérgörgő"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Bővítmények keresése…"
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Widgetek keresése…"
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Biztonság"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Kiválasztás"
},
@@ -4654,7 +4945,7 @@
"Select Launcher Logo": "Indító logó kiválasztása"
},
"Select Video or Folder": {
- "Select Video or Folder": ""
+ "Select Video or Folder": "Videó vagy mappa kiválasztása"
},
"Select a color from the palette or use custom sliders": {
"Select a color from the palette or use custom sliders": "Válassz színt a palettáról, vagy használd az egyéni csúszkákat"
@@ -4684,7 +4975,7 @@
"Select font weight for UI text": "Betűvastagság a felületen lévő szövegekhez"
},
"Select greeter background image": {
- "Select greeter background image": ""
+ "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"
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Kiszolgáló"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Egyéni név beállítása"
},
@@ -4738,25 +5032,25 @@
"Setup": "Beállítás"
},
"Shadow Color": {
- "Shadow Color": ""
+ "Shadow Color": "Árnyék színe"
},
"Shadow Intensity": {
- "Shadow Intensity": ""
+ "Shadow Intensity": "Árnyék intenzitása"
},
"Shadow Opacity": {
- "Shadow Opacity": ""
+ "Shadow Opacity": "Árnyék átlátszatlansága"
},
"Shadow elevation on bars and panels": {
- "Shadow elevation on bars and panels": ""
+ "Shadow elevation on bars and panels": "Árnyék emelése a sávokon és paneleken"
},
"Shadow elevation on modals and dialogs": {
- "Shadow elevation on modals and dialogs": ""
+ "Shadow elevation on modals and dialogs": "Árnyék emelése a modális ablakokon és párbeszédpaneleken"
},
"Shadow elevation on popouts, OSDs, and dropdowns": {
- "Shadow elevation on popouts, OSDs, and dropdowns": ""
+ "Shadow elevation on popouts, OSDs, and dropdowns": "Árnyék emelése a felugrókon, OSD-ken és legördülő menükön"
},
"Shadows": {
- "Shadows": ""
+ "Shadows": "Árnyékok"
},
"Share Gamma Control Settings": {
"Share Gamma Control Settings": "Gamma-vezérlési beállítások megosztása"
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Rövid"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Gyorsbillentyűk"
},
@@ -4861,7 +5158,7 @@
"Show Memory Graph": "Memória grafikon megjelenítése"
},
"Show Memory in GB": {
- "Show Memory in GB": ""
+ "Show Memory in GB": "Memória megjelenítése GB-ban"
},
"Show Network": {
"Show Network": "Hálózat megjelenítése"
@@ -4903,7 +5200,7 @@
"Show Suspend": "Felfüggesztés megjelenítése"
},
"Show Swap": {
- "Show Swap": ""
+ "Show Swap": "Cserehely megjelenítése"
},
"Show Top Processes": {
"Show Top Processes": "Top folyamatok megjelenítése"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Időjárási körülmények megjelenítése"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Üdvözlőképernyő megjelenítése"
},
@@ -4942,14 +5242,20 @@
"Show drop shadow on notification popups": "Árnyék megjelenítése az értesítési felugró ablakokon"
},
"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.": ""
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Vetett árnyék megjelenítése az értesítési felugró ablakokon. Szükséges hozzá az M3 emelés engedélyezése a Téma és színek beállításnál."
},
"Show in GB": {
- "Show in GB": ""
+ "Show in GB": "Megjelenítés GB-ban"
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Indító átfedés megjelenítése, amikor gépelsz a Niri-áttekintésben. Tiltsd le, ha másik indítót használsz."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Megjelenítés az utolsó kijelzőn"
},
@@ -5005,11 +5311,14 @@
"Show password": "Jelszó megjelenítése"
},
"Show seconds": {
- "Show seconds": ""
+ "Show seconds": "Másodpercek megjelenítése"
},
"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őpulton"
},
+ "Show week number in the calendar": {
+ "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": "Munkaterület indexszámok megjelenítése a felső sáv munkaterület-váltójában"
},
@@ -5137,10 +5446,10 @@
"Status": "Állapot"
},
"Status message when test connection to printer fails": {
- "Connection failed": ""
+ "Connection failed": "Kapcsolódás sikertelen"
},
"Status message when test connection to printer succeeds": {
- "Printer reachable": ""
+ "Printer reachable": "Nyomtató elérhető"
},
"Stopped": {
"Stopped": "Megállítva"
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Cserehely"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Felhasználóváltás"
},
@@ -5188,7 +5500,7 @@
"Switch to power profile": "Váltás energiaprofilra"
},
"Sync": {
- "Sync": ""
+ "Sync": "Szinkronizálás"
},
"Sync Mode with Portal": {
"Sync Mode with Portal": "Mód szinkronizálása a portállal"
@@ -5200,16 +5512,16 @@
"Sync Position Across Screens": "Pozíció szinkronizálása a képernyők között"
},
"Sync completed successfully.": {
- "Sync completed successfully.": ""
+ "Sync completed successfully.": "Szinkronizálás sikeresen befejeződött."
},
"Sync dark mode with settings portals for system-wide theme hints": {
"Sync dark mode with settings portals for system-wide theme hints": "Sötét mód szinkronizálása a beállítási portálokkal a rendszer egészére vonatkozó témajavaslatokhoz"
},
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
- "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "A szinkronizálás sikertelen lett háttér módban. Terminál mód megkísérlése az interaktív hitelesítéshez."
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "A szinkronizáláshoz sudo hitelesítés szükséges. Terminál megnyitása a jelszó vagy ujjlenyomat használatához."
},
"System": {
"System": "Rendszer"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Rács Nav • Enter/Szóköz: Kiválasztás"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Terminál egyéni további paraméterei"
},
"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.": ""
+ "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 opened. Complete sync there; it will close automatically when done.": {
- "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 multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminál megnyitva, ott befejezheted a szinkronizálás hitelesítését; automatikusan be fog záródni, ha kész lesz."
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminálok – Mindig sötét téma használata"
@@ -5298,6 +5616,9 @@
"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).": "Az alábbi beállítások módosítják a GTK és Qt beállításokat. Ha meg szeretnéd őrizni a jelenlegi konfigurációt, készíts róluk biztonsági másolatot (qt5ct.conf|qt6ct.conf és ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "A nyomtató feladatlistája üres"
},
@@ -5353,7 +5674,7 @@
"Tiling": "Csempézés"
},
"Time & Date Locale": {
- "Time & Date Locale": ""
+ "Time & Date Locale": "Idő és dátum területi beállítása"
},
"Time & Weather": {
"Time & Weather": "Idő és időjárás"
@@ -5362,7 +5683,7 @@
"Time Format": "Időformátum"
},
"Time format": {
- "Time format": ""
+ "Time format": "Időformátum"
},
"Time remaining: %1": {
"Time remaining: %1": "Hátralévő idő: %1"
@@ -5404,10 +5725,10 @@
"Today": "Ma"
},
"Toggle button to manually add a printer by IP or hostname": {
- "Add by Address": ""
+ "Add by Address": "Hozzáadás cím alapján"
},
"Toggle button to scan for printers via mDNS/Avahi": {
- "Discover Devices": ""
+ "Discover Devices": "Eszközök felderítése"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "A sávkonfiguráció láthatóságának váltása"
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner alacsony"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Eszközök"
},
@@ -5446,7 +5770,7 @@
"Top Section": "Felső szakasz"
},
"Total": {
- "Total": ""
+ "Total": "Összesen"
},
"Total Jobs": {
"Total Jobs": "Összes feladat"
@@ -5512,10 +5836,10 @@
"Typography & Motion": "Tipográfia és mozgás"
},
"U2F mode option: key required after password or fingerprint": {
- "Second Factor (AND)": ""
+ "Second Factor (AND)": "Második faktor (ÉS)"
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "Alternatív (VAGY)"
},
"Unavailable": {
"Unavailable": "Nem elérhető"
@@ -5530,16 +5854,16 @@
"Uninstall Plugin": "Bővítmény eltávolítása"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "Az eltávolítás befejeződött. Az üdvözlőképernyő el lett távolítva."
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Eltávolítod a DMS-üdvözlőképernyőt? Ez törli a beállításokat és visszaállítja az előző megjelenítéskezelőt. Egy terminál fog megnyílni a sudo hitelesítéshez."
},
"Unknown": {
"Unknown": "Ismeretlen"
},
"Unknown App": {
- "Unknown App": ""
+ "Unknown App": "Ismeretlen alkalmazás"
},
"Unknown Artist": {
"Unknown Artist": "Ismeretlen előadó"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Ismeretlen cím"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Kiürítés bezáráskor"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Nem megbízható"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Frissítés"
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "Rendszertéma használata"
},
"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 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, vagy hagyd üresen az asztali háttérkép használatához."
},
"Use a fixed shadow direction for this bar": {
- "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"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "Animált, hullámzó folyamatjelzők használata a médialejátszáshoz"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "Egyéni ablaklekerekítés használata a téma sugara helyett"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "Asztali háttérkép használata"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Ujjlenyomat-olvasó használata a zárolási képernyőn történő hitelesítéshez (regisztrált ujjlenyomatok szükségesek)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Felhasználónév"
},
+ "Username...": {
+ "Username...": ""
+ },
"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."
},
@@ -5779,10 +6115,10 @@
"Vibrant palette with playful saturation.": "Élénk paletta játékos telítettséggel."
},
"Video Path": {
- "Video Path": ""
+ "Video Path": "Videó útvonala"
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "Videós képernyővédő"
},
"Videos": {
"Videos": "Videók"
@@ -5824,7 +6160,7 @@
"Wallpaper Monitor": "Háttérkép monitor"
},
"Wallpaper fill mode": {
- "Wallpaper fill mode": ""
+ "Wallpaper fill mode": "Háttérkép kitöltési módja"
},
"Wallpapers": {
"Wallpapers": "Háttérképek"
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Időjárás widget"
},
+ "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": ""
+ },
"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.": "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."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Nem mentett változtatásaid vannak. Szeretnél menteni a fájl megnyitása előtt?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "műveletek"
},
"apps": {
"apps": "alkalmazások"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "Némítva",
"No input device": "Nincs bemeneti eszköz",
@@ -6033,21 +6378,21 @@
"by %1": "ettől: %1"
},
"bar manual shadow direction": {
- "Manual Direction": ""
+ "Manual Direction": "Kézi irány"
},
"bar shadow direction source": {
- "Direction Source": ""
+ "Direction Source": "Irány forrása"
},
"bar shadow direction source option": {
- "Inherit Global (Default)": "",
- "Manual": ""
+ "Inherit Global (Default)": "Globális öröklése (Alapértelmezett)",
+ "Manual": "Kézi"
},
"bar shadow direction source option | shadow direction option": {
- "Auto (Bar-aware)": ""
+ "Auto (Bar-aware)": "Automatikus (sávérzékeny)"
},
"bar shadow settings card": {
"Shadow": "Árnyék",
- "Shadow Override": ""
+ "Shadow Override": "Árnyék felülbírálása"
},
"battery status": {
"Charging": "Töltés",
@@ -6083,7 +6428,7 @@
"Browse Themes": "Témák böngészése"
},
"button color option | color option | primary color | shadow color option | tile color option": {
- "Primary": ""
+ "Primary": "Elsődleges"
},
"button color option | color option | primary color | tile color option": {
"Primary": "Elsődleges"
@@ -6092,7 +6437,7 @@
"Secondary": "Másodlagos"
},
"button color option | shadow color option | tile color option": {
- "Surface Variant": ""
+ "Surface Variant": "Felületi variáns"
},
"button color option | tile color option": {
"Primary Container": "Elsődleges tároló",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(Alapértelmezett)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop nem elérhető"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Írás:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "A dms/binds.kdl létezik, de nincs benne a config.kdl-ben. Az egyéni gyorsbillentyűk nem fognak működni, amíg ez nincs javítva."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "pl. notify-send „Hello” && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Nem található bővítmény"
},
@@ -6239,7 +6593,7 @@
"files": "fájlok"
},
"fingerprint not detected status | security key not detected status": {
- "Not enrolled": ""
+ "Not enrolled": "Nincs regisztrálva"
},
"generic theme description": {
"Material Design inspired color themes": "Material Design ihlette színtémák"
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "GPU figyelés"
},
"greeter action confirmation": {
- "Activate Greeter": "",
- "Install Greeter": "",
- "Uninstall Greeter": ""
+ "Activate Greeter": "Üdvözlőképernyő aktiválása",
+ "Install Greeter": "Üdvözlőképernyő telepítése",
+ "Uninstall Greeter": "Üdvözlőképernyő eltávolítása"
},
"greeter back button": {
"Back": "Vissza"
@@ -6283,9 +6637,9 @@
"No warnings": "Nincsenek figyelmeztetések"
},
"greeter doctor page error count": {
- "%1 issue found": "",
+ "%1 issue found": "%1 hiba található",
"%1 issue(s) found": "%1 hiba található",
- "%1 issues found": ""
+ "%1 issues found": "%1 hiba található"
},
"greeter doctor page loading text": {
"Analyzing configuration...": "Konfiguráció elemzése…"
@@ -6380,13 +6734,13 @@
"Skip setup": "Beállítás kihagyása"
},
"greeter status error": {
- "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": ""
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Nem sikerült futtatni a 'dms greeter status' parancsot. Győződj meg róla, hogy a DMS telepítve van, és a dms benne van a PATH környezeti változóban."
},
"greeter status loading": {
- "Checking…": ""
+ "Checking…": "Ellenőrzés…"
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "Kattints a Frissítés gombra az állapot ellenőrzéséhez."
},
"greeter theme description": {
"Dynamic colors, presets": "Dinamikus színek, előbeállítások"
@@ -6446,11 +6800,12 @@
"Loading...": "Betöltés…"
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
- "Security key mode": ""
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "Az 'Alternatív' lehetővé teszi a kulccsal történő önálló feloldást. A 'Második faktor' először jelszót vagy ujjlenyomatot igényel, majd a kulcsot.",
+ "Security key mode": "Biztonsági kulcs mód"
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "FIDO2/U2F biztonsági kulcs (pl. YubiKey) használata a képernyőzár hitelesítéséhez (regisztrált kulcsok szükségesek)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Alkalmazásnevek",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl nem elérhető – a zárolás integrációhoz DMS socket kapcsolat szükséges"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Tartalom",
"Expressive": "Expresszív",
@@ -6521,6 +6882,15 @@
"Select network": "Hálózat kiválasztása",
"WiFi off": "Wi-Fi kikapcsolva"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Nincs egyéni témafájl"
},
@@ -6629,7 +6999,7 @@
"open": "megnyitás"
},
"or run ": {
- "or run ": ""
+ "or run ": "vagy futtasd ezt: "
},
"outline color": {
"Outline": "Körvonal"
@@ -6660,6 +7030,9 @@
"Performance": "Teljesítmény",
"Power Saver": "Energiatakarékos mód"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Elsődleges"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Hiányzó környezeti változók"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "A beállítások csak olvashatók. A módosítások nem fognak megmaradni."
},
@@ -6698,8 +7074,8 @@
"Top Right": "Jobb fent"
},
"screen position option | shadow direction option": {
- "Top Left": "",
- "Top Right": ""
+ "Top Left": "Bal fent",
+ "Top Right": "Jobb fent"
},
"secondary color": {
"Secondary": "Másodlagos"
@@ -6714,21 +7090,21 @@
"Widgets": "Widgetek"
},
"shadow color option": {
- "Default (Black)": "",
+ "Default (Black)": "Alapértelmezett (Fekete)",
"Surface": "Felület",
"Text": "Szöveg",
- "Text Color": ""
+ "Text Color": "Szövegszín"
},
"shadow color option | text color": {
"Text": "Szöveg"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "Egyéni"
},
"shadow direction option": {
- "Bottom": "",
- "Top": "",
- "Top (Default)": ""
+ "Bottom": "Alul",
+ "Top": "Fent",
+ "Top (Default)": "Fent (alapértelmezett)"
},
"shadow intensity slider": {
"Intensity": "Intenzitás"
@@ -6753,7 +7129,7 @@
"Load Average": "Átlagos terhelés"
},
"text color": {
- "Text": ""
+ "Text": "Szöveg"
},
"theme auto mode tab": {
"Location": "Hely"
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json
index 02d45e37..96dcb1c4 100644
--- a/quickshell/translations/poexports/it.json
+++ b/quickshell/translations/poexports/it.json
@@ -3,16 +3,28 @@
"%1 Animation Speed": "Velocità Animazione %1"
},
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
- "%1 DMS bind(s) may be overridden by config binds that come after the include.": "\"%1 scorciatoia/e di DMS potrebbe/ero essere sovrascritta/e da scorciatoie di config successive all'inclusione."
+ "%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 scorciatoia/e di DMS potrebbe/ero essere sovrascritta/e da scorciatoie di config successive all'inclusione."
+ },
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
},
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adattatore/i, nessuno connesso"
},
"%1 adapter, none connected": {
- "%1 adapter, none connected": ""
+ "%1 adapter, none connected": "%1 adattatore, nessuno connesso"
},
"%1 adapters, none connected": {
- "%1 adapters, none connected": ""
+ "%1 adapters, none connected": "%1 adattatori, nessuno connesso"
+ },
+ "%1 character": {
+ "%1 character": ""
},
"%1 characters": {
"%1 characters": "%1 caratteri"
@@ -36,13 +48,13 @@
"%1 disconnected (hidden)": "%1 disconnesso (nascosto)"
},
"%1 display": {
- "%1 display": ""
+ "%1 display": "%1 schermo"
},
"%1 display(s)": {
"%1 display(s)": "%1 schermo/i"
},
"%1 displays": {
- "%1 displays": ""
+ "%1 displays": "%1 schermi"
},
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 esiste ma non è incluso nella configurazione. Le scorciatoie personalizzate non funzioneranno finché non sarà risolto."
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 esiste ma non è incluso. Le regole della finestra non verranno applicate."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 è ora incluso nella configurazione"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 stampante/i"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 varianti"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widget"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1 min fa"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+ altre %1"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/percorso/dei/video"
},
"0 = square corners": {
"0 = square corners": "0 = angoli squadrati"
@@ -105,7 +138,7 @@
"10 seconds": "10 secondi"
},
"10-bit Color": {
- "10-bit Color": "Colore a 10 Bit"
+ "10-bit Color": "Colore a 10 bit"
},
"14 days": {
"14 days": "14 giorni"
@@ -129,7 +162,7 @@
"24-Hour Format": "Formato 24 Ore"
},
"24-hour clock": {
- "24-hour clock": ""
+ "24-hour clock": "Orologio 24 ore"
},
"24-hour format": {
"24-hour format": "formato 24 ore"
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Esiste già un file con questo nome. Vuoi sovrascriverlo?"
},
@@ -222,7 +258,7 @@
"Action": "Azione"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "Azione non riuscita o il terminale è stato chiuso."
},
"Actions": {
"Actions": "Azioni"
@@ -231,7 +267,7 @@
"Activate": "Attiva"
},
"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.": ""
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Attivare il greeter DMS? Si aprirà un terminale per l'autenticazione sudo. Esegui Sincronizza dopo l'attivazione per applicare le tue impostazioni."
},
"Activation": {
"Activation": "Attivazione"
@@ -282,7 +318,7 @@
"Add a border around the dock": "Aggiungi un bordo alla 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."
+ "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."
},
"Add and configure widgets that appear on your desktop": {
"Add and configure widgets that appear on your desktop": "Aggiungi e configura widget che compaiono sul tuo desktop"
@@ -321,10 +357,10 @@
"Always Active": "Sempre Attivo"
},
"Always Show Percentage": {
- "Always Show Percentage": "Mostra sempre percentuale"
+ "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 mostralo passando il puntatore vicino all’area della dock"
+ "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 on icons": {
"Always on icons": "Icone sempre attive"
@@ -351,10 +387,10 @@
"Animation Speed": "Velocità Animazione"
},
"Anonymous Identity": {
- "Anonymous Identity": "Identità anonima"
+ "Anonymous Identity": "Identità Anonima"
},
"Anonymous Identity (optional)": {
- "Anonymous Identity (optional)": "Identità anonima (facoltativa)"
+ "Anonymous Identity (optional)": "Identità Anonima (facoltativa)"
},
"App Customizations": {
"App Customizations": "Personalizzazioni App"
@@ -390,7 +426,7 @@
"Apps": "App"
},
"Apps Dock": {
- "Apps Dock": "App della Dock"
+ "Apps Dock": "Dock delle App"
},
"Apps Dock Settings": {
"Apps Dock Settings": "Impostazioni Dock App"
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "App con popup di notifica silenziati. Riattiva o elimina per rimuovere."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Disponi gli schermi e configura risoluzione, frequenza di aggiornamento e VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Audio"
},
@@ -441,7 +483,7 @@
"Custom Name": "Nome Personalizzato"
},
"Audio device rename dialog hint": {
- "Press Enter and the audio system will restart to apply the change": "Premi Invio e il sistema audio si riavvierà per applicare le modifiche"
+ "Press Enter and the audio system will restart to apply the change": "Premi Invio e il sistema audio si riavvierà per applicare la modifica"
},
"Audio device rename dialog placeholder": {
"Enter device name...": "Inserisci nome dispositivo..."
@@ -478,14 +520,20 @@
"Authenticate": {
"Authenticate": "Autenticati"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Autenticazione"
},
"Authentication Required": {
"Authentication Required": "Autenticazione Richiesta"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
- "Authentication failed, please try again": "Autenticazione fallita, riprova"
+ "Authentication failed, please try again": "Autenticazione fallita, per favore riprova"
},
"Authorize": {
"Authorize": "Autorizza"
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Disponibile nelle modalità Dettagliata e Previsioni"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -596,7 +647,7 @@
"Backend": "Backend"
},
"Background": {
- "Background": ""
+ "Background": "Sfondo"
},
"Background Opacity": {
"Background Opacity": "Opacità dello Sfondo"
@@ -605,26 +656,29 @@
"Backlight device": "Dispositivo di retroilluminazione"
},
"Balanced palette with focused accents (default).": {
- "Balanced palette with focused accents (default).": "Tavolozza bilanciata con accenti focalizzati (default)."
+ "Balanced palette with focused accents (default).": "Tavolozza bilanciata con accenti focalizzati (predefinito)."
},
"Bar Configurations": {
"Bar Configurations": "Configurazioni Barra"
},
"Bar Shadows": {
- "Bar Shadows": ""
+ "Bar Shadows": "Ombre della Barra"
},
"Bar Transparency": {
"Bar Transparency": "Trasparenza Barra"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "Colore base per le ombre (l'opacità è applicata automaticamente)"
},
"Base duration for animations (drag to use Custom)": {
- "Base duration for animations (drag to use Custom)": "Durata base delle animazioni (trascina per personalizzare)"
+ "Base duration for animations (drag to use Custom)": "Durata base delle animazioni (trascina per usare Personalizzato)"
},
"Battery": {
"Battery": "Batteria"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Limite Carica Batteria"
},
@@ -692,7 +746,7 @@
"Border Opacity": "Opacità Bordi"
},
"Border Size": {
- "Border Size": "Spessore bordo"
+ "Border Size": "Spessore Bordo"
},
"Border Thickness": {
"Border Thickness": "Spessore Bordi"
@@ -740,10 +794,10 @@
"Button Color": "Colore Pulsante"
},
"Button state while testing printer connection": {
- "Testing...": ""
+ "Testing...": "Test in corso..."
},
"Button to test connection to a printer by IP address": {
- "Test Connection": ""
+ "Test Connection": "Testa Connessione"
},
"CPU": {
"CPU": "CPU"
@@ -770,7 +824,7 @@
"CUPS Missing Filter Warning": "Avviso Filtro Mancante CUPS"
},
"CUPS Print Server": {
- "CUPS Print Server": "Server di stampa CUPS"
+ "CUPS Print Server": "Server di Stampa CUPS"
},
"CUPS not available": {
"CUPS not available": "CUPS non disponibile"
@@ -809,7 +863,7 @@
"Caps Lock Indicator": "Indicatore Blocco Maiuscole"
},
"Caps Lock is on": {
- "Caps Lock is on": "Bloc Maiusc è attivo"
+ "Caps Lock is on": "Blocco Maiuscole è attivo"
},
"Center Section": {
"Center Section": "Sezione Centrale"
@@ -821,16 +875,16 @@
"Center Tiling": "Tiling Centrale"
},
"Certificate Password": {
- "Certificate Password": "Password del certificato"
+ "Certificate Password": "Password del Certificato"
},
"Change bar appearance": {
"Change bar appearance": "Cambia aspetto barra"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": ""
+ "Change the locale used by the DMS interface.": "Cambia la lingua utilizzata dall'interfaccia DMS."
},
"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.": ""
+ "Change the locale used for date and time formatting, independent of the interface language.": "Cambia la lingua per la formattazione di data e ora, indipendentemente dalla lingua dell'interfaccia."
},
"Channel": {
"Channel": "Canale"
@@ -842,13 +896,19 @@
"Check for system updates": "Controlla aggiornamenti di sistema"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "Controlla lo stato di sincronizzazione su richiesta. Sincronizza copia il tema, le impostazioni, la configurazione PAM e lo sfondo nella schermata di blocco in un solo passaggio. È necessario eseguire Sincronizza per applicare le modifiche."
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "Verifica della necessità di autenticazione sudo…"
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
- "Choose Color": "Scegli colore"
+ "Choose Color": "Scegli Colore"
},
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": "Scegli il Colore del Logo del Dock Launcher"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "Scegli come visualizzare il widget meteo"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "Scegli come questa barra determina la direzione delle ombre"
},
"Choose icon": {
"Choose icon": "Scegli icona"
@@ -929,7 +989,7 @@
"Click 'Setup' to create %1 and add include to config.": "Fai clic su \"Configura\" per creare %1 e aggiungere l'inclusione alla configurazione."
},
"Click 'Setup' to create %1 and add include to your compositor config.": {
- "Click 'Setup' to create %1 and add include to your compositor config.": "Fai clic su 'Configura' per creare %1 e aggiungere l'inclusione al file di configurazione del compositor."
+ "Click 'Setup' to create %1 and add include to your compositor config.": "Fai clic su \"Configura\" per creare %1 e aggiungere l'inclusione al file di configurazione del compositor."
},
"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.": "Fai clic su \"Configura\" per creare la configurazione del cursore e aggiungere l'inclusione al tuo file di configurazione del compositor."
@@ -1004,7 +1064,7 @@
"Color": "Colore"
},
"Color Gamut": {
- "Color Gamut": "Gamma cromatica"
+ "Color Gamut": "Gamma Cromatica"
},
"Color Management": {
"Color Management": "Gestione del Colore"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Larghezza Colonna"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Comando"
},
@@ -1079,7 +1142,7 @@
"Compositor Settings": "Impostazioni del Compositor"
},
"Compositor not supported": {
- "Compositor not supported": "Compositor non Supportato"
+ "Compositor not supported": "Compositor non supportato"
},
"Config Format": {
"Config Format": "Formato di Configurazione"
@@ -1163,7 +1226,7 @@
"Control Center": "Centro di Controllo"
},
"Control Center Tile Color": {
- "Control Center Tile Color": "Colore riquadri Centro di Controllo"
+ "Control Center Tile Color": "Colore Riquadri Centro di Controllo"
},
"Control animation duration for notification popups and history": {
"Control animation duration for notification popups and history": "Controlla la durata dell'animazione per i popup di notifica e la cronologia"
@@ -1172,7 +1235,7 @@
"Control currently playing media": "Controlla media in riproduzione"
},
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
- "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Controlla quali plugin appaiono nella modalità 'Tutti' senza richiedere un prefisso di attivazione. Trascina per riordinare."
+ "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Controlla quali plugin appaiono nella modalità \"Tutti\" senza richiedere un prefisso di attivazione. Trascina per riordinare."
},
"Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "Controlla spazi di lavoro e colonne scorrendo sulla barra"
@@ -1181,16 +1244,16 @@
"Controls opacity of all popouts, modals, and their content layers": "Controlla l'opacità di tutti i popup, le finestre modali e i loro livelli di contenuto"
},
"Controls shadow cast direction for elevation layers": {
- "Controls shadow cast direction for elevation layers": ""
+ "Controls shadow cast direction for elevation layers": "Controlla la direzione della proiezione dell'ombra per i livelli in rilievo"
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "Controlla il raggio di sfocatura base e l'offset delle ombre"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "Controlla la trasparenza dell'ombra"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "Opzioni di comodità per la schermata di accesso. Sincronizza per applicare."
},
"Cooldown": {
"Cooldown": "Tempo di Attesa"
@@ -1259,11 +1322,14 @@
"Create Dir": "Crea Cartella"
},
"Create Printer": {
- "Create Printer": "Crea una stampante"
+ "Create Printer": "Crea Stampante"
},
"Create Window Rule": {
"Create Window Rule": "Crea Regola Finestra"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Crea regola per:"
},
@@ -1283,7 +1349,7 @@
"Current Items": "Elementi Correnti"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "Lingua Corrente"
},
"Current Period": {
"Current Period": "Periodo Corrente"
@@ -1292,7 +1358,7 @@
"Current Status": "Stato Attuale"
},
"Current Temp": {
- "Current Temp": "Temperatura attuale"
+ "Current Temp": "Temperatura Attuale"
},
"Current Weather": {
"Current Weather": "Meteo Attuale"
@@ -1349,10 +1415,10 @@
"Custom Reboot Command": "Comando Personalizzato per il Riavvio"
},
"Custom Shadow Color": {
- "Custom Shadow Color": ""
+ "Custom Shadow Color": "Colore Ombra Personalizzato"
},
"Custom Shadow Override": {
- "Custom Shadow Override": ""
+ "Custom Shadow Override": "Sovrascrittura Ombra Personalizzata"
},
"Custom Suspend Command": {
"Custom Suspend Command": "Comando Personalizzato per la Sospensione"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "Gestore Plugin DMS non disponibile"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "Il greeter DMS richiede: greetd, dms-greeter. Impronte digitali: fprintd, pam_fprintd. Chiavi di sicurezza: pam_u2f. Aggiungi il tuo utente al gruppo greeter. La sincronizzazione controlla prima sudo e apre un terminale se è richiesta l'autenticazione interattiva."
},
"DMS out of date": {
"DMS out of date": "DMS obsoleta"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Modalità Scura"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Scurisci Sfondo Modale"
},
@@ -1430,10 +1502,10 @@
"Date Format": "Formato Data"
},
"Date format": {
- "Date format": ""
+ "Date format": "Formato data"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "Formato data sul greeter"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "Aurora (Crepuscolo Astronomico)"
@@ -1460,7 +1532,7 @@
"Default Width (%)": "Larghezza Predefinita (%)"
},
"Default selected action": {
- "Default selected action": "Azione selezionata di default"
+ "Default selected action": "Azione selezionata predefinita"
},
"Defaults": {
"Defaults": "Predefiniti"
@@ -1496,7 +1568,7 @@
"Delete profile \"%1\"?": "Eliminare il profilo \"%1\"?"
},
"Dependencies & documentation": {
- "Dependencies & documentation": ""
+ "Dependencies & documentation": "Dipendenze e documentazione"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "Deriva colori che si avvicinano all'immagine sottostante."
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Dettagliata"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Sviluppo"
},
@@ -1535,7 +1610,7 @@
"Device": "Dispositivo"
},
"Device connections": {
- "Device connections": "Connessioni del Dispositivo"
+ "Device connections": "Connessioni del dispositivo"
},
"Device names updated": {
"Device names updated": "Nomi dei dispositivi aggiornati"
@@ -1565,7 +1640,7 @@
"Disabled": "Disabilitato"
},
"Disabled.": {
- "Disabled.": ""
+ "Disabled.": "Disabilitato."
},
"Disabling WiFi...": {
"Disabling WiFi...": "Disattivazione Wi-Fi..."
@@ -1589,7 +1664,7 @@
"Disk Usage": "Utilizzo Disco"
},
"Disk Usage Display": {
- "Disk Usage Display": ""
+ "Disk Usage Display": "Visualizzazione Utilizzo Disco"
},
"Disks": {
"Disks": "Dischi"
@@ -1604,7 +1679,7 @@
"Display Assignment": "Assegnazione Schermo"
},
"Display Name Format": {
- "Display Name Format": "Formato del nome visualizzato"
+ "Display Name Format": "Formato del Nome Visualizzato"
},
"Display Profiles": {
"Display Profiles": "Profili Schermo"
@@ -1769,7 +1844,7 @@
"Enable Do Not Disturb": "Abilita Non Disturbare"
},
"Enable FIDO2/U2F hardware security key for lock screen": {
- "Enable security key authentication": ""
+ "Enable security key authentication": "Abilita l'autenticazione con chiave di sicurezza"
},
"Enable GPU Temperature": {
"Enable GPU Temperature": "Abilita Temperatura GPU"
@@ -1787,7 +1862,7 @@
"Enable System Sounds": "Abilita Suoni di Sistema"
},
"Enable Video Screensaver": {
- "Enable Video Screensaver": ""
+ "Enable Video Screensaver": "Abilita Salvaschermo Video"
},
"Enable Weather": {
"Enable Weather": "Abilita Meteo"
@@ -1796,19 +1871,19 @@
"Enable WiFi": "Abilita WiFi"
},
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
- "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": ""
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Abilita una sovrascrittura personalizzata qui sotto per impostare intensità, opacità e colore dell'ombra per ogni barra."
},
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Abilita il livello di sfocatura gestibile dal compositor (namespace: dms:blurwallpaper). Richiede la configurazione manuale di niri."
},
"Enable fingerprint at login": {
- "Enable fingerprint at login": ""
+ "Enable fingerprint at login": "Abilita impronta digitale all'accesso"
},
"Enable fingerprint authentication": {
- "Enable fingerprint authentication": "Abilita autenticazione biometrica"
+ "Enable fingerprint authentication": "Abilita autenticazione tramite impronta digitale"
},
"Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": {
- "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": ""
+ "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": "Abilita impronta digitale o chiave di sicurezza per il Greeter DMS. Esegui Sincronizza per applicare e configurare PAM."
},
"Enable loginctl lock integration": {
"Enable loginctl lock integration": "Abilita l'integrazione di blocco loginctl"
@@ -1820,13 +1895,13 @@
"Show Password Field": "Mostra Campo Password"
},
"Enable power action icon on the lock screen window": {
- "Show Power Actions": "Mostra Opzioni di Spegnimento"
+ "Show Power Actions": "Mostra Azioni Alimentazione"
},
"Enable profile image display on the lock screen window": {
"Show Profile Image": "Mostra Immagine Profilo"
},
"Enable security key at login": {
- "Enable security key at login": ""
+ "Enable security key at login": "Abilita chiave di sicurezza all'accesso"
},
"Enable system date display on the lock screen window": {
"Show System Date": "Mostra Data di Sistema"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Abilitato"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Attivazione Wi-Fi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Inserisci PIN per "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Inserisci un nuovo nome per questo spazio di lavoro"
},
"Enter a search query": {
"Enter a search query": "Inserisci una query di ricerca"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Inserisci credenziali per "
},
@@ -1880,7 +1991,7 @@
"Enter filename...": "Inserisci nome file..."
},
"Enter launch prefix (e.g., 'uwsm-app')": {
- "Enter launch prefix (e.g., 'uwsm-app')": "Inserisci il prefisso di avvio (es. 'uwsm-app')"
+ "Enter launch prefix (e.g., 'uwsm-app')": "Inserisci il prefisso di avvio (es. \"uwsm-app\")"
},
"Enter network name and password": {
"Enter network name and password": "Inserisci nome rete e password"
@@ -1904,7 +2015,7 @@
"Entry pinned": "Voce fissata"
},
"Entry unpinned": {
- "Entry unpinned": "Voce sbloccata"
+ "Entry unpinned": "Voce rimossa"
},
"Environment Variables": {
"Environment Variables": "Variabili d'Ambiente"
@@ -1928,7 +2039,7 @@
"Extra Arguments": "Argomenti Aggiuntivi"
},
"F1/I: Toggle • F10: Help": {
- "F1/I: Toggle • F10: Help": "F1/I: Cambia • F10: Aiuto"
+ "F1/I: Toggle • F10: Help": "F1/I: Alterna • F10: Aiuto"
},
"Fade grace period": {
"Fade grace period": "Periodo di Attesa Dissolvenza"
@@ -1955,7 +2066,10 @@
"Failed to cancel all jobs": "Impossibile annullare tutte le stampe"
},
"Failed to cancel selected job": {
- "Failed to cancel selected job": "Impossibile cancellare la stampa selezionata"
+ "Failed to cancel selected job": "Impossibile annullare la stampa selezionata"
+ },
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
},
"Failed to check pin limit": {
"Failed to check pin limit": "Impossibile verificare il limite delle voci fissate"
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Impossibile impostare la temperatura della modalità notturna"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Impossibile impostare immagine profilo"
},
@@ -2096,7 +2213,7 @@
"Failed to start connection to %1": "Impossibile avviare la connessione a %1"
},
"Failed to unpin entry": {
- "Failed to unpin entry": "Impossibile sbloccare la voce"
+ "Failed to unpin entry": "Impossibile rimuovere la voce"
},
"Failed to update VPN": {
"Failed to update VPN": "Impossibile aggiornare la VPN"
@@ -2155,8 +2272,17 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Perfeziona la temporizzazione delle animazioni in millisecondi"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
- "First Day of Week": ""
+ "First Day of Week": "Primo Giorno della Settimana"
},
"First Time Setup": {
"First Time Setup": "Configurazione Iniziale"
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Colore Attivo"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Finestra Attiva"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Nebbia"
},
@@ -2216,7 +2348,7 @@
"Follow focus": "Segui il focus"
},
"Font": {
- "Font": ""
+ "Font": "Carattere"
},
"Font Family": {
"Font Family": "Famiglia Font"
@@ -2231,7 +2363,7 @@
"Font Weight": "Spessore Font"
},
"Font used on the login screen": {
- "Font used on the login screen": ""
+ "Font used on the login screen": "Carattere utilizzato nella schermata di accesso"
},
"Force HDR": {
"Force HDR": "Forza HDR"
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Legenda Formato"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": "Libera VRAM/memoria alla chiusura del launcher. Potrebbe causare un leggero ritardo alla riapertura."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Temperatura GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Giochi"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Controllo gamma non disponibile. Richiede API DMS v6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "dispositivo"
},
@@ -2342,28 +2486,28 @@
"Graphics": "Grafica"
},
"Greeter": {
- "Greeter": ""
+ "Greeter": "Greeter"
},
"Greeter Appearance": {
- "Greeter Appearance": ""
+ "Greeter Appearance": "Aspetto del Greeter"
},
"Greeter Behavior": {
- "Greeter Behavior": ""
+ "Greeter Behavior": "Comportamento del Greeter"
},
"Greeter Status": {
- "Greeter Status": ""
+ "Greeter Status": "Stato del Greeter"
},
"Greeter activated. greetd is now enabled.": {
- "Greeter activated. greetd is now enabled.": ""
+ "Greeter activated. greetd is now enabled.": "Greeter attivato. greetd è ora abilitato."
},
"Greeter font": {
- "Greeter font": ""
+ "Greeter font": "Carattere del Greeter"
},
"Greeter only — does not affect main clock": {
- "Greeter only — does not affect main clock": ""
+ "Greeter only — does not affect main clock": "Solo per il greeter - non influenza l'orologio principale"
},
"Greeter only — format for the date on the login screen": {
- "Greeter only — format for the date on the login screen": ""
+ "Greeter only — format for the date on the login screen": "Solo per il greeter - formato della data sulla schermata di accesso"
},
"Grid": {
"Grid": "Griglia"
@@ -2447,7 +2591,7 @@
"Hidden Network": "Rete Nascosta"
},
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
- "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Le app nascoste non appariranno nel launcher. Fai clic col tasto destro su un'app e seleziona 'Nascondi app' per nasconderla."
+ "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Le app nascoste non appariranno nel launcher. Fai clic col tasto destro su un'app e seleziona \"Nascondi App\" per nasconderla."
},
"Hide": {
"Hide": "Nascondi"
@@ -2495,7 +2639,13 @@
"Hide the dock when not in use and reveal it when hovering near the dock area": "Nascondi la dock quando non è in uso e mostrala quando il cursore passa vicino all’area della dock"
},
"High-fidelity palette that preserves source hues.": {
- "High-fidelity palette that preserves source hues.": "Tavolozza alta-fedeltà per preservare le tonalità della sorgente."
+ "High-fidelity palette that preserves source hues.": "Tavolozza ad alta fedeltà che preserva le tonalità della sorgente."
+ },
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
},
"History Settings": {
"History Settings": "Impostazioni Cronologia"
@@ -2543,17 +2693,23 @@
"How often to change wallpaper": "Quanto spesso cambiare lo sfondo"
},
"How the background image is scaled": {
- "How the background image is scaled": ""
+ "How the background image is scaled": "Come viene ridimensionata l'immagine di sfondo"
},
"Humidity": {
"Humidity": "Umidità"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Sovrascritture Layout Hyprland"
},
"Hyprland Options": {
"Hyprland Options": "Opzioni Hyprland"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Ho capito"
},
@@ -2620,8 +2776,14 @@
"Incorrect password": {
"Incorrect password": "Password errata"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
- "Indicator Style": "Stile indicatore"
+ "Indicator Style": "Stile Indicatore"
},
"Individual Batteries": {
"Individual Batteries": "Batterie Individuali"
@@ -2642,16 +2804,16 @@
"Input Volume Slider": "Slider Volume di Input"
},
"Install complete. Greeter has been installed.": {
- "Install complete. Greeter has been installed.": ""
+ "Install complete. Greeter has been installed.": "Installazione completata. Il Greeter è stato installato."
},
"Install plugins from the DMS plugin registry": {
"Install plugins from the DMS plugin registry": "Installa plugin dal registro dei plugin DMS"
},
"Install the DMS greeter? A terminal will open for sudo authentication.": {
- "Install the DMS greeter? A terminal will open for sudo authentication.": ""
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "Installare il greeter DMS? Si aprirà un terminale per l'autenticazione sudo."
},
"Installation and PAM setup: see the ": {
- "Installation and PAM setup: see the ": ""
+ "Installation and PAM setup: see the ": "Installazione e configurazione di PAM: vedi la "
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "Nascondimento automatico intelligente"
@@ -2669,7 +2831,7 @@
"Interval": "Intervallo"
},
"Invalid configuration": {
- "Invalid configuration": "Configurazione non Valida"
+ "Invalid configuration": "Configurazione non valida"
},
"Invert on mode change": {
"Invert on mode change": "Inverti al cambio di modalità"
@@ -2731,10 +2893,10 @@
"Start kdeconnectd to use this plugin": "Avvia kdeconnectd per usare questo plugin"
},
"KDE Connect error": {
- "Failed to accept pairing": "Impossibile accettare l’associazione",
+ "Failed to accept pairing": "Impossibile accettare l'associazione",
"Failed to browse device": "Impossibile esplorare il dispositivo",
- "Failed to launch SMS app": "Impossibile avviare l’app SMS",
- "Failed to reject pairing": "Impossibile rifiutare l’associazione",
+ "Failed to launch SMS app": "Impossibile avviare l'app SMS",
+ "Failed to reject pairing": "Impossibile rifiutare l'associazione",
"Failed to ring device": "Impossibile far squillare il dispositivo",
"Failed to send clipboard": "Impossibile inviare gli appunti",
"Failed to send file": "Impossibile inviare il file",
@@ -2821,7 +2983,7 @@
"Ringing": "Squillo in corso"
},
"KDE Connect ring action | Phone Connect ring action": {
- "Ringing": "Squillo"
+ "Ringing": "Squillo in corso"
},
"KDE Connect ring tooltip": {
"Ring": "Fai squillare"
@@ -2917,23 +3079,35 @@
"Keys": {
"Keys": "Tasti"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Termina Processo"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "Dispositivo LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
- "Host": ""
+ "Host": "Host"
},
"Label for printer port number input field": {
- "Port": ""
+ "Port": "Porta"
},
"Label for printer protocol selector, e.g. ipp, ipps, lpd, socket": {
- "Protocol": ""
+ "Protocol": "Protocollo"
},
"Large": {
"Large": "Grande"
@@ -2945,31 +3119,31 @@
"Last launched %1": "Ultimo avvio %1"
},
"Last launched %1 day ago": {
- "Last launched %1 day ago": ""
+ "Last launched %1 day ago": "Ultimo avvio %1 giorno fa"
},
"Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "Ultimo avvio %1 giorno/i fa"
},
"Last launched %1 days ago": {
- "Last launched %1 days ago": ""
+ "Last launched %1 days ago": "Ultimo avvio %1 giorni fa"
},
"Last launched %1 hour ago": {
- "Last launched %1 hour ago": ""
+ "Last launched %1 hour ago": "Ultimo avvio %1 ora fa"
},
"Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "Ultimo avvio %1 ora/e fa"
},
"Last launched %1 hours ago": {
- "Last launched %1 hours ago": ""
+ "Last launched %1 hours ago": "Ultimo avvio %1 ore fa"
},
"Last launched %1 minute ago": {
- "Last launched %1 minute ago": ""
+ "Last launched %1 minute ago": "Ultimo avvio %1 minuto fa"
},
"Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "Ultimo avvio %1 minuto/i fa"
},
"Last launched %1 minutes ago": {
- "Last launched %1 minutes ago": ""
+ "Last launched %1 minutes ago": "Ultimo avvio %1 minuti fa"
},
"Last launched just now": {
"Last launched just now": "Appena avviato"
@@ -3002,7 +3176,7 @@
"Layout Overrides": "Sovrascritture del Layout"
},
"Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
- "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": ""
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Il layout e le posizioni dei moduli sul greeter sono sincronizzati dalla tua shell (es. configurazione della barra). Esegui Sincronizza per applicare."
},
"Left": {
"Left": "Sinistra"
@@ -3011,7 +3185,7 @@
"Left Section": "Sezione Sinistra"
},
"Light Direction": {
- "Light Direction": ""
+ "Light Direction": "Direzione della Luce"
},
"Light Mode": {
"Light Mode": "Modalità Chiara"
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Deboli Rovesci di Neve"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Lineare"
},
@@ -3056,16 +3239,16 @@
"Loading trending...": "Caricamento tendenze..."
},
"Loading...": {
- "Loading...": "Caricando..."
+ "Loading...": "Caricamento..."
},
"Local": {
"Local": "Locale"
},
"Locale": {
- "Locale": ""
+ "Locale": "Lingua"
},
"Locale Settings": {
- "Locale Settings": ""
+ "Locale Settings": "Impostazioni della Lingua"
},
"Location": {
"Location": "Posizione"
@@ -3080,7 +3263,7 @@
"Lock Screen": "Schermata di Blocco"
},
"Lock Screen Display": {
- "Lock Screen Display": "Schermata di Blocco"
+ "Lock Screen Display": "Schermo della Schermata di Blocco"
},
"Lock Screen Format": {
"Lock Screen Format": "Formato Schermata di Blocco"
@@ -3106,8 +3289,11 @@
"Log Out": {
"Log Out": "Termina Sessione"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
- "Login Authentication": ""
+ "Login Authentication": "Autenticazione di Accesso"
},
"Long": {
"Long": "Lunga"
@@ -3179,7 +3365,7 @@
"Material Colors": "Colori Material"
},
"Material inspired shadows and elevation on modals, popouts, and dialogs": {
- "Material inspired shadows and elevation on modals, popouts, and dialogs": ""
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "Ombre e rilievi ispirati al Material Design su modali, popup e finestre di dialogo"
},
"Matugen Palette": {
"Matugen Palette": "Tavolozza Matugen"
@@ -3236,7 +3422,7 @@
"Maximum History": "Cronologia Massima"
},
"Maximum Pinned Entries": {
- "Maximum Pinned Entries": "Numero massimo di voci fissate"
+ "Maximum Pinned Entries": "Numero Massimo di Voci Fissate"
},
"Maximum number of clipboard entries to keep": {
"Maximum number of clipboard entries to keep": "Numero massimo di voci degli appunti da conservare"
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Impostazioni Lettore Multimediale"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Lettori Multimediali ("
},
@@ -3335,7 +3524,7 @@
"Modal Background": "Sfondo Modale"
},
"Modal Shadows": {
- "Modal Shadows": ""
+ "Modal Shadows": "Ombre Modali"
},
"Modals": {
"Modals": "Finestre Modali"
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Messa in Pausa"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Musica"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Icone Spazi di Lavoro con Nome"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navigazione"
},
@@ -3443,7 +3644,7 @@
"Never": "Mai"
},
"Never used": {
- "Never used": ""
+ "Never used": "Mai usato"
},
"New": {
"New": "Nuovo"
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nuova Notifica"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Nuova Regola Finestra"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Nessun profilo VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Nessun Dato Meteo"
},
@@ -3541,8 +3748,11 @@
"No action": {
"No action": "Nessuna azione"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
- "No adapters": "Nessun Adattatore"
+ "No adapters": "Nessun adattatore"
},
"No app customizations.": {
"No app customizations.": "Nessuna personalizzazione app."
@@ -3581,17 +3791,23 @@
"No drivers found": "Nessun driver trovato"
},
"No features enabled": {
- "No features enabled": "Nessuna Funzionalità Abilitata"
+ "No features enabled": "Nessuna funzionalità abilitata"
},
"No files found": {
"No files found": "Nessun file trovato"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
- "No folders found": "Nessuna Cartella Trovata"
+ "No folders found": "Nessuna cartella trovata"
},
"No hidden apps.": {
"No hidden apps.": "Nessuna app nascosta."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Nessun elemento aggiunto ancora"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Nessun risultato"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Nessun risultato plugin"
},
@@ -3637,8 +3856,11 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nessuna voce degli appunti salvata"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
- "No status output.": ""
+ "No status output.": "Nessun output di stato."
},
"No trigger": {
"No trigger": "Nessun attivatore"
@@ -3647,13 +3869,16 @@
"No variants created. Click Add to create a new monitor widget.": "Nessuna variante creata. Fai clic su Aggiungi per creare un nuovo widget monitor."
},
"No video found in folder": {
- "No video found in folder": ""
+ "No video found in folder": "Nessun video trovato nella cartella"
+ },
+ "No wallpapers": {
+ "No wallpapers": ""
},
"No wallpapers found\n\nClick the folder icon below to browse": {
- "No wallpapers found\n\nClick the folder icon below to browse": "Nessuno sfondo trovato\n\nFai clic l'icona della cartella qui sotto per sfogliare"
+ "No wallpapers found\n\nClick the folder icon below to browse": "Nessuno sfondo trovato\n\nFai clic sull'icona della cartella qui sotto per sfogliare"
},
"No widgets added. Click \"Add Widget\" to get started.": {
- "No widgets added. Click \"Add Widget\" to get started.": "Nessun widget aggiunto. Fai clic \"Aggiungi Widget\" per iniziare."
+ "No widgets added. Click \"Add Widget\" to get started.": "Nessun widget aggiunto. Fai clic su \"Aggiungi Widget\" per iniziare."
},
"No widgets available": {
"No widgets available": "Nessun widget disponibile"
@@ -3680,10 +3905,22 @@
"Not available": "Non disponibile"
},
"Not available — install fprintd and enroll fingerprints.": {
- "Not available — install fprintd and enroll fingerprints.": ""
+ "Not available — install fprintd and enroll fingerprints.": "Non disponibile - installa fprintd e registra le impronte digitali."
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
},
"Not available — install pam_u2f and enroll keys.": {
- "Not available — install pam_u2f and enroll keys.": ""
+ "Not available — install pam_u2f and enroll keys.": "Non disponibile - installa pam_u2f e registra le chiavi."
},
"Not connected": {
"Not connected": "Non connesso"
@@ -3692,7 +3929,7 @@
"Not detected": "Non rilevato"
},
"Note: this only changes the percentage, it does not actually limit charging.": {
- "Note: this only changes the percentage, it does not actually limit charging.": "Nota: questa opzione modifica solo la percentuale visualizzata, non limita fisicamente la carica."
+ "Note: this only changes the percentage, it does not actually limit charging.": "Nota: questa opzione modifica solo la percentuale, non limita effettivamente la carica."
},
"Notepad": {
"Notepad": "Blocco Note"
@@ -3766,8 +4003,11 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Regola la gamma solo in base alle regole di tempo o di posizione."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
- "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
+ "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": "Disattivato solo per le configurazioni PAM gestite da DMS. Se greetd include system-auth/common-auth/password-auth con pam_fprintd, l'impronta digitale rimane comunque abilitata."
},
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Mostra solo le finestre dello schermo corrente su ogni dock"
@@ -3785,7 +4025,7 @@
"Open": "Apri"
},
"Open Notepad File": {
- "Open Notepad File": "Apri file Blocco Note"
+ "Open Notepad File": "Apri File Blocco Note"
},
"Open a new note": {
"Open a new note": "Apri una nuova nota"
@@ -3806,7 +4046,7 @@
"Open with...": "Apri con..."
},
"Opening terminal: ": {
- "Opening terminal: ": ""
+ "Opening terminal: ": "Apertura del terminale: "
},
"Optional description": {
"Optional description": "Descrizione facoltativa"
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Area Uscita Piena"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Vassoio Uscita Mancante"
},
@@ -3862,8 +4105,11 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Sovrascrivi le impostazioni di layout globali per questa uscita"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
- "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"
},
"Overrides": {
"Overrides": "Sovrascritture"
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Sovrascrivi"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3884,7 +4145,7 @@
"Pad Hours": "Ore a Due Cifre"
},
"Pad hours (02:00 vs 2:00)": {
- "Pad hours (02:00 vs 2:00)": ""
+ "Pad hours (02:00 vs 2:00)": "Ore a due cifre (02:00 vs 2:00)"
},
"Padding": {
"Padding": "Spaziatura Interna"
@@ -3913,11 +4174,14 @@
"Password": {
"Password": "Password"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Incolla"
},
"Path to a video file or folder containing videos": {
- "Path to a video file or folder containing videos": ""
+ "Path to a video file or folder containing videos": "Percorso di un file video o di una cartella contenente video"
},
"Pattern": {
"Pattern": "Pattern"
@@ -3947,7 +4211,7 @@
"Performance": "Prestazioni"
},
"Permission denied to set profile image.": {
- "Permission denied to set profile image.": "Permesso negato per cambiare la foto del profilo."
+ "Permission denied to set profile image.": "Permesso negato per impostare l'immagine del profilo."
},
"Personalization": {
"Personalization": "Personalizzazione"
@@ -4018,7 +4282,7 @@
"Unavailable": "Non Disponibile"
},
"Pick a different random video each time from the same folder": {
- "Pick a different random video each time from the same folder": ""
+ "Pick a different random video each time from the same folder": "Scegli un video casuale diverso ogni volta dalla stessa cartella"
},
"Pictures": {
"Pictures": "Immagini"
@@ -4042,10 +4306,10 @@
"Place plugins in %1": "Inserisci i plugin in %1"
},
"Placeholder text for manual printer address input": {
- "IP address or hostname": ""
+ "IP address or hostname": "Indirizzo IP o nome host"
},
"Play a video when the screen locks.": {
- "Play a video when the screen locks.": ""
+ "Play a video when the screen locks.": "Riproduci un video quando lo schermo si blocca."
},
"Play sound when new notification arrives": {
"Play sound when new notification arrives": "Riproduci suono quando arriva una nuova notifica"
@@ -4063,7 +4327,10 @@
"Playback": "Riproduzione"
},
"Playback error: ": {
- "Playback error: ": ""
+ "Playback error: ": "Errore di riproduzione: "
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
},
"Plugged In": {
"Plugged In": "Connesso"
@@ -4093,7 +4360,7 @@
"Pointer": "Puntatore"
},
"Popout Shadows": {
- "Popout Shadows": ""
+ "Popout Shadows": "Ombre dei Popup"
},
"Popouts": {
"Popouts": "Pannelli a Comparsa"
@@ -4138,7 +4405,7 @@
"Power Options": "Opzioni Alimentazione"
},
"Power Profile": {
- "Power Profile": "Profilo energetico"
+ "Power Profile": "Profilo Energetico"
},
"Power Profile Degradation": {
"Power Profile Degradation": "Degrado Profilo Energetico"
@@ -4153,10 +4420,10 @@
"Power source": "Sorgente di alimentazione"
},
"Pre-fill the last successful username on the greeter": {
- "Pre-fill the last successful username on the greeter": ""
+ "Pre-fill the last successful username on the greeter": "Precompila l'ultimo nome utente corretto sul greeter"
},
"Pre-select the last used session on the greeter": {
- "Pre-select the last used session on the greeter": ""
+ "Pre-select the last used session on the greeter": "Preseleziona l'ultima sessione utilizzata sul greeter"
},
"Precip": {
"Precip": "Precipitazioni"
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Larghezze Predefinite (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Premi un tasto..."
},
@@ -4225,7 +4495,7 @@
"Privacy Mode": "Modalità Privacy"
},
"Private Key Password": {
- "Private Key Password": "Password Della Chiave Privata"
+ "Private Key Password": "Password della Chiave Privata"
},
"Process": {
"Process": "Processo"
@@ -4267,10 +4537,10 @@
"Protocol": "Protocollo"
},
"QtMultimedia is not available": {
- "QtMultimedia is not available": ""
+ "QtMultimedia is not available": "QtMultimedia non è disponibile"
},
"QtMultimedia is not available - video screensaver requires qt multimedia services": {
- "QtMultimedia is not available - video screensaver requires qt multimedia services": ""
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia non è disponibile - il salvaschermo video richiede i servizi multimediali qt"
},
"Quick Access": {
"Quick Access": "Accesso Rapido"
@@ -4333,16 +4603,16 @@
"Reload Plugin": "Ricarica Plugin"
},
"Remaining": {
- "Remaining": ""
+ "Remaining": "Rimanente"
},
"Remaining / Total": {
- "Remaining / Total": ""
+ "Remaining / Total": "Rimanente/Totale"
},
"Remember last session": {
- "Remember last session": ""
+ "Remember last session": "Ricorda l'ultima sessione"
},
"Remember last user": {
- "Remember last user": ""
+ "Remember last user": "Ricorda l'ultimo utente"
},
"Remove": {
"Remove": "Rimuovi"
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Rinomina"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Rinomina Spazio di Lavoro"
},
@@ -4371,8 +4644,11 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Richiede di tenere premuto il pulsante/tasto per confermare lo spegnimento, il riavvio, la sospensione, l'ibernazione e il termina sessione"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
- "Requires 'dgop' tool": "Richiede lo strumento 'dgop'"
+ "Requires 'dgop' tool": "Richiede lo strumento \"dgop\""
},
"Requires DMS %1": {
"Requires DMS %1": "Richiede DMS %1"
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Riavvia la DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Riprendi"
},
@@ -4441,7 +4720,7 @@
"Ripple Effects": "Effetti Onda"
},
"Root Filesystem": {
- "Root Filesystem": "Filesystem root"
+ "Root Filesystem": "Filesystem Root"
},
"Rounded corners for windows": {
"Rounded corners for windows": "Angoli arrotondati per le finestre"
@@ -4465,10 +4744,10 @@
"Run DMS Templates": "Esegui Template DMS"
},
"Run Sync to apply.": {
- "Run Sync to apply.": ""
+ "Run Sync to apply.": "Esegui Sincronizza per applicare."
},
"Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": {
- "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": ""
+ "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": "Esegui Sincronizza per applicare. L'accesso solo con impronta digitale potrebbe non sbloccare il Portachiavi GNOME."
},
"Run User Templates": {
"Run User Templates": "Esegui Template Utente"
@@ -4495,7 +4774,7 @@
"Current Monitor": "Schermo Attuale"
},
"Running greeter sync…": {
- "Running greeter sync…": ""
+ "Running greeter sync…": "Sincronizzazione del greeter in corso…"
},
"SDR Brightness": {
"SDR Brightness": "Luminosità SDR"
@@ -4525,7 +4804,7 @@
"Saved Configurations": "Configurazioni Salvate"
},
"Saved Note": {
- "Saved Note": "Nota salvata"
+ "Saved Note": "Nota Salvata"
},
"Saved item deleted": {
"Saved item deleted": "Elemento salvato eliminato"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Fattore di Scorrimento"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Rotella di Scorrimento"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Cerca plugin..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Cerca widget..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Sicurezza"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Seleziona"
},
@@ -4654,7 +4945,7 @@
"Select Launcher Logo": "Seleziona Logo Launcher"
},
"Select Video or Folder": {
- "Select Video or Folder": ""
+ "Select Video or Folder": "Seleziona Video o Cartella"
},
"Select a color from the palette or use custom sliders": {
"Select a color from the palette or use custom sliders": "Seleziona un colore dalla tavolozza o usa lo slider di personalizzazione"
@@ -4684,7 +4975,7 @@
"Select font weight for UI text": "Seleziona lo spessore del font per il testo dell'interfaccia utente"
},
"Select greeter background image": {
- "Select greeter background image": ""
+ "Select greeter background image": "Seleziona l'immagine di sfondo del greeter"
},
"Select monitor to configure wallpaper": {
"Select monitor to configure wallpaper": "Seleziona lo schermo per configurare lo sfondo"
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Server"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Imposta nome personalizzato"
},
@@ -4738,25 +5032,25 @@
"Setup": "Configurazione"
},
"Shadow Color": {
- "Shadow Color": ""
+ "Shadow Color": "Colore Ombra"
},
"Shadow Intensity": {
- "Shadow Intensity": ""
+ "Shadow Intensity": "Intensità dell'Ombra"
},
"Shadow Opacity": {
- "Shadow Opacity": ""
+ "Shadow Opacity": "Opacità dell'Ombra"
},
"Shadow elevation on bars and panels": {
- "Shadow elevation on bars and panels": ""
+ "Shadow elevation on bars and panels": "Ombra in rilievo su barre e pannelli"
},
"Shadow elevation on modals and dialogs": {
- "Shadow elevation on modals and dialogs": ""
+ "Shadow elevation on modals and dialogs": "Ombra in rilievo su modali e finestre di dialogo"
},
"Shadow elevation on popouts, OSDs, and dropdowns": {
- "Shadow elevation on popouts, OSDs, and dropdowns": ""
+ "Shadow elevation on popouts, OSDs, and dropdowns": "Ombra in rilievo su popup, OSD e menu a discesa"
},
"Shadows": {
- "Shadows": ""
+ "Shadows": "Ombre"
},
"Share Gamma Control Settings": {
"Share Gamma Control Settings": "Condividi Impostazioni Controllo Gamma"
@@ -4765,17 +5059,20 @@
"Shell": "Shell"
},
"Shift+Del: Clear All • Esc: Close": {
- "Shift+Del: Clear All • Esc: Close": "Shift+Canc: Elimina Tutto • Esc: Chiudi"
+ "Shift+Del: Clear All • Esc: Close": "Shift+Canc: Cancella Tutto • Esc: Chiudi"
},
"Shift+Enter to paste": {
"Shift+Enter to paste": "Shift+Invio per incollare"
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
- "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Invio: Incolla • Shift+Canc: Elimina Tutto • Esc: Chiudi"
+ "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Invio: Incolla • Shift+Canc: Cancella Tutto • Esc: Chiudi"
},
"Short": {
"Short": "Breve"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Scorciatoie"
},
@@ -4861,7 +5158,7 @@
"Show Memory Graph": "Mostra Grafico Memoria"
},
"Show Memory in GB": {
- "Show Memory in GB": ""
+ "Show Memory in GB": "Mostra la Memoria in GB"
},
"Show Network": {
"Show Network": "Mostra Rete"
@@ -4903,7 +5200,7 @@
"Show Suspend": "Mostra Sospensione"
},
"Show Swap": {
- "Show Swap": ""
+ "Show Swap": "Mostra Swap"
},
"Show Top Processes": {
"Show Top Processes": "Mostra Processi Principali"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Mostra Condizioni Meteo"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Mostra Benvenuto"
},
@@ -4942,14 +5242,20 @@
"Show drop shadow on notification popups": "Mostra ombra sui popup di notifica"
},
"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.": ""
+ "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 abilitato in Tema e Colori."
},
"Show in GB": {
- "Show in GB": ""
+ "Show in GB": "Mostra in GB"
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostra la sovrapposizione del launcher durante la digitazione nella panoramica di Niri. Disabilita per usare un altro launcher."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Mostra sull'Ultimo Schermo"
},
@@ -5005,11 +5311,14 @@
"Show password": "Mostra password"
},
"Show seconds": {
- "Show seconds": ""
+ "Show seconds": "Mostra secondi"
},
"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"
},
+ "Show week number in the calendar": {
+ "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": "Mostra i numeri d'indice degli spazi di lavoro nello switcher degli spazi di lavoro nella barra superiore"
},
@@ -5137,10 +5446,10 @@
"Status": "Stato"
},
"Status message when test connection to printer fails": {
- "Connection failed": ""
+ "Connection failed": "Connessione non riuscita"
},
"Status message when test connection to printer succeeds": {
- "Printer reachable": ""
+ "Printer reachable": "Stampante raggiungibile"
},
"Stopped": {
"Stopped": "Arrestato"
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Swap"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Cambia Utente"
},
@@ -5188,7 +5500,7 @@
"Switch to power profile": "Passa al profilo energetico"
},
"Sync": {
- "Sync": ""
+ "Sync": "Sincronizza"
},
"Sync Mode with Portal": {
"Sync Mode with Portal": "Modalità Sincronizzazione con il Portale"
@@ -5197,19 +5509,19 @@
"Sync Popouts & Modals": "Sincronizza Pannelli a Comparsa e Modali"
},
"Sync Position Across Screens": {
- "Sync Position Across Screens": "Sincronizza la posizione tra gli schermi"
+ "Sync Position Across Screens": "Sincronizza la Posizione tra gli Schermi"
},
"Sync completed successfully.": {
- "Sync completed successfully.": ""
+ "Sync completed successfully.": "Sincronizzazione completata con successo."
},
"Sync dark mode with settings portals for system-wide theme hints": {
"Sync dark mode with settings portals for system-wide theme hints": "Sincronizza la modalità scura con i portali di sistema per i suggerimenti sul tema globale"
},
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
- "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sincronizzazione fallita in modalità background. Avvio la modalità terminale per consentirti l'autenticazione interattiva."
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "La sincronizzazione richiede l'autenticazione sudo. Apertura del terminale per poter usare password o impronta digitale."
},
"System": {
"System": "Sistema"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Nav Griglia • Invio/Spazio: Seleziona"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Parametri aggiuntivi personalizzati terminale"
},
"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.": ""
+ "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 opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminale di ripiego aperto. Completa la sincronizzazione lì; si chiuderà automaticamente al termine."
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminale aperto. Completa l'autenticazione per la sincronizzazione lì; si chiuderà automaticamente al termine."
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminali - Usa Sempre Tema Scuro"
@@ -5298,6 +5616,9 @@
"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).": "Le seguenti impostazioni modificheranno le tue impostazioni GTK e Qt. Se vuoi preservare la tua configurazione attuale, per favore fai il backup (qt5ct.conf|qt6ct.conf e ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "La coda delle stampe della stampante è vuota"
},
@@ -5323,7 +5644,7 @@
"This bind is overridden by config.kdl": "Questa scorciatoia è stata sovrascritta da config.kdl"
},
"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": "Questo plugin non ha il permesso 'settings_write'.\n\nAggiungi \"permissions\": [\"settings_read\", \"settings_write\"] al plugin.json"
+ "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Questo plugin non ha il permesso \"settings_write\".\n\nAggiungi \"permissions\": [\"settings_read\", \"settings_write\"] al plugin.json"
},
"This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": {
"This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Questo widget impedisce gli stati di spegnimento della GPU, che possono influire in modo significativo sulla durata della batteria sui laptop. Non è consigliabile utilizzarlo su laptop con grafica ibrida."
@@ -5353,16 +5674,16 @@
"Tiling": "Tiling"
},
"Time & Date Locale": {
- "Time & Date Locale": ""
+ "Time & Date Locale": "Lingua di Data e Ora"
},
"Time & Weather": {
"Time & Weather": "Orario e Meteo"
},
"Time Format": {
- "Time Format": "Formato orario"
+ "Time Format": "Formato Ora"
},
"Time format": {
- "Time format": ""
+ "Time format": "Formato ora"
},
"Time remaining: %1": {
"Time remaining: %1": "Tempo rimanente: %1"
@@ -5395,7 +5716,7 @@
"To update, run the following command:": "Per aggiornare, esegui il seguente comando:"
},
"To use this DMS bind, remove or change the keybind in your config.kdl": {
- "To use this DMS bind, remove or change the keybind in your config.kdl": "Per utilizzare questa scorciatoia DMS, rimuovi o modifica la scorciatoia da tastiera nel tuo config.kdl"
+ "To use this DMS bind, remove or change the keybind in your config.kdl": "Per utilizzare questa scorciatoia DMS, rimuovi o modifica la scorciatoia nel tuo config.kdl"
},
"Toast Messages": {
"Toast Messages": "Messaggi a Comparsa"
@@ -5404,10 +5725,10 @@
"Today": "Oggi"
},
"Toggle button to manually add a printer by IP or hostname": {
- "Add by Address": ""
+ "Add by Address": "Aggiungi tramite Indirizzo"
},
"Toggle button to scan for printers via mDNS/Avahi": {
- "Discover Devices": ""
+ "Discover Devices": "Scopri Dispositivi"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "Attiva/Disattiva questa configurazione della barra"
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner in Esaurimento"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Strumenti"
},
@@ -5446,7 +5770,7 @@
"Top Section": "Sezione Superiore"
},
"Total": {
- "Total": ""
+ "Total": "Totale"
},
"Total Jobs": {
"Total Jobs": "Stampe Totali"
@@ -5512,10 +5836,10 @@
"Typography & Motion": "Tipografia e Animazioni"
},
"U2F mode option: key required after password or fingerprint": {
- "Second Factor (AND)": ""
+ "Second Factor (AND)": "Secondo Fattore (AND)"
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "Alternativa (O)"
},
"Unavailable": {
"Unavailable": "Non disponibile"
@@ -5530,16 +5854,16 @@
"Uninstall Plugin": "Disinstalla Plugin"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "Disinstallazione completata. Il Greeter è stato rimosso."
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Disinstallare il greeter DMS? Questo rimuoverà la configurazione e ripristinerà il tuo display manager precedente. Si aprirà un terminale per l'autenticazione sudo."
},
"Unknown": {
"Unknown": "Sconosciuto"
},
"Unknown App": {
- "Unknown App": ""
+ "Unknown App": "App Sconosciuta"
},
"Unknown Artist": {
"Unknown Artist": "Artista Sconosciuto"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Titolo Sconosciuto"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Scarica alla Chiusura"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Non Fidati"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Aggiorna"
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "Usa Tema di Sistema"
},
"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 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 fixed shadow direction for this bar": {
- "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"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "Usa barre ad onde animate per la riproduzione media"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "Usa un arrotondamento finestre personalizzato invece del raggio del tema"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "Usa lo sfondo del desktop"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Utilizza l'impronta digitale per sbloccare lo schermo (è necessario aver registrato le impronte)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Nome Utente"
},
+ "Username...": {
+ "Username...": ""
+ },
"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."
},
@@ -5779,10 +6115,10 @@
"Vibrant palette with playful saturation.": "Tavolozza vibrante con saturazione giocosa."
},
"Video Path": {
- "Video Path": ""
+ "Video Path": "Percorso Video"
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "Salvaschermo Video"
},
"Videos": {
"Videos": "Video"
@@ -5824,7 +6160,7 @@
"Wallpaper Monitor": "Schermo per lo Sfondo"
},
"Wallpaper fill mode": {
- "Wallpaper fill mode": ""
+ "Wallpaper fill mode": "Modalità di riempimento sfondo"
},
"Wallpapers": {
"Wallpapers": "Sfondi"
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Widget Meteo"
},
+ "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": ""
+ },
"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 abilitato, le applicazioni sono ordinate alfabeticamente. Quando disabilitato, le applicazioni sono ordinate per frequenza d'uso."
},
@@ -5852,7 +6191,7 @@
},
"When updater widget is used, then hide it if no update found": {
"Hide Updater Widget": "Nascondi Widget di Aggiornamento",
- "When updater widget is used, then hide it if no update found": "Se si usa il widget di aggiornamento, nascondilo se non ne vengono trovati"
+ "When updater widget is used, then hide it if no update found": "Se si usa il widget di aggiornamento, nascondilo se non ne viene trovato nessuno"
},
"Wi-Fi Password": {
"Wi-Fi Password": "Password Wi-Fi"
@@ -5943,10 +6282,10 @@
"Window Corner Radius": "Raggio Angoli Finestra"
},
"Window Gaps": {
- "Window Gaps": "Distanza tra finestre"
+ "Window Gaps": "Distanza tra Finestre"
},
"Window Gaps (px)": {
- "Window Gaps (px)": "Spaziatura tra finestre (px)"
+ "Window Gaps (px)": "Spaziatura tra Finestre (px)"
},
"Window Height": {
"Window Height": "Altezza Finestra"
@@ -5958,13 +6297,13 @@
"Window Rounding": "Arrotondamento Finestre"
},
"Window Rules": {
- "Window Rules": "Regole finestra"
+ "Window Rules": "Regole Finestra"
},
"Window Rules Include Missing": {
"Window Rules Include Missing": "Inclusione Regole Finestra Mancanti"
},
"Window Rules Not Configured": {
- "Window Rules Not Configured": "Regole finestra non configurate"
+ "Window Rules Not Configured": "Regole Finestra Non Configurate"
},
"Workspace": {
"Workspace": "Spazio di Lavoro"
@@ -6017,14 +6356,20 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Ci sono modifiche non salvate. Salvare prima di aprire un file?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "azioni"
},
"apps": {
"apps": "app"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
- "Muted": "Mutato",
+ "Muted": "Silenziato",
"No input device": "Nessun dispositivo di input",
"No output device": "Nessun dispositivo di output",
"Select device": "Seleziona dispositivo"
@@ -6033,21 +6378,21 @@
"by %1": "di %1"
},
"bar manual shadow direction": {
- "Manual Direction": ""
+ "Manual Direction": "Direzione Manuale"
},
"bar shadow direction source": {
- "Direction Source": ""
+ "Direction Source": "Origine della Direzione"
},
"bar shadow direction source option": {
- "Inherit Global (Default)": "",
- "Manual": ""
+ "Inherit Global (Default)": "Eredita Globale (Predefinito)",
+ "Manual": "Manuale"
},
"bar shadow direction source option | shadow direction option": {
- "Auto (Bar-aware)": ""
+ "Auto (Bar-aware)": "Auto (In base alla barra)"
},
"bar shadow settings card": {
"Shadow": "Ombra",
- "Shadow Override": ""
+ "Shadow Override": "Sovrascrittura Ombra"
},
"battery status": {
"Charging": "In Carica",
@@ -6083,7 +6428,7 @@
"Browse Themes": "Sfoglia Temi"
},
"button color option | color option | primary color | shadow color option | tile color option": {
- "Primary": ""
+ "Primary": "Primario"
},
"button color option | color option | primary color | tile color option": {
"Primary": "Primario"
@@ -6092,7 +6437,7 @@
"Secondary": "Secondario"
},
"button color option | shadow color option | tile color option": {
- "Surface Variant": ""
+ "Surface Variant": "Variante Superficie"
},
"button color option | tile color option": {
"Primary Container": "Contenitore Primario",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(Predefinito)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop non disponibile"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Scrittura:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl esiste ma non è incluso in config.kdl. Le scorciatoie personalizzate non funzioneranno finché questo non sarà risolto."
},
@@ -6200,13 +6551,16 @@
"Dynamic": "Dinamico"
},
"e.g., firefox, kitty --title foo": {
- "e.g., firefox, kitty --title foo": "es., firefox, kitty --title foo"
+ "e.g., firefox, kitty --title foo": "es. firefox, kitty --title foo"
},
"e.g., focus-workspace 3, resize-column -10": {
- "e.g., focus-workspace 3, resize-column -10": "ad es. focus-workspace 3, resize-column -10"
+ "e.g., focus-workspace 3, resize-column -10": "es. focus-workspace 3, resize-column -10"
},
"e.g., notify-send 'Hello' && sleep 1": {
- "e.g., notify-send 'Hello' && sleep 1": "es. notify-send 'Ciao' && sleep 1"
+ "e.g., notify-send 'Hello' && sleep 1": "es. notify-send \"Ciao\" && sleep 1"
+ },
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
},
"empty plugin list": {
"No plugins found": "Nessun plugin trovato"
@@ -6239,7 +6593,7 @@
"files": "file"
},
"fingerprint not detected status | security key not detected status": {
- "Not enrolled": ""
+ "Not enrolled": "Non registrato"
},
"generic theme description": {
"Material Design inspired color themes": "Temi colore ispirati al Material Design"
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "Monitoraggio GPU"
},
"greeter action confirmation": {
- "Activate Greeter": "",
- "Install Greeter": "",
- "Uninstall Greeter": ""
+ "Activate Greeter": "Attiva Greeter",
+ "Install Greeter": "Installa Greeter",
+ "Uninstall Greeter": "Disinstalla Greeter"
},
"greeter back button": {
"Back": "Indietro"
@@ -6283,9 +6637,9 @@
"No warnings": "Nessun avviso"
},
"greeter doctor page error count": {
- "%1 issue found": "",
+ "%1 issue found": "%1 problema trovato",
"%1 issue(s) found": "%1 problema/i rilevato/i",
- "%1 issues found": ""
+ "%1 issues found": "%1 problemi trovati"
},
"greeter doctor page loading text": {
"Analyzing configuration...": "Analisi configurazione in corso..."
@@ -6367,7 +6721,7 @@
"Dock": "Dock",
"Keybinds": "Scorciatoie",
"Notifications": "Notifiche",
- "Theme & Colors": "Temi e Colori",
+ "Theme & Colors": "Tema e Colori",
"Wallpaper": "Sfondo"
},
"greeter settings section header": {
@@ -6380,13 +6734,13 @@
"Skip setup": "Salta configurazione"
},
"greeter status error": {
- "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": ""
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Impossibile eseguire \"dms greeter status\". Assicurati che DMS sia installato e dms sia nel PATH."
},
"greeter status loading": {
- "Checking…": ""
+ "Checking…": "Controllo in corso…"
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "Fai clic su Aggiorna per controllare lo stato."
},
"greeter theme description": {
"Dynamic colors, presets": "Colori dinamici, preimpostazioni"
@@ -6446,16 +6800,17 @@
"Loading...": "Caricamento..."
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
- "Security key mode": ""
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "\"Alternativa\" permette alla chiave di sbloccare da sola. \"Secondo fattore\" richiede prima la password o l'impronta digitale, poi la chiave.",
+ "Security key mode": "Modalità chiave di sicurezza"
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "Usa una chiave di sicurezza FIDO2/U2F (es. YubiKey) per l'autenticazione della schermata di blocco (richiede chiavi registrate)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Nomi App",
"Count Only": "Solo Conteggio",
- "Disabled": "Disabilitato",
+ "Disabled": "Disattivato",
"Full Content": "Contenuto Completo"
},
"lock screen notification mode option | notification rule match field option": {
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Contenuto",
"Expressive": "Espressivo",
@@ -6486,7 +6847,7 @@
"matugen not found - install matugen package for dynamic theming": "matugen non trovato - installa il pacchetto matugen per il theming dinamico"
},
"matugen installation hint": {
- "Install matugen package for dynamic theming": "Installa il pacchetto matugen per il theming automatico"
+ "Install matugen package for dynamic theming": "Installa il pacchetto matugen per il theming dinamico"
},
"matugen not found status": {
"Matugen Missing": "Matugen Mancante"
@@ -6516,10 +6877,19 @@
"Disabling WiFi...": "Disattivazione Wi-Fi...",
"Enabling WiFi...": "Attivazione Wi-Fi...",
"Ethernet": "Ethernet",
- "Not connected": "Non Connesso",
+ "Not connected": "Non connesso",
"Please wait...": "Attendi...",
"Select network": "Seleziona rete",
- "WiFi off": "Wi-Fi Spento"
+ "WiFi off": "Wi-Fi spento"
+ },
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
},
"no custom theme file status": {
"No custom theme file": "Nessun file tema personalizzato"
@@ -6575,7 +6945,7 @@
"Enable History": "Abilita Cronologia"
},
"notification privacy mode placeholder": {
- "Message Content": "Contenuto messaggio"
+ "Message Content": "Contenuto Messaggio"
},
"notification rule action option": {
"Ignore Completely": "Ignora Completamente",
@@ -6629,7 +6999,7 @@
"open": "apri"
},
"or run ": {
- "or run ": ""
+ "or run ": "o esegui "
},
"outline color": {
"Outline": "Bordo"
@@ -6641,7 +7011,7 @@
"Browse Plugins": "Sfoglia Plugin"
},
"plugin installation confirmation": {
- "Install plugin '%1' from the DMS registry?": "Installa il plugin '%1' dal registro DMS?"
+ "Install plugin '%1' from the DMS registry?": "Installa il plugin \"%1\" dal registro DMS?"
},
"plugin installation dialog title": {
"Install Plugin": "Installa Plugin"
@@ -6660,6 +7030,9 @@
"Performance": "Prestazioni",
"Power Saver": "Risparmio Energetico"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Primario"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Variabili di Ambiente Mancanti"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Le impostazioni sono in sola lettura. Le modifiche non verranno salvate."
},
@@ -6698,8 +7074,8 @@
"Top Right": "In Alto a Destra"
},
"screen position option | shadow direction option": {
- "Top Left": "",
- "Top Right": ""
+ "Top Left": "In Alto a Sinistra",
+ "Top Right": "In Alto a Destra"
},
"secondary color": {
"Secondary": "Secondario"
@@ -6714,21 +7090,21 @@
"Widgets": "Widget"
},
"shadow color option": {
- "Default (Black)": "",
+ "Default (Black)": "Predefinito (Nero)",
"Surface": "Superficie",
"Text": "Testo",
- "Text Color": ""
+ "Text Color": "Colore Testo"
},
"shadow color option | text color": {
"Text": "Testo"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "Personalizzato"
},
"shadow direction option": {
- "Bottom": "",
- "Top": "",
- "Top (Default)": ""
+ "Bottom": "In Basso",
+ "Top": "In Alto",
+ "Top (Default)": "In Alto (Predefinito)"
},
"shadow intensity slider": {
"Intensity": "Intensità"
@@ -6753,7 +7129,7 @@
"Load Average": "Carico Medio"
},
"text color": {
- "Text": ""
+ "Text": "Testo"
},
"theme auto mode tab": {
"Location": "Posizione"
@@ -6771,7 +7147,7 @@
"Generic": "Generico"
},
"theme installation confirmation": {
- "Install theme '%1' from the DMS registry?": "Installa il tema '%1' dal registro DMS?"
+ "Install theme '%1' from the DMS registry?": "Installa il tema \"%1\" dal registro DMS?"
},
"theme installation dialog title": {
"Install Theme": "Installa Tema"
@@ -6799,10 +7175,10 @@
"Uninstalled: %1": "Disinstallato: %1"
},
"unknown author": {
- "Unknown": "Autore Sconosciuto"
+ "Unknown": "Sconosciuto"
},
"up": {
- "up": "acceso da"
+ "up": "attivo da"
},
"update dms for NM integration.": {
"update dms for NM integration.": "aggiorna dms per l'integrazione NM."
@@ -6826,7 +7202,7 @@
"Select Wallpaper Directory": "Seleziona Cartella Sfondo"
},
"wallpaper error": {
- "Wallpaper processing failed - check wallpaper path": "Elaborazione sfondo fallita - verifica il percorso del file"
+ "Wallpaper processing failed - check wallpaper path": "Elaborazione sfondo fallita - verifica il percorso dello sfondo"
},
"wallpaper error status": {
"Wallpaper Error": "Errore Sfondo"
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json
index 1853544d..23e75421 100644
--- a/quickshell/translations/poexports/ja.json
+++ b/quickshell/translations/poexports/ja.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": ""
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": ""
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 文字"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": ""
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": ""
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": ""
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": ""
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 ウィジェット"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": ""
},
@@ -185,6 +218,9 @@
"90°": {
"90°": ""
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "この名前のファイルは既に存在します。上書きしてもよろしいですか?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": ""
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": ""
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": ""
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "認証"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": ""
},
"Authentication Required": {
"Authentication Required": "認証が必要です"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "認証が失敗しました、もう一度試してください"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": ""
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": ""
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "バッテリー"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": ""
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "色を選んでください"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": ""
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": ""
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": ""
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": ""
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "ダークモード"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "モーダル背景を暗くする"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": ""
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "開発"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "有効化されました"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": ""
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "PINを入力してください "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": {
"Enter a search query": "検索クエリを入力してください"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "資格情報を入力"
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "選ばれたジョブの取り消しに失敗しました"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": ""
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": ""
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "プロフィール画像の設定に失敗しました"
},
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": ""
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": ""
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "フォーカスされたウィンドウ"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": ""
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "フォーマット凡例"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": ""
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU温度"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "ゲーム"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "ガンマ制御は使用できません。DMS API v6+ が必要です。"
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": ""
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "ソースの色相を保持する忠実度の高いパレット。"
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": ""
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "湿度"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": ""
},
"Hyprland Options": {
"Hyprland Options": ""
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "わかりました"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "パスワードが間違っています"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "インジケータースタイル"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": ""
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "プロセスを強制終了"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": ""
},
"LED device": {
"LED device": ""
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": ""
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": ""
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "ログアウト"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "メディアプレーヤーの設定"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "メディアプレーヤー("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "一時停止への移行"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": ""
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "名前付きワークスペースアイコン"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "ナビゲーション"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "新しい通知"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": ""
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": ""
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": ""
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": ""
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": ""
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "ファイルが見つかりませんでした"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": ""
},
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "まだアイテムが追加されていません"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "一致するものはありません"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": ""
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": ""
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "ガンマは、時間または場所のルールに基づいてのみ調整します。"
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "アウトプットエリアがいっぱい"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "アウトプットトレイが見つかりませんでした"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": ""
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "上書き"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": ""
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "パスワード"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": ""
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "接続"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": ""
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": ""
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": ""
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": ""
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": ""
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": ""
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "DankMaterialShellを再起動"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "レジュメ"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": ""
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": ""
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "プラグインを検索..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": ""
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": ""
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": ""
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": ""
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": ""
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": ""
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": ""
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": ""
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": ""
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": ""
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "最後のディスプレイに表示"
},
@@ -5010,6 +5316,9 @@
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "トップバーとコントロールセンターに天気情報を表示"
},
+ "Show week number in the calendar": {
+ "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": "上部バーのワークスペーススイッチャーにワークスペースインデックス番号を表示"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "スワップ"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "ユーザーを切り替える"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ナビゲーション • ←→↑↓: グリッドナビゲーション • Enter/Space: 選択"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "端末のカスタム追加パラメーター"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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 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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "このプリンタのジョブ待ち行列は空です"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "トナーが低い"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": ""
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": ""
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": ""
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": ""
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": ""
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "ロック画面認証に指紋リーダーを使用(登録された指紋が必要)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "ユーザー名"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "天気ウィジェット"
},
+ "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": ""
+ },
"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.": "有効にすると、アプリはアルファベット順に並べ替えられます。無効にすると、アプリは使用頻度で並べ替えられます。"
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "保存されていない変更があります。ファイルを開く前に保存しますか?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": ""
},
"apps": {
"apps": ""
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "",
"No input device": "",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": ""
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": ""
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": ""
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": ""
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": ""
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": ""
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctlが利用できません- ロック統合のためにDMS socketの接続が必要です。"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "",
"Expressive": "",
@@ -6521,6 +6882,15 @@
"Select network": "",
"WiFi off": ""
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": ""
},
@@ -6660,6 +7030,9 @@
"Performance": "",
"Power Saver": ""
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": ""
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": ""
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": ""
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/nl.json b/quickshell/translations/poexports/nl.json
index d250eb29..c0a252cb 100644
--- a/quickshell/translations/poexports/nl.json
+++ b/quickshell/translations/poexports/nl.json
@@ -5,14 +5,26 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS-bind(s) worden mogelijk overschreven door config-binds die na de include komen."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adapter(s), geen verbonden"
},
"%1 adapter, none connected": {
- "%1 adapter, none connected": ""
+ "%1 adapter, none connected": "%1 adapter, geen verbonden"
},
"%1 adapters, none connected": {
- "%1 adapters, none connected": ""
+ "%1 adapters, none connected": "%1 adapters, geen verbonden"
+ },
+ "%1 character": {
+ "%1 character": ""
},
"%1 characters": {
"%1 characters": "%1 tekens"
@@ -36,13 +48,13 @@
"%1 disconnected (hidden)": "%1 verbroken (verborgen)"
},
"%1 display": {
- "%1 display": ""
+ "%1 display": "%1 scherm"
},
"%1 display(s)": {
"%1 display(s)": "%1 beeldscherm(en)"
},
"%1 displays": {
- "%1 displays": ""
+ "%1 displays": "%1 schermen"
},
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 bestaat maar is niet opgenomen in config. Aangepaste sneltoetsen werken pas als dit is opgelost."
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 bestaat maar is niet opgenomen. Vensterregels zijn niet van toepassing."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 is nu opgenomen in config"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 printer(s)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 varianten"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widgets"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1m geleden"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+ %1 meer"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/pad/naar/video's"
},
"0 = square corners": {
"0 = square corners": "0 = vierkante hoeken"
@@ -129,7 +162,7 @@
"24-Hour Format": "24-uursnotatie"
},
"24-hour clock": {
- "24-hour clock": ""
+ "24-hour clock": "24-uursklok"
},
"24-hour format": {
"24-hour format": "24-uursnotatie"
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Er bestaat al een bestand met deze naam. Wilt u het overschrijven?"
},
@@ -222,7 +258,7 @@
"Action": "Actie"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "Actie mislukt of terminal is gesloten."
},
"Actions": {
"Actions": "Acties"
@@ -231,7 +267,7 @@
"Activate": "Activeren"
},
"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.": ""
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "De DMS Greeter activeren? Er wordt een terminal geopend voor sudo-authenticatie. Voer Sync uit na activering om instellingen toe te passen."
},
"Activation": {
"Activation": "Activering"
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "Apps met gedempte meldingspop-ups. Dempen opheffen of verwijderen om te wissen."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Beeldschermen rangschikken en resolutie, verversingssnelheid en VRR configureren"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Audio"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Authenticeren"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Authenticatie"
},
"Authentication Required": {
"Authentication Required": "Authenticatie vereist"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Authenticatie mislukt, probeer het opnieuw"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Beschikbaar in weergavemodi Gedetailleerd en Voorspelling"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -596,7 +647,7 @@
"Backend": "Backend"
},
"Background": {
- "Background": ""
+ "Background": "Achtergrond"
},
"Background Opacity": {
"Background Opacity": "Achtergronddekking"
@@ -611,13 +662,13 @@
"Bar Configurations": "Balkconfiguraties"
},
"Bar Shadows": {
- "Bar Shadows": ""
+ "Bar Shadows": "Balkschaduwen"
},
"Bar Transparency": {
"Bar Transparency": "Balktransparantie"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "Basiskleur voor schaduwen (dekking wordt automatisch toegepast)"
},
"Base duration for animations (drag to use Custom)": {
"Base duration for animations (drag to use Custom)": "Basisduur voor animaties (sleep om Aangepast te gebruiken)"
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Batterij"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Batterijlaadlimiet"
},
@@ -740,10 +794,10 @@
"Button Color": "Knopkleur"
},
"Button state while testing printer connection": {
- "Testing...": ""
+ "Testing...": "Testen..."
},
"Button to test connection to a printer by IP address": {
- "Test Connection": ""
+ "Test Connection": "Verbinding testen"
},
"CPU": {
"CPU": "CPU"
@@ -827,10 +881,10 @@
"Change bar appearance": "Balkuiterlijk wijzigen"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": ""
+ "Change the locale used by the DMS interface.": "Wijzig de locale (taal en regio) die wordt gebruikt door de DMS-interface."
},
"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.": ""
+ "Change the locale used for date and time formatting, independent of the interface language.": "Wijzig de locale voor datum- en tijdnotatie, onafhankelijk van de interfacetaal."
},
"Channel": {
"Channel": "Kanaal"
@@ -842,10 +896,16 @@
"Check for system updates": "Controleren op systeemupdates"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "Controleer de synchronisatiestatus op aanvraag. Sync kopieert je thema, instellingen, PAM-configuratie en achtergrond in één stap naar het aanmeldscherm. Je moet Sync uitvoeren om wijzigingen toe te passen."
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "Controleren of sudo-authenticatie vereist is…"
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
"Choose Color": "Kleur kiezen"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "Kies hoe de weer-widget wordt weergegeven"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "Kies hoe deze balk de schaduwrichting bepaalt"
},
"Choose icon": {
"Choose icon": "Kies pictogram"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Kolombreedte"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Opdracht"
},
@@ -1181,16 +1244,16 @@
"Controls opacity of all popouts, modals, and their content layers": "Regelt dekking van alle pop-outs, modale vensters en hun inhoudslagen"
},
"Controls shadow cast direction for elevation layers": {
- "Controls shadow cast direction for elevation layers": ""
+ "Controls shadow cast direction for elevation layers": "Bepaalt de richting van de schaduw voor hoogtelagen"
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "Bepaalt de basisvervagingsstraal en verschuiving van schaduwen"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "Bepaalt de transparantie van de schaduw"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "Gemaksopties voor het aanmeldscherm. Voer Sync uit om toe te passen."
},
"Cooldown": {
"Cooldown": "Afkoeltijd"
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "Vensterregel aanmaken"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Regel aanmaken voor:"
},
@@ -1283,7 +1349,7 @@
"Current Items": "Huidige items"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "Huidige locale"
},
"Current Period": {
"Current Period": "Huidige periode"
@@ -1349,10 +1415,10 @@
"Custom Reboot Command": "Aangepaste herstartopdracht"
},
"Custom Shadow Color": {
- "Custom Shadow Color": ""
+ "Custom Shadow Color": "Aangepaste schaduwkleur"
},
"Custom Shadow Override": {
- "Custom Shadow Override": ""
+ "Custom Shadow Override": "Aangepaste schaduwoverschrijving"
},
"Custom Suspend Command": {
"Custom Suspend Command": "Aangepaste slaapstandopdracht"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "DMS Plug-inbeheer niet beschikbaar"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "DMS Greeter vereist: greetd, dms-greeter. Vingerafdruk: fprintd, pam_fprintd. Beveiligingssleutels: pam_u2f. Voeg je gebruiker toe aan de greeter-groep. Sync controleert eerst sudo en opent een terminal als interactieve authenticatie vereist is."
},
"DMS out of date": {
"DMS out of date": "DMS verouderd"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Donkere modus"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Modale achtergrond verduisteren"
},
@@ -1430,10 +1502,10 @@
"Date Format": "Datumnotatie"
},
"Date format": {
- "Date format": ""
+ "Date format": "Datumnotatie"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "Datumnotatie op Greeter"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "Dageraad (Astronomische schemering)"
@@ -1496,7 +1568,7 @@
"Delete profile \"%1\"?": "Profiel \"%1\" verwijderen?"
},
"Dependencies & documentation": {
- "Dependencies & documentation": ""
+ "Dependencies & documentation": "Afhankelijkheden & documentatie"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "Leidt kleuren af die nauw aansluiten bij de onderliggende afbeelding."
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Gedetailleerd"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Ontwikkeling"
},
@@ -1565,7 +1640,7 @@
"Disabled": "Uitgeschakeld"
},
"Disabled.": {
- "Disabled.": ""
+ "Disabled.": "Uitgeschakeld."
},
"Disabling WiFi...": {
"Disabling WiFi...": "Wifi uitschakelen..."
@@ -1589,7 +1664,7 @@
"Disk Usage": "Schijfgebruik"
},
"Disk Usage Display": {
- "Disk Usage Display": ""
+ "Disk Usage Display": "Weergave schijfgebruik"
},
"Disks": {
"Disks": "Schijven"
@@ -1769,7 +1844,7 @@
"Enable Do Not Disturb": "Niet storen inschakelen"
},
"Enable FIDO2/U2F hardware security key for lock screen": {
- "Enable security key authentication": ""
+ "Enable security key authentication": "Beveiligingssleutel-authenticatie inschakelen"
},
"Enable GPU Temperature": {
"Enable GPU Temperature": "GPU-temperatuur inschakelen"
@@ -1787,7 +1862,7 @@
"Enable System Sounds": "Systeemgeluiden inschakelen"
},
"Enable Video Screensaver": {
- "Enable Video Screensaver": ""
+ "Enable Video Screensaver": "Video-screensaver inschakelen"
},
"Enable Weather": {
"Enable Weather": "Weer inschakelen"
@@ -1796,19 +1871,19 @@
"Enable WiFi": "Wifi inschakelen"
},
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
- "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": ""
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Schakel hieronder een aangepaste overschrijving in om de schaduwintensiteit, dekking en kleur per balk in te stellen."
},
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Schakel compositor-targetable vervagingslaag in (namespace: dms:blurwallpaper). Vereist handmatige niri-configuratie."
},
"Enable fingerprint at login": {
- "Enable fingerprint at login": ""
+ "Enable fingerprint at login": "Vingerafdruk inschakelen bij aanmelden"
},
"Enable fingerprint authentication": {
"Enable fingerprint authentication": "Vingerafdrukverificatie inschakelen"
},
"Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": {
- "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": ""
+ "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": "Schakel vingerafdruk of beveiligingssleutel in voor DMS Greeter. Voer Sync uit om toe te passen en PAM te configureren."
},
"Enable loginctl lock integration": {
"Enable loginctl lock integration": "Loginctl-vergrendelintegratie inschakelen"
@@ -1826,7 +1901,7 @@
"Show Profile Image": "Profielafbeelding tonen"
},
"Enable security key at login": {
- "Enable security key at login": ""
+ "Enable security key at login": "Beveiligingssleutel inschakelen bij aanmelden"
},
"Enable system date display on the lock screen window": {
"Show System Date": "Systeemdatum tonen"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Ingeschakeld"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Wifi inschakelen..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Voer pincode in voor "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Voer een nieuwe naam in voor dit werkblad"
},
"Enter a search query": {
"Enter a search query": "Voer een zoekopdracht in"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Voer inloggegevens in voor "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Annuleren van geselecteerde taak mislukt"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "Controleren van vastmaaklimiet mislukt"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Instellen van nachtmodus-temperatuur mislukt"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Instellen van profielafbeelding mislukt"
},
@@ -2135,10 +2252,10 @@
"File Information": "Bestandsinformatie"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\nInstalleer via github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\nInstalleer via github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\\nInstalleer via github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\\nInstalleer via github.com/morelazers/dsearch"
},
"Files": {
"Files": "Bestanden"
@@ -2155,8 +2272,17 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Animatietiming afstellen in milliseconden"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
- "First Day of Week": ""
+ "First Day of Week": "Eerste dag van de week"
},
"First Time Setup": {
"First Time Setup": "Eerste installatie"
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Gefocuste kleur"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Actieve venster"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Mist"
},
@@ -2216,7 +2348,7 @@
"Follow focus": "Focus volgen"
},
"Font": {
- "Font": ""
+ "Font": "Lettertype"
},
"Font Family": {
"Font Family": "Lettertypefamilie"
@@ -2231,7 +2363,7 @@
"Font Weight": "Letterdikte"
},
"Font used on the login screen": {
- "Font used on the login screen": ""
+ "Font used on the login screen": "Lettertype dat op het aanmeldscherm wordt gebruikt"
},
"Force HDR": {
"Force HDR": "HDR forceren"
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Legenda voor notatie"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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/geheugen vrijmaken wanneer het startmenu gesloten is. Dit kan een lichte vertraging veroorzaken bij het heropenen."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU-temperatuur"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Spellen"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gammaregeling niet beschikbaar. Vereist DMS API v6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "apparaat"
},
@@ -2342,28 +2486,28 @@
"Graphics": "Grafisch"
},
"Greeter": {
- "Greeter": ""
+ "Greeter": "Greeter"
},
"Greeter Appearance": {
- "Greeter Appearance": ""
+ "Greeter Appearance": "Uiterlijk Greeter"
},
"Greeter Behavior": {
- "Greeter Behavior": ""
+ "Greeter Behavior": "Gedrag Greeter"
},
"Greeter Status": {
- "Greeter Status": ""
+ "Greeter Status": "Status Greeter"
},
"Greeter activated. greetd is now enabled.": {
- "Greeter activated. greetd is now enabled.": ""
+ "Greeter activated. greetd is now enabled.": "Greeter geactiveerd. greetd is nu ingeschakeld."
},
"Greeter font": {
- "Greeter font": ""
+ "Greeter font": "Lettertype Greeter"
},
"Greeter only — does not affect main clock": {
- "Greeter only — does not affect main clock": ""
+ "Greeter only — does not affect main clock": "Alleen Greeter — heeft geen invloed op de hoofdklok"
},
"Greeter only — format for the date on the login screen": {
- "Greeter only — format for the date on the login screen": ""
+ "Greeter only — format for the date on the login screen": "Alleen Greeter — indeling voor de datum op het aanmeldscherm"
},
"Grid": {
"Grid": "Raster"
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Natuurgetrouw palet dat de oorspronkelijke tinten behoudt."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Geschiedenisinstellingen"
},
@@ -2543,17 +2693,23 @@
"How often to change wallpaper": "Hoe vaak de achtergrond moet wisselen"
},
"How the background image is scaled": {
- "How the background image is scaled": ""
+ "How the background image is scaled": "Hoe de achtergrondafbeelding wordt geschaald"
},
"Humidity": {
"Humidity": "Luchtvochtigheid"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Hyprland-indelingsoverschrijvingen"
},
"Hyprland Options": {
"Hyprland Options": "Hyprland-opties"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Ik begrijp het"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Onjuist wachtwoord"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Indicatorstijl"
},
@@ -2642,16 +2804,16 @@
"Input Volume Slider": "Invoervolumeschuif"
},
"Install complete. Greeter has been installed.": {
- "Install complete. Greeter has been installed.": ""
+ "Install complete. Greeter has been installed.": "Installatie voltooid. Greeter is geïnstalleerd."
},
"Install plugins from the DMS plugin registry": {
"Install plugins from the DMS plugin registry": "Plug-ins installeren uit het DMS-plug-inregister"
},
"Install the DMS greeter? A terminal will open for sudo authentication.": {
- "Install the DMS greeter? A terminal will open for sudo authentication.": ""
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "De DMS Greeter installeren? Er wordt een terminal geopend voor sudo-authenticatie."
},
"Installation and PAM setup: see the ": {
- "Installation and PAM setup: see the ": ""
+ "Installation and PAM setup: see the ": "Installatie en PAM-configuratie: zie de "
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "Intelligent automatisch verbergen"
@@ -2917,23 +3079,35 @@
"Keys": {
"Keys": "Toetsen"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Proces beëindigen"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED-apparaat"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
- "Host": ""
+ "Host": "Host"
},
"Label for printer port number input field": {
- "Port": ""
+ "Port": "Poort"
},
"Label for printer protocol selector, e.g. ipp, ipps, lpd, socket": {
- "Protocol": ""
+ "Protocol": "Protocol"
},
"Large": {
"Large": "Groot"
@@ -2945,31 +3119,31 @@
"Last launched %1": "Laatst gestart %1"
},
"Last launched %1 day ago": {
- "Last launched %1 day ago": ""
+ "Last launched %1 day ago": "Laatst gestart: %1 dag geleden"
},
"Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "Laatst gestart %1 dag%2 geleden"
},
"Last launched %1 days ago": {
- "Last launched %1 days ago": ""
+ "Last launched %1 days ago": "Laatst gestart: %1 dagen geleden"
},
"Last launched %1 hour ago": {
- "Last launched %1 hour ago": ""
+ "Last launched %1 hour ago": "Laatst gestart: %1 uur geleden"
},
"Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "Laatst gestart %1 uur%2 geleden"
},
"Last launched %1 hours ago": {
- "Last launched %1 hours ago": ""
+ "Last launched %1 hours ago": "Laatst gestart: %1 uur geleden"
},
"Last launched %1 minute ago": {
- "Last launched %1 minute ago": ""
+ "Last launched %1 minute ago": "Laatst gestart: %1 minuut geleden"
},
"Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "Laatst gestart %1 minuut%2 geleden"
},
"Last launched %1 minutes ago": {
- "Last launched %1 minutes ago": ""
+ "Last launched %1 minutes ago": "Laatst gestart: %1 minuten geleden"
},
"Last launched just now": {
"Last launched just now": "Zojuist gestart"
@@ -3002,7 +3176,7 @@
"Layout Overrides": "Indeling overschrijven"
},
"Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
- "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": ""
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Lay-out en moduleposities op de Greeter worden gesynchroniseerd met je shell (bijv. balkconfiguratie). Voer Sync uit om toe te passen."
},
"Left": {
"Left": "Links"
@@ -3011,7 +3185,7 @@
"Left Section": "Linkersectie"
},
"Light Direction": {
- "Light Direction": ""
+ "Light Direction": "Lichtrichting"
},
"Light Mode": {
"Light Mode": "Lichte modus"
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Lichte sneeuwbuien"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Lineair"
},
@@ -3062,10 +3245,10 @@
"Local": "Lokaal"
},
"Locale": {
- "Locale": ""
+ "Locale": "Locale"
},
"Locale Settings": {
- "Locale Settings": ""
+ "Locale Settings": "Locale-instellingen"
},
"Location": {
"Location": "Locatie"
@@ -3106,8 +3289,11 @@
"Log Out": {
"Log Out": "Afmelden"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
- "Login Authentication": ""
+ "Login Authentication": "Aanmeld-authenticatie"
},
"Long": {
"Long": "Lang"
@@ -3179,7 +3365,7 @@
"Material Colors": "Material-kleuren"
},
"Material inspired shadows and elevation on modals, popouts, and dialogs": {
- "Material inspired shadows and elevation on modals, popouts, and dialogs": ""
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "Op Material Design geïnspireerde schaduwen en diepte (elevation) op modale vensters, pop-outs en dialoogvensters"
},
"Matugen Palette": {
"Matugen Palette": "Matugen-palet"
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Instellingen mediaspeler"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Mediaspelers ("
},
@@ -3335,7 +3524,7 @@
"Modal Background": "Modale achtergrond"
},
"Modal Shadows": {
- "Modal Shadows": ""
+ "Modal Shadows": "Schaduwen modale vensters"
},
"Modals": {
"Modals": "Modale vensters"
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Overschakelen naar gepauzeerd"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Muziek"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Pictogrammen voor benoemde werkbladen"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navigatie"
},
@@ -3443,7 +3644,7 @@
"Never": "Nooit"
},
"Never used": {
- "Never used": ""
+ "Never used": "Nooit gebruikt"
},
"New": {
"New": "Nieuw"
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nieuwe melding"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Nieuwe vensterregel"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Geen VPN-profielen"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Geen weergegevens"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Geen actie"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Geen adapters"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Geen bestanden gevonden"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "Geen mappen gevonden"
},
"No hidden apps.": {
"No hidden apps.": "Geen verborgen apps."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Nog geen items toegevoegd"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Geen overeenkomsten"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Geen plug-in resultaten"
},
@@ -3637,8 +3856,11 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Geen opgeslagen klemborditems"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
- "No status output.": ""
+ "No status output.": "Geen statusuitvoer."
},
"No trigger": {
"No trigger": "Geen trigger"
@@ -3647,7 +3869,10 @@
"No variants created. Click Add to create a new monitor widget.": "Geen varianten aangemaakt. Klik op Toevoegen om een nieuwe monitorwidget te maken."
},
"No video found in folder": {
- "No video found in folder": ""
+ "No video found in folder": "Geen video gevonden in map"
+ },
+ "No wallpapers": {
+ "No wallpapers": ""
},
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "Geen achtergronden gevonden\n\nKlik op het map-pictogram hieronder om te bladeren"
@@ -3680,10 +3905,22 @@
"Not available": "Niet beschikbaar"
},
"Not available — install fprintd and enroll fingerprints.": {
- "Not available — install fprintd and enroll fingerprints.": ""
+ "Not available — install fprintd and enroll fingerprints.": "Niet beschikbaar — installeer fprintd en registreer vingerafdrukken."
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
},
"Not available — install pam_u2f and enroll keys.": {
- "Not available — install pam_u2f and enroll keys.": ""
+ "Not available — install pam_u2f and enroll keys.": "Niet beschikbaar — installeer pam_u2f en registreer sleutels."
},
"Not connected": {
"Not connected": "Niet verbonden"
@@ -3766,8 +4003,11 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Gamma alleen aanpassen op basis van tijd- of locatieregels."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
- "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
+ "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": "Alleen uitgeschakeld voor door DMS beheerde PAM-regels. Als greetd system-auth/common-auth/password-auth met pam_fprintd bevat, blijft de vingerafdruk alsnog ingeschakeld."
},
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "Toon op elk dock alleen vensters van het huidige beeldscherm"
@@ -3806,7 +4046,7 @@
"Open with...": "Openen met..."
},
"Opening terminal: ": {
- "Opening terminal: ": ""
+ "Opening terminal: ": "Terminal openen: "
},
"Optional description": {
"Optional description": "Optionele beschrijving"
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Uitvoergebied vol"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Uitvoerlade ontbreekt"
},
@@ -3862,8 +4105,11 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Globale indelingsinstellingen overschrijven voor deze uitvoer"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
- "Override the global shadow with per-bar settings": ""
+ "Override the global shadow with per-bar settings": "Overschrijf de globale schaduw met instellingen per balk"
},
"Overrides": {
"Overrides": "Overschrijvingen"
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Overschrijven"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3884,7 +4145,7 @@
"Pad Hours": "Uren opvullen"
},
"Pad hours (02:00 vs 2:00)": {
- "Pad hours (02:00 vs 2:00)": ""
+ "Pad hours (02:00 vs 2:00)": "Uren opvullen (02:00 in plaats van 2:00)"
},
"Padding": {
"Padding": "Opvulling"
@@ -3913,11 +4174,14 @@
"Password": {
"Password": "Wachtwoord"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Plakken"
},
"Path to a video file or folder containing videos": {
- "Path to a video file or folder containing videos": ""
+ "Path to a video file or folder containing videos": "Pad naar een videobestand of map met video's"
},
"Pattern": {
"Pattern": "Patroon"
@@ -4018,7 +4282,7 @@
"Unavailable": "Niet beschikbaar"
},
"Pick a different random video each time from the same folder": {
- "Pick a different random video each time from the same folder": ""
+ "Pick a different random video each time from the same folder": "Kies telkens een willekeurige andere video uit dezelfde map"
},
"Pictures": {
"Pictures": "Afbeeldingen"
@@ -4042,10 +4306,10 @@
"Place plugins in %1": "Plaats plug-ins in %1"
},
"Placeholder text for manual printer address input": {
- "IP address or hostname": ""
+ "IP address or hostname": "IP-adres of hostnaam"
},
"Play a video when the screen locks.": {
- "Play a video when the screen locks.": ""
+ "Play a video when the screen locks.": "Speel een video af wanneer het scherm vergrendelt."
},
"Play sound when new notification arrives": {
"Play sound when new notification arrives": "Geluid afspelen bij nieuwe melding"
@@ -4063,7 +4327,10 @@
"Playback": "Afspelen"
},
"Playback error: ": {
- "Playback error: ": ""
+ "Playback error: ": "Afspeelfout: "
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
},
"Plugged In": {
"Plugged In": "Aangesloten"
@@ -4093,7 +4360,7 @@
"Pointer": "Aanwijzer"
},
"Popout Shadows": {
- "Popout Shadows": ""
+ "Popout Shadows": "Schaduwen pop-outs"
},
"Popouts": {
"Popouts": "Pop-outs"
@@ -4153,10 +4420,10 @@
"Power source": "Voedingsbron"
},
"Pre-fill the last successful username on the greeter": {
- "Pre-fill the last successful username on the greeter": ""
+ "Pre-fill the last successful username on the greeter": "Vul de laatst succesvolle gebruikersnaam vooraf in op de Greeter"
},
"Pre-select the last used session on the greeter": {
- "Pre-select the last used session on the greeter": ""
+ "Pre-select the last used session on the greeter": "Selecteer de laatst gebruikte sessie vooraf op de Greeter"
},
"Precip": {
"Precip": "Neerslag"
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Voor ingestelde breedtes (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Druk op toets..."
},
@@ -4267,10 +4537,10 @@
"Protocol": "Protocol"
},
"QtMultimedia is not available": {
- "QtMultimedia is not available": ""
+ "QtMultimedia is not available": "QtMultimedia is niet beschikbaar"
},
"QtMultimedia is not available - video screensaver requires qt multimedia services": {
- "QtMultimedia is not available - video screensaver requires qt multimedia services": ""
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia is niet beschikbaar - video-screensaver vereist Qt multimedia-services"
},
"Quick Access": {
"Quick Access": "Snelle toegang"
@@ -4333,16 +4603,16 @@
"Reload Plugin": "Plug-in herladen"
},
"Remaining": {
- "Remaining": ""
+ "Remaining": "Resterend"
},
"Remaining / Total": {
- "Remaining / Total": ""
+ "Remaining / Total": "Resterend / Totaal"
},
"Remember last session": {
- "Remember last session": ""
+ "Remember last session": "Onthoud laatste sessie"
},
"Remember last user": {
- "Remember last user": ""
+ "Remember last user": "Onthoud laatste gebruiker"
},
"Remove": {
"Remove": "Verwijderen"
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Hernoemen"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Werkblad hernoemen"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Vereis het ingedrukt houden van knop/toets om uitschakelen, opnieuw opstarten, slaapstand, sluimerstand en afmelden te bevestigen"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Vereist 'dgop'-tool"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Herstart de DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Hervatten"
},
@@ -4465,10 +4744,10 @@
"Run DMS Templates": "DMS-sjablonen uitvoeren"
},
"Run Sync to apply.": {
- "Run Sync to apply.": ""
+ "Run Sync to apply.": "Voer Sync uit om toe te passen."
},
"Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": {
- "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": ""
+ "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": "Voer Sync uit om toe te passen. Aanmelden met uitsluitend vingerafdruk ontgrendelt GNOME Keyring mogelijk niet."
},
"Run User Templates": {
"Run User Templates": "Gebruikerssjablonen uitvoeren"
@@ -4495,7 +4774,7 @@
"Current Monitor": "Huidige monitor"
},
"Running greeter sync…": {
- "Running greeter sync…": ""
+ "Running greeter sync…": "Greeter-synchronisatie uitvoeren…"
},
"SDR Brightness": {
"SDR Brightness": "SDR-helderheid"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Scrollfactor"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Scrollwiel"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Plug-ins zoeken..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Widgets zoeken..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Beveiliging"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Selecteren"
},
@@ -4654,7 +4945,7 @@
"Select Launcher Logo": "Startlogo selecteren"
},
"Select Video or Folder": {
- "Select Video or Folder": ""
+ "Select Video or Folder": "Selecteer video of map"
},
"Select a color from the palette or use custom sliders": {
"Select a color from the palette or use custom sliders": "Selecteer een kleur uit het palet of gebruik aangepaste schuifregelaars"
@@ -4684,7 +4975,7 @@
"Select font weight for UI text": "Selecteer letterdikte voor UI-tekst"
},
"Select greeter background image": {
- "Select greeter background image": ""
+ "Select greeter background image": "Selecteer achtergrondafbeelding Greeter"
},
"Select monitor to configure wallpaper": {
"Select monitor to configure wallpaper": "Selecteer beeldscherm om achtergrond te configureren"
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Server"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Aangepaste naam instellen"
},
@@ -4738,25 +5032,25 @@
"Setup": "Instellen"
},
"Shadow Color": {
- "Shadow Color": ""
+ "Shadow Color": "Schaduwkleur"
},
"Shadow Intensity": {
- "Shadow Intensity": ""
+ "Shadow Intensity": "Schaduwintensiteit"
},
"Shadow Opacity": {
- "Shadow Opacity": ""
+ "Shadow Opacity": "Schaduwdekking"
},
"Shadow elevation on bars and panels": {
- "Shadow elevation on bars and panels": ""
+ "Shadow elevation on bars and panels": "Schaduwhoogte op balken en panelen"
},
"Shadow elevation on modals and dialogs": {
- "Shadow elevation on modals and dialogs": ""
+ "Shadow elevation on modals and dialogs": "Schaduwhoogte op modale en dialoogvensters"
},
"Shadow elevation on popouts, OSDs, and dropdowns": {
- "Shadow elevation on popouts, OSDs, and dropdowns": ""
+ "Shadow elevation on popouts, OSDs, and dropdowns": "Schaduwhoogte op pop-outs, OSD's en vervolgkeuzemenu's"
},
"Shadows": {
- "Shadows": ""
+ "Shadows": "Schaduwen"
},
"Share Gamma Control Settings": {
"Share Gamma Control Settings": "Gammaregeling-instellingen delen"
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Kort"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Sneltoetsen"
},
@@ -4861,7 +5158,7 @@
"Show Memory Graph": "Geheugengrafiek tonen"
},
"Show Memory in GB": {
- "Show Memory in GB": ""
+ "Show Memory in GB": "Toon geheugen in GB"
},
"Show Network": {
"Show Network": "Netwerk tonen"
@@ -4903,7 +5200,7 @@
"Show Suspend": "Slaapstand tonen"
},
"Show Swap": {
- "Show Swap": ""
+ "Show Swap": "Toon swap"
},
"Show Top Processes": {
"Show Top Processes": "Topprocessen tonen"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Toon weersomstandigheid"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Toon welkom"
},
@@ -4942,14 +5242,20 @@
"Show drop shadow on notification popups": "Slagschaduw tonen op meldingspop-ups"
},
"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.": ""
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Toon slagschaduw op meldingspop-ups. Vereist dat M3 Elevation is ingeschakeld in Thema & kleuren."
},
"Show in GB": {
- "Show in GB": ""
+ "Show in GB": "Toon in GB"
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Starter-overlay tonen bij typen in Niri-overzicht. Schakel uit om een andere starter te gebruiken."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Tonen op laatste beeldscherm"
},
@@ -5005,11 +5311,14 @@
"Show password": "Wachtwoord tonen"
},
"Show seconds": {
- "Show seconds": ""
+ "Show seconds": "Toon seconden"
},
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Weerinformatie tonen in bovenbalk en bedieningspaneel"
},
+ "Show week number in the calendar": {
+ "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": "Werkbladindexnummers tonen in de werkbladwisselaar in de bovenbalk"
},
@@ -5137,10 +5446,10 @@
"Status": "Status"
},
"Status message when test connection to printer fails": {
- "Connection failed": ""
+ "Connection failed": "Verbinding mislukt"
},
"Status message when test connection to printer succeeds": {
- "Printer reachable": ""
+ "Printer reachable": "Printer bereikbaar"
},
"Stopped": {
"Stopped": "Gestopt"
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Swap"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Ander account"
},
@@ -5188,7 +5500,7 @@
"Switch to power profile": "Wisselen naar energieprofiel"
},
"Sync": {
- "Sync": ""
+ "Sync": "Sync"
},
"Sync Mode with Portal": {
"Sync Mode with Portal": "Modus synchroniseren met portaal"
@@ -5200,16 +5512,16 @@
"Sync Position Across Screens": "Positie synchroniseren over schermen"
},
"Sync completed successfully.": {
- "Sync completed successfully.": ""
+ "Sync completed successfully.": "Sync is succesvol voltooid."
},
"Sync dark mode with settings portals for system-wide theme hints": {
"Sync dark mode with settings portals for system-wide theme hints": "Donkere modus synchroniseren met instellingsportalen voor systeembrede themahints"
},
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
- "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sync mislukt in achtergrondmodus. Terminalmodus wordt geprobeerd zodat je interactief kunt authenticeren."
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "Sync vereist sudo-authenticatie. Terminal wordt geopend zodat je een wachtwoord of vingerafdruk kunt gebruiken."
},
"System": {
"System": "Systeem"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Raster Nav • Enter/Spatie: Selecteren"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Aangepaste extra parameters terminal"
},
"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.": ""
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminal fallback mislukt. Installeer een van de ondersteunde terminal-emulators of voer handmatig 'dms greeter sync' uit."
},
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminal fallback geopend. Voltooi de synchronisatie daar; de terminal sluit automatisch wanneer dit is voltooid."
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminal geopend. Voltooi de sync-authenticatie daar; de terminal sluit automatisch wanneer dit is voltooid."
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "Terminals - Altijd donker thema gebruiken"
@@ -5298,6 +5616,9 @@
"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).": "De onderstaande instellingen wijzigen uw GTK- en Qt-instellingen. Als u uw huidige configuraties wilt behouden, maak er dan een back-up van (qt5ct.conf|qt6ct.conf en ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "De wachtrij van deze printer is leeg"
},
@@ -5353,7 +5674,7 @@
"Tiling": "Tegelen"
},
"Time & Date Locale": {
- "Time & Date Locale": ""
+ "Time & Date Locale": "Locale voor tijd & datum"
},
"Time & Weather": {
"Time & Weather": "Tijd & Weer"
@@ -5362,7 +5683,7 @@
"Time Format": "Tijdnotatie"
},
"Time format": {
- "Time format": ""
+ "Time format": "Tijdnotatie"
},
"Time remaining: %1": {
"Time remaining: %1": "Resterende tijd: %1"
@@ -5404,10 +5725,10 @@
"Today": "Vandaag"
},
"Toggle button to manually add a printer by IP or hostname": {
- "Add by Address": ""
+ "Add by Address": "Toevoegen op adres"
},
"Toggle button to scan for printers via mDNS/Avahi": {
- "Discover Devices": ""
+ "Discover Devices": "Apparaten ontdekken"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "Zichtbaarheid van deze balkconfiguratie in-/uitschakelen"
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner laag"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Hulpmiddelen"
},
@@ -5446,7 +5770,7 @@
"Top Section": "Bovenste sectie"
},
"Total": {
- "Total": ""
+ "Total": "Totaal"
},
"Total Jobs": {
"Total Jobs": "Totaal aantal taken"
@@ -5512,10 +5836,10 @@
"Typography & Motion": "Typografie & Beweging"
},
"U2F mode option: key required after password or fingerprint": {
- "Second Factor (AND)": ""
+ "Second Factor (AND)": "Tweede factor (EN)"
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "Alternatief (OF)"
},
"Unavailable": {
"Unavailable": "Niet beschikbaar"
@@ -5530,16 +5854,16 @@
"Uninstall Plugin": "Plug-in verwijderen"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "Verwijderen voltooid. Greeter is verwijderd."
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "De DMS Greeter verwijderen? Dit verwijdert de configuratie en herstelt je vorige display manager. Er wordt een terminal geopend voor sudo-authenticatie."
},
"Unknown": {
"Unknown": "Onbekend"
},
"Unknown App": {
- "Unknown App": ""
+ "Unknown App": "Onbekende app"
},
"Unknown Artist": {
"Unknown Artist": "Onbekende artiest"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Onbekende titel"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Ontladen bij sluiten"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Niet vertrouwen"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Bijwerken"
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "Systeemthema gebruiken"
},
"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 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 fixed shadow direction for this bar": {
- "Use a fixed shadow direction for this bar": ""
+ "Use a fixed shadow direction for this bar": "Gebruik een vaste schaduwrichting voor deze balk"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "Geanimeerde golf-voortgangsbalken gebruiken voor mediaweergave"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "Aangepaste vensterronding gebruiken in plaats van themaradius"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "Bureaubladachtergrond gebruiken"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Vingerafdruklezer gebruiken voor vergrendelschermverificatie (vereist geregistreerde vingerafdrukken)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Gebruikersnaam"
},
+ "Username...": {
+ "Username...": ""
+ },
"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."
},
@@ -5779,10 +6115,10 @@
"Vibrant palette with playful saturation.": "Levendig palet met speelse verzadiging."
},
"Video Path": {
- "Video Path": ""
+ "Video Path": "Videopad"
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "Video-screensaver"
},
"Videos": {
"Videos": "Video's"
@@ -5824,7 +6160,7 @@
"Wallpaper Monitor": "Achtergrondbeeldscherm"
},
"Wallpaper fill mode": {
- "Wallpaper fill mode": ""
+ "Wallpaper fill mode": "Vulmodus achtergrond"
},
"Wallpapers": {
"Wallpapers": "Achtergronden"
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Weer-widget"
},
+ "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": ""
+ },
"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.": "Indien ingeschakeld, worden apps alfabetisch gesorteerd. Indien uitgeschakeld, worden apps gesorteerd op gebruiksfrequentie."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "U hebt niet-opgeslagen wijzigingen. Opslaan voordat u een bestand opent?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "acties"
},
"apps": {
"apps": "apps"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "Gedempt",
"No input device": "Geen invoerapparaat",
@@ -6033,21 +6378,21 @@
"by %1": "door %1"
},
"bar manual shadow direction": {
- "Manual Direction": ""
+ "Manual Direction": "Handmatige richting"
},
"bar shadow direction source": {
- "Direction Source": ""
+ "Direction Source": "Richtingsbron"
},
"bar shadow direction source option": {
- "Inherit Global (Default)": "",
- "Manual": ""
+ "Inherit Global (Default)": "Globaal overnemen (Standaard)",
+ "Manual": "Handmatig"
},
"bar shadow direction source option | shadow direction option": {
- "Auto (Bar-aware)": ""
+ "Auto (Bar-aware)": "Auto (Balk-bewust)"
},
"bar shadow settings card": {
"Shadow": "Schaduw",
- "Shadow Override": ""
+ "Shadow Override": "Schaduwoverschrijving"
},
"battery status": {
"Charging": "Opladen",
@@ -6083,7 +6428,7 @@
"Browse Themes": "Thema's doorbladeren"
},
"button color option | color option | primary color | shadow color option | tile color option": {
- "Primary": ""
+ "Primary": "Primair"
},
"button color option | color option | primary color | tile color option": {
"Primary": "Primair"
@@ -6092,7 +6437,7 @@
"Secondary": "Secundair"
},
"button color option | shadow color option | tile color option": {
- "Surface Variant": ""
+ "Surface Variant": "Surface-variant"
},
"button color option | tile color option": {
"Primary Container": "Primaire container",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(Standaard)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop niet beschikbaar"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Schrijven:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl bestaat maar is niet opgenomen in config.kdl. Aangepaste sneltoetsen werken pas als dit is opgelost."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "bijv. notify-send 'Hallo' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Geen plug-ins gevonden"
},
@@ -6239,7 +6593,7 @@
"files": "bestanden"
},
"fingerprint not detected status | security key not detected status": {
- "Not enrolled": ""
+ "Not enrolled": "Niet geregistreerd"
},
"generic theme description": {
"Material Design inspired color themes": "Op Material Design geïnspireerde kleurthema's"
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "GPU-bewaking"
},
"greeter action confirmation": {
- "Activate Greeter": "",
- "Install Greeter": "",
- "Uninstall Greeter": ""
+ "Activate Greeter": "Greeter activeren",
+ "Install Greeter": "Greeter installeren",
+ "Uninstall Greeter": "Greeter verwijderen"
},
"greeter back button": {
"Back": "Terug"
@@ -6283,9 +6637,9 @@
"No warnings": "Geen waarschuwingen"
},
"greeter doctor page error count": {
- "%1 issue found": "",
+ "%1 issue found": "%1 probleem gevonden",
"%1 issue(s) found": "%1 probleem/problemen gevonden",
- "%1 issues found": ""
+ "%1 issues found": "%1 problemen gevonden"
},
"greeter doctor page loading text": {
"Analyzing configuration...": "Configuratie analyseren..."
@@ -6380,13 +6734,13 @@
"Skip setup": "Installatie overslaan"
},
"greeter status error": {
- "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": ""
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Uitvoeren van 'dms greeter status' mislukt. Zorg ervoor dat DMS is geïnstalleerd en dms in het PATH staat."
},
"greeter status loading": {
- "Checking…": ""
+ "Checking…": "Controleren…"
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "Klik op Vernieuwen om de status te controleren."
},
"greeter theme description": {
"Dynamic colors, presets": "Dynamische kleuren, voorinstellingen"
@@ -6446,11 +6800,12 @@
"Loading...": "Laden..."
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
- "Security key mode": ""
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternatief' laat de sleutel zelfstandig ontgrendelen. 'Tweede factor' vereist eerst een wachtwoord of vingerafdruk en daarna pas de sleutel.",
+ "Security key mode": "Beveiligingssleutel-modus"
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "Gebruik een FIDO2/U2F-beveiligingssleutel (bijv. YubiKey) voor verificatie op het vergrendelscherm (vereist geregistreerde sleutels)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "App-namen",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Inhoud",
"Expressive": "Expressief",
@@ -6521,6 +6882,15 @@
"Select network": "Selecteer netwerk",
"WiFi off": "Wifi uit"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Geen aangepast themabestand"
},
@@ -6629,7 +6999,7 @@
"open": "openen"
},
"or run ": {
- "or run ": ""
+ "or run ": "of voer uit: "
},
"outline color": {
"Outline": "Omtrek"
@@ -6660,6 +7030,9 @@
"Performance": "Prestaties",
"Power Saver": "Energiebesparing"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Primair"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Ontbrekende omgevingsvariabelen"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Instellingen zijn alleen-lezen. Wijzigingen worden niet opgeslagen."
},
@@ -6698,8 +7074,8 @@
"Top Right": "Rechtsboven"
},
"screen position option | shadow direction option": {
- "Top Left": "",
- "Top Right": ""
+ "Top Left": "Linksboven",
+ "Top Right": "Rechtsboven"
},
"secondary color": {
"Secondary": "Secundair"
@@ -6714,21 +7090,21 @@
"Widgets": "Widgets"
},
"shadow color option": {
- "Default (Black)": "",
+ "Default (Black)": "Standaard (Zwart)",
"Surface": "Oppervlak",
"Text": "Tekst",
- "Text Color": ""
+ "Text Color": "Tekstkleur"
},
"shadow color option | text color": {
"Text": "Tekst"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "Aangepast"
},
"shadow direction option": {
- "Bottom": "",
- "Top": "",
- "Top (Default)": ""
+ "Bottom": "Onder",
+ "Top": "Boven",
+ "Top (Default)": "Boven (Standaard)"
},
"shadow intensity slider": {
"Intensity": "Intensiteit"
@@ -6753,7 +7129,7 @@
"Load Average": "Gemiddelde belasting"
},
"text color": {
- "Text": ""
+ "Text": "Tekst"
},
"theme auto mode tab": {
"Location": "Locatie"
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json
index a8e0bf3e..b1707ae1 100644
--- a/quickshell/translations/poexports/pl.json
+++ b/quickshell/translations/poexports/pl.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 powiązań DMS może zostać zastąpionych przez powiązania konfiguracyjne występujące po dołączeniu."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adapter(y), brak połączenia"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 znaków"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": ""
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": ""
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 drukarek"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 wariantów"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widżetów"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1m temu"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Plik o takiej nazwie już istnieje. Czy chcesz go nadpisać?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": ""
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Zarządzaj wyświetlaczami, konfiguruj rozdzielczość, częstotliwość odświeżania i VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Dźwięk"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Uwierzytelnij"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Uwierzytelnianie"
},
"Authentication Required": {
"Authentication Required": "Wymagane uwierzytelnienie"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Uwierzytelnianie nie powiodło się, spróbuj ponownie"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": ""
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Bateria"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Limit Ładowania Baterii"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Wybierz kolor"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": ""
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Rozkaz"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": ""
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": ""
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Ciemny Motyw"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Przyciemnij tło trybu"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": ""
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Programowanie"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Włączony"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Włączanie WiFi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Wprowadź PIN dla "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": {
"Enter a search query": "Wpisz zapytanie wyszukiwania"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Wprowadź poświadczenia dla "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Anulowanie wybranego zadania nie powiodło się"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": ""
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Ustawienie temperatury trybu nocnego nie powiodło się"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Nie udało się ustawić zdjęcia profilowego"
},
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Dokładne dostrojenie czasu animacji w milisekundach"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": ""
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Aktywne okno"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": ""
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Legenda formatowania"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": ""
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Temperatura GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Gry"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Kontrola gamma niedostępna. Wymaga DMS API w wersji 6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": ""
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Wysokiej jakości paleta, która zachowuje źródłowe odcienie."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Ustawienia Historii"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Wilgotność"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": ""
},
"Hyprland Options": {
"Hyprland Options": ""
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Rozumiem"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Niepoprawne hasło"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Styl wskaźnika"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Klawiatura"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Zabij proces"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "Urządzenie LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": ""
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Liniowy"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Wyloguj"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Ustawienia odtwarzacza multimediów"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Odtwarzacze multimediów ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Przechodzenie w stan wstrzymania"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": ""
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Ikony nazwanych obszarów roboczych"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Nawigacja"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nowe powiadomienie"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": ""
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Brak profili VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": ""
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Brak działania"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Brak adapterów"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Nie znaleziono plików"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": ""
},
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Nie dodano jeszcze żadnych elementów"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Brak wyników"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": ""
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": ""
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Dostosuj gamma tylko na podstawie reguł czasu lub lokalizacji."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Obszar wyjściowy pełny"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Brak tacy wyjściowej"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Nadpisz globalne ustawienia układu dla tego wyjścia"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Nadpisz"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Hasło"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": ""
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Wpięty do zasilania"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Predefiniowane szerokości (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Naciśnij klawisz..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": ""
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": ""
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Wymagaj przytrzymania przycisku/klawisza, aby potwierdzić wyłączenie, ponowne uruchomienie, wstrzymanie, hibernację i wylogowanie"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Wymaga narzędzia 'dgop'"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Uruchom ponownie DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Wznów"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": ""
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Kółko przewijania"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Szukaj wtyczek..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Szukaj widżetów..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Bezpieczeństwo"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": ""
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Serwer"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": ""
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Krótki"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Skróty"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": ""
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": ""
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Pokaż nakładkę launchera podczas pisania w przeglądzie Niri. Wyłączy by użyć innego launchera."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Pokaż na ostatnim wyświetlaczu"
},
@@ -5010,6 +5316,9 @@
"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"
},
+ "Show week number in the calendar": {
+ "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": "Pokaż numery indeksów obszarów roboczych na górnym pasku przełącznika obszarów roboczych"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Swap"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Przełącz użytkownika"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nawigacja • ←→↑↓: Nawigacja po siatce • Enter/Spacja: Wybierz"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Niestandardowe dodatkowe parametry terminala"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "Poniższe ustawienia zmodyfikują ustawienia GTK i Qt. Jeśli chcesz zachować obecne konfiguracje, wykonaj ich kopię zapasową (qt5ct.conf|qt6ct.conf i ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "Kolejka zadań tej drukarki jest pusta"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Niski poziom tonera"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": ""
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": ""
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": ""
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": ""
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": ""
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Użyj czytnika linii papilarnych do uwierzytelniania ekranu blokady (wymaga zarejestrowanych odcisków palców)."
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Nazwa użytkownika"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Widżet pogody"
},
+ "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": ""
+ },
"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.": "Po włączeniu aplikacje są sortowane alfabetycznie. Po wyłączeniu aplikacje są sortowane według częstotliwości użytkowania."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Masz niezapisane zmiany. Zapisać przed otwarciem pliku?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": ""
},
"apps": {
"apps": "aplikacje"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "",
"No input device": "",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": ""
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop niedostępne"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": ""
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "Plik dms/binds.kdl istnieje, ale nie jest uwzględniony w pliku config.kdl. Niestandardowe skróty klawiszowe nie będą działać, dopóki ten problem nie zostanie rozwiązany."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "np. notify-send 'Cześć' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Nie znaleziono wtyczek"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "",
"Expressive": "",
@@ -6521,6 +6882,15 @@
"Select network": "",
"WiFi off": ""
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Brak niestandardowego pliku motywu"
},
@@ -6660,6 +7030,9 @@
"Performance": "",
"Power Saver": ""
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": ""
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": ""
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Ustawienia są tylko do odczytu. Zmiany nie zostaną zapisane."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json
index 75f69849..65a52596 100644
--- a/quickshell/translations/poexports/pt.json
+++ b/quickshell/translations/poexports/pt.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 atalho(s) do DMS podem ser sobrescritos por atalhos que estão após o \"include\"."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 adaptador(es), nenhum conectado"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 caracteres"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 existe mas não está incluído. Regras de janela não serão aplicadas."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 agora está incluído na configuração"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 impressora(s)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 variantes"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widgets"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1m atrás"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Um arquivo com esse nome já existe. Você quer sobrescrevê-lo?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "Aplicativos com popups de notificação silenciados. Dessilenciar ou excluir para remover."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Organizar monitores e configurar resolução, taxa de atualização e VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Áudio"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Autenticar"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Autenticação"
},
"Authentication Required": {
"Authentication Required": "Autenticação Necessária"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Erro ao autenticar, por favor tente novamente"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Disponível em modos de visualização Detalhada e Previsão"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Bateria"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Limite de Carga da Bateria"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Escolha a Cor"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Largura da Coluna"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Comando"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "Criar Regra de Janela"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Criar regra para:"
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Modo Escuro"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Escurecer Fundo de Modais"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Detalhado"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Desenvolvimento"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Ativado"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Ativando WiFi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Entre código PIN para "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Insira um novo nome para este espaço de trabalho"
},
"Enter a search query": {
"Enter a search query": "Entre uma consulta de pesquisa"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Insira as credenciais para "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Falha ao cancelar o trabalho selecionado"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "Falha ao verificar limite de pin"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Falha ao definir a temperatura do modo noturno"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Erro ao definir imagem de perfil"
},
@@ -2135,10 +2252,10 @@
"File Information": "Informação do Arquivo"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Pesquisa de arquivo requer dsearch\nInstalar de github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Pesquisa de arquivo requer dsearch\nInstalar de github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "A pesquisa de arquivo requer dsearch\\nInstale em github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "A pesquisa de arquivo requer dsearch\\nInstale em github.com/morelazers/dsearch"
},
"Files": {
"Files": "Arquivos"
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Refinamento do tempo de animação em milissegundos"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Cor em Foco"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Janela Focada"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Neblina"
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Formatar Legenda"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": "Liberar VRAM/memória quando o lançador estiver fechado. Pode causar um pequeno atraso ao reabrir."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Temperatura da GPU"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Jogos"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Controle de gama não disponível. Necessário DMS API v6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "dispositivo"
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Paleta de alta fidelidade que preserva tons da fonte."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Configurações do Histórico"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Umidade"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Substituições de Layout Hyprland"
},
"Hyprland Options": {
"Hyprland Options": "Opções do Hyprland"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Entendi"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Senha incorreta"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Estilo de Indicador"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Teclas"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Matar Processo"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "Dispositivo LED"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Nevascas Leves"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Linear"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Sair"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Configurações do Reprodutor de Mídia"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Reprodutores de Mídia("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Movendo para Pausado"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Música"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Ícones de Áreas de Trabalho Nomeadas"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navegação"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Nova Notificação"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Nova Regra de Janela"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Sem perfis de VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Sem Dados Meteorológicos"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Nenhuma ação"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Sem adaptadores"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Nenhum arquivo encontrado"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "Nenhuma pasta encontrada"
},
"No hidden apps.": {
"No hidden apps.": "Sem aplicativos ocultos."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Nenhum item adicionado"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Nenhuma correspondência"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Sem resultados de plugin"
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Nenhuma entrada de área de transferência salva"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "Nenhum papel de parede encontrado\n\nClique no ícone de pasta abaixo para navegar"
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Apenas ajustar gama baseada em regras de tempo ou localização."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Área de Saída Cheia"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Bandeja de Saída Ausente"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Substituir configurações de layout global para esta saída"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Sobrescrever"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Senha"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Colar"
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Conectado"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Larguras Predefinidas (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Pressione a tecla..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Renomear"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Renomear Espaço de Trabalho"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Exigir manter o botão/tecla pressionado para confirmar desligamento, reinicialização, suspensão, hibernação e encerramento de sessão"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Requer ferramenta 'dgop'"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Reinicie o DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Resumir"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Fator de Rolagem"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Roda de Rolagem"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Buscar plugins..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Procurar widgets..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Segurança"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Selecionar"
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Servidor"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Definir nome personalizado"
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Curto"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Atalhos"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Mostrar Condição do Tempo"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Mostrar Boas-vindas"
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar sobreposição do iniciador ao digitar na visão geral do Niri. Desative para usar outro iniciador."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Mostrar na Última Tela"
},
@@ -5010,6 +5316,9 @@
"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"
},
+ "Show week number in the calendar": {
+ "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": "Mostrar números de índice das áreas de trabalho no seletor de áreas de trabalho"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Swap"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Trocar Usuário"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navegação • ←→↑↓: Navegação em Grade • Enter/Espaço: Selecionar"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Parâmetros adicionais para o terminal"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "As configurações abaixo vão modificar suas configurações GTK e Qt. Se você deseja preservá-las, por favor faça um back up (qt5ct.conf|qt6ct.conf and ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "A fila de trabalhos dessa impressora está vazia"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner Baixo"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Ferramentas"
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Título Desconhecido"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Descarregar ao Fechar"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Deixar de confiar"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Atualizar"
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Usar leitor de impressões digitais para autenticação na tela de bloqueio (requer impressões cadastradas)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Nome de usuário"
},
+ "Username...": {
+ "Username...": ""
+ },
"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."
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Widget de Clima"
},
+ "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": ""
+ },
"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 ativado, apps são ordenados alfabeticamente. Quando desativado, apps são ordenados por frequência de uso."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Você tem mudanças não salvas. Deseja salvar antes de abrir um arquivo?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "ações"
},
"apps": {
"apps": "aplicativos"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "Silenciado",
"No input device": "Sem dispositivo de entrada",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(Padrão)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop não disponível"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Escrita:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl existe, mas não está incluído em config.kdl. Keybinds personalizados não funcionarão até que isso seja corrigido."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "por exemplo, notify-send 'Olá' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Nenhum plugin encontrado"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Nomes de Aplicativos",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Conteúdo",
"Expressive": "Expressivo",
@@ -6521,6 +6882,15 @@
"Select network": "Selecionar rede",
"WiFi off": "WiFi desligado"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Nenhum arquivo de tema personalizado"
},
@@ -6660,6 +7030,9 @@
"Performance": "Desempenho",
"Power Saver": "Economia de Energia"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Primário"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Variáveis de Ambiente Ausentes"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Configurações são somente leitura. Mudanças não serão mantidas."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/ru.json b/quickshell/translations/poexports/ru.json
index cf187181..fc883ab1 100644
--- a/quickshell/translations/poexports/ru.json
+++ b/quickshell/translations/poexports/ru.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 комбинаций клавиш DMS могут быть переопределены комбинациями из конфигурации, которые идут после include."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 адаптер(ов), ни один не подключен"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 символов"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 существует, но не включен. Правила окон не будут применены."
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 теперь включен в конфигурацию"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 принтер(ов)"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 вариант(ов)"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 виджет(ов)"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1 мин. назад"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Файл с таким именем уже существует. Хотите его перезаписать?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "Приложения с отключёнными всплывающими уведомлениями. Включите звук или удалите для удаления."
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Расположить дисплеи и настроить разрешение, частоту обновления и VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Аудио"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Аутентифицировать"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Аутентификация"
},
"Authentication Required": {
"Authentication Required": "Требуется авторизация"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Аутентификация не удалась, попробуйте снова"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "Доступно в режимах просмотра 'Подробно' и 'Прогноз'"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Батарея"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Батарея Заряда Ограничение"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Выбрать Цвет"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "Ширина столбца"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Команда"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "Создать правило окна"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "Создать правило для:"
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Тёмный режим"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Затемнение фона модальных окон"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "Подробно"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Разработка"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Включено"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "Включение Wi-Fi…"
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Введите PIN для "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "Введите новое имя для этого рабочего пространства"
},
"Enter a search query": {
"Enter a search query": "Введите поисковый запрос"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Введите учётные данные для "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Не удалось отменить выбранное задание"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "Не удалось проверить лимит закрепления"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Не удалось установить температуру ночного режима"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Не удалось установить изображение профиля"
},
@@ -2135,10 +2252,10 @@
"File Information": "Информация о Файле"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Поиск файлов требует dsearch. Установите с github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Поиск файлов требует dsearch. Установите с github.com/morelazers/dsearch"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "Поиск файлов требует dsearch\\nУстановите с github.com/AvengeMedia/danksearch"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "Поиск файлов требует dsearch\\nУстановите с github.com/morelazers/dsearch"
},
"Files": {
"Files": "Файлы"
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Точная настройка времени анимации в миллисекундах"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "Цвет активного"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Используемое Окно"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "Туман"
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Условные Обозначения"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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/память при закрытии лаунчера. Может вызвать небольшую задержку при повторном открытии."
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "Температура ГП"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Игры"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Управление Gamma недоступно. Требуется DMS API v6+."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "устройство"
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Высокоточная палитра, сохраняющая исходные оттенки."
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Историю Настройки"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Влажность"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Переопределения макета Hyprland"
},
"Hyprland Options": {
"Hyprland Options": "Опции Hyprland"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Я Понимаю"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Неправильный пароль"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Индикатор Стиль"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Ключи"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Завершить Процесс"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED устройство"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "Лёгкий снегопад"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Линейный"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Выйти"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Настройки Медиаплеера"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Медиаплееры ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Перемещение в Paused"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "Музыка"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Значки Именованных Рабочих Пространств"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Навигация"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Новое уведомление"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "Новое правило окна"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "Нет профилей VPN"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "Нету данных о погоде"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Нет действия"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Нет адаптеров"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Файлы не найдены"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "Папки не найдены"
},
"No hidden apps.": {
"No hidden apps.": "Нет скрытых приложений."
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Ни один элемент ещё не добавлен"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Нет совпадений"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "Нет результатов плагинов"
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "Сохранённые записи буфера обмена отсутствуют"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "Обои не найдены\n\nНажмите на значок папки ниже для просмотра"
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Регулировать цветовую температуру только на основе правил времени или местоположения."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Область вывода заполнена"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Выходной лоток отсутствует"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Переопределить глобальные настройки макета для этого выхода"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Перезаписать"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Пароль"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "Вставить"
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Подключено"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Предустановленные ширины (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Нажмите клавишу..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "Переименовать"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "Переименовать рабочую область"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Требовать удержания кнопки/клавиши для подтверждения выключения, перезапуска, приостановки, гибернации и выхода"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "Требуется инструмент 'dgop'"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "Перезагрузить DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Продолжить"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "Фактор прокрутки"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Колесо прокрутки"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Поиск дополнений..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Поиск виджетов..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Безопасность"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "Выбрать"
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Сервер"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "Установить пользовательское имя"
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Короткий"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Ярлыки"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "Показать условие погоды"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "Показать приветствие"
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Показывать наложение лаунчера при вводе в обзоре Niri. Отключите для использования другого лаунчера."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Показать на последнем дисплее"
},
@@ -5010,6 +5316,9 @@
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "Показывать информацию о погоде в верхней панели и центре управления"
},
+ "Show week number in the calendar": {
+ "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": "Показывать номера индексов рабочих пространств в переключателе рабочих пространств верхней панели"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Подкачка"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Переключить пользователя"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Навигация • ←→↑↓: Навигация сетки • Enter/Space: Выбрать"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Пользовательские дополнительные параметры терминала"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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 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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "Очередь заданий этого принтера пуста"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Тонер заканчивается"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "Инструменты"
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "Неизвестный заголовок"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "Выгрузить при закрытии"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "Не доверять"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "Обновление"
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Использовать сканер отпечатков пальцев для аутентификации на Lock Screen (требуется регистрация отпечатков)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Имя пользователя"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "Использует время восхода/заката солнца на основе вашего местоположения."
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Виджет погоды"
},
+ "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": ""
+ },
"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.": "Когда включено, приложения сортируются по алфавиту. Когда отключено, приложения сортируются по частоте использования."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "У вас есть несохранённые изменения. Сохранить изменения перед открытием файла?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "действия"
},
"apps": {
"apps": "приложения"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "Выбрать устройство",
"No input device": "Выбрать устройство",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(По умолчанию)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop недоступен"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "Запись:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "Файл dms/binds.kdl существует, но не включен в config.kdl. Пользовательские сочетания клавиш не будут работать, пока это не будет исправлено."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "например, notify-send 'Hello' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Дополнения не найдены"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "Имена приложений",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl недоступен — интеграция блокировки требует подключения к сокету DMS"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "Яркий",
"Expressive": "Яркий",
@@ -6521,6 +6882,15 @@
"Select network": "Подключено",
"WiFi off": "Подключено"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Нет пользовательского файла темы"
},
@@ -6660,6 +7030,9 @@
"Performance": "Производительность",
"Power Saver": "Экономия энергии"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "Основной"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "Отсутствующие переменные окружения"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "Настройки доступны только для чтения. Изменения не будут сохранены."
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json
index ec343608..8276d620 100644
--- a/quickshell/translations/poexports/tr.json
+++ b/quickshell/translations/poexports/tr.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS bağlamaları, dahil etmeden sonra gelen yapılandırma bağlamaları tarafından geçersiz kılınabilir."
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 bağdaştırıcı, hiçbiri bağlı değil"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1 karakter"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": ""
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": ""
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 yazıcı"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 varyant"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 widget"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1dk önce"
},
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "Bu isimde bir dosya zaten var. Üzerine yazmak istiyor musunuz?"
},
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": ""
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Ekranları düzenleyin ve çözünürlüğü, yenileme hızını ve VRR'yi yapılandırın"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "Ses"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "Kimlik Doğrula"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "Kimlik Doğrulama"
},
"Authentication Required": {
"Authentication Required": "Kimlik Doğrulama Gerekli"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "Kimlik doğrulama başarısız, lütfen tekrar deneyin"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": ""
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "Batarya"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "Batarya Şarj Sınırı"
},
@@ -844,9 +898,15 @@
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
},
+ "Checking for updates...": {
+ "Checking for updates...": ""
+ },
"Checking whether sudo authentication is needed…": {
"Checking whether sudo authentication is needed…": ""
},
+ "Checking...": {
+ "Checking...": ""
+ },
"Choose Color": {
"Choose Color": "Renk Seç"
},
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": ""
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "Komut"
},
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": ""
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": ""
},
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "Karanlık Mod"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "Koyu Modal Arkaplanı"
},
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": ""
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "Geliştirme"
},
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "Etkin"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "WiFi açılıyor..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "Şunun için PIN gir: "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": {
"Enter a search query": "Arama sorgusu girin"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "Kimlik bilgilerini girin "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "Seçilen işler iptal edemedi"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": ""
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "Gece modu sıcaklığı ayarlanamadı"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "Profil resmi ayarlanamadı"
},
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "Animasyon zamanlamasını milisaniye olarak ince ayarla"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": ""
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "Odaklanılmış Pencere"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": ""
},
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "Biçim Açıklaması"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": ""
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU Sıcaklığı"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "Oyunlar"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gama kontrolü mevcut değil. DMS API V6+ gerekir."
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": ""
},
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "Kaynak tonları koruyan yüksek sadakatli palet"
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "Geçmiş Ayarları"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "Nem"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": ""
},
"Hyprland Options": {
"Hyprland Options": ""
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "Anladım"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "Hatalı parola"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "Gösterge Stili"
},
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "Tuşlar"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "Süreci Öldür"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED cihazı"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": ""
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "Doğrusal"
},
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "Çıkış"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "Medya Oynatıcı Ayarları"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "Medya Oynatıcıları ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "Duraklatılıyor"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": ""
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "Adlandırılmış Çalışma Alanı Simgeleri"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "Navigasyon"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "Yeni Bildirim"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": ""
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "VPN profili yok"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": ""
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "Eylem yok"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "Bağdaştırıcı yok"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "Dosya bulunamadı"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": ""
},
"No hidden apps.": {
"No hidden apps.": ""
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "Henüz eklenen öğe yok"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "Eşleşme yok"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": ""
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": ""
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": ""
},
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "Gamayı yalnızca zaman veya konum kurallarına göre ayarlayın."
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "Çıkış Alanı Dolu"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "Çıktı Tepsisi Yok"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "Bu çıkış için genel düzen ayarlarını geçersiz kıl"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "Üstüne Yaz"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PİN"
},
@@ -3913,6 +4174,9 @@
"Password": {
"Password": "Parola"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": ""
},
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "Bağlandı"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "Ön Ayarlı Genişlik (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "Tuşa bas..."
},
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": ""
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": ""
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Güç kapatma, yeniden başlatma, askıya alma, hazırda bekletme ve oturumu kapatma işlemlerini onaylamak için düğmeyi/tuşu basılı tutmak gerekir"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "'dgop' aracını gerektirir"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "DankMaterialShell'i yeniden başlatın"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "Sürdür"
},
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": ""
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "Kaydırma Tekerleği"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "Eklentileri ara..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "Widget ara..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "Güvenlik"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": ""
},
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "Sunucu"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": ""
},
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "Kısa"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "Kısayollar"
},
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": ""
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": ""
},
@@ -4950,6 +5250,12 @@
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Niri genel görünümde yazarken başlatıcı katmanını göster. Başka bir başlatıcı kullanmak için devre dışı bırakın."
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "Son Ekranda Göster"
},
@@ -5010,6 +5316,9 @@
"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"
},
+ "Show week number in the calendar": {
+ "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": "Üst çubuktaki çalışma alanı değiştiricide çalışma alanı dizin numaralarını göster"
},
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "Takas"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "Kullanıcı Değiştir"
},
@@ -5265,6 +5577,9 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Yön • ←→↑↓: Izgara Yönü • Enter/Space: Seç"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "Terminal özel ek parametreleri"
},
@@ -5274,6 +5589,9 @@
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
"Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
},
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
+ },
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
"Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
},
@@ -5298,6 +5616,9 @@
"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).": "Aşağıdaki ayarlar GTK ve Qt ayarlarınızı değiştirecektir. Mevcut yapılandırmalarınızı korumak istiyorsanız, lütfen yedekleyin (qt5ct.conf|qt6ct.conf ve ~/.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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "Bu yazıcının iş kuyruğu boş"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "Toner Az"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": ""
},
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": ""
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": ""
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": ""
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": ""
},
@@ -5664,6 +5994,9 @@
"Use desktop wallpaper": {
"Use desktop wallpaper": ""
},
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
+ },
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "Kilit ekranı doğrulaması için parmak izi okuyucuyu kullan (kayıtlı parmak izleri gereklidir)"
},
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "Kullanıcı Adı"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "Hava Durumu Widget'ı"
},
+ "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": ""
+ },
"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.": "Etkinleştirildiğinde, uygulamalar alfabetik olarak sıralanır. Devre dışı bırakıldığında, uygulamalar kullanım sıklığına göre sıralanır."
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya açmadan önce kaydedelim mi?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": ""
},
"apps": {
"apps": "uygulamalar"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "",
"No input device": "",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": ""
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop mevcut değil"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": ""
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl dosyası mevcut ancak config.kdl dosyasına dahil edilmemiştir. Bu sorun giderilene kadar özel tuş atamaları çalışmayacaktır."
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "Örneğin, notify-send 'Merhaba' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "Eklenti bulunamadı"
},
@@ -6450,7 +6804,8 @@
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "",
@@ -6471,6 +6826,12 @@
"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"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "",
"Expressive": "",
@@ -6521,6 +6882,15 @@
"Select network": "",
"WiFi off": ""
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "Özel tema dosyası yok"
},
@@ -6660,6 +7030,9 @@
"Performance": "",
"Power Saver": ""
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": ""
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": ""
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": ""
},
@@ -6945,5 +7321,8 @@
},
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json
index 86a8c2a5..1dbacd35 100644
--- a/quickshell/translations/poexports/zh_CN.json
+++ b/quickshell/translations/poexports/zh_CN.json
@@ -5,6 +5,15 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 个 DMS 绑定可能会被包含后出现的配置绑定覆盖。"
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 个适配器,未连接"
},
@@ -14,6 +23,9 @@
"%1 adapters, none connected": {
"%1 adapters, none connected": ""
},
+ "%1 character": {
+ "%1 character": ""
+ },
"%1 characters": {
"%1 characters": "%1个字符"
},
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1已存在但未被包含。窗口规则将不会生效。"
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1现在已被包含至配置文件"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 个打印机"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1变体"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 部件"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1分之前"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+%1更多"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/path/to/videos"
},
"0 = square corners": {
"0 = square corners": "0 = 直角"
@@ -120,10 +153,10 @@
"2 minutes": "2 分钟"
},
"2 seconds": {
- "2 seconds": ""
+ "2 seconds": "2秒"
},
"20 minutes": {
- "20 minutes": ""
+ "20 minutes": "20分钟"
},
"24-Hour Format": {
"24-Hour Format": "24小时制"
@@ -135,7 +168,7 @@
"24-hour format": "24小时制"
},
"250 ms": {
- "250 ms": ""
+ "250 ms": "250毫秒"
},
"270°": {
"270°": "270°"
@@ -144,7 +177,7 @@
"3 days": "3天"
},
"3 minutes": {
- "3 minutes": ""
+ "3 minutes": "3分钟"
},
"3 seconds": {
"3 seconds": "3 秒"
@@ -159,7 +192,7 @@
"3rd party": "第三方"
},
"4 seconds": {
- "4 seconds": ""
+ "4 seconds": "4秒"
},
"5 minutes": {
"5 minutes": "5 分钟"
@@ -168,13 +201,13 @@
"5 seconds": "5 秒"
},
"500 ms": {
- "500 ms": ""
+ "500 ms": "500毫秒"
},
"7 days": {
"7 days": "7天"
},
"750 ms": {
- "750 ms": ""
+ "750 ms": "750毫秒"
},
"8 seconds": {
"8 seconds": "8 秒"
@@ -185,11 +218,14 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "已存在同名文件,是否覆盖?"
},
"AC Power": {
- "AC Power": ""
+ "AC Power": "交流电"
},
"API": {
"API": "API"
@@ -222,7 +258,7 @@
"Action": "操作"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "操作失败或终端已关闭。"
},
"Actions": {
"Actions": "操作"
@@ -231,7 +267,7 @@
"Activate": "激活"
},
"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.": ""
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "激活 DMS Greeter?将打开一个终端进行 sudo 身份验证。激活后运行“同步”以应用您的设置。"
},
"Activation": {
"Activation": "激活"
@@ -291,7 +327,7 @@
"Adjust the number of columns in grid view mode.": "在网格模式中按需调整列的数量。"
},
"Adjust volume per scroll indent": {
- "Adjust volume per scroll indent": ""
+ "Adjust volume per scroll indent": "每滚动一格调节音量"
},
"Advanced": {
"Advanced": "高级"
@@ -345,7 +381,7 @@
"Analog": "模拟"
},
"Animation Duration": {
- "Animation Duration": ""
+ "Animation Duration": "动画时长"
},
"Animation Speed": {
"Animation Speed": "动画速度"
@@ -405,11 +441,17 @@
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "程序会带有自定义名称、图标与启动选项。右键应用并选择“编辑应用”进行自定义。"
},
"Apps with notification popups muted. Unmute or delete to remove.": {
- "Apps with notification popups muted. Unmute or delete to remove.": ""
+ "Apps with notification popups muted. Unmute or delete to remove.": "已静音通知弹窗的应用。请取消静音或删除以移除。"
+ },
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "排列显示器、配置分辨率、刷新率和VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "音频"
},
@@ -438,24 +480,24 @@
"Audio Visualizer": "音频可视化"
},
"Audio device rename dialog field label": {
- "Custom Name": ""
+ "Custom Name": "自定义名称"
},
"Audio device rename dialog hint": {
"Press Enter and the audio system will restart to apply the change": ""
},
"Audio device rename dialog placeholder": {
- "Enter device name...": ""
+ "Enter device name...": "输入设备名称..."
},
"Audio device rename dialog title": {
- "Set Custom Device Name": ""
+ "Set Custom Device Name": "设置自定义设备名称"
},
"Audio settings description": {
- "Set custom names for your audio input devices": "",
- "Set custom names for your audio output devices": ""
+ "Set custom names for your audio input devices": "为您的音频输入设备设置自定义名称",
+ "Set custom names for your audio output devices": "为您的音频输出设备设置自定义名称"
},
"Audio settings empty state": {
- "No input devices found": "",
- "No output devices found": ""
+ "No input devices found": "未找到输入设备",
+ "No output devices found": "未找到输出设备"
},
"Audio settings: maximum volume limit per device": {
"Max Volume": ""
@@ -464,7 +506,7 @@
"Output Devices": ""
},
"Audio system restarted": {
- "Audio system restarted": ""
+ "Audio system restarted": "音频系统已重启"
},
"Audio volume control": {
"Audio volume control": "音量控制"
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "认证"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "认证"
},
"Authentication Required": {
"Authentication Required": "需要认证"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "认证失败,请重试"
},
@@ -560,7 +608,7 @@
"Automatically lock after": "在此时间后自动锁定"
},
"Automatically lock the screen when DMS starts": {
- "Automatically lock the screen when DMS starts": ""
+ "Automatically lock the screen when DMS starts": "DMS 启动时自动锁定屏幕"
},
"Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "当系统准备挂起时自动锁定屏幕"
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "提供详细视图和预测视图两种模式"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -617,7 +668,7 @@
"Bar Transparency": "状态栏透明度"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "阴影基础颜色(不透明度会自动应用)"
},
"Base duration for animations (drag to use Custom)": {
"Base duration for animations (drag to use Custom)": ""
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "电池"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "电池充电限制"
},
@@ -788,7 +842,7 @@
"Cancel": "取消"
},
"Cancel all jobs for \"%1\"?": {
- "Cancel all jobs for \"%1\"?": ""
+ "Cancel all jobs for \"%1\"?": "取消“%1”的所有作业吗?"
},
"Canceled": {
"Canceled": "已取消"
@@ -827,10 +881,10 @@
"Change bar appearance": "更改状态栏外观"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": ""
+ "Change the locale used by the DMS interface.": "更改 DMS 界面使用的区域设置。"
},
"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.": ""
+ "Change the locale used for date and time formatting, independent of the interface language.": "更改用于日期和时间格式化的区域设置,与界面语言无关。"
},
"Channel": {
"Channel": "频道"
@@ -842,10 +896,16 @@
"Check for system updates": "检查系统更新"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "按需检查同步状态。同步功能可一步将您的主题、设置、PAM 配置和壁纸应用到登录屏幕。必须运行同步才能应用更改。"
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "正在检查是否需要 sudo 认证..."
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
"Choose Color": "选择颜色"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "选择天气部件的显示方式"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "选择此栏如何解析阴影方向"
},
"Choose icon": {
"Choose icon": "选择图标"
@@ -941,7 +1001,7 @@
"Click 'Setup' to create the outputs config and add include to your compositor config.": "点击设置以创建输出配置,并添加至合成器配置。"
},
"Click + to add a rule for the focused window": {
- "Click + to add a rule for the focused window": ""
+ "Click + to add a rule for the focused window": "点击 + 号为当前聚焦窗口添加规则"
},
"Click Import to add a .ovpn or .conf": {
"Click Import to add a .ovpn or .conf": "点击导入添加 .ovpn 或 .conf 文件"
@@ -1025,7 +1085,7 @@
"Color displayed on monitors without the lock screen": "未显示锁屏的显示器上显示的颜色"
},
"Color for primary action buttons": {
- "Color for primary action buttons": ""
+ "Color for primary action buttons": "主要操作按钮颜色"
},
"Color temperature for day time": {
"Color temperature for day time": "白天模式色温"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "列宽"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "命令"
},
@@ -1166,7 +1229,7 @@
"Control Center Tile Color": "控制中心平铺颜色"
},
"Control animation duration for notification popups and history": {
- "Control animation duration for notification popups and history": ""
+ "Control animation duration for notification popups and history": "控制通知弹窗和历史记录的动画持续时间"
},
"Control currently playing media": {
"Control currently playing media": "控制当前播放的媒体"
@@ -1184,13 +1247,13 @@
"Controls shadow cast direction for elevation layers": ""
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "控制阴影的基础模糊半径和偏移量"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "控制阴影的透明度"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "登录界面的便捷选项。同步以应用。"
},
"Cooldown": {
"Cooldown": "冷却"
@@ -1264,14 +1327,17 @@
"Create Window Rule": {
"Create Window Rule": "创建窗口规则"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "为此创建规则:"
},
"Create rules to mute, ignore, hide from history, or override notification priority.": {
- "Create rules to mute, ignore, hide from history, or override notification priority.": ""
+ "Create rules to mute, ignore, hide from history, or override notification priority.": "创建规则以静音、忽略、从历史记录中隐藏或覆盖通知优先级。"
},
"Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": {
- "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": ""
+ "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "创建规则以静音、忽略、从历史记录中隐藏或覆盖通知优先级。默认设置仅覆盖优先级;通知仍会正常显示。"
},
"Creating...": {
"Creating...": "正在创建..."
@@ -1283,7 +1349,7 @@
"Current Items": "当前项目"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "当前区域设置"
},
"Current Period": {
"Current Period": "当前时间"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "DMS 插件管理器不可用"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "DMS Greeter 需求:greetd, dms-greeter; 指纹:fprintd, pam_fprintd; 安全密钥:pam_u2f; 将您的用户添加到 greeter 组; Sync 会先检查 sudo,并在需要交互式身份验证时打开终端。"
},
"DMS out of date": {
"DMS out of date": "DMS 不是最新版本"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "暗色模式"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "暗化背景"
},
@@ -1430,10 +1502,10 @@
"Date Format": "日期格式"
},
"Date format": {
- "Date format": ""
+ "Date format": "日期格式"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "Greeter 界面日期格式"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "黎明(天文晨光)"
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "详细"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "开发"
},
@@ -1703,13 +1778,13 @@
"Downloads": ""
},
"Drag to Reorder": {
- "Drag to Reorder": ""
+ "Drag to Reorder": "拖动以重新排序"
},
"Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": {
"Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "拖动部件以在各区块内重新排序。点击眼睛图标可隐藏/显示部件(保留间距),点击 X 可彻底移除。"
},
"Drag workspace indicators to reorder them": {
- "Drag workspace indicators to reorder them": ""
+ "Drag workspace indicators to reorder them": "拖动工作区指示器以重新排序"
},
"Driver": {
"Driver": "驱动程序"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "已开启"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "正在启用WiFi..."
},
@@ -1847,7 +1952,7 @@
"End": "结束"
},
"Enlarge on Hover": {
- "Enlarge on Hover": ""
+ "Enlarge on Hover": "悬停放大"
},
"Enlargement %": {
"Enlargement %": ""
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "输入PIN "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "为此工作区键入新名称"
},
"Enter a search query": {
"Enter a search query": "输入检索内容"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "输入凭据 "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "无法取消所选的任务"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "检查固定限制失败"
},
@@ -2054,7 +2168,7 @@
"Failed to remove printer from class": "从类别中移除打印机失败"
},
"Failed to restart audio system": {
- "Failed to restart audio system": ""
+ "Failed to restart audio system": "无法重启音频系统"
},
"Failed to restart job": {
"Failed to restart job": "重新启动任务失败"
@@ -2063,7 +2177,7 @@
"Failed to resume printer": "无法恢复打印机"
},
"Failed to save audio config": {
- "Failed to save audio config": ""
+ "Failed to save audio config": "音频配置保存失败"
},
"Failed to save clipboard setting": {
"Failed to save clipboard setting": "无法保存剪切板设置"
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "设置夜间模式温度失败"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "无法设置个人资料图片"
},
@@ -2138,7 +2255,7 @@
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": ""
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "文件搜索需要dsearch\\n请从github.com/AvengeMedia/danksearch进行安装"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "文件搜索需要dsearch\\n请从github.com/morelazers/dsearch进行安装"
},
"Files": {
"Files": "文件"
@@ -2155,6 +2272,15 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "以毫秒为单位微调动画时间"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
"First Day of Week": ""
},
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "聚焦颜色"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "当前窗口"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": ""
},
@@ -2275,8 +2407,14 @@
"Format Legend": {
"Format Legend": "参考格式"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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.": ""
+ "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "关闭启动器时释放显存/内存。重新打开时可能会有轻微延迟。"
},
"Freezing Drizzle": {
"Freezing Drizzle": ""
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU 温度"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "游戏"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "伽玛控制不可用,需要 DMS API v6+。"
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "设备"
},
@@ -2396,7 +2540,7 @@
"HDR (EDID)": "HDR(EDID)"
},
"HDR Tone Mapping": {
- "HDR Tone Mapping": "HDR色调映射"
+ "HDR Tone Mapping": "HDR 色调映射"
},
"HDR mode is experimental. Verify your monitor supports HDR before enabling.": {
"HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR模式仍处实验性质。请先确认你的显示器支持HDR再启用。"
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "高保真配色,保留原始色调。"
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "历史设置"
},
@@ -2548,12 +2698,18 @@
"Humidity": {
"Humidity": "湿度"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Hyprland布局覆盖"
},
"Hyprland Options": {
"Hyprland Options": "Hyprland 选项"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "我明白以上内容"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "密码错误"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "指示样式"
},
@@ -2735,10 +2897,10 @@
"Failed to browse device": "浏览设备失败",
"Failed to launch SMS app": "启动SMS应用失败",
"Failed to reject pairing": "拒绝配对失败",
- "Failed to ring device": "环绕设备失败",
+ "Failed to ring device": "响铃设备失败",
"Failed to send clipboard": "发送剪切板失败",
"Failed to send file": "发送文件失败",
- "Failed to send ping": "发送ping失败",
+ "Failed to send ping": "发送 Ping 失败",
"Failed to share": "共享失败",
"Pairing failed": "配对失败",
"Unpair failed": "取消配对失败"
@@ -2799,8 +2961,8 @@
"Verification": "验证"
},
"KDE Connect ping action": {
- "Ping sent": "Ping已发送",
- "Ping sent to": "Ping已发送至此处"
+ "Ping sent": "Ping 已发送",
+ "Ping sent to": "Ping 已发送至"
},
"KDE Connect ping tooltip": {
"Ping": "Ping"
@@ -2809,7 +2971,7 @@
"Refresh": "刷新"
},
"KDE Connect refresh button | Phone Connect refresh tooltip": {
- "Refresh": ""
+ "Refresh": "刷新"
},
"KDE Connect reject pairing button": {
"Reject": "拒绝"
@@ -2818,13 +2980,13 @@
"Request Pairing": "请求配对"
},
"KDE Connect ring action": {
- "Ringing": "环绕"
+ "Ringing": "响铃"
},
"KDE Connect ring action | Phone Connect ring action": {
- "Ringing": ""
+ "Ringing": "响铃"
},
"KDE Connect ring tooltip": {
- "Ring": "环绕"
+ "Ring": "响铃"
},
"KDE Connect send file button": {
"Send File": "发送文件"
@@ -2917,15 +3079,27 @@
"Keys": {
"Keys": "键"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "结束进程"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED设备"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
"Host": ""
},
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": ""
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "线性"
},
@@ -3047,7 +3230,7 @@
"This may take a few seconds": ""
},
"Loading overlay while WirePlumber restarts": {
- "Restarting audio system...": ""
+ "Restarting audio system...": "正在重启音频系统..."
},
"Loading plugins...": {
"Loading plugins...": "正在加载插件…..."
@@ -3106,6 +3289,9 @@
"Log Out": {
"Log Out": "注销"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
"Login Authentication": ""
},
@@ -3170,10 +3356,10 @@
"Marker Waste Full": "废墨仓已饱和"
},
"Match Criteria": {
- "Match Criteria": ""
+ "Match Criteria": "匹配条件"
},
"Matches profile: %1": {
- "Matches profile: %1": ""
+ "Matches profile: %1": "匹配配置文件:%1"
},
"Material Colors": {
"Material Colors": "Material 配色"
@@ -3197,16 +3383,16 @@
"Max H": ""
},
"Max Pinned Apps": {
- "Max Pinned Apps": ""
+ "Max Pinned Apps": "最大固定应用数"
},
"Max Pinned Apps (0 = Unlimited)": {
- "Max Pinned Apps (0 = Unlimited)": ""
+ "Max Pinned Apps (0 = Unlimited)": "最大固定应用数 (0 = 无限制)"
},
"Max Running Apps": {
- "Max Running Apps": ""
+ "Max Running Apps": "最大运行应用数"
},
"Max Running Apps (0 = Unlimited)": {
- "Max Running Apps (0 = Unlimited)": ""
+ "Max Running Apps (0 = Unlimited)": "最大运行应用数 (0 = 无限制)"
},
"Max W": {
"Max W": ""
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "媒体播放器设置"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "媒体播放器 ("
},
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "正在暂停打印机"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": ""
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "已命名工作区图标"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "导航栏"
},
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "新通知"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "新窗口规则"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "无 VPN 配置"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "无天气数据"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "无操作"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "无适配器"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "未找到文件"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": ""
},
"No hidden apps.": {
"No hidden apps.": "无已隐藏应用。"
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "暂未添加任何项目"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "未找到匹配项"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "无插件结果"
},
@@ -3637,6 +3856,9 @@
"No saved clipboard entries": {
"No saved clipboard entries": "无已保存剪切板项目"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
"No status output.": ""
},
@@ -3649,6 +3871,9 @@
"No video found in folder": {
"No video found in folder": ""
},
+ "No wallpapers": {
+ "No wallpapers": ""
+ },
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": ""
},
@@ -3662,7 +3887,7 @@
"No widgets match your search": "未找到匹配的部件"
},
"No window rules configured": {
- "No window rules configured": ""
+ "No window rules configured": "未配置窗口规则"
},
"None": {
"None": "无"
@@ -3682,6 +3907,18 @@
"Not available — install fprintd and enroll fingerprints.": {
"Not available — install fprintd and enroll fingerprints.": ""
},
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
+ },
"Not available — install pam_u2f and enroll keys.": {
"Not available — install pam_u2f and enroll keys.": ""
},
@@ -3766,6 +4003,9 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "根据时间或位置调节伽马值。"
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
},
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "出纸盒已满"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "未检测到出纸盒"
},
@@ -3862,6 +4105,9 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "为此输出覆盖全局布局设置"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
"Override the global shadow with per-bar settings": ""
},
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "覆盖"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN 码"
},
@@ -3913,8 +4174,11 @@
"Password": {
"Password": "密码"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
- "Paste": ""
+ "Paste": "粘贴"
},
"Path to a video file or folder containing videos": {
"Path to a video file or folder containing videos": ""
@@ -3953,57 +4217,57 @@
"Personalization": "个性化"
},
"Phone Connect SMS action": {
- "Opening SMS app": ""
+ "Opening SMS app": "正在打开短信应用"
},
"Phone Connect browse action": {
- "Opening file browser": "打开文件资源管理器"
+ "Opening file browser": "正在打开文件浏览器"
},
"Phone Connect daemon hint": {
- "Start KDE Connect or Valent to use this plugin": ""
+ "Start KDE Connect or Valent to use this plugin": "启动 KDE Connect 或 Valent 以使用此插件"
},
"Phone Connect error": {
"Failed to accept pairing": "接受配对失败",
"Failed to browse device": "无法浏览设备",
"Failed to launch SMS app": "无法启动SMS应用",
"Failed to reject pairing": "拒绝配对失败",
- "Failed to ring device": "",
+ "Failed to ring device": "响铃设备失败",
"Failed to send clipboard": "发送剪切板失败",
"Failed to send file": "文件发送失败",
- "Failed to send ping": "",
+ "Failed to send ping": "发送 Ping 失败",
"Failed to share": "分享失败",
- "Pairing failed": "",
+ "Pairing failed": "配对失败",
"Unpair failed": ""
},
"Phone Connect file send": {
"Sending": ""
},
"Phone Connect file share notification": {
- "File received from": ""
+ "File received from": "文件接收自"
},
"Phone Connect hint message": {
- "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 正在您的其他设备上运行"
},
"Phone Connect no devices status | bluetooth status": {
"No devices": ""
},
"Phone Connect pairing action": {
"Device paired": "设备已配对",
- "Pairing request sent": ""
+ "Pairing request sent": "配对请求已发送"
},
"Phone Connect pairing request notification": {
- "Pairing request from": ""
+ "Pairing request from": "配对请求来自"
},
"Phone Connect pairing verification key label": {
"Verification": ""
},
"Phone Connect ping action": {
- "Ping sent to": ""
+ "Ping sent to": "Ping 已发送至"
},
"Phone Connect refresh tooltip": {
"Refresh": ""
},
"Phone Connect service unavailable message": {
- "Phone Connect unavailable": ""
+ "Phone Connect unavailable": "手机连接不可用"
},
"Phone Connect share success": {
"Shared": ""
@@ -4012,7 +4276,7 @@
"Start KDE Connect or Valent": ""
},
"Phone Connect unavailable error title": {
- "Phone Connect Not Available": ""
+ "Phone Connect Not Available": "手机连接不可用"
},
"Phone Connect unavailable status": {
"Unavailable": ""
@@ -4065,6 +4329,9 @@
"Playback error: ": {
"Playback error: ": ""
},
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
+ },
"Plugged In": {
"Plugged In": "连接电源"
},
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "预设宽度(%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "按键..."
},
@@ -4246,7 +4516,7 @@
"Profile activated: %1": ""
},
"Profile deleted": {
- "Profile deleted": ""
+ "Profile deleted": "配置已删除"
},
"Profile error": {
"Profile error": ""
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "重命名"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "重命名工作区"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "要求按住按钮/键以确认关机、重启、休眠、挂起和注销"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "需要dgop工具"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "重启 DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "恢复"
},
@@ -4489,10 +4768,10 @@
"Running Apps Settings": "活动应用设置"
},
"Running apps filter: only show apps from the active workspace": {
- "Current Workspace": ""
+ "Current Workspace": "当前工作区"
},
"Running apps filter: only show apps from the same monitor": {
- "Current Monitor": ""
+ "Current Monitor": "当前显示器"
},
"Running greeter sync…": {
"Running greeter sync…": ""
@@ -4513,7 +4792,7 @@
"Save QR Code": ""
},
"Save and switch between display configurations": {
- "Save and switch between display configurations": ""
+ "Save and switch between display configurations": "保存并切换显示配置"
},
"Save password": {
"Save password": "保存密码"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": ""
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "滚动滚轮"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "搜索插件中..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "搜索部件..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "安全性"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "选择"
},
@@ -4719,8 +5010,11 @@
"Server": {
"Server": "服务器"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
- "Set custom name": ""
+ "Set custom name": "设置自定义名称"
},
"Set different wallpapers for each connected monitor": {
"Set different wallpapers for each connected monitor": "分别为各个显示器设置壁纸"
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "短"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "快捷键"
},
@@ -4873,7 +5170,7 @@
"Show Occupied Workspaces Only": "仅显示占用工作区"
},
"Show Overflow Badge Count": {
- "Show Overflow Badge Count": ""
+ "Show Overflow Badge Count": "显示溢出徽标计数"
},
"Show Power Off": {
"Show Power Off": "显示关机"
@@ -4891,7 +5188,7 @@
"Show Restart DMS": "显示重启 DMS"
},
"Show Saved Items": {
- "Show Saved Items": ""
+ "Show Saved Items": "显示已保存的项目"
},
"Show Seconds": {
"Show Seconds": "显示秒数"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "显示天气状况"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "显示欢迎信息"
},
@@ -4948,7 +5248,13 @@
"Show in GB": ""
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
- "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "在Niri概览中打字时显示启动器叠加层。禁用该项以使用其他启动器。"
+ "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "在 Niri 概览中打字时显示启动器叠加层。禁用该项以使用其他启动器。"
+ },
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
},
"Show on Last Display": {
"Show on Last Display": "上一个显示器"
@@ -5010,6 +5316,9 @@
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "在顶栏和控制中心显示天气信息"
},
+ "Show week number in the calendar": {
+ "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": "在顶栏工作区切换器中显示工作区索引号"
},
@@ -5056,7 +5365,7 @@
"Sizing": "大小调整"
},
"Skip confirmation": {
- "Skip confirmation": ""
+ "Skip confirmation": "跳过确认"
},
"Small": {
"Small": "小"
@@ -5176,11 +5485,14 @@
"Suspend system after": "在此时间后挂起系统"
},
"Suspend then Hibernate": {
- "Suspend then Hibernate": ""
+ "Suspend then Hibernate": "挂起后休眠"
},
"Swap": {
"Swap": "虚拟内存"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "切换用户"
},
@@ -5209,7 +5521,7 @@
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "同步需要 sudo 身份验证。正在打开终端,以便您可以使用密码或指纹。"
},
"System": {
"System": "系统工具"
@@ -5245,7 +5557,7 @@
"System notification area icons": "系统通知区域图标"
},
"System sounds are not available. Install %1 for sound support.": {
- "System sounds are not available. Install %1 for sound support.": ""
+ "System sounds are not available. Install %1 for sound support.": "系统声音不可用。请安装 %1 以获得声音支持。"
},
"System sounds are not available. Install canberra-gtk-play for sound support.": {
"System sounds are not available. Install canberra-gtk-play for sound support.": "系统声音不可用。请安装 canberra-gtk-play 以获得声音支持。"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 导航 • ←→↑↓: 网格导航 • 回车/空格: 选中"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "终端自定义附加参数"
},
"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.": ""
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "终端回退失败。请安装受支持的终端模拟器之一,或手动运行“dms greeter sync”。"
},
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "终端回退已打开。同步将在该处完成;完成后将自动关闭。"
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "终端已打开。请在终端完成同步身份验证;完成后将自动关闭。"
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "终端总使用暗色主题"
@@ -5298,6 +5616,9 @@
"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 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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "打印任务队列为空"
},
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "碳粉不足"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "工具"
},
@@ -5515,7 +5839,7 @@
"Second Factor (AND)": ""
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "Alternative (OR)"
},
"Unavailable": {
"Unavailable": "不可用"
@@ -5530,10 +5854,10 @@
"Uninstall Plugin": "卸载插件"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "卸载完成。Greeter 已被移除。"
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "卸载 DMS Greeter?这将删除配置并恢复您之前的显示管理器。系统将打开一个终端以进行 sudo 身份验证。"
},
"Unknown": {
"Unknown": "未知"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": ""
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": ""
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": ""
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": ""
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "使用系统主题"
},
"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 image for the login screen, or leave empty to use your desktop wallpaper.": "使用自定义图像作为登录屏幕,或留空以使用您的桌面壁纸。"
},
"Use a fixed shadow direction for this bar": {
- "Use a fixed shadow direction for this bar": ""
+ "Use a fixed shadow direction for this bar": "为此栏使用固定的阴影方向"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "进行媒体播放时显示动画波形进度条"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "使用自定义窗口圆角代替主题半径"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "使用桌面壁纸"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "使用指纹识别进行锁屏验证(需要录入指纹)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "用户名"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "使用基于位置信息的日出/日落时间。"
},
@@ -5782,7 +6118,7 @@
"Video Path": ""
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "动态屏保"
},
"Videos": {
"Videos": ""
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "天气部件"
},
+ "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": ""
+ },
"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.": "启用后,应用按字母顺序排序;禁用则按使用频率排序"
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "检测到未保存的更改,是否在打开文件前保存?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "动作"
},
"apps": {
"apps": "应用程序"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "已静音",
"No input device": "无输入设备",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": ""
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop不可用"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "写入:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl 存在,但未包含在 config.kdl 中。除非修复此问题,否则自定义键绑定将无法工作。"
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "例如:通知发送 'Hello' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "未找到插件"
},
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "GPU监视"
},
"greeter action confirmation": {
- "Activate Greeter": "",
+ "Activate Greeter": "激活 Greeter",
"Install Greeter": "",
- "Uninstall Greeter": ""
+ "Uninstall Greeter": "卸载 Greeter"
},
"greeter back button": {
"Back": "返回"
@@ -6386,7 +6740,7 @@
"Checking…": ""
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "点击刷新以查看状态。"
},
"greeter theme description": {
"Dynamic colors, presets": "动态颜色与预设"
@@ -6446,11 +6800,12 @@
"Loading...": "加载中..."
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "“Alternative”(替代)模式允许密钥自行解锁。“Second factor”(双重验证)模式则需要先输入密码或指纹,然后再使用密钥。",
"Security key mode": ""
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "使用 FIDO2/U2F 安全密钥(例如 YubiKey)进行锁屏验证(需要已注册的密钥)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "仅应用名",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 启用锁定集成需连接 DMS socket"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "内容",
"Expressive": "具有表现力的",
@@ -6521,6 +6882,15 @@
"Select network": "选择网络",
"WiFi off": "WiFi关闭"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "缺失自定义主题文件"
},
@@ -6597,7 +6967,7 @@
"Regex": ""
},
"notification rule urgency option": {
- "Critical Priority": "",
+ "Critical Priority": "最高优先级",
"Low Priority": "",
"Normal Priority": ""
},
@@ -6660,6 +7030,9 @@
"Performance": "性能",
"Power Saver": "省电"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "首选"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": ""
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "设置处于只读状态。更改将不会保存。"
},
@@ -6723,7 +7099,7 @@
"Text": "文本"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "自定义"
},
"shadow direction option": {
"Bottom": "",
@@ -6841,29 +7217,29 @@
"Tile V": "垂直平铺"
},
"wallpaper interval": {
- "1 hour": "",
- "1 hour 30 minutes": "",
- "1 minute": "",
- "10 seconds": "",
- "12 hours": "",
- "15 minutes": "",
- "15 seconds": "",
- "2 hours": "",
- "20 seconds": "",
- "25 seconds": "",
- "3 hours": "",
- "30 minutes": "",
- "30 seconds": "",
- "35 seconds": "",
- "4 hours": "",
- "40 seconds": "",
- "45 seconds": "",
- "5 minutes": "",
- "5 seconds": "",
- "50 seconds": "",
- "55 seconds": "",
- "6 hours": "",
- "8 hours": ""
+ "1 hour": "1小时",
+ "1 hour 30 minutes": "1小时30分钟",
+ "1 minute": "1分钟",
+ "10 seconds": "10秒",
+ "12 hours": "12小时",
+ "15 minutes": "15分钟",
+ "15 seconds": "15秒",
+ "2 hours": "2小时",
+ "20 seconds": "20秒",
+ "25 seconds": "25秒",
+ "3 hours": "3小时",
+ "30 minutes": "30分钟",
+ "30 seconds": "30秒",
+ "35 seconds": "35秒",
+ "4 hours": "4小时",
+ "40 seconds": "40秒",
+ "45 seconds": "45秒",
+ "5 minutes": "5分钟",
+ "5 seconds": "5秒",
+ "50 seconds": "50秒",
+ "55 seconds": "55秒",
+ "6 hours": "6小时",
+ "8 hours": "8小时"
},
"wallpaper not set label": {
"Not set": ""
@@ -6881,12 +7257,12 @@
"External Wallpaper Management": "外部壁纸管理"
},
"wallpaper transition option": {
- "Disc": "Disc",
+ "Disc": "涟漪",
"Fade": "淡入淡出",
- "Iris Bloom": "光圈绽放",
+ "Iris Bloom": "径向绽放",
"None": "无",
"Pixelate": "像素化",
- "Portal": "门户",
+ "Portal": "传送门",
"Random": "随机",
"Stripes": "条纹",
"Wipe": "擦除"
@@ -6945,5 +7321,8 @@
},
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": {
"↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": ""
+ },
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json
index c51682bb..a892cdf5 100644
--- a/quickshell/translations/poexports/zh_TW.json
+++ b/quickshell/translations/poexports/zh_TW.json
@@ -5,14 +5,26 @@
"%1 DMS bind(s) may be overridden by config binds that come after the include.": {
"%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS 綁定可能被包含之後的配置綁定覆蓋。"
},
+ "%1 Sessions": {
+ "%1 Sessions": ""
+ },
+ "%1 active session": {
+ "%1 active session": ""
+ },
+ "%1 active sessions": {
+ "%1 active sessions": ""
+ },
"%1 adapter(s), none connected": {
"%1 adapter(s), none connected": "%1 個轉接器,未連接"
},
"%1 adapter, none connected": {
- "%1 adapter, none connected": ""
+ "%1 adapter, none connected": "%1 個轉接器,未連接"
},
"%1 adapters, none connected": {
- "%1 adapters, none connected": ""
+ "%1 adapters, none connected": "%1 個轉接器,未連接"
+ },
+ "%1 character": {
+ "%1 character": ""
},
"%1 characters": {
"%1 characters": "%1 個字元"
@@ -36,13 +48,13 @@
"%1 disconnected (hidden)": "%1 已中斷連線 (隱藏)"
},
"%1 display": {
- "%1 display": ""
+ "%1 display": "%1 個顯示器"
},
"%1 display(s)": {
"%1 display(s)": "%1 個螢幕"
},
"%1 displays": {
- "%1 displays": ""
+ "%1 displays": "%1 個顯示器"
},
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": {
"%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 存在但未包含在設定中。自訂快捷鍵在修正此問題前將無法運作。"
@@ -50,6 +62,9 @@
"%1 exists but is not included. Window rules won't apply.": {
"%1 exists but is not included. Window rules won't apply.": "%1 存在但未納入。視窗規則將不適用。"
},
+ "%1 filtered": {
+ "%1 filtered": ""
+ },
"%1 is now included in config": {
"%1 is now included in config": "%1 現已包含在設定中"
},
@@ -62,12 +77,30 @@
"%1 printer(s)": {
"%1 printer(s)": "%1 台印表機"
},
+ "%1 update": {
+ "%1 update": ""
+ },
+ "%1 updates": {
+ "%1 updates": ""
+ },
"%1 variants": {
"%1 variants": "%1 種變體"
},
+ "%1 wallpaper • %2 / %3": {
+ "%1 wallpaper • %2 / %3": ""
+ },
+ "%1 wallpapers • %2 / %3": {
+ "%1 wallpapers • %2 / %3": ""
+ },
"%1 widgets": {
"%1 widgets": "%1 個部件"
},
+ "%1 window": {
+ "%1 window": ""
+ },
+ "%1 windows": {
+ "%1 windows": ""
+ },
"%1m ago": {
"%1m ago": "%1 分鐘前"
},
@@ -78,7 +111,7 @@
"+ %1 more": "+ %1 個"
},
"/path/to/videos": {
- "/path/to/videos": ""
+ "/path/to/videos": "/影片/路徑"
},
"0 = square corners": {
"0 = square corners": "0 = 直角"
@@ -129,7 +162,7 @@
"24-Hour Format": "24 小時制"
},
"24-hour clock": {
- "24-hour clock": ""
+ "24-hour clock": "24 小時制"
},
"24-hour format": {
"24-hour format": "24 小時制"
@@ -185,6 +218,9 @@
"90°": {
"90°": "90°"
},
+ "MIT License": {
+ "MIT License": ""
+ },
"A file with this name already exists. Do you want to overwrite it?": {
"A file with this name already exists. Do you want to overwrite it?": "檔案名稱已存在。是否要覆蓋它?"
},
@@ -222,7 +258,7 @@
"Action": "動作"
},
"Action failed or terminal was closed.": {
- "Action failed or terminal was closed.": ""
+ "Action failed or terminal was closed.": "操作失敗或終端機已關閉。"
},
"Actions": {
"Actions": "選項"
@@ -231,7 +267,7 @@
"Activate": "啟用"
},
"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.": ""
+ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "啟用 DMS 歡迎畫面?將開啟終端機以進行 sudo 驗證。啟用後執行「同步」以套用您的設定。"
},
"Activation": {
"Activation": "啟用"
@@ -407,9 +443,15 @@
"Apps with notification popups muted. Unmute or delete to remove.": {
"Apps with notification popups muted. Unmute or delete to remove.": "已靜音通知彈出視窗的應用程式。解除靜音或刪除以移除。"
},
+ "Are you sure you want to kill session \"%1\"?": {
+ "Are you sure you want to kill session \"%1\"?": ""
+ },
"Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "排列顯示器並設定解析度、重新整理頻率和 VRR"
},
+ "Attach": {
+ "Attach": ""
+ },
"Audio": {
"Audio": "音訊"
},
@@ -478,12 +520,18 @@
"Authenticate": {
"Authenticate": "驗證"
},
+ "Authenticating...": {
+ "Authenticating...": ""
+ },
"Authentication": {
"Authentication": "驗證"
},
"Authentication Required": {
"Authentication Required": "需要驗證"
},
+ "Authentication error - try again": {
+ "Authentication error - try again": ""
+ },
"Authentication failed, please try again": {
"Authentication failed, please try again": "驗證失敗,請重試"
},
@@ -586,6 +634,9 @@
"Available in Detailed and Forecast view modes": {
"Available in Detailed and Forecast view modes": "可於詳細和預報檢視模式中顯示"
},
+ "Available.": {
+ "Available.": ""
+ },
"BSSID": {
"BSSID": "BSSID"
},
@@ -596,7 +647,7 @@
"Backend": "後端"
},
"Background": {
- "Background": ""
+ "Background": "背景"
},
"Background Opacity": {
"Background Opacity": "背景不透明度"
@@ -611,13 +662,13 @@
"Bar Configurations": "欄設定"
},
"Bar Shadows": {
- "Bar Shadows": ""
+ "Bar Shadows": "列陰影"
},
"Bar Transparency": {
"Bar Transparency": "欄透明度"
},
"Base color for shadows (opacity is applied automatically)": {
- "Base color for shadows (opacity is applied automatically)": ""
+ "Base color for shadows (opacity is applied automatically)": "陰影的基礎顏色 (不透明度會自動套用)"
},
"Base duration for animations (drag to use Custom)": {
"Base duration for animations (drag to use Custom)": "動畫基本持續時間(拖曳以使用自訂)"
@@ -625,6 +676,9 @@
"Battery": {
"Battery": "電池"
},
+ "Battery %1": {
+ "Battery %1": ""
+ },
"Battery Charge Limit": {
"Battery Charge Limit": "電池充電上限"
},
@@ -740,10 +794,10 @@
"Button Color": "按鈕顏色"
},
"Button state while testing printer connection": {
- "Testing...": ""
+ "Testing...": "正在測試..."
},
"Button to test connection to a printer by IP address": {
- "Test Connection": ""
+ "Test Connection": "測試連線"
},
"CPU": {
"CPU": "CPU"
@@ -827,10 +881,10 @@
"Change bar appearance": "變更欄外觀"
},
"Change the locale used by the DMS interface.": {
- "Change the locale used by the DMS interface.": ""
+ "Change the locale used by the DMS interface.": "變更 DMS 介面使用的語系。"
},
"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.": ""
+ "Change the locale used for date and time formatting, independent of the interface language.": "變更用於日期和時間格式的語系,與介面語言無關。"
},
"Channel": {
"Channel": "頻道"
@@ -842,10 +896,16 @@
"Check for system updates": "檢查系統更新"
},
"Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": {
- "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": ""
+ "Check sync status on demand. Sync copies your theme, settings, PAM config, and wallpaper to the login screen in one step. Must run Sync to apply changes.": "按需檢查同步狀態。同步會一次性將您的主題、設定、PAM 配置和桌布複製到登入畫面。必須執行「同步」才能套用變更。"
+ },
+ "Checking for updates...": {
+ "Checking for updates...": ""
},
"Checking whether sudo authentication is needed…": {
- "Checking whether sudo authentication is needed…": ""
+ "Checking whether sudo authentication is needed…": "正在檢查是否需要 sudo 驗證…"
+ },
+ "Checking...": {
+ "Checking...": ""
},
"Choose Color": {
"Choose Color": "選擇顏色"
@@ -866,7 +926,7 @@
"Choose how the weather widget is displayed": "選擇天氣小工具的顯示方式"
},
"Choose how this bar resolves shadow direction": {
- "Choose how this bar resolves shadow direction": ""
+ "Choose how this bar resolves shadow direction": "選擇此列如何解析陰影方向"
},
"Choose icon": {
"Choose icon": "選擇圖示"
@@ -1054,6 +1114,9 @@
"Column Width": {
"Column Width": "欄寬"
},
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": {
+ "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": ""
+ },
"Command": {
"Command": "指令"
},
@@ -1181,16 +1244,16 @@
"Controls opacity of all popouts, modals, and their content layers": "控制所有彈出視窗、互動視窗及其內容層的透明度"
},
"Controls shadow cast direction for elevation layers": {
- "Controls shadow cast direction for elevation layers": ""
+ "Controls shadow cast direction for elevation layers": "控制高程層的陰影投射方向"
},
"Controls the base blur radius and offset of shadows": {
- "Controls the base blur radius and offset of shadows": ""
+ "Controls the base blur radius and offset of shadows": "控制陰影的基本模糊半徑和偏移"
},
"Controls the transparency of the shadow": {
- "Controls the transparency of the shadow": ""
+ "Controls the transparency of the shadow": "控制陰影的透明度"
},
"Convenience options for the login screen. Sync to apply.": {
- "Convenience options for the login screen. Sync to apply.": ""
+ "Convenience options for the login screen. Sync to apply.": "登入畫面的便捷選項。同步以套用。"
},
"Cooldown": {
"Cooldown": "冷卻時間"
@@ -1264,6 +1327,9 @@
"Create Window Rule": {
"Create Window Rule": "建立視窗規則"
},
+ "Create a new %1 session (n)": {
+ "Create a new %1 session (n)": ""
+ },
"Create rule for:": {
"Create rule for:": "建立規則:"
},
@@ -1283,7 +1349,7 @@
"Current Items": "目前項目"
},
"Current Locale": {
- "Current Locale": ""
+ "Current Locale": "目前語系"
},
"Current Period": {
"Current Period": "目前週期"
@@ -1349,10 +1415,10 @@
"Custom Reboot Command": "自訂重新啟動指令"
},
"Custom Shadow Color": {
- "Custom Shadow Color": ""
+ "Custom Shadow Color": "自訂陰影顏色"
},
"Custom Shadow Override": {
- "Custom Shadow Override": ""
+ "Custom Shadow Override": "自訂陰影覆寫"
},
"Custom Suspend Command": {
"Custom Suspend Command": "自訂睡眠指令"
@@ -1382,7 +1448,7 @@
"DMS Plugin Manager Unavailable": "DMS 插件管理器不可用"
},
"DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": {
- "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": ""
+ "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Sync checks sudo first and opens a terminal when interactive authentication is required.": "DMS 歡迎畫面需要:greetd、dms-greeter。指紋:fprintd、pam_fprintd。安全密鑰:pam_u2f。將您的使用者新增到 greeter 群組。同步會先檢查 sudo,並在需要互動式驗證時開啟終端機。"
},
"DMS out of date": {
"DMS out of date": "DMS 已過期"
@@ -1423,6 +1489,12 @@
"Dark Mode": {
"Dark Mode": "深色主題"
},
+ "Dark mode base": {
+ "Dark mode base": ""
+ },
+ "Dark mode harmony": {
+ "Dark mode harmony": ""
+ },
"Darken Modal Background": {
"Darken Modal Background": "暗化模態背景"
},
@@ -1430,10 +1502,10 @@
"Date Format": "日期格式"
},
"Date format": {
- "Date format": ""
+ "Date format": "日期格式"
},
"Date format on greeter": {
- "Date format on greeter": ""
+ "Date format on greeter": "歡迎畫面上的日期格式"
},
"Dawn (Astronomical Twilight)": {
"Dawn (Astronomical Twilight)": "黎明 (天文曙光)"
@@ -1496,7 +1568,7 @@
"Delete profile \"%1\"?": "刪除設定檔 \"%1\"?"
},
"Dependencies & documentation": {
- "Dependencies & documentation": ""
+ "Dependencies & documentation": "依賴項與文件"
},
"Derives colors that closely match the underlying image.": {
"Derives colors that closely match the underlying image.": "提取與底層圖像高度匹配的顏色。"
@@ -1528,6 +1600,9 @@
"Detailed": {
"Detailed": "詳細"
},
+ "Details for \"%1": {
+ "Details for \"%1\"": ""
+ },
"Development": {
"Development": "開發"
},
@@ -1565,7 +1640,7 @@
"Disabled": "已停用"
},
"Disabled.": {
- "Disabled.": ""
+ "Disabled.": "已停用。"
},
"Disabling WiFi...": {
"Disabling WiFi...": "正在停用 Wi-Fi..."
@@ -1589,7 +1664,7 @@
"Disk Usage": "硬碟使用率"
},
"Disk Usage Display": {
- "Disk Usage Display": ""
+ "Disk Usage Display": "磁碟使用量顯示"
},
"Disks": {
"Disks": "磁碟"
@@ -1769,7 +1844,7 @@
"Enable Do Not Disturb": "啟用勿擾模式"
},
"Enable FIDO2/U2F hardware security key for lock screen": {
- "Enable security key authentication": ""
+ "Enable security key authentication": "啟用安全密鑰驗證"
},
"Enable GPU Temperature": {
"Enable GPU Temperature": "啟用 GPU 溫度"
@@ -1787,7 +1862,7 @@
"Enable System Sounds": "啟用系統音效"
},
"Enable Video Screensaver": {
- "Enable Video Screensaver": ""
+ "Enable Video Screensaver": "啟用影片螢幕保護程式"
},
"Enable Weather": {
"Enable Weather": "啟用天氣預報"
@@ -1796,19 +1871,19 @@
"Enable WiFi": "啟用 WiFi"
},
"Enable a custom override below to set per-bar shadow intensity, opacity, and color.": {
- "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": ""
+ "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "啟用下面的自訂覆寫以設定每個列的陰影強度、不透明度和顏色。"
},
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "啟用合成器可定位的模糊圖層(命名空間:dms:blurwallpaper)。需要手動配置 niri。"
},
"Enable fingerprint at login": {
- "Enable fingerprint at login": ""
+ "Enable fingerprint at login": "在登入時啟用指紋"
},
"Enable fingerprint authentication": {
"Enable fingerprint authentication": "啟用指紋驗證"
},
"Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": {
- "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": ""
+ "Enable fingerprint or security key for DMS Greeter. Run Sync to apply and configure PAM.": "為 DMS 歡迎畫面啟用指紋或安全密鑰。執行「同步」以套用和配置 PAM。"
},
"Enable loginctl lock integration": {
"Enable loginctl lock integration": "啟用 loginctl 鎖定整合"
@@ -1826,7 +1901,7 @@
"Show Profile Image": "顯示個人資料圖片"
},
"Enable security key at login": {
- "Enable security key at login": ""
+ "Enable security key at login": "在登入時啟用安全密鑰"
},
"Enable system date display on the lock screen window": {
"Show System Date": "顯示系統日期"
@@ -1840,6 +1915,36 @@
"Enabled": {
"Enabled": "已啟用"
},
+ "Enabled, but fingerprint availability could not be confirmed.": {
+ "Enabled, but fingerprint availability could not be confirmed.": ""
+ },
+ "Enabled, but no fingerprint reader was detected.": {
+ "Enabled, but no fingerprint reader was detected.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": ""
+ },
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": {
+ "Enabled, but no prints are enrolled yet. Enroll fingerprints to use it.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": {
+ "Enabled, but no registered security key was found yet. Register a key and run Sync.": ""
+ },
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": {
+ "Enabled, but no registered security key was found yet. Register a key or update your U2F config.": ""
+ },
+ "Enabled, but security-key availability could not be confirmed.": {
+ "Enabled, but security-key availability could not be confirmed.": ""
+ },
+ "Enabled. PAM already provides fingerprint auth.": {
+ "Enabled. PAM already provides fingerprint auth.": ""
+ },
+ "Enabled. PAM already provides security-key auth.": {
+ "Enabled. PAM already provides security-key auth.": ""
+ },
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
"Enabling WiFi...": {
"Enabling WiFi...": "正在啟用 Wi-Fi..."
},
@@ -1861,12 +1966,18 @@
"Enter PIN for ": {
"Enter PIN for ": "請輸入 PIN 給 "
},
+ "Enter a new name for session \"%1": {
+ "Enter a new name for session \"%1\"": ""
+ },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": "為此工作區輸入新名稱"
},
"Enter a search query": {
"Enter a search query": "輸入要尋找的檔案"
},
+ "Enter command or script path": {
+ "Enter command or script path": ""
+ },
"Enter credentials for ": {
"Enter credentials for ": "輸入憑證 "
},
@@ -1957,6 +2068,9 @@
"Failed to cancel selected job": {
"Failed to cancel selected job": "取消選定工作失敗"
},
+ "Failed to check for updates:\n%1": {
+ "Failed to check for updates:\n%1": ""
+ },
"Failed to check pin limit": {
"Failed to check pin limit": "無法檢查釘選限制"
},
@@ -2086,6 +2200,9 @@
"Failed to set night mode temperature": {
"Failed to set night mode temperature": "無法設定夜間模式色溫"
},
+ "Failed to set power profile": {
+ "Failed to set power profile": ""
+ },
"Failed to set profile image": {
"Failed to set profile image": "無法設定個人資料圖片"
},
@@ -2135,10 +2252,10 @@
"File Information": "檔案資訊"
},
"File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "檔案搜尋需要 dsearch\n從 github.com/AvengeMedia/danksearch 安裝"
+ "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "檔案搜尋需要 dsearch\n從 github.com/morelazers/dsearch 安裝"
},
"File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": {
- "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "檔案搜尋需要 dsearch\\n請從 github.com/AvengeMedia/danksearch 安裝"
+ "File search requires dsearch\\nInstall from github.com/AvengeMedia/danksearch": "檔案搜尋需要 dsearch\\n請從 github.com/morelazers/dsearch 安裝"
},
"Files": {
"Files": "檔案"
@@ -2155,8 +2272,17 @@
"Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "以毫秒為單位微調動畫時間"
},
+ "Fingerprint availability could not be confirmed.": {
+ "Fingerprint availability could not be confirmed.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": ""
+ },
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": {
+ "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": ""
+ },
"First Day of Week": {
- "First Day of Week": ""
+ "First Day of Week": "一週的第一天"
},
"First Time Setup": {
"First Time Setup": "首次設定"
@@ -2197,9 +2323,15 @@
"Focused Color": {
"Focused Color": "聚焦顏色"
},
+ "Focused Monitor Only": {
+ "Focused Monitor Only": ""
+ },
"Focused Window": {
"Focused Window": "視窗對焦"
},
+ "Focused monitor only": {
+ "Focused monitor only": ""
+ },
"Fog": {
"Fog": "霧"
},
@@ -2216,7 +2348,7 @@
"Follow focus": "跟隨焦點"
},
"Font": {
- "Font": ""
+ "Font": "字體"
},
"Font Family": {
"Font Family": "字體"
@@ -2231,7 +2363,7 @@
"Font Weight": "字體粗細"
},
"Font used on the login screen": {
- "Font used on the login screen": ""
+ "Font used on the login screen": "登入畫面使用的字體"
},
"Force HDR": {
"Force HDR": "強制 HDR"
@@ -2275,6 +2407,12 @@
"Format Legend": {
"Format Legend": "格式說明"
},
+ "Found %1 package to update:": {
+ "Found %1 package to update:": ""
+ },
+ "Found %1 packages to update:": {
+ "Found %1 packages to update:": ""
+ },
"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/記憶體。重新打開時可能會造成輕微延遲。"
},
@@ -2299,6 +2437,9 @@
"GPU Temperature": {
"GPU Temperature": "GPU 溫度"
},
+ "GPU temperature display": {
+ "GPU temperature display": ""
+ },
"Games": {
"Games": "遊戲"
},
@@ -2308,6 +2449,9 @@
"Gamma control not available. Requires DMS API v6+.": {
"Gamma control not available. Requires DMS API v6+.": "Gamma 控制不可用。需要 DMS API v6+。"
},
+ "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.": ""
+ },
"Generic device name | Generic device name fallback": {
"device": "裝置"
},
@@ -2342,28 +2486,28 @@
"Graphics": "圖形"
},
"Greeter": {
- "Greeter": ""
+ "Greeter": "歡迎畫面"
},
"Greeter Appearance": {
- "Greeter Appearance": ""
+ "Greeter Appearance": "歡迎畫面外觀"
},
"Greeter Behavior": {
- "Greeter Behavior": ""
+ "Greeter Behavior": "歡迎畫面行為"
},
"Greeter Status": {
- "Greeter Status": ""
+ "Greeter Status": "歡迎畫面狀態"
},
"Greeter activated. greetd is now enabled.": {
- "Greeter activated. greetd is now enabled.": ""
+ "Greeter activated. greetd is now enabled.": "歡迎畫面已啟用。greetd 現已啟用。"
},
"Greeter font": {
- "Greeter font": ""
+ "Greeter font": "歡迎畫面字體"
},
"Greeter only — does not affect main clock": {
- "Greeter only — does not affect main clock": ""
+ "Greeter only — does not affect main clock": "僅限歡迎畫面 — 不影響主時鐘"
},
"Greeter only — format for the date on the login screen": {
- "Greeter only — format for the date on the login screen": ""
+ "Greeter only — format for the date on the login screen": "僅限歡迎畫面 — 登入畫面上日期的格式"
},
"Grid": {
"Grid": "網格"
@@ -2497,6 +2641,12 @@
"High-fidelity palette that preserves source hues.": {
"High-fidelity palette that preserves source hues.": "保留來源色調的高保真調色板。"
},
+ "Highlight Active Workspace App": {
+ "Highlight Active Workspace App": ""
+ },
+ "Highlight the currently focused app inside workspace indicators": {
+ "Highlight the currently focused app inside workspace indicators": ""
+ },
"History Settings": {
"History Settings": "歷史紀錄設定"
},
@@ -2543,17 +2693,23 @@
"How often to change wallpaper": "多久更換一次桌布"
},
"How the background image is scaled": {
- "How the background image is scaled": ""
+ "How the background image is scaled": "背景圖片的縮放方式"
},
"Humidity": {
"Humidity": "濕度"
},
+ "Hyprland Discord Server": {
+ "Hyprland Discord Server": ""
+ },
"Hyprland Layout Overrides": {
"Hyprland Layout Overrides": "Hyprland 版面配置覆寫"
},
"Hyprland Options": {
"Hyprland Options": "Hyprland 選項"
},
+ "Hyprland Website": {
+ "Hyprland Website": ""
+ },
"I Understand": {
"I Understand": "我了解"
},
@@ -2620,6 +2776,12 @@
"Incorrect password": {
"Incorrect password": "密碼錯誤"
},
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": {
+ "Incorrect password - attempt %1 of %2 (lockout may follow)": ""
+ },
+ "Incorrect password - next failures may trigger account lockout": {
+ "Incorrect password - next failures may trigger account lockout": ""
+ },
"Indicator Style": {
"Indicator Style": "指示樣式"
},
@@ -2642,16 +2804,16 @@
"Input Volume Slider": "輸入音量滑桿"
},
"Install complete. Greeter has been installed.": {
- "Install complete. Greeter has been installed.": ""
+ "Install complete. Greeter has been installed.": "安裝完成。歡迎畫面已安裝。"
},
"Install plugins from the DMS plugin registry": {
"Install plugins from the DMS plugin registry": "從 DMS 插件註冊表安裝插件"
},
"Install the DMS greeter? A terminal will open for sudo authentication.": {
- "Install the DMS greeter? A terminal will open for sudo authentication.": ""
+ "Install the DMS greeter? A terminal will open for sudo authentication.": "安裝 DMS 歡迎畫面?將開啟終端機以進行 sudo 驗證。"
},
"Installation and PAM setup: see the ": {
- "Installation and PAM setup: see the ": ""
+ "Installation and PAM setup: see the ": "安裝和 PAM 設定:請參閱"
},
"Intelligent Auto-hide": {
"Intelligent Auto-hide": "智慧型自動隱藏"
@@ -2917,23 +3079,35 @@
"Keys": {
"Keys": "按鍵"
},
+ "Kill": {
+ "Kill": ""
+ },
"Kill Process": {
"Kill Process": "結束程序"
},
+ "Kill Session": {
+ "Kill Session": ""
+ },
"Ko-fi": {
"Ko-fi": "Ko-fi"
},
"LED device": {
"LED device": "LED 裝置"
},
+ "LabWC IRC Channel": {
+ "LabWC IRC Channel": ""
+ },
+ "LabWC Website": {
+ "LabWC Website": ""
+ },
"Label for printer IP address or hostname input field": {
- "Host": ""
+ "Host": "主機"
},
"Label for printer port number input field": {
- "Port": ""
+ "Port": "連接埠"
},
"Label for printer protocol selector, e.g. ipp, ipps, lpd, socket": {
- "Protocol": ""
+ "Protocol": "協定"
},
"Large": {
"Large": "大"
@@ -2945,31 +3119,31 @@
"Last launched %1": "上次啟動於 %1"
},
"Last launched %1 day ago": {
- "Last launched %1 day ago": ""
+ "Last launched %1 day ago": "上次啟動於 %1 天前"
},
"Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "上次啟動於 %1 天前"
},
"Last launched %1 days ago": {
- "Last launched %1 days ago": ""
+ "Last launched %1 days ago": "上次啟動於 %1 天前"
},
"Last launched %1 hour ago": {
- "Last launched %1 hour ago": ""
+ "Last launched %1 hour ago": "上次啟動於 %1 小時前"
},
"Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "上次啟動於 %1 小時前"
},
"Last launched %1 hours ago": {
- "Last launched %1 hours ago": ""
+ "Last launched %1 hours ago": "上次啟動於 %1 小時前"
},
"Last launched %1 minute ago": {
- "Last launched %1 minute ago": ""
+ "Last launched %1 minute ago": "上次啟動於 %1 分鐘前"
},
"Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "上次啟動於 %1 分鐘前"
},
"Last launched %1 minutes ago": {
- "Last launched %1 minutes ago": ""
+ "Last launched %1 minutes ago": "上次啟動於 %1 分鐘前"
},
"Last launched just now": {
"Last launched just now": "剛剛啟動"
@@ -3002,7 +3176,7 @@
"Layout Overrides": "版面配置覆寫"
},
"Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": {
- "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": ""
+ "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "歡迎畫面的佈局和模組位置與您的 Shell(例如 bar 配置)同步。執行同步以應用。"
},
"Left": {
"Left": "左"
@@ -3011,7 +3185,7 @@
"Left Section": "左方區塊"
},
"Light Direction": {
- "Light Direction": ""
+ "Light Direction": "光線方向"
},
"Light Mode": {
"Light Mode": "淺色主題"
@@ -3025,6 +3199,15 @@
"Light Snow Showers": {
"Light Snow Showers": "小陣雪"
},
+ "Light mode base": {
+ "Light mode base": ""
+ },
+ "Light mode harmony": {
+ "Light mode harmony": ""
+ },
+ "Line: %1": {
+ "Line: %1": ""
+ },
"Linear": {
"Linear": "線性"
},
@@ -3062,10 +3245,10 @@
"Local": "本機"
},
"Locale": {
- "Locale": ""
+ "Locale": "地區設定"
},
"Locale Settings": {
- "Locale Settings": ""
+ "Locale Settings": "地區設定"
},
"Location": {
"Location": "位置"
@@ -3106,8 +3289,11 @@
"Log Out": {
"Log Out": "登出"
},
+ "Logging in...": {
+ "Logging in...": ""
+ },
"Login Authentication": {
- "Login Authentication": ""
+ "Login Authentication": "登入驗證"
},
"Long": {
"Long": "長"
@@ -3179,7 +3365,7 @@
"Material Colors": "手動調整顏色"
},
"Material inspired shadows and elevation on modals, popouts, and dialogs": {
- "Material inspired shadows and elevation on modals, popouts, and dialogs": ""
+ "Material inspired shadows and elevation on modals, popouts, and dialogs": "受 Material Design 啟發的陰影和抬升效果,應用於模態框、彈出視窗和對話框"
},
"Matugen Palette": {
"Matugen Palette": "Matugen 調色板"
@@ -3277,6 +3463,9 @@
"Media Player Settings": {
"Media Player Settings": "媒體播放設定"
},
+ "Media Players": {
+ "Media Players": ""
+ },
"Media Players (": {
"Media Players (": "媒體播放 ("
},
@@ -3335,7 +3524,7 @@
"Modal Background": "互動視窗背景"
},
"Modal Shadows": {
- "Modal Shadows": ""
+ "Modal Shadows": "模態陰影"
},
"Modals": {
"Modals": "模態視窗"
@@ -3391,6 +3580,15 @@
"Moving to Paused": {
"Moving to Paused": "正在移至暫停"
},
+ "Multiplexer": {
+ "Multiplexer": ""
+ },
+ "Multiplexer Type": {
+ "Multiplexer Type": ""
+ },
+ "Multiplexers": {
+ "Multiplexers": ""
+ },
"Music": {
"Music": "音樂"
},
@@ -3412,6 +3610,9 @@
"Named Workspace Icons": {
"Named Workspace Icons": "命名工作區圖示"
},
+ "Navigate": {
+ "Navigate": ""
+ },
"Navigation": {
"Navigation": "導航"
},
@@ -3443,7 +3644,7 @@
"Never": "從不"
},
"Never used": {
- "Never used": ""
+ "Never used": "從未使用"
},
"New": {
"New": "新"
@@ -3457,6 +3658,9 @@
"New Notification": {
"New Notification": "新通知"
},
+ "New Session": {
+ "New Session": ""
+ },
"New Window Rule": {
"New Window Rule": "新視窗規則"
},
@@ -3532,6 +3736,9 @@
"No VPN profiles": {
"No VPN profiles": "沒有 VPN 設定檔"
},
+ "No Weather": {
+ "No Weather": ""
+ },
"No Weather Data": {
"No Weather Data": "無天氣資料"
},
@@ -3541,6 +3748,9 @@
"No action": {
"No action": "無動作"
},
+ "No active %1 sessions": {
+ "No active %1 sessions": ""
+ },
"No adapters": {
"No adapters": "沒有介面卡"
},
@@ -3586,12 +3796,18 @@
"No files found": {
"No files found": "沒有找到"
},
+ "No fingerprint reader detected.": {
+ "No fingerprint reader detected.": ""
+ },
"No folders found": {
"No folders found": "未找到資料夾"
},
"No hidden apps.": {
"No hidden apps.": "沒有隱藏的應用程式。"
},
+ "No information available": {
+ "No information available": ""
+ },
"No items added yet": {
"No items added yet": "未新增任何項目"
},
@@ -3607,6 +3823,9 @@
"No matches": {
"No matches": "不匹配"
},
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": {
+ "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": ""
+ },
"No plugin results": {
"No plugin results": "沒有外掛程式結果"
},
@@ -3637,8 +3856,11 @@
"No saved clipboard entries": {
"No saved clipboard entries": "沒有儲存的剪貼簿項目"
},
+ "No sessions found": {
+ "No sessions found": ""
+ },
"No status output.": {
- "No status output.": ""
+ "No status output.": "無狀態輸出。"
},
"No trigger": {
"No trigger": "無觸發條件"
@@ -3647,7 +3869,10 @@
"No variants created. Click Add to create a new monitor widget.": "尚未建立任何變體。按一下「新增」以建立新的顯示器小工具。"
},
"No video found in folder": {
- "No video found in folder": ""
+ "No video found in folder": "資料夾中沒有找到影片"
+ },
+ "No wallpapers": {
+ "No wallpapers": ""
},
"No wallpapers found\n\nClick the folder icon below to browse": {
"No wallpapers found\n\nClick the folder icon below to browse": "未找到桌布\n\n點擊下方的資料夾圖示瀏覽"
@@ -3680,10 +3905,22 @@
"Not available": "無法使用"
},
"Not available — install fprintd and enroll fingerprints.": {
- "Not available — install fprintd and enroll fingerprints.": ""
+ "Not available — install fprintd and enroll fingerprints.": "不可用 — 安裝 fprintd 並註冊指紋。"
+ },
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": {
+ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": ""
+ },
+ "Not available — install fprintd and pam_fprintd.": {
+ "Not available — install fprintd and pam_fprintd.": ""
+ },
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": {
+ "Not available — install or configure pam_u2f, or configure greetd PAM.": ""
+ },
+ "Not available — install or configure pam_u2f.": {
+ "Not available — install or configure pam_u2f.": ""
},
"Not available — install pam_u2f and enroll keys.": {
- "Not available — install pam_u2f and enroll keys.": ""
+ "Not available — install pam_u2f and enroll keys.": "不可用 — 安裝 pam_u2f 並註冊金鑰。"
},
"Not connected": {
"Not connected": "未連接"
@@ -3766,8 +4003,11 @@
"Only adjust gamma based on time or location rules.": {
"Only adjust gamma based on time or location rules.": "僅根據時間或位置規則調整 gamma。"
},
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
+ "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
+ },
"Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": {
- "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": ""
+ "Only off for DMS-managed PAM lines. If greetd includes system-auth/common-auth/password-auth with pam_fprintd, fingerprint still stays enabled.": "僅在 DMS 管理的 PAM 行中關閉。如果 greetd 包含 pam_fprintd 的 system-auth/common-auth/password-auth,指紋仍會保持啟用。"
},
"Only show windows from the current monitor on each dock": {
"Only show windows from the current monitor on each dock": "在每個 Dock 上僅顯示目前顯示器上的視窗"
@@ -3806,7 +4046,7 @@
"Open with...": "開啟方式..."
},
"Opening terminal: ": {
- "Opening terminal: ": ""
+ "Opening terminal: ": "正在開啟終端機:"
},
"Optional description": {
"Optional description": "選填描述"
@@ -3832,6 +4072,9 @@
"Output Area Full": {
"Output Area Full": "輸出區域已滿"
},
+ "Output Device": {
+ "Output Device": ""
+ },
"Output Tray Missing": {
"Output Tray Missing": "輸出托盤遺失"
},
@@ -3862,8 +4105,11 @@
"Override global layout settings for this output": {
"Override global layout settings for this output": "覆寫此輸出的全域版面配置設定"
},
+ "Override terminal with a custom command or script": {
+ "Override terminal with a custom command or script": ""
+ },
"Override the global shadow with per-bar settings": {
- "Override the global shadow with per-bar settings": ""
+ "Override the global shadow with per-bar settings": "使用每個 bar 的設定覆蓋全域陰影"
},
"Overrides": {
"Overrides": "覆蓋"
@@ -3877,6 +4123,21 @@
"Overwrite": {
"Overwrite": "覆寫"
},
+ "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 already provides security-key auth. Enable this to show it at login.": {
+ "PAM already provides security-key auth. Enable this to show it at login.": ""
+ },
+ "PAM provides fingerprint auth, but availability could not be confirmed.": {
+ "PAM provides fingerprint auth, but availability could not be confirmed.": ""
+ },
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": {
+ "PAM provides fingerprint auth, but no prints are enrolled yet.": ""
+ },
+ "PAM provides fingerprint auth, but no reader was detected.": {
+ "PAM provides fingerprint auth, but no reader was detected.": ""
+ },
"PIN": {
"PIN": "PIN"
},
@@ -3884,7 +4145,7 @@
"Pad Hours": "填充小時"
},
"Pad hours (02:00 vs 2:00)": {
- "Pad hours (02:00 vs 2:00)": ""
+ "Pad hours (02:00 vs 2:00)": "小時補零 (02:00 vs 2:00)"
},
"Padding": {
"Padding": "內距"
@@ -3913,11 +4174,14 @@
"Password": {
"Password": "密碼"
},
+ "Password...": {
+ "Password...": ""
+ },
"Paste": {
"Paste": "貼上"
},
"Path to a video file or folder containing videos": {
- "Path to a video file or folder containing videos": ""
+ "Path to a video file or folder containing videos": "影片檔案或包含影片的資料夾路徑"
},
"Pattern": {
"Pattern": "樣式"
@@ -4018,7 +4282,7 @@
"Unavailable": "無法使用"
},
"Pick a different random video each time from the same folder": {
- "Pick a different random video each time from the same folder": ""
+ "Pick a different random video each time from the same folder": "每次從同一個資料夾中選擇一個不同的隨機影片"
},
"Pictures": {
"Pictures": "圖片"
@@ -4042,10 +4306,10 @@
"Place plugins in %1": "將外掛程式置於 %1 中"
},
"Placeholder text for manual printer address input": {
- "IP address or hostname": ""
+ "IP address or hostname": "IP 位址或主機名稱"
},
"Play a video when the screen locks.": {
- "Play a video when the screen locks.": ""
+ "Play a video when the screen locks.": "螢幕鎖定時播放影片。"
},
"Play sound when new notification arrives": {
"Play sound when new notification arrives": "收到新通知時播放音效"
@@ -4063,7 +4327,10 @@
"Playback": "播放"
},
"Playback error: ": {
- "Playback error: ": ""
+ "Playback error: ": "播放錯誤:"
+ },
+ "Please write a name for your new %1 session": {
+ "Please write a name for your new %1 session": ""
},
"Plugged In": {
"Plugged In": "已插入"
@@ -4093,7 +4360,7 @@
"Pointer": "指標"
},
"Popout Shadows": {
- "Popout Shadows": ""
+ "Popout Shadows": "彈出陰影"
},
"Popouts": {
"Popouts": "彈出視窗"
@@ -4153,10 +4420,10 @@
"Power source": "電源"
},
"Pre-fill the last successful username on the greeter": {
- "Pre-fill the last successful username on the greeter": ""
+ "Pre-fill the last successful username on the greeter": "在迎賓器上預填上次成功的用戶名"
},
"Pre-select the last used session on the greeter": {
- "Pre-select the last used session on the greeter": ""
+ "Pre-select the last used session on the greeter": "在歡迎畫面上預選上次使用的會話"
},
"Precip": {
"Precip": "降水"
@@ -4173,6 +4440,9 @@
"Preset Widths (%)": {
"Preset Widths (%)": "預設寬度 (%)"
},
+ "Press 'n' or click 'New Session' to create one": {
+ "Press 'n' or click 'New Session' to create one": ""
+ },
"Press key...": {
"Press key...": "按下按鍵..."
},
@@ -4267,10 +4537,10 @@
"Protocol": "協定"
},
"QtMultimedia is not available": {
- "QtMultimedia is not available": ""
+ "QtMultimedia is not available": "QtMultimedia 不可用"
},
"QtMultimedia is not available - video screensaver requires qt multimedia services": {
- "QtMultimedia is not available - video screensaver requires qt multimedia services": ""
+ "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia 不可用 - 影片螢幕保護程式需要 Qt 多媒體服務"
},
"Quick Access": {
"Quick Access": "快速存取"
@@ -4333,16 +4603,16 @@
"Reload Plugin": "重新載入插件"
},
"Remaining": {
- "Remaining": ""
+ "Remaining": "剩餘"
},
"Remaining / Total": {
- "Remaining / Total": ""
+ "Remaining / Total": "剩餘 / 總計"
},
"Remember last session": {
- "Remember last session": ""
+ "Remember last session": "記住上次會話"
},
"Remember last user": {
- "Remember last user": ""
+ "Remember last user": "記住上次用戶"
},
"Remove": {
"Remove": "刪除"
@@ -4356,6 +4626,9 @@
"Rename": {
"Rename": "重新命名"
},
+ "Rename Session": {
+ "Rename Session": ""
+ },
"Rename Workspace": {
"Rename Workspace": "重新命名工作區"
},
@@ -4371,6 +4644,9 @@
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": {
"Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "需要按住按鈕/鍵以確認關機、重新啟動、睡眠、休眠和登出"
},
+ "Required plugin: ": {
+ "Required plugin: ": ""
+ },
"Requires 'dgop' tool": {
"Requires 'dgop' tool": "需要「dgop」工具"
},
@@ -4407,6 +4683,9 @@
"Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "重新啟動 DankMaterialShell"
},
+ "Restore Special Workspace Windows": {
+ "Restore Special Workspace Windows": ""
+ },
"Resume": {
"Resume": "恢復"
},
@@ -4465,10 +4744,10 @@
"Run DMS Templates": "執行 DMS 範本"
},
"Run Sync to apply.": {
- "Run Sync to apply.": ""
+ "Run Sync to apply.": "執行同步以應用。"
},
"Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": {
- "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": ""
+ "Run Sync to apply. Fingerprint-only login may not unlock GNOME Keyring.": "執行同步以應用。僅指紋登入可能無法解鎖 GNOME 鑰匙圈。"
},
"Run User Templates": {
"Run User Templates": "執行使用者模板"
@@ -4495,7 +4774,7 @@
"Current Monitor": "目前顯示器"
},
"Running greeter sync…": {
- "Running greeter sync…": ""
+ "Running greeter sync…": "正在同步歡迎畫面…"
},
"SDR Brightness": {
"SDR Brightness": "SDR 亮度"
@@ -4572,6 +4851,9 @@
"Scroll Factor": {
"Scroll Factor": "捲動係數"
},
+ "Scroll GitHub": {
+ "Scroll GitHub": ""
+ },
"Scroll Wheel": {
"Scroll Wheel": "滾輪"
},
@@ -4620,6 +4902,9 @@
"Search plugins...": {
"Search plugins...": "搜尋插件..."
},
+ "Search sessions...": {
+ "Search sessions...": ""
+ },
"Search widgets...": {
"Search widgets...": "搜尋部件..."
},
@@ -4638,6 +4923,12 @@
"Security": {
"Security": "安全性"
},
+ "Security-key availability could not be confirmed.": {
+ "Security-key availability could not be confirmed.": ""
+ },
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": {
+ "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": ""
+ },
"Select": {
"Select": "選取"
},
@@ -4654,7 +4945,7 @@
"Select Launcher Logo": "選擇啟動器 Logo"
},
"Select Video or Folder": {
- "Select Video or Folder": ""
+ "Select Video or Folder": "選擇影片或資料夾"
},
"Select a color from the palette or use custom sliders": {
"Select a color from the palette or use custom sliders": "從調色板中選取一個顏色,或使用滑條調整"
@@ -4684,7 +4975,7 @@
"Select font weight for UI text": "為使用者介面文字選擇字體粗細"
},
"Select greeter background image": {
- "Select greeter background image": ""
+ "Select greeter background image": "選擇歡迎畫面背景圖片"
},
"Select monitor to configure wallpaper": {
"Select monitor to configure wallpaper": "選擇指定螢幕桌布"
@@ -4719,6 +5010,9 @@
"Server": {
"Server": "伺服器"
},
+ "Session Filter": {
+ "Session Filter": ""
+ },
"Set custom name": {
"Set custom name": "設定自訂名稱"
},
@@ -4738,25 +5032,25 @@
"Setup": "設定"
},
"Shadow Color": {
- "Shadow Color": ""
+ "Shadow Color": "陰影顏色"
},
"Shadow Intensity": {
- "Shadow Intensity": ""
+ "Shadow Intensity": "陰影強度"
},
"Shadow Opacity": {
- "Shadow Opacity": ""
+ "Shadow Opacity": "陰影不透明度"
},
"Shadow elevation on bars and panels": {
- "Shadow elevation on bars and panels": ""
+ "Shadow elevation on bars and panels": "bar 和面板上的陰影抬升"
},
"Shadow elevation on modals and dialogs": {
- "Shadow elevation on modals and dialogs": ""
+ "Shadow elevation on modals and dialogs": "模態框和對話框上的陰影抬升"
},
"Shadow elevation on popouts, OSDs, and dropdowns": {
- "Shadow elevation on popouts, OSDs, and dropdowns": ""
+ "Shadow elevation on popouts, OSDs, and dropdowns": "彈出視窗、OSD 和下拉選單上的陰影抬升"
},
"Shadows": {
- "Shadows": ""
+ "Shadows": "陰影"
},
"Share Gamma Control Settings": {
"Share Gamma Control Settings": "分享 Gamma 控制設定"
@@ -4776,6 +5070,9 @@
"Short": {
"Short": "短"
},
+ "Shortcut (%1)": {
+ "Shortcut (%1)": ""
+ },
"Shortcuts": {
"Shortcuts": "快捷方式"
},
@@ -4861,7 +5158,7 @@
"Show Memory Graph": "顯示記憶體圖表"
},
"Show Memory in GB": {
- "Show Memory in GB": ""
+ "Show Memory in GB": "以 GB 顯示記憶體"
},
"Show Network": {
"Show Network": "顯示網路"
@@ -4903,7 +5200,7 @@
"Show Suspend": "顯示睡眠"
},
"Show Swap": {
- "Show Swap": ""
+ "Show Swap": "顯示交換空間"
},
"Show Top Processes": {
"Show Top Processes": "顯示最佔用程序"
@@ -4911,6 +5208,9 @@
"Show Weather Condition": {
"Show Weather Condition": "顯示天氣狀況"
},
+ "Show Week Number": {
+ "Show Week Number": ""
+ },
"Show Welcome": {
"Show Welcome": "顯示歡迎畫面"
},
@@ -4942,14 +5242,20 @@
"Show drop shadow on notification popups": "在通知彈出視窗上顯示陰影"
},
"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.": ""
+ "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "在通知彈出視窗上顯示陰影。需要在主題和顏色中啟用 M3 抬升。"
},
"Show in GB": {
- "Show in GB": ""
+ "Show in GB": "以 GB 顯示"
},
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "在 Niri 總覽中輸入時顯示啟動器疊加。停用以使用其他啟動器。"
},
+ "Show notification popups only on the currently focused monitor": {
+ "Show notification popups only on the currently focused monitor": ""
+ },
+ "Show notifications only on the currently focused monitor": {
+ "Show notifications only on the currently focused monitor": ""
+ },
"Show on Last Display": {
"Show on Last Display": "在最後顯示幕上顯示"
},
@@ -5005,11 +5311,14 @@
"Show password": "顯示密碼"
},
"Show seconds": {
- "Show seconds": ""
+ "Show seconds": "顯示秒"
},
"Show weather information in top bar and control center": {
"Show weather information in top bar and control center": "在頂部欄和控制中心顯示天氣資訊"
},
+ "Show week number in the calendar": {
+ "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": "在頂部欄工作區切換器中顯示工作區編號"
},
@@ -5137,10 +5446,10 @@
"Status": "狀態"
},
"Status message when test connection to printer fails": {
- "Connection failed": ""
+ "Connection failed": "連線失敗"
},
"Status message when test connection to printer succeeds": {
- "Printer reachable": ""
+ "Printer reachable": "印表機可達"
},
"Stopped": {
"Stopped": "已停止"
@@ -5181,6 +5490,9 @@
"Swap": {
"Swap": "交換區"
},
+ "Sway Website": {
+ "Sway Website": ""
+ },
"Switch User": {
"Switch User": "切換使用者"
},
@@ -5188,7 +5500,7 @@
"Switch to power profile": "切換至電源設定檔"
},
"Sync": {
- "Sync": ""
+ "Sync": "同步"
},
"Sync Mode with Portal": {
"Sync Mode with Portal": "透過 Portal 同步主題模式"
@@ -5200,16 +5512,16 @@
"Sync Position Across Screens": "跨螢幕同步位置"
},
"Sync completed successfully.": {
- "Sync completed successfully.": ""
+ "Sync completed successfully.": "同步成功完成。"
},
"Sync dark mode with settings portals for system-wide theme hints": {
"Sync dark mode with settings portals for system-wide theme hints": "將暗模式與設定入口網站同步以取得系統範圍的主題提示"
},
"Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": {
- "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": ""
+ "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "後台模式同步失敗。正在嘗試終端模式,以便您可以互動式驗證。"
},
"Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": {
- "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": ""
+ "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "同步需要 sudo 驗證。正在開啟終端機,以便您可以使用密碼或指紋。"
},
"System": {
"System": "系統"
@@ -5265,17 +5577,23 @@
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 切換焦點 • ←→↑↓: 切換焦點 • Enter/Space: 選擇"
},
+ "Terminal": {
+ "Terminal": ""
+ },
"Terminal custom additional parameters": {
"Terminal custom additional parameters": "自訂終端附加參數"
},
"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.": ""
+ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "終端機回退失敗。請安裝受支援的終端模擬器之一,或手動執行 'dms greeter sync'。"
},
"Terminal fallback opened. Complete sync there; it will close automatically when done.": {
- "Terminal fallback opened. Complete sync there; it will close automatically when done.": ""
+ "Terminal fallback opened. Complete sync there; it will close automatically when done.": "終端機回退已開啟。請在那裡完成同步;完成後它將自動關閉。"
+ },
+ "Terminal multiplexer backend to use": {
+ "Terminal multiplexer backend to use": ""
},
"Terminal opened. Complete sync authentication there; it will close automatically when done.": {
- "Terminal opened. Complete sync authentication there; it will close automatically when done.": ""
+ "Terminal opened. Complete sync authentication there; it will close automatically when done.": "終端機已開啟。請在那裡完成同步驗證;完成後它將自動關閉。"
},
"Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "終端 - 始終使用深色主題"
@@ -5298,6 +5616,9 @@
"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 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)": ""
+ },
"The job queue of this printer is empty": {
"The job queue of this printer is empty": "此印表機的工作佇列為空"
},
@@ -5353,7 +5674,7 @@
"Tiling": "平鋪"
},
"Time & Date Locale": {
- "Time & Date Locale": ""
+ "Time & Date Locale": "時間與日期地區設定"
},
"Time & Weather": {
"Time & Weather": "時間與天氣"
@@ -5362,7 +5683,7 @@
"Time Format": "時間格式"
},
"Time format": {
- "Time format": ""
+ "Time format": "時間格式"
},
"Time remaining: %1": {
"Time remaining: %1": "剩餘時間:%1"
@@ -5404,10 +5725,10 @@
"Today": "今天"
},
"Toggle button to manually add a printer by IP or hostname": {
- "Add by Address": ""
+ "Add by Address": "按位址新增"
},
"Toggle button to scan for printers via mDNS/Avahi": {
- "Discover Devices": ""
+ "Discover Devices": "探索裝置"
},
"Toggle visibility of this bar configuration": {
"Toggle visibility of this bar configuration": "切換此欄配置的可見性"
@@ -5424,6 +5745,9 @@
"Toner Low": {
"Toner Low": "碳粉不足"
},
+ "Too many failed attempts - account may be locked": {
+ "Too many failed attempts - account may be locked": ""
+ },
"Tools": {
"Tools": "工具"
},
@@ -5446,7 +5770,7 @@
"Top Section": "上方區塊"
},
"Total": {
- "Total": ""
+ "Total": "總計"
},
"Total Jobs": {
"Total Jobs": "總工作數"
@@ -5512,10 +5836,10 @@
"Typography & Motion": "字體排版和動態"
},
"U2F mode option: key required after password or fingerprint": {
- "Second Factor (AND)": ""
+ "Second Factor (AND)": "第二因子 (AND)"
},
"U2F mode option: key works as standalone unlock method": {
- "Alternative (OR)": ""
+ "Alternative (OR)": "替代 (OR)"
},
"Unavailable": {
"Unavailable": "不可用"
@@ -5530,16 +5854,16 @@
"Uninstall Plugin": "解除安裝插件"
},
"Uninstall complete. Greeter has been removed.": {
- "Uninstall complete. Greeter has been removed.": ""
+ "Uninstall complete. Greeter has been removed.": "解除安裝完成。歡迎畫面已移除。"
},
"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.": ""
+ "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "解除安裝 DMS 歡迎畫面?這將移除設定並還原您之前的顯示管理器。將會開啟一個終端機以進行 sudo 驗證。"
},
"Unknown": {
"Unknown": "未知"
},
"Unknown App": {
- "Unknown App": ""
+ "Unknown App": "未知應用程式"
},
"Unknown Artist": {
"Unknown Artist": "未知藝人"
@@ -5559,6 +5883,9 @@
"Unknown Title": {
"Unknown Title": "未知標題"
},
+ "Unknown Track": {
+ "Unknown Track": ""
+ },
"Unload on Close": {
"Unload on Close": "關閉時卸載"
},
@@ -5592,6 +5919,9 @@
"Untrust": {
"Untrust": "不信任"
},
+ "Up to date": {
+ "Up to date": ""
+ },
"Update": {
"Update": "更新"
},
@@ -5635,10 +5965,10 @@
"Use System Theme": "使用系統主題"
},
"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 image for the login screen, or leave empty to use your desktop wallpaper.": "為登入畫面使用自訂圖片,或留空以使用您的桌面背景。"
},
"Use a fixed shadow direction for this bar": {
- "Use a fixed shadow direction for this bar": ""
+ "Use a fixed shadow direction for this bar": "為此列使用固定陰影方向"
},
"Use animated wave progress bars for media playback": {
"Use animated wave progress bars for media playback": "在媒體播放使用動畫波浪進度條"
@@ -5662,7 +5992,10 @@
"Use custom window rounding instead of theme radius": "使用自訂視窗圓角而非主題半徑"
},
"Use desktop wallpaper": {
- "Use desktop wallpaper": ""
+ "Use desktop wallpaper": "使用桌面背景"
+ },
+ "Use fingerprint authentication for the lock screen.": {
+ "Use fingerprint authentication for the lock screen.": ""
},
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": {
"Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "使用指紋辨識器進行鎖定畫面身份驗證(需要註冊指紋)"
@@ -5700,6 +6033,9 @@
"Username": {
"Username": "使用者名稱"
},
+ "Username...": {
+ "Username...": ""
+ },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": "依據您的位置使用日出/日落時間。"
},
@@ -5779,10 +6115,10 @@
"Vibrant palette with playful saturation.": "色彩鮮明且飽和度活潑的調色板。"
},
"Video Path": {
- "Video Path": ""
+ "Video Path": "影片路徑"
},
"Video Screensaver": {
- "Video Screensaver": ""
+ "Video Screensaver": "影片螢幕保護程式"
},
"Videos": {
"Videos": "影片"
@@ -5824,7 +6160,7 @@
"Wallpaper Monitor": "桌布監視器"
},
"Wallpaper fill mode": {
- "Wallpaper fill mode": ""
+ "Wallpaper fill mode": "背景圖片填充模式"
},
"Wallpapers": {
"Wallpapers": "桌布"
@@ -5844,6 +6180,9 @@
"Weather Widget": {
"Weather Widget": "天氣部件"
},
+ "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": ""
+ },
"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.": "啟用後,應用程式將按字母順序排序。禁用後,應用程式將按使用頻率排序。"
},
@@ -6017,12 +6356,18 @@
"You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "您有未儲存的變更。是否先保存再開檔案?"
},
+ "Your system is up to date!": {
+ "Your system is up to date!": ""
+ },
"actions": {
"actions": "動作"
},
"apps": {
"apps": "應用程式"
},
+ "attached": {
+ "attached": ""
+ },
"audio status": {
"Muted": "靜音",
"No input device": "無輸入裝置",
@@ -6033,21 +6378,21 @@
"by %1": "作者:%1"
},
"bar manual shadow direction": {
- "Manual Direction": ""
+ "Manual Direction": "手動方向"
},
"bar shadow direction source": {
- "Direction Source": ""
+ "Direction Source": "方向來源"
},
"bar shadow direction source option": {
- "Inherit Global (Default)": "",
- "Manual": ""
+ "Inherit Global (Default)": "繼承全域 (預設)",
+ "Manual": "手動"
},
"bar shadow direction source option | shadow direction option": {
- "Auto (Bar-aware)": ""
+ "Auto (Bar-aware)": "自動 (感知列)"
},
"bar shadow settings card": {
"Shadow": "陰影",
- "Shadow Override": ""
+ "Shadow Override": "陰影覆蓋"
},
"battery status": {
"Charging": "充電中",
@@ -6083,7 +6428,7 @@
"Browse Themes": "瀏覽佈景主題"
},
"button color option | color option | primary color | shadow color option | tile color option": {
- "Primary": ""
+ "Primary": "主要"
},
"button color option | color option | primary color | tile color option": {
"Primary": "主要"
@@ -6092,7 +6437,7 @@
"Secondary": "次要"
},
"button color option | shadow color option | tile color option": {
- "Surface Variant": ""
+ "Surface Variant": "表面變體"
},
"button color option | tile color option": {
"Primary Container": "主要容器",
@@ -6152,6 +6497,9 @@
"default monitor label suffix": {
"(Default)": "(預設)"
},
+ "detached": {
+ "detached": ""
+ },
"dgop not available": {
"dgop not available": "dgop 無法使用"
},
@@ -6168,6 +6516,9 @@
"disk write label": {
"Write:": "寫入:"
},
+ "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/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": {
"dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "dms/binds.kdl 存在但未包含在 config.kdl 中。此問題解決前,自訂按鍵綁定將無法運作。"
},
@@ -6208,6 +6559,9 @@
"e.g., notify-send 'Hello' && sleep 1": {
"e.g., notify-send 'Hello' && sleep 1": "例如:notify-send 'Hello' && sleep 1"
},
+ "e.g., scratch, /^tmp_.*/, build": {
+ "e.g., scratch, /^tmp_.*/, build": ""
+ },
"empty plugin list": {
"No plugins found": "找不到任何外掛"
},
@@ -6239,7 +6593,7 @@
"files": "檔案"
},
"fingerprint not detected status | security key not detected status": {
- "Not enrolled": ""
+ "Not enrolled": "未註冊"
},
"generic theme description": {
"Material Design inspired color themes": "受 Material Design 啟發的色彩主題"
@@ -6248,9 +6602,9 @@
"GPU Monitoring": "GPU 監控"
},
"greeter action confirmation": {
- "Activate Greeter": "",
- "Install Greeter": "",
- "Uninstall Greeter": ""
+ "Activate Greeter": "啟用歡迎畫面",
+ "Install Greeter": "安裝歡迎畫面",
+ "Uninstall Greeter": "解除安裝歡迎畫面"
},
"greeter back button": {
"Back": "返回"
@@ -6283,9 +6637,9 @@
"No warnings": "無警告"
},
"greeter doctor page error count": {
- "%1 issue found": "",
+ "%1 issue found": "發現 %1 個問題",
"%1 issue(s) found": "%1 個問題",
- "%1 issues found": ""
+ "%1 issues found": "發現 %1 個問題"
},
"greeter doctor page loading text": {
"Analyzing configuration...": "正在分析設定..."
@@ -6380,13 +6734,13 @@
"Skip setup": "跳過設定"
},
"greeter status error": {
- "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": ""
+ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "執行 'dms greeter status' 失敗。請確保 DMS 已安裝且 dms 位於 PATH 中。"
},
"greeter status loading": {
- "Checking…": ""
+ "Checking…": "正在檢查…"
},
"greeter status placeholder": {
- "Click Refresh to check status.": ""
+ "Click Refresh to check status.": "點擊「重新整理」以檢查狀態。"
},
"greeter theme description": {
"Dynamic colors, presets": "動態顏色、預設集"
@@ -6446,11 +6800,12 @@
"Loading...": "載入中..."
},
"lock screen U2F security key mode setting": {
- "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "",
- "Security key mode": ""
+ "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "「替代」讓密鑰自行解鎖。「第二因素」需要先輸入密碼或指紋,然後再輸入密鑰。",
+ "Security key mode": "安全金鑰模式"
},
"lock screen U2F security key setting": {
- "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": ""
+ "Use a FIDO2/U2F security key (e.g. YubiKey) for lock screen authentication (requires enrolled keys)": "使用 FIDO2/U2F 安全金鑰 (例如 YubiKey) 進行鎖定畫面驗證 (需要已註冊的金鑰)",
+ "Use a security key for lock screen authentication.": ""
},
"lock screen notification mode option": {
"App Names": "應用程式名稱",
@@ -6471,6 +6826,12 @@
"loginctl not available - lock integration requires DMS socket connection": {
"loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 鎖定整合需要 DMS 套接字連接"
},
+ "mangowc Discord Server": {
+ "mangowc Discord Server": ""
+ },
+ "mangowc GitHub": {
+ "mangowc GitHub": ""
+ },
"matugen color scheme option": {
"Content": "內容",
"Expressive": "生動",
@@ -6521,6 +6882,15 @@
"Select network": "選取網路",
"WiFi off": "Wi-Fi 已關閉"
},
+ "niri GitHub": {
+ "niri GitHub": ""
+ },
+ "niri Matrix Chat": {
+ "niri Matrix Chat": ""
+ },
+ "niri/dms Discord": {
+ "niri/dms Discord": ""
+ },
"no custom theme file status": {
"No custom theme file": "無自訂主題檔案"
},
@@ -6629,7 +6999,7 @@
"open": "開啟"
},
"or run ": {
- "or run ": ""
+ "or run ": "或執行 "
},
"outline color": {
"Outline": "外框"
@@ -6660,6 +7030,9 @@
"Performance": "效能",
"Power Saver": "省電模式"
},
+ "power-profiles-daemon not available": {
+ "power-profiles-daemon not available": ""
+ },
"primary color": {
"Primary": "主要"
},
@@ -6681,6 +7054,9 @@
"qt theme env error title": {
"Missing Environment Variables": "缺少環境變數"
},
+ "r/niri Subreddit": {
+ "r/niri Subreddit": ""
+ },
"read-only settings warning for NixOS home-manager users": {
"Settings are read-only. Changes will not persist.": "設定為唯讀。變更將不會保留。"
},
@@ -6698,8 +7074,8 @@
"Top Right": "右上"
},
"screen position option | shadow direction option": {
- "Top Left": "",
- "Top Right": ""
+ "Top Left": "左上",
+ "Top Right": "右上"
},
"secondary color": {
"Secondary": "次要"
@@ -6714,21 +7090,21 @@
"Widgets": "小工具"
},
"shadow color option": {
- "Default (Black)": "",
+ "Default (Black)": "預設 (黑色)",
"Surface": "表面",
"Text": "文字",
- "Text Color": ""
+ "Text Color": "文字顏色"
},
"shadow color option | text color": {
"Text": "文字"
},
"shadow color option | theme category option": {
- "Custom": ""
+ "Custom": "自訂"
},
"shadow direction option": {
- "Bottom": "",
- "Top": "",
- "Top (Default)": ""
+ "Bottom": "底部",
+ "Top": "頂部",
+ "Top (Default)": "頂部 (預設)"
},
"shadow intensity slider": {
"Intensity": "強度"
@@ -6753,7 +7129,7 @@
"Load Average": "平均負載"
},
"text color": {
- "Text": ""
+ "Text": "文字"
},
"theme auto mode tab": {
"Location": "位置"
@@ -6945,5 +7321,8 @@
},
"↑/↓: 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 • F10: Help": {
+ "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": ""
}
}
diff --git a/quickshell/translations/settings_search_index.json b/quickshell/translations/settings_search_index.json
index d1c73998..33885636 100644
--- a/quickshell/translations/settings_search_index.json
+++ b/quickshell/translations/settings_search_index.json
@@ -436,12 +436,19 @@
"calendar",
"clock",
"date",
+ "day",
"forecast",
"format",
+ "month",
+ "number",
+ "show",
"time",
- "weather"
+ "weather",
+ "week",
+ "year"
],
- "icon": "calendar_today"
+ "icon": "calendar_today",
+ "description": "Show week number in the calendar"
},
{
"section": "weatherEnabled",
@@ -545,6 +552,27 @@
],
"description": "Display seconds in the clock"
},
+ {
+ "section": "showWeekNumber",
+ "label": "Show Week Number",
+ "tabIndex": 1,
+ "category": "Time & Weather",
+ "keywords": [
+ "calendar",
+ "clock",
+ "date",
+ "day",
+ "forecast",
+ "month",
+ "number",
+ "show",
+ "time",
+ "weather",
+ "week",
+ "year"
+ ],
+ "description": "Show week number in the calendar"
+ },
{
"section": "_tab_1",
"label": "Time & Weather",
@@ -2592,8 +2620,10 @@
"appearance",
"base",
"colors",
+ "colour",
"dark",
"dark mode",
+ "derive",
"look",
"matugen",
"mode",
@@ -2604,7 +2634,8 @@
"template",
"terminal",
"theme"
- ]
+ ],
+ "description": "Base to derive dark theme from"
},
{
"section": "modalDarkenBackground",
@@ -4299,27 +4330,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",
@@ -6322,6 +6332,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",
@@ -6918,6 +6949,19 @@
"icon": "language",
"description": "Change the locale used by the DMS interface."
},
+ {
+ "section": "_tab_30",
+ "label": "Multiplexers",
+ "tabIndex": 30,
+ "category": "Locale",
+ "keywords": [
+ "country",
+ "language",
+ "locale",
+ "multiplexers"
+ ],
+ "icon": "terminal"
+ },
{
"section": "timeLocale",
"label": "Time & Date Locale",
diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json
index 8c5ad398..cbbcf65c 100644
--- a/quickshell/translations/template.json
+++ b/quickshell/translations/template.json
@@ -258,6 +258,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "1 device connected",
+ "translation": "",
+ "context": "KDE Connect status single device",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "1 event",
"translation": "",
@@ -657,6 +664,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Accent Color",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Accept",
+ "translation": "",
+ "context": "KDE Connect accept pairing button",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Accept Jobs",
"translation": "",
@@ -734,6 +755,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Activation",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Active",
"translation": "",
@@ -951,6 +979,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Always Active",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Always Show Percentage",
"translation": "",
@@ -1588,6 +1623,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Available in Detailed and Forecast view modes",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Available.",
"translation": "",
@@ -1973,6 +2015,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Browse Files",
+ "translation": "",
+ "context": "KDE Connect browse tooltip",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Browse Plugins",
"translation": "",
@@ -2323,6 +2372,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Choose how the weather widget is displayed",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Choose how this bar resolves shadow direction",
"translation": "",
@@ -2386,6 +2442,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Chroma Style",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Cipher",
"translation": "",
@@ -2561,6 +2624,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Clipboard sent",
+ "translation": "",
+ "context": "KDE Connect clipboard action | Phone Connect clipboard action",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Clipboard service not available",
"translation": "",
@@ -2694,6 +2764,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Color theme for syntax highlighting.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Color theme for syntax highlighting. %1 themes available.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Color theme from DMS registry",
"translation": "",
@@ -3037,6 +3121,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Content copied",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Contrast",
"translation": "",
@@ -3135,6 +3226,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Copied GIF",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Copied MP4",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Copied WebP",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Copied to clipboard",
"translation": "",
@@ -3149,6 +3261,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Copy",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Copy Content",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Copy Full Command",
"translation": "",
@@ -3415,6 +3541,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Custom Color",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Custom Duration",
"translation": "",
@@ -3940,6 +4073,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Detailed",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Details for \"%1\"",
"translation": "",
@@ -3978,7 +4118,14 @@
{
"term": "Device paired",
"translation": "",
- "context": "",
+ "context": "Phone Connect pairing action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Device unpaired",
+ "translation": "",
+ "context": "KDE Connect unpair action | Phone Connect unpair action",
"reference": "",
"comment": ""
},
@@ -4220,6 +4367,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Display hourly weather predictions",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Display only workspaces that contain windows",
"translation": "",
@@ -4780,6 +4934,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Enter URL or text to share",
+ "translation": "",
+ "context": "KDE Connect share input placeholder",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Enter a new name for session \"%1\"",
"translation": "",
@@ -5025,6 +5186,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to accept pairing",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to activate configuration",
"translation": "",
@@ -5053,6 +5221,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to browse device",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to cancel all jobs",
"translation": "",
@@ -5214,6 +5389,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to launch SMS app",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to load VPN config",
"translation": "",
@@ -5277,6 +5459,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to reject pairing",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to remove device",
"translation": "",
@@ -5319,6 +5508,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to ring device",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.",
"translation": "",
@@ -5354,6 +5550,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to send clipboard",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Failed to send file",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Failed to send ping",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to set brightness",
"translation": "",
@@ -5403,6 +5620,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Failed to share",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Failed to start connection to %1",
"translation": "",
@@ -5466,6 +5690,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Feels",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Feels Like",
"translation": "",
@@ -5515,6 +5746,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "File received from",
+ "translation": "",
+ "context": "Phone Connect file share notification",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch",
"translation": "",
@@ -5816,6 +6054,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Forecast",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Forecast Days",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Forecast Not Available",
"translation": "",
@@ -6628,6 +6880,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Hourly Forecast Count",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "How often to change wallpaper",
"translation": "",
@@ -7160,6 +7419,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Keybind Sources",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Keybinds",
"translation": "",
@@ -7167,6 +7433,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Keybinds Search Settings",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Keybinds shown alongside regular search results",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Keyboard Layout Name",
"translation": "",
@@ -7517,6 +7797,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Loading trending...",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Loading...",
"translation": "",
@@ -7699,6 +7986,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Make sure KDE Connect or Valent is running on your other devices",
+ "translation": "",
+ "context": "Phone Connect hint message",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Manage and configure plugins for extending DMS functionality",
"translation": "",
@@ -8147,6 +8441,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Message",
+ "translation": "",
+ "context": "KDE Connect SMS message input placeholder",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Message Content",
"translation": "",
@@ -8840,6 +9141,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "No Weather Data",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "No Weather Data Available",
"translation": "",
@@ -8941,14 +9249,21 @@
{
"term": "No devices",
"translation": "",
- "context": "bluetooth status",
+ "context": "Phone Connect no devices status | bluetooth status",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "No devices connected",
+ "translation": "",
+ "context": "KDE Connect status",
"reference": "",
"comment": ""
},
{
"term": "No devices found",
"translation": "",
- "context": "",
+ "context": "KDE Connect no devices message",
"reference": "",
"comment": ""
},
@@ -9365,6 +9680,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Not paired",
+ "translation": "",
+ "context": "KDE Connect not paired status",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Not set",
"translation": "",
@@ -9540,6 +9862,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Offline",
+ "translation": "",
+ "context": "KDE Connect offline status | Phone Connect offline status",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Offline Report",
"translation": "",
@@ -9631,6 +9960,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Open App",
+ "translation": "",
+ "context": "KDE Connect open SMS app button",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Open KDE Connect on your phone",
+ "translation": "",
+ "context": "KDE Connect open app hint",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Open Notepad File",
"translation": "",
@@ -9652,6 +9995,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Open in Browser",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Open in terminal",
"translation": "",
@@ -9673,6 +10023,34 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Opening SMS",
+ "translation": "",
+ "context": "KDE Connect SMS action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Opening SMS app",
+ "translation": "",
+ "context": "Phone Connect SMS action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Opening file browser",
+ "translation": "",
+ "context": "Phone Connect browse action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Opening files",
+ "translation": "",
+ "context": "KDE Connect browse action",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Opening terminal: ",
"translation": "",
@@ -9949,7 +10327,7 @@
{
"term": "Pair",
"translation": "",
- "context": "",
+ "context": "KDE Connect pair button",
"reference": "",
"comment": ""
},
@@ -9967,10 +10345,38 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Pairing",
+ "translation": "",
+ "context": "KDE Connect pairing in progress status",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Pairing failed",
"translation": "",
- "context": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Pairing request from",
+ "translation": "",
+ "context": "Phone Connect pairing request notification",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Pairing request sent",
+ "translation": "",
+ "context": "Phone Connect pairing action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Pairing requested",
+ "translation": "",
+ "context": "KDE Connect pairing requested status",
"reference": "",
"comment": ""
},
@@ -10009,6 +10415,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Paste",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Path to a video file or folder containing videos",
"translation": "",
@@ -10107,6 +10520,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Phone Connect Not Available",
+ "translation": "",
+ "context": "Phone Connect unavailable error title",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Phone Connect unavailable",
+ "translation": "",
+ "context": "Phone Connect service unavailable message",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Phone number",
+ "translation": "",
+ "context": "KDE Connect SMS phone input placeholder",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Pick a different random video each time from the same folder",
"translation": "",
@@ -10135,6 +10569,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Ping",
+ "translation": "",
+ "context": "KDE Connect ping tooltip",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Ping sent",
+ "translation": "",
+ "context": "KDE Connect ping action",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Ping sent to",
+ "translation": "",
+ "context": "Phone Connect ping action",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Pinned",
"translation": "",
@@ -10492,6 +10947,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Precip",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Precipitation",
"translation": "",
@@ -10929,7 +11391,7 @@
{
"term": "Refresh",
"translation": "",
- "context": "",
+ "context": "Phone Connect refresh tooltip",
"reference": "",
"comment": ""
},
@@ -10947,6 +11409,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Reject",
+ "translation": "",
+ "context": "KDE Connect reject pairing button",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Reject Jobs",
"translation": "",
@@ -11059,6 +11528,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Request Pairing",
+ "translation": "",
+ "context": "KDE Connect request pairing button",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout",
"translation": "",
@@ -11262,6 +11738,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Ring",
+ "translation": "",
+ "context": "KDE Connect ring tooltip",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Ringing",
+ "translation": "",
+ "context": "KDE Connect ring action | Phone Connect ring action",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Ripple Effects",
"translation": "",
@@ -11402,6 +11892,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "SMS",
+ "translation": "",
+ "context": "KDE Connect SMS tooltip",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Save",
"translation": "",
@@ -11647,6 +12144,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "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.",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Search for a location...",
"translation": "",
@@ -11661,6 +12165,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Search keyboard shortcuts from your compositor and applications",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Search plugins...",
"translation": "",
@@ -11703,6 +12214,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Searching...",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Second Factor (AND)",
"translation": "",
@@ -11794,6 +12312,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Select File to Send",
+ "translation": "",
+ "context": "KDE Connect file browser title",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Select Launcher Logo",
"translation": "",
@@ -11864,6 +12389,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Select at least one provider",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Select device",
"translation": "",
@@ -11941,6 +12473,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Select which keybind providers to include",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Select which transitions to include in randomization",
"translation": "",
@@ -11962,6 +12501,41 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Send",
+ "translation": "",
+ "context": "KDE Connect SMS send button",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Send Clipboard",
+ "translation": "",
+ "context": "KDE Connect clipboard tooltip",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Send File",
+ "translation": "",
+ "context": "KDE Connect send file button",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Send SMS",
+ "translation": "",
+ "context": "KDE Connect SMS dialog title",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Sending",
+ "translation": "",
+ "context": "Phone Connect file send",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Separator",
"translation": "",
@@ -12116,6 +12690,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Share",
+ "translation": "",
+ "context": "KDE Connect share dialog title | KDE Connect share tooltip",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Share Gamma Control Settings",
"translation": "",
@@ -12123,6 +12704,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Share Text",
+ "translation": "",
+ "context": "KDE Connect share button",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Share URL",
+ "translation": "",
+ "context": "KDE Connect share URL button",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Shared",
+ "translation": "",
+ "context": "Phone Connect share success",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Shell",
"translation": "",
@@ -12137,6 +12739,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Shift+Enter to paste",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close",
"translation": "",
@@ -12249,6 +12858,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Feels Like Temperature",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Footer",
"translation": "",
@@ -12256,6 +12872,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Forecast",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show GPU Temperature",
"translation": "",
@@ -12284,6 +12907,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Hourly Forecast",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Show Humidity",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Launcher Button",
"translation": "",
@@ -12298,6 +12935,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Location",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Lock",
"translation": "",
@@ -12396,6 +13040,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Precipitation Probability",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Show Pressure",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Profile Image",
"translation": "",
@@ -12431,6 +13089,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Sunrise/Sunset",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Suspend",
"translation": "",
@@ -12473,6 +13138,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Weather Condition",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Week Number",
"translation": "",
@@ -12487,6 +13159,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Show Wind Speed",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Show Workspace Apps",
"translation": "",
@@ -12970,6 +13649,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Standard",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Start",
"translation": "",
@@ -12977,6 +13663,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Start KDE Connect or Valent",
+ "translation": "",
+ "context": "Phone Connect start daemon hint",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Start KDE Connect or Valent to use this plugin",
+ "translation": "",
+ "context": "Phone Connect daemon hint",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Start typing your notes here...",
"translation": "",
@@ -13866,6 +14566,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Trending GIFs",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Trending Stickers",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Trigger",
"translation": "",
@@ -13873,6 +14587,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Trigger Prefix",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Trigger: %1",
"translation": "",
@@ -13922,6 +14643,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Type this prefix to search keybinds",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Type to search",
"translation": "",
@@ -13960,7 +14688,7 @@
{
"term": "Unavailable",
"translation": "",
- "context": "",
+ "context": "Phone Connect unavailable status",
"reference": "",
"comment": ""
},
@@ -14037,7 +14765,7 @@
{
"term": "Unknown",
"translation": "",
- "context": "battery status | power profile option | unknown author | widget status",
+ "context": "KDE Connect unknown device status | battery status | power profile option | unknown author | widget status",
"reference": "",
"comment": ""
},
@@ -14132,6 +14860,27 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Unpair",
+ "translation": "",
+ "context": "KDE Connect unpair tooltip",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Unpair failed",
+ "translation": "",
+ "context": "Phone Connect error",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Unpin",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Unpin from Dock",
"translation": "",
@@ -14223,6 +14972,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Usage Tips",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Use 24-hour time format instead of 12-hour AM/PM",
"translation": "",
@@ -14405,6 +15161,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Use trigger prefix to activate",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "Used when accent color is set to Custom",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "User",
"translation": "",
@@ -14545,6 +15315,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "Verification",
+ "translation": "",
+ "context": "Phone Connect pairing verification key label",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Version",
"translation": "",
@@ -14615,6 +15392,13 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "View Mode",
+ "translation": "",
+ "context": "",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "Visibility",
"translation": "",
@@ -15273,6 +16057,20 @@
"reference": "",
"comment": ""
},
+ {
+ "term": "device",
+ "translation": "",
+ "context": "Generic device name | Generic device name fallback",
+ "reference": "",
+ "comment": ""
+ },
+ {
+ "term": "devices connected",
+ "translation": "",
+ "context": "KDE Connect status multiple devices",
+ "reference": "",
+ "comment": ""
+ },
{
"term": "dgop not available",
"translation": "",